@import url(https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i);





body {
  font-family: Poppins;
  font-style: normal;
  line-height: 1.5;
}
.mbr-section-title {
  font-style: normal;
  line-height: 1.2;
}
.mbr-section-subtitle {
  line-height: 1.3;
}
.mbr-text {
  font-style: normal;
  line-height: 1.6;
}
.display-1 {
  font-family: 'Roboto', sans-serif;
  font-size: 3.2rem;
}
.display-2 {
  font-family: 'Roboto', sans-serif;
  font-size: 2rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 0.85rem;
}
.display-5 {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
}
/* ---- 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.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.68rem;
    font-size: calc( 0.9475rem + (0.85 - 0.9475) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.9475rem + (0.85 - 0.9475) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    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))));
  }
}
/* Buttons */
.btn {
  position: relative;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: normal;
  margin: .4rem .8rem;
  white-space: normal;
  transition-property: background-color, color, border-color, box-shadow;
  transition-duration: .3s,.3s,.3s,2s;
  transition-timing-function: ease-in-out;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
  padding: 0.719rem 1.5rem;
  border-radius: 3px;
}
.btn .mbr-iconfont {
  font-size: 1.6rem;
}
.btn:hover:after,
.btn:focus:after,
.btn.active:after {
  content: '';
  border: 1px solid;
  border-color: inherit;
  width: 100%;
  height: 100%;
  transition: border-radius 0.3s;
  position: absolute;
  left: 0%;
  top: 0%;
  opacity: 1;
  -webkit-border-radius: 100px;
  border-radius: 100px;
}
.btn:hover:after,
.btn:focus:after,
.btn.active:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.note-popover .btn:after {
  display: none;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.btn-sm {
  border: 1px solid;
  font-weight: 500;
  letter-spacing: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0.5rem 1rem;
  border-radius: 3px;
}
.btn-md {
  font-weight: 500;
  letter-spacing: normal;
  margin: .4rem .8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0.719rem 1.5rem;
  border-radius: 3px;
}
.btn-lg {
  font-weight: 500;
  letter-spacing: normal;
  margin: .4rem .8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0.875rem 1.875rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #365c9a !important;
}
.bg-info {
  background-color: #e96188 !important;
}
.bg-warning {
  background-color: #ffffff !important;
}
.bg-danger {
  background-color: #b2ccd2 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #ca4336 !important;
  border-color: #ca4336 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #8e2f25 !important;
  border-color: #8e2f25 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #8e2f25 !important;
  border-color: #8e2f25 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #e96188 !important;
  border-color: #e96188 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #df1f56 !important;
  border-color: #df1f56 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #df1f56 !important;
  border-color: #df1f56 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #365c9a !important;
  border-color: #365c9a !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #223a61 !important;
  border-color: #223a61 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #223a61 !important;
  border-color: #223a61 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #b2ccd2 !important;
  border-color: #b2ccd2 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #82acb6 !important;
  border-color: #82acb6 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #82acb6 !important;
  border-color: #82acb6 !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-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-white,
.btn-white:active,
.btn-white.active {
  color: #333333 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #333333 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #333333 !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #cccccc;
  color: #cccccc !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #7a2820;
  color: #7a2820 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #ca4336;
  border-color: #ca4336;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ca4336 !important;
  border-color: #ca4336 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #c81c4d;
  color: #c81c4d !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff !important;
  background-color: #e96188;
  border-color: #e96188;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #e96188 !important;
  border-color: #e96188 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #1c2f4e;
  color: #1c2f4e !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff !important;
  background-color: #365c9a;
  border-color: #365c9a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #365c9a !important;
  border-color: #365c9a !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #cccccc;
  color: #cccccc !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #72a1ac;
  color: #72a1ac !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff !important;
  background-color: #b2ccd2;
  border-color: #b2ccd2;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b2ccd2 !important;
  border-color: #b2ccd2 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff !important;
  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 !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #ffffff !important;
}
.text-secondary {
  color: #ca4336 !important;
}
.text-success {
  color: #365c9a !important;
}
.text-info {
  color: #e96188 !important;
}
.text-warning {
  color: #ffffff !important;
}
.text-danger {
  color: #b2ccd2 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #7a2820 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #1c2f4e !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #c81c4d !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #cccccc !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #72a1ac !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: #365c9a;
}
.alert-info {
  background-color: #e96188;
}
.alert-warning {
  background-color: #ffffff;
}
.alert-danger {
  background-color: #b2ccd2;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
  transition-property: background-color, color, border-color, box-shadow;
  transition-duration: .3s,.3s,.3s,.8s;
  transition-timing-function: ease-in-out;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
.btn-form {
  border-radius: 0;
}
.btn-form:hover {
  cursor: pointer;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #7e9ed2;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}
#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}
.mbr-arrow a {
  color: #ffffff;
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: .357em;
  padding: 0;
}
.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 14px;
}
.form-control {
  background-color: #f5f5f5;
  box-shadow: none;
  color: #565656;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  line-height: 1.43;
  min-height: 3.5em;
  padding: 1.07em .5em;
}
.form-control,
.form-control:focus {
  border: 1px solid #e8e8e8;
}
.form-active .form-control:invalid {
  border-color: red;
}
.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  border-color: #ffffff;
  border-width: 3px;
}
ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}
pre {
  background: #f4f4f4;
  padding: 10px 24px;
  white-space: pre-wrap;
}
.inactive {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
}
.mbr-section__comments .row {
  -webkit-justify-content: center;
  justify-content: center;
}
/* 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 2rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.special-form {
  border-radius: 100px !important;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Social block */
.btn-social {
  font-size: 20px;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: 2px solid #c0a375;
  border-color: #ffffff;
  color: #232323;
  cursor: pointer;
  border-radius: 100px;
}
.btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.btn-social:hover {
  color: #fff;
  background: #ffffff;
}
.btn-social + .btn {
  margin-left: .1rem;
}
.input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
.input-group-btn a.btn {
  border-radius: 100px !important;
}
/* Footer */
.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}
html,
body {
  height: auto;
  min-height: 100vh;
}
.dropup .dropdown-toggle::after {
  display: none;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: contrast(currentColor, #000000, #ffffff, 30%);
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-rmucEAMeyi {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rmgphKLXNx .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ffffff;
  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-rmgphKLXNx .nav-item,
.cid-rmgphKLXNx .nav-link,
.cid-rmgphKLXNx .navbar-caption {
  font-weight: normal;
}
.cid-rmgphKLXNx .nav-item:focus,
.cid-rmgphKLXNx .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rmgphKLXNx .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-rmgphKLXNx .nav-item .nav-link {
    position: relative;
  }
  .cid-rmgphKLXNx .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: -2;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ffffff;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-rmgphKLXNx .nav-item .nav-link:hover::before {
    right: 0;
  }
  .cid-rmgphKLXNx .nav-item.open .nav-link::before {
    right: 1.667em;
  }
}
.cid-rmgphKLXNx .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-rmgphKLXNx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rmgphKLXNx .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-rmgphKLXNx .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rmgphKLXNx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rmgphKLXNx .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-rmgphKLXNx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rmgphKLXNx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rmgphKLXNx .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #365c9a;
}
.cid-rmgphKLXNx .navbar.opened {
  transition: all .3s;
  background: #365c9a !important;
}
.cid-rmgphKLXNx .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rmgphKLXNx .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rmgphKLXNx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rmgphKLXNx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rmgphKLXNx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 3.8rem);
  }
}
.cid-rmgphKLXNx .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rmgphKLXNx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rmgphKLXNx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rmgphKLXNx .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rmgphKLXNx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rmgphKLXNx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rmgphKLXNx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rmgphKLXNx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rmgphKLXNx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rmgphKLXNx .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rmgphKLXNx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rmgphKLXNx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rmgphKLXNx .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rmgphKLXNx .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rmgphKLXNx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rmgphKLXNx .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rmgphKLXNx .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rmgphKLXNx .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rmgphKLXNx .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rmgphKLXNx .navbar.navbar-short {
  background: #365c9a !important;
  min-height: 60px;
}
.cid-rmgphKLXNx .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rmgphKLXNx .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rmgphKLXNx .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rmgphKLXNx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rmgphKLXNx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rmgphKLXNx .dropdown-item.active,
.cid-rmgphKLXNx .dropdown-item:active {
  background-color: transparent;
}
.cid-rmgphKLXNx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rmgphKLXNx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rmgphKLXNx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rmgphKLXNx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:before {
  left: 1.667em;
  bottom: 0.467em;
}
.cid-rmgphKLXNx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:hover:before {
  right: 1.667em;
}
.cid-rmgphKLXNx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #365c9a;
}
.cid-rmgphKLXNx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rmgphKLXNx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rmgphKLXNx ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rmgphKLXNx .navbar-buttons {
  text-align: center;
}
.cid-rmgphKLXNx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rmgphKLXNx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-rmgphKLXNx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rmgphKLXNx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rmgphKLXNx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rmgphKLXNx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rmgphKLXNx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rmgphKLXNx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rmgphKLXNx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rmgphKLXNx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rmgphKLXNx .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rmgphKLXNx a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rmgphKLXNx .mbr-iconfont {
  font-size: 1rem;
  color: #e96188;
  display: inline-flex;
}
.cid-rmgphKLXNx .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-rmgphKLXNx .soc-item {
  margin: .5rem .3rem;
}
.cid-rmgphKLXNx .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rmgphKLXNx .navbar {
    height: 77px;
  }
  .cid-rmgphKLXNx .navbar.opened {
    height: auto;
  }
  .cid-rmgphKLXNx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rmgpnIUNkJ {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/city-scape1-1920x1440.jpg");
}
.cid-rmgpnIUNkJ .plan-body .btn-bgr {
  z-index: 0;
}
.cid-rmgpnIUNkJ .media-container-row {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.cid-rmgpnIUNkJ .list-group-item {
  padding: .75rem 0rem;
}
.cid-rmgpnIUNkJ .plan-subtitle {
  color: #365c9a;
}
.cid-rmgpnIUNkJ .mbr-text {
  margin: 15px 0 0 0;
  color: #767676;
}
.cid-rmgpnIUNkJ .price-term .term {
  display: inline-block;
  background: #ffffff;
  padding: 5px 10px;
  border-radius: 100px;
}
.cid-rmgpnIUNkJ .plan {
  padding: 1.875rem;
  background: none;
  position: relative;
}
.cid-rmgpnIUNkJ .plan .mbr-overlay {
  background: #ffffff;
  opacity: 1;
}
.cid-rmgpnIUNkJ .plan .plan-price {
  margin-top: 15px;
  padding: 20px 0;
  border-top: 1px solid #eaeaea;
}
.cid-rmgpnIUNkJ .plan .plan-price .price-term {
  margin-top: 10px;
}
.cid-rmgpnIUNkJ .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
  background: none;
}
.cid-rmgpnIUNkJ .plan .list-group-item::after {
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #eaeaea;
}
.cid-rmgpnIUNkJ .plan .mbr-section-btn a {
  margin-bottom: 0;
}
.cid-rmgpnIUNkJ .plan .plan-body {
  position: relative;
  border-top: 1px solid #eaeaea;
}
@media (max-width: 992px) {
  .cid-rmgpnIUNkJ .plan {
    margin-bottom: 30px;
  }
}
.cid-rmgpnIUNkJ .plan-header {
  position: relative;
}
@media (max-width: 550px) {
  .cid-rmgpnIUNkJ .price-figure {
    font-size: 4.25rem;
  }
}
.cid-rmgpnIUNkJ .plan-title {
  color: #232323;
}
.cid-rmgpnIUNkJ .price-figure {
  color: #232323;
}
.cid-rmgpnIUNkJ .price-term {
  color: #767676;
  text-align: center;
}
.cid-rmgpnIUNkJ LI {
  color: #767676;
}
.cid-rmgpnIUNkJ .mbr-section-btn,
.cid-rmgpnIUNkJ .list-group SPAN {
  color: #767676;
}
.cid-rmgpnIUNkJ .plan-price {
  color: #ca4336;
}
.cid-rmgpnIUNkJ SPAN {
  color: #232323;
}
.cid-rmgpzZt786 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #fac769;
}
.cid-rmgpzZt786 .mbr-section-subtitle {
  color: #767676;
}
.cid-rmgpzZt786 .mbr-section-title {
  color: #ffffff;
}
.cid-rmgpr6b7pq {
  padding-top: 60px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1920x1281.jpg");
}
.cid-rmgpr6b7pq .header-text {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rmgpr6b7pq .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-rmgpr6b7pq .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-rmgpr6b7pq .panel-group {
  width: 100%;
}
.cid-rmgpr6b7pq .panel-text {
  color: #767676;
}
.cid-rmgpr6b7pq .card {
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-rmgpr6b7pq .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-rmgpr6b7pq .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  background-color: #4e84c2;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-rmgpr6b7pq .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-rmgpr6b7pq .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rmgpr6b7pq .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-rmgpr6b7pq .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-rmgpr6b7pq .card .panel-body {
  background: #efefef;
}
.cid-rmgpr6b7pq .mbr-section-title {
  color: #ffffff;
}
.cid-rmgpr6b7pq .header-text,
.cid-rmgpr6b7pq .sign {
  color: #ffffff;
}
.cid-rmr3RoiRnm {
  padding-top: 0px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-1920x1281.jpg");
}
.cid-rmr3RoiRnm .header-text {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rmr3RoiRnm .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-rmr3RoiRnm .mbr-section-subtitle {
  color: #767676;
}
.cid-rmr3RoiRnm .panel-group {
  width: 100%;
}
.cid-rmr3RoiRnm .panel-text {
  color: #767676;
}
.cid-rmr3RoiRnm .card {
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-rmr3RoiRnm .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-rmr3RoiRnm .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  background-color: #4e84c2;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-rmr3RoiRnm .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-rmr3RoiRnm .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rmr3RoiRnm .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-rmr3RoiRnm .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-rmr3RoiRnm .card .panel-body {
  background: #ffffff;
}
.cid-rmr3RoiRnm .header-text,
.cid-rmr3RoiRnm .sign {
  color: #ffffff;
}
.cid-rmgpAcREaX {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #11346d;
}
.cid-rmgpAcREaX .mbr-section-subtitle {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-rmgpAcREaX .mbr-section-btn,
  .cid-rmgpAcREaX .mbr-section-subtitle,
  .cid-rmgpAcREaX .mbr-section-title {
    text-align: center !important;
  }
}
.cid-rmgpAcREaX .mbr-section-subtitle B {
  color: #ffffff;
}
.cid-rmgq6lcGdA {
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-rmgq6lcGdA .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 3rem;
}
.cid-rmgq6lcGdA .carousel-item > div {
  width: 100%;
}
.cid-rmgq6lcGdA .carousel-item.active,
.cid-rmgq6lcGdA .carousel-item-next,
.cid-rmgq6lcGdA .carousel-item-prev {
  display: flex;
}
.cid-rmgq6lcGdA .carousel-controls a {
  transition: opacity .5s;
  font-size: 1.2rem;
}
.cid-rmgq6lcGdA .carousel-controls a span {
  padding: 15px;
  border-radius: 50%;
  color: #000000;
  background: #ffffff;
  opacity: .9;
}
.cid-rmgq6lcGdA .carousel-controls a:hover span {
  opacity: 1;
}
.cid-rmgq6lcGdA .signature,
.cid-rmgq6lcGdA .desk {
  margin: 0;
}
.cid-rmgq6lcGdA .mbr-text,
.cid-rmgq6lcGdA .mbr-section-subtitle {
  color: #cccccc;
}
.cid-rmgq6lcGdA .signature,
.cid-rmgq6lcGdA .desk {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rmgq6lcGdA .carousel-item {
    padding: 0 5rem;
  }
}
@media (min-width: 768px) {
  .cid-rmgq6lcGdA .carousel-controls a {
    width: 5%;
  }
}
.cid-rmgq6lcGdA .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rmgq6lcGdA .mbr-text P {
  color: #ffffff;
}
.cid-rmgq6lcGdA .mbr-text {
  color: #ffffff;
}
.cid-rmjSwJ7dBD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fac769;
}
.cid-rmjSwJ7dBD .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rmjSwJ7dBD .row-element,
.cid-rmjSwJ7dBD .image-element {
  padding: 0;
}
.cid-rmjSwJ7dBD .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rmjSwJ7dBD .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rmjSwJ7dBD .text-content {
  padding: 3rem;
}
@media (max-width: 767px) {
  .cid-rmjSwJ7dBD .text-content {
    padding: 2rem 1rem;
  }
  .cid-rmjSwJ7dBD .mbr-title,
  .cid-rmjSwJ7dBD .underline,
  .cid-rmjSwJ7dBD .mbr-text,
  .cid-rmjSwJ7dBD .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-rmjSwJ7dBD .mbr-text,
.cid-rmjSwJ7dBD .mbr-section-btn {
  color: #232323;
}
.cid-rmjSwJ7dBD .mbr-title {
  color: #0c1b35;
}
.cid-rmgpIUToaR {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-1920x1317.jpg");
}
.cid-rmgpIUToaR .mbr-section-title {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-rmgpIUToaR .mbr-iconfont {
  color: #ffffff;
  font-size: 1rem;
}
.cid-rmgpIUToaR .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-rmgpIUToaR .mbr-iconfont:hover {
  color: #66458e;
}
.cid-rmgpIUToaR .image-wrap {
  position: relative;
}
.cid-rmgpIUToaR .image-wrap img {
  width: 100%;
  z-index: 0;
}
.cid-rmgpIUToaR .mbr-section-subtitle {
  line-height: 1.5;
  color: #ffffff;
}
.cid-rmgpIUToaR .card-wrap {
  margin-bottom: 3rem;
}
.cid-rmgpIUToaR .card-wrap:hover .social-media {
  transition-delay: 0.3s;
  opacity: 1;
}
.cid-rmgpIUToaR .card-wrap:hover .img-overlay {
  opacity: 1;
}
.cid-rmgpIUToaR .social-media {
  bottom: 5%;
  transition-delay: 0s;
  list-style-type: none;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.cid-rmgpIUToaR .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-rmgpIUToaR .social-media ul li {
  margin: .1rem;
  display: inline-block;
}
.cid-rmgpIUToaR .img-overlay {
  background: linear-gradient(transparent, #232323);
  position: absolute;
  height: 100.05%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition-delay: 0s;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.cid-rmgpIUToaR .builderCard .img-overlay {
  border-bottom-left-radius: 5rem;
}
.cid-rmgpIUToaR .mbr-role {
  color: #ffffff;
}
.cid-rmgpIUToaR .mbr-text {
  color: #ffffff;
}
.cid-rmgpIUToaR .mbr-name {
  color: #ffffff;
}
.cid-rmgq9CPyrp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rmgq9CPyrp .media-container-row {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
