body {
  font-family: Montserrat;
}
.display-1 {
  font-family: 'Dancing Script', handwriting;
  font-size: 6rem;
}
.display-1 > .mbr-iconfont {
  font-size: 9.6rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.8rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.48rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.8rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    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-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((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: #d50000 !important;
}
.bg-success {
  background-color: #d50000 !important;
}
.bg-info {
  background-color: #51aafa !important;
}
.bg-warning {
  background-color: #ffffff !important;
}
.bg-danger {
  background-color: #232323 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #d50000 !important;
  border-color: #d50000 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #890000 !important;
  border-color: #890000 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #890000 !important;
  border-color: #890000 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #d0ad00 !important;
  border-color: #d0ad00 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #846d00 !important;
  border-color: #846d00 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #846d00 !important;
  border-color: #846d00 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #51aafa !important;
  border-color: #51aafa !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #0786f7 !important;
  border-color: #0786f7 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0786f7 !important;
  border-color: #0786f7 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #d50000 !important;
  border-color: #d50000 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #890000 !important;
  border-color: #890000 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #890000 !important;
  border-color: #890000 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  transition: all .5s;
  color: #808080 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  transition: all .5s;
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  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: #6f0000 !important;
  color: #6f0000 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #d50000 !important;
  border-color: #d50000 !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #d50000 !important;
  border-color: #d50000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none !important;
  border-color: #6a5800 !important;
  color: #6a5800 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #d0ad00 !important;
  border-color: #d0ad00 !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #d0ad00 !important;
  border-color: #d0ad00 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none !important;
  border-color: #0678df !important;
  color: #0678df !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff !important;
  background-color: #51aafa !important;
  border-color: #51aafa !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #51aafa !important;
  border-color: #51aafa !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none !important;
  border-color: #6f0000 !important;
  color: #6f0000 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff !important;
  background-color: #d50000 !important;
  border-color: #d50000 !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #d50000 !important;
  border-color: #d50000 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none !important;
  border-color: #cccccc !important;
  color: #cccccc !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none !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: #232323 !important;
  border-color: #232323 !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !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: #d50000 !important;
}
.text-secondary {
  color: #d0ad00 !important;
}
.text-success {
  color: #d50000 !important;
}
.text-info {
  color: #51aafa !important;
}
.text-warning {
  color: #ffffff !important;
}
.text-danger {
  color: #232323 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #6f0000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #6a5800 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #6f0000 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #0678df !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #cccccc !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #d50000;
}
.alert-info {
  background-color: #51aafa;
}
.alert-warning {
  background-color: #ffffff;
}
.alert-danger {
  background-color: #232323;
}
.mbr-section-btn a.btn:hover,
.mbr-section-btn a.btn:focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #d50000;
  border-color: #d50000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #d50000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffa2a2;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffa2a2;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #d5d5d5;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.mbr-arrow-up a {
  width: 61px;
  height: 61px;
}
#scrollToTop a {
  background: #d50000;
}
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #ffffff;
  width: 3%;
  left: calc(50% - 1px);
}
#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.mbr-arrow i {
  color: #d50000;
}
.form-control {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #d50000;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Social block */
.btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: 2px solid #c0a375;
  border-color: #d50000;
  color: #232323;
  cursor: pointer;
}
.btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.btn-social:hover {
  color: #fff;
  background: #d50000;
}
.btn-social + .btn {
  margin-left: .1rem;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #d50000;
  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: #d50000;
  border-bottom-color: #d50000;
}
.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: #d50000 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #d0ad00 !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='%23d50000' %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-rzBaVzqjpS .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-rzBaVzqjpS .nav-item,
.cid-rzBaVzqjpS .nav-link,
.cid-rzBaVzqjpS .navbar-caption {
  font-weight: normal;
}
.cid-rzBaVzqjpS .nav-item:focus,
.cid-rzBaVzqjpS .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rzBaVzqjpS .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-rzBaVzqjpS .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-rzBaVzqjpS .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-rzBaVzqjpS .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rzBaVzqjpS .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rzBaVzqjpS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rzBaVzqjpS .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-rzBaVzqjpS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rzBaVzqjpS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rzBaVzqjpS .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-rzBaVzqjpS .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-rzBaVzqjpS .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-rzBaVzqjpS .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rzBaVzqjpS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rzBaVzqjpS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rzBaVzqjpS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-rzBaVzqjpS .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rzBaVzqjpS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rzBaVzqjpS .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-rzBaVzqjpS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rzBaVzqjpS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rzBaVzqjpS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rzBaVzqjpS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rzBaVzqjpS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rzBaVzqjpS .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rzBaVzqjpS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rzBaVzqjpS .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-rzBaVzqjpS .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rzBaVzqjpS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rzBaVzqjpS .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rzBaVzqjpS .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rzBaVzqjpS .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rzBaVzqjpS .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rzBaVzqjpS .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-rzBaVzqjpS .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rzBaVzqjpS .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rzBaVzqjpS .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-rzBaVzqjpS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rzBaVzqjpS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rzBaVzqjpS .dropdown-item.active,
.cid-rzBaVzqjpS .dropdown-item:active {
  background-color: transparent;
}
.cid-rzBaVzqjpS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rzBaVzqjpS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rzBaVzqjpS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-rzBaVzqjpS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rzBaVzqjpS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rzBaVzqjpS ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rzBaVzqjpS .navbar-buttons {
  text-align: center;
}
.cid-rzBaVzqjpS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rzBaVzqjpS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rzBaVzqjpS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rzBaVzqjpS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rzBaVzqjpS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rzBaVzqjpS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rzBaVzqjpS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rzBaVzqjpS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rzBaVzqjpS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rzBaVzqjpS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rzBaVzqjpS .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rzBaVzqjpS a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rzBaVzqjpS .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-rzBaVzqjpS .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-rzBaVzqjpS .soc-item {
  margin: .5rem .3rem;
}
.cid-rzBaVzqjpS .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-rzBaVzqjpS .navbar {
    height: 77px;
  }
  .cid-rzBaVzqjpS .navbar.opened {
    height: auto;
  }
  .cid-rzBaVzqjpS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uF3B0wEUfG {
  background-image: url("../../../assets/images/soff-igorevich-58942-all-india-holidays-58665f15-7bd2-45e2-a5d1-5a2fc9b2837c-1344x896.png");
}
.cid-uF3B0wEUfG .mbr-overlay {
  background: #2bdc9d;
}
.cid-uF3B0wEUfG .mbr-section-subtitle {
  color: #e3e3e3;
}
.cid-uF3B0wEUfG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF3B0wEUfG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHXsIsBcDA {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #000000;
}
.cid-uHXsIsBcDA .card-box {
  padding: 0 1.6rem;
}
@media (min-width: 767px) {
  .cid-uHXsIsBcDA .container {
    padding: 0 1.6rem;
  }
}
@media (max-width: 767px) {
  .cid-uHXsIsBcDA .container {
    padding: 0 1.3rem;
  }
  .cid-uHXsIsBcDA .mbr-section-btn {
    opacity: 1;
  }
  .cid-uHXsIsBcDA .card-wrapper {
    padding: 4rem 0rem 4rem 0rem;
  }
  .cid-uHXsIsBcDA .card {
    padding: 0rem !important;
    padding-bottom: 1rem !important;
  }
}
@media (min-width: 992px) {
  .cid-uHXsIsBcDA .card:hover .card-wrapper {
    transform: rotateY(360deg);
  }
  .cid-uHXsIsBcDA .card:hover .mbr-section-btn {
    opacity: 1;
  }
}
@media (max-width: 992px) {
  .cid-uHXsIsBcDA .card {
    padding-bottom: 1rem !important;
  }
  .cid-uHXsIsBcDA .card .mbr-section-btn {
    opacity: 1;
  }
}
.cid-uHXsIsBcDA .row {
  justify-content: center;
}
.cid-uHXsIsBcDA .card {
  padding: 0.5rem !important;
}
.cid-uHXsIsBcDA .mbr-section-btn {
  padding-top: 2rem;
  transition: all 1s;
  opacity: 0;
}
.cid-uHXsIsBcDA .mbr-iconfont {
  color: #ffffff !important;
  font-size: 3.5rem !important;
}
.cid-uHXsIsBcDA .card1 {
  background-image: url("../../../assets/images/soff-igorevich-58942-all-india-holidays-cdce6514-3ada-4142-87ef-b64ebc596866-1-1024x1024.png");
}
.cid-uHXsIsBcDA .card2 {
  background-image: url("../../../assets/images/soff-igorevich-58942-india-travel-magazine-559d8b26-e2b3-42ba-aa8c-b177fedf3f76-1-1024x1024.png");
}
.cid-uHXsIsBcDA .card3 {
  background-image: url("../../../assets/images/soff-igorevich-58942-india-travel-magazine-0de4572d-3353-4ffa-8fe3-f9d6a6d9894e-1-1024x1024.png");
}
.cid-uHXsIsBcDA .card4 {
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-uHXsIsBcDA h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-uHXsIsBcDA p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-uHXsIsBcDA .card-wrapper {
  transition: all 1s;
  height: 100%;
  padding: 4rem 2rem 4rem 2rem;
  background-size: cover;
}
.cid-uHXsIsBcDA .btn {
  margin: 0 !important;
  padding: 1rem 2rem;
}
.cid-uHXsIsBcDA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHXsIsBcDA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHXyxXq6sE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/12413516-lm-black-2000x3000-18-18-1-1507x1005.jpg");
}
.cid-uHXyxXq6sE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHXyxXq6sE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHXyxXq6sE .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uHXyxXq6sE .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uHXyxXq6sE .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uHXyxXq6sE .container {
    padding: 0 22px;
  }
}
.cid-uHXyxXq6sE .row {
  justify-content: center;
  margin: 0 -5px;
}
.cid-uHXyxXq6sE .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uHXyxXq6sE .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uHXyxXq6sE .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uHXyxXq6sE .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uHXyxXq6sE .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
.cid-uHXyxXq6sE .item:hover .item-wrapper .item-img img,
.cid-uHXyxXq6sE .item:focus .item-wrapper .item-img img {
  transform: scale(1.3);
}
.cid-uHXyxXq6sE .item:hover .item-wrapper .item-img::before,
.cid-uHXyxXq6sE .item:focus .item-wrapper .item-img::before {
  height: 10%;
}
.cid-uHXyxXq6sE .item:hover .item-wrapper .item-img .item-content .title-wrap .icon-wrapper .mbr-iconfont,
.cid-uHXyxXq6sE .item:focus .item-wrapper .item-img .item-content .title-wrap .icon-wrapper .mbr-iconfont {
  opacity: 1;
}
.cid-uHXyxXq6sE .item .item-wrapper {
  border: 1px solid #ffffff;
  height: 100%;
  border-radius: 0 !important;
}
.cid-uHXyxXq6sE .item .item-wrapper .item-img {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 550px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uHXyxXq6sE .item .item-wrapper .item-img {
    height: 350px;
  }
}
.cid-uHXyxXq6sE .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.cid-uHXyxXq6sE .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 22%;
  background-image: linear-gradient(transparent 15px, #d0ad00 80px);
  z-index: 1;
  transition: all 0.5s ease-in-out;
}
.cid-uHXyxXq6sE .item .item-wrapper .item-img .item-content {
  position: relative;
  z-index: 1;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uHXyxXq6sE .item .item-wrapper .item-img .item-content {
    padding: 20px;
  }
}
.cid-uHXyxXq6sE .item .item-wrapper .item-img .item-content .title-wrap {
  display: inline-flex;
}
.cid-uHXyxXq6sE .item .item-wrapper .item-img .item-content .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-uHXyxXq6sE .item .item-wrapper .item-img .item-content .title-wrap .icon-wrapper .mbr-iconfont {
  font-size: 30px;
  color: #4479d9;
  margin-left: 20px;
  display: inline-flex;
  opacity: 0;
  transform: rotate(45deg);
}
.cid-uHXyxXq6sE .item a {
  display: block;
}
.cid-uHXyxXq6sE .mbr-section-title {
  color: #ffffff;
}
.cid-uHXyxXq6sE .mbr-desc {
  color: #353535;
  text-align: center;
}
.cid-uHXyxXq6sE .card-title {
  color: #ffffff;
}
.cid-uHXyxXq6sE .mbr-section-title,
.cid-uHXyxXq6sE .mbr-section-btn {
  color: #098484;
  text-align: center;
}
.cid-uHXyxXq6sE .card-title,
.cid-uHXyxXq6sE .item-content {
  color: #ffffff;
}
.cid-qKSEVMzjQ3 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/soff-igorevich-58942-beach-escapes-of-india-eff0d39c-5f29-4711-aa1d-e8bbc860dfab-1344x896.png");
  overflow: hidden !important;
}
.cid-qKSEVMzjQ3 .mbr-section-subtitle {
  font-weight: 400;
}
.cid-qKSEVMzjQ3 .mbr-section-title {
  padding-bottom: 2rem;
  text-align: center;
}
.cid-qKSEVMzjQ3 .img-block {
  align-self: center;
}
.cid-qKSEVMzjQ3 .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
.cid-qKSEVMzjQ3 .mbr-form {
  margin-bottom: 3rem;
}
.cid-qKSEVMzjQ3 .form-control {
  min-height: 2.7em;
  padding-top: 0rem;
  padding-bottom: 0rem;
  padding-left: 1.8rem;
  padding-right: 1.8rem;
  background-color: white;
  border-radius: 0px;
  font-size: 18px;
}
.cid-qKSEVMzjQ3 a.btn {
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
}
.cid-qKSEVMzjQ3 .input-group-btn {
  align-self: center;
  -webkit-align-self: center;
  z-index: 3;
}
.cid-qKSEVMzjQ3 .mbr-subscribe .input-group-btn {
  display: inline-block;
}
.cid-qKSEVMzjQ3 .mbr-subscribe .input-group-btn button,
.cid-qKSEVMzjQ3 .mbr-subscribe .input-group-btn a {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
@media (max-width: 350px) {
  .cid-qKSEVMzjQ3 .mbr-subscribe {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qKSEVMzjQ3 input[type="email"] {
    width: 100%;
    margin-bottom: 3px;
  }
  .cid-qKSEVMzjQ3 .input-group-btn {
    width: 100%;
  }
  .cid-qKSEVMzjQ3 .input-group-btn .btn {
    border-radius: 3px;
  }
}
@media (max-width: 767px) {
  .cid-qKSEVMzjQ3 .mbr-form {
    margin-bottom: 0;
  }
  .cid-qKSEVMzjQ3 .input-form {
    width: 80%;
    margin: 0 auto;
  }
  .cid-qKSEVMzjQ3 .input-group-btn a.btn {
    width: 100%;
  }
  .cid-qKSEVMzjQ3 .input-group-btn {
    width: calc(92%);
  }
  .cid-qKSEVMzjQ3 .input-group-btn button[type="submit"] {
    width: 100%;
  }
  .cid-qKSEVMzjQ3 .input-group {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin: auto;
    max-width: 300px;
  }
  .cid-qKSEVMzjQ3 .input-group input[type="email"] {
    width: 100%;
    margin-bottom: 10px;
  }
  .cid-qKSEVMzjQ3 .input-group span {
    display: inline;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .cid-qKSEVMzjQ3 .input-group-btn button,
  .cid-qKSEVMzjQ3 .input-group-btn a {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .cid-qKSEVMzjQ3 .input-group > .form-control:not(:last-child) {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
  }
  .cid-qKSEVMzjQ3 .mbr-figure {
    margin-top: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-qKSEVMzjQ3 .mbr-subscribe > * {
    margin: 0 0rem;
  }
  .cid-qKSEVMzjQ3 .input-group-btn a.btn {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }
  .cid-qKSEVMzjQ3 .input-group-btn button.btn {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }
}
.cid-qKSEVMzjQ3 .mbr-section-subtitle,
.cid-qKSEVMzjQ3 .mbr-section-btn {
  text-align: center;
}
.cid-uHXDehbLOW {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffcc61;
}
.cid-uHXDehbLOW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHXDehbLOW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHXDehbLOW .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
  line-height: 1;
}
@media (max-width: 1440px) {
  .cid-uHXDehbLOW .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uHXDehbLOW .mbr-text,
.cid-uHXDehbLOW .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uHXCOkWIYw {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffcc61;
}
.cid-uHXCOkWIYw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHXCOkWIYw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHXCOkWIYw .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uHXCOkWIYw .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uHXCOkWIYw .items-wrapper {
  margin: 0 -10px;
}
.cid-uHXCOkWIYw .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uHXCOkWIYw .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uHXCOkWIYw .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-uHXCOkWIYw .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: translateX(52px);
}
.cid-uHXCOkWIYw .items-wrapper .item .item-wrapper {
  padding: 26px;
  height: 100%;
  overflow: hidden !important;
}
@media (max-width: 992px) {
  .cid-uHXCOkWIYw .items-wrapper .item .item-wrapper {
    padding: 16px;
  }
}
.cid-uHXCOkWIYw .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uHXCOkWIYw .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 22px;
  }
}
.cid-uHXCOkWIYw .items-wrapper .item .item-wrapper .item-img img {
  height: 250px;
  object-fit: cover;
  transition: all .3s ease;
}
.cid-uHXCOkWIYw .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uHXCOkWIYw .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 16px;
}
.cid-uHXCOkWIYw .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uHXCOkWIYw .items-wrapper .item .card_1 {
  background-image: radial-gradient(circle farthest-corner at 80% 0%, #ffffff, #000000 50%);
}
.cid-uHXCOkWIYw .items-wrapper .item .card_2 {
  background-image: radial-gradient(circle farthest-corner at 80% 0%, #ffffff, #000000 50%);
}
.cid-uHXCOkWIYw .items-wrapper .item .card_3 {
  background-image: radial-gradient(circle farthest-corner at 80% 0%, #ffffff, #000000 50%);
}
.cid-uHXCOkWIYw .mbr-section-title,
.cid-uHXCOkWIYw .title-wrapper {
  color: #181818;
  text-align: center;
}
.cid-uHXCOkWIYw .item-title {
  color: #ffffff;
}
.cid-uHXCOkWIYw .item-text {
  color: #ffffff;
}
.cid-uHXCOkWIYw .item-title,
.cid-uHXCOkWIYw .mbr-section-btn {
  color: #ffffff;
}
.cid-uF7Xqg2pJm {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-uF7Xqg2pJm .content {
    text-align: center;
  }
  .cid-uF7Xqg2pJm .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uF7Xqg2pJm .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uF7Xqg2pJm .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uF7Xqg2pJm .media-wrap img {
  height: 6rem;
}
.cid-uF7Xqg2pJm .mbr-text {
  color: #8d97ad;
}
.cid-uF7Xqg2pJm .p-title {
  font-size: 17px;
  color: #f4f8fa;
}
.cid-uF7Xqg2pJm .p-title span {
  color: #111111;
}
.cid-uF7Xqg2pJm .title-card {
  font-size: 1.3rem;
}
.cid-uF7Xqg2pJm .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uF7Xqg2pJm .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-uF7Xqg2pJm .footer-menu {
  margin-bottom: 0;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  list-style: none;
}
.cid-uF7Xqg2pJm .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-uF7Xqg2pJm .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-uF7Xqg2pJm .copyright {
  display: flex;
  align-items: center;
}
.cid-uF7Xqg2pJm .copyright img {
  margin-right: 10px;
}
.cid-uF7Xqg2pJm .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #52e5e5;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uF7Xqg2pJm .icon-transition span:hover {
  background-color: #1dc9cb;
}
@media (max-width: 767px) {
  .cid-uF7Xqg2pJm .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uF7Xqg2pJm .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-uF7Xqg2pJm .footer-menu {
    justify-content: center;
  }
}
.cid-uF7Xqg2pJm SPAN {
  color: #d50000;
}
.cid-uF7Xqg2pJm H5 {
  color: #d0ad00;
}
.cid-uF7Xqg2pJm .copyright > p {
  color: #f4f8fa;
}
.cid-uF3F3h4IW5 .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-uF3F3h4IW5 .nav-item,
.cid-uF3F3h4IW5 .nav-link,
.cid-uF3F3h4IW5 .navbar-caption {
  font-weight: normal;
}
.cid-uF3F3h4IW5 .nav-item:focus,
.cid-uF3F3h4IW5 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uF3F3h4IW5 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-uF3F3h4IW5 .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-uF3F3h4IW5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uF3F3h4IW5 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uF3F3h4IW5 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uF3F3h4IW5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uF3F3h4IW5 .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-uF3F3h4IW5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uF3F3h4IW5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uF3F3h4IW5 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-uF3F3h4IW5 .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-uF3F3h4IW5 .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-uF3F3h4IW5 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uF3F3h4IW5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uF3F3h4IW5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uF3F3h4IW5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-uF3F3h4IW5 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uF3F3h4IW5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uF3F3h4IW5 .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-uF3F3h4IW5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uF3F3h4IW5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uF3F3h4IW5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uF3F3h4IW5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uF3F3h4IW5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uF3F3h4IW5 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uF3F3h4IW5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uF3F3h4IW5 .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-uF3F3h4IW5 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uF3F3h4IW5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uF3F3h4IW5 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uF3F3h4IW5 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uF3F3h4IW5 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uF3F3h4IW5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uF3F3h4IW5 .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-uF3F3h4IW5 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uF3F3h4IW5 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uF3F3h4IW5 .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-uF3F3h4IW5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uF3F3h4IW5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uF3F3h4IW5 .dropdown-item.active,
.cid-uF3F3h4IW5 .dropdown-item:active {
  background-color: transparent;
}
.cid-uF3F3h4IW5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uF3F3h4IW5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uF3F3h4IW5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uF3F3h4IW5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uF3F3h4IW5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uF3F3h4IW5 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uF3F3h4IW5 .navbar-buttons {
  text-align: center;
}
.cid-uF3F3h4IW5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uF3F3h4IW5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uF3F3h4IW5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uF3F3h4IW5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uF3F3h4IW5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uF3F3h4IW5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uF3F3h4IW5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uF3F3h4IW5 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uF3F3h4IW5 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uF3F3h4IW5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uF3F3h4IW5 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uF3F3h4IW5 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uF3F3h4IW5 .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uF3F3h4IW5 .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-uF3F3h4IW5 .soc-item {
  margin: .5rem .3rem;
}
.cid-uF3F3h4IW5 .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-uF3F3h4IW5 .navbar {
    height: 77px;
  }
  .cid-uF3F3h4IW5 .navbar.opened {
    height: auto;
  }
  .cid-uF3F3h4IW5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uF3Fm9qfeq {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/soff-igorevich-58942-rishikesh-dharmshala-the-world-capitals-ea3ac01b-d16f-42e6-97dc-578cec5a8d0f-1344x896.png");
}
.cid-uF3Fm9qfeq .mbr-overlay {
  background: #232323;
}
.cid-uF3Fm9qfeq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF3Fm9qfeq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF3Fm9qfeq H1 {
  color: #ffffff;
}
.cid-uF3Fm9qfeq .mbr-text,
.cid-uF3Fm9qfeq .mbr-section-btn {
  color: #ffffff;
}
.cid-uF3GoFOyCQ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-uF3GoFOyCQ .mbr-section-title {
  margin: 0;
}
.cid-uF3GoFOyCQ .mbr-section-subtitle {
  margin-bottom: 2rem;
  color: #8d97ad;
}
.cid-uF3GoFOyCQ .mbr-text {
  margin: 0;
  color: #efefef;
}
.cid-uF3GoFOyCQ .wrapper {
  padding: 2rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-uF3GoFOyCQ .card1 {
  background: linear-gradient(45deg, #d50000, #d0ad00);
}
.cid-uF3GoFOyCQ .card2 {
  background: linear-gradient(45deg, #d50000, #d0ad00);
}
.cid-uF3GoFOyCQ .card3 {
  background: linear-gradient(45deg, #d50000, #d0ad00);
}
.cid-uF3GoFOyCQ .card4 {
  background: linear-gradient(45deg, #d50000, #d0ad00);
}
@media (max-width: 991px) {
  .cid-uF3GoFOyCQ .wrapper {
    margin-bottom: 5rem;
  }
}
.cid-uF3GoFOyCQ .mbr-card-title {
  padding-bottom: 1rem;
}
.cid-uF3GoFOyCQ .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uF3GoFOyCQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF3GoFOyCQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHY7Rme0Ky {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/12413516-lm-black-2000x3000-18-18-1-1507x1005.jpg");
}
.cid-uHY7Rme0Ky h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: -1rem;
}
.cid-uHY7Rme0Ky h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-uHY7Rme0Ky .mbr-text,
.cid-uHY7Rme0Ky .mbr-section-btn {
  color: #000000;
}
.cid-uHY7Rme0Ky .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHY7Rme0Ky .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHY7Rme0Ky H1 {
  color: #098484;
}
.cid-uF3GTrOdZ9 {
  padding-top: 75px;
  padding-bottom: 120px;
  background: #ffcc61;
}
.cid-uF3GTrOdZ9 .mbr-overlay {
  background: #232323;
}
.cid-uF3GTrOdZ9 .mbr-section-subtitle {
  color: #cccccc;
}
.cid-uF3GTrOdZ9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF3GTrOdZ9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF3GTrOdZ9 .mbr-section-subtitle,
.cid-uF3GTrOdZ9 .mbr-section-btn {
  color: #000000;
}
.cid-uF3GTrOdZ9 H1 {
  color: #000000;
}
.cid-uHY7S3EQ4b {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/12413516-lm-black-2000x3000-18-18-1-1507x1005.jpg");
}
.cid-uHY7S3EQ4b h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: -1rem;
}
.cid-uHY7S3EQ4b h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-uHY7S3EQ4b .mbr-text,
.cid-uHY7S3EQ4b .mbr-section-btn {
  color: #000000;
}
.cid-uHY7S3EQ4b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHY7S3EQ4b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHY7S3EQ4b H1 {
  color: #098484;
}
.cid-uHXHZ8Dmra {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-uHXHZ8Dmra .content {
    text-align: center;
  }
  .cid-uHXHZ8Dmra .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uHXHZ8Dmra .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uHXHZ8Dmra .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uHXHZ8Dmra .media-wrap img {
  height: 6rem;
}
.cid-uHXHZ8Dmra .mbr-text {
  color: #8d97ad;
}
.cid-uHXHZ8Dmra .p-title {
  font-size: 17px;
  color: #f4f8fa;
}
.cid-uHXHZ8Dmra .p-title span {
  color: #111111;
}
.cid-uHXHZ8Dmra .title-card {
  font-size: 1.3rem;
}
.cid-uHXHZ8Dmra .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uHXHZ8Dmra .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-uHXHZ8Dmra .footer-menu {
  margin-bottom: 0;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  list-style: none;
}
.cid-uHXHZ8Dmra .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-uHXHZ8Dmra .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-uHXHZ8Dmra .copyright {
  display: flex;
  align-items: center;
}
.cid-uHXHZ8Dmra .copyright img {
  margin-right: 10px;
}
.cid-uHXHZ8Dmra .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #52e5e5;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uHXHZ8Dmra .icon-transition span:hover {
  background-color: #1dc9cb;
}
@media (max-width: 767px) {
  .cid-uHXHZ8Dmra .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uHXHZ8Dmra .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-uHXHZ8Dmra .footer-menu {
    justify-content: center;
  }
}
.cid-uHXHZ8Dmra SPAN {
  color: #d50000;
}
.cid-uHXHZ8Dmra H5 {
  color: #d0ad00;
}
.cid-uHXHZ8Dmra .copyright > p {
  color: #f4f8fa;
}
.cid-uF3JomF3Kv .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-uF3JomF3Kv .nav-item,
.cid-uF3JomF3Kv .nav-link,
.cid-uF3JomF3Kv .navbar-caption {
  font-weight: normal;
}
.cid-uF3JomF3Kv .nav-item:focus,
.cid-uF3JomF3Kv .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uF3JomF3Kv .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-uF3JomF3Kv .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-uF3JomF3Kv .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uF3JomF3Kv .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uF3JomF3Kv .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uF3JomF3Kv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uF3JomF3Kv .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-uF3JomF3Kv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uF3JomF3Kv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uF3JomF3Kv .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-uF3JomF3Kv .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-uF3JomF3Kv .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-uF3JomF3Kv .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uF3JomF3Kv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uF3JomF3Kv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uF3JomF3Kv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-uF3JomF3Kv .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uF3JomF3Kv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uF3JomF3Kv .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-uF3JomF3Kv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uF3JomF3Kv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uF3JomF3Kv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uF3JomF3Kv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uF3JomF3Kv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uF3JomF3Kv .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uF3JomF3Kv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uF3JomF3Kv .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-uF3JomF3Kv .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uF3JomF3Kv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uF3JomF3Kv .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uF3JomF3Kv .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uF3JomF3Kv .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uF3JomF3Kv .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uF3JomF3Kv .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-uF3JomF3Kv .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uF3JomF3Kv .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uF3JomF3Kv .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-uF3JomF3Kv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uF3JomF3Kv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uF3JomF3Kv .dropdown-item.active,
.cid-uF3JomF3Kv .dropdown-item:active {
  background-color: transparent;
}
.cid-uF3JomF3Kv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uF3JomF3Kv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uF3JomF3Kv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uF3JomF3Kv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uF3JomF3Kv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uF3JomF3Kv ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uF3JomF3Kv .navbar-buttons {
  text-align: center;
}
.cid-uF3JomF3Kv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uF3JomF3Kv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uF3JomF3Kv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uF3JomF3Kv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uF3JomF3Kv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uF3JomF3Kv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uF3JomF3Kv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uF3JomF3Kv nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uF3JomF3Kv nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uF3JomF3Kv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uF3JomF3Kv .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uF3JomF3Kv a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uF3JomF3Kv .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uF3JomF3Kv .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-uF3JomF3Kv .soc-item {
  margin: .5rem .3rem;
}
.cid-uF3JomF3Kv .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-uF3JomF3Kv .navbar {
    height: 77px;
  }
  .cid-uF3JomF3Kv .navbar.opened {
    height: auto;
  }
  .cid-uF3JomF3Kv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uF3JOFU88s {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/12413516-lm-black-2000x3000-18-18-1-1507x1005.jpg");
}
.cid-uF3JOFU88s .card-title {
  font-weight: 500;
}
.cid-uF3JOFU88s .card-text,
.cid-uF3JOFU88s .section-text {
  color: #8d97ad;
}
.cid-uF3JOFU88s .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-uF3JOFU88s .block-content {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  word-break: break-word;
}
.cid-uF3JOFU88s .media {
  margin: initial;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uF3JOFU88s .mbr-figure {
  -webkit-align-self: flex-start;
  align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  overflow: hidden;
}
.cid-uF3JOFU88s .mbr-figure img {
  border-radius: .25rem;
}
.cid-uF3JOFU88s .card-img {
  padding-right: 1rem;
  width: auto;
}
.cid-uF3JOFU88s .card-img span {
  font-size: 35px;
  color: #51aafa;
}
@media (min-width: 992px) {
  .cid-uF3JOFU88s .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-uF3JOFU88s .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-uF3JOFU88s .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-uF3JOFU88s .block-content {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uF3JOFU88s .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-uF3JOFU88s .card-img span {
    font-size: 40px !important;
  }
}
.cid-uF3JOFU88s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF3JOFU88s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF3JOFU88s .card-text,
.cid-uF3JOFU88s .mbr-section-btn {
  color: #000000;
}
.cid-uF3JOFU88s .section-text {
  color: #098484;
}
.cid-uHXRuqJo5K {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-uHXRuqJo5K .content {
    text-align: center;
  }
  .cid-uHXRuqJo5K .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uHXRuqJo5K .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uHXRuqJo5K .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uHXRuqJo5K .media-wrap img {
  height: 6rem;
}
.cid-uHXRuqJo5K .mbr-text {
  color: #8d97ad;
}
.cid-uHXRuqJo5K .p-title {
  font-size: 17px;
  color: #f4f8fa;
}
.cid-uHXRuqJo5K .p-title span {
  color: #111111;
}
.cid-uHXRuqJo5K .title-card {
  font-size: 1.3rem;
}
.cid-uHXRuqJo5K .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uHXRuqJo5K .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-uHXRuqJo5K .footer-menu {
  margin-bottom: 0;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  list-style: none;
}
.cid-uHXRuqJo5K .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-uHXRuqJo5K .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-uHXRuqJo5K .copyright {
  display: flex;
  align-items: center;
}
.cid-uHXRuqJo5K .copyright img {
  margin-right: 10px;
}
.cid-uHXRuqJo5K .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #52e5e5;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uHXRuqJo5K .icon-transition span:hover {
  background-color: #1dc9cb;
}
@media (max-width: 767px) {
  .cid-uHXRuqJo5K .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uHXRuqJo5K .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-uHXRuqJo5K .footer-menu {
    justify-content: center;
  }
}
.cid-uHXRuqJo5K SPAN {
  color: #d50000;
}
.cid-uHXRuqJo5K H5 {
  color: #d0ad00;
}
.cid-uHXRuqJo5K .copyright > p {
  color: #f4f8fa;
}
.cid-uF3KA3YGXM .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-uF3KA3YGXM .nav-item,
.cid-uF3KA3YGXM .nav-link,
.cid-uF3KA3YGXM .navbar-caption {
  font-weight: normal;
}
.cid-uF3KA3YGXM .nav-item:focus,
.cid-uF3KA3YGXM .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uF3KA3YGXM .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-uF3KA3YGXM .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-uF3KA3YGXM .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uF3KA3YGXM .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uF3KA3YGXM .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uF3KA3YGXM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uF3KA3YGXM .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-uF3KA3YGXM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uF3KA3YGXM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uF3KA3YGXM .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-uF3KA3YGXM .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-uF3KA3YGXM .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-uF3KA3YGXM .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uF3KA3YGXM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uF3KA3YGXM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uF3KA3YGXM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-uF3KA3YGXM .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uF3KA3YGXM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uF3KA3YGXM .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-uF3KA3YGXM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uF3KA3YGXM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uF3KA3YGXM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uF3KA3YGXM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uF3KA3YGXM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uF3KA3YGXM .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uF3KA3YGXM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uF3KA3YGXM .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-uF3KA3YGXM .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uF3KA3YGXM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uF3KA3YGXM .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uF3KA3YGXM .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uF3KA3YGXM .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uF3KA3YGXM .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uF3KA3YGXM .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-uF3KA3YGXM .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uF3KA3YGXM .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uF3KA3YGXM .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-uF3KA3YGXM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uF3KA3YGXM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uF3KA3YGXM .dropdown-item.active,
.cid-uF3KA3YGXM .dropdown-item:active {
  background-color: transparent;
}
.cid-uF3KA3YGXM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uF3KA3YGXM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uF3KA3YGXM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uF3KA3YGXM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uF3KA3YGXM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uF3KA3YGXM ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uF3KA3YGXM .navbar-buttons {
  text-align: center;
}
.cid-uF3KA3YGXM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uF3KA3YGXM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uF3KA3YGXM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uF3KA3YGXM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uF3KA3YGXM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uF3KA3YGXM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uF3KA3YGXM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uF3KA3YGXM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uF3KA3YGXM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uF3KA3YGXM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uF3KA3YGXM .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uF3KA3YGXM a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uF3KA3YGXM .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uF3KA3YGXM .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-uF3KA3YGXM .soc-item {
  margin: .5rem .3rem;
}
.cid-uF3KA3YGXM .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-uF3KA3YGXM .navbar {
    height: 77px;
  }
  .cid-uF3KA3YGXM .navbar.opened {
    height: auto;
  }
  .cid-uF3KA3YGXM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uF3L63GKy7 {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uF3L63GKy7 h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: -1rem;
}
.cid-uF3L63GKy7 h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-uF3L63GKy7 .mbr-text,
.cid-uF3L63GKy7 .mbr-section-btn {
  color: #000000;
}
.cid-uF3L63GKy7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF3L63GKy7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHXRqQnVPI {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-uHXRqQnVPI .content {
    text-align: center;
  }
  .cid-uHXRqQnVPI .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uHXRqQnVPI .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uHXRqQnVPI .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uHXRqQnVPI .media-wrap img {
  height: 6rem;
}
.cid-uHXRqQnVPI .mbr-text {
  color: #8d97ad;
}
.cid-uHXRqQnVPI .p-title {
  font-size: 17px;
  color: #f4f8fa;
}
.cid-uHXRqQnVPI .p-title span {
  color: #111111;
}
.cid-uHXRqQnVPI .title-card {
  font-size: 1.3rem;
}
.cid-uHXRqQnVPI .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uHXRqQnVPI .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-uHXRqQnVPI .footer-menu {
  margin-bottom: 0;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  list-style: none;
}
.cid-uHXRqQnVPI .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-uHXRqQnVPI .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-uHXRqQnVPI .copyright {
  display: flex;
  align-items: center;
}
.cid-uHXRqQnVPI .copyright img {
  margin-right: 10px;
}
.cid-uHXRqQnVPI .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #52e5e5;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uHXRqQnVPI .icon-transition span:hover {
  background-color: #1dc9cb;
}
@media (max-width: 767px) {
  .cid-uHXRqQnVPI .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uHXRqQnVPI .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-uHXRqQnVPI .footer-menu {
    justify-content: center;
  }
}
.cid-uHXRqQnVPI SPAN {
  color: #d50000;
}
.cid-uHXRqQnVPI H5 {
  color: #d0ad00;
}
.cid-uHXRqQnVPI .copyright > p {
  color: #f4f8fa;
}
.cid-uF3LnonUkO .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-uF3LnonUkO .nav-item,
.cid-uF3LnonUkO .nav-link,
.cid-uF3LnonUkO .navbar-caption {
  font-weight: normal;
}
.cid-uF3LnonUkO .nav-item:focus,
.cid-uF3LnonUkO .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uF3LnonUkO .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-uF3LnonUkO .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-uF3LnonUkO .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uF3LnonUkO .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uF3LnonUkO .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uF3LnonUkO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uF3LnonUkO .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-uF3LnonUkO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uF3LnonUkO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uF3LnonUkO .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-uF3LnonUkO .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-uF3LnonUkO .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-uF3LnonUkO .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uF3LnonUkO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uF3LnonUkO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uF3LnonUkO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-uF3LnonUkO .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uF3LnonUkO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uF3LnonUkO .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-uF3LnonUkO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uF3LnonUkO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uF3LnonUkO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uF3LnonUkO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uF3LnonUkO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uF3LnonUkO .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uF3LnonUkO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uF3LnonUkO .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-uF3LnonUkO .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uF3LnonUkO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uF3LnonUkO .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uF3LnonUkO .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uF3LnonUkO .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uF3LnonUkO .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uF3LnonUkO .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-uF3LnonUkO .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uF3LnonUkO .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uF3LnonUkO .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-uF3LnonUkO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uF3LnonUkO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uF3LnonUkO .dropdown-item.active,
.cid-uF3LnonUkO .dropdown-item:active {
  background-color: transparent;
}
.cid-uF3LnonUkO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uF3LnonUkO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uF3LnonUkO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uF3LnonUkO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uF3LnonUkO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uF3LnonUkO ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uF3LnonUkO .navbar-buttons {
  text-align: center;
}
.cid-uF3LnonUkO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uF3LnonUkO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uF3LnonUkO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uF3LnonUkO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uF3LnonUkO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uF3LnonUkO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uF3LnonUkO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uF3LnonUkO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uF3LnonUkO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uF3LnonUkO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uF3LnonUkO .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uF3LnonUkO a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uF3LnonUkO .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uF3LnonUkO .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-uF3LnonUkO .soc-item {
  margin: .5rem .3rem;
}
.cid-uF3LnonUkO .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-uF3LnonUkO .navbar {
    height: 77px;
  }
  .cid-uF3LnonUkO .navbar.opened {
    height: auto;
  }
  .cid-uF3LnonUkO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uF3LnpbITJ {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uF3LnpbITJ h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: -1rem;
}
.cid-uF3LnpbITJ h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-uF3LnpbITJ .mbr-text,
.cid-uF3LnpbITJ .mbr-section-btn {
  color: #000000;
}
.cid-uF3LnpbITJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF3LnpbITJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHXRp47Rsy {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-uHXRp47Rsy .content {
    text-align: center;
  }
  .cid-uHXRp47Rsy .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uHXRp47Rsy .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uHXRp47Rsy .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uHXRp47Rsy .media-wrap img {
  height: 6rem;
}
.cid-uHXRp47Rsy .mbr-text {
  color: #8d97ad;
}
.cid-uHXRp47Rsy .p-title {
  font-size: 17px;
  color: #f4f8fa;
}
.cid-uHXRp47Rsy .p-title span {
  color: #111111;
}
.cid-uHXRp47Rsy .title-card {
  font-size: 1.3rem;
}
.cid-uHXRp47Rsy .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uHXRp47Rsy .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-uHXRp47Rsy .footer-menu {
  margin-bottom: 0;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  list-style: none;
}
.cid-uHXRp47Rsy .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-uHXRp47Rsy .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-uHXRp47Rsy .copyright {
  display: flex;
  align-items: center;
}
.cid-uHXRp47Rsy .copyright img {
  margin-right: 10px;
}
.cid-uHXRp47Rsy .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #52e5e5;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uHXRp47Rsy .icon-transition span:hover {
  background-color: #1dc9cb;
}
@media (max-width: 767px) {
  .cid-uHXRp47Rsy .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uHXRp47Rsy .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-uHXRp47Rsy .footer-menu {
    justify-content: center;
  }
}
.cid-uHXRp47Rsy SPAN {
  color: #d50000;
}
.cid-uHXRp47Rsy H5 {
  color: #d0ad00;
}
.cid-uHXRp47Rsy .copyright > p {
  color: #f4f8fa;
}
.cid-uF3MJYtCXZ .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-uF3MJYtCXZ .nav-item,
.cid-uF3MJYtCXZ .nav-link,
.cid-uF3MJYtCXZ .navbar-caption {
  font-weight: normal;
}
.cid-uF3MJYtCXZ .nav-item:focus,
.cid-uF3MJYtCXZ .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uF3MJYtCXZ .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-uF3MJYtCXZ .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-uF3MJYtCXZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uF3MJYtCXZ .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uF3MJYtCXZ .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uF3MJYtCXZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uF3MJYtCXZ .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-uF3MJYtCXZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uF3MJYtCXZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uF3MJYtCXZ .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-uF3MJYtCXZ .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-uF3MJYtCXZ .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-uF3MJYtCXZ .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uF3MJYtCXZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uF3MJYtCXZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uF3MJYtCXZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-uF3MJYtCXZ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uF3MJYtCXZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uF3MJYtCXZ .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-uF3MJYtCXZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uF3MJYtCXZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uF3MJYtCXZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uF3MJYtCXZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uF3MJYtCXZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uF3MJYtCXZ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uF3MJYtCXZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uF3MJYtCXZ .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-uF3MJYtCXZ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uF3MJYtCXZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uF3MJYtCXZ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uF3MJYtCXZ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uF3MJYtCXZ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uF3MJYtCXZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uF3MJYtCXZ .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-uF3MJYtCXZ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uF3MJYtCXZ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uF3MJYtCXZ .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-uF3MJYtCXZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uF3MJYtCXZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uF3MJYtCXZ .dropdown-item.active,
.cid-uF3MJYtCXZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uF3MJYtCXZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uF3MJYtCXZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uF3MJYtCXZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uF3MJYtCXZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uF3MJYtCXZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uF3MJYtCXZ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uF3MJYtCXZ .navbar-buttons {
  text-align: center;
}
.cid-uF3MJYtCXZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uF3MJYtCXZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uF3MJYtCXZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uF3MJYtCXZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uF3MJYtCXZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uF3MJYtCXZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uF3MJYtCXZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uF3MJYtCXZ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uF3MJYtCXZ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uF3MJYtCXZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uF3MJYtCXZ .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uF3MJYtCXZ a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uF3MJYtCXZ .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uF3MJYtCXZ .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-uF3MJYtCXZ .soc-item {
  margin: .5rem .3rem;
}
.cid-uF3MJYtCXZ .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-uF3MJYtCXZ .navbar {
    height: 77px;
  }
  .cid-uF3MJYtCXZ .navbar.opened {
    height: auto;
  }
  .cid-uF3MJYtCXZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uF3MJZ5Z2a {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uF3MJZ5Z2a h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: -1rem;
}
.cid-uF3MJZ5Z2a h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-uF3MJZ5Z2a .mbr-text,
.cid-uF3MJZ5Z2a .mbr-section-btn {
  color: #000000;
}
.cid-uF3MJZ5Z2a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF3MJZ5Z2a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHXRmB9YQZ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-uHXRmB9YQZ .content {
    text-align: center;
  }
  .cid-uHXRmB9YQZ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uHXRmB9YQZ .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uHXRmB9YQZ .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uHXRmB9YQZ .media-wrap img {
  height: 6rem;
}
.cid-uHXRmB9YQZ .mbr-text {
  color: #8d97ad;
}
.cid-uHXRmB9YQZ .p-title {
  font-size: 17px;
  color: #f4f8fa;
}
.cid-uHXRmB9YQZ .p-title span {
  color: #111111;
}
.cid-uHXRmB9YQZ .title-card {
  font-size: 1.3rem;
}
.cid-uHXRmB9YQZ .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uHXRmB9YQZ .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-uHXRmB9YQZ .footer-menu {
  margin-bottom: 0;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  list-style: none;
}
.cid-uHXRmB9YQZ .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-uHXRmB9YQZ .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-uHXRmB9YQZ .copyright {
  display: flex;
  align-items: center;
}
.cid-uHXRmB9YQZ .copyright img {
  margin-right: 10px;
}
.cid-uHXRmB9YQZ .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #52e5e5;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uHXRmB9YQZ .icon-transition span:hover {
  background-color: #1dc9cb;
}
@media (max-width: 767px) {
  .cid-uHXRmB9YQZ .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uHXRmB9YQZ .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-uHXRmB9YQZ .footer-menu {
    justify-content: center;
  }
}
.cid-uHXRmB9YQZ SPAN {
  color: #d50000;
}
.cid-uHXRmB9YQZ H5 {
  color: #d0ad00;
}
.cid-uHXRmB9YQZ .copyright > p {
  color: #f4f8fa;
}
.cid-uHXIi3RpAi .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-uHXIi3RpAi .nav-item,
.cid-uHXIi3RpAi .nav-link,
.cid-uHXIi3RpAi .navbar-caption {
  font-weight: normal;
}
.cid-uHXIi3RpAi .nav-item:focus,
.cid-uHXIi3RpAi .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uHXIi3RpAi .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-uHXIi3RpAi .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-uHXIi3RpAi .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uHXIi3RpAi .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uHXIi3RpAi .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uHXIi3RpAi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uHXIi3RpAi .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-uHXIi3RpAi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHXIi3RpAi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHXIi3RpAi .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-uHXIi3RpAi .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-uHXIi3RpAi .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-uHXIi3RpAi .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHXIi3RpAi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHXIi3RpAi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHXIi3RpAi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-uHXIi3RpAi .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uHXIi3RpAi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHXIi3RpAi .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-uHXIi3RpAi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHXIi3RpAi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uHXIi3RpAi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uHXIi3RpAi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHXIi3RpAi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHXIi3RpAi .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uHXIi3RpAi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHXIi3RpAi .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-uHXIi3RpAi .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uHXIi3RpAi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHXIi3RpAi .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uHXIi3RpAi .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uHXIi3RpAi .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uHXIi3RpAi .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uHXIi3RpAi .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-uHXIi3RpAi .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uHXIi3RpAi .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uHXIi3RpAi .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-uHXIi3RpAi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHXIi3RpAi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHXIi3RpAi .dropdown-item.active,
.cid-uHXIi3RpAi .dropdown-item:active {
  background-color: transparent;
}
.cid-uHXIi3RpAi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHXIi3RpAi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHXIi3RpAi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uHXIi3RpAi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHXIi3RpAi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHXIi3RpAi ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uHXIi3RpAi .navbar-buttons {
  text-align: center;
}
.cid-uHXIi3RpAi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uHXIi3RpAi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uHXIi3RpAi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uHXIi3RpAi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uHXIi3RpAi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uHXIi3RpAi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uHXIi3RpAi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uHXIi3RpAi nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uHXIi3RpAi nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uHXIi3RpAi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uHXIi3RpAi .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uHXIi3RpAi a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uHXIi3RpAi .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uHXIi3RpAi .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-uHXIi3RpAi .soc-item {
  margin: .5rem .3rem;
}
.cid-uHXIi3RpAi .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-uHXIi3RpAi .navbar {
    height: 77px;
  }
  .cid-uHXIi3RpAi .navbar.opened {
    height: auto;
  }
  .cid-uHXIi3RpAi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHXIzuy77i {
  padding-top: 135px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/soff-igorevich-58942-goa-d687591d-1764-4095-b6c6-7c27c2a0b931-1344x896.png");
}
.cid-uHXIzuy77i .mbr-overlay {
  background: #2bdc9d;
}
.cid-uHXIzuy77i .mbr-section-subtitle {
  color: #e3e3e3;
}
.cid-uHXIzuy77i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHXIzuy77i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHXJ2DVJav {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/12413516-lm-black-2000x3000-18-18-1-1507x1005.jpg");
}
.cid-uHXJ2DVJav h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: -1rem;
}
.cid-uHXJ2DVJav h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-uHXJ2DVJav .mbr-text,
.cid-uHXJ2DVJav .mbr-section-btn {
  color: #000000;
}
.cid-uHXJ2DVJav .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHXJ2DVJav .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHXJ2DVJav H1 {
  color: #098484;
}
.cid-uHXIi4BGgJ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-uHXIi4BGgJ .content {
    text-align: center;
  }
  .cid-uHXIi4BGgJ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uHXIi4BGgJ .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uHXIi4BGgJ .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uHXIi4BGgJ .media-wrap img {
  height: 6rem;
}
.cid-uHXIi4BGgJ .mbr-text {
  color: #8d97ad;
}
.cid-uHXIi4BGgJ .p-title {
  font-size: 17px;
  color: #f4f8fa;
}
.cid-uHXIi4BGgJ .p-title span {
  color: #111111;
}
.cid-uHXIi4BGgJ .title-card {
  font-size: 1.3rem;
}
.cid-uHXIi4BGgJ .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uHXIi4BGgJ .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-uHXIi4BGgJ .footer-menu {
  margin-bottom: 0;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  list-style: none;
}
.cid-uHXIi4BGgJ .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-uHXIi4BGgJ .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-uHXIi4BGgJ .copyright {
  display: flex;
  align-items: center;
}
.cid-uHXIi4BGgJ .copyright img {
  margin-right: 10px;
}
.cid-uHXIi4BGgJ .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #52e5e5;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uHXIi4BGgJ .icon-transition span:hover {
  background-color: #1dc9cb;
}
@media (max-width: 767px) {
  .cid-uHXIi4BGgJ .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uHXIi4BGgJ .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-uHXIi4BGgJ .footer-menu {
    justify-content: center;
  }
}
.cid-uHXIi4BGgJ SPAN {
  color: #d50000;
}
.cid-uHXIi4BGgJ H5 {
  color: #d0ad00;
}
.cid-uHXIi4BGgJ .copyright > p {
  color: #f4f8fa;
}
.cid-uF7WVds4lm .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-uF7WVds4lm .nav-item,
.cid-uF7WVds4lm .nav-link,
.cid-uF7WVds4lm .navbar-caption {
  font-weight: normal;
}
.cid-uF7WVds4lm .nav-item:focus,
.cid-uF7WVds4lm .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uF7WVds4lm .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-uF7WVds4lm .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-uF7WVds4lm .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uF7WVds4lm .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uF7WVds4lm .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uF7WVds4lm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uF7WVds4lm .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-uF7WVds4lm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uF7WVds4lm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uF7WVds4lm .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-uF7WVds4lm .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-uF7WVds4lm .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-uF7WVds4lm .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uF7WVds4lm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uF7WVds4lm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uF7WVds4lm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-uF7WVds4lm .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uF7WVds4lm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uF7WVds4lm .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-uF7WVds4lm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uF7WVds4lm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uF7WVds4lm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uF7WVds4lm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uF7WVds4lm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uF7WVds4lm .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uF7WVds4lm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uF7WVds4lm .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-uF7WVds4lm .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uF7WVds4lm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uF7WVds4lm .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uF7WVds4lm .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uF7WVds4lm .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uF7WVds4lm .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uF7WVds4lm .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-uF7WVds4lm .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uF7WVds4lm .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uF7WVds4lm .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-uF7WVds4lm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uF7WVds4lm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uF7WVds4lm .dropdown-item.active,
.cid-uF7WVds4lm .dropdown-item:active {
  background-color: transparent;
}
.cid-uF7WVds4lm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uF7WVds4lm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uF7WVds4lm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uF7WVds4lm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uF7WVds4lm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uF7WVds4lm ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uF7WVds4lm .navbar-buttons {
  text-align: center;
}
.cid-uF7WVds4lm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uF7WVds4lm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uF7WVds4lm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uF7WVds4lm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uF7WVds4lm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uF7WVds4lm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uF7WVds4lm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uF7WVds4lm nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uF7WVds4lm nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uF7WVds4lm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uF7WVds4lm .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uF7WVds4lm a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uF7WVds4lm .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uF7WVds4lm .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-uF7WVds4lm .soc-item {
  margin: .5rem .3rem;
}
.cid-uF7WVds4lm .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-uF7WVds4lm .navbar {
    height: 77px;
  }
  .cid-uF7WVds4lm .navbar.opened {
    height: auto;
  }
  .cid-uF7WVds4lm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHXR4r5nLL {
  padding-top: 9rem;
  padding-bottom: 1rem;
  background-color: #ffcc61;
}
.cid-uHXR4r5nLL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHXR4r5nLL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHXR4r5nLL .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
  line-height: 1;
}
@media (max-width: 1440px) {
  .cid-uHXR4r5nLL .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uHXR4r5nLL .mbr-text,
.cid-uHXR4r5nLL .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uHXR613ocj {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffcc61;
}
.cid-uHXR613ocj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHXR613ocj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHXR613ocj .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uHXR613ocj .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uHXR613ocj .items-wrapper {
  margin: 0 -10px;
}
.cid-uHXR613ocj .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uHXR613ocj .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uHXR613ocj .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-uHXR613ocj .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: translateX(52px);
}
.cid-uHXR613ocj .items-wrapper .item .item-wrapper {
  padding: 26px;
  height: 100%;
  overflow: hidden !important;
}
@media (max-width: 992px) {
  .cid-uHXR613ocj .items-wrapper .item .item-wrapper {
    padding: 16px;
  }
}
.cid-uHXR613ocj .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uHXR613ocj .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 22px;
  }
}
.cid-uHXR613ocj .items-wrapper .item .item-wrapper .item-img img {
  height: 250px;
  object-fit: cover;
  transition: all .3s ease;
}
.cid-uHXR613ocj .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uHXR613ocj .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 16px;
}
.cid-uHXR613ocj .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uHXR613ocj .items-wrapper .item .card_1 {
  background-image: radial-gradient(circle farthest-corner at 80% 0%, #ffffff, #000000 50%);
}
.cid-uHXR613ocj .items-wrapper .item .card_2 {
  background-image: radial-gradient(circle farthest-corner at 80% 0%, #ffffff, #000000 50%);
}
.cid-uHXR613ocj .items-wrapper .item .card_3 {
  background-image: radial-gradient(circle farthest-corner at 80% 0%, #ffffff, #000000 50%);
}
.cid-uHXR613ocj .mbr-section-title,
.cid-uHXR613ocj .title-wrapper {
  color: #181818;
  text-align: center;
}
.cid-uHXR613ocj .item-title {
  color: #ffffff;
}
.cid-uHXR613ocj .item-text {
  color: #ffffff;
}
.cid-uHXR613ocj .item-title,
.cid-uHXR613ocj .mbr-section-btn {
  color: #ffffff;
}
.cid-uHXHUt6fJb {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-uHXHUt6fJb .content {
    text-align: center;
  }
  .cid-uHXHUt6fJb .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uHXHUt6fJb .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uHXHUt6fJb .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uHXHUt6fJb .media-wrap img {
  height: 6rem;
}
.cid-uHXHUt6fJb .mbr-text {
  color: #8d97ad;
}
.cid-uHXHUt6fJb .p-title {
  font-size: 17px;
  color: #f4f8fa;
}
.cid-uHXHUt6fJb .p-title span {
  color: #111111;
}
.cid-uHXHUt6fJb .title-card {
  font-size: 1.3rem;
}
.cid-uHXHUt6fJb .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uHXHUt6fJb .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-uHXHUt6fJb .footer-menu {
  margin-bottom: 0;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  list-style: none;
}
.cid-uHXHUt6fJb .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-uHXHUt6fJb .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-uHXHUt6fJb .copyright {
  display: flex;
  align-items: center;
}
.cid-uHXHUt6fJb .copyright img {
  margin-right: 10px;
}
.cid-uHXHUt6fJb .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #52e5e5;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uHXHUt6fJb .icon-transition span:hover {
  background-color: #1dc9cb;
}
@media (max-width: 767px) {
  .cid-uHXHUt6fJb .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uHXHUt6fJb .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-uHXHUt6fJb .footer-menu {
    justify-content: center;
  }
}
.cid-uHXHUt6fJb SPAN {
  color: #d50000;
}
.cid-uHXHUt6fJb H5 {
  color: #d0ad00;
}
.cid-uHXHUt6fJb .copyright > p {
  color: #f4f8fa;
}
.cid-uHXLUuCJjs .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-uHXLUuCJjs .nav-item,
.cid-uHXLUuCJjs .nav-link,
.cid-uHXLUuCJjs .navbar-caption {
  font-weight: normal;
}
.cid-uHXLUuCJjs .nav-item:focus,
.cid-uHXLUuCJjs .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uHXLUuCJjs .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-uHXLUuCJjs .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-uHXLUuCJjs .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uHXLUuCJjs .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uHXLUuCJjs .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uHXLUuCJjs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uHXLUuCJjs .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-uHXLUuCJjs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHXLUuCJjs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHXLUuCJjs .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-uHXLUuCJjs .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-uHXLUuCJjs .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-uHXLUuCJjs .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHXLUuCJjs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHXLUuCJjs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHXLUuCJjs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-uHXLUuCJjs .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uHXLUuCJjs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHXLUuCJjs .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-uHXLUuCJjs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHXLUuCJjs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uHXLUuCJjs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uHXLUuCJjs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHXLUuCJjs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHXLUuCJjs .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uHXLUuCJjs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHXLUuCJjs .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-uHXLUuCJjs .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uHXLUuCJjs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHXLUuCJjs .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uHXLUuCJjs .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uHXLUuCJjs .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uHXLUuCJjs .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uHXLUuCJjs .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-uHXLUuCJjs .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uHXLUuCJjs .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uHXLUuCJjs .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-uHXLUuCJjs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHXLUuCJjs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHXLUuCJjs .dropdown-item.active,
.cid-uHXLUuCJjs .dropdown-item:active {
  background-color: transparent;
}
.cid-uHXLUuCJjs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHXLUuCJjs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHXLUuCJjs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uHXLUuCJjs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHXLUuCJjs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHXLUuCJjs ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uHXLUuCJjs .navbar-buttons {
  text-align: center;
}
.cid-uHXLUuCJjs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uHXLUuCJjs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uHXLUuCJjs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uHXLUuCJjs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uHXLUuCJjs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uHXLUuCJjs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uHXLUuCJjs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uHXLUuCJjs nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uHXLUuCJjs nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uHXLUuCJjs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uHXLUuCJjs .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uHXLUuCJjs a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uHXLUuCJjs .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uHXLUuCJjs .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-uHXLUuCJjs .soc-item {
  margin: .5rem .3rem;
}
.cid-uHXLUuCJjs .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-uHXLUuCJjs .navbar {
    height: 77px;
  }
  .cid-uHXLUuCJjs .navbar.opened {
    height: auto;
  }
  .cid-uHXLUuCJjs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHXLUvvoZ0 {
  padding-top: 135px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/soff-igorevich-58942-andaman-islands-crystal-clear-waters-cor-49f7ffa7-54b3-49ba-8123-4770f205ebac-1344x896.png");
}
.cid-uHXLUvvoZ0 .mbr-overlay {
  background: #2bdc9d;
}
.cid-uHXLUvvoZ0 .mbr-section-subtitle {
  color: #e3e3e3;
}
.cid-uHXLUvvoZ0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHXLUvvoZ0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHXLUvOvUt {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/12413516-lm-black-2000x3000-18-18-1-1507x1005.jpg");
}
.cid-uHXLUvOvUt h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: -1rem;
}
.cid-uHXLUvOvUt h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-uHXLUvOvUt .mbr-text,
.cid-uHXLUvOvUt .mbr-section-btn {
  color: #000000;
}
.cid-uHXLUvOvUt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHXLUvOvUt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHXLUvOvUt H1 {
  color: #098484;
}
.cid-uHXLUw4vFs {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-uHXLUw4vFs .content {
    text-align: center;
  }
  .cid-uHXLUw4vFs .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uHXLUw4vFs .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uHXLUw4vFs .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uHXLUw4vFs .media-wrap img {
  height: 6rem;
}
.cid-uHXLUw4vFs .mbr-text {
  color: #8d97ad;
}
.cid-uHXLUw4vFs .p-title {
  font-size: 17px;
  color: #f4f8fa;
}
.cid-uHXLUw4vFs .p-title span {
  color: #111111;
}
.cid-uHXLUw4vFs .title-card {
  font-size: 1.3rem;
}
.cid-uHXLUw4vFs .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uHXLUw4vFs .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-uHXLUw4vFs .footer-menu {
  margin-bottom: 0;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  list-style: none;
}
.cid-uHXLUw4vFs .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-uHXLUw4vFs .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-uHXLUw4vFs .copyright {
  display: flex;
  align-items: center;
}
.cid-uHXLUw4vFs .copyright img {
  margin-right: 10px;
}
.cid-uHXLUw4vFs .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #52e5e5;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uHXLUw4vFs .icon-transition span:hover {
  background-color: #1dc9cb;
}
@media (max-width: 767px) {
  .cid-uHXLUw4vFs .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uHXLUw4vFs .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-uHXLUw4vFs .footer-menu {
    justify-content: center;
  }
}
.cid-uHXLUw4vFs SPAN {
  color: #d50000;
}
.cid-uHXLUw4vFs H5 {
  color: #d0ad00;
}
.cid-uHXLUw4vFs .copyright > p {
  color: #f4f8fa;
}
.cid-uHXM6aEWiA .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-uHXM6aEWiA .nav-item,
.cid-uHXM6aEWiA .nav-link,
.cid-uHXM6aEWiA .navbar-caption {
  font-weight: normal;
}
.cid-uHXM6aEWiA .nav-item:focus,
.cid-uHXM6aEWiA .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uHXM6aEWiA .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-uHXM6aEWiA .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-uHXM6aEWiA .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uHXM6aEWiA .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uHXM6aEWiA .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uHXM6aEWiA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uHXM6aEWiA .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-uHXM6aEWiA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHXM6aEWiA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHXM6aEWiA .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-uHXM6aEWiA .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-uHXM6aEWiA .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-uHXM6aEWiA .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHXM6aEWiA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHXM6aEWiA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHXM6aEWiA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-uHXM6aEWiA .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uHXM6aEWiA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHXM6aEWiA .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-uHXM6aEWiA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHXM6aEWiA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uHXM6aEWiA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uHXM6aEWiA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHXM6aEWiA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHXM6aEWiA .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uHXM6aEWiA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHXM6aEWiA .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-uHXM6aEWiA .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uHXM6aEWiA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHXM6aEWiA .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uHXM6aEWiA .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uHXM6aEWiA .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uHXM6aEWiA .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uHXM6aEWiA .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-uHXM6aEWiA .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uHXM6aEWiA .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uHXM6aEWiA .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-uHXM6aEWiA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHXM6aEWiA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHXM6aEWiA .dropdown-item.active,
.cid-uHXM6aEWiA .dropdown-item:active {
  background-color: transparent;
}
.cid-uHXM6aEWiA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHXM6aEWiA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHXM6aEWiA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uHXM6aEWiA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHXM6aEWiA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHXM6aEWiA ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uHXM6aEWiA .navbar-buttons {
  text-align: center;
}
.cid-uHXM6aEWiA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uHXM6aEWiA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uHXM6aEWiA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uHXM6aEWiA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uHXM6aEWiA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uHXM6aEWiA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uHXM6aEWiA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uHXM6aEWiA nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uHXM6aEWiA nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uHXM6aEWiA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uHXM6aEWiA .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uHXM6aEWiA a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uHXM6aEWiA .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uHXM6aEWiA .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-uHXM6aEWiA .soc-item {
  margin: .5rem .3rem;
}
.cid-uHXM6aEWiA .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-uHXM6aEWiA .navbar {
    height: 77px;
  }
  .cid-uHXM6aEWiA .navbar.opened {
    height: auto;
  }
  .cid-uHXM6aEWiA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHXM6bv2W5 {
  padding-top: 135px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/soff-igorevich-58942-golden-triangle-delhi-agra-jaipur-mu-defc6582-8a43-4fb3-8459-d9ad7931501a-1344x896.png");
}
.cid-uHXM6bv2W5 .mbr-overlay {
  background: #000000;
}
.cid-uHXM6bv2W5 .mbr-section-subtitle {
  color: #e3e3e3;
}
.cid-uHXM6bv2W5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHXM6bv2W5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHXM6bIPWO {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/12413516-lm-black-2000x3000-18-18-1-1507x1005.jpg");
}
.cid-uHXM6bIPWO h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: -1rem;
}
.cid-uHXM6bIPWO h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-uHXM6bIPWO .mbr-text,
.cid-uHXM6bIPWO .mbr-section-btn {
  color: #000000;
}
.cid-uHXM6bIPWO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHXM6bIPWO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHXM6bIPWO H1 {
  color: #098484;
}
.cid-uHXM6bVVXR {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-uHXM6bVVXR .content {
    text-align: center;
  }
  .cid-uHXM6bVVXR .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uHXM6bVVXR .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uHXM6bVVXR .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uHXM6bVVXR .media-wrap img {
  height: 6rem;
}
.cid-uHXM6bVVXR .mbr-text {
  color: #8d97ad;
}
.cid-uHXM6bVVXR .p-title {
  font-size: 17px;
  color: #f4f8fa;
}
.cid-uHXM6bVVXR .p-title span {
  color: #111111;
}
.cid-uHXM6bVVXR .title-card {
  font-size: 1.3rem;
}
.cid-uHXM6bVVXR .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uHXM6bVVXR .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-uHXM6bVVXR .footer-menu {
  margin-bottom: 0;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  list-style: none;
}
.cid-uHXM6bVVXR .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-uHXM6bVVXR .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-uHXM6bVVXR .copyright {
  display: flex;
  align-items: center;
}
.cid-uHXM6bVVXR .copyright img {
  margin-right: 10px;
}
.cid-uHXM6bVVXR .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #52e5e5;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uHXM6bVVXR .icon-transition span:hover {
  background-color: #1dc9cb;
}
@media (max-width: 767px) {
  .cid-uHXM6bVVXR .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uHXM6bVVXR .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-uHXM6bVVXR .footer-menu {
    justify-content: center;
  }
}
.cid-uHXM6bVVXR SPAN {
  color: #d50000;
}
.cid-uHXM6bVVXR H5 {
  color: #d0ad00;
}
.cid-uHXM6bVVXR .copyright > p {
  color: #f4f8fa;
}
.cid-uHXMcrCjMX .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-uHXMcrCjMX .nav-item,
.cid-uHXMcrCjMX .nav-link,
.cid-uHXMcrCjMX .navbar-caption {
  font-weight: normal;
}
.cid-uHXMcrCjMX .nav-item:focus,
.cid-uHXMcrCjMX .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uHXMcrCjMX .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-uHXMcrCjMX .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-uHXMcrCjMX .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uHXMcrCjMX .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uHXMcrCjMX .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uHXMcrCjMX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uHXMcrCjMX .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-uHXMcrCjMX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHXMcrCjMX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHXMcrCjMX .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-uHXMcrCjMX .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-uHXMcrCjMX .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-uHXMcrCjMX .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHXMcrCjMX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHXMcrCjMX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHXMcrCjMX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-uHXMcrCjMX .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uHXMcrCjMX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHXMcrCjMX .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-uHXMcrCjMX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHXMcrCjMX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uHXMcrCjMX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uHXMcrCjMX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHXMcrCjMX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHXMcrCjMX .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uHXMcrCjMX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHXMcrCjMX .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-uHXMcrCjMX .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uHXMcrCjMX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHXMcrCjMX .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uHXMcrCjMX .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uHXMcrCjMX .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uHXMcrCjMX .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uHXMcrCjMX .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-uHXMcrCjMX .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uHXMcrCjMX .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uHXMcrCjMX .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-uHXMcrCjMX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHXMcrCjMX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHXMcrCjMX .dropdown-item.active,
.cid-uHXMcrCjMX .dropdown-item:active {
  background-color: transparent;
}
.cid-uHXMcrCjMX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHXMcrCjMX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHXMcrCjMX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uHXMcrCjMX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHXMcrCjMX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHXMcrCjMX ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uHXMcrCjMX .navbar-buttons {
  text-align: center;
}
.cid-uHXMcrCjMX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uHXMcrCjMX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uHXMcrCjMX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uHXMcrCjMX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uHXMcrCjMX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uHXMcrCjMX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uHXMcrCjMX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uHXMcrCjMX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uHXMcrCjMX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uHXMcrCjMX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uHXMcrCjMX .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uHXMcrCjMX a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uHXMcrCjMX .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uHXMcrCjMX .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-uHXMcrCjMX .soc-item {
  margin: .5rem .3rem;
}
.cid-uHXMcrCjMX .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-uHXMcrCjMX .navbar {
    height: 77px;
  }
  .cid-uHXMcrCjMX .navbar.opened {
    height: auto;
  }
  .cid-uHXMcrCjMX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHXMcsutvV {
  padding-top: 135px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/soff-igorevich-58942-rajasthan-royal-cities-like-udaipur-jodh-5e2f57e9-944d-4cde-b8c1-26907eaac7fd-1344x896.png");
}
.cid-uHXMcsutvV .mbr-overlay {
  background: #2bdc9d;
}
.cid-uHXMcsutvV .mbr-section-subtitle {
  color: #e3e3e3;
}
.cid-uHXMcsutvV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHXMcsutvV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHXMcsHSrN {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/12413516-lm-black-2000x3000-18-18-1-1507x1005.jpg");
}
.cid-uHXMcsHSrN h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: -1rem;
}
.cid-uHXMcsHSrN h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-uHXMcsHSrN .mbr-text,
.cid-uHXMcsHSrN .mbr-section-btn {
  color: #000000;
}
.cid-uHXMcsHSrN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHXMcsHSrN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHXMcsHSrN H1 {
  color: #098484;
}
.cid-uHXMcsVXEy {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-uHXMcsVXEy .content {
    text-align: center;
  }
  .cid-uHXMcsVXEy .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uHXMcsVXEy .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uHXMcsVXEy .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uHXMcsVXEy .media-wrap img {
  height: 6rem;
}
.cid-uHXMcsVXEy .mbr-text {
  color: #8d97ad;
}
.cid-uHXMcsVXEy .p-title {
  font-size: 17px;
  color: #f4f8fa;
}
.cid-uHXMcsVXEy .p-title span {
  color: #111111;
}
.cid-uHXMcsVXEy .title-card {
  font-size: 1.3rem;
}
.cid-uHXMcsVXEy .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uHXMcsVXEy .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-uHXMcsVXEy .footer-menu {
  margin-bottom: 0;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  list-style: none;
}
.cid-uHXMcsVXEy .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-uHXMcsVXEy .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-uHXMcsVXEy .copyright {
  display: flex;
  align-items: center;
}
.cid-uHXMcsVXEy .copyright img {
  margin-right: 10px;
}
.cid-uHXMcsVXEy .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #52e5e5;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uHXMcsVXEy .icon-transition span:hover {
  background-color: #1dc9cb;
}
@media (max-width: 767px) {
  .cid-uHXMcsVXEy .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uHXMcsVXEy .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-uHXMcsVXEy .footer-menu {
    justify-content: center;
  }
}
.cid-uHXMcsVXEy SPAN {
  color: #d50000;
}
.cid-uHXMcsVXEy H5 {
  color: #d0ad00;
}
.cid-uHXMcsVXEy .copyright > p {
  color: #f4f8fa;
}
.cid-uHXMsnbSqC .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-uHXMsnbSqC .nav-item,
.cid-uHXMsnbSqC .nav-link,
.cid-uHXMsnbSqC .navbar-caption {
  font-weight: normal;
}
.cid-uHXMsnbSqC .nav-item:focus,
.cid-uHXMsnbSqC .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uHXMsnbSqC .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-uHXMsnbSqC .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-uHXMsnbSqC .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uHXMsnbSqC .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uHXMsnbSqC .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uHXMsnbSqC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uHXMsnbSqC .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-uHXMsnbSqC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHXMsnbSqC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHXMsnbSqC .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-uHXMsnbSqC .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-uHXMsnbSqC .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-uHXMsnbSqC .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHXMsnbSqC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHXMsnbSqC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHXMsnbSqC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-uHXMsnbSqC .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uHXMsnbSqC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHXMsnbSqC .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-uHXMsnbSqC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHXMsnbSqC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uHXMsnbSqC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uHXMsnbSqC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHXMsnbSqC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHXMsnbSqC .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uHXMsnbSqC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHXMsnbSqC .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-uHXMsnbSqC .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uHXMsnbSqC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHXMsnbSqC .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uHXMsnbSqC .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uHXMsnbSqC .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uHXMsnbSqC .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uHXMsnbSqC .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-uHXMsnbSqC .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uHXMsnbSqC .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uHXMsnbSqC .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-uHXMsnbSqC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHXMsnbSqC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHXMsnbSqC .dropdown-item.active,
.cid-uHXMsnbSqC .dropdown-item:active {
  background-color: transparent;
}
.cid-uHXMsnbSqC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHXMsnbSqC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHXMsnbSqC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uHXMsnbSqC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHXMsnbSqC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHXMsnbSqC ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uHXMsnbSqC .navbar-buttons {
  text-align: center;
}
.cid-uHXMsnbSqC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uHXMsnbSqC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uHXMsnbSqC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uHXMsnbSqC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uHXMsnbSqC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uHXMsnbSqC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uHXMsnbSqC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uHXMsnbSqC nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uHXMsnbSqC nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uHXMsnbSqC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uHXMsnbSqC .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uHXMsnbSqC a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uHXMsnbSqC .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uHXMsnbSqC .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-uHXMsnbSqC .soc-item {
  margin: .5rem .3rem;
}
.cid-uHXMsnbSqC .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-uHXMsnbSqC .navbar {
    height: 77px;
  }
  .cid-uHXMsnbSqC .navbar.opened {
    height: auto;
  }
  .cid-uHXMsnbSqC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHXMsnH1Ay {
  padding-top: 135px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/soff-igorevich-58942-rishikesh-dharmshala-the-world-capitals-e21504d4-8f67-4310-9d4c-1ba8d6da2c0f-1344x896.png");
}
.cid-uHXMsnH1Ay .mbr-overlay {
  background: #2bdc9d;
}
.cid-uHXMsnH1Ay .mbr-section-subtitle {
  color: #e3e3e3;
}
.cid-uHXMsnH1Ay .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHXMsnH1Ay .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHXMsnUkQJ {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/12413516-lm-black-2000x3000-18-18-1-1507x1005.jpg");
}
.cid-uHXMsnUkQJ h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: -1rem;
}
.cid-uHXMsnUkQJ h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-uHXMsnUkQJ .mbr-text,
.cid-uHXMsnUkQJ .mbr-section-btn {
  color: #000000;
}
.cid-uHXMsnUkQJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHXMsnUkQJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHXMsnUkQJ H1 {
  color: #098484;
}
.cid-uHXMso7fW8 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-uHXMso7fW8 .content {
    text-align: center;
  }
  .cid-uHXMso7fW8 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uHXMso7fW8 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uHXMso7fW8 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uHXMso7fW8 .media-wrap img {
  height: 6rem;
}
.cid-uHXMso7fW8 .mbr-text {
  color: #8d97ad;
}
.cid-uHXMso7fW8 .p-title {
  font-size: 17px;
  color: #f4f8fa;
}
.cid-uHXMso7fW8 .p-title span {
  color: #111111;
}
.cid-uHXMso7fW8 .title-card {
  font-size: 1.3rem;
}
.cid-uHXMso7fW8 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uHXMso7fW8 .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-uHXMso7fW8 .footer-menu {
  margin-bottom: 0;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  list-style: none;
}
.cid-uHXMso7fW8 .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-uHXMso7fW8 .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-uHXMso7fW8 .copyright {
  display: flex;
  align-items: center;
}
.cid-uHXMso7fW8 .copyright img {
  margin-right: 10px;
}
.cid-uHXMso7fW8 .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #52e5e5;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uHXMso7fW8 .icon-transition span:hover {
  background-color: #1dc9cb;
}
@media (max-width: 767px) {
  .cid-uHXMso7fW8 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uHXMso7fW8 .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-uHXMso7fW8 .footer-menu {
    justify-content: center;
  }
}
.cid-uHXMso7fW8 SPAN {
  color: #d50000;
}
.cid-uHXMso7fW8 H5 {
  color: #d0ad00;
}
.cid-uHXMso7fW8 .copyright > p {
  color: #f4f8fa;
}
.cid-uHXMyPGMs3 .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-uHXMyPGMs3 .nav-item,
.cid-uHXMyPGMs3 .nav-link,
.cid-uHXMyPGMs3 .navbar-caption {
  font-weight: normal;
}
.cid-uHXMyPGMs3 .nav-item:focus,
.cid-uHXMyPGMs3 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uHXMyPGMs3 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-uHXMyPGMs3 .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-uHXMyPGMs3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uHXMyPGMs3 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uHXMyPGMs3 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uHXMyPGMs3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uHXMyPGMs3 .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-uHXMyPGMs3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHXMyPGMs3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHXMyPGMs3 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-uHXMyPGMs3 .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-uHXMyPGMs3 .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-uHXMyPGMs3 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHXMyPGMs3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHXMyPGMs3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHXMyPGMs3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-uHXMyPGMs3 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uHXMyPGMs3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHXMyPGMs3 .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-uHXMyPGMs3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHXMyPGMs3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uHXMyPGMs3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uHXMyPGMs3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHXMyPGMs3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHXMyPGMs3 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uHXMyPGMs3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHXMyPGMs3 .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-uHXMyPGMs3 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uHXMyPGMs3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHXMyPGMs3 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uHXMyPGMs3 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uHXMyPGMs3 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uHXMyPGMs3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uHXMyPGMs3 .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-uHXMyPGMs3 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uHXMyPGMs3 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uHXMyPGMs3 .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-uHXMyPGMs3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHXMyPGMs3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHXMyPGMs3 .dropdown-item.active,
.cid-uHXMyPGMs3 .dropdown-item:active {
  background-color: transparent;
}
.cid-uHXMyPGMs3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHXMyPGMs3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHXMyPGMs3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uHXMyPGMs3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHXMyPGMs3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHXMyPGMs3 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uHXMyPGMs3 .navbar-buttons {
  text-align: center;
}
.cid-uHXMyPGMs3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uHXMyPGMs3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uHXMyPGMs3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uHXMyPGMs3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uHXMyPGMs3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uHXMyPGMs3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uHXMyPGMs3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uHXMyPGMs3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uHXMyPGMs3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uHXMyPGMs3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uHXMyPGMs3 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uHXMyPGMs3 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uHXMyPGMs3 .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uHXMyPGMs3 .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-uHXMyPGMs3 .soc-item {
  margin: .5rem .3rem;
}
.cid-uHXMyPGMs3 .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-uHXMyPGMs3 .navbar {
    height: 77px;
  }
  .cid-uHXMyPGMs3 .navbar.opened {
    height: auto;
  }
  .cid-uHXMyPGMs3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHXMyQBoc7 {
  padding-top: 135px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/soff-igorevich-58942-pune-auroville-spiritual-communities-an-bd1fe3fc-5e28-43b5-a99d-7e25c8c08156-1344x896.png");
}
.cid-uHXMyQBoc7 .mbr-overlay {
  background: #2bdc9d;
}
.cid-uHXMyQBoc7 .mbr-section-subtitle {
  color: #e3e3e3;
}
.cid-uHXMyQBoc7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHXMyQBoc7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHXMyQRneF {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/12413516-lm-black-2000x3000-18-18-1-1507x1005.jpg");
}
.cid-uHXMyQRneF h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: -1rem;
}
.cid-uHXMyQRneF h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-uHXMyQRneF .mbr-text,
.cid-uHXMyQRneF .mbr-section-btn {
  color: #000000;
}
.cid-uHXMyQRneF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHXMyQRneF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHXMyQRneF H1 {
  color: #098484;
}
.cid-uHXMyR6OlB {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-uHXMyR6OlB .content {
    text-align: center;
  }
  .cid-uHXMyR6OlB .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uHXMyR6OlB .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uHXMyR6OlB .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uHXMyR6OlB .media-wrap img {
  height: 6rem;
}
.cid-uHXMyR6OlB .mbr-text {
  color: #8d97ad;
}
.cid-uHXMyR6OlB .p-title {
  font-size: 17px;
  color: #f4f8fa;
}
.cid-uHXMyR6OlB .p-title span {
  color: #111111;
}
.cid-uHXMyR6OlB .title-card {
  font-size: 1.3rem;
}
.cid-uHXMyR6OlB .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uHXMyR6OlB .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-uHXMyR6OlB .footer-menu {
  margin-bottom: 0;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  list-style: none;
}
.cid-uHXMyR6OlB .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-uHXMyR6OlB .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-uHXMyR6OlB .copyright {
  display: flex;
  align-items: center;
}
.cid-uHXMyR6OlB .copyright img {
  margin-right: 10px;
}
.cid-uHXMyR6OlB .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #52e5e5;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uHXMyR6OlB .icon-transition span:hover {
  background-color: #1dc9cb;
}
@media (max-width: 767px) {
  .cid-uHXMyR6OlB .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uHXMyR6OlB .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-uHXMyR6OlB .footer-menu {
    justify-content: center;
  }
}
.cid-uHXMyR6OlB SPAN {
  color: #d50000;
}
.cid-uHXMyR6OlB H5 {
  color: #d0ad00;
}
.cid-uHXMyR6OlB .copyright > p {
  color: #f4f8fa;
}
.cid-uHXMEv9cNa .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-uHXMEv9cNa .nav-item,
.cid-uHXMEv9cNa .nav-link,
.cid-uHXMEv9cNa .navbar-caption {
  font-weight: normal;
}
.cid-uHXMEv9cNa .nav-item:focus,
.cid-uHXMEv9cNa .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uHXMEv9cNa .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-uHXMEv9cNa .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-uHXMEv9cNa .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uHXMEv9cNa .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uHXMEv9cNa .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uHXMEv9cNa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uHXMEv9cNa .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-uHXMEv9cNa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHXMEv9cNa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHXMEv9cNa .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-uHXMEv9cNa .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-uHXMEv9cNa .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-uHXMEv9cNa .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHXMEv9cNa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHXMEv9cNa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHXMEv9cNa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-uHXMEv9cNa .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uHXMEv9cNa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHXMEv9cNa .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-uHXMEv9cNa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHXMEv9cNa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uHXMEv9cNa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uHXMEv9cNa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHXMEv9cNa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHXMEv9cNa .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uHXMEv9cNa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHXMEv9cNa .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-uHXMEv9cNa .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uHXMEv9cNa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHXMEv9cNa .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uHXMEv9cNa .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uHXMEv9cNa .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uHXMEv9cNa .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uHXMEv9cNa .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-uHXMEv9cNa .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uHXMEv9cNa .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uHXMEv9cNa .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-uHXMEv9cNa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHXMEv9cNa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHXMEv9cNa .dropdown-item.active,
.cid-uHXMEv9cNa .dropdown-item:active {
  background-color: transparent;
}
.cid-uHXMEv9cNa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHXMEv9cNa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHXMEv9cNa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uHXMEv9cNa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHXMEv9cNa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHXMEv9cNa ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uHXMEv9cNa .navbar-buttons {
  text-align: center;
}
.cid-uHXMEv9cNa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uHXMEv9cNa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uHXMEv9cNa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uHXMEv9cNa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uHXMEv9cNa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uHXMEv9cNa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uHXMEv9cNa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uHXMEv9cNa nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uHXMEv9cNa nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uHXMEv9cNa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uHXMEv9cNa .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uHXMEv9cNa a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uHXMEv9cNa .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uHXMEv9cNa .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-uHXMEv9cNa .soc-item {
  margin: .5rem .3rem;
}
.cid-uHXMEv9cNa .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-uHXMEv9cNa .navbar {
    height: 77px;
  }
  .cid-uHXMEv9cNa .navbar.opened {
    height: auto;
  }
  .cid-uHXMEv9cNa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHXMEvBg6a {
  padding-top: 135px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/soff-igorevich-58942-manali-leh-ladakh-treks-monasteries-and-c4686a2a-ab57-4a0f-86f6-0bf9c53cdcfc-1050x700.png");
}
.cid-uHXMEvBg6a .mbr-overlay {
  background: #2bdc9d;
}
.cid-uHXMEvBg6a .mbr-section-subtitle {
  color: #e3e3e3;
}
.cid-uHXMEvBg6a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHXMEvBg6a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHXMEvNkJP {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/12413516-lm-black-2000x3000-18-18-1-1507x1005.jpg");
}
.cid-uHXMEvNkJP h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: -1rem;
}
.cid-uHXMEvNkJP h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-uHXMEvNkJP .mbr-text,
.cid-uHXMEvNkJP .mbr-section-btn {
  color: #000000;
}
.cid-uHXMEvNkJP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHXMEvNkJP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHXMEvNkJP H1 {
  color: #098484;
}
.cid-uHXMEw1gFc {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-uHXMEw1gFc .content {
    text-align: center;
  }
  .cid-uHXMEw1gFc .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uHXMEw1gFc .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uHXMEw1gFc .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uHXMEw1gFc .media-wrap img {
  height: 6rem;
}
.cid-uHXMEw1gFc .mbr-text {
  color: #8d97ad;
}
.cid-uHXMEw1gFc .p-title {
  font-size: 17px;
  color: #f4f8fa;
}
.cid-uHXMEw1gFc .p-title span {
  color: #111111;
}
.cid-uHXMEw1gFc .title-card {
  font-size: 1.3rem;
}
.cid-uHXMEw1gFc .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uHXMEw1gFc .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-uHXMEw1gFc .footer-menu {
  margin-bottom: 0;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  list-style: none;
}
.cid-uHXMEw1gFc .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-uHXMEw1gFc .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-uHXMEw1gFc .copyright {
  display: flex;
  align-items: center;
}
.cid-uHXMEw1gFc .copyright img {
  margin-right: 10px;
}
.cid-uHXMEw1gFc .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #52e5e5;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uHXMEw1gFc .icon-transition span:hover {
  background-color: #1dc9cb;
}
@media (max-width: 767px) {
  .cid-uHXMEw1gFc .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uHXMEw1gFc .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-uHXMEw1gFc .footer-menu {
    justify-content: center;
  }
}
.cid-uHXMEw1gFc SPAN {
  color: #d50000;
}
.cid-uHXMEw1gFc H5 {
  color: #d0ad00;
}
.cid-uHXMEw1gFc .copyright > p {
  color: #f4f8fa;
}
.cid-uHXMLibphg .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-uHXMLibphg .nav-item,
.cid-uHXMLibphg .nav-link,
.cid-uHXMLibphg .navbar-caption {
  font-weight: normal;
}
.cid-uHXMLibphg .nav-item:focus,
.cid-uHXMLibphg .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uHXMLibphg .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-uHXMLibphg .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-uHXMLibphg .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uHXMLibphg .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uHXMLibphg .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uHXMLibphg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uHXMLibphg .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-uHXMLibphg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHXMLibphg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHXMLibphg .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-uHXMLibphg .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-uHXMLibphg .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-uHXMLibphg .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHXMLibphg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHXMLibphg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHXMLibphg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-uHXMLibphg .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uHXMLibphg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHXMLibphg .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-uHXMLibphg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHXMLibphg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uHXMLibphg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uHXMLibphg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHXMLibphg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHXMLibphg .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uHXMLibphg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHXMLibphg .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-uHXMLibphg .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uHXMLibphg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHXMLibphg .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uHXMLibphg .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uHXMLibphg .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uHXMLibphg .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uHXMLibphg .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-uHXMLibphg .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uHXMLibphg .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uHXMLibphg .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-uHXMLibphg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHXMLibphg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHXMLibphg .dropdown-item.active,
.cid-uHXMLibphg .dropdown-item:active {
  background-color: transparent;
}
.cid-uHXMLibphg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHXMLibphg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHXMLibphg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uHXMLibphg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHXMLibphg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHXMLibphg ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uHXMLibphg .navbar-buttons {
  text-align: center;
}
.cid-uHXMLibphg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uHXMLibphg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uHXMLibphg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uHXMLibphg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uHXMLibphg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uHXMLibphg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uHXMLibphg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uHXMLibphg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uHXMLibphg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uHXMLibphg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uHXMLibphg .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uHXMLibphg a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uHXMLibphg .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uHXMLibphg .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-uHXMLibphg .soc-item {
  margin: .5rem .3rem;
}
.cid-uHXMLibphg .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-uHXMLibphg .navbar {
    height: 77px;
  }
  .cid-uHXMLibphg .navbar.opened {
    height: auto;
  }
  .cid-uHXMLibphg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHXMLiVZ3h {
  padding-top: 135px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/soff-igorevich-58942-uttarakhand-himachal-pradesh-national-p-f600fe89-019b-4579-a0b6-5d42f0a94dfa-1344x896.png");
}
.cid-uHXMLiVZ3h .mbr-overlay {
  background: #2bdc9d;
}
.cid-uHXMLiVZ3h .mbr-section-subtitle {
  color: #e3e3e3;
}
.cid-uHXMLiVZ3h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHXMLiVZ3h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHXMLjcsDO {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/12413516-lm-black-2000x3000-18-18-1-1507x1005.jpg");
}
.cid-uHXMLjcsDO h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: -1rem;
}
.cid-uHXMLjcsDO h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-uHXMLjcsDO .mbr-text,
.cid-uHXMLjcsDO .mbr-section-btn {
  color: #000000;
}
.cid-uHXMLjcsDO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHXMLjcsDO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHXMLjcsDO H1 {
  color: #098484;
}
.cid-uHXMLjnlvw {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-uHXMLjnlvw .content {
    text-align: center;
  }
  .cid-uHXMLjnlvw .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uHXMLjnlvw .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uHXMLjnlvw .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uHXMLjnlvw .media-wrap img {
  height: 6rem;
}
.cid-uHXMLjnlvw .mbr-text {
  color: #8d97ad;
}
.cid-uHXMLjnlvw .p-title {
  font-size: 17px;
  color: #f4f8fa;
}
.cid-uHXMLjnlvw .p-title span {
  color: #111111;
}
.cid-uHXMLjnlvw .title-card {
  font-size: 1.3rem;
}
.cid-uHXMLjnlvw .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uHXMLjnlvw .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-uHXMLjnlvw .footer-menu {
  margin-bottom: 0;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  list-style: none;
}
.cid-uHXMLjnlvw .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-uHXMLjnlvw .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-uHXMLjnlvw .copyright {
  display: flex;
  align-items: center;
}
.cid-uHXMLjnlvw .copyright img {
  margin-right: 10px;
}
.cid-uHXMLjnlvw .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #52e5e5;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uHXMLjnlvw .icon-transition span:hover {
  background-color: #1dc9cb;
}
@media (max-width: 767px) {
  .cid-uHXMLjnlvw .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uHXMLjnlvw .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-uHXMLjnlvw .footer-menu {
    justify-content: center;
  }
}
.cid-uHXMLjnlvw SPAN {
  color: #d50000;
}
.cid-uHXMLjnlvw H5 {
  color: #d0ad00;
}
.cid-uHXMLjnlvw .copyright > p {
  color: #f4f8fa;
}
.cid-uHXSWEM814 .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-uHXSWEM814 .nav-item,
.cid-uHXSWEM814 .nav-link,
.cid-uHXSWEM814 .navbar-caption {
  font-weight: normal;
}
.cid-uHXSWEM814 .nav-item:focus,
.cid-uHXSWEM814 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uHXSWEM814 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-uHXSWEM814 .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-uHXSWEM814 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uHXSWEM814 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uHXSWEM814 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uHXSWEM814 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uHXSWEM814 .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-uHXSWEM814 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHXSWEM814 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHXSWEM814 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-uHXSWEM814 .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-uHXSWEM814 .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-uHXSWEM814 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHXSWEM814 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHXSWEM814 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHXSWEM814 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-uHXSWEM814 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uHXSWEM814 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHXSWEM814 .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-uHXSWEM814 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHXSWEM814 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uHXSWEM814 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uHXSWEM814 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHXSWEM814 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHXSWEM814 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uHXSWEM814 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHXSWEM814 .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-uHXSWEM814 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uHXSWEM814 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHXSWEM814 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uHXSWEM814 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uHXSWEM814 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uHXSWEM814 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uHXSWEM814 .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-uHXSWEM814 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uHXSWEM814 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uHXSWEM814 .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-uHXSWEM814 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHXSWEM814 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHXSWEM814 .dropdown-item.active,
.cid-uHXSWEM814 .dropdown-item:active {
  background-color: transparent;
}
.cid-uHXSWEM814 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHXSWEM814 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHXSWEM814 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uHXSWEM814 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHXSWEM814 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHXSWEM814 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uHXSWEM814 .navbar-buttons {
  text-align: center;
}
.cid-uHXSWEM814 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uHXSWEM814 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uHXSWEM814 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uHXSWEM814 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uHXSWEM814 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uHXSWEM814 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uHXSWEM814 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uHXSWEM814 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uHXSWEM814 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uHXSWEM814 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uHXSWEM814 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uHXSWEM814 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uHXSWEM814 .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uHXSWEM814 .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-uHXSWEM814 .soc-item {
  margin: .5rem .3rem;
}
.cid-uHXSWEM814 .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-uHXSWEM814 .navbar {
    height: 77px;
  }
  .cid-uHXSWEM814 .navbar.opened {
    height: auto;
  }
  .cid-uHXSWEM814 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHYaqZXIvJ {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/soff-igorevich-58942-goa-d687591d-1764-4095-b6c6-7c27c2a0b931-1344x896.png");
}
.cid-uHYaqZXIvJ .mbr-overlay {
  background: #2bdc9d;
}
.cid-uHYaqZXIvJ .mbr-section-subtitle {
  color: #e3e3e3;
}
.cid-uHYaqZXIvJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHYaqZXIvJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHXSWFqs8n {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/12413516-lm-black-2000x3000-18-18-1-1507x1005.jpg");
}
.cid-uHXSWFqs8n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHXSWFqs8n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHXSWFqs8n .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uHXSWFqs8n .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uHXSWFqs8n .items-wrapper {
  margin: 0 -10px;
}
.cid-uHXSWFqs8n .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uHXSWFqs8n .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uHXSWFqs8n .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-uHXSWFqs8n .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: translateX(52px);
}
.cid-uHXSWFqs8n .items-wrapper .item .item-wrapper {
  padding: 26px;
  height: 100%;
  overflow: hidden !important;
}
@media (max-width: 992px) {
  .cid-uHXSWFqs8n .items-wrapper .item .item-wrapper {
    padding: 16px;
  }
}
.cid-uHXSWFqs8n .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uHXSWFqs8n .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 22px;
  }
}
.cid-uHXSWFqs8n .items-wrapper .item .item-wrapper .item-img img {
  height: 250px;
  object-fit: cover;
  transition: all .3s ease;
}
.cid-uHXSWFqs8n .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uHXSWFqs8n .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 16px;
}
.cid-uHXSWFqs8n .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uHXSWFqs8n .items-wrapper .item .card_1 {
  background-image: radial-gradient(circle farthest-corner at 80% 0%, #ffffff, #000000 50%);
}
.cid-uHXSWFqs8n .items-wrapper .item .card_2 {
  background-image: radial-gradient(circle farthest-corner at 80% 0%, #ffffff, #000000 50%);
}
.cid-uHXSWFqs8n .items-wrapper .item .card_3 {
  background-image: radial-gradient(circle farthest-corner at 80% 0%, #ffffff, #000000 50%);
}
.cid-uHXSWFqs8n .mbr-section-title,
.cid-uHXSWFqs8n .title-wrapper {
  color: #181818;
  text-align: center;
}
.cid-uHXSWFqs8n .item-title {
  color: #ffffff;
}
.cid-uHXSWFqs8n .item-text {
  color: #ffffff;
}
.cid-uHXSWFqs8n .item-title,
.cid-uHXSWFqs8n .mbr-section-btn {
  color: #ffffff;
}
.cid-uHXSWFKmJl {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-uHXSWFKmJl .content {
    text-align: center;
  }
  .cid-uHXSWFKmJl .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uHXSWFKmJl .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uHXSWFKmJl .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uHXSWFKmJl .media-wrap img {
  height: 6rem;
}
.cid-uHXSWFKmJl .mbr-text {
  color: #8d97ad;
}
.cid-uHXSWFKmJl .p-title {
  font-size: 17px;
  color: #f4f8fa;
}
.cid-uHXSWFKmJl .p-title span {
  color: #111111;
}
.cid-uHXSWFKmJl .title-card {
  font-size: 1.3rem;
}
.cid-uHXSWFKmJl .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uHXSWFKmJl .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-uHXSWFKmJl .footer-menu {
  margin-bottom: 0;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  list-style: none;
}
.cid-uHXSWFKmJl .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-uHXSWFKmJl .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-uHXSWFKmJl .copyright {
  display: flex;
  align-items: center;
}
.cid-uHXSWFKmJl .copyright img {
  margin-right: 10px;
}
.cid-uHXSWFKmJl .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #52e5e5;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uHXSWFKmJl .icon-transition span:hover {
  background-color: #1dc9cb;
}
@media (max-width: 767px) {
  .cid-uHXSWFKmJl .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uHXSWFKmJl .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-uHXSWFKmJl .footer-menu {
    justify-content: center;
  }
}
.cid-uHXSWFKmJl SPAN {
  color: #d50000;
}
.cid-uHXSWFKmJl H5 {
  color: #d0ad00;
}
.cid-uHXSWFKmJl .copyright > p {
  color: #f4f8fa;
}
.cid-uHXT4i765I .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-uHXT4i765I .nav-item,
.cid-uHXT4i765I .nav-link,
.cid-uHXT4i765I .navbar-caption {
  font-weight: normal;
}
.cid-uHXT4i765I .nav-item:focus,
.cid-uHXT4i765I .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uHXT4i765I .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-uHXT4i765I .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-uHXT4i765I .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uHXT4i765I .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uHXT4i765I .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uHXT4i765I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uHXT4i765I .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-uHXT4i765I .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHXT4i765I .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHXT4i765I .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-uHXT4i765I .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-uHXT4i765I .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-uHXT4i765I .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHXT4i765I .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHXT4i765I .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHXT4i765I .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-uHXT4i765I .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uHXT4i765I .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHXT4i765I .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-uHXT4i765I .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHXT4i765I .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uHXT4i765I .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uHXT4i765I .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHXT4i765I .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHXT4i765I .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uHXT4i765I .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHXT4i765I .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-uHXT4i765I .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uHXT4i765I .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHXT4i765I .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uHXT4i765I .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uHXT4i765I .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uHXT4i765I .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uHXT4i765I .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-uHXT4i765I .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uHXT4i765I .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uHXT4i765I .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-uHXT4i765I .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHXT4i765I .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHXT4i765I .dropdown-item.active,
.cid-uHXT4i765I .dropdown-item:active {
  background-color: transparent;
}
.cid-uHXT4i765I .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHXT4i765I .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHXT4i765I .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uHXT4i765I .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHXT4i765I .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHXT4i765I ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uHXT4i765I .navbar-buttons {
  text-align: center;
}
.cid-uHXT4i765I button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uHXT4i765I button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uHXT4i765I button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uHXT4i765I button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uHXT4i765I button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uHXT4i765I button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uHXT4i765I nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uHXT4i765I nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uHXT4i765I nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uHXT4i765I nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uHXT4i765I .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uHXT4i765I a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uHXT4i765I .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uHXT4i765I .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-uHXT4i765I .soc-item {
  margin: .5rem .3rem;
}
.cid-uHXT4i765I .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-uHXT4i765I .navbar {
    height: 77px;
  }
  .cid-uHXT4i765I .navbar.opened {
    height: auto;
  }
  .cid-uHXT4i765I .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHYbcxYNDl {
  padding-top: 135px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/soff-igorevich-58942-manali-leh-ladakh-treks-monasteries-and-c4686a2a-ab57-4a0f-86f6-0bf9c53cdcfc-1050x700.png");
}
.cid-uHYbcxYNDl .mbr-overlay {
  background: #2bdc9d;
}
.cid-uHYbcxYNDl .mbr-section-subtitle {
  color: #e3e3e3;
}
.cid-uHYbcxYNDl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHYbcxYNDl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHXT4iBZ8a {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/12413516-lm-black-2000x3000-18-18-1-1507x1005.jpg");
}
.cid-uHXT4iBZ8a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHXT4iBZ8a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHXT4iBZ8a .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uHXT4iBZ8a .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uHXT4iBZ8a .items-wrapper {
  margin: 0 -10px;
}
.cid-uHXT4iBZ8a .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uHXT4iBZ8a .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uHXT4iBZ8a .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-uHXT4iBZ8a .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: translateX(52px);
}
.cid-uHXT4iBZ8a .items-wrapper .item .item-wrapper {
  padding: 26px;
  height: 100%;
  overflow: hidden !important;
}
@media (max-width: 992px) {
  .cid-uHXT4iBZ8a .items-wrapper .item .item-wrapper {
    padding: 16px;
  }
}
.cid-uHXT4iBZ8a .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uHXT4iBZ8a .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 22px;
  }
}
.cid-uHXT4iBZ8a .items-wrapper .item .item-wrapper .item-img img {
  height: 250px;
  object-fit: cover;
  transition: all .3s ease;
}
.cid-uHXT4iBZ8a .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uHXT4iBZ8a .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 16px;
}
.cid-uHXT4iBZ8a .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uHXT4iBZ8a .items-wrapper .item .card_1 {
  background-image: radial-gradient(circle farthest-corner at 80% 0%, #ffffff, #000000 50%);
}
.cid-uHXT4iBZ8a .items-wrapper .item .card_2 {
  background-image: radial-gradient(circle farthest-corner at 80% 0%, #ffffff, #000000 50%);
}
.cid-uHXT4iBZ8a .items-wrapper .item .card_3 {
  background-image: radial-gradient(circle farthest-corner at 80% 0%, #ffffff, #000000 50%);
}
.cid-uHXT4iBZ8a .mbr-section-title,
.cid-uHXT4iBZ8a .title-wrapper {
  color: #181818;
  text-align: center;
}
.cid-uHXT4iBZ8a .item-title {
  color: #ffffff;
}
.cid-uHXT4iBZ8a .item-text {
  color: #ffffff;
}
.cid-uHXT4iBZ8a .item-title,
.cid-uHXT4iBZ8a .mbr-section-btn {
  color: #ffffff;
}
.cid-uHXT4j04yn {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-uHXT4j04yn .content {
    text-align: center;
  }
  .cid-uHXT4j04yn .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uHXT4j04yn .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uHXT4j04yn .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uHXT4j04yn .media-wrap img {
  height: 6rem;
}
.cid-uHXT4j04yn .mbr-text {
  color: #8d97ad;
}
.cid-uHXT4j04yn .p-title {
  font-size: 17px;
  color: #f4f8fa;
}
.cid-uHXT4j04yn .p-title span {
  color: #111111;
}
.cid-uHXT4j04yn .title-card {
  font-size: 1.3rem;
}
.cid-uHXT4j04yn .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uHXT4j04yn .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-uHXT4j04yn .footer-menu {
  margin-bottom: 0;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  list-style: none;
}
.cid-uHXT4j04yn .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-uHXT4j04yn .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-uHXT4j04yn .copyright {
  display: flex;
  align-items: center;
}
.cid-uHXT4j04yn .copyright img {
  margin-right: 10px;
}
.cid-uHXT4j04yn .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #52e5e5;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uHXT4j04yn .icon-transition span:hover {
  background-color: #1dc9cb;
}
@media (max-width: 767px) {
  .cid-uHXT4j04yn .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uHXT4j04yn .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-uHXT4j04yn .footer-menu {
    justify-content: center;
  }
}
.cid-uHXT4j04yn SPAN {
  color: #d50000;
}
.cid-uHXT4j04yn H5 {
  color: #d0ad00;
}
.cid-uHXT4j04yn .copyright > p {
  color: #f4f8fa;
}
.cid-uHXT2JFQGK .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-uHXT2JFQGK .nav-item,
.cid-uHXT2JFQGK .nav-link,
.cid-uHXT2JFQGK .navbar-caption {
  font-weight: normal;
}
.cid-uHXT2JFQGK .nav-item:focus,
.cid-uHXT2JFQGK .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uHXT2JFQGK .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-uHXT2JFQGK .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-uHXT2JFQGK .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uHXT2JFQGK .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uHXT2JFQGK .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uHXT2JFQGK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uHXT2JFQGK .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-uHXT2JFQGK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHXT2JFQGK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHXT2JFQGK .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-uHXT2JFQGK .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-uHXT2JFQGK .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-uHXT2JFQGK .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHXT2JFQGK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHXT2JFQGK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHXT2JFQGK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-uHXT2JFQGK .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uHXT2JFQGK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHXT2JFQGK .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-uHXT2JFQGK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHXT2JFQGK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uHXT2JFQGK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uHXT2JFQGK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHXT2JFQGK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHXT2JFQGK .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uHXT2JFQGK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHXT2JFQGK .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-uHXT2JFQGK .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uHXT2JFQGK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHXT2JFQGK .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uHXT2JFQGK .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uHXT2JFQGK .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uHXT2JFQGK .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uHXT2JFQGK .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-uHXT2JFQGK .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uHXT2JFQGK .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uHXT2JFQGK .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-uHXT2JFQGK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHXT2JFQGK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHXT2JFQGK .dropdown-item.active,
.cid-uHXT2JFQGK .dropdown-item:active {
  background-color: transparent;
}
.cid-uHXT2JFQGK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHXT2JFQGK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHXT2JFQGK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uHXT2JFQGK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHXT2JFQGK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHXT2JFQGK ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uHXT2JFQGK .navbar-buttons {
  text-align: center;
}
.cid-uHXT2JFQGK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uHXT2JFQGK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uHXT2JFQGK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uHXT2JFQGK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uHXT2JFQGK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uHXT2JFQGK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uHXT2JFQGK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uHXT2JFQGK nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uHXT2JFQGK nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uHXT2JFQGK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uHXT2JFQGK .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uHXT2JFQGK a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uHXT2JFQGK .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uHXT2JFQGK .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-uHXT2JFQGK .soc-item {
  margin: .5rem .3rem;
}
.cid-uHXT2JFQGK .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-uHXT2JFQGK .navbar {
    height: 77px;
  }
  .cid-uHXT2JFQGK .navbar.opened {
    height: auto;
  }
  .cid-uHXT2JFQGK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHYb4TOlDf {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/soff-igorevich-58942-rishikesh-dharmshala-the-world-capitals-e21504d4-8f67-4310-9d4c-1ba8d6da2c0f-1-1344x896.png");
}
.cid-uHYb4TOlDf .mbr-overlay {
  background: #2bdc9d;
}
.cid-uHYb4TOlDf .mbr-section-subtitle {
  color: #e3e3e3;
}
.cid-uHYb4TOlDf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHYb4TOlDf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHXT2Kav2Q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/12413516-lm-black-2000x3000-18-18-1-1507x1005.jpg");
}
.cid-uHXT2Kav2Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHXT2Kav2Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHXT2Kav2Q .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uHXT2Kav2Q .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uHXT2Kav2Q .items-wrapper {
  margin: 0 -10px;
}
.cid-uHXT2Kav2Q .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uHXT2Kav2Q .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uHXT2Kav2Q .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-uHXT2Kav2Q .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: translateX(52px);
}
.cid-uHXT2Kav2Q .items-wrapper .item .item-wrapper {
  padding: 26px;
  height: 100%;
  overflow: hidden !important;
}
@media (max-width: 992px) {
  .cid-uHXT2Kav2Q .items-wrapper .item .item-wrapper {
    padding: 16px;
  }
}
.cid-uHXT2Kav2Q .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uHXT2Kav2Q .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 22px;
  }
}
.cid-uHXT2Kav2Q .items-wrapper .item .item-wrapper .item-img img {
  height: 250px;
  object-fit: cover;
  transition: all .3s ease;
}
.cid-uHXT2Kav2Q .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uHXT2Kav2Q .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 16px;
}
.cid-uHXT2Kav2Q .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uHXT2Kav2Q .items-wrapper .item .card_1 {
  background-image: radial-gradient(circle farthest-corner at 80% 0%, #ffffff, #000000 50%);
}
.cid-uHXT2Kav2Q .items-wrapper .item .card_2 {
  background-image: radial-gradient(circle farthest-corner at 80% 0%, #ffffff, #000000 50%);
}
.cid-uHXT2Kav2Q .items-wrapper .item .card_3 {
  background-image: radial-gradient(circle farthest-corner at 80% 0%, #ffffff, #000000 50%);
}
.cid-uHXT2Kav2Q .mbr-section-title,
.cid-uHXT2Kav2Q .title-wrapper {
  color: #181818;
  text-align: center;
}
.cid-uHXT2Kav2Q .item-title {
  color: #ffffff;
}
.cid-uHXT2Kav2Q .item-text {
  color: #ffffff;
}
.cid-uHXT2Kav2Q .item-title,
.cid-uHXT2Kav2Q .mbr-section-btn {
  color: #ffffff;
}
.cid-uHXT2KroKB {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-uHXT2KroKB .content {
    text-align: center;
  }
  .cid-uHXT2KroKB .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uHXT2KroKB .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uHXT2KroKB .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uHXT2KroKB .media-wrap img {
  height: 6rem;
}
.cid-uHXT2KroKB .mbr-text {
  color: #8d97ad;
}
.cid-uHXT2KroKB .p-title {
  font-size: 17px;
  color: #f4f8fa;
}
.cid-uHXT2KroKB .p-title span {
  color: #111111;
}
.cid-uHXT2KroKB .title-card {
  font-size: 1.3rem;
}
.cid-uHXT2KroKB .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uHXT2KroKB .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-uHXT2KroKB .footer-menu {
  margin-bottom: 0;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  list-style: none;
}
.cid-uHXT2KroKB .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-uHXT2KroKB .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-uHXT2KroKB .copyright {
  display: flex;
  align-items: center;
}
.cid-uHXT2KroKB .copyright img {
  margin-right: 10px;
}
.cid-uHXT2KroKB .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #52e5e5;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uHXT2KroKB .icon-transition span:hover {
  background-color: #1dc9cb;
}
@media (max-width: 767px) {
  .cid-uHXT2KroKB .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uHXT2KroKB .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-uHXT2KroKB .footer-menu {
    justify-content: center;
  }
}
.cid-uHXT2KroKB SPAN {
  color: #d50000;
}
.cid-uHXT2KroKB H5 {
  color: #d0ad00;
}
.cid-uHXT2KroKB .copyright > p {
  color: #f4f8fa;
}
.cid-uHXT12dh7Q .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-uHXT12dh7Q .nav-item,
.cid-uHXT12dh7Q .nav-link,
.cid-uHXT12dh7Q .navbar-caption {
  font-weight: normal;
}
.cid-uHXT12dh7Q .nav-item:focus,
.cid-uHXT12dh7Q .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uHXT12dh7Q .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-uHXT12dh7Q .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-uHXT12dh7Q .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uHXT12dh7Q .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uHXT12dh7Q .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uHXT12dh7Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uHXT12dh7Q .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-uHXT12dh7Q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHXT12dh7Q .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHXT12dh7Q .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-uHXT12dh7Q .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-uHXT12dh7Q .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-uHXT12dh7Q .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHXT12dh7Q .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHXT12dh7Q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHXT12dh7Q .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-uHXT12dh7Q .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uHXT12dh7Q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHXT12dh7Q .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-uHXT12dh7Q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHXT12dh7Q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uHXT12dh7Q .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uHXT12dh7Q .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHXT12dh7Q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHXT12dh7Q .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uHXT12dh7Q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHXT12dh7Q .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-uHXT12dh7Q .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uHXT12dh7Q .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHXT12dh7Q .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uHXT12dh7Q .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uHXT12dh7Q .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uHXT12dh7Q .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uHXT12dh7Q .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-uHXT12dh7Q .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uHXT12dh7Q .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uHXT12dh7Q .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-uHXT12dh7Q .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHXT12dh7Q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHXT12dh7Q .dropdown-item.active,
.cid-uHXT12dh7Q .dropdown-item:active {
  background-color: transparent;
}
.cid-uHXT12dh7Q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHXT12dh7Q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHXT12dh7Q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uHXT12dh7Q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHXT12dh7Q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHXT12dh7Q ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uHXT12dh7Q .navbar-buttons {
  text-align: center;
}
.cid-uHXT12dh7Q button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uHXT12dh7Q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uHXT12dh7Q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uHXT12dh7Q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uHXT12dh7Q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uHXT12dh7Q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uHXT12dh7Q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uHXT12dh7Q nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uHXT12dh7Q nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uHXT12dh7Q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uHXT12dh7Q .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uHXT12dh7Q a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uHXT12dh7Q .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uHXT12dh7Q .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-uHXT12dh7Q .soc-item {
  margin: .5rem .3rem;
}
.cid-uHXT12dh7Q .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-uHXT12dh7Q .navbar {
    height: 77px;
  }
  .cid-uHXT12dh7Q .navbar.opened {
    height: auto;
  }
  .cid-uHXT12dh7Q .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHYaUiv2pk {
  padding-top: 135px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/soff-igorevich-58942-golden-triangle-delhi-agra-jaipur-mu-defc6582-8a43-4fb3-8459-d9ad7931501a-1344x896.png");
}
.cid-uHYaUiv2pk .mbr-overlay {
  background: #000000;
}
.cid-uHYaUiv2pk .mbr-section-subtitle {
  color: #e3e3e3;
}
.cid-uHYaUiv2pk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHYaUiv2pk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHXT139O4B {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/12413516-lm-black-2000x3000-18-18-1-1507x1005.jpg");
}
.cid-uHXT139O4B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHXT139O4B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHXT139O4B .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uHXT139O4B .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uHXT139O4B .items-wrapper {
  margin: 0 -10px;
}
.cid-uHXT139O4B .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uHXT139O4B .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uHXT139O4B .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-uHXT139O4B .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: translateX(52px);
}
.cid-uHXT139O4B .items-wrapper .item .item-wrapper {
  padding: 26px;
  height: 100%;
  overflow: hidden !important;
}
@media (max-width: 992px) {
  .cid-uHXT139O4B .items-wrapper .item .item-wrapper {
    padding: 16px;
  }
}
.cid-uHXT139O4B .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uHXT139O4B .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 22px;
  }
}
.cid-uHXT139O4B .items-wrapper .item .item-wrapper .item-img img {
  height: 250px;
  object-fit: cover;
  transition: all .3s ease;
}
.cid-uHXT139O4B .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uHXT139O4B .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 16px;
}
.cid-uHXT139O4B .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uHXT139O4B .items-wrapper .item .card_1 {
  background-image: radial-gradient(circle farthest-corner at 80% 0%, #ffffff, #000000 50%);
}
.cid-uHXT139O4B .items-wrapper .item .card_2 {
  background-image: radial-gradient(circle farthest-corner at 80% 0%, #ffffff, #000000 50%);
}
.cid-uHXT139O4B .items-wrapper .item .card_3 {
  background-image: radial-gradient(circle farthest-corner at 80% 0%, #ffffff, #000000 50%);
}
.cid-uHXT139O4B .mbr-section-title,
.cid-uHXT139O4B .title-wrapper {
  color: #181818;
  text-align: center;
}
.cid-uHXT139O4B .item-title {
  color: #ffffff;
}
.cid-uHXT139O4B .item-text {
  color: #ffffff;
}
.cid-uHXT139O4B .item-title,
.cid-uHXT139O4B .mbr-section-btn {
  color: #ffffff;
}
.cid-uHXT13tgjh {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-uHXT13tgjh .content {
    text-align: center;
  }
  .cid-uHXT13tgjh .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uHXT13tgjh .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uHXT13tgjh .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uHXT13tgjh .media-wrap img {
  height: 6rem;
}
.cid-uHXT13tgjh .mbr-text {
  color: #8d97ad;
}
.cid-uHXT13tgjh .p-title {
  font-size: 17px;
  color: #f4f8fa;
}
.cid-uHXT13tgjh .p-title span {
  color: #111111;
}
.cid-uHXT13tgjh .title-card {
  font-size: 1.3rem;
}
.cid-uHXT13tgjh .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uHXT13tgjh .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-uHXT13tgjh .footer-menu {
  margin-bottom: 0;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  list-style: none;
}
.cid-uHXT13tgjh .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-uHXT13tgjh .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-uHXT13tgjh .copyright {
  display: flex;
  align-items: center;
}
.cid-uHXT13tgjh .copyright img {
  margin-right: 10px;
}
.cid-uHXT13tgjh .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #52e5e5;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uHXT13tgjh .icon-transition span:hover {
  background-color: #1dc9cb;
}
@media (max-width: 767px) {
  .cid-uHXT13tgjh .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uHXT13tgjh .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-uHXT13tgjh .footer-menu {
    justify-content: center;
  }
}
.cid-uHXT13tgjh SPAN {
  color: #d50000;
}
.cid-uHXT13tgjh H5 {
  color: #d0ad00;
}
.cid-uHXT13tgjh .copyright > p {
  color: #f4f8fa;
}
