body {
  font-family: Roboto;
}
.display-1 {
  font-family: 'Oswald', sans-serif;
  font-size: 4rem;
}
.display-1 > .mbr-iconfont {
  font-size: 6.4rem;
}
.display-2 {
  font-family: 'Oswald', sans-serif;
  font-size: 3.5rem;
}
.display-2 > .mbr-iconfont {
  font-size: 5.6rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.9rem;
}
.display-5 > .mbr-iconfont {
  font-size: 3.04rem;
}
.display-7 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.2rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.52rem;
    font-size: calc( 1.315rem + (1.9 - 1.315) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.315rem + (1.9 - 1.315) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-sm {
  padding: 5px 10px;
  border-radius: 0px;
}
.btn-md {
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-lg {
  padding: 10px 15px;
  border-radius: 0px;
}
.bg-primary {
  background-color: #333333 !important;
}
.bg-success {
  background-color: #92bda3 !important;
}
.bg-info {
  background-color: #709faf !important;
}
.bg-warning {
  background-color: #b7b6b6 !important;
}
.bg-danger {
  background-color: #e26c5a !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #709faf !important;
  border-color: #709faf !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #4c7887 !important;
  border-color: #4c7887 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #4c7887 !important;
  border-color: #4c7887 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #92bda3 !important;
  border-color: #92bda3 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #62a07b !important;
  border-color: #62a07b !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #62a07b !important;
  border-color: #62a07b !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #b7b6b6 !important;
  border-color: #b7b6b6 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #918f8f !important;
  border-color: #918f8f !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #918f8f !important;
  border-color: #918f8f !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #e26c5a !important;
  border-color: #e26c5a !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #cc3a24 !important;
  border-color: #cc3a24 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #cc3a24 !important;
  border-color: #cc3a24 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #808080;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080;
  background-color: #d9d9d9;
  border-color: #d9d9d9;
}
.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: #000000;
  border-color: #000000;
  color: #ffffff;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none !important;
  border-color: #000000 !important;
  color: #000000 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none !important;
  border-color: #000000 !important;
  color: #000000 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none !important;
  border-color: #426977 !important;
  color: #426977 !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff !important;
  background-color: #709faf !important;
  border-color: #709faf !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #709faf !important;
  border-color: #709faf !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none !important;
  border-color: #58916f !important;
  color: #58916f !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff !important;
  background-color: #92bda3 !important;
  border-color: #92bda3 !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #92bda3 !important;
  border-color: #92bda3 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none !important;
  border-color: #848383 !important;
  color: #848383 !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff !important;
  background-color: #b7b6b6 !important;
  border-color: #b7b6b6 !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #b7b6b6 !important;
  border-color: #b7b6b6 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none !important;
  border-color: #b63420 !important;
  color: #b63420 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff !important;
  background-color: #e26c5a !important;
  border-color: #e26c5a !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e26c5a !important;
  border-color: #e26c5a !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: #000000 !important;
  border-color: #000000 !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !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: #333333 !important;
}
.text-secondary {
  color: #333333 !important;
}
.text-success {
  color: #92bda3 !important;
}
.text-info {
  color: #709faf !important;
}
.text-warning {
  color: #b7b6b6 !important;
}
.text-danger {
  color: #e26c5a !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #58916f !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #426977 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #848383 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #b63420 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #709faf;
}
.alert-warning {
  background-color: #b7b6b6;
}
.alert-danger {
  background-color: #e26c5a;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #333333;
  border-color: #333333;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #333333;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #a6a6a6;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #e1ede6;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #c2d6dd;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #f6f6f6;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Oswald', sans-serif;
  font-size: 1.2rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #333333;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #333333;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #333333;
}
.up-z-index {
  z-index: 1000 !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #333333;
  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: #333333;
  border-bottom-color: #333333;
}
.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: #333333 !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: #333333 !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='%23333333' %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-u5zGWYy1JR {
  background-image: url("../../../assets/images/img-8856.jpg");
}
.cid-u5zGWYy1JR .mbr-arrow {
  background: #000000 !important;
  opacity: 0.7;
}
.cid-u5zGWYy1JR .mbr-arrow i {
  color: #ffffff !important;
}
.cid-u5zGWYy1JR .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-u3m2URMXR8 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u3m2URMXR8 .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-u3m2URMXR8 .row {
  background-color: #ffffff;
}
.cid-u3m2URMXR8 .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-u3m2URMXR8 .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-u3m2URMXR8 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-u3m2URMXR8 .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u3m2URMXR8 .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-u3m2URMXR8 .image-element {
    padding: 0 15px;
  }
  .cid-u3m2URMXR8 .text-element {
    padding: 2rem 1rem;
  }
  .cid-u3m2URMXR8 .text-element .mbr-text {
    padding: 1rem;
  }
}
.cid-u3mBh748sJ {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u3mBh748sJ .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-u3mBh748sJ .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-u3mBh748sJ .title {
    width: 100% !important;
  }
}
.cid-u3m4gkFZkj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u3m4gkFZkj .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-u3m4gkFZkj .card-img {
  overflow: hidden;
  border-radius: 0 !important;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
}
.cid-u3m4gkFZkj .card-img img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-u3m4gkFZkj .card-box {
  background: #ffffff;
  padding: 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-u3m4gkFZkj .link {
  letter-spacing: 2px;
}
.cid-u3m4gkFZkj .card.second-card {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media (max-width: 991px) {
  .cid-u3m4gkFZkj .card {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u3m4gkFZkj .card {
    padding-bottom: 2rem;
  }
}
.cid-u3m4gkFZkj .main-title {
  color: #333333;
}
.cid-u3m4gkFZkj .main-subtitle,
.cid-u3m4gkFZkj .underline {
  color: #333333;
}
.cid-u3m4k5MhnP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u3m4k5MhnP .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-u3m4k5MhnP .card-img {
  overflow: hidden;
  border-radius: 0 !important;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
}
.cid-u3m4k5MhnP .card-img img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-u3m4k5MhnP .card-box {
  background: #ffffff;
  padding: 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-u3m4k5MhnP .link {
  letter-spacing: 2px;
}
.cid-u3m4k5MhnP .card.second-card {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media (max-width: 991px) {
  .cid-u3m4k5MhnP .card {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u3m4k5MhnP .card {
    padding-bottom: 2rem;
  }
}
.cid-u3mayMO0Or {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u3mayMO0Or .content-slider {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0;
}
.cid-u3mayMO0Or .modal-body .close {
  background: #1b1b1b;
}
.cid-u3mayMO0Or .modal-body .close span {
  font-style: normal;
}
.cid-u3mayMO0Or .carousel-inner > .active,
.cid-u3mayMO0Or .carousel-inner > .next,
.cid-u3mayMO0Or .carousel-inner > .prev {
  display: flex;
}
.cid-u3mayMO0Or .carousel-control .icon-next,
.cid-u3mayMO0Or .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-u3mayMO0Or .carousel-control:hover {
  background: #333333;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u3mayMO0Or .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-u3mayMO0Or .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-u3mayMO0Or .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-u3mayMO0Or .boxed-slider > div {
  position: relative;
}
.cid-u3mayMO0Or .container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.cid-u3mayMO0Or .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-u3mayMO0Or .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-u3mayMO0Or .mbr-table-cell {
  padding: 0;
}
.cid-u3mayMO0Or .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-u3mayMO0Or .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-u3mayMO0Or .mbr-overlay {
  z-index: 1;
  pointer-events: none;
}
.cid-u3mayMO0Or .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
  min-width: 100%;
}
.cid-u3mayMO0Or .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-u3mayMO0Or .carousel-item.active.right,
.cid-u3mayMO0Or .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-u3mayMO0Or .carousel-item.active.left,
.cid-u3mayMO0Or .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-u3mayMO0Or .carousel-item.active,
.cid-u3mayMO0Or .carousel-item.next.left,
.cid-u3mayMO0Or .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-u3mayMO0Or .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 25px;
  border: 2px solid #fff;
  border-radius: 0 !important;
  transition: all 0.3s;
  z-index: 11;
}
.cid-u3mayMO0Or .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
}
.cid-u3mayMO0Or .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
}
@media (max-width: 767px) {
  .cid-u3mayMO0Or .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u3mayMO0Or .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-u3mayMO0Or .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: #333333;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-u3mayMO0Or .mbr-slider .carousel-indicators li.active,
.cid-u3mayMO0Or .mbr-slider .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u3mayMO0Or .mbr-slider .carousel-indicators li::after,
.cid-u3mayMO0Or .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-u3mayMO0Or .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-u3mayMO0Or .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-u3mayMO0Or .mbr-slider > .container img {
  width: 100%;
}
.cid-u3mayMO0Or .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-u3mayMO0Or .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-u3mayMO0Or .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u3mayMO0Or .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-u3mayMO0Or .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-u3mayMO0Or .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-u3mayMO0Or .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-u3mayMO0Or .full-screen .slider-fullscreen-image.active {
  display: flex;
}
.cid-u3mayMO0Or .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-u3mayMO0Or .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-u3mayMO0Or .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-u3mayMO0Or .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-u3mayMO0Or .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-u3mayMO0Or .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-u3mayMO0Or .carousel-inner {
  height: 100%;
}
.cid-u3mayMO0Or .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-u3mayMO0Or .image_wrapper {
  width: 100%;
  position: relative;
  display: inline-block;
  height: 700px;
  overflow: hidden;
}
.cid-u3mayMO0Or .carousel-item .container-slide {
  text-align: center;
  margin-bottom: -0.5rem;
}
.cid-u3mayMO0Or .content-slider-wrap {
  width: 100%;
}
.cid-u3mcAQiRYo {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u3mcAQiRYo .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-u3mcAQiRYo .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-u3mcAQiRYo .title {
    width: 100% !important;
  }
}
.cid-u4UBP2zWZ9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u4UBP2zWZ9 blockquote {
  border-color: #333333 !important;
}
.cid-u3m8AOFIrb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u3m8AOFIrb blockquote {
  border-color: #333333 !important;
}
.cid-u3m8AOFIrb DIV {
  text-align: left;
}
.cid-u3m9gbgqEU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u3m9gbgqEU blockquote {
  border-color: #333333 !important;
}
.cid-u3m9gPkbXe {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-u3m9gPkbXe blockquote {
  border-color: #333333 !important;
}
.cid-u3mefo9dSP {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/img-8856.jpg");
}
@media (max-width: 767px) {
  .cid-u3mefo9dSP .first-col {
    padding-bottom: 1rem;
  }
}
.cid-u3mefo9dSP .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u5FsbzUble {
  background-image: url("../../../assets/images/img-8856.jpg");
}
.cid-u5FsbzUble .mbr-arrow {
  background: #000000 !important;
  opacity: 0.7;
}
.cid-u5FsbzUble .mbr-arrow i {
  color: #ffffff !important;
}
.cid-u5FsbzUble .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-u5FsbCmVkR {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u5FsbCmVkR .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-u5FsbCmVkR .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-u5FsbCmVkR .title {
    width: 100% !important;
  }
}
.cid-u5FsbCCv7Y {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u5FsbCCv7Y blockquote {
  border-color: #333333 !important;
}
.cid-u5FsbCPWju {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u5FsbCPWju blockquote {
  border-color: #333333 !important;
}
.cid-u5FsbCPWju DIV {
  text-align: left;
}
.cid-u5FsbD1fFu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u5FsbD1fFu blockquote {
  border-color: #333333 !important;
}
.cid-u5FsbDd5NL {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-u5FsbDd5NL blockquote {
  border-color: #333333 !important;
}
.cid-u5FsbDs4oc {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/img-8856.jpg");
}
@media (max-width: 767px) {
  .cid-u5FsbDs4oc .first-col {
    padding-bottom: 1rem;
  }
}
.cid-u6BHWZdQsr {
  background-image: url("../../../assets/images/img-8856.jpg");
}
.cid-u6BHWZdQsr .mbr-arrow {
  background: #000000 !important;
  opacity: 0.7;
}
.cid-u6BHWZdQsr .mbr-arrow i {
  color: #ffffff !important;
}
.cid-u6BHWZdQsr .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-u6BHWZzJw0 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u6BHWZzJw0 .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-u6BHWZzJw0 .row {
  background-color: #ffffff;
}
.cid-u6BHWZzJw0 .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-u6BHWZzJw0 .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-u6BHWZzJw0 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-u6BHWZzJw0 .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u6BHWZzJw0 .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-u6BHWZzJw0 .image-element {
    padding: 0 15px;
  }
  .cid-u6BHWZzJw0 .text-element {
    padding: 2rem 1rem;
  }
  .cid-u6BHWZzJw0 .text-element .mbr-text {
    padding: 1rem;
  }
}
.cid-u6BHWZX7L3 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u6BHWZX7L3 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-u6BHWZX7L3 .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-u6BHWZX7L3 .title {
    width: 100% !important;
  }
}
.cid-u6BHX0f4xZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u6BHX0f4xZ .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-u6BHX0f4xZ .card-img {
  overflow: hidden;
  border-radius: 0 !important;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
}
.cid-u6BHX0f4xZ .card-img img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-u6BHX0f4xZ .card-box {
  background: #ffffff;
  padding: 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-u6BHX0f4xZ .link {
  letter-spacing: 2px;
}
.cid-u6BHX0f4xZ .card.second-card {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media (max-width: 991px) {
  .cid-u6BHX0f4xZ .card {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u6BHX0f4xZ .card {
    padding-bottom: 2rem;
  }
}
.cid-u6BHX0f4xZ .main-title {
  color: #333333;
}
.cid-u6BHX0f4xZ .main-subtitle,
.cid-u6BHX0f4xZ .underline {
  color: #333333;
}
.cid-u6BHX0TLHx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u6BHX0TLHx .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-u6BHX0TLHx .card-img {
  overflow: hidden;
  border-radius: 0 !important;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
}
.cid-u6BHX0TLHx .card-img img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-u6BHX0TLHx .card-box {
  background: #ffffff;
  padding: 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-u6BHX0TLHx .link {
  letter-spacing: 2px;
}
.cid-u6BHX0TLHx .card.second-card {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media (max-width: 991px) {
  .cid-u6BHX0TLHx .card {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u6BHX0TLHx .card {
    padding-bottom: 2rem;
  }
}
.cid-u6BHX1uFHw {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u6BHX1uFHw .content-slider {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0;
}
.cid-u6BHX1uFHw .modal-body .close {
  background: #1b1b1b;
}
.cid-u6BHX1uFHw .modal-body .close span {
  font-style: normal;
}
.cid-u6BHX1uFHw .carousel-inner > .active,
.cid-u6BHX1uFHw .carousel-inner > .next,
.cid-u6BHX1uFHw .carousel-inner > .prev {
  display: flex;
}
.cid-u6BHX1uFHw .carousel-control .icon-next,
.cid-u6BHX1uFHw .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-u6BHX1uFHw .carousel-control:hover {
  background: #333333;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u6BHX1uFHw .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-u6BHX1uFHw .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-u6BHX1uFHw .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-u6BHX1uFHw .boxed-slider > div {
  position: relative;
}
.cid-u6BHX1uFHw .container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.cid-u6BHX1uFHw .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-u6BHX1uFHw .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-u6BHX1uFHw .mbr-table-cell {
  padding: 0;
}
.cid-u6BHX1uFHw .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-u6BHX1uFHw .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-u6BHX1uFHw .mbr-overlay {
  z-index: 1;
  pointer-events: none;
}
.cid-u6BHX1uFHw .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
  min-width: 100%;
}
.cid-u6BHX1uFHw .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-u6BHX1uFHw .carousel-item.active.right,
.cid-u6BHX1uFHw .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-u6BHX1uFHw .carousel-item.active.left,
.cid-u6BHX1uFHw .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-u6BHX1uFHw .carousel-item.active,
.cid-u6BHX1uFHw .carousel-item.next.left,
.cid-u6BHX1uFHw .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-u6BHX1uFHw .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 25px;
  border: 2px solid #fff;
  border-radius: 0 !important;
  transition: all 0.3s;
  z-index: 11;
}
.cid-u6BHX1uFHw .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
}
.cid-u6BHX1uFHw .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
}
@media (max-width: 767px) {
  .cid-u6BHX1uFHw .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u6BHX1uFHw .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-u6BHX1uFHw .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: #333333;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-u6BHX1uFHw .mbr-slider .carousel-indicators li.active,
.cid-u6BHX1uFHw .mbr-slider .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u6BHX1uFHw .mbr-slider .carousel-indicators li::after,
.cid-u6BHX1uFHw .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-u6BHX1uFHw .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-u6BHX1uFHw .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-u6BHX1uFHw .mbr-slider > .container img {
  width: 100%;
}
.cid-u6BHX1uFHw .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-u6BHX1uFHw .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-u6BHX1uFHw .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u6BHX1uFHw .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-u6BHX1uFHw .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-u6BHX1uFHw .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-u6BHX1uFHw .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-u6BHX1uFHw .full-screen .slider-fullscreen-image.active {
  display: flex;
}
.cid-u6BHX1uFHw .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-u6BHX1uFHw .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-u6BHX1uFHw .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-u6BHX1uFHw .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-u6BHX1uFHw .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-u6BHX1uFHw .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-u6BHX1uFHw .carousel-inner {
  height: 100%;
}
.cid-u6BHX1uFHw .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-u6BHX1uFHw .image_wrapper {
  width: 100%;
  position: relative;
  display: inline-block;
  height: 700px;
  overflow: hidden;
}
.cid-u6BHX1uFHw .carousel-item .container-slide {
  text-align: center;
  margin-bottom: -0.5rem;
}
.cid-u6BHX1uFHw .content-slider-wrap {
  width: 100%;
}
.cid-u6BHX2b6AV {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u6BHX2b6AV .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-u6BHX2b6AV .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-u6BHX2b6AV .title {
    width: 100% !important;
  }
}
.cid-u6BHX2x9k5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u6BHX2x9k5 blockquote {
  border-color: #333333 !important;
}
.cid-u6BHX2NBRo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u6BHX2NBRo blockquote {
  border-color: #333333 !important;
}
.cid-u6BHX2NBRo DIV {
  text-align: left;
}
.cid-u6BHX34c0t {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u6BHX34c0t blockquote {
  border-color: #333333 !important;
}
.cid-u6BHX3l6C5 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-u6BHX3l6C5 blockquote {
  border-color: #333333 !important;
}
.cid-u6BHX3D7je {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/img-8856.jpg");
}
@media (max-width: 767px) {
  .cid-u6BHX3D7je .first-col {
    padding-bottom: 1rem;
  }
}
.cid-u6BHX3D7je .mbr-section-subtitle {
  color: #ffffff;
}
