body {
  font-family: Open Sans;
}
.display-1 {
  font-family: 'Merriweather', serif;
  font-size: 3.8rem;
}
.display-1 > .mbr-iconfont {
  font-size: 3.8rem;
}
.display-2 {
  font-family: 'Merriweather', serif;
  font-size: 2.6rem;
}
.display-2 > .mbr-iconfont {
  font-size: 2.6rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.875rem;
}
.display-4 > .mbr-iconfont {
  font-size: 0.875rem;
}
.display-5 {
  font-family: 'Merriweather', serif;
  font-size: 1.125rem;
}
.display-5 > .mbr-iconfont {
  font-size: 1.125rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.125rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.125rem;
}

.page-content{
   line-height: 150% !important;
}

/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.04rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.7rem;
    font-size: calc( 0.95625rem + (0.875 - 0.95625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.95625rem + (0.875 - 0.95625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 10px 15px;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  border-radius: 6px;
}
.btn-md {
  padding: 15px 20px;
  border-radius: 6px;
}
.btn-lg {
  padding: 20px 25px;
  border-radius: 6px;
}
.bg-primary {
  background-color: #0087ab !important;
}
.bg-success {
  background-color: #344cf1 !important;
}
.bg-info {
  background-color: #48d678 !important;
}
.bg-warning {
  background-color: #d63d3d !important;
}
.bg-danger {
  background-color: #ececec !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #0087ab !important;
  border-color: #0087ab !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #004b5e !important;
  border-color: #004b5e !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #004b5e !important;
  border-color: #004b5e !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #0a1c44 !important;
  border-color: #0a1c44 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #000101 !important;
  border-color: #000101 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000101 !important;
  border-color: #000101 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #48d678 !important;
  border-color: #48d678 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #26ab53 !important;
  border-color: #26ab53 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #26ab53 !important;
  border-color: #26ab53 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #344cf1 !important;
  border-color: #344cf1 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #0e26cb !important;
  border-color: #0e26cb !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #0e26cb !important;
  border-color: #0e26cb !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #d63d3d !important;
  border-color: #d63d3d !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #a42323 !important;
  border-color: #a42323 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #a42323 !important;
  border-color: #a42323 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #ececec !important;
  border-color: #ececec !important;
  color: #6d6d6d !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #6d6d6d !important;
  background-color: #c6c6c6 !important;
  border-color: #c6c6c6 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #6d6d6d !important;
  background-color: #c6c6c6 !important;
  border-color: #c6c6c6 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #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,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #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,
.btn-primary-outline.active {
  background: none;
  border-color: #003645;
  color: #003645;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #0087ab;
  border-color: #0087ab;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0087ab !important;
  border-color: #0087ab !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #0a1c44;
  border-color: #0a1c44;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #0a1c44 !important;
  border-color: #0a1c44 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #229649;
  color: #229649;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  background-color: #48d678;
  border-color: #48d678;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #48d678 !important;
  border-color: #48d678 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #0c21b3;
  color: #0c21b3;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff;
  background-color: #344cf1;
  border-color: #344cf1;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #344cf1 !important;
  border-color: #344cf1 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #8f1e1e;
  color: #8f1e1e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff;
  background-color: #d63d3d;
  border-color: #d63d3d;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #d63d3d !important;
  border-color: #d63d3d !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #b9b9b9;
  color: #b9b9b9;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #6d6d6d;
  background-color: #ececec;
  border-color: #ececec;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #6d6d6d !important;
  background-color: #ececec !important;
  border-color: #ececec !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff;
  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: #0087ab !important;
}
.text-secondary {
  color: #0a1c44 !important;
}
.text-success {
  color: #344cf1 !important;
}
.text-info {
  color: #48d678 !important;
}
.text-warning {
  color: #d63d3d !important;
}
.text-danger {
  color: #ececec !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #003645 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #0c21b3 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #229649 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #8f1e1e !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #b9b9b9 !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: #48d678;
}
.alert-warning {
  background-color: #d63d3d;
}
.alert-danger {
  background-color: #ececec;
}
.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: #0087ab;
  border-color: #0087ab;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #2bd2ff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #f3f4fe;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #effbf3;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fae5e5;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.125rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.125rem;
}
blockquote {
  border-color: #0087ab;
}
/* Forms */
.mbr-form .btn {
  margin: 0.4rem 0;
}
.btn-primary:hover {
  color: #0087ab !important;
  background: white !important;
  border-color: white !important;
}
.form-control,
.jq-number__spin {
  background-color: #f8fcff /*#ffffff;*/
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #0087ab;
  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: #0087ab;
  border-bottom-color: #0087ab;
}
.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: #0087ab !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #0a1c44 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%230087ab' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-rzHblRSFlI {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #0a1c44;
}
.cid-rzHblRSFlI .container-fluid {
  padding: 0;
}
.cid-rzHblRSFlI img {
  width: 100%;
}
.cid-rzHblRSFlI .content {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 10rem;
  padding-right: 10rem;
}
@media (max-width: 1400px) {
  .cid-rzHblRSFlI .content {
    padding: 3rem;
  }
}
.cid-rzHblRSFlI .row {
  margin-right: 0;
  margin-left: 0;
}
.cid-rzHblRSFlI .img-col {
  padding: 0;
  margin: auto;
}
.cid-tGVM5MPoug {
  background-image: url("../../../assets/images/canada-map-gray-with-dropdowns-and-charts.png");
}
.cid-tGVM5MPoug .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGVM5MPoug .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGVM5MPoug .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-tGVM5MPoug .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-tGVM5MPoug .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-tGVM5MPoug .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #124ad6;
  color: #ffffff;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-tGVM5MPoug .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #0087ab !important;
}
.cid-tGVM5MPoug .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-tGVM5MPoug .title-wrapper {
  position: relative;
  margin-top: 20rem;
  padding: 80px 160px 80px 100px;
  background-color: #303f61;
}
@media (max-width: 992px) {
  .cid-tGVM5MPoug .title-wrapper {
    padding: 60px 60px 60px 60px;
  }
}
@media (max-width: 768px) {
  .cid-tGVM5MPoug .title-wrapper {
    padding: 40px 30px 40px 30px;
  }
}
.cid-tGVM5MPoug .title-wrapper .title-link-wrap {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-tGVM5MPoug .title-wrapper .title-link-wrap {
    margin-bottom: 12px;
  }
}
.cid-tGVM5MPoug .title-wrapper .title-link-wrap .title-link {
  display: inline-flex;
}
.cid-tGVM5MPoug .title-wrapper .title-link-wrap .title-link span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  margin-right: 5px;
  transition: all .3s ease;
}
.cid-tGVM5MPoug .title-wrapper .title-link-wrap .title-link .mbr-link {
  margin: 0;
}
.cid-tGVM5MPoug .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tGVM5MPoug .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
.cid-tGVM5MPoug .title-wrapper .mbr-text {
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-tGVM5MPoug .title-wrapper .mbr-text {
    margin-bottom: 5px;
  }
}
.cid-tGVM5MPoug .title-link:hover .title-link span {
  transform: translate(-5px, 0);
}
.cid-tGVM5MPoug .mbr-link,
.cid-tGVM5MPoug .mbr-iconfont {
  color: #8c8c8c;
}
.cid-tGVM5MPoug .mbr-section-title {
  color: #000000;
}
.cid-tGVM5MPoug .mbr-text {
  color: #ffffff;
}
.cid-tGVM5MPoug .mbr-section-title,
.cid-tGVM5MPoug .mbr-section-btn,
.cid-tGVM5MPoug .title-link-wrap {
  color: #ffffff;
}
.cid-rzHbmdsnLL .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-rzHbmdsnLL .navbar-fixed-top {
  padding-top: 0;
}
.cid-rzHbmdsnLL .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-rzHbmdsnLL .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rzHbmdsnLL .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-rzHbmdsnLL .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rzHbmdsnLL .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rzHbmdsnLL .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rzHbmdsnLL .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rzHbmdsnLL .menu-content-top {
  background: #0a1c44;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-rzHbmdsnLL .dropdown-item {
  padding: 0;
}
.cid-rzHbmdsnLL .dropdown-item,
.cid-rzHbmdsnLL .nav-link,
.cid-rzHbmdsnLL .brand-name {
  font-style: normal;
}
.cid-rzHbmdsnLL .dropdown-item:hover,
.cid-rzHbmdsnLL .nav-link:hover,
.cid-rzHbmdsnLL .brand-name:hover {
  color: #0087ab !important;
}
.cid-rzHbmdsnLL .dropdown-menu {
  background-color: #0a1c44;
}
.cid-rzHbmdsnLL .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-rzHbmdsnLL .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rzHbmdsnLL .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rzHbmdsnLL .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-rzHbmdsnLL .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-rzHbmdsnLL .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rzHbmdsnLL .content-text {
  margin-bottom: 0;
}
.cid-rzHbmdsnLL .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-rzHbmdsnLL .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #0087ab;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-rzHbmdsnLL .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-rzHbmdsnLL .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-rzHbmdsnLL .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-rzHbmdsnLL .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rzHbmdsnLL .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rzHbmdsnLL .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-rzHbmdsnLL .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rzHbmdsnLL .nav-dropdown .link {
  font-weight: 400;
}
.cid-rzHbmdsnLL .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-rzHbmdsnLL .content-right-side {
  text-align: center;
}
.cid-rzHbmdsnLL .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-rzHbmdsnLL .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-rzHbmdsnLL .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-rzHbmdsnLL .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rzHbmdsnLL .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rzHbmdsnLL .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-rzHbmdsnLL .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-rzHbmdsnLL .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-rzHbmdsnLL .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-rzHbmdsnLL .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-rzHbmdsnLL .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-rzHbmdsnLL .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-rzHbmdsnLL .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-rzHbmdsnLL .navbar {
    display: block;
    padding: 0;
  }
  .cid-rzHbmdsnLL .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-rzHbmdsnLL .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-rzHbmdsnLL .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-rzHbmdsnLL .navbar-toggler {
    display: none;
  }
  .cid-rzHbmdsnLL .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-rzHbmdsnLL .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-rzHbmdsnLL .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rzHbmdsnLL .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-rzHbmdsnLL .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-rzHbmdsnLL .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-rzHbmdsnLL .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rzHbmdsnLL .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rzHbmdsnLL .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-rzHbmdsnLL .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-rzHbmdsnLL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rzHbmdsnLL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rzHbmdsnLL .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rzHbmdsnLL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rzHbmdsnLL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rzHbmdsnLL .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rzHbmdsnLL .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rzHbmdsnLL .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-rzHbmdsnLL .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-rzHbmdsnLL .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rzHbmdsnLL .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rzHbmdsnLL .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rzHbmdsnLL .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rzHbmdsnLL button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-rzHbmdsnLL button.navbar-toggler:focus {
  outline: none;
}
.cid-rzHbmdsnLL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-rzHbmdsnLL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-rzHbmdsnLL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-rzHbmdsnLL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-rzHbmdsnLL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-rzHbmdsnLL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-rzHbmdsnLL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-rzHbmdsnLL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-rzHbmdsnLL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-rzHbmdsnLL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rzHbmdsnLL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rzHbmdsnLL .collapsed .btn {
  display: flex;
}
.cid-rzHbmdsnLL .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rzHbmdsnLL .collapsed .navbar-collapse.collapsing,
.cid-rzHbmdsnLL .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rzHbmdsnLL .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rzHbmdsnLL .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rzHbmdsnLL .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rzHbmdsnLL .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rzHbmdsnLL .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rzHbmdsnLL .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-rzHbmdsnLL .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rzHbmdsnLL .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rzHbmdsnLL .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-rzHbmdsnLL .collapsed button.navbar-toggler {
  display: block;
}
.cid-rzHbmdsnLL .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-rzHbmdsnLL .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rzHbmdsnLL .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-rzHbmdsnLL .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rzHbmdsnLL .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rzHbmdsnLL .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-rzHbmdsnLL .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-rzHbmdsnLL .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-rzHbmdsnLL .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-rzHbmdsnLL .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-rzHbmdsnLL .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-rzHbmdsnLL .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rzHbmdsnLL .navbar-collapse.collapsing,
  .cid-rzHbmdsnLL .navbar-collapse.show {
    display: block !important;
  }
  .cid-rzHbmdsnLL .navbar-collapse.collapsing .navbar-nav,
  .cid-rzHbmdsnLL .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rzHbmdsnLL .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rzHbmdsnLL .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rzHbmdsnLL .navbar-collapse.collapsing .navbar-buttons,
  .cid-rzHbmdsnLL .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-rzHbmdsnLL .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rzHbmdsnLL .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rzHbmdsnLL img {
    height: 3.8rem !important;
  }
  .cid-rzHbmdsnLL .btn {
    display: flex;
  }
  .cid-rzHbmdsnLL button.navbar-toggler {
    display: block;
  }
  .cid-rzHbmdsnLL .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-rzHbmdsnLL .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-rzHbmdsnLL .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-rzHbmdsnLL .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rzHbmdsnLL .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rzHbmdsnLL .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-rzHbmdsnLL .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-rzHbmdsnLL .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-rzHbmdsnLL .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-rzHbmdsnLL .nav-link:focus {
  outline: none;
}
.cid-rzHbmdsnLL .navbar-toggler {
  position: relative;
}
.cid-rzHbmdsnLL .dropdown-item.active,
.cid-rzHbmdsnLL .dropdown-item:active {
  color: initial;
}
.cid-rzHbmdsnLL .widget-title,
.cid-rzHbmdsnLL .widget-icon {
  color: #e9e9e9;
}
.cid-rzHbmdsnLL .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-rzHbmdsnLL .menu-logo {
    display: none;
  }
  .cid-rzHbmdsnLL .navbar {
    padding: 0;
  }
  .cid-rzHbmdsnLL .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-rzHbmdsnLL button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-rzHbrk40eg {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-rzHbrk40eg .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
}
.cid-rzHbrk40eg .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rzHbrk40eg .rev,
.cid-rzHbrk40eg .mbr-iconfont {
  display: inline-block;
}
.cid-rzHbrk40eg .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #ffffff;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rzHbrk40eg .card-img {
  position: relative;
}
.cid-rzHbrk40eg .card:hover .image-btn {
  opacity: 1;
  bottom: 10px;
}
.cid-rzHbrk40eg .image-btn {
  transition: all 0.3s;
  opacity: 0;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
}
.cid-rzHbrk40eg .card-title {
  color: #0087ab;
  margin: 0;
  text-align: center;
}
.cid-rzHbrk40eg .card-box {
  padding: 1.5rem;
}
.cid-rzHbrk40eg .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-rzHbrk40eg .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-rzHbrk40eg .mbr-section-title,
.cid-rzHbrk40eg .line-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-rzHbrk40eg .card-text,
.cid-rzHbrk40eg .mbr-section-btn,
.cid-rzHbrk40eg .ico-line {
  text-align: left;
  color: #9e9e9e;
}
.cid-rzHbrk40eg .mbr-text,
.cid-rzHbrk40eg .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-rzHbrk40eg .image-btn {
    opacity: 1;
    bottom: 10px;
  }
}
.cid-tH620M2If7 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #e6ecf2;
}
.cid-tH620M2If7 .mbr-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-tH620M2If7 .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-tH620M2If7 .mbr-section-title {
  color: #130947;
  font-weight: 700;
  text-align: center;
}
.cid-tH620M2If7 .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-tH620M2If7 .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
  color: #6d7a8c;
}
.cid-tH620M2If7 .timelines-container {
  margin-top: 60px;
}
.cid-tH620M2If7 .timelines-container .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-tH620M2If7 .timelines-container .timeline-element .timeline-date-panel .time-line-date-content .mbr-figure img {
  border-radius: 4px;
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.04);
}
.cid-tH620M2If7 .timelines-container .timeline-element .date .mbr-timeline-date {
  color: #130947;
  font-weight: 700;
}
.cid-tH620M2If7 .timelines-container .timeline-element .date .display-7 {
  font-size: 20px;
  line-height: 1;
}
.cid-tH620M2If7 .timelines-container .timeline-element .iconBackground {
  position: absolute;
  left: 41%;
  width: 12px;
  height: 12px;
  line-height: 1;
  text-align: center;
  border-radius: 50%;
  background-color: #4f87fb;
  font-size: 30px;
  display: inline-block;
  top: 0px;
  margin-left: -5px;
}
.cid-tH620M2If7 .timelines-container .timeline-element .timeline-text-content {
  margin-left: 2rem;
  text-align: left;
}
.cid-tH620M2If7 .timelines-container .timeline-element .timeline-text-content .mbr-timeline-title {
  font-weight: 700;
  margin-bottom: 15px;
  color: #130947;
}
.cid-tH620M2If7 .timelines-container .timeline-element .timeline-text-content .mbr-timeline-text {
  margin: 0 0 25px;
  line-height: 1.5;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-tH620M2If7 .timelines-container .timeline-element .timeline-text-content .display-5 {
  line-height: 1.09;
  font-size: 22px;
  letter-spacing: -0.5px;
}
.cid-tH620M2If7 .timelines-container .timeline-element .timeline-text-content .display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-tH620M2If7 .container-fluid {
  padding: 0 2rem;
}
.cid-tH620M2If7 .separline:before,
.cid-tH620M2If7 .first-separline:before {
  top: 0rem;
  bottom: 0;
  position: absolute;
  content: '';
  width: 4px;
  background-color: #ffffff;
  left: calc(41% - 1px);
  height: calc(100% + 3rem);
}
.cid-tH620M2If7 .separline:after {
  top: calc(100% + 3.1rem);
  bottom: 0;
  position: absolute;
  content: '';
  width: 4px;
  background-color: #ffffff;
  left: calc(41% - 1px);
  height: 100%;
}
@media (max-width: 768px) {
  .cid-tH620M2If7 .container-fluid {
    padding: 0 1rem;
  }
  .cid-tH620M2If7 .iconBackground {
    left: -9px !important;
    top: 33px;
  }
  .cid-tH620M2If7 .separline:before,
  .cid-tH620M2If7 .first-separline:before {
    left: -10px !important;
  }
  .cid-tH620M2If7 .separline:after {
    left: -10px !important;
    top: calc(102.4%);
  }
  .cid-tH620M2If7 .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-tH620M2If7 .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-tH620M2If7 .time-line-date-content p {
    float: left !important;
  }
  .cid-tH620M2If7 .mbr-timeline-date {
    padding-bottom: 0 !important;
  }
  .cid-tH620M2If7 .timelines-container .timeline-element .date .mbr-timeline-date {
    text-align: left;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.cid-tH620M2If7 .reverseTimeline {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.cid-rzHbvBX7mW {
  padding-top: 150px;
  padding-bottom: 150px;
}
.cid-rzHbvBX7mW .mbr-section-title {
  text-align: center;
}
.cid-rzHbvBX7mW .mbr-text,
.cid-rzHbvBX7mW .mbr-section-btn {
  text-align: center;
}
.cid-rzHbPUGQAz {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #c3dbff;
}
.cid-rzHbPUGQAz .progress {
  width: 100%;
}
.cid-rzHbPUGQAz progress {
  height: 20px;
}
.cid-rzHbPUGQAz .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rzHbPUGQAz p {
  margin-bottom: 0.5rem;
}
.cid-rzHbPUGQAz .line {
  display: inline-block;
  width: 8%;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rzHbPUGQAz .mbr-section-subtitle {
  color: #767676;
}
.cid-rzHbPUGQAz .progress_value {
  position: relative;
}
.cid-rzHbPUGQAz .progress_elements {
  margin: 0 auto;
}
.cid-rzHbPUGQAz .title-wrap {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-rzHbPUGQAz .progress1 .progressbar-number:before,
.cid-rzHbPUGQAz .progress2 .progressbar-number:before,
.cid-rzHbPUGQAz .progress3 .progressbar-number:before,
.cid-rzHbPUGQAz .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-rzHbPUGQAz progress[value]::-webkit-progress-bar {
  background: #ebebeb;
}
.cid-rzHbPUGQAz progress::-webkit-progress-value {
  background-color: #0087ab;
  background-size: 40px 40px;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.cid-rzHbPUGQAz progress[value]::-moz-progress-bar {
  background-color: #0087ab;
  background-size: 40px 40px;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.cid-rzHbPUGQAz progress::-ms-fill {
  background-color: #0087ab;
  background-size: 40px 40px;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.cid-rzHbPUGQAz .progress1 .progressbar-number:before {
  content: "43";
}
.cid-rzHbPUGQAz .progress2 .progressbar-number:before {
  content: "73";
}
.cid-rzHbPUGQAz .progress3 .progressbar-number:before {
  content: "83";
}
.cid-rzHbPUGQAz .progress4 .progressbar-number:before {
  content: "69";
}
.cid-rzHbPUGQAz .progress-primary {
  background: #ebebeb;
  border: none;
  outline: none;
}
.cid-rzHbPUGQAz .progress-primary::-webkit-progress-bar {
  background: #ebebeb;
}
.cid-rzHbPUGQAz .progress_value span {
  padding-left: 30px;
}
.cid-rzHbPUGQAz .mbr-section-title,
.cid-rzHbPUGQAz .line-wrap {
  text-align: center;
}
.cid-rzHbPUGQAz .mbr-section-sub-title {
  text-align: center;
  color: #656565;
}
.cid-rzHbPUGQAz .progressbar-title p,
.cid-rzHbPUGQAz .progress_value {
  color: #656565;
}
.cid-rzHbTSLWxc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-rzHbTSLWxc .form-group {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rzHbTSLWxc .card {
  background-color: #0a1c44;
  padding: 4rem 10rem;
}
.cid-rzHbTSLWxc .input-group-btn {
  display: block;
}
.cid-rzHbTSLWxc .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rzHbTSLWxc .line {
  display: inline-block;
  width: 8%;
  height: 4px;
  background-color: #ffffff;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rzHbTSLWxc .form-control {
  background: white;
  max-height: 3rem;
  padding: 1rem;
  border-radius: 4px !important;
  font-size: 16px;
}
.cid-rzHbTSLWxc .btn-primary {
  border: 1px solid #0087ab !important;
}
.cid-rzHbTSLWxc .input-group-btn .btn {
  border-radius: 4px;
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.cid-rzHbTSLWxc .form-control-label {
  color: #ffffff;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-rzHbTSLWxc .card {
    padding: 4rem;
  }
}
@media (max-width: 576px) {
  .cid-rzHbTSLWxc .card {
    padding: 2rem;
  }
}
.cid-rzHbTSLWxc .mbr-section-title,
.cid-rzHbTSLWxc .line-wrap {
  color: #ffffff;
}
.cid-rzHdPwRU42 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
      
    border-top: 1px solid rgba(0, 135, 171,0.5);
}
.cid-rzHdPwRU42 .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-rzHdPwRU42 .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-rzHdPwRU42 .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-rzHdPwRU42 .btn-primary {
  border: 1px solid #0087ab !important;
}
.cid-rzHdPwRU42 .btn-primary:hover {
  border: 1px solid #0087ab !important;
}
.cid-rzHdPwRU42 .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-rzHdPwRU42 .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-rzHdPwRU42 .input-group-btn {
  padding-left: 0;
}
.cid-rzHdPwRU42 .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-rzHdPwRU42 .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-rzHdPwRU42 .mbr-text {
  color: #444;
}
.cid-rzHdPwRU42 h5 {
  margin-bottom: 0;
}
.cid-rzHdPwRU42 .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-rzHdPwRU42 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rzHdPwRU42 .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-rzHdPwRU42 .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rzHdPwRU42 .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-rzHdPwRU42 .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-rzHdPwRU42 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-rzHdPwRU42 .social-list a:hover {
  opacity: 0.4;
}
.cid-rzHdPwRU42 .media-container-row > div {
  padding: 0px;
}
.cid-rzHdPwRU42 .text2 {
  color: #000000;
  text-align: left;
}
.cid-rzHdPwRU42 .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-rzHdPwRU42 .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-rzHdPwRU42 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-rzHdPwRU42 .social-list,
  .cid-rzHdPwRU42 .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-rzHdPwRU42 h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-rzHdPwRU42 .form-group {
    max-width: 180px;
  }
}
.cid-rzHdPwRU42 .links span {
  color: #9e9e9e;
}
.cid-rzHdPwRU42 .logo-sub-title {
  text-align: center;
}
.cid-rzHdPwRU42 .logo-title {
  text-align: center;
}
.cid-rzHdPwRU42 .logo-sub-title i {
  color: #9e9e9e;
}
.cid-rzHdRjg5Oj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0087ab;
}
.cid-rzHdRjg5Oj .links {
  text-align: center;
  color: #ffffff;
}
.cid-rzHdRjg5Oj p {
  margin: 0;
}

/* watch our video */
.cid-tT60xBwdpo {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("https://www.edutrendscanada.com/images/cms/students-watching-video.jpg");
}
.cid-tT60xBwdpo .mbr-section-title {
  text-align: left;
}
.cid-tT60xBwdpo .mbr-text,
.cid-tT60xBwdpo .mbr-section-btn {
  text-align: left;
}
.cid-tT60xBwdpo .mbr-iconfont {
  -webkit-order: -1;
  order: -1;
  padding-right: 0.5rem;
  padding-left: 0rem !important;
}
.cid-tT60xBwdpo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tT60xBwdpo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}


/* research */

.cid-tT2A79tGtM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/research-header.jpeg");
 }
.cid-tT2A79tGtM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tT2A79tGtM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tT2A79tGtM .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-tT2A79tGtM .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tT2A79tGtM .container {
    padding: 0 30px;
  }
}
.cid-tT2A79tGtM .title-wrapper {
  border-radius: 2em;
  width: 40%;
  margin: 0 auto;
  position: relative;
}
.cid-tT2A79tGtM .title-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*backdrop-filter: blur(8px);*/
}
@media (max-width: 1440px) {
  .cid-tT2A79tGtM .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .cid-tT2A79tGtM .title-wrapper {
    width: 100%;
  }
}
.cid-tT2A79tGtM .title-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tT2A79tGtM .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tT2A79tGtM .title-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-tT2A79tGtM .mbr-section-title {
  color: #ffffff;
}
.cid-tT2A79tGtM .mbr-text {
  color: #F0F0F0;
  text-align: center;
}
.cid-tT2A79tGtM .mbr-section-title,
.cid-tT2A79tGtM .mbr-section-btn {
  text-align: center;
}

/* research form */
.cid-tT2AQAUbU2 {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #ffffff;
}
.cid-tT2AQAUbU2 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}

/* research results */

.cid-tT2CWiXzvT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tT2CWiXzvT .title__wrap {
  margin-bottom: 30px;
}
.cid-tT2CWiXzvT .title__block {
  margin-bottom: 10px;
}
.cid-tT2CWiXzvT .mbr-section-title,
.cid-tT2CWiXzvT .text__time,
.cid-tT2CWiXzvT .mbr-text,
.cid-tT2CWiXzvT .text__author,
.cid-tT2CWiXzvT .text__hall {
  margin-bottom: 0;
}
.cid-tT2CWiXzvT .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-tT2CWiXzvT .buttons {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.cid-tT2CWiXzvT .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 10px;
  border: none !important;
  background-color: transparent !important;
}
.cid-tT2CWiXzvT .mbr-section-btn .btn-secondary-outline:hover {
  color: #0087ab !important;
}
.cid-tT2CWiXzvT .wrap {
  margin: 0;
  padding: 25px 0;
  border-top: 1px solid rgba(25, 31, 35, 0.4);
}
.cid-tT2CWiXzvT .wrap:last-child {
  border-bottom: 1px solid rgba(25, 31, 35, 0.4);
}
.cid-tT2CWiXzvT .plpr_0 {
  padding-left: 0;
  padding-right: 0;
}
.cid-tT2CWiXzvT .nav-tabs .nav-item.open .nav-link:focus,
.cid-tT2CWiXzvT .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tT2CWiXzvT .nav-tabs {
  flex-wrap: wrap;
  border-bottom: none;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .cid-tT2CWiXzvT .nav-tabs {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cid-tT2CWiXzvT .nav-tabs .nav-link {
  border-radius: 0 !important;
  color: #17161a;
  font-style: normal;
  font-weight: 700;
  border: none;
  border-bottom: 2px solid transparent;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  margin-right: 25px;
  padding: 12px 0 !important;
}
.cid-tT2CWiXzvT .nav-tabs .nav-link:hover {
  cursor: pointer;
}
.cid-tT2CWiXzvT .nav-tabs .nav-link.active {
  font-weight: 700;
  font-style: normal;
  background-color: transparent !important;
  border-bottom: 2px solid #d90a2c;
}
.cid-tT2CWiXzvT .nav-tabs .nav-link.active:hover {
  background-color: #d90a2c;
}
@media (max-width: 991px) {
  .cid-tT2CWiXzvT .align-right {
    text-align: left !important;
  }
}
@media (max-width: 575px) {
  .cid-tT2CWiXzvT .buttons {
    justify-content: flex-start;
  }
}
.cid-tT2CWiXzvT .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-tT2CWiXzvT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tT2CWiXzvT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

/** FAQs */

.cid-t8CKm0Cqw0 {
  /*padding-top: 300px;
  padding-bottom: 285px;
  position: relative;
  background-image: url("../../../assets/images/gord-astrohalfmoon-1080x760.jpg");*/
}
.cid-t8CKm0Cqw0 .card-header {
  background: transparent;
}
.cid-t8CKm0Cqw0 .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-t8CKm0Cqw0 .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-t8CKm0Cqw0 .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-t8CKm0Cqw0 .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-t8CKm0Cqw0 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-t8CKm0Cqw0 .card .card-header a.panel-title h5 .sign {
  padding-right: 1rem;
}
.cid-t8CKm0Cqw0 .card .panel-body {
  color: #767676;
  padding-top: 2rem;
}
.cid-t8CKm0Cqw0 h5 {
  flex-direction: row-reverse;
  /*display: flex;*/
  justify-content: space-between;
  align-items: center;
  margin-top: 0rem;
  border-bottom: 2px solid #000;
  padding: 1rem 1rem;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-t8CKm0Cqw0 .md-pb {
    margin-bottom: 2rem;
  }
  .cid-t8CKm0Cqw0 .wrapper {
    padding: 3rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t8CKm0Cqw0 .wrapper {
    padding: 2rem 1rem;
  }
  .cid-t8CKm0Cqw0 h5 {
    padding: 1rem 0rem;
  }
}
.cid-t8CKm0Cqw0 .mbr-text,
.cid-t8CKm0Cqw0 .mbr-section-btn {
  color: #000;
}
.cid-t8CKm0Cqw0 .panel-text {
  color: #000;
}
.cid-t8CKm0Cqw0 H4 {
  color: #000;
}
.cid-t8CKm0Cqw0 H5 {
  color: #000;
}

/** Institutions */

.cid-tW5zATNmBs {
  padding-top: 120px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/library.jpg");
}
.cid-tW5zATNmBs .container-fluid {
  padding: 0 3rem;
}
.cid-tW5zATNmBs .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #0087ab 50%, #0a1c44 120%);
  display: inline-block;
}
.cid-tW5zATNmBs .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tW5zATNmBs .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-tW5zATNmBs .table-wrapper {
  margin: 0 auto;
}
.cid-tW5zATNmBs table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-tW5zATNmBs table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  background-color: #1f91af;
  color: white;
  vertical-align: middle;
}
.cid-tW5zATNmBs table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-tW5zATNmBs table.table {
  background: #ffffff;
}
.cid-tW5zATNmBs .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-tW5zATNmBs .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-tW5zATNmBs .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-tW5zATNmBs .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-tW5zATNmBs .dataTables_wrapper {
  display: block;
}
.cid-tW5zATNmBs .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-tW5zATNmBs .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-tW5zATNmBs .head-item:after,
.cid-tW5zATNmBs .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-tW5zATNmBs .dataTables_filter {
    text-align: center;
  }
  .cid-tW5zATNmBs .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-tW5zATNmBs .dataTables_filter {
    text-align: center;
  }
  .cid-tW5zATNmBs .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-tW5zATNmBs .container-fluid {
    padding: 0 1rem;
  }
    .cid-tW5zATNmBs .container-fluid2 {
    padding: 0 0rem;
  }
  .cid-tW5zATNmBs table th,
  .cid-tW5zATNmBs table td {
    padding: .75rem;
  }
}
.cid-tW5zATNmBs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tW5zATNmBs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tW5zATNmBs .body-item {
  text-align: center;
}
.cid-tW5zATNmBs .mbr-section-title,
.cid-tW5zATNmBs .underline {
  color: #ffffff;
}
.cid-tW5zATNmBs LABEL {
  color: #ffffff;
}

/** Institution Profile  Header */

.cid-tW7XJwmN2O {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-color: #0c4564;
}
.cid-tW7XJwmN2O .mbr-fallback-image.disabled {
  display: none;
}
.cid-tW7XJwmN2O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tW7XJwmN2O .mbr-section-title {
  margin-bottom: 32px;
}


.cid-tW7TeoiW2z {
 /* padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/depositphotos-21092847-xl-1-2000x1334.jpg");*/
}
.cid-tW7TeoiW2z .mbr-section-title {
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tW7TeoiW2z .mbr-section-title {
    margin-bottom: 1.25rem;
  }
}
.cid-tW7TeoiW2z .date_wrap {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .cid-tW7TeoiW2z .date_wrap {
    margin-bottom: 1.25rem;
  }
}
.cid-tW7TeoiW2z .circle_animation {
  display: inline-flex;
  position: relative;
  margin-bottom: .5rem;
}
.cid-tW7TeoiW2z .circle_animation .circle {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
}
.cid-tW7TeoiW2z .circle_animation .circle_fill {
  -webkit-animation: circleFill 2.25s infinite;
  animation: circleFill 2.25s infinite;
  background-color: #0087ab;
}
.cid-tW7TeoiW2z .circle_animation .circle_null {
  margin-left: -0.5rem;
  border: 1px solid #0087ab;
  -webkit-animation: circleNull 2.25s infinite;
  animation: circleNull 2.25s infinite;
}
.cid-tW7TeoiW2z .date {
  margin-bottom: 0.25rem;
}
@keyframes circleFill {
  0%,
  100% {
    transform: translateX(75%);
    animationTimingFunction: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: translateX(0);
    animationTimingFunction: cubic-bezier(0, 0, 0.2, 1);
  }
}
@keyframes circleNull {
  0%,
  100% {
    transform: translateX(-50%);
    animationTimingFunction: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: translateX(0);
    animationTimingFunction: cubic-bezier(0, 0, 0.2, 1);
  }
}
.cid-tW7TeoiW2z .mbr-section-title,
.cid-tW7TeoiW2z .linkBtn,
.cid-tW7TeoiW2z .date_wrap {
  color: #ffffff;
}

.cid-tW7SppT4p1 {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #0c4564;
}
.cid-tW7SppT4p1 .mbr-section-title {
  color: #ffffff;
}
.cid-tW7SppT4p1 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-tW7SppT4p1 a{
    color: #fff !important;
}

.cid-tW7Nae1tkZ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-12.jpg");
}
.cid-tW7Nae1tkZ h3 {
  text-align: center;
  font-weight: 300;
}
.cid-tW7Nae1tkZ .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-tW7Nae1tkZ .mbr-section-subtitle {
  color: #767676;
}
.cid-tW7Nae1tkZ .card {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-tW7Nae1tkZ ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
.cid-tW7Nae1tkZ path {
  stroke: #0087ab;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tW7Nae1tkZ .card {
    -webkit-flex-basis: 33%;
    flex-basis: 33%;
  }
}
.cid-tW7Nae1tkZ .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-tW7Nae1tkZ .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0087ab;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-tW7Nae1tkZ .mbr-section-title,
.cid-tW7Nae1tkZ .line-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-tW7Nae1tkZ p {
  color: #656565;
}
.cid-tW7Nae1tkZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tW7Nae1tkZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tW7Nae1tkZ .mbr-section-sub-title {
  color: #ffffff;
}
.cid-tW7Nae1tkZ P {
  color: #ffffff;
}
.cid-tW7Nae1tkZ H4 {
  color: #ffffff;
}


.cid-tW7Mv7CquD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tW7Mv7CquD .mbr-row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tW7Mv7CquD .mbr-section-title {
  padding-bottom: 3rem;
}
.cid-tW7Mv7CquD .google-map {
  height: 25rem;
  position: relative;
  width: 100%;
}
.cid-tW7Mv7CquD .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tW7Mv7CquD .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-tW7Mv7CquD .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tW7Mv7CquD .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tW7Mv7CquD .map-placeholder {
  display: none;
}
.cid-tW7Mv7CquD h4 {
  padding-top: 5rem;
  color: #767676;
  text-align: center;
}

/* Best Decisions */

.cid-tYNDLv5scS {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #232323;
  color:#fff;
}
.cid-tYNDLv5scS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYNDLv5scS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tYNDLv5scS .row {
    flex-direction: column-reverse;
  }
  .cid-tYNDLv5scS .arrow-text {
    display: none;
  }
}
@media (max-width: 425px) {
  .cid-tYNDLv5scS .image-wrapper {
    display: none;
  }
  .cid-tYNDLv5scS .card-title {
    line-height: 46px !important;
  }
}
.cid-tYNDLv5scS .content-wrapper {
  background: #232323;
}
@media (max-width: 991px) {
  .cid-tYNDLv5scS .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tYNDLv5scS .content-wrapper {
    padding: 1rem;
    padding-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tYNDLv5scS .content-wrapper {
    padding: 2rem;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .cid-tYNDLv5scS .content-wrapper {
    padding: 2rem 1rem;
    padding-left: 0;
  }
  .cid-tYNDLv5scS .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tYNDLv5scS .image-wrapper img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-tYNDLv5scS .card-title,
.cid-tYNDLv5scS .mbr-text {
  color: #fafafa;
}
.cid-tYNDLv5scS .card-title {
  line-height: 69px;
  text-align: center;
}
@media (min-width: 991px) {
  .cid-tYNDLv5scS .card-title-position {
    margin-left: 25rem;
  }
  .cid-tYNDLv5scS .mbr-text {
    margin-bottom: 0;
    padding: 0;
  }
}
.cid-tYNDLv5scS .mbr-text {
  padding-left: 50px;
}
.cid-tYNDLv5scS .arrow-text {
  transform: rotate(225deg);
  color: #fafafa;
  position: absolute;
  left: 25px;
  top: -7px;
}
@media (max-width: 991px) {
  .cid-tYNDLv5scS .arrow-text {
    display: none;
  }
  .cid-tYNDLv5scS .mbr-text {
    padding-left: 50px;
  }
}
@media (max-width: 576px) {
  .cid-tYNDLv5scS .arrow-text {
    display: none;
  }
  .cid-tYNDLv5scS .mbr-text {
    padding-left: 0;
  }
}
.cid-tYNDLv5scS .for-arrow {
  position: relative;
}

.cid-ufQyi2HJGj {
  padding-top: 75px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/female_student.jpg");
}
.cid-ufQyi2HJGj .form-group {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ufQyi2HJGj .card {
  background-color: #0a1c44;
  padding: 4rem 10rem;
}
.cid-ufQyi2HJGj .input-group-btn {
  display: block;
}
.cid-ufQyi2HJGj .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-ufQyi2HJGj .line {
  display: inline-block;
  width: 8%;
  height: 4px;
  background-color: #ffffff;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-ufQyi2HJGj .form-control {
  background: white;
  max-height: 3rem;
  padding: 1rem;
  border-radius: 4px !important;
  font-size: 16px;
}
.cid-ufQyi2HJGj .btn-primary {
  border: 1px solid #0087ab !important;
}
.cid-ufQyi2HJGj .input-group-btn .btn {
  border-radius: 4px;
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.cid-ufQyi2HJGj .form-control-label {
  color: #ffffff;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-ufQyi2HJGj .card {
    padding: 4rem;
  }
}
@media (max-width: 576px) {
  .cid-ufQyi2HJGj .card {
    padding: 2rem;
  }
}
.cid-ufQyi2HJGj .mbr-section-title,
.cid-ufQyi2HJGj .line-wrap {
  color: #ffffff;
}
.cid-ufQyi2HJGj .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufQyi2HJGj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufQyi2HJGj LABEL {
  color: #ffffff;
}
.cid-ufQyi2HJGj P {
  color: #ffffff;
}

.cid-uuXeRhEQ2P {
  padding-top: 150px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/contact1.jpg");
}
.cid-uuXeRhEQ2P .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
.cid-uuXeRhEQ2P .btn-black {
  background: black!important;
  border-radius: 6px;
}
.cid-uuXeRhEQ2P .btn-black:hover {
  background: gray!important;
  border-color: gray!important;
}
.cid-uuXeRhEQ2P textarea {
  min-height: 150px;
}
.cid-uuXeRhEQ2P .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #4554c1;
  top: 1rem;
  font-size: 1.2rem;
}
.cid-uuXeRhEQ2P .form-control,
.cid-uuXeRhEQ2P .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border-color: #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 8px;
  outline: none;
}
.cid-uuXeRhEQ2P .form-control input::-webkit-input-placeholder,
.cid-uuXeRhEQ2P .field-input input::-webkit-input-placeholder,
.cid-uuXeRhEQ2P .form-control textarea::-webkit-input-placeholder,
.cid-uuXeRhEQ2P .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uuXeRhEQ2P .form-control input:-moz-placeholder,
.cid-uuXeRhEQ2P .field-input input:-moz-placeholder,
.cid-uuXeRhEQ2P .form-control textarea:-moz-placeholder,
.cid-uuXeRhEQ2P .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-uuXeRhEQ2P .form-control:hover,
.cid-uuXeRhEQ2P .field-input:hover,
.cid-uuXeRhEQ2P .form-control:focus,
.cid-uuXeRhEQ2P .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uuXeRhEQ2P .form-control:hover input::-webkit-input-placeholder,
.cid-uuXeRhEQ2P .field-input:hover input::-webkit-input-placeholder,
.cid-uuXeRhEQ2P .form-control:focus input::-webkit-input-placeholder,
.cid-uuXeRhEQ2P .field-input:focus input::-webkit-input-placeholder,
.cid-uuXeRhEQ2P .form-control:hover textarea::-webkit-input-placeholder,
.cid-uuXeRhEQ2P .field-input:hover textarea::-webkit-input-placeholder,
.cid-uuXeRhEQ2P .form-control:focus textarea::-webkit-input-placeholder,
.cid-uuXeRhEQ2P .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-uuXeRhEQ2P .form-control:hover input:-moz-placeholder,
.cid-uuXeRhEQ2P .field-input:hover input:-moz-placeholder,
.cid-uuXeRhEQ2P .form-control:focus input:-moz-placeholder,
.cid-uuXeRhEQ2P .field-input:focus input:-moz-placeholder,
.cid-uuXeRhEQ2P .form-control:hover textarea:-moz-placeholder,
.cid-uuXeRhEQ2P .field-input:hover textarea:-moz-placeholder,
.cid-uuXeRhEQ2P .form-control:focus textarea:-moz-placeholder,
.cid-uuXeRhEQ2P .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-uuXeRhEQ2P .jq-number__spin:hover,
.cid-uuXeRhEQ2P .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uuXeRhEQ2P .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uuXeRhEQ2P .jq-selectbox li,
.cid-uuXeRhEQ2P .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uuXeRhEQ2P .jq-selectbox li:hover,
.cid-uuXeRhEQ2P .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uuXeRhEQ2P .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uuXeRhEQ2P .jq-number__spin.minus:hover:after,
.cid-uuXeRhEQ2P .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uuXeRhEQ2P .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uuXeRhEQ2P .jq-number__spin.minus:after,
.cid-uuXeRhEQ2P .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uuXeRhEQ2P input::-webkit-clear-button {
  display: none;
}
.cid-uuXeRhEQ2P input::-webkit-inner-spin-button {
  display: none;
}
.cid-uuXeRhEQ2P input::-webkit-outer-spin-button {
  display: none;
}
.cid-uuXeRhEQ2P input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uuXeRhEQ2P LABEL {
  color: #ffffff;
}








