@import url(https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i&display=swap);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap);





body {
  font-family: Barlow;
}
.display-1 {
  font-family: 'Noto Sans', sans-serif;
  font-size: 3.5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.6rem;
}
.display-2 {
  font-family: 'Noto Sans', sans-serif;
  font-size: 1.75rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 2.8rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.7;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Noto Sans', sans-serif;
  font-size: 1.55rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.48rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- 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.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.4rem;
    font-size: calc( 1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.2625rem + (1.75 - 1.2625) * ((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.24rem;
    font-size: calc( 1.1925rem + (1.55 - 1.1925) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.1925rem + (1.55 - 1.1925) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #2979a8 !important;
}
.bg-success {
  background-color: #f1a631 !important;
}
.bg-info {
  background-color: #fb7522 !important;
}
.bg-warning {
  background-color: #4da92e !important;
}
.bg-danger {
  background-color: #ff4e4e !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #2979a8 !important;
  border-color: #2979a8 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #1a4d6b !important;
  border-color: #1a4d6b !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1a4d6b !important;
  border-color: #1a4d6b !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #7fa8d7 !important;
  border-color: #7fa8d7 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #4580c5 !important;
  border-color: #4580c5 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #4580c5 !important;
  border-color: #4580c5 !important;
}
.btn-info,
.btn-info:active {
  background-color: #fb7522 !important;
  border-color: #fb7522 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #cd5104 !important;
  border-color: #cd5104 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #cd5104 !important;
  border-color: #cd5104 !important;
}
.btn-success,
.btn-success:active {
  background-color: #f1a631 !important;
  border-color: #f1a631 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #c87f0e !important;
  border-color: #c87f0e !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #c87f0e !important;
  border-color: #c87f0e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #4da92e !important;
  border-color: #4da92e !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #326d1e !important;
  border-color: #326d1e !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #326d1e !important;
  border-color: #326d1e !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff4e4e !important;
  border-color: #ff4e4e !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff0101 !important;
  border-color: #ff0101 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff0101 !important;
  border-color: #ff0101 !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: #153e56;
  color: #153e56;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #2979a8;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #2979a8 !important;
  border-color: #2979a8 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #3974b7;
  color: #3974b7;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #7fa8d7;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #7fa8d7 !important;
  border-color: #7fa8d7 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #b44703;
  color: #b44703;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #fb7522;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #fb7522 !important;
  border-color: #fb7522 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #b0700c;
  color: #b0700c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #f1a631;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #f1a631 !important;
  border-color: #f1a631 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #285918;
  color: #285918;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #000000 !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #4da92e;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #4da92e !important;
  border-color: #4da92e !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #e70000;
  color: #e70000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #ff4e4e;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff4e4e !important;
  border-color: #ff4e4e !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: #000000 !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  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 !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #000000 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #2979a8 !important;
}
.text-secondary {
  color: #7fa8d7 !important;
}
.text-success {
  color: #f1a631 !important;
}
.text-info {
  color: #fb7522 !important;
}
.text-warning {
  color: #4da92e !important;
}
.text-danger {
  color: #ff4e4e !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #153e56 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #3974b7 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #b0700c !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #b44703 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #285918 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #e70000 !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: #fb7522;
}
.alert-warning {
  background-color: #4da92e;
}
.alert-danger {
  background-color: #ff4e4e;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #2979a8;
  border-color: #2979a8;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #2979a8;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #74b6dd;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fef9f0;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fff2ea;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #93db7b;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #2979a8;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #2979a8;
  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: #2979a8;
  border-bottom-color: #2979a8;
}
.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: #2979a8 !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: #7fa8d7 !important;
  box-shadow: none !important;
}
.sidebar-block .mbr-gallery-item .galleryItem .onsale {
  top: 0px;
}
.sidebar-block .mbr-gallery-item .galleryItem .sidebar_wraper {
  bottom: -35px;
  margin-left: 1rem;
}
.cid-rIyXpBYpBW .navbar {
  padding: .5rem 0;
  background: #22275A;
  transition: none;
  min-height: 60px;
  letter-spacing: .025em;
}
.cid-rIyXpBYpBW .navbar-dropdown.bg-color.transparent.opened {
  background: #1a214a;
}
.cid-rIyXpBYpBW a {
  font-style: normal;
}
.cid-rIyXpBYpBW a .link:hover {
  color: inherit !important;
}
.cid-rIyXpBYpBW .dropdown-item:active {
  background: #2979a8;
  line-height: 0.9 !important;
}
.cid-rIyXpBYpBW .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rIyXpBYpBW .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0 7px !important;
  margin: 0 8px !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  font-weight: 400 !important;
}
.cid-rIyXpBYpBW .nav-item:focus,
.cid-rIyXpBYpBW .nav-link:focus {
  outline: none;
}
.cid-rIyXpBYpBW .btn {
  padding: 0rem 0.9rem 1px 1.3rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 2.6;
  border-width: 2px;
}
.cid-rIyXpBYpBW .btn ins {
  text-decoration: none;
}
.cid-rIyXpBYpBW .btn .mbr-iconfont {
  font-size: 0.9rem;
  padding-left: 15px !important;
  padding-top: 1px;
  margin-right: 4px;
  order: 5;
  transition: all 0s ease-in-out;
}
.cid-rIyXpBYpBW .menu-logo {
  margin-right: auto;
}
.cid-rIyXpBYpBW .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  transition: padding .2s;
  min-height: 3rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rIyXpBYpBW .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rIyXpBYpBW .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
  font-weight: 400 !important;
}
.cid-rIyXpBYpBW .menu-logo .navbar-brand .navbar-logo {
  font-size: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rIyXpBYpBW .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
  color: #ffffff;
}
.cid-rIyXpBYpBW .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rIyXpBYpBW .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 1rem;
  width: auto;
  overflow: visible;
}
.cid-rIyXpBYpBW .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rIyXpBYpBW .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
  padding-bottom: 10px;
}
.cid-rIyXpBYpBW .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rIyXpBYpBW .dropdown .dropdown-menu {
  background: #2979a8;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
  border-radius: 3px;
}
.cid-rIyXpBYpBW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.435em 1.5385em !important;
  line-height: 0.9 !important;
}
.cid-rIyXpBYpBW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rIyXpBYpBW .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rIyXpBYpBW .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rIyXpBYpBW .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rIyXpBYpBW .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rIyXpBYpBW .navbar.navbar-short .navbar-toggler-right {
  top: 35px;
}
.cid-rIyXpBYpBW .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rIyXpBYpBW .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rIyXpBYpBW .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rIyXpBYpBW .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rIyXpBYpBW button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 2.1rem;
  right: 1rem;
}
.cid-rIyXpBYpBW button.navbar-toggler:focus {
  outline: none;
}
.cid-rIyXpBYpBW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rIyXpBYpBW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rIyXpBYpBW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rIyXpBYpBW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rIyXpBYpBW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rIyXpBYpBW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rIyXpBYpBW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rIyXpBYpBW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rIyXpBYpBW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rIyXpBYpBW .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rIyXpBYpBW .collapsed .btn {
  display: -webkit-flex;
}
.cid-rIyXpBYpBW .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rIyXpBYpBW .collapsed .navbar-collapse.collapsing,
.cid-rIyXpBYpBW .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rIyXpBYpBW .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rIyXpBYpBW .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rIyXpBYpBW .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rIyXpBYpBW .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rIyXpBYpBW .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rIyXpBYpBW .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rIyXpBYpBW .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rIyXpBYpBW .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1254px) {
  .cid-rIyXpBYpBW .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.5rem);
  }
}
.cid-rIyXpBYpBW .collapsed button.navbar-toggler {
  display: block;
}
.cid-rIyXpBYpBW .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rIyXpBYpBW .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rIyXpBYpBW .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-rIyXpBYpBW .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rIyXpBYpBW .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rIyXpBYpBW .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1253px) {
  .cid-rIyXpBYpBW .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rIyXpBYpBW img {
    height: 3.8rem !important;
  }
  .cid-rIyXpBYpBW .btn {
    display: -webkit-flex;
  }
  .cid-rIyXpBYpBW button.navbar-toggler {
    display: block;
  }
  .cid-rIyXpBYpBW .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rIyXpBYpBW .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rIyXpBYpBW .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rIyXpBYpBW .navbar-collapse.collapsing,
  .cid-rIyXpBYpBW .navbar-collapse.show {
    display: block !important;
  }
  .cid-rIyXpBYpBW .navbar-collapse.collapsing .navbar-nav,
  .cid-rIyXpBYpBW .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rIyXpBYpBW .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rIyXpBYpBW .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rIyXpBYpBW .navbar-collapse.collapsing .navbar-buttons,
  .cid-rIyXpBYpBW .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rIyXpBYpBW .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rIyXpBYpBW .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rIyXpBYpBW .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-rIyXpBYpBW .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rIyXpBYpBW .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rIyXpBYpBW .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 540px) {
  .cid-rIyXpBYpBW .navbar-brand {
    padding-top: 1rem;
  }
  .cid-rIyXpBYpBW .navbar-logo img {
    height: 3rem !important;
  }
  .cid-rIyXpBYpBW .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
    font-size: 30px !important;
  }
}
@media (min-width: 767px) {
  .cid-rIyXpBYpBW .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rIyXpBYpBW .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
  line-height: 0.9;
}
.cid-rIyXpBYpBW .nav-link,
.cid-rIyXpBYpBW .dropdown-item {
  position: relative;
}
.cid-rIyXpBYpBW .nav-link:before,
.cid-rIyXpBYpBW .dropdown-item:before {
  content: "";
  position: absolute;
  z-index: -2;
  left: 0;
  right: 100%;
  bottom: -0.2em;
  background: #ffffff;
  height: 2px;
  -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-rIyXpBYpBW .nav-item .nav-link:hover::before {
  right: 0;
}
.cid-rIyXpBYpBW .nav-item.open .nav-link::before {
  right: 1.667em;
}
.cid-rIyXpBYpBW .nav-link:hover {
  color: #ffffff !important;
  border-color: #ffffff;
}
.cid-rIyXpBYpBW .nav-link:first-child {
  border-color: #ffffff;
  text-transform: uppercase;
  letter-spacing: .025em;
  font-size: .90rem;
  font-weight: 600 !important;
}
.cid-rIyXpBYpBW .display-5 {
  font-size: 2.8rem;
  letter-spacing: .025em;
}
.cid-rIyXqSgtJT {
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/cpsi-home-banner-2000x1100.jpg");
}
.cid-rIyXqSgtJT .container-fluid {
  position: relative;
}
.cid-rIyXqSgtJT .page-title-content {
  width: 100%;
}
.cid-rIyXqSgtJT .page-title-content .mbr-iconfont {
  font-size: 55px;
  height: 55px;
  line-height: 55px;
  width: 55px;
  margin-top: -10px;
  color: #f1a631;
}
.cid-rIyXqSgtJT .page-title-content .mbr-iconfont:hover {
  cursor: pointer;
}
@media (max-width: 576px) {
  .cid-rIyXqSgtJT .page-title-content {
    text-align: center;
  }
}
.cid-rIyXqSgtJT .title {
  letter-spacing: 0.8px;
  margin-top: 24px;
  font-weight: 500;
  margin: 0;
  position: relative;
  word-wrap: break-word;
}
.cid-rIyXqSgtJT a {
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  margin-right: 20px;
}
.cid-rIyXqSgtJT a:after {
  position: absolute;
  margin-top: 7px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 100%;
}
.cid-rIyXqSgtJT a::before {
  position: absolute;
  margin-top: 5px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 0%;
  bottom: 7px;
}
.cid-rIyXqSgtJT a:hover:after,
.cid-rIyXqSgtJT a:focus:after {
  animation-duration: 1s;
  animation-name: slidein;
}
.cid-rIyXqSgtJT a:hover:before,
.cid-rIyXqSgtJT a:focus:before {
  animation-duration: 0.5s;
  animation-delay: 0.5s;
  animation-name: slideout;
}
.cid-rIyXqSgtJT a.text-white:hover,
.cid-rIyXqSgtJT a.text-white:focus {
  color: #ffffff !important;
}
.cid-rIyXqSgtJT .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
.cid-rIyXqSgtJT .page-title-content .title,
.cid-rIyXqSgtJT .icon-section,
.cid-rIyXqSgtJT .mbr-section-btn {
  text-align: center;
}
.cid-rIyXqSgtJT hr {
  border-width: 5px;
  border-color: #2979a8;
  width: 35%;
  margin-bottom: 35px;
}
.cid-rNAocw6k3L {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2979a8;
}
.cid-rNAocw6k3L .mbr-iconfont {
  font-size: 1.1rem;
  color: #232323;
  padding: 0 0.5rem;
  transition: color 0.3s;
}
.cid-rNAocw6k3L .mbr-iconfont:hover {
  color: #777777;
}
.cid-rNAocw6k3L .card-img {
  position: relative;
  overflow: hidden;
}
.cid-rNAocw6k3L a {
  font-weight: 600;
}
.cid-rNAocw6k3L .card-img:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  left: 0;
  background-color: #232323;
  opacity: 0;
  transform-origin: right center 0;
  transform: perspective(100px) rotateY(-120deg);
  transform-style: flat;
  transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
}
.cid-rNAocw6k3L .card-box {
  padding: 2rem 1rem;
  background-color: #ffffff;
  width: 80%;
  margin: auto;
  margin-top: -25%;
  position: relative;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-rNAocw6k3L .card-box h3 {
  font-weight: 600;
  width: 100%;
  display: inline-block;
  margin: 0;
}
.cid-rNAocw6k3L .card-wrapper {
  height: 100%;
}
.cid-rNAocw6k3L .card-wrapper:hover .card-img:before {
  opacity: 0.3;
  transform: perspective(100px) rotateY(0deg);
}
.cid-rNAocw6k3L .text {
  color: #767676;
}
.cid-rNAocw6k3L .card-subtitle {
  color: #2979a8;
}
.cid-rNAocw6k3L hr {
  border-width: 5px;
  border-color: #fff;
  width: 15%;
  margin-bottom: 25px;
  margin-top: 20px;
}
.cid-rNAocw6k3L button.report {
  margin-top: 15px;
  background: #2979a8;
  color: #fff;
  border-width: 0px;
  padding: 10px 20px;
  font-family: 'open sans', sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .025em;
  border-radius: 2px;
  cursor: pointer;
}
.cid-rNAocw6k3L .cid-rNAocw6k3L {
  padding-top: 65px;
}
.cid-rNAocw6k3L h3.card-title.mbr-fonts-style.pb-2.display-5 {
  padding-bottom: 15px !important;
}
.cid-rNABwu8wGe {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #2979a8;
}
.cid-rNABwu8wGe .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #ffffff;
}
.cid-rNABwu8wGe img {
  width: 100%;
}
.cid-rNABwu8wGe p {
  margin-top: 6rem;
}
.cid-rNABwu8wGe .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-rNABwu8wGe .content-wrapper {
  padding-top: 1rem;
}
.cid-rNABwu8wGe h4 {
  position: absolute;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-rNABwu8wGe .content-wrapper {
    padding-top: 0rem;
  }
  .cid-rNABwu8wGe p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-rNABwu8wGe .back {
    width: 100%;
    height: 75%;
  }
  .cid-rNABwu8wGe .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-rNABwu8wGe p {
    margin-top: 4rem;
  }
}
.cid-rNABwu8wGe .content-wrapper {
  padding-right: 8rem;
}
@media (max-width: 767px) {
  .cid-rNABwu8wGe .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-rNABwu8wGe .content-wrapper {
    padding-right: 3rem;
  }
  .cid-rNABwu8wGe h4 {
    right: 2rem;
  }
}
.cid-rNABwu8wGe p.mbr-text.mbr-white.mbr-regular.mbr-black.mbr-fonts-style.display-7 {
  margin-top: .75rem;
}
.cid-rNABwu8wGe .mbr-text,
.cid-rNABwu8wGe .mbr-section-btn {
  text-align: left;
}
.cid-rNABwu8wGe .mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 2px;
  border-width: 0px;
  padding: .75rem 2.2rem;
  margin: 0px;
  background: #2979a8 !important;
}
.cid-rNABwu8wGe h1.mbr-section-title.mbr-semibold.mbr-black.pb-4.mbr-fonts-style.display-5 {
  padding-bottom: 15px !important;
}
.cid-rNEyBqy9R5 {
  padding-top: 75px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/cpsi-banner-img-1778x978.jpg");
}
.cid-rNEyBqy9R5 .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-rNEyBqy9R5 .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-rNEyBqy9R5 .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-rNEyBqy9R5 a.btn.btn-md.btn-white.display-4 {
  border-radius: 2px;
  border-width: 0px;
  padding: 10px 30px;
  background: #2979a8 !important;
  color: #fff !important;
  font-weight: 600 !important;
}
.cid-rNEyBqy9R5 a.btn.btn-md.btn-white.display-4:hover {
  background: #2979a8 !important;
  color: #fff !important;
  border-color: #2979a8 !important;
}
.cid-rNEyBqy9R5 p.mbr-text.mbr-fonts-style.align-center.display-7 {
  margin-bottom: 10px;
}
.cid-rNEyBqy9R5 h4.card-title.py-3.mbr-fonts-style.mbr-bold.display-5 {
  margin-bottom: 5px;
}
.cid-rUhlRrWKXX {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efeeee;
}
.cid-rUhlRrWKXX .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
  padding: 1.5rem;
  position: absolute;
  top: 0;
  color: #fff;
  margin-top: -2.5rem;
  border-radius: 50%;
}
.cid-rUhlRrWKXX .mbr-section-title {
  margin: 0;
}
.cid-rUhlRrWKXX .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-rUhlRrWKXX .card-img {
  text-align: inherit;
}
.cid-rUhlRrWKXX .card-img span {
  background: linear-gradient(90deg, #2979a8, #2979a8);
}
.cid-rUhlRrWKXX .mbr-text {
  color: #6d6d6d;
  text-align: left;
}
.cid-rUhlRrWKXX .wrapper {
  border-radius: .25rem;
  padding: 2rem;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
@media (max-width: 991px) {
  .cid-rUhlRrWKXX .wrapper {
    margin-bottom: 5rem;
  }
}
.cid-rUhlRrWKXX .button {
  text-align: left;
  margin-bottom: 15px;
}
.cid-rUhlRrWKXX button.click {
  border-radius: 2px;
  border-width: 0px;
  padding: 10px 30px;
  background: #2979a8 !important;
  color: #fff !important;
  font-weight: 600 !important;
  cursor: pointer;
  font-family: 'open sans', sans-serif;
}
.cid-rUhlRrWKXX h2.mbr-fonts-style.mbr-section-title.align-center.mb-3.display-2 {
  font-weight: 600;
}
.cid-rUhlRrWKXX h4.mbr-fonts-style.mbr-card-title.align-left.pb-2.display-5 {
  font-weight: 600;
  font-size: 22px;
}
.cid-rUhlRrWKXX p.mbr-text.mbr-fonts-style.align-left.display-7 {
  font-size: 17px;
}
.cid-rUhlRrWKXX p.mbr-text.mbr-fonts-style.display-7 {
  font-size: 17px;
}
.cid-rUhlRrWKXX .note p.mbr-text.mbr-fonts-style.align-left.display-7 {
  margin-top: 30px;
  text-align: center;
}
.cid-rNFjAQ7gRy {
  padding-top: 60px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/cpsi-banner-img3-2000x1100.jpg");
}
.cid-rNFjAQ7gRy .mbr-section-title {
  letter-spacing: .1em;
}
.cid-rNFjAQ7gRy .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-rNFjAQ7gRy .card-img span {
  font-size: 100px;
}
.cid-rNFjAQ7gRy .mbr-text,
.cid-rNFjAQ7gRy .mbr-section-btn {
  color: #efefef;
}
.cid-rNFjAQ7gRy a.btn.btn-md.btn-white.display-4 {
  border-radius: 2px;
  border-width: 0px;
  padding: 10px 30px;
  color: #fff !important;
  background: #2979a8 !important;
}
.cid-rNFY6tMTDZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2d2d2d;
}
.cid-rNFY6tMTDZ .row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rNFY6tMTDZ .text-black {
  font-weight: 800;
  letter-spacing: 0.1em;
}
.cid-rNFY6tMTDZ .btn {
  margin-bottom: 2rem;
}
.cid-rNFY6tMTDZ .mbr-text {
  color: #444;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.cid-rNFY6tMTDZ .social-list {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  padding-left: 0;
  margin-bottom: 10px;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rNFY6tMTDZ .social-list .mbr-iconfont-social {
  font-size: 2rem;
  color: black;
}
.cid-rNFY6tMTDZ .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rNFY6tMTDZ .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rNFY6tMTDZ .social-list a:hover {
  opacity: .4;
}
@media (max-width: 767px) {
  .cid-rNFY6tMTDZ .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .cid-rNFY6tMTDZ .mbr-text {
    text-align: center;
    margin-bottom: 2rem;
  }
}
.cid-rNFY6tMTDZ .links {
  color: #efeeee;
  text-align: center;
}
.cid-rNFY6tMTDZ .social-list .mbr-iconfont-social {
  color: #d2d2d2;
}
.cid-rNFY6tMTDZ .social-list .mbr-iconfont-social:hover {
  color: #fff;
  opacity: 1;
}
.cid-rNFY6tMTDZ p.mbr-text.links.mbr-fonts-style.display-7 {
  font-size: 13px;
}
