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





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: 'Poppins', sans-serif;
  font-size: 4.25rem;
}
.display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 3rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 0.875rem;
}
.display-5 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.2rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.06rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.7rem;
    font-size: calc( 0.95625rem + (0.875 - 0.95625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.95625rem + (0.875 - 0.95625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  font-weight: 500;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s 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: 1rem 3rem;
  border-radius: 3px;
}
.btn .mbr-iconfont {
  font-size: 1.6rem;
}
.btn-sm {
  font-weight: 500;
  letter-spacing: 1px;
  -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.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  font-weight: 500;
  letter-spacing: 1px;
  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: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  font-weight: 500;
  letter-spacing: 1px;
  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: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #01a3af !important;
}
.bg-success {
  background-color: #333333 !important;
}
.bg-info {
  background-color: #efefef !important;
}
.bg-warning {
  background-color: #02eeff !important;
}
.bg-danger {
  background-color: #000000 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #01a3af !important;
  border-color: #01a3af !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #01a3af !important;
  border-color: #01a3af !important;
}
.btn-primary:before {
  background-color: #015c63 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #015c63 !important;
  border-color: #015c63 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #555555 !important;
  border-color: #555555 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #555555 !important;
  border-color: #555555 !important;
}
.btn-secondary:before {
  background-color: #2f2f2f !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #2f2f2f !important;
  border-color: #2f2f2f !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #efefef !important;
  border-color: #efefef !important;
  color: #707070 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #707070 !important;
  background-color: #efefef !important;
  border-color: #efefef !important;
}
.btn-info:before {
  background-color: #c9c9c9 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #707070 !important;
  background-color: #c9c9c9 !important;
  border-color: #c9c9c9 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-success:before {
  background-color: #0d0d0d !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #02eeff !important;
  border-color: #02eeff !important;
  color: #000202 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #000202 !important;
  background-color: #02eeff !important;
  border-color: #02eeff !important;
}
.btn-warning:before {
  background-color: #00a8b4 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #000202 !important;
  background-color: #00a8b4 !important;
  border-color: #00a8b4 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger:before {
  background-color: #000000 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !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: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:before {
  background-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: #333333 !important;
  border-color: #333333 !important;
}
.btn-black:before {
  background-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: #00454a;
  color: #00454a;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  border-color: #01a3af;
}
.btn-primary-outline:before {
  background-color: #01a3af;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #01a3af !important;
  border-color: #01a3af !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #222222;
  color: #222222;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  border-color: #555555;
}
.btn-secondary-outline:before {
  background-color: #555555;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #555555 !important;
  border-color: #555555 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #bcbcbc;
  color: #bcbcbc;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #707070;
  border-color: #efefef;
}
.btn-info-outline:before {
  background-color: #efefef;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #efefef !important;
  border-color: #efefef !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff;
  border-color: #333333;
}
.btn-success-outline:before {
  background-color: #333333;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #00919b;
  color: #00919b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #000202;
  border-color: #02eeff;
}
.btn-warning-outline:before {
  background-color: #02eeff;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #02eeff !important;
  border-color: #02eeff !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff;
  border-color: #000000;
}
.btn-danger-outline:before {
  background-color: #000000;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff;
  border-color: #333333;
}
.btn-black-outline:before {
  background-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  border-color: #ffffff;
}
.btn-white-outline:before {
  background-color: #ffffff;
}
.btn-bgr {
  position: relative;
  transition: border 0.3s ease-in-out, color 0.5s;
  -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
}
.btn-bgr span {
  position: relative;
  z-index: 12;
}
.btn-bgr:before {
  content: ' ';
  position: absolute;
  top: -2px;
  left: -2px;
  right: 105%;
  bottom: -2px;
  transition: right 0.3s ease-in-out;
  z-index: -1;
}
.btn-bgr:hover:before {
  right: -2px;
}
.btn-underline {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: color 0.2s ease-out;
}
.btn-underline:before {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01a3af;
  -webkit-transition: width 0.2s ease-out;
  -moz-transition: width 0.2s ease-out;
  transition: width 0.2s ease-out;
}
.btn-underline:hover:before {
  width: 100%;
}
.text-primary {
  color: #01a3af !important;
}
.text-secondary {
  color: #555555 !important;
}
.text-success {
  color: #333333 !important;
}
.text-info {
  color: #efefef !important;
}
.text-warning {
  color: #02eeff !important;
}
.text-danger {
  color: #000000 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #00454a !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #222222 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #bcbcbc !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #00919b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #000000 !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: #efefef;
}
.alert-warning {
  background-color: #02eeff;
}
.alert-danger {
  background-color: #000000;
}
.mbr-gallery-filter li.active .btn {
  background-color: #01a3af;
  border-color: #01a3af;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.btn-form {
  border-radius: 0;
}
.btn-form:hover {
  cursor: pointer;
}
a,
a:hover {
  color: #01a3af;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #32f0fe;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a6a6a6;
}
.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: #cefcff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b3b3b3;
}
/* Scroll to top button*/
#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;
  line-height: 1.43;
  min-height: 3.5em;
  padding: 1.07em;
}
.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: #01a3af;
  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;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Social block */
.btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: 2px solid #c0a375;
  border-color: #01a3af;
  color: #232323;
  cursor: pointer;
}
.btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.btn-social:hover {
  color: #fff;
  background: #01a3af;
}
.btn-social + .btn {
  margin-left: .1rem;
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #01a3af;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #01a3af;
}
/* Headers*/
/* Content */
.content11 .counter-container div .counter {
  background: #01a3af;
}
/*Menu*/
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.4rem;
}
.display-5 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.696rem;
}
.display-7 {
  font-weight: 300;
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.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: #01a3af;
  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: #01a3af;
  border-bottom-color: #01a3af;
}
.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: #01a3af !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: #555555 !important;
  box-shadow: none !important;
}
.cid-rAgmikgyG5 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rAgmikgyG5 .nav-item:focus,
.cid-rAgmikgyG5 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rAgmikgyG5 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-rAgmikgyG5 .nav-item .nav-link {
    position: relative;
  }
  .cid-rAgmikgyG5 .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #01a3af, #555555);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-rAgmikgyG5 .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-rAgmikgyG5 .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rAgmikgyG5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rAgmikgyG5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rAgmikgyG5 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rAgmikgyG5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rAgmikgyG5 .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-rAgmikgyG5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rAgmikgyG5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rAgmikgyG5 .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-rAgmikgyG5 .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-rAgmikgyG5 .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rAgmikgyG5 .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-rAgmikgyG5 .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-rAgmikgyG5 .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-rAgmikgyG5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rAgmikgyG5 .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-rAgmikgyG5 .navbar.collapsed .navbar-collapse.show,
.cid-rAgmikgyG5 .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rAgmikgyG5 .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-rAgmikgyG5 .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-rAgmikgyG5 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rAgmikgyG5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rAgmikgyG5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rAgmikgyG5 .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-rAgmikgyG5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rAgmikgyG5 .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rAgmikgyG5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rAgmikgyG5 .navbar.collapsed .right-menu,
.cid-rAgmikgyG5 .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-rAgmikgyG5 .navbar .navbar-collapse.show,
  .cid-rAgmikgyG5 .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-rAgmikgyG5 .navbar .navbar-collapse.show .brand-container,
  .cid-rAgmikgyG5 .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-rAgmikgyG5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rAgmikgyG5 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rAgmikgyG5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rAgmikgyG5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rAgmikgyG5 .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-rAgmikgyG5 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rAgmikgyG5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rAgmikgyG5 .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-rAgmikgyG5 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-rAgmikgyG5 .navbar .right-menu,
  .cid-rAgmikgyG5 .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-rAgmikgyG5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-rAgmikgyG5 .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-rAgmikgyG5 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rAgmikgyG5 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rAgmikgyG5 .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rAgmikgyG5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rAgmikgyG5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rAgmikgyG5 .dropdown-item.active,
.cid-rAgmikgyG5 .dropdown-item:active {
  background-color: transparent;
}
.cid-rAgmikgyG5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rAgmikgyG5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rAgmikgyG5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rAgmikgyG5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rAgmikgyG5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rAgmikgyG5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rAgmikgyG5 ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-rAgmikgyG5 ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-rAgmikgyG5 .navbar-buttons {
  margin-left: auto;
}
.cid-rAgmikgyG5 button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rAgmikgyG5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-rAgmikgyG5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rAgmikgyG5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rAgmikgyG5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rAgmikgyG5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rAgmikgyG5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rAgmikgyG5 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-rAgmikgyG5 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-rAgmikgyG5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rAgmikgyG5 .navbar-dropdown {
  position: fixed;
}
.cid-rAgmikgyG5 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rAgmikgyG5 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rAgmikgyG5 .right-menu,
.cid-rAgmikgyG5 .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-rAgmikgyG5 .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rAgmikgyG5 .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rAgmikgyG5 .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rAgmikgyG5 .menu-top {
  text-align: center;
  width: 100%;
  background-color: #fe525b;
  padding: .5rem 0;
}
.cid-rAgmikgyG5 .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-rAgmikgyG5 .card-wrapper {
  z-index: 3;
}
.cid-rAgmikgyG5 .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-rAgmikgyG5 .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rAgmikgyG5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rAfVKs5RbD {
  background-image: url("../../../assets/images/depositphotos-204124550-xl-2016-2000x1335.jpeg");
}
.cid-rAfVKs5RbD .mbr-section-title,
.cid-rAfVKs5RbD .mbr-section-subtitle {
  color: #000000;
}
.cid-rAfVKs5RbD .mbr-section-text {
  color: #232323;
}
.cid-rAfVKs5RbD .mbr-text,
.cid-rAfVKs5RbD .typed-text,
.cid-rAfVKs5RbD .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-rAfVKs5RbD .btn {
  margin-left: 4px !important;
}
.cid-rAfVKs5RbD .animated-element {
  color: #01a3af;
}
.cid-rAfVKs5RbD .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #01a3af;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-rAfVKs5RbD .mbr-section-subtitle,
.cid-rAfVKs5RbD .typed-text {
  text-align: center;
}
.cid-rAgCciyQ94 {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/depositphotos-274775398-xl-2015-2000x1335.jpeg");
}
.cid-rAgCciyQ94 .media-content .btn-bgr {
  z-index: 0;
}
.cid-rAgCciyQ94 .mbr-overlay {
  background: linear-gradient(90deg, #ffffff, #ffffff);
}
.cid-rAgCciyQ94 h3 {
  color: #000000;
  font-weight: 300;
}
.cid-rAgCciyQ94 p {
  color: #464646;
}
.cid-rAgCciyQ94 h2 {
  color: #000000;
}
.cid-rAgCciyQ94 .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-rAgCciyQ94 .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-rAgCciyQ94 .mbr-figure {
  padding-right: 1rem;
}
@media (min-width: 500px) {
  .cid-rAgCciyQ94 .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-rAgCciyQ94 .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-rAgCciyQ94 .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-rAgCciyQ94 .mbr-text {
    text-align: center;
  }
}
.cid-rAg1G4YsSG {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/depositphotos-274772738-xl-2015-2000x1335.jpeg");
}
.cid-rAg1G4YsSG .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-rAg1G4YsSG .mbr-text,
.cid-rAg1G4YsSG .mbr-section-btn {
  text-align: justify;
}
.cid-rAg1G4YsSG H1 {
  color: #01a3af;
}
.cid-rAg2kpYonG {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/depositphotos-204123926-xl-2015-2000x1335.jpg");
}
.cid-rAg2kpYonG .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-rAg2kpYonG .mbr-text,
.cid-rAg2kpYonG .mbr-section-btn {
  text-align: justify;
  color: #000000;
}
.cid-rAg2kpYonG H1 {
  color: #000000;
}
.cid-rAg2NTn3OX {
  padding-top: 60px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/depositphotos-274772738-xl-2015-2000x1335.jpeg");
}
.cid-rAg2NTn3OX .mbr-iconfont {
  color: #8d97ad;
}
.cid-rAg2NTn3OX .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-rAg2NTn3OX .mbr-text {
  margin: 1.5rem 0;
  color: #8d97ad;
}
.cid-rAg2NTn3OX .mbr-section-subtitle {
  color: #000000;
  text-align: justify;
}
.cid-rAg2NTn3OX .card-title {
  margin-bottom: 0.3rem;
  text-align: center;
}
.cid-rAg2NTn3OX .card-img {
  margin: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-rAg2NTn3OX .img-icon {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-rAg2NTn3OX .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-rAg2OnVnlF {
  padding-top: 0px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/depositphotos-274772738-xl-2015-2000x1335.jpeg");
}
.cid-rAg2OnVnlF .mbr-iconfont {
  color: #8d97ad;
}
.cid-rAg2OnVnlF .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-rAg2OnVnlF .mbr-text {
  margin: 1.5rem 0;
  color: #8d97ad;
}
.cid-rAg2OnVnlF .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-rAg2OnVnlF .card-title {
  margin-bottom: 0.3rem;
  text-align: center;
}
.cid-rAg2OnVnlF .card-img {
  margin: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-rAg2OnVnlF .img-icon {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-rAg2OnVnlF .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-rAgbSYZ6TP {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/depositphotos-204124550-xl-2015-2000x1335.jpg");
}
.cid-rAgbSYZ6TP .mbr-iconfont {
  color: #8d97ad;
}
.cid-rAgbSYZ6TP .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-rAgbSYZ6TP .mbr-text {
  margin: 1.5rem 0;
  color: #8d97ad;
}
.cid-rAgbSYZ6TP .mbr-section-subtitle {
  color: #ffffff;
  text-align: justify;
}
.cid-rAgbSYZ6TP .card-title {
  margin-bottom: 0.3rem;
  text-align: center;
  color: #ffffff;
}
.cid-rAgbSYZ6TP .card-img {
  margin: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-rAgbSYZ6TP .img-icon {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-rAgbSYZ6TP .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-rAgbSYZ6TP H2 {
  color: #01a3af;
}
.cid-rAgociKIzK {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-rAgociKIzK .content {
    text-align: center;
  }
  .cid-rAgociKIzK .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rAgociKIzK .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-rAgociKIzK .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rAgociKIzK .media-wrap img {
  height: 6rem;
}
.cid-rAgociKIzK .mbr-text {
  color: #8d97ad;
}
.cid-rAgociKIzK .p-title {
  font-size: 17px;
}
.cid-rAgociKIzK .p-title span {
  color: #111111;
}
.cid-rAgociKIzK .title-card {
  font-size: 1.3rem;
}
.cid-rAgociKIzK .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-rAgociKIzK .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-rAgociKIzK .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-rAgociKIzK .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-rAgociKIzK .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-rAgociKIzK .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rAgociKIzK .copyright img {
  margin-right: 10px;
}
.cid-rAgociKIzK .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #00c610;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-rAgociKIzK .icon-transition span:hover {
  background-color: #01a3af;
}
@media (max-width: 767px) {
  .cid-rAgociKIzK .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rAgociKIzK .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-rAgociKIzK .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rAgociKIzK .copyright > p {
  text-align: right;
}
.cid-rAgociKIzK SPAN {
  color: #01a3af;
}
