@import url(https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i);
@import url(https://fonts.googleapis.com/css?family=Cabin:400,400i,500,500i,600,600i,700,700i);
@import url(https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&amp;display=swap);





body {
  font-family: 'Montserrat', sans-serif;
}
.display-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.8rem;
}
.display-1 > .mbr-iconfont {
  font-size: 4.48rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.2rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.52rem;
}
.display-4 {
  font-family: 'Cabin', sans-serif;
  font-size: 0.9rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.44rem;
}
.display-3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.9rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.6rem;
}
.display-5 > .mbr-iconfont {
  font-size: 1.56rem;
}
.display-6 {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.5rem;
}
.display-7 {
  font-family: 'Cabin', sans-serif;
  font-size: 1.2rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- 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.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-3 {
    font-size: 1.30rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-6 {
    font-size: 0.60rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.75rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.8rem 2rem;
  border-radius: 0.25rem;
}
.btn-sm {
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
}
.btn-md {
  padding: 0.8rem 2rem;
  border-radius: 0.25rem;
}
.btn-lg {
  padding: 0.8rem 2rem;
  border-radius: 0.25rem;
}
.bg-primary {
  background-color: #254047 !important;
}
.bg-success {
  background-color: #253538 !important;
}
.bg-info {
  background-color: #2d5d64 !important;
}
.bg-warning {
  background-color: #488b94 !important;
}
.bg-danger {
  background-color: #333333 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #254047 !important;
  border-color: #254047 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #0b1315 !important;
  border-color: #0b1315 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0b1315 !important;
  border-color: #0b1315 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #3e545a !important;
  border-color: #3e545a !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #1f2a2d !important;
  border-color: #1f2a2d !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #1f2a2d !important;
  border-color: #1f2a2d !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #2d5d64 !important;
  border-color: #2d5d64 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #152c2f !important;
  border-color: #152c2f !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #152c2f !important;
  border-color: #152c2f !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #253538 !important;
  border-color: #253538 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #07090a !important;
  border-color: #07090a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #07090a !important;
  border-color: #07090a !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #488b94 !important;
  border-color: #488b94 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #2f5b61 !important;
  border-color: #2f5b61 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #2f5b61 !important;
  border-color: #2f5b61 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  transition: all .5s;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  transition: all .5s;
  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;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  transition: all .5s;
  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 !important;
  border-color: #020404 !important;
  color: #020404 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #254047 !important;
  border-color: #254047 !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #254047 !important;
  border-color: #254047 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none !important;
  border-color: #141c1e !important;
  color: #141c1e !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #3e545a !important;
  border-color: #3e545a !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #3e545a !important;
  border-color: #3e545a !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none !important;
  border-color: #0d1c1e !important;
  color: #0d1c1e !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff !important;
  background-color: #2d5d64 !important;
  border-color: #2d5d64 !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #2d5d64 !important;
  border-color: #2d5d64 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none !important;
  border-color: #000000 !important;
  color: #000000 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff !important;
  background-color: #253538 !important;
  border-color: #253538 !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #253538 !important;
  border-color: #253538 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none !important;
  border-color: #274b4f !important;
  color: #274b4f !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff !important;
  background-color: #488b94 !important;
  border-color: #488b94 !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #488b94 !important;
  border-color: #488b94 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none !important;
  border-color: #000000 !important;
  color: #000000 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none !important;
  border-color: #000000 !important;
  color: #000000 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #254047 !important;
}
.text-secondary {
  color: #3e545a !important;
}
.text-success {
  color: #253538 !important;
}
.text-info {
  color: #2d5d64 !important;
}
.text-warning {
  color: #488b94 !important;
}
.text-danger {
  color: #333333 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #020404 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #141c1e !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #0d1c1e !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #274b4f !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #3ca6b5 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #253538;
}
.alert-info {
  background-color: #2d5d64;
}
.alert-warning {
  background-color: #488b94;
}
.alert-danger {
  background-color: #333333;
}
.mbr-section-btn a.btn {
  border-radius: 100px;
}
.mbr-section-btn a.btn:hover,
.mbr-section-btn a.btn: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: #254047;
  border-color: #254047;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #254047;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #8eb9c4;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #8eaeb4;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #5baab5;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #92c3ca;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #a6a6a6;
}

/* Scroll to top button*/
#scrollToTop a {
    border-radius: 100px;
    text-align: center;
    background-color: #61972400!important;
    opacity: 0.8;
}
#scrollToTop a:hover img {
  filter: brightness(0.5);
}
#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);
}
.mbr-arrow i {
  color:#ffffff;
}
.form-control {
  font-family: 'Cabin', sans-serif;
  /*font-size: 1.3rem;*/
}
.form-control > .mbr-iconfont {
  font-size: 2.08rem;
}
blockquote {
  border-color: #254047;
}
/* 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);
}
@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: #254047;
  color: #232323;
  cursor: pointer;
}
.btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.btn-social:hover {
  color: #fff;
  background: #254047;
}
.btn-social + .btn {
  margin-left: .1rem;
}
@media (min-width: 768px) {
  .rounded-left {
    border-top-left-radius: 100px !important;
    border-bottom-left-radius: 100px !important;
  }
  .rounded-left {
    border-top-left-radius: 100px !important;
    border-bottom-left-radius: 100px !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #254047;
  color: #ffffff;
}
.jq-number__spin {
  background-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: #254047;
  border-bottom-color: #254047;
}
.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: #254047 !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: #3e545a !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='%23254047' %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-rHO8nix4PR .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -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-rHO8nix4PR .nav-item,
.cid-rHO8nix4PR .nav-link,
.cid-rHO8nix4PR .navbar-caption {
  font-weight: normal;
}
.cid-rHO8nix4PR .nav-item:focus,
.cid-rHO8nix4PR .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rHO8nix4PR .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-rHO8nix4PR .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  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-rHO8nix4PR .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-rHO8nix4PR .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rHO8nix4PR .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rHO8nix4PR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rHO8nix4PR .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-rHO8nix4PR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rHO8nix4PR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rHO8nix4PR .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #48585c;
  background: none;
}
.cid-rHO8nix4PR .navbar.opened {
  transition: all .3s;
  background: #48585c !important;
}
.cid-rHO8nix4PR .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-rHO8nix4PR .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rHO8nix4PR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rHO8nix4PR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rHO8nix4PR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.1rem - 1rem);
  }
}
.cid-rHO8nix4PR .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rHO8nix4PR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rHO8nix4PR .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-rHO8nix4PR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rHO8nix4PR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rHO8nix4PR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rHO8nix4PR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rHO8nix4PR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rHO8nix4PR .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rHO8nix4PR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rHO8nix4PR .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-rHO8nix4PR .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rHO8nix4PR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rHO8nix4PR .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rHO8nix4PR .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rHO8nix4PR .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rHO8nix4PR .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rHO8nix4PR .navbar.navbar-short {
  background: #48585c !important;
  min-height: 60px;
}
.cid-rHO8nix4PR .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rHO8nix4PR .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rHO8nix4PR .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-rHO8nix4PR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rHO8nix4PR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rHO8nix4PR .dropdown-item.active,
.cid-rHO8nix4PR .dropdown-item:active {
  background-color: transparent;
}
.cid-rHO8nix4PR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rHO8nix4PR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rHO8nix4PR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #48585c;
}
.cid-rHO8nix4PR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rHO8nix4PR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rHO8nix4PR ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rHO8nix4PR .navbar-buttons {
  text-align: center;
}
.cid-rHO8nix4PR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rHO8nix4PR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rHO8nix4PR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rHO8nix4PR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rHO8nix4PR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rHO8nix4PR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rHO8nix4PR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rHO8nix4PR nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rHO8nix4PR nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rHO8nix4PR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rHO8nix4PR .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rHO8nix4PR a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rHO8nix4PR .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-rHO8nix4PR .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-rHO8nix4PR .soc-item {
  margin: .5rem .3rem;
}
.cid-rHO8nix4PR .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-rHO8nix4PR .navbar {
    height: 77px;
  }
  .cid-rHO8nix4PR .navbar.opened {
    height: auto;
  }
  .cid-rHO8nix4PR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-qKSDBfAnnY {
  background-attachment: fixed!important; 
  background-position: center!important; 
  background-repeat: no-repeat!important; 
  background-size: cover!important;
}
.cid-qKSDBfAnnY .mbr-overlay {
  background: #253538;
}
.cid-qKSDBfAnnY .mbr-section-subtitle {
  color: #e3e3e3;
}
.cid-qKSDBfAnnY .mbr-section-subtitle,
.cid-qKSDBfAnnY mbr-section-btn {
  color: #ffffff;
}
.cid-qKSDBfAnnY B {
  color: #333333;
}
.cid-qKSDBfAnnY H1 {
  color: #488b94;
}
.cid-rHOadC1Q6X {
  padding-top: 120px;
  padding-bottom: 90px;
  background-attachment: fixed!important;
  background-position: center!important;
  background-repeat: no-repeat!important;
  background-size: cover!important;
}
.cid-rHOadC1Q6X .main-row {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-rHOadC1Q6X .section-text {
  color: #232323;
}
.cid-rHOadC1Q6X .mbr-overlay {
  /*background: linear-gradient(90deg, #efefef, #f4f8fa);*/
  background: #ececec; 
}
.cid-rHOadC1Q6X .text-block {
  padding-left: 0;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-rHOadC1Q6X .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-rHOadC1Q6X .mbr-figure {
  background: #253538;
  overflow: hidden;
  border-radius: .25rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  padding: 0 !important;
}
.cid-rHOadC1Q6X .mbr-figure .card-text {
  padding: 2rem;
}
.cid-rHOadC1Q6X .counter-container {
  color: #767676;
  padding-top: 1rem;
}
.cid-rHOadC1Q6X .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-rHOadC1Q6X .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-rHOadC1Q6X .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 10px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: bolder;
  background: none;
  color: #2d5d64;
}
@media (max-width: 767px) {
  .cid-rHOadC1Q6X .mbr-text {
    text-align: center;
  }
}
.cid-rHOadC1Q6X .card-text {
  text-align: center;
  color: #ffffff;
}
.cid-rHOadC1Q6X .mbr-section-title,
.cid-rHOadC1Q6X .mbr-section-btn {
  color: #253538;
}
.cid-rHOadC1Q6X .mbr-text {
  color: #333333;
}
.cid-rHOfr9ZQe5 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #253538;
}
.cid-rHOfr9ZQe5 .mbr-iconfont {
  font-size: 50px;
  transition: color .3s;
  padding: 1.5rem;
}
.cid-rHOfr9ZQe5 .mbr-section-title {
  margin: 0;
  color: #ffffff;
}
.cid-rHOfr9ZQe5 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rHOfr9ZQe5 .card-img span {
  color: #08579f;
}
.cid-rHOfr9ZQe5 .row-item {
  margin-bottom: 2rem;
}
.cid-rHOfr9ZQe5 .row-item:hover .wrapper {
  background: linear-gradient(90deg, #2d5d64, #253538);
  cursor: pointer;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  transition: all 0.3s;
}
.cid-rHOfr9ZQe5 .row-item:hover .card-img span {
  color: #ffffff !important;
}
.cid-rHOfr9ZQe5 .row-item:hover .mbr-card-title {
  color: #ffffff !important;
}
.cid-rHOfr9ZQe5 .wrapper {
  padding: 2.5rem 1rem;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-rHOkmaQI73 {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-attachment: fixed!important; 
  background-position: center!important; 
  background-repeat: no-repeat!important;
  background-size: cover!important;
}
.cid-rHOkmaQI73 .mbr-overlay {
  background: #000000;
}
.cid-qKSEuwA5ym {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qKSEuwA5ym .card-text,
.cid-qKSEuwA5ym .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-qKSEuwA5ym .main,
.cid-qKSEuwA5ym .main-reverse {
  border: 1px solid rgba(120, 130, 140, 0.13);
  margin: 0;
  background: #ffffff;
}
.cid-qKSEuwA5ym .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-qKSEuwA5ym .main-reverse {
  flex-direction: row-reverse;
}
.cid-qKSEuwA5ym .image-element {
  padding: 0;
  display: flex;
  justify-content: center;
}
.cid-qKSEuwA5ym .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-qKSEuwA5ym .text-element {
  padding: 3rem 2rem;
}
.cid-qKSEuwA5ym .mbr-iconfont {
  font-size: 3rem;
  color: #188ef4;
}
.cid-qKSEuwA5ym .bottom-radius {
  overflow: hidden;
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
}
.cid-qKSEuwA5ym .top-radius {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-qKSEuwA5ym .main-reverse {
    flex-direction: row;
  }
}
@media (max-width: 767px) {
  .cid-qKSEuwA5ym .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .cid-qKSEuwA5ym .image-element,
  .cid-qKSEuwA5ym .text-element {
    margin-bottom: 0;
  }
  .cid-qKSEuwA5ym .main:first-child {
    padding-top: 0;
  }
}
.cid-qKSEuwA5ym .mbr-section-title {
  text-align: center;
  color: #488b94;
}
.cid-qKSEuwA5ym .card-text,
.cid-qKSEuwA5ym .mbr-section-btn {
  text-align: center;
  color: #254047;
}
.cid-rHP6Mj0KPn {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-attachment: fixed!important; 
  background-position: center!important; 
  background-repeat: no-repeat!important; 
  background-size: cover!important;
}
.cid-rHP6Mj0KPn .mbr-overlay {
  background: #000000;
}
.cid-rHP6Mj0KPn .mbr-section-subtitle {
  color: #e3e3e3;
}
.cid-rHP6Mj0KPn H1 {
  color: #ffffff;
}
.cid-rHOjbk0NNi {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffff;
  /*background: linear-gradient(45deg, #ffffff, #333333);*/
}
.cid-rHOjbk0NNi .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rHOjbk0NNi .carousel-item.active,
.cid-rHOjbk0NNi .carousel-item-next,
.cid-rHOjbk0NNi .carousel-item-prev {
  display: flex;
}
.cid-rHOjbk0NNi .carousel-controls a {
  transition: opacity .5s;
  font-size: 2rem;
  width: 20%;
}
.cid-rHOjbk0NNi .carousel-controls a span {
  position: absolute;
  top: 45%;
  font-size: 1.2rem;
  padding: 15px;
  border-radius: 50%;
  color: #ffffff;
  background: #2d5d64;
  opacity: .9;
}
.cid-rHOjbk0NNi .carousel-controls a:hover span {
  opacity: 1;
}
.cid-rHOjbk0NNi .user_image {
  width: 100px;
  height: 100px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  background: #ffffff;
  margin: 1rem auto 1rem auto;
  display: flex;
}
.cid-rHOjbk0NNi .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-rHOjbk0NNi .mbr-iconfont {
  font-size: 3rem;
  position: absolute;
  opacity: 0.3;
  color: #253538;
}
.cid-rHOjbk0NNi .mbr-iconfont.left-top {
  top: 0;
  left: 0;
}
.cid-rHOjbk0NNi .mbr-iconfont.right-bottom {
  bottom: 1rem;
  right: 0;
}
.cid-rHOjbk0NNi .user_text {
  color: #767676;
  position: relative;
}
@media (min-width: 768px) {
  .cid-rHOjbk0NNi .user_text p {
    padding: 1rem 4rem;
  }
}
@media (max-width: 230px) {
  .cid-rHOjbk0NNi .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-rHPo8zh5Pc {
  padding-top: 135px;
  padding-bottom: 135px;
  background-attachment: fixed!important; 
  background-position: center!important; 
  background-repeat: no-repeat!important; 
  background-size: cover!important;
}
.cid-rHPo8zh5Pc .mbr-overlay {
  background: #000000;
}
.cid-rHPo8zh5Pc .mbr-text {
  color: #8d97ad;
}
.cid-rHPo8zh5Pc .card-wrap {
  background-color: #ffffffb8;
  padding: 2rem;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-rHPo8zh5Pc H1 {
  color: #2d5d64;
}
.cid-rHPmTIVtK8 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #333333;
}
@media (max-width: 767px) {
  .cid-rHPmTIVtK8 .content {
    text-align: center;
  }
  .cid-rHPmTIVtK8 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-rHPmTIVtK8 .logo-subtitle {
  color: #8d97ad;
}
.cid-rHPmTIVtK8 .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-rHPmTIVtK8 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-rHPmTIVtK8 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rHPmTIVtK8 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-rHPmTIVtK8 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rHPmTIVtK8 .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-rHPmTIVtK8 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rHPmTIVtK8 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-rHPmTIVtK8 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rHPmTIVtK8 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rHPmTIVtK8 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rHPmTIVtK8 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rHPmTIVtK8 .list-item {
  display: flex;
}
.cid-rHPmTIVtK8 .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-rHPmTIVtK8 ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-rHPmTIVtK8 ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-rHPmTIVtK8 ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-rHPmTIVtK8 .logo-subtitle,
.cid-rHPmTIVtK8 .media-wrap {
  color: #ffffff;
}
.cid-rHPmTIVtK8 .column-title {
  color: #ffffff;
}
.cid-rHPmTIVtK8 .mbr-text {
  color: #ffffff;
}
.cid-rHPmTIVtK8 P {
  color: #ffffff;
}
.cid-rHPjbB3uHX {
  padding-top: 120px;
  padding-bottom: 120px;
  background-attachment: fixed!important;
  background-position: center!important;
  background-repeat: no-repeat!important;
  background-size: cover!important;
  height: 95vh;
}
.cid-rHPjbB3uHX h2,
.cid-rHPjbB3uHX h3,
.cid-rHPjbB3uHX h4,
.cid-rHPjbB3uHX p {
  color: #ffffff;
}
.cid-rHPjbB3uHX .mbr-overlay {
  z-index: -1;
}
.cid-rHPjbB3uHX .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-rHPjbB3uHX .form-control {
  margin-bottom: 15px;
  padding: 1.07em 1.07em;
}
.cid-rHPjbB3uHX .subtext {
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}
.cid-rHPjbB3uHX .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-rHPjbB3uHX .mbr-text {
  color: #767676;
}
.cid-rHPjbB3uHX .form-block {
  padding: 3rem;
  position: relative;
}
.cid-rHPjbB3uHX .form-block .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #254047;
  opacity: 0.6;
  z-index: 0;
}
.cid-rHPjbB3uHX .form-block .form-wrap {
  position: relative;
  z-index: 1;
}
.cid-rHPjbB3uHX a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-rHPjbB3uHX .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-rHPjbB3uHX .input-group-btn {
  display: block;
  text-align: center;
}
.cid-rHPjbB3uHX textarea.form-control {
  resize: none;
}
@media (min-width: 768px) {
  .cid-rHPjbB3uHX .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-rHPjbB3uHX .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-rHPjbB3uHX .google-map {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rHPjbB3uHX h2 {
    padding-top: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-rHPjbB3uHX .block-content {
    padding: 0;
  }
  .cid-rHPjbB3uHX .form-block {
    padding: 1rem;
  }
}
.cid-rHO8nix4PR .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -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-rHO8nix4PR .nav-item,
.cid-rHO8nix4PR .nav-link,
.cid-rHO8nix4PR .navbar-caption {
  font-weight: normal;
}
.cid-rHO8nix4PR .nav-item:focus,
.cid-rHO8nix4PR .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rHO8nix4PR .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-rHO8nix4PR .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  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-rHO8nix4PR .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-rHO8nix4PR .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rHO8nix4PR .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rHO8nix4PR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rHO8nix4PR .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-rHO8nix4PR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rHO8nix4PR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rHO8nix4PR .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #48585c;
  background: none;
}
.cid-rHO8nix4PR .navbar.opened {
  transition: all .3s;
  background: #48585c !important;
}
.cid-rHO8nix4PR .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-rHO8nix4PR .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rHO8nix4PR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rHO8nix4PR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rHO8nix4PR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.1rem - 1rem);
  }
}
.cid-rHO8nix4PR .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rHO8nix4PR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rHO8nix4PR .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-rHO8nix4PR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rHO8nix4PR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rHO8nix4PR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rHO8nix4PR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rHO8nix4PR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rHO8nix4PR .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rHO8nix4PR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rHO8nix4PR .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-rHO8nix4PR .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rHO8nix4PR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rHO8nix4PR .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rHO8nix4PR .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rHO8nix4PR .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rHO8nix4PR .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rHO8nix4PR .navbar.navbar-short {
  background: #48585c !important;
  min-height: 60px;
}
.cid-rHO8nix4PR .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rHO8nix4PR .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rHO8nix4PR .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-rHO8nix4PR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rHO8nix4PR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rHO8nix4PR .dropdown-item.active,
.cid-rHO8nix4PR .dropdown-item:active {
  background-color: transparent;
}
.cid-rHO8nix4PR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rHO8nix4PR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rHO8nix4PR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #48585c;
}
.cid-rHO8nix4PR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rHO8nix4PR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rHO8nix4PR ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rHO8nix4PR .navbar-buttons {
  text-align: center;
}
.cid-rHO8nix4PR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rHO8nix4PR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rHO8nix4PR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rHO8nix4PR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rHO8nix4PR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rHO8nix4PR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rHO8nix4PR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rHO8nix4PR nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rHO8nix4PR nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rHO8nix4PR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rHO8nix4PR .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rHO8nix4PR a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rHO8nix4PR .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-rHO8nix4PR .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-rHO8nix4PR .soc-item {
  margin: .5rem .3rem;
}
.cid-rHO8nix4PR .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-rHO8nix4PR .navbar {
    height: 77px;
  }
  .cid-rHO8nix4PR .navbar.opened {
    height: auto;
  }
  .cid-rHO8nix4PR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rHPq3Q4b4g {
  overflow: hidden !important;
  background-image: url("../../../assets/images/background2.html");
}
.cid-rHPq3Q4b4g .mbr-section-subtitle {
  font-weight: 400;
}
.cid-rHPq3Q4b4g .mbr-section-title {
  padding-bottom: 2rem;
}
.cid-rHPq3Q4b4g .img-block {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rHPq3Q4b4g .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
  margin-top: 1rem;
}
.cid-rHPq3Q4b4g .mbr-form {
  margin-bottom: 3rem;
}
.cid-rHPq3Q4b4g .form-control {
  min-height: 2.7em;
  padding-top: 0rem;
  padding-bottom: 0rem;
  padding-left: 1.8rem;
  padding-right: 1.8rem;
  background-color: white;
  font-size: 18px;
  width: 100%;
}
.cid-rHPq3Q4b4g .input-group-btn,
.cid-rHPq3Q4b4g .form-group {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rHPq3Q4b4g .input-group-btn .btn {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0.65rem 2rem;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
@media (max-width: 350px) {
  .cid-rHPq3Q4b4g .input-group-btn {
    width: 100%;
  }
  .cid-rHPq3Q4b4g .input-group-btn .btn {
    border-radius: 3px;
  }
}
@media (max-width: 767px) {
  .cid-rHPq3Q4b4g .mbr-form {
    margin-bottom: 0;
  }
  .cid-rHPq3Q4b4g .form-control {
    margin-bottom: 10px;
  }
  .cid-rHPq3Q4b4g .form-group {
    max-width: 300px;
  }
  .cid-rHPq3Q4b4g .mbr-form .row {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-rHPq3Q4b4g .form-group {
  margin: 0;
}
@media (min-width: 768px) {
  .cid-rHPq3Q4b4g .mbr-form > * {
    margin: 0 0rem;
  }
  .cid-rHPq3Q4b4g .input-group-btn,
  .cid-rHPq3Q4b4g .form-group {
    padding: 0;
  }
  .cid-rHPq3Q4b4g .input-group-btn .btn {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }
  .cid-rHPq3Q4b4g .form-group > .form-control:not(:last-child) {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
  }
}
.cid-rHPvH63Uje {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #f4f8fa;
}
.cid-rHPvH63Uje .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-rHPvH63Uje .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-rHPvH63Uje .text-content {
  padding-right: 1.5rem;
}
.cid-rHPvH63Uje .mbr-text {
  color: #8d97ad;
}
.cid-rHPvH63Uje .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  border-radius: .25rem;
}
.cid-rHPvH63Uje .counter-container {
  padding-top: 1rem;
}
.cid-rHPvH63Uje .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-rHPvH63Uje .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-rHPvH63Uje .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 10px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #188ef4;
}
@media (max-width: 991px) {
  .cid-rHPvH63Uje .main-row {
    margin: 0;
  }
  .cid-rHPvH63Uje .mbr-section-title,
  .cid-rHPvH63Uje .mbr-text,
  .cid-rHPvH63Uje .list,
  .cid-rHPvH63Uje .mbr-section-btn {
    text-align: center !important;
  }
  .cid-rHPvH63Uje .text-content {
    padding: 0;
  }
}
.cid-rHPqkW67Te {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background6.html");
}
.cid-rHPqkW67Te .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-rHPqkW67Te .content-panel {
  padding: 2rem;
  background-color: #08579f;
  border-radius: .25rem;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-rHPqkW67Te .content-block {
  color: #efefef;
}
@media (min-width: 992px) {
  .cid-rHPqkW67Te .form-group,
  .cid-rHPqkW67Te .input-group-btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-rHPqkW67Te .form-control {
  border-radius: .25rem !important;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  min-height: 40px;
}
.cid-rHPqkW67Te textarea.form-control {
  min-height: 170px;
}
@media (max-width: 768px) {
  .cid-rHPqkW67Te .main-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-rHPqkW67Te .text-block {
    margin-bottom: 2rem;
  }
}
.cid-rHPw4WAIje {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #ffffff;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-rHPw4WAIje .mbr-section-title {
  color: #444444;
}
.cid-rHPw4WAIje .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-rHPw4WAIje .mbr-text {
  color: #8d97ad;
}
.cid-rHPw4WAIje .nav {
  border: none;
}
.cid-rHPw4WAIje .nav-tabs {
  width: 100%;
}
.cid-rHPw4WAIje .nav-tabs .nav-item {
  margin-bottom: 1rem;
  width: 100%;
}
.cid-rHPw4WAIje .card-img {
  overflow: hidden;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
}
.cid-rHPw4WAIje .nav-tabs .nav-link {
  display: flex;
  color: #000000;
  box-sizing: border-box;
  font-style: normal;
  background: #f4f8fa;
  font-weight: 500;
  padding: 1rem 1rem;
  border-right: 1px solid #dee2e6;
  border-top: 1px solid #dee2e6;
  border-left: 1px solid #dee2e6;
  margin: 0px;
  border-radius: 0px !important;
  border-bottom: 1px solid #dee2e6;
  transition: all .3s;
}
.cid-rHPw4WAIje .nav-tabs .nav-link:hover {
  background-color: #ffffff;
  color: #000000;
}
.cid-rHPw4WAIje .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #000000;
  font-style: normal;
  background: #ffffff;
}
.cid-rHPw4WAIje .nav-tabs .nav-link span {
  margin-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-rHPw4WAIje .nav-item {
    display: table-row !important;
  }
}
.cid-rHPvPYiJ9N {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rHPvPYiJ9N .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rHPvPYiJ9N .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rHPvPYiJ9N .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rHPvPYiJ9N .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-rHPvPYiJ9N .container {
  padding: 0;
}
.cid-rHPvPYiJ9N .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rHPvPYiJ9N .icon-focus {
  display: none;
}
.cid-rHPvPYiJ9N .btn-primary-outline {
  border: none!important;
  color: gray!important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent!important;
  font-weight: 400;
}
.cid-rHPvPYiJ9N .btn-primary-outline:hover {
  background: transparent!important;
  color: #254047 !important;
}
.cid-rHPvPYiJ9N .btn-primary-outline:active {
  background: transparent!important;
  color: black !important;
}
.cid-rHPvPYiJ9N li {
  position: relative;
}
.cid-rHPvPYiJ9N li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-rHPvPYiJ9N .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-rHPvPYiJ9N .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rHPvPYiJ9N .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-rHPvPYiJ9N .btn {
  font-family: Montserrat !important;
}
.cid-rHPvPYiJ9N .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-rHPvPYiJ9N .mbr-gallery-title:hover {
  opacity: 1;
}
.cid-rHPvPYiJ9N .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.3;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
@media (max-width: 767px) {
  .cid-rHPvPYiJ9N li:not(:last-child):after {
    top: 9px;
  }
  .cid-rHPvPYiJ9N .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0!important;
  }
}
.cid-rHPmTIVtK8 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #333333;
}
@media (max-width: 767px) {
  .cid-rHPmTIVtK8 .content {
    text-align: center;
  }
  .cid-rHPmTIVtK8 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-rHPmTIVtK8 .logo-subtitle {
  color: #8d97ad;
}
.cid-rHPmTIVtK8 .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-rHPmTIVtK8 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-rHPmTIVtK8 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rHPmTIVtK8 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-rHPmTIVtK8 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rHPmTIVtK8 .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-rHPmTIVtK8 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rHPmTIVtK8 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-rHPmTIVtK8 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rHPmTIVtK8 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rHPmTIVtK8 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rHPmTIVtK8 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rHPmTIVtK8 .list-item {
  display: flex;
}
.cid-rHPmTIVtK8 .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-rHPmTIVtK8 ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-rHPmTIVtK8 ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-rHPmTIVtK8 ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-rHPmTIVtK8 .logo-subtitle,
.cid-rHPmTIVtK8 .media-wrap {
  color: #ffffff;
}
.cid-rHPmTIVtK8 .column-title {
  color: #ffffff;
}
.cid-rHPmTIVtK8 .mbr-text {
  color: #ffffff;
}
.cid-rHPmTIVtK8 P {
  color: #ffffff;
}
.cid-rHPwmHx0ri {
  background-image: url("../../../assets/images/ross-parmly-25230-unsplash-1200x797.html");
}
.cid-rHPwmHx0ri .mbr-overlay {
  background: #2bdc9d;
}
.cid-rHPwmHx0ri .mbr-section-subtitle {
  color: #e3e3e3;
}
.cid-rHPwzx8XUT {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f4f8fa;
}
.cid-rHPwzx8XUT .card-title {
  font-weight: 500;
}
.cid-rHPwzx8XUT .card-text,
.cid-rHPwzx8XUT .section-text {
  color: #8d97ad;
}
.cid-rHPwzx8XUT .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-rHPwzx8XUT .block-content {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  word-break: break-word;
}
.cid-rHPwzx8XUT .media {
  margin: initial;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rHPwzx8XUT .mbr-figure {
  -webkit-align-self: flex-start;
  align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  overflow: hidden;
}
.cid-rHPwzx8XUT .mbr-figure img {
  border-radius: .25rem;
}
.cid-rHPwzx8XUT .card-img {
  padding-right: 1rem;
  width: auto;
}
.cid-rHPwzx8XUT .card-img span {
  font-size: 35px;
  color: #51aafa;
}
@media (min-width: 992px) {
  .cid-rHPwzx8XUT .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-rHPwzx8XUT .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-rHPwzx8XUT .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-rHPwzx8XUT .block-content {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-rHPwzx8XUT .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-rHPwzx8XUT .card-img span {
    font-size: 40px !important;
  }
}
.cid-rHPwvFoRg9 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f4f8fa;
}
.cid-rHPwvFoRg9 .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
  padding: 1.5rem;
  position: absolute;
  top: 0;
  color: #fff;
  margin-top: -2.5rem;
  border-radius: 50%;
}
.cid-rHPwvFoRg9 .mbr-section-title {
  margin: 0;
}
.cid-rHPwvFoRg9 .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-rHPwvFoRg9 .card-img {
  text-align: inherit;
}
.cid-rHPwvFoRg9 .card-img span {
  background: linear-gradient(90deg, #2bdc9d, #1dc9cb);
}
.cid-rHPwvFoRg9 .mbr-text {
  color: #8d97ad;
}
.cid-rHPwvFoRg9 .wrapper {
  border-radius: .25rem;
  padding: 2rem;
  background: #fff;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
@media (max-width: 991px) {
  .cid-rHPwvFoRg9 .wrapper {
    margin-bottom: 5rem;
  }
}
.cid-rHO8nix4PR .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -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-rHO8nix4PR .nav-item,
.cid-rHO8nix4PR .nav-link,
.cid-rHO8nix4PR .navbar-caption {
  font-weight: normal;
}
.cid-rHO8nix4PR .nav-item:focus,
.cid-rHO8nix4PR .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rHO8nix4PR .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-rHO8nix4PR .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  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-rHO8nix4PR .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-rHO8nix4PR .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rHO8nix4PR .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rHO8nix4PR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rHO8nix4PR .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-rHO8nix4PR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rHO8nix4PR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rHO8nix4PR .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #48585c;
  background: none;
}
.cid-rHO8nix4PR .navbar.opened {
  transition: all .3s;
  background: #48585c !important;
}
.cid-rHO8nix4PR .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-rHO8nix4PR .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rHO8nix4PR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rHO8nix4PR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rHO8nix4PR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.1rem - 1rem);
  }
}
.cid-rHO8nix4PR .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rHO8nix4PR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rHO8nix4PR .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-rHO8nix4PR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rHO8nix4PR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rHO8nix4PR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rHO8nix4PR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rHO8nix4PR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rHO8nix4PR .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rHO8nix4PR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rHO8nix4PR .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-rHO8nix4PR .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rHO8nix4PR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rHO8nix4PR .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rHO8nix4PR .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rHO8nix4PR .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rHO8nix4PR .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rHO8nix4PR .navbar.navbar-short {
  background: #48585c !important;
  min-height: 60px;
}
.cid-rHO8nix4PR .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rHO8nix4PR .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rHO8nix4PR .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-rHO8nix4PR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rHO8nix4PR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rHO8nix4PR .dropdown-item.active,
.cid-rHO8nix4PR .dropdown-item:active {
  background-color: transparent;
}
.cid-rHO8nix4PR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rHO8nix4PR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rHO8nix4PR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #48585c;
}
.cid-rHO8nix4PR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rHO8nix4PR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rHO8nix4PR ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rHO8nix4PR .navbar-buttons {
  text-align: center;
}
.cid-rHO8nix4PR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rHO8nix4PR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rHO8nix4PR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rHO8nix4PR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rHO8nix4PR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rHO8nix4PR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rHO8nix4PR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rHO8nix4PR nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rHO8nix4PR nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rHO8nix4PR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rHO8nix4PR .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rHO8nix4PR a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rHO8nix4PR .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-rHO8nix4PR .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-rHO8nix4PR .soc-item {
  margin: .5rem .3rem;
}
.cid-rHO8nix4PR .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-rHO8nix4PR .navbar {
    height: 77px;
  }
  .cid-rHO8nix4PR .navbar.opened {
    height: auto;
  }
  .cid-rHO8nix4PR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rHPwxA9SVL {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rHPwxA9SVL .mbr-section-title {
  margin: 0;
}
.cid-rHPwxA9SVL .mbr-section-subtitle {
  margin-bottom: 2rem;
  color: #8d97ad;
}
.cid-rHPwxA9SVL .mbr-text {
  margin: 0;
  color: #efefef;
}
.cid-rHPwxA9SVL .wrapper {
  padding: 2rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-rHPwxA9SVL .card1 {
  background: linear-gradient(45deg, #2bdc9d, #1dc9cb);
}
.cid-rHPwxA9SVL .card2 {
  background: linear-gradient(45deg, #188ef4, #306de8);
}
.cid-rHPwxA9SVL .card3 {
  background: linear-gradient(45deg, #ff4f7b, #ff695c);
}
.cid-rHPwxA9SVL .card4 {
  background: linear-gradient(45deg, #1dc9cb, #1dc9cb);
}
@media (max-width: 991px) {
  .cid-rHPwxA9SVL .wrapper {
    margin-bottom: 5rem;
  }
}
.cid-rHPwxA9SVL .mbr-card-title {
  padding-bottom: 1rem;
}
.cid-rHPwxA9SVL .mbr-section-btn {
  padding-top: 1rem;
}
.cid-rHPwEufhHl {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rHPwEufhHl .mbr-text {
  color: #8d97ad;
}
.cid-rHPwEufhHl .counter-container ul {
  margin-bottom: 0;
  padding-left: .6rem;
}
.cid-rHPwEufhHl .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-rHPwEufhHl .counter-container ul li:before {
  position: absolute;
  left: 0px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #188ef4;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #188ef4, #5eeebb);
}
.cid-rHPwI8fQAo {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rHPwI8fQAo .count {
  text-align: left;
  word-break: inherit;
}
.cid-rHPwI8fQAo .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-rHPwI8fQAo .mbr-content-title {
  color: #8d97ad;
}
.cid-rHPwI8fQAo .panel-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rHPwI8fQAo .card {
  word-wrap: break-word;
}
.cid-rHPwI8fQAo .mbr-iconfont {
  font-size: 50px;
  color: #188ef4;
  padding-right: 1rem;
}
@media (max-width: 991px) {
  .cid-rHPwI8fQAo .panel-item {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rHPwKNELfF {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rHPwKNELfF .mbr-overlay {
  background: #efefef;
}
.cid-rHPwKNELfF .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-rHPwKNELfF .client-name {
  color: #8d97ad;
}
.cid-rHPwKNELfF .wrap-img {
  padding-bottom: 1rem;
}
.cid-rHPwKNELfF .wrap-img img {
  max-width: 100%;
}
.cid-rHPwKNELfF .card-box p {
  color: #8d97ad;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-rHPwNEekcp {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f4f8fa;
}
.cid-rHPwNEekcp .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-rHPwNEekcp .content-panel {
  padding: 2rem;
  background-color: #08579f;
  border-radius: .25rem;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-rHPwNEekcp .content-block {
  color: #efefef;
}
@media (min-width: 992px) {
  .cid-rHPwNEekcp .form-group,
  .cid-rHPwNEekcp .input-group-btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-rHPwNEekcp .form-control {
  border-radius: .25rem !important;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  min-height: 40px;
}
.cid-rHPwNEekcp textarea.form-control {
  min-height: 170px;
}
@media (max-width: 768px) {
  .cid-rHPwNEekcp .main-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-rHPwNEekcp .text-block {
    margin-bottom: 2rem;
  }
}
.cid-rHPmTIVtK8 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #333333;
}
@media (max-width: 767px) {
  .cid-rHPmTIVtK8 .content {
    text-align: center;
  }
  .cid-rHPmTIVtK8 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-rHPmTIVtK8 .logo-subtitle {
  color: #8d97ad;
}
.cid-rHPmTIVtK8 .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-rHPmTIVtK8 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-rHPmTIVtK8 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rHPmTIVtK8 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-rHPmTIVtK8 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rHPmTIVtK8 .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-rHPmTIVtK8 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rHPmTIVtK8 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-rHPmTIVtK8 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rHPmTIVtK8 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rHPmTIVtK8 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rHPmTIVtK8 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rHPmTIVtK8 .list-item {
  display: flex;
}
.cid-rHPmTIVtK8 .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-rHPmTIVtK8 ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-rHPmTIVtK8 ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-rHPmTIVtK8 ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-rHPmTIVtK8 .logo-subtitle,
.cid-rHPmTIVtK8 .media-wrap {
  color: #ffffff;
}
.cid-rHPmTIVtK8 .column-title {
  color: #ffffff;
}
.cid-rHPmTIVtK8 .mbr-text {
  color: #ffffff;
}
.cid-rHPmTIVtK8 P {
  color: #ffffff;
}


.cid-rFxoGi3jcs .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-rFxoGi3jcs .nav-item:focus,
.cid-rFxoGi3jcs .nav-link:focus {
  outline: none;
}
.cid-rFxoGi3jcs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.3rem 1.5rem;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rFxoGi3jcs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rFxoGi3jcs .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rFxoGi3jcs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rFxoGi3jcs .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-rFxoGi3jcs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rFxoGi3jcs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rFxoGi3jcs .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;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-rFxoGi3jcs .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #1a373a;
  background: linear-gradient(#000000, #1a373a);
  background: none;
}
.cid-rFxoGi3jcs .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #1a373a !important;
  background: linear-gradient(#000000, #1a373a) !important;
}
.cid-rFxoGi3jcs .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-rFxoGi3jcs .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-rFxoGi3jcs .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-rFxoGi3jcs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rFxoGi3jcs .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-rFxoGi3jcs .navbar.collapsed .navbar-collapse.show,
.cid-rFxoGi3jcs .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rFxoGi3jcs .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-rFxoGi3jcs .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-rFxoGi3jcs .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rFxoGi3jcs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rFxoGi3jcs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rFxoGi3jcs .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-rFxoGi3jcs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rFxoGi3jcs .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rFxoGi3jcs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rFxoGi3jcs .navbar.collapsed .right-menu,
.cid-rFxoGi3jcs .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-rFxoGi3jcs .navbar .navbar-collapse.show,
  .cid-rFxoGi3jcs .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-rFxoGi3jcs .navbar .navbar-collapse.show .brand-container,
  .cid-rFxoGi3jcs .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-rFxoGi3jcs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rFxoGi3jcs .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rFxoGi3jcs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rFxoGi3jcs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rFxoGi3jcs .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-rFxoGi3jcs .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rFxoGi3jcs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rFxoGi3jcs .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-rFxoGi3jcs .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-rFxoGi3jcs .navbar .right-menu,
  .cid-rFxoGi3jcs .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-rFxoGi3jcs .navbar.navbar-short {
  min-height: 60px;
}
.cid-rFxoGi3jcs .navbar.navbar-short .mbr-overlay {
  background: #1a373a !important;
  background: linear-gradient(#000000, #1a373a) !important;
  /*background: linear-gradient(#ffffff, #0a1517) !important;*/
}
.cid-rFxoGi3jcs .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rFxoGi3jcs .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rFxoGi3jcs .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-rFxoGi3jcs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rFxoGi3jcs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rFxoGi3jcs .dropdown-item.active,
.cid-rFxoGi3jcs .dropdown-item:active {
  background-color: transparent;
}
.cid-rFxoGi3jcs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rFxoGi3jcs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rFxoGi3jcs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rFxoGi3jcs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a373a;
}
.cid-rFxoGi3jcs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rFxoGi3jcs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rFxoGi3jcs ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-rFxoGi3jcs ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-rFxoGi3jcs .navbar-buttons {
  margin-left: auto;
}
.cid-rFxoGi3jcs button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rFxoGi3jcs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: gainsboro;
}
.cid-rFxoGi3jcs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rFxoGi3jcs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rFxoGi3jcs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rFxoGi3jcs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rFxoGi3jcs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rFxoGi3jcs nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-rFxoGi3jcs nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-rFxoGi3jcs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rFxoGi3jcs .navbar-dropdown {
  position: fixed;
}
.cid-rFxoGi3jcs a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rFxoGi3jcs .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rFxoGi3jcs .right-menu,
.cid-rFxoGi3jcs .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-rFxoGi3jcs .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rFxoGi3jcs .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rFxoGi3jcs .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rFxoGi3jcs .menu-top {
  text-align: center;
  width: 100%;
  background-color: #2d5d64c7;
  padding: .5rem 0;
}
.cid-rFxoGi3jcs .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-rFxoGi3jcs .card-wrapper {
  z-index: 3;
}
.cid-rFxoGi3jcs .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-rFxoGi3jcs .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rFxoGi3jcs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}

.cid-rFxSPHOxi4 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #292929;
}

.cid-rFxSPHOxi4 .text2 {
  line-height: 1.4!important;
}
.cid-rFxSPHOxi4 .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-rFxSPHOxi4 .navbar-logo {
  width: 50%;
}
.cid-rFxSPHOxi4 .mbr-text {
  color: #444;
}
.cid-rFxSPHOxi4 h5 {
  margin-bottom: 0;
}
.cid-rFxSPHOxi4 .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-rFxSPHOxi4 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rFxSPHOxi4 .tips {
  width: 70%;
  border-radius: 6px;
  margin: 4px;
}
.cid-rFxSPHOxi4 .nav-img a:hover img {
    filter: contrast(0.8);
}
.cid-rFxSPHOxi4 .socicon {
  font-size: 1.3rem;
  background: #f1852a;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: rgb(255, 255, 255); 
  fill: rgb(255, 255, 255);
}
.cid-rFxSPHOxi4 .socicon-whatsapp {
  background: #00d46d;
}
.cid-rFxSPHOxi4 .socicon-instagram {
  background: #E1306C;
}
.cid-rFxSPHOxi4 .socicon-facebook {
  background: #3b5998;
}
.cid-rFxSPHOxi4 .socicon-linkedin {
  background: #2867B2;
}
.cid-rFxSPHOxi4 .socicon-youtube {
  background: #FF0000;
}
.cid-rFxSPHOxi4 .soc-item a:hover .socicon,
.cid-rFxSPHOxi4 .soc-item a:active .socicon,
.cid-rFxSPHOxi4 .soc-item a:focus .socicon {
    color: #000000;
    background-color: #428086;
}
.cid-rFxSPHOxi4 .soc-item a:hover .social-corp .socicon,
.cid-rFxSPHOxi4 .soc-item a:active .social-corp .socicon,
.cid-rFxSPHOxi4 .soc-item a:focus .social-corp .socicon {
    color: #bfbfbf;
    background-color: #af161a;
}

.cid-rFxSPHOxi4 .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-rFxSPHOxi4 .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-rFxSPHOxi4 .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rFxSPHOxi4 .social-list a:hover {
  opacity: .4;
}
.cid-rFxSPHOxi4 .media-container-row > div {
  padding: 0px;
}
.cid-rFxSPHOxi4 .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-rFxSPHOxi4 .group-title {
  color: #428086;
}
.cid-rFxSPHOxi4 .group-title SPAN {
  color: #ffffff;
}
.cid-rFxSPHOxi4 .links {
  color: #ffffff;
  line-height: 1.6;
  margin-right: 1.5rem;
}
@media (max-width: 991px) {
  .cid-rFxSPHOxi4 .navbar-logo {
      width: 40%!important;
  }
  .cid-rFxSPHOxi4 .tips {
    width: 65%!important;
  }
  .cid-rFxSPHOxi4 .nav-img {
    justify-content: center;
  }
  .cid-rFxSPHOxi4 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-rFxSPHOxi4 .social-list,
  .cid-rFxSPHOxi4 .img-list,
  .cid-rFxSPHOxi4 .list-item {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-rFxSPHOxi4 h3 {
    margin-bottom: 10px;
  }
  .cid-rFxSPHOxi4 .navbar-brand {
    text-align: center;
  }
  .cid-rFxSPHOxi4 .links {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }

  .cid-rFxSPHOxi4 .form-group-l {
    margin-top: 0.5rem;
  }
  .cid-rFxSPHOxi4 .contact-mobile {
    flex-wrap: wrap-reverse!important;
  }
}
.cid-rFxSPHOxi4 .links SPAN {
  color: #9e9e9e;
}

.cid-rFxSPHOxi4 .mbr-section-btn {
    margin-left: -2.05rem;
}


.cid-rFxSPHOxi4 .btn {
    padding: 14px 7px;
    border-radius: 5px;
}
@media (min-width: 991px) {
  .cid-rFxSPHOxi4 .form-group-r {
    padding-right: 0px;
  }
  .cid-rFxSPHOxi4 .form-group-l {
    padding-left: 0px;
  }
}
.cid-rFxSPHOxi4 .form-control {
  padding: 0.5rem 0.5rem 0.5rem 2rem!important;
}

.cid-rFhNMdWbNh {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #292929;
}
.cid-rFhNMdWbNh .links {
  text-align: center;
  color: #ffffff;
}
.cid-rFhNMdWbNh p {
  margin: 0;
}

.cid-rFxKmpqacU {
  padding-top: 15rem;
  padding-bottom: 5rem;
  background-attachment: fixed!important;
  background-position: center!important;
  background-repeat: no-repeat!important;
  background-size: cover!important;
}
.cid-rFxKmpqacU .mbr-section-title DIV {
  text-align: center;
}
.cid-rFxKmpqacU .mbr-text,
.cid-rFxKmpqacU .mbr-section-btn {
  text-align: center;
}
.cid-rFxKmpqacU .mbr-section-title {
  text-align: center;
}

.cid-rFxKmpqacUfaq {
  padding-top: 20rem;
  padding-bottom: 20rem;
  background-attachment: fixed!important;
  background-position: center!important;
  background-repeat: no-repeat!important;
  background-size: cover!important;
}
.cid-rFxKmpqacUfaq .mbr-section-title DIV {
  text-align: start;
}
.cid-rFxKmpqacUfaq .mbr-text,
.cid-rFxKmpqacUfaq .mbr-section-btn {
  text-align: start;
}
.cid-rFxKmpqacUfaq .mbr-section-title {
  text-align: start;
}


.cid-rIEoBY1lqo {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f4f8fa;
}
.cid-rIEoBY1lqo .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-rIEoBY1lqo .panel-group {
  width: 100%;
}
.cid-rIEoBY1lqo .panel-text,
.cid-rIEoBY1lqo .header-text,
.cid-rIEoBY1lqo .mbr-section-subtitle {
  color: #1a373a;
}
.cid-rIEoBY1lqo .card {
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  margin-bottom: .5rem;
  border: none;
  border-top-left-radius: .25rem !important;
  border-top-right-radius: .25rem !important;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.cid-rIEoBY1lqo .card .card-header {
  border-radius: 0 !important;
  border-bottom: none !important;
  padding: 0;
}
.cid-rIEoBY1lqo .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  line-height: normal;
}
.cid-rIEoBY1lqo .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rIEoBY1lqo .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-rIEoBY1lqo .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
  width: 100%;
}
.cid-rIEoBY1lqo .card .card-header a.panel-title[aria-expanded="true"] {
  background-color: #1a373a;
}
.cid-rIEoBY1lqo .card .card-header a.panel-title[aria-expanded="true"] .header-text {
  color: #ffffff !important;
}
.cid-rIEoBY1lqo .card .panel-body {
  background: #ffffff;
}
.cid-rIEoBY1lqo .sign {
  color: #232323;
}

.cid-rIEoBY1lqo .dragArea .form-search {
  padding-right: 0px!important 
}

.cid-rIEoBY1lqo a.btn-search {
  margin-left: 0px!important;
  margin-top: 0px!important;
  margin-right: 0px!important;
  margin-bottom: 0px!important;
}

.cid-rIEoBY1lqo .mbr-form .form-control {
  min-height: 50px!important;
}

.cid-rIEoBY1lqo .btn-search {
    padding: 0.4rem 1rem!important;
}

.cid-rFxMccKvUH {
  padding-top: 45px;
  padding-bottom: 10px;
  background-color: #ffffff;
}
.cid-rFxMccKvUH .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-rFxMccKvUH .mbr-section-title {
  text-align: left;
  color: #000000;
}

.cid-rFxKuvGA5c {
  padding-top: 50px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rFxKuvGA5c h4 {
  display: flex;
  color: #000000;
}
.cid-rFxKuvGA5c .panel-text {
  color: #000000;
  line-height: 1.7;
}
.cid-rFxKuvGA5c .wrap {
  display: flex;
}
.cid-rFxKuvGA5c .icon {
  background:#3f787d;
  width: 33px;
  height: 33px;
  border-radius: 100%;
  color: white!important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 900;
}
.cid-rFxKuvGA5c img {
  max-width: 600px;
  width: 100%;
  margin: auto;
  padding: 2rem;
}
.cid-rFxKuvGA5c .mbr-section-title {
  color: #333333;
  text-align: center;
}
.cid-rFxKuvGA5c p {
  margin: 0;
}
.cid-rFxKuvGA5c .card .card-header a.panel-title {
  background-color: none!important;
  margin-top: 0px!important;
}
.cid-rFxKuvGA5c .mbr-section-subtitle {
  font-weight: 500;
  color: #656565;
  text-align: center;
}
.cid-rFxKuvGA5c .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-rFxKuvGA5c .panel-group {
  width: 100%;
}
.cid-rFxKuvGA5c .panel-title {
  border-bottom: 1px solid #ececec;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-rFxKuvGA5c .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-rFxKuvGA5c .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #ffffff;
  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-rFxKuvGA5c .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-rFxKuvGA5c .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rFxKuvGA5c .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem;
  margin-bottom: 0;
}
.cid-rFxKuvGA5c .card .panel-body {
  background: #ffffff;
}
.cid-rFxKuvGA5c .sign {
  color: #000000;
}
.cid-rFxKuvGA5c .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-rFxKuvGA5c .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-rFxKuvGA5c .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-rFxKuvGA5c .header-text,
.cid-rFxKuvGA5c .sign {
  color: #333333;
}

.cid-rFxO6vJKMF {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rFxO6vJKMF .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-rFxO6vJKMF .mbr-section-title {
  text-align: left;
  color: #000000;
}

.cid-rFxOviKqG2 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rFxOviKqG2 .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-rFxOviKqG2 .mbr-section-title {
  text-align: left;
  color: #000000;
}

.cid-rFxLWdfFza {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rFxLWdfFza .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-rFxLWdfFza .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-rFxLWdfFza img {
  width: 25%;
  padding-bottom: 1.5rem;
}
@media (max-width: 991px) {
  .cid-rFxLWdfFza img {
    width: 60%;
  }
}
.cid-rFxLWdfFza .mbr-image-title {
  text-align: center;
  color: #656565;
}

.cid-rFxOZl5E4B {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rFxOZl5E4B .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-rFxOZl5E4B .mbr-section-title {
  text-align: left;
  color: #000000;
}

.cid-rFxOPOQYJ1 {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rFxOPOQYJ1 .form-group {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rFxOPOQYJ1 .card {
  background-color: white;
  padding: 2rem;
}
.cid-rFxOPOQYJ1 .input-group-btn {
  display: block;
}
.cid-rFxOPOQYJ1 .form-control {
  background: none;
  border-radius: 6px!important;
}
.cid-rFxOPOQYJ1 .form-control-label {
  font-weight: 700;
}
.cid-rFxOPOQYJ1 .mbr-section-subtitle {
  color: #656565;
  text-align: center;
}
.cid-rFxOPOQYJ1 .title2 {
  color: #656565;
  text-align: center;
}
.cid-rFxOPOQYJ1 .form-title {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-rFxOPOQYJ1 .col-sm-12 {
    margin: 1rem;
  }
  .cid-rFxOPOQYJ1 .card {
    padding: 1rem;
  }
}

cid-rFxKmpqacUfaq

@media (max-width: 991px) {

    .navbar.navbar-dropdown.navbar-fixed-top.navbar-expand-lg .logo-mobile{
    display: block;
  }

  .navbar.navbar-dropdown.navbar-fixed-top.navbar-expand-lg.opened .logo-mobile{
    display:none;
  }

}

@media (min-width: 992px) {
  .logo-mobile{
    display: none;
  }
  #adjust-nav-mobile {
    display: none!important;
  }

}



.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: 0.9;
    background-size: 8%;
}