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





body {
  font-family: Dosis;
}
.display-1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 3.5rem;
}
.display-1 > .mbr-iconfont {
  font-size: 5.6rem;
}
.display-2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.8rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.28rem;
}
.display-5 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.4rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.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.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.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.5rem 1.5rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #0a67a3 !important;
}
.bg-success {
  background-color: #a581d6 !important;
}
.bg-info {
  background-color: #d9abea !important;
}
.bg-warning {
  background-color: #6f1a9c !important;
}
.bg-danger {
  background-color: #444444 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #0a67a3 !important;
  border-color: #0a67a3 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #06395b !important;
  border-color: #06395b !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #06395b !important;
  border-color: #06395b !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #3e97d1 !important;
  border-color: #3e97d1 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #256e9d !important;
  border-color: #256e9d !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #256e9d !important;
  border-color: #256e9d !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #d9abea !important;
  border-color: #d9abea !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #bd6edb !important;
  border-color: #bd6edb !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #bd6edb !important;
  border-color: #bd6edb !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #a581d6 !important;
  border-color: #a581d6 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #7c47c3 !important;
  border-color: #7c47c3 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #7c47c3 !important;
  border-color: #7c47c3 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #6f1a9c !important;
  border-color: #6f1a9c !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #400f5a !important;
  border-color: #400f5a !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #400f5a !important;
  border-color: #400f5a !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #444444 !important;
  border-color: #444444 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !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: #042a43;
  color: #042a43 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #0a67a3;
  border-color: #0a67a3;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0a67a3 !important;
  border-color: #0a67a3 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #215f88;
  color: #215f88 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #3e97d1;
  border-color: #3e97d1;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #3e97d1 !important;
  border-color: #3e97d1 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #b459d6;
  color: #b459d6 !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff !important;
  background-color: #d9abea;
  border-color: #d9abea;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #d9abea !important;
  border-color: #d9abea !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #6f3bb6;
  color: #6f3bb6 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff !important;
  background-color: #a581d6;
  border-color: #a581d6;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #a581d6 !important;
  border-color: #a581d6 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #310b45;
  color: #310b45 !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff !important;
  background-color: #6f1a9c;
  border-color: #6f1a9c;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #6f1a9c !important;
  border-color: #6f1a9c !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #111111;
  color: #111111 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff !important;
  background-color: #444444;
  border-color: #444444;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #444444 !important;
  border-color: #444444 !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: #0a67a3 !important;
}
.text-secondary {
  color: #3e97d1 !important;
}
.text-success {
  color: #a581d6 !important;
}
.text-info {
  color: #d9abea !important;
}
.text-warning {
  color: #6f1a9c !important;
}
.text-danger {
  color: #444444 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #042a43 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #215f88 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #6f3bb6 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #b459d6 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #310b45 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #111111 !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: #d9abea;
}
.alert-warning {
  background-color: #6f1a9c;
}
.alert-danger {
  background-color: #444444;
}
.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 !important;
}
.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: #0a67a3;
  border-color: #0a67a3;
  color: #ffffff;
}
.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: #0a67a3;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #3aaaf3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #b153e2;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b7b7b7;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
#scrollToTop a {
  background: #444444;
}
#scrollToTop a i:before {
  background: #ffffff;
}
#scrollToTop a i:after {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
.mbr-arrow {
  background-color: #444444;
  opacity: .5;
  transition: .3s;
}
.mbr-arrow a {
  color: #ffffff;
}
.mbr-arrow:hover {
  opacity: .7;
}
.form-control {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #0a67a3;
}
/* 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;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.form1 .input-group-btn a.btn {
  border-radius: 0 !important;
}
.form1 .input-group-btn button[type="submit"] {
  border-radius: 0 !important;
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #0a67a3;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #0a67a3;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #0a67a3;
  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: #0a67a3;
  border-bottom-color: #0a67a3;
}
.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: #0a67a3 !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: #3e97d1 !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='%230a67a3' %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-seEcSY2cLk .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #d9abea;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-seEcSY2cLk .navbar-buttons {
  flex-wrap: wrap;
}
.cid-seEcSY2cLk .nav-item,
.cid-seEcSY2cLk .nav-link,
.cid-seEcSY2cLk .navbar-caption {
  font-weight: normal;
}
.cid-seEcSY2cLk .nav-item:focus,
.cid-seEcSY2cLk .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-seEcSY2cLk .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-seEcSY2cLk .nav-item .nav-link {
    position: relative;
  }
  .cid-seEcSY2cLk .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #d9abea;
    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-seEcSY2cLk .nav-item:hover .nav-link:before,
  .cid-seEcSY2cLk .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-seEcSY2cLk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-seEcSY2cLk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-seEcSY2cLk .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-seEcSY2cLk .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-seEcSY2cLk .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-seEcSY2cLk .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-seEcSY2cLk .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-seEcSY2cLk .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-seEcSY2cLk .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-seEcSY2cLk .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-seEcSY2cLk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-seEcSY2cLk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-seEcSY2cLk .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-seEcSY2cLk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-seEcSY2cLk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-seEcSY2cLk .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-seEcSY2cLk .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-seEcSY2cLk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-seEcSY2cLk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-seEcSY2cLk .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-seEcSY2cLk .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-seEcSY2cLk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-seEcSY2cLk .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-seEcSY2cLk .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-seEcSY2cLk .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-seEcSY2cLk .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-seEcSY2cLk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-seEcSY2cLk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-seEcSY2cLk .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-seEcSY2cLk .dropdown-item.active,
.cid-seEcSY2cLk .dropdown-item:active {
  background-color: transparent;
}
.cid-seEcSY2cLk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-seEcSY2cLk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-seEcSY2cLk .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-seEcSY2cLk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-seEcSY2cLk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-seEcSY2cLk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-seEcSY2cLk ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-seEcSY2cLk .navbar-buttons {
  text-align: center;
}
.cid-seEcSY2cLk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-seEcSY2cLk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #444444;
}
.cid-seEcSY2cLk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-seEcSY2cLk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-seEcSY2cLk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-seEcSY2cLk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-seEcSY2cLk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-seEcSY2cLk nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-seEcSY2cLk nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-seEcSY2cLk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-seEcSY2cLk .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-seEcSY2cLk a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-seEcSY2cLk .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #3e97d1;
  display: inline-flex;
}
.cid-seEcSY2cLk .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-seEcSY2cLk .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-seEcSY2cLk .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-seEcSY2cLk a.nav-link .mbr-iconfont-btn,
.cid-seEcSY2cLk a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-seEcSY2cLk a.nav-link:hover .mbr-iconfont-btn,
.cid-seEcSY2cLk a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-seEcSY2cLk a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-seEcSY2cLk .navbar {
    height: 77px;
  }
  .cid-seEcSY2cLk .navbar.opened {
    height: auto;
  }
  .cid-seEcSY2cLk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-shbctA1ITf {
  overflow: hidden !important;
  padding-top: 120px;
  padding-bottom: 45px;
  background: linear-gradient(to right, #bfa1e7 0%, #bfa1e7 30%, #6f1a9c 30%, #6f1a9c 100%);
}
.cid-shbctA1ITf .animated-element {
  color: #efefef;
}
.cid-shbctA1ITf .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (min-width: 992px) {
  .cid-shbctA1ITf .img-block {
    padding-right: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-shbctA1ITf {
    background: #6f1a9c;
  }
}
.cid-shbctA1ITf .mbr-section-subtitle {
  color: #efefef;
}
.cid-shbctA1ITf .mbr-text,
.cid-shbctA1ITf .mbr-section-btn {
  color: #efefef;
}
.cid-shbfM18d5r {
  padding-top: 20px;
  background-color: #6f1a9c;
}
.cid-shbfM18d5r .container {
  margin-bottom: 15%;
}
.cid-shbfM18d5r .content-container .btn-bgr {
  z-index: 0;
}
.cid-shbfM18d5r .container-boxes {
  padding-bottom: 90px;
  position: relative;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  background-color: #bfa1e7;
}
.cid-shbfM18d5r .icon-block-top span {
  background-color: #bfa1e7;
  padding: 1.5rem;
  position: absolute;
  border-radius: 50%;
  margin-top: -2.5rem;
  top: 0;
  font-size: 1.8rem;
  width: 78px;
  height: 78px;
}
.cid-shbfM18d5r .box-item {
  position: relative;
  box-shadow: #d2d2d2 0px 0px 15px;
  border-radius: 3px;
  margin-right: 1.5rem;
  width: 29%;
  padding: 2.5rem;
}
.cid-shbfM18d5r .box-item:first-child {
  background-color: #ffffff;
  margin-top: -150px;
}
.cid-shbfM18d5r .box-item:nth-child(2) {
  background-color: #ffffff;
}
.cid-shbfM18d5r .box-item:last-child {
  background-color: #ffffff;
  margin-right: 0;
}
.cid-shbfM18d5r .box-item-text,
.cid-shbfM18d5r .mbr-section-btn {
  color: #a581d6;
  text-align: center;
}
.cid-shbfM18d5r .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-shbfM18d5r .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-shbfM18d5r .box-list li:last-child {
  border-bottom: none;
}
.cid-shbfM18d5r .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-shbfM18d5r .media-content {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
@media (min-width: 992px) {
  .cid-shbfM18d5r .box-item {
    margin-top: -150px;
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .cid-shbfM18d5r .p-descr {
    margin-bottom: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-shbfM18d5r .box-item {
    margin-bottom: 4rem;
    margin-right: 0;
    margin-top: 0;
    width: 90%;
  }
  .cid-shbfM18d5r .box-item:last-child {
    margin-bottom: 0;
  }
  .cid-shbfM18d5r .content-container {
    -webkit-flex-basis: 90%;
    flex-basis: 90%;
  }
  .cid-shbfM18d5r .box-item:first-child {
    margin-top: -100px;
  }
}
.cid-shbfM18d5r .mbr-text {
  color: #efefef;
  text-align: left;
}
.cid-shbfM18d5r H1 {
  color: #ffffff;
}
.cid-shbfM18d5r .box-item-title {
  color: #6f1a9c;
  text-align: center;
}
.cid-sha7PX1zCa {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-sha7PX1zCa .mbr-section-title {
  letter-spacing: 0.1em;
  color: #6f1a9c;
}
.cid-sha7PX1zCa .mbr-section-subtitle {
  color: #6f1a9c;
  letter-spacing: 0.03em;
}
.cid-sha7PX1zCa .client-name {
  color: #444;
  letter-spacing: 0.05em;
}
.cid-sha7PX1zCa .wrap-img {
  padding-bottom: 1rem;
}
.cid-sha7PX1zCa .wrap-img img {
  max-width: 100%;
}
.cid-sha7PX1zCa .card-box p {
  color: #444;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-sha7PX1zCa .client-name,
.cid-sha7PX1zCa .wrap-img {
  color: #6f1a9c;
}
.cid-sha7PX1zCa .card-box > p {
  color: #6f1a9c;
}
.cid-seEhKPFhQ9 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #efeeee;
}
.cid-seEhKPFhQ9 .icons-block .mbr-iconfont {
  font-size: 1.5rem;
  color: #6f1a9c;
  opacity: 0.5;
}
.cid-seEhKPFhQ9 .icons-block .mbr-iconfont:hover {
  opacity: 1;
}
.cid-seEhKPFhQ9 .links-block ul li {
  margin: 0 1rem;
}
.cid-seEhKPFhQ9 .icons-block ul li {
  margin: 0 0.5rem;
}
.cid-seEhKPFhQ9 .links-block ul,
.cid-seEhKPFhQ9 .icons-block ul {
  margin-bottom: 1.5rem;
}
.cid-seEhKPFhQ9 img {
  width: auto;
  display: inherit;
}
.cid-sh9PDaTGOK {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-sh9PDaTGOK a:link {
  text-decoration: none;
}
.cid-sh9PDaTGOK .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sh9PDaTGOK .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-sh9PDaTGOK .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sh9PDaTGOK .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-sh9PDaTGOK .foot-menu {
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 0;
  margin-bottom: 8px;
  padding: .6em 0;
}
.cid-sh9PDaTGOK .foot-menu > li {
  font-size: 14px;
  padding: 0;
  display: inline-block;
}
.cid-sh9PDaTGOK .foot-menu > li .rhombus {
  width: 0;
  height: 0;
  right: 4px;
  border: 4px solid transparent;
  border-bottom-color: #444444;
  position: relative;
  top: -19px;
}
.cid-sh9PDaTGOK .foot-menu > li .rhombus::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: -4px;
  top: 4px;
  border: 4px solid transparent;
  border-top-color: #444444;
}
.cid-sh9PDaTGOK .foot-menu li a {
  font-family: 'OpenSans', sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0 10px;
}
.cid-sh9PDaTGOK .plan-title,
.cid-sh9PDaTGOK .text-letter {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
}
.cid-sh9PDaTGOK .plan-title {
  color: #444444;
}
@media (max-width: 767px) {
  .cid-sh9PDaTGOK .foot-menu {
    padding: 15px 1rem;
  }
}
.cid-sh9PDaTGOK .mbr-section-title span {
  color: #ffbc00;
}
