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





body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.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: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.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: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #eec641 !important;
}
.bg-success {
  background-color: #fff994 !important;
}
.bg-info {
  background-color: #eec331 !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #f4cb46 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #eec641 !important;
  border-color: #eec641 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #d0a413 !important;
  border-color: #d0a413 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #d0a413 !important;
  border-color: #d0a413 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff0040 !important;
  border-color: #ff0040 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #b3002d !important;
  border-color: #b3002d !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #b3002d !important;
  border-color: #b3002d !important;
}
.btn-info,
.btn-info:active {
  background-color: #eec331 !important;
  border-color: #eec331 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #c29a10 !important;
  border-color: #c29a10 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #c29a10 !important;
  border-color: #c29a10 !important;
}
.btn-success,
.btn-success:active {
  background-color: #fff994 !important;
  border-color: #fff994 !important;
  color: #948c00 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #948c00 !important;
  background-color: #fff548 !important;
  border-color: #fff548 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #948c00 !important;
  background-color: #fff548 !important;
  border-color: #fff548 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f4cb46 !important;
  border-color: #f4cb46 !important;
  color: #382b03 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #382b03 !important;
  background-color: #e0ae0d !important;
  border-color: #e0ae0d !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #382b03 !important;
  background-color: #e0ae0d !important;
  border-color: #e0ae0d !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  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 {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  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 {
  background: none;
  border-color: #b89211;
  color: #b89211;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #eec641;
  border-color: #eec641;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #eec641 !important;
  border-color: #eec641 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #990026;
  color: #990026;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff0040;
  border-color: #ff0040;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff0040 !important;
  border-color: #ff0040 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #ab870e;
  color: #ab870e;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #eec331;
  border-color: #eec331;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #eec331 !important;
  border-color: #eec331 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #fff32e;
  color: #fff32e;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #948c00;
  background-color: #fff994;
  border-color: #fff994;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #948c00 !important;
  background-color: #fff994 !important;
  border-color: #fff994 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #c89c0c;
  color: #c89c0c;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #382b03;
  background-color: #f4cb46;
  border-color: #f4cb46;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #382b03 !important;
  background-color: #f4cb46 !important;
  border-color: #f4cb46 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #eec641 !important;
}
.text-secondary {
  color: #ff0040 !important;
}
.text-success {
  color: #fff994 !important;
}
.text-info {
  color: #eec331 !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #f4cb46 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #b89211 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #990026 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #fff32e !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #ab870e !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #c89c0c !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #eec331;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #f4cb46;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #eec641;
  border-color: #eec641;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #eec641;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fffefc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fefaed;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #eec641;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #eec641;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #eec641;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #eec641;
  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: #eec641;
  border-bottom-color: #eec641;
}
.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: #000000 !important;
  background-color: #eec641 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ff0040 !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: 100px;
  height: 100px;
  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='%23eec641' %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.3;
}
.cid-tCgAOF1kh6 .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-tCgAOF1kh6 .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-tCgAOF1kh6 a {
  font-style: normal;
}
.cid-tCgAOF1kh6 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tCgAOF1kh6 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tCgAOF1kh6 .nav-item:focus,
.cid-tCgAOF1kh6 .nav-link:focus {
  outline: none;
}
.cid-tCgAOF1kh6 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tCgAOF1kh6 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tCgAOF1kh6 .menu-logo {
  margin-right: auto;
}
.cid-tCgAOF1kh6 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tCgAOF1kh6 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tCgAOF1kh6 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tCgAOF1kh6 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tCgAOF1kh6 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tCgAOF1kh6 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tCgAOF1kh6 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tCgAOF1kh6 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tCgAOF1kh6 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tCgAOF1kh6 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tCgAOF1kh6 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tCgAOF1kh6 .dropdown .dropdown-menu {
  background: #000000;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tCgAOF1kh6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tCgAOF1kh6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCgAOF1kh6 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tCgAOF1kh6 .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-tCgAOF1kh6 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tCgAOF1kh6 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tCgAOF1kh6 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tCgAOF1kh6 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tCgAOF1kh6 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tCgAOF1kh6 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tCgAOF1kh6 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tCgAOF1kh6 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tCgAOF1kh6 button.navbar-toggler:focus {
  outline: none;
}
.cid-tCgAOF1kh6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tCgAOF1kh6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tCgAOF1kh6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tCgAOF1kh6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tCgAOF1kh6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tCgAOF1kh6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tCgAOF1kh6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tCgAOF1kh6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tCgAOF1kh6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tCgAOF1kh6 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tCgAOF1kh6 .collapsed .btn {
  display: -webkit-flex;
}
.cid-tCgAOF1kh6 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tCgAOF1kh6 .collapsed .navbar-collapse.collapsing,
.cid-tCgAOF1kh6 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tCgAOF1kh6 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tCgAOF1kh6 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tCgAOF1kh6 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tCgAOF1kh6 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tCgAOF1kh6 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tCgAOF1kh6 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tCgAOF1kh6 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tCgAOF1kh6 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tCgAOF1kh6 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tCgAOF1kh6 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-tCgAOF1kh6 .collapsed button.navbar-toggler {
  display: block;
}
.cid-tCgAOF1kh6 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tCgAOF1kh6 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tCgAOF1kh6 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-tCgAOF1kh6 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tCgAOF1kh6 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tCgAOF1kh6 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-tCgAOF1kh6 .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tCgAOF1kh6 img {
    height: 3.8rem !important;
  }
  .cid-tCgAOF1kh6 .btn {
    display: -webkit-flex;
  }
  .cid-tCgAOF1kh6 button.navbar-toggler {
    display: block;
  }
  .cid-tCgAOF1kh6 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tCgAOF1kh6 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tCgAOF1kh6 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tCgAOF1kh6 .navbar-collapse.collapsing,
  .cid-tCgAOF1kh6 .navbar-collapse.show {
    display: block !important;
  }
  .cid-tCgAOF1kh6 .navbar-collapse.collapsing .navbar-nav,
  .cid-tCgAOF1kh6 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tCgAOF1kh6 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tCgAOF1kh6 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tCgAOF1kh6 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tCgAOF1kh6 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tCgAOF1kh6 .navbar-collapse.collapsing .navbar-buttons,
  .cid-tCgAOF1kh6 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tCgAOF1kh6 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tCgAOF1kh6 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tCgAOF1kh6 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-tCgAOF1kh6 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tCgAOF1kh6 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tCgAOF1kh6 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tCgAOF1kh6 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tCgAOF1kh6 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tCgAOF1kh6 .nav-link:hover,
.cid-tCgAOF1kh6 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tCf5WclQKb .modal-body .close {
  background: #1b1b1b;
}
.cid-tCf5WclQKb .modal-body .close span {
  font-style: normal;
}
.cid-tCf5WclQKb .carousel-inner > .active,
.cid-tCf5WclQKb .carousel-inner > .next,
.cid-tCf5WclQKb .carousel-inner > .prev {
  display: flex;
}
.cid-tCf5WclQKb .carousel-control .icon-next,
.cid-tCf5WclQKb .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-tCf5WclQKb .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tCf5WclQKb .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tCf5WclQKb .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-tCf5WclQKb .boxed-slider > div {
  position: relative;
}
.cid-tCf5WclQKb .container img {
  width: 100%;
}
.cid-tCf5WclQKb .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-tCf5WclQKb .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tCf5WclQKb .mbr-table-cell {
  padding: 0;
}
.cid-tCf5WclQKb .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tCf5WclQKb .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-tCf5WclQKb .mbr-overlay {
  z-index: 1;
}
.cid-tCf5WclQKb .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tCf5WclQKb .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-tCf5WclQKb .carousel-item.active.right,
.cid-tCf5WclQKb .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-tCf5WclQKb .carousel-item.active.left,
.cid-tCf5WclQKb .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-tCf5WclQKb .carousel-item.active,
.cid-tCf5WclQKb .carousel-item.next.left,
.cid-tCf5WclQKb .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-tCf5WclQKb .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-tCf5WclQKb .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tCf5WclQKb .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tCf5WclQKb .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-tCf5WclQKb .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tCf5WclQKb .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tCf5WclQKb .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-tCf5WclQKb .mbr-slider .carousel-indicators li.active,
.cid-tCf5WclQKb .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-tCf5WclQKb .mbr-slider .carousel-indicators li::after,
.cid-tCf5WclQKb .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-tCf5WclQKb .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-tCf5WclQKb .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-tCf5WclQKb .mbr-slider > .container img {
  width: 100%;
}
.cid-tCf5WclQKb .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tCf5WclQKb .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-tCf5WclQKb .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tCf5WclQKb .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tCf5WclQKb .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-tCf5WclQKb .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-tCf5WclQKb .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-tCf5WclQKb .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-tCf5WclQKb .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-tCf5WclQKb .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tCf5WclQKb .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-tCf5WclQKb .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-tCf5WclQKb .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-tCmj0gLyga {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tCmj0gLyga .mbr-section-subtitle {
  color: #767676;
}
.cid-tCmj0gLyga H2 {
  color: #ffffff;
}
.cid-tCfgnpnhid {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/mbr-1920x936.jpg");
}
.cid-tCfgnpnhid .card-box {
  padding: 0 2rem;
}
.cid-tCfgnpnhid .mbr-section-btn {
  padding-top: 1rem;
}
.cid-tCfgnpnhid .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-tCfgnpnhid h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-tCfgnpnhid p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-tCfgnpnhid .mbr-text {
  color: #767676;
}
.cid-tCfgnpnhid .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #000000;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tCfgnpnhid .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-tCfgnpnhid .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-tLvdxQVFsV {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-tLvdxQVFsV .line {
  background-color: #ff0a47;
  color: #ff0a47;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tLvdxQVFsV .section-text {
  padding: 2rem 0;
}
.cid-tLvdxQVFsV .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tLvdxQVFsV .inner-container {
    width: 100% !important;
  }
}
.cid-tCfcD7rkTm {
  background-image: url("../../../assets/images/log1-transformed-2000x1335.jpg");
}
.cid-tCmv499aYN {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
}
.cid-tCmv499aYN .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tCmv499aYN .carousel-item.active,
.cid-tCmv499aYN .carousel-item-next,
.cid-tCmv499aYN .carousel-item-prev {
  display: flex;
}
.cid-tCmv499aYN .carousel-controls a {
  transition: opacity .5s;
  font-size: 2rem;
}
.cid-tCmv499aYN .carousel-controls a span {
  position: absolute;
  top: 180px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
  opacity: .5;
}
.cid-tCmv499aYN .carousel-controls a:hover span {
  opacity: 1;
}
.cid-tCmv499aYN .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-tCmv499aYN .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-tCmv499aYN .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tCmv499aYN H2 {
  color: #ffffff;
}
.cid-tCmv499aYN .user_text {
  color: #ffffff;
}
.cid-tCmv499aYN .user_name {
  color: #ffffff;
}
.cid-tCmv499aYN .user_desk {
  color: #ffffff;
}
.cid-tGQq284X4p {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
}
.cid-tGQq284X4p .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tGQq284X4p .carousel-item.active,
.cid-tGQq284X4p .carousel-item-next,
.cid-tGQq284X4p .carousel-item-prev {
  display: flex;
}
.cid-tGQq284X4p .carousel-controls a {
  transition: opacity .5s;
  font-size: 2rem;
}
.cid-tGQq284X4p .carousel-controls a span {
  position: absolute;
  top: 180px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
  opacity: .5;
}
.cid-tGQq284X4p .carousel-controls a:hover span {
  opacity: 1;
}
.cid-tGQq284X4p .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-tGQq284X4p .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-tGQq284X4p .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tGQq284X4p H2 {
  color: #ffffff;
}
.cid-tGQq284X4p .user_text {
  color: #ffffff;
}
.cid-tGQq284X4p .user_name {
  color: #ffffff;
}
.cid-tGQq284X4p .user_desk {
  color: #ffffff;
}
.cid-tCmnxZMYZ0 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/log-transformed-2000x1335.jpg");
}
.cid-tCmnxZMYZ0 .mbr-iconfont-social {
  font-size: 32px;
  color: #ffffff;
}
.cid-tCmnxZMYZ0 .social-list a:focus {
  text-decoration: none;
}
.cid-tCmnxZMYZ0 H2 {
  color: #ffffff;
}
.cid-tCmnyTrVPd {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/sumeet-b-e2b0-q7gjgg-unsplash-1920x1470.jpg");
}
.cid-tCmnyTrVPd .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-tCmnyTrVPd .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-tCmnyTrVPd .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-tCmnyTrVPd .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-tCmnyTrVPd .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-tCmnyTrVPd .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-tCmnyTrVPd .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-tCmnyTrVPd .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-tCmnyTrVPd .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-tCmnyTrVPd .btn-social + .btn {
  margin-left: .1rem;
}
.cid-tCmnyTrVPd [class^="socicon-"]:before,
.cid-tCmnyTrVPd [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-tCmnyTrVPd .btn {
    font-size: 20px !important;
  }
}
.cid-tCmnyTrVPd .mbr-section-title {
  color: #ffffff;
}
.cid-tLuKT50uyB {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-tLuKT50uyB .content {
    text-align: center;
  }
  .cid-tLuKT50uyB .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tLuKT50uyB .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tLuKT50uyB .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tLuKT50uyB .media-wrap img {
  height: 6rem;
  display: block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-tLuKT50uyB .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tLuKT50uyB .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tLuKT50uyB .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tLuKT50uyB .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tLuKT50uyB .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tLuKT50uyB .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tLuKT50uyB .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tLuKT50uyB .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tOBTrWy251 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tOBTrWy251 .media-container-row .mbr-text {
  text-align: center;
  color: #eec331;
}
.cid-tCgAOF1kh6 .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-tCgAOF1kh6 .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-tCgAOF1kh6 a {
  font-style: normal;
}
.cid-tCgAOF1kh6 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tCgAOF1kh6 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tCgAOF1kh6 .nav-item:focus,
.cid-tCgAOF1kh6 .nav-link:focus {
  outline: none;
}
.cid-tCgAOF1kh6 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tCgAOF1kh6 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tCgAOF1kh6 .menu-logo {
  margin-right: auto;
}
.cid-tCgAOF1kh6 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tCgAOF1kh6 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tCgAOF1kh6 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tCgAOF1kh6 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tCgAOF1kh6 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tCgAOF1kh6 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tCgAOF1kh6 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tCgAOF1kh6 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tCgAOF1kh6 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tCgAOF1kh6 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tCgAOF1kh6 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tCgAOF1kh6 .dropdown .dropdown-menu {
  background: #000000;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tCgAOF1kh6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tCgAOF1kh6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCgAOF1kh6 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tCgAOF1kh6 .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-tCgAOF1kh6 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tCgAOF1kh6 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tCgAOF1kh6 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tCgAOF1kh6 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tCgAOF1kh6 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tCgAOF1kh6 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tCgAOF1kh6 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tCgAOF1kh6 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tCgAOF1kh6 button.navbar-toggler:focus {
  outline: none;
}
.cid-tCgAOF1kh6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tCgAOF1kh6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tCgAOF1kh6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tCgAOF1kh6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tCgAOF1kh6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tCgAOF1kh6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tCgAOF1kh6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tCgAOF1kh6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tCgAOF1kh6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tCgAOF1kh6 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tCgAOF1kh6 .collapsed .btn {
  display: -webkit-flex;
}
.cid-tCgAOF1kh6 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tCgAOF1kh6 .collapsed .navbar-collapse.collapsing,
.cid-tCgAOF1kh6 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tCgAOF1kh6 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tCgAOF1kh6 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tCgAOF1kh6 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tCgAOF1kh6 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tCgAOF1kh6 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tCgAOF1kh6 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tCgAOF1kh6 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tCgAOF1kh6 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tCgAOF1kh6 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tCgAOF1kh6 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-tCgAOF1kh6 .collapsed button.navbar-toggler {
  display: block;
}
.cid-tCgAOF1kh6 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tCgAOF1kh6 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tCgAOF1kh6 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-tCgAOF1kh6 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tCgAOF1kh6 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tCgAOF1kh6 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-tCgAOF1kh6 .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tCgAOF1kh6 img {
    height: 3.8rem !important;
  }
  .cid-tCgAOF1kh6 .btn {
    display: -webkit-flex;
  }
  .cid-tCgAOF1kh6 button.navbar-toggler {
    display: block;
  }
  .cid-tCgAOF1kh6 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tCgAOF1kh6 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tCgAOF1kh6 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tCgAOF1kh6 .navbar-collapse.collapsing,
  .cid-tCgAOF1kh6 .navbar-collapse.show {
    display: block !important;
  }
  .cid-tCgAOF1kh6 .navbar-collapse.collapsing .navbar-nav,
  .cid-tCgAOF1kh6 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tCgAOF1kh6 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tCgAOF1kh6 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tCgAOF1kh6 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tCgAOF1kh6 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tCgAOF1kh6 .navbar-collapse.collapsing .navbar-buttons,
  .cid-tCgAOF1kh6 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tCgAOF1kh6 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tCgAOF1kh6 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tCgAOF1kh6 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-tCgAOF1kh6 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tCgAOF1kh6 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tCgAOF1kh6 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tCgAOF1kh6 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tCgAOF1kh6 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tCgAOF1kh6 .nav-link:hover,
.cid-tCgAOF1kh6 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tCyiEH3k0j {
  background-image: url("../../../assets/images/mbr-9-1920x1280.jpg");
}
.cid-tCyjWlmhaJ {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/g-hotel-1280x853.jpg");
}
.cid-tCyjWlmhaJ .card-box {
  padding: 0 2rem;
}
.cid-tCyjWlmhaJ .mbr-section-btn {
  padding-top: 1rem;
}
.cid-tCyjWlmhaJ .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-tCyjWlmhaJ h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-tCyjWlmhaJ p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-tCyjWlmhaJ .mbr-text {
  color: #767676;
}
.cid-tCyjWlmhaJ .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tCyjWlmhaJ .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-tCyjWlmhaJ .card-title {
  text-align: center;
}
.cid-tLuP1fAnOs {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #000000;
}
.cid-tLuOwUBKJv {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-tLuOwUBKJv .content {
    text-align: center;
  }
  .cid-tLuOwUBKJv .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tLuOwUBKJv .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tLuOwUBKJv .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tLuOwUBKJv .media-wrap img {
  height: 6rem;
  display: block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-tLuOwUBKJv .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tLuOwUBKJv .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tLuOwUBKJv .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tLuOwUBKJv .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tLuOwUBKJv .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tLuOwUBKJv .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tLuOwUBKJv .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tLuOwUBKJv .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tCgAOF1kh6 .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-tCgAOF1kh6 .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-tCgAOF1kh6 a {
  font-style: normal;
}
.cid-tCgAOF1kh6 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tCgAOF1kh6 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tCgAOF1kh6 .nav-item:focus,
.cid-tCgAOF1kh6 .nav-link:focus {
  outline: none;
}
.cid-tCgAOF1kh6 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tCgAOF1kh6 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tCgAOF1kh6 .menu-logo {
  margin-right: auto;
}
.cid-tCgAOF1kh6 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tCgAOF1kh6 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tCgAOF1kh6 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tCgAOF1kh6 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tCgAOF1kh6 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tCgAOF1kh6 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tCgAOF1kh6 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tCgAOF1kh6 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tCgAOF1kh6 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tCgAOF1kh6 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tCgAOF1kh6 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tCgAOF1kh6 .dropdown .dropdown-menu {
  background: #000000;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tCgAOF1kh6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tCgAOF1kh6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCgAOF1kh6 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tCgAOF1kh6 .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-tCgAOF1kh6 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tCgAOF1kh6 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tCgAOF1kh6 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tCgAOF1kh6 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tCgAOF1kh6 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tCgAOF1kh6 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tCgAOF1kh6 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tCgAOF1kh6 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tCgAOF1kh6 button.navbar-toggler:focus {
  outline: none;
}
.cid-tCgAOF1kh6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tCgAOF1kh6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tCgAOF1kh6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tCgAOF1kh6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tCgAOF1kh6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tCgAOF1kh6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tCgAOF1kh6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tCgAOF1kh6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tCgAOF1kh6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tCgAOF1kh6 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tCgAOF1kh6 .collapsed .btn {
  display: -webkit-flex;
}
.cid-tCgAOF1kh6 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tCgAOF1kh6 .collapsed .navbar-collapse.collapsing,
.cid-tCgAOF1kh6 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tCgAOF1kh6 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tCgAOF1kh6 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tCgAOF1kh6 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tCgAOF1kh6 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tCgAOF1kh6 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tCgAOF1kh6 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tCgAOF1kh6 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tCgAOF1kh6 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tCgAOF1kh6 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tCgAOF1kh6 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-tCgAOF1kh6 .collapsed button.navbar-toggler {
  display: block;
}
.cid-tCgAOF1kh6 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tCgAOF1kh6 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tCgAOF1kh6 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-tCgAOF1kh6 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tCgAOF1kh6 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tCgAOF1kh6 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-tCgAOF1kh6 .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tCgAOF1kh6 img {
    height: 3.8rem !important;
  }
  .cid-tCgAOF1kh6 .btn {
    display: -webkit-flex;
  }
  .cid-tCgAOF1kh6 button.navbar-toggler {
    display: block;
  }
  .cid-tCgAOF1kh6 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tCgAOF1kh6 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tCgAOF1kh6 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tCgAOF1kh6 .navbar-collapse.collapsing,
  .cid-tCgAOF1kh6 .navbar-collapse.show {
    display: block !important;
  }
  .cid-tCgAOF1kh6 .navbar-collapse.collapsing .navbar-nav,
  .cid-tCgAOF1kh6 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tCgAOF1kh6 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tCgAOF1kh6 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tCgAOF1kh6 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tCgAOF1kh6 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tCgAOF1kh6 .navbar-collapse.collapsing .navbar-buttons,
  .cid-tCgAOF1kh6 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tCgAOF1kh6 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tCgAOF1kh6 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tCgAOF1kh6 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-tCgAOF1kh6 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tCgAOF1kh6 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tCgAOF1kh6 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tCgAOF1kh6 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tCgAOF1kh6 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tCgAOF1kh6 .nav-link:hover,
.cid-tCgAOF1kh6 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tCJxIXY4Qr {
  background-image: url("../../../assets/images/163032-2000x1334.jpg");
}
.cid-tCJAK8SbJy {
  background-image: url("../../../assets/images/pexels-gursher-gill-13661784-676x450.jpg");
}
.cid-tCTU96zBsQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tCTU96zBsQ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tCTU96zBsQ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tCTU96zBsQ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tCTU96zBsQ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tCTU96zBsQ .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tCTU96zBsQ .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tCTU96zBsQ .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-tCTU96zBsQ .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tCTU96zBsQ .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tOl05InPUv {
  padding-top: 90px;
  padding-bottom: 120px;
  background-color: #000000;
}
.cid-tCTUm2nc5R {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #000000;
}
.cid-tLuUuvDY3Q {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-tLuUuvDY3Q .content {
    text-align: center;
  }
  .cid-tLuUuvDY3Q .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tLuUuvDY3Q .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tLuUuvDY3Q .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tLuUuvDY3Q .media-wrap img {
  height: 6rem;
  display: block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-tLuUuvDY3Q .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tLuUuvDY3Q .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tLuUuvDY3Q .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tLuUuvDY3Q .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tLuUuvDY3Q .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tLuUuvDY3Q .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tLuUuvDY3Q .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tLuUuvDY3Q .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tCgAOF1kh6 .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-tCgAOF1kh6 .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-tCgAOF1kh6 a {
  font-style: normal;
}
.cid-tCgAOF1kh6 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tCgAOF1kh6 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tCgAOF1kh6 .nav-item:focus,
.cid-tCgAOF1kh6 .nav-link:focus {
  outline: none;
}
.cid-tCgAOF1kh6 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tCgAOF1kh6 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tCgAOF1kh6 .menu-logo {
  margin-right: auto;
}
.cid-tCgAOF1kh6 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tCgAOF1kh6 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tCgAOF1kh6 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tCgAOF1kh6 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tCgAOF1kh6 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tCgAOF1kh6 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tCgAOF1kh6 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tCgAOF1kh6 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tCgAOF1kh6 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tCgAOF1kh6 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tCgAOF1kh6 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tCgAOF1kh6 .dropdown .dropdown-menu {
  background: #000000;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tCgAOF1kh6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tCgAOF1kh6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCgAOF1kh6 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tCgAOF1kh6 .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-tCgAOF1kh6 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tCgAOF1kh6 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tCgAOF1kh6 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tCgAOF1kh6 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tCgAOF1kh6 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tCgAOF1kh6 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tCgAOF1kh6 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tCgAOF1kh6 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tCgAOF1kh6 button.navbar-toggler:focus {
  outline: none;
}
.cid-tCgAOF1kh6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tCgAOF1kh6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tCgAOF1kh6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tCgAOF1kh6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tCgAOF1kh6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tCgAOF1kh6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tCgAOF1kh6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tCgAOF1kh6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tCgAOF1kh6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tCgAOF1kh6 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tCgAOF1kh6 .collapsed .btn {
  display: -webkit-flex;
}
.cid-tCgAOF1kh6 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tCgAOF1kh6 .collapsed .navbar-collapse.collapsing,
.cid-tCgAOF1kh6 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tCgAOF1kh6 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tCgAOF1kh6 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tCgAOF1kh6 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tCgAOF1kh6 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tCgAOF1kh6 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tCgAOF1kh6 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tCgAOF1kh6 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tCgAOF1kh6 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tCgAOF1kh6 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tCgAOF1kh6 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-tCgAOF1kh6 .collapsed button.navbar-toggler {
  display: block;
}
.cid-tCgAOF1kh6 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tCgAOF1kh6 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tCgAOF1kh6 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-tCgAOF1kh6 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tCgAOF1kh6 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tCgAOF1kh6 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-tCgAOF1kh6 .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tCgAOF1kh6 img {
    height: 3.8rem !important;
  }
  .cid-tCgAOF1kh6 .btn {
    display: -webkit-flex;
  }
  .cid-tCgAOF1kh6 button.navbar-toggler {
    display: block;
  }
  .cid-tCgAOF1kh6 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tCgAOF1kh6 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tCgAOF1kh6 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tCgAOF1kh6 .navbar-collapse.collapsing,
  .cid-tCgAOF1kh6 .navbar-collapse.show {
    display: block !important;
  }
  .cid-tCgAOF1kh6 .navbar-collapse.collapsing .navbar-nav,
  .cid-tCgAOF1kh6 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tCgAOF1kh6 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tCgAOF1kh6 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tCgAOF1kh6 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tCgAOF1kh6 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tCgAOF1kh6 .navbar-collapse.collapsing .navbar-buttons,
  .cid-tCgAOF1kh6 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tCgAOF1kh6 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tCgAOF1kh6 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tCgAOF1kh6 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-tCgAOF1kh6 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tCgAOF1kh6 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tCgAOF1kh6 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tCgAOF1kh6 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tCgAOF1kh6 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tCgAOF1kh6 .nav-link:hover,
.cid-tCgAOF1kh6 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tCDZW5vRhJ {
  background-image: url("../../../assets/images/pb-032822-pf-learning-the-history-of-indian-food-v2-1600x900.png");
}
.cid-tCTXd7tHnG {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-tCTXd7tHnG .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-tCTXd7tHnG .mbr-content-text {
  color: #767676;
}
.cid-tCTXd7tHnG .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-tCTXd7tHnG .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
@media (max-width: 767px) {
  .cid-tCTXd7tHnG .card:not(.last-child) {
    padding-bottom: 1.5rem;
  }
}
.cid-tCTXd7tHnG .img-text {
  color: #c1c1c1;
}
.cid-tIQ1sHqLUF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tIQ1sHqLUF .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tIQ1sHqLUF .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tIQ1sHqLUF .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tIQ1sHqLUF .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tIQ1sHqLUF .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tIQ1sHqLUF .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tIQ1sHqLUF .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-tIQ1sHqLUF .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tIQ1sHqLUF .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tJurBP4U4G {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tJurBP4U4G .mbr-section-subtitle {
  color: #b1a374;
}
.cid-tJurBP4U4G H2 {
  color: #e4d295;
}
.cid-tJupoSZG5U {
  padding-top: 30px;
  padding-bottom: 120px;
  background-color: #000000;
}
.cid-tK8VzxMCrh {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tK8VzxMCrh .mbr-section-subtitle {
  color: #767676;
}
.cid-tK8VzxMCrh .btn {
  margin: 0 0 .5rem 0;
}
.cid-tK8VzxMCrh H2 {
  color: #ffffff;
}
.cid-tJZS82ycVY {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tJZS82ycVY .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-tJZS82ycVY .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-tJZS82ycVY .mbr-text {
  color: #eec641;
}
.cid-tLv5je1f2Y {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-tLv5je1f2Y .content {
    text-align: center;
  }
  .cid-tLv5je1f2Y .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tLv5je1f2Y .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tLv5je1f2Y .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tLv5je1f2Y .media-wrap img {
  height: 6rem;
  display: block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-tLv5je1f2Y .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tLv5je1f2Y .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tLv5je1f2Y .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tLv5je1f2Y .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tLv5je1f2Y .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tLv5je1f2Y .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tLv5je1f2Y .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tLv5je1f2Y .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tCgAOF1kh6 .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-tCgAOF1kh6 .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-tCgAOF1kh6 a {
  font-style: normal;
}
.cid-tCgAOF1kh6 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tCgAOF1kh6 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tCgAOF1kh6 .nav-item:focus,
.cid-tCgAOF1kh6 .nav-link:focus {
  outline: none;
}
.cid-tCgAOF1kh6 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tCgAOF1kh6 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tCgAOF1kh6 .menu-logo {
  margin-right: auto;
}
.cid-tCgAOF1kh6 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tCgAOF1kh6 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tCgAOF1kh6 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tCgAOF1kh6 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tCgAOF1kh6 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tCgAOF1kh6 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tCgAOF1kh6 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tCgAOF1kh6 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tCgAOF1kh6 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tCgAOF1kh6 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tCgAOF1kh6 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tCgAOF1kh6 .dropdown .dropdown-menu {
  background: #000000;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tCgAOF1kh6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tCgAOF1kh6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCgAOF1kh6 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tCgAOF1kh6 .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-tCgAOF1kh6 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tCgAOF1kh6 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tCgAOF1kh6 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tCgAOF1kh6 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tCgAOF1kh6 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tCgAOF1kh6 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tCgAOF1kh6 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tCgAOF1kh6 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tCgAOF1kh6 button.navbar-toggler:focus {
  outline: none;
}
.cid-tCgAOF1kh6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tCgAOF1kh6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tCgAOF1kh6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tCgAOF1kh6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tCgAOF1kh6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tCgAOF1kh6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tCgAOF1kh6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tCgAOF1kh6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tCgAOF1kh6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tCgAOF1kh6 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tCgAOF1kh6 .collapsed .btn {
  display: -webkit-flex;
}
.cid-tCgAOF1kh6 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tCgAOF1kh6 .collapsed .navbar-collapse.collapsing,
.cid-tCgAOF1kh6 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tCgAOF1kh6 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tCgAOF1kh6 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tCgAOF1kh6 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tCgAOF1kh6 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tCgAOF1kh6 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tCgAOF1kh6 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tCgAOF1kh6 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tCgAOF1kh6 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tCgAOF1kh6 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tCgAOF1kh6 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-tCgAOF1kh6 .collapsed button.navbar-toggler {
  display: block;
}
.cid-tCgAOF1kh6 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tCgAOF1kh6 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tCgAOF1kh6 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-tCgAOF1kh6 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tCgAOF1kh6 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tCgAOF1kh6 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-tCgAOF1kh6 .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tCgAOF1kh6 img {
    height: 3.8rem !important;
  }
  .cid-tCgAOF1kh6 .btn {
    display: -webkit-flex;
  }
  .cid-tCgAOF1kh6 button.navbar-toggler {
    display: block;
  }
  .cid-tCgAOF1kh6 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tCgAOF1kh6 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tCgAOF1kh6 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tCgAOF1kh6 .navbar-collapse.collapsing,
  .cid-tCgAOF1kh6 .navbar-collapse.show {
    display: block !important;
  }
  .cid-tCgAOF1kh6 .navbar-collapse.collapsing .navbar-nav,
  .cid-tCgAOF1kh6 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tCgAOF1kh6 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tCgAOF1kh6 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tCgAOF1kh6 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tCgAOF1kh6 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tCgAOF1kh6 .navbar-collapse.collapsing .navbar-buttons,
  .cid-tCgAOF1kh6 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tCgAOF1kh6 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tCgAOF1kh6 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tCgAOF1kh6 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-tCgAOF1kh6 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tCgAOF1kh6 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tCgAOF1kh6 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tCgAOF1kh6 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tCgAOF1kh6 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tCgAOF1kh6 .nav-link:hover,
.cid-tCgAOF1kh6 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tGQvTQis4Y {
  background-image: url("../../../assets/images/whatsapp-image-2023-08-03-at-3.41.16-pm-1024x684.jpg");
}
.cid-tIPVExGq4H {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tIPVExGq4H H2 {
  color: #c7b063;
}
.cid-tGQw0aRtkk {
  padding-top: 0px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-tGQw0aRtkk .card-box {
  padding: 0 2rem;
}
.cid-tGQw0aRtkk .mbr-section-btn {
  padding-top: 1rem;
}
.cid-tGQw0aRtkk .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-tGQw0aRtkk h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-tGQw0aRtkk p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-tGQw0aRtkk .mbr-text {
  color: #767676;
}
.cid-tGQw0aRtkk .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #000000;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tGQw0aRtkk .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-tGQwtJMFBC {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/mbr-7-1920x1280.jpg");
}
.cid-tGQwtJMFBC .mbr-text {
  color: #ffffff;
  margin: 0;
  padding-top: 1.5rem;
}
.cid-tGQwtJMFBC div.b {
  padding-top: 2rem;
}
.cid-tGQwtJMFBC H2 {
  text-align: center;
  color: #ffffff;
}
.cid-tGQwtJMFBC H5 {
  color: #ffffff;
}
.cid-tKQFhPxzal .main_wrapper {
  position: relative;
  height: 34rem;
  width: 100%;
  background-color: #c0c0c0;
}
.cid-tKQFhPxzal .main_wrapper .b_wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.cid-tKQFhPxzal .main_wrapper .b_wrapper .block {
  height: 300px;
  background-color: #ffffff;
  pointer-events: fill;
}
.cid-tKQFhPxzal .main_wrapper .b_wrapper .block .block_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-tKQFhPxzal .google-map {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cid-tKQFhPxzal .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tKQFhPxzal .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tKQFhPxzal .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tKQFhPxzal .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-tKQFhPxzal .main_wrapper .b_wrapper {
    display: block;
    height: unset;
  }
  .cid-tKQFhPxzal .google-map {
    position: relative;
  }
  .cid-tKQFhPxzal .container {
    max-width: 100%;
    padding: 0;
  }
}
.cid-tLuX0hSDsY {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-tLuX0hSDsY .content {
    text-align: center;
  }
  .cid-tLuX0hSDsY .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tLuX0hSDsY .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tLuX0hSDsY .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tLuX0hSDsY .media-wrap img {
  height: 6rem;
  display: block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-tLuX0hSDsY .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tLuX0hSDsY .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tLuX0hSDsY .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tLuX0hSDsY .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tLuX0hSDsY .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tLuX0hSDsY .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tLuX0hSDsY .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tLuX0hSDsY .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tJu7JJcsQ3 .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-tJu7JJcsQ3 .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-tJu7JJcsQ3 a {
  font-style: normal;
}
.cid-tJu7JJcsQ3 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tJu7JJcsQ3 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tJu7JJcsQ3 .nav-item:focus,
.cid-tJu7JJcsQ3 .nav-link:focus {
  outline: none;
}
.cid-tJu7JJcsQ3 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tJu7JJcsQ3 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tJu7JJcsQ3 .menu-logo {
  margin-right: auto;
}
.cid-tJu7JJcsQ3 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tJu7JJcsQ3 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tJu7JJcsQ3 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tJu7JJcsQ3 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tJu7JJcsQ3 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tJu7JJcsQ3 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tJu7JJcsQ3 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tJu7JJcsQ3 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tJu7JJcsQ3 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tJu7JJcsQ3 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tJu7JJcsQ3 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tJu7JJcsQ3 .dropdown .dropdown-menu {
  background: #000000;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tJu7JJcsQ3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tJu7JJcsQ3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tJu7JJcsQ3 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tJu7JJcsQ3 .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-tJu7JJcsQ3 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tJu7JJcsQ3 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tJu7JJcsQ3 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tJu7JJcsQ3 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tJu7JJcsQ3 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tJu7JJcsQ3 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tJu7JJcsQ3 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tJu7JJcsQ3 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tJu7JJcsQ3 button.navbar-toggler:focus {
  outline: none;
}
.cid-tJu7JJcsQ3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tJu7JJcsQ3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tJu7JJcsQ3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tJu7JJcsQ3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tJu7JJcsQ3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tJu7JJcsQ3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tJu7JJcsQ3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tJu7JJcsQ3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tJu7JJcsQ3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tJu7JJcsQ3 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tJu7JJcsQ3 .collapsed .btn {
  display: -webkit-flex;
}
.cid-tJu7JJcsQ3 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tJu7JJcsQ3 .collapsed .navbar-collapse.collapsing,
.cid-tJu7JJcsQ3 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tJu7JJcsQ3 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tJu7JJcsQ3 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tJu7JJcsQ3 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tJu7JJcsQ3 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tJu7JJcsQ3 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tJu7JJcsQ3 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tJu7JJcsQ3 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tJu7JJcsQ3 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tJu7JJcsQ3 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tJu7JJcsQ3 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-tJu7JJcsQ3 .collapsed button.navbar-toggler {
  display: block;
}
.cid-tJu7JJcsQ3 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tJu7JJcsQ3 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tJu7JJcsQ3 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-tJu7JJcsQ3 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tJu7JJcsQ3 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tJu7JJcsQ3 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-tJu7JJcsQ3 .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tJu7JJcsQ3 img {
    height: 3.8rem !important;
  }
  .cid-tJu7JJcsQ3 .btn {
    display: -webkit-flex;
  }
  .cid-tJu7JJcsQ3 button.navbar-toggler {
    display: block;
  }
  .cid-tJu7JJcsQ3 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tJu7JJcsQ3 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tJu7JJcsQ3 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tJu7JJcsQ3 .navbar-collapse.collapsing,
  .cid-tJu7JJcsQ3 .navbar-collapse.show {
    display: block !important;
  }
  .cid-tJu7JJcsQ3 .navbar-collapse.collapsing .navbar-nav,
  .cid-tJu7JJcsQ3 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tJu7JJcsQ3 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tJu7JJcsQ3 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tJu7JJcsQ3 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tJu7JJcsQ3 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tJu7JJcsQ3 .navbar-collapse.collapsing .navbar-buttons,
  .cid-tJu7JJcsQ3 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tJu7JJcsQ3 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tJu7JJcsQ3 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tJu7JJcsQ3 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-tJu7JJcsQ3 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tJu7JJcsQ3 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tJu7JJcsQ3 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tJu7JJcsQ3 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tJu7JJcsQ3 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tJu7JJcsQ3 .nav-link:hover,
.cid-tJu7JJcsQ3 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tJu7JLbmz6 {
  background-image: url("../../../assets/images/dd-2000x1335.jpg");
}
.cid-tJu7JLbmz6 H1 {
  color: #ffffff;
}
.cid-tJu7JNrQtG {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tJu7JNrQtG H2 {
  color: #c7b063;
}
.cid-tJu7JOQCE0 {
  padding-top: 0px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-tJu7JOQCE0 .card-box {
  padding: 0 2rem;
}
.cid-tJu7JOQCE0 .mbr-section-btn {
  padding-top: 1rem;
}
.cid-tJu7JOQCE0 .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-tJu7JOQCE0 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-tJu7JOQCE0 p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-tJu7JOQCE0 .mbr-text {
  color: #767676;
}
.cid-tJu7JOQCE0 .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #000000;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tJu7JOQCE0 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-tLtfK2azUk .main_wrapper {
  position: relative;
  height: 32rem;
  width: 100%;
  background-color: #c0c0c0;
}
.cid-tLtfK2azUk .main_wrapper .b_wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.cid-tLtfK2azUk .main_wrapper .b_wrapper .block {
  height: 300px;
  background-color: #c7b063;
  pointer-events: fill;
}
.cid-tLtfK2azUk .main_wrapper .b_wrapper .block .block_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-tLtfK2azUk .google-map {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cid-tLtfK2azUk .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tLtfK2azUk .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tLtfK2azUk .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tLtfK2azUk .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-tLtfK2azUk .main_wrapper .b_wrapper {
    display: block;
    height: unset;
  }
  .cid-tLtfK2azUk .google-map {
    position: relative;
  }
  .cid-tLtfK2azUk .container {
    max-width: 100%;
    padding: 0;
  }
}
.cid-tJu7JQhzdk {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/mbr-7-1920x1280.jpg");
}
.cid-tJu7JQhzdk .mbr-text {
  color: #ffffff;
  margin: 0;
  padding-top: 1.5rem;
}
.cid-tJu7JQhzdk div.b {
  padding-top: 2rem;
}
.cid-tJu7JQhzdk H2 {
  text-align: center;
  color: #ffffff;
}
.cid-tJu7JQhzdk H5 {
  color: #ffffff;
}
.cid-tLuVisSwNy {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-tLuVisSwNy .content {
    text-align: center;
  }
  .cid-tLuVisSwNy .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tLuVisSwNy .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tLuVisSwNy .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tLuVisSwNy .media-wrap img {
  height: 6rem;
  display: block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-tLuVisSwNy .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tLuVisSwNy .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tLuVisSwNy .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tLuVisSwNy .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tLuVisSwNy .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tLuVisSwNy .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tLuVisSwNy .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tLuVisSwNy .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tJu9ibfPH5 .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-tJu9ibfPH5 .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-tJu9ibfPH5 a {
  font-style: normal;
}
.cid-tJu9ibfPH5 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tJu9ibfPH5 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tJu9ibfPH5 .nav-item:focus,
.cid-tJu9ibfPH5 .nav-link:focus {
  outline: none;
}
.cid-tJu9ibfPH5 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tJu9ibfPH5 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tJu9ibfPH5 .menu-logo {
  margin-right: auto;
}
.cid-tJu9ibfPH5 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tJu9ibfPH5 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tJu9ibfPH5 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tJu9ibfPH5 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tJu9ibfPH5 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tJu9ibfPH5 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tJu9ibfPH5 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tJu9ibfPH5 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tJu9ibfPH5 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tJu9ibfPH5 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tJu9ibfPH5 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tJu9ibfPH5 .dropdown .dropdown-menu {
  background: #000000;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tJu9ibfPH5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tJu9ibfPH5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tJu9ibfPH5 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tJu9ibfPH5 .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-tJu9ibfPH5 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tJu9ibfPH5 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tJu9ibfPH5 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tJu9ibfPH5 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tJu9ibfPH5 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tJu9ibfPH5 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tJu9ibfPH5 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tJu9ibfPH5 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tJu9ibfPH5 button.navbar-toggler:focus {
  outline: none;
}
.cid-tJu9ibfPH5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tJu9ibfPH5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tJu9ibfPH5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tJu9ibfPH5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tJu9ibfPH5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tJu9ibfPH5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tJu9ibfPH5 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tJu9ibfPH5 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tJu9ibfPH5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tJu9ibfPH5 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tJu9ibfPH5 .collapsed .btn {
  display: -webkit-flex;
}
.cid-tJu9ibfPH5 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tJu9ibfPH5 .collapsed .navbar-collapse.collapsing,
.cid-tJu9ibfPH5 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tJu9ibfPH5 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tJu9ibfPH5 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tJu9ibfPH5 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tJu9ibfPH5 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tJu9ibfPH5 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tJu9ibfPH5 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tJu9ibfPH5 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tJu9ibfPH5 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tJu9ibfPH5 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tJu9ibfPH5 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-tJu9ibfPH5 .collapsed button.navbar-toggler {
  display: block;
}
.cid-tJu9ibfPH5 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tJu9ibfPH5 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tJu9ibfPH5 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-tJu9ibfPH5 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tJu9ibfPH5 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tJu9ibfPH5 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-tJu9ibfPH5 .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tJu9ibfPH5 img {
    height: 3.8rem !important;
  }
  .cid-tJu9ibfPH5 .btn {
    display: -webkit-flex;
  }
  .cid-tJu9ibfPH5 button.navbar-toggler {
    display: block;
  }
  .cid-tJu9ibfPH5 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tJu9ibfPH5 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tJu9ibfPH5 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tJu9ibfPH5 .navbar-collapse.collapsing,
  .cid-tJu9ibfPH5 .navbar-collapse.show {
    display: block !important;
  }
  .cid-tJu9ibfPH5 .navbar-collapse.collapsing .navbar-nav,
  .cid-tJu9ibfPH5 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tJu9ibfPH5 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tJu9ibfPH5 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tJu9ibfPH5 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tJu9ibfPH5 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tJu9ibfPH5 .navbar-collapse.collapsing .navbar-buttons,
  .cid-tJu9ibfPH5 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tJu9ibfPH5 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tJu9ibfPH5 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tJu9ibfPH5 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-tJu9ibfPH5 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tJu9ibfPH5 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tJu9ibfPH5 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tJu9ibfPH5 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tJu9ibfPH5 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tJu9ibfPH5 .nav-link:hover,
.cid-tJu9ibfPH5 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tJu9ibMqQS {
  background-image: url("../../../assets/images/dsc-8350-copy-2000x1335.jpg");
}
.cid-tJu9icuMRe {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tJu9icuMRe H2 {
  color: #eec641;
}
.cid-tJu9id4SFB {
  padding-top: 0px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-tJu9id4SFB .card-box {
  padding: 0 2rem;
}
.cid-tJu9id4SFB .mbr-section-btn {
  padding-top: 1rem;
}
.cid-tJu9id4SFB .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-tJu9id4SFB h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-tJu9id4SFB p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-tJu9id4SFB .mbr-text {
  color: #767676;
}
.cid-tJu9id4SFB .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #000000;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tJu9id4SFB .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-tJu9idQApf {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/mbr-7-1920x1280.jpg");
}
.cid-tJu9idQApf .mbr-text {
  color: #ffffff;
  margin: 0;
  padding-top: 1.5rem;
}
.cid-tJu9idQApf div.b {
  padding-top: 2rem;
}
.cid-tJu9idQApf H2 {
  text-align: center;
  color: #ffffff;
}
.cid-tJu9idQApf H5 {
  color: #ffffff;
}
.cid-tJu9ieybRx .google-map {
  height: 25rem;
  position: relative;
}
.cid-tJu9ieybRx .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tJu9ieybRx .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tJu9ieybRx .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tJu9ieybRx .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tLv3uwSSHg {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-tLv3uwSSHg .content {
    text-align: center;
  }
  .cid-tLv3uwSSHg .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tLv3uwSSHg .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tLv3uwSSHg .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tLv3uwSSHg .media-wrap img {
  height: 6rem;
  display: block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-tLv3uwSSHg .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tLv3uwSSHg .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tLv3uwSSHg .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tLv3uwSSHg .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tLv3uwSSHg .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tLv3uwSSHg .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tLv3uwSSHg .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tLv3uwSSHg .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tJusxvOVUn .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-tJusxvOVUn .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-tJusxvOVUn a {
  font-style: normal;
}
.cid-tJusxvOVUn .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tJusxvOVUn .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tJusxvOVUn .nav-item:focus,
.cid-tJusxvOVUn .nav-link:focus {
  outline: none;
}
.cid-tJusxvOVUn .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tJusxvOVUn .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tJusxvOVUn .menu-logo {
  margin-right: auto;
}
.cid-tJusxvOVUn .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tJusxvOVUn .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tJusxvOVUn .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tJusxvOVUn .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tJusxvOVUn .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tJusxvOVUn .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tJusxvOVUn .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tJusxvOVUn .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tJusxvOVUn .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tJusxvOVUn .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tJusxvOVUn .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tJusxvOVUn .dropdown .dropdown-menu {
  background: #000000;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tJusxvOVUn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tJusxvOVUn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tJusxvOVUn .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tJusxvOVUn .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-tJusxvOVUn .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tJusxvOVUn .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tJusxvOVUn .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tJusxvOVUn .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tJusxvOVUn .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tJusxvOVUn .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tJusxvOVUn .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tJusxvOVUn button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tJusxvOVUn button.navbar-toggler:focus {
  outline: none;
}
.cid-tJusxvOVUn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tJusxvOVUn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tJusxvOVUn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tJusxvOVUn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tJusxvOVUn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tJusxvOVUn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tJusxvOVUn nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tJusxvOVUn nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tJusxvOVUn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tJusxvOVUn .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tJusxvOVUn .collapsed .btn {
  display: -webkit-flex;
}
.cid-tJusxvOVUn .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tJusxvOVUn .collapsed .navbar-collapse.collapsing,
.cid-tJusxvOVUn .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tJusxvOVUn .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tJusxvOVUn .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tJusxvOVUn .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tJusxvOVUn .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tJusxvOVUn .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tJusxvOVUn .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tJusxvOVUn .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tJusxvOVUn .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tJusxvOVUn .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tJusxvOVUn .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-tJusxvOVUn .collapsed button.navbar-toggler {
  display: block;
}
.cid-tJusxvOVUn .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tJusxvOVUn .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tJusxvOVUn .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-tJusxvOVUn .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tJusxvOVUn .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tJusxvOVUn .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-tJusxvOVUn .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tJusxvOVUn img {
    height: 3.8rem !important;
  }
  .cid-tJusxvOVUn .btn {
    display: -webkit-flex;
  }
  .cid-tJusxvOVUn button.navbar-toggler {
    display: block;
  }
  .cid-tJusxvOVUn .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tJusxvOVUn .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tJusxvOVUn .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tJusxvOVUn .navbar-collapse.collapsing,
  .cid-tJusxvOVUn .navbar-collapse.show {
    display: block !important;
  }
  .cid-tJusxvOVUn .navbar-collapse.collapsing .navbar-nav,
  .cid-tJusxvOVUn .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tJusxvOVUn .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tJusxvOVUn .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tJusxvOVUn .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tJusxvOVUn .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tJusxvOVUn .navbar-collapse.collapsing .navbar-buttons,
  .cid-tJusxvOVUn .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tJusxvOVUn .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tJusxvOVUn .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tJusxvOVUn .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-tJusxvOVUn .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tJusxvOVUn .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tJusxvOVUn .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tJusxvOVUn .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tJusxvOVUn .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tJusxvOVUn .nav-link:hover,
.cid-tJusxvOVUn .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tJusxwPoNJ {
  background-image: url("../../../assets/images/pb-032822-pf-learning-the-history-of-indian-food-v2-1600x900.png");
}
.cid-tJusxxIY38 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tJusxxIY38 .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-tJusxxIY38 .mbr-content-text {
  color: #767676;
}
.cid-tJusxxIY38 .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-tJusxxIY38 .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
@media (max-width: 767px) {
  .cid-tJusxxIY38 .card:not(.last-child) {
    padding-bottom: 1.5rem;
  }
}
.cid-tJusxxIY38 .img-text {
  color: #c1c1c1;
}
.cid-tJusxyZgrS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tJusxyZgrS .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tJusxyZgrS .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tJusxyZgrS .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tJusxyZgrS .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tJusxyZgrS .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tJusxyZgrS .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tJusxyZgrS .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-tJusxyZgrS .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tJusxyZgrS .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tJusxAnimi {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tJusxAnimi .mbr-section-subtitle {
  color: #eec641;
}
.cid-tJusxAnimi H2 {
  color: #c7b063;
}
.cid-tJusxB3c2l {
  padding-top: 60px;
  padding-bottom: 120px;
  background-color: #000000;
}
.cid-tK91KzTogU {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tK91KzTogU .mbr-section-subtitle {
  color: #767676;
}
.cid-tK91KzTogU .btn {
  margin: 0 0 .5rem 0;
}
.cid-tK91KzTogU H2 {
  color: #ffffff;
}
.cid-tK91LodsdI {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tK91LodsdI .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-tK91LodsdI .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-tK91LodsdI .mbr-text {
  color: #eec641;
}
.cid-tLv5If1gUh {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-tLv5If1gUh .content {
    text-align: center;
  }
  .cid-tLv5If1gUh .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tLv5If1gUh .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tLv5If1gUh .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tLv5If1gUh .media-wrap img {
  height: 6rem;
  display: block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-tLv5If1gUh .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tLv5If1gUh .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tLv5If1gUh .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tLv5If1gUh .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tLv5If1gUh .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tLv5If1gUh .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tLv5If1gUh .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tLv5If1gUh .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tJusG14ef2 .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-tJusG14ef2 .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-tJusG14ef2 a {
  font-style: normal;
}
.cid-tJusG14ef2 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tJusG14ef2 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tJusG14ef2 .nav-item:focus,
.cid-tJusG14ef2 .nav-link:focus {
  outline: none;
}
.cid-tJusG14ef2 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tJusG14ef2 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tJusG14ef2 .menu-logo {
  margin-right: auto;
}
.cid-tJusG14ef2 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tJusG14ef2 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tJusG14ef2 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tJusG14ef2 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tJusG14ef2 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tJusG14ef2 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tJusG14ef2 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tJusG14ef2 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tJusG14ef2 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tJusG14ef2 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tJusG14ef2 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tJusG14ef2 .dropdown .dropdown-menu {
  background: #000000;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tJusG14ef2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tJusG14ef2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tJusG14ef2 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tJusG14ef2 .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-tJusG14ef2 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tJusG14ef2 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tJusG14ef2 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tJusG14ef2 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tJusG14ef2 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tJusG14ef2 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tJusG14ef2 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tJusG14ef2 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tJusG14ef2 button.navbar-toggler:focus {
  outline: none;
}
.cid-tJusG14ef2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tJusG14ef2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tJusG14ef2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tJusG14ef2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tJusG14ef2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tJusG14ef2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tJusG14ef2 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tJusG14ef2 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tJusG14ef2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tJusG14ef2 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tJusG14ef2 .collapsed .btn {
  display: -webkit-flex;
}
.cid-tJusG14ef2 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tJusG14ef2 .collapsed .navbar-collapse.collapsing,
.cid-tJusG14ef2 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tJusG14ef2 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tJusG14ef2 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tJusG14ef2 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tJusG14ef2 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tJusG14ef2 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tJusG14ef2 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tJusG14ef2 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tJusG14ef2 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tJusG14ef2 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tJusG14ef2 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-tJusG14ef2 .collapsed button.navbar-toggler {
  display: block;
}
.cid-tJusG14ef2 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tJusG14ef2 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tJusG14ef2 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-tJusG14ef2 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tJusG14ef2 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tJusG14ef2 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-tJusG14ef2 .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tJusG14ef2 img {
    height: 3.8rem !important;
  }
  .cid-tJusG14ef2 .btn {
    display: -webkit-flex;
  }
  .cid-tJusG14ef2 button.navbar-toggler {
    display: block;
  }
  .cid-tJusG14ef2 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tJusG14ef2 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tJusG14ef2 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tJusG14ef2 .navbar-collapse.collapsing,
  .cid-tJusG14ef2 .navbar-collapse.show {
    display: block !important;
  }
  .cid-tJusG14ef2 .navbar-collapse.collapsing .navbar-nav,
  .cid-tJusG14ef2 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tJusG14ef2 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tJusG14ef2 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tJusG14ef2 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tJusG14ef2 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tJusG14ef2 .navbar-collapse.collapsing .navbar-buttons,
  .cid-tJusG14ef2 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tJusG14ef2 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tJusG14ef2 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tJusG14ef2 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-tJusG14ef2 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tJusG14ef2 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tJusG14ef2 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tJusG14ef2 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tJusG14ef2 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tJusG14ef2 .nav-link:hover,
.cid-tJusG14ef2 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tJusG2ba9r {
  background-image: url("../../../assets/images/pb-032822-pf-learning-the-history-of-indian-food-v2-1600x900.png");
}
.cid-tJusG3qBEG {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tJusG3qBEG .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-tJusG3qBEG .mbr-content-text {
  color: #767676;
}
.cid-tJusG3qBEG .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-tJusG3qBEG .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
@media (max-width: 767px) {
  .cid-tJusG3qBEG .card:not(.last-child) {
    padding-bottom: 1.5rem;
  }
}
.cid-tJusG3qBEG .img-text {
  color: #c1c1c1;
}
.cid-tJusG551sf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tJusG551sf .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tJusG551sf .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tJusG551sf .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tJusG551sf .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tJusG551sf .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tJusG551sf .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tJusG551sf .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-tJusG551sf .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tJusG551sf .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tJusG6lhYL {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tJusG6lhYL .mbr-section-subtitle {
  color: #eec641;
}
.cid-tJusG6lhYL H2 {
  color: #eec641;
}
.cid-tJusG6RddS {
  padding-top: 45px;
  padding-bottom: 120px;
  background-color: #000000;
}
.cid-tK92Q0vOJc {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tK92Q0vOJc .mbr-section-subtitle {
  color: #767676;
}
.cid-tK92Q0vOJc .btn {
  margin: 0 0 .5rem 0;
}
.cid-tK92Q0vOJc H2 {
  color: #ffffff;
}
.cid-tK92RdbG7D {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tK92RdbG7D .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-tK92RdbG7D .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-tK92RdbG7D .mbr-text {
  color: #eec641;
}
.cid-tLv6qurHb9 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-tLv6qurHb9 .content {
    text-align: center;
  }
  .cid-tLv6qurHb9 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tLv6qurHb9 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tLv6qurHb9 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tLv6qurHb9 .media-wrap img {
  height: 6rem;
  display: block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-tLv6qurHb9 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tLv6qurHb9 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tLv6qurHb9 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tLv6qurHb9 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tLv6qurHb9 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tLv6qurHb9 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tLv6qurHb9 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tLv6qurHb9 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tLuNR3SkHD .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-tLuNR3SkHD .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-tLuNR3SkHD a {
  font-style: normal;
}
.cid-tLuNR3SkHD .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tLuNR3SkHD .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tLuNR3SkHD .nav-item:focus,
.cid-tLuNR3SkHD .nav-link:focus {
  outline: none;
}
.cid-tLuNR3SkHD .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tLuNR3SkHD .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tLuNR3SkHD .menu-logo {
  margin-right: auto;
}
.cid-tLuNR3SkHD .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tLuNR3SkHD .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tLuNR3SkHD .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tLuNR3SkHD .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tLuNR3SkHD .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tLuNR3SkHD .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tLuNR3SkHD .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tLuNR3SkHD .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tLuNR3SkHD .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tLuNR3SkHD .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tLuNR3SkHD .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tLuNR3SkHD .dropdown .dropdown-menu {
  background: #000000;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tLuNR3SkHD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tLuNR3SkHD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tLuNR3SkHD .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tLuNR3SkHD .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-tLuNR3SkHD .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tLuNR3SkHD .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tLuNR3SkHD .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tLuNR3SkHD .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tLuNR3SkHD .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tLuNR3SkHD .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tLuNR3SkHD .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tLuNR3SkHD button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tLuNR3SkHD button.navbar-toggler:focus {
  outline: none;
}
.cid-tLuNR3SkHD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tLuNR3SkHD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tLuNR3SkHD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tLuNR3SkHD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tLuNR3SkHD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tLuNR3SkHD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tLuNR3SkHD nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tLuNR3SkHD nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tLuNR3SkHD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tLuNR3SkHD .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tLuNR3SkHD .collapsed .btn {
  display: -webkit-flex;
}
.cid-tLuNR3SkHD .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tLuNR3SkHD .collapsed .navbar-collapse.collapsing,
.cid-tLuNR3SkHD .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tLuNR3SkHD .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tLuNR3SkHD .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tLuNR3SkHD .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tLuNR3SkHD .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tLuNR3SkHD .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tLuNR3SkHD .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tLuNR3SkHD .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tLuNR3SkHD .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tLuNR3SkHD .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tLuNR3SkHD .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-tLuNR3SkHD .collapsed button.navbar-toggler {
  display: block;
}
.cid-tLuNR3SkHD .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tLuNR3SkHD .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tLuNR3SkHD .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-tLuNR3SkHD .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tLuNR3SkHD .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tLuNR3SkHD .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-tLuNR3SkHD .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tLuNR3SkHD img {
    height: 3.8rem !important;
  }
  .cid-tLuNR3SkHD .btn {
    display: -webkit-flex;
  }
  .cid-tLuNR3SkHD button.navbar-toggler {
    display: block;
  }
  .cid-tLuNR3SkHD .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tLuNR3SkHD .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tLuNR3SkHD .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tLuNR3SkHD .navbar-collapse.collapsing,
  .cid-tLuNR3SkHD .navbar-collapse.show {
    display: block !important;
  }
  .cid-tLuNR3SkHD .navbar-collapse.collapsing .navbar-nav,
  .cid-tLuNR3SkHD .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tLuNR3SkHD .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tLuNR3SkHD .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tLuNR3SkHD .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tLuNR3SkHD .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tLuNR3SkHD .navbar-collapse.collapsing .navbar-buttons,
  .cid-tLuNR3SkHD .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tLuNR3SkHD .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tLuNR3SkHD .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tLuNR3SkHD .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-tLuNR3SkHD .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tLuNR3SkHD .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tLuNR3SkHD .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tLuNR3SkHD .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tLuNR3SkHD .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tLuNR3SkHD .nav-link:hover,
.cid-tLuNR3SkHD .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tLuNR4yKac {
  background-image: url("../../../assets/images/pexels-pixabay-271639-1280x896.jpg");
}
.cid-tLuNR5tT6F {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/g-hotel-1280x853.jpg");
}
.cid-tLuNR5tT6F .card-box {
  padding: 0 2rem;
}
.cid-tLuNR5tT6F .mbr-section-btn {
  padding-top: 1rem;
}
.cid-tLuNR5tT6F .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-tLuNR5tT6F h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-tLuNR5tT6F p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-tLuNR5tT6F .mbr-text {
  color: #767676;
}
.cid-tLuNR5tT6F .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tLuNR5tT6F .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-tLuNR5tT6F .card-title {
  text-align: center;
}
.cid-tLuQyIZFuq {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #000000;
}
.cid-tLuQCT92ep {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-tLuQCT92ep .content {
    text-align: center;
  }
  .cid-tLuQCT92ep .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tLuQCT92ep .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tLuQCT92ep .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tLuQCT92ep .media-wrap img {
  height: 6rem;
  display: block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-tLuQCT92ep .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tLuQCT92ep .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tLuQCT92ep .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tLuQCT92ep .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tLuQCT92ep .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tLuQCT92ep .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tLuQCT92ep .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tLuQCT92ep .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tLuNY04T7f .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 77px;
}
.cid-tLuNY04T7f .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-tLuNY04T7f a {
  font-style: normal;
}
.cid-tLuNY04T7f .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tLuNY04T7f .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tLuNY04T7f .nav-item:focus,
.cid-tLuNY04T7f .nav-link:focus {
  outline: none;
}
.cid-tLuNY04T7f .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tLuNY04T7f .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tLuNY04T7f .menu-logo {
  margin-right: auto;
}
.cid-tLuNY04T7f .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tLuNY04T7f .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tLuNY04T7f .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tLuNY04T7f .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tLuNY04T7f .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tLuNY04T7f .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tLuNY04T7f .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tLuNY04T7f .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tLuNY04T7f .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tLuNY04T7f .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tLuNY04T7f .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tLuNY04T7f .dropdown .dropdown-menu {
  background: #000000;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tLuNY04T7f .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tLuNY04T7f .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tLuNY04T7f .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tLuNY04T7f .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-tLuNY04T7f .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tLuNY04T7f .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tLuNY04T7f .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tLuNY04T7f .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tLuNY04T7f .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tLuNY04T7f .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tLuNY04T7f .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tLuNY04T7f button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tLuNY04T7f button.navbar-toggler:focus {
  outline: none;
}
.cid-tLuNY04T7f button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tLuNY04T7f button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tLuNY04T7f button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tLuNY04T7f button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tLuNY04T7f button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tLuNY04T7f nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tLuNY04T7f nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tLuNY04T7f nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tLuNY04T7f nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tLuNY04T7f .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tLuNY04T7f .collapsed .btn {
  display: -webkit-flex;
}
.cid-tLuNY04T7f .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tLuNY04T7f .collapsed .navbar-collapse.collapsing,
.cid-tLuNY04T7f .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tLuNY04T7f .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tLuNY04T7f .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tLuNY04T7f .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tLuNY04T7f .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tLuNY04T7f .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tLuNY04T7f .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tLuNY04T7f .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tLuNY04T7f .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tLuNY04T7f .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tLuNY04T7f .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-tLuNY04T7f .collapsed button.navbar-toggler {
  display: block;
}
.cid-tLuNY04T7f .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tLuNY04T7f .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tLuNY04T7f .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-tLuNY04T7f .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tLuNY04T7f .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tLuNY04T7f .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-tLuNY04T7f .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tLuNY04T7f img {
    height: 3.8rem !important;
  }
  .cid-tLuNY04T7f .btn {
    display: -webkit-flex;
  }
  .cid-tLuNY04T7f button.navbar-toggler {
    display: block;
  }
  .cid-tLuNY04T7f .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tLuNY04T7f .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tLuNY04T7f .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tLuNY04T7f .navbar-collapse.collapsing,
  .cid-tLuNY04T7f .navbar-collapse.show {
    display: block !important;
  }
  .cid-tLuNY04T7f .navbar-collapse.collapsing .navbar-nav,
  .cid-tLuNY04T7f .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tLuNY04T7f .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tLuNY04T7f .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tLuNY04T7f .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tLuNY04T7f .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tLuNY04T7f .navbar-collapse.collapsing .navbar-buttons,
  .cid-tLuNY04T7f .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tLuNY04T7f .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tLuNY04T7f .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tLuNY04T7f .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-tLuNY04T7f .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tLuNY04T7f .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tLuNY04T7f .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tLuNY04T7f .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tLuNY04T7f .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tLuNY04T7f .nav-link:hover,
.cid-tLuNY04T7f .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tLuNY14u5z {
  background-image: url("../../../assets/images/mbr-8-1920x1280.jpg");
}
.cid-tLuNY1V7Ox {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/g-hotel-1280x853.jpg");
}
.cid-tLuNY1V7Ox .card-box {
  padding: 0 2rem;
}
.cid-tLuNY1V7Ox .mbr-section-btn {
  padding-top: 1rem;
}
.cid-tLuNY1V7Ox .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-tLuNY1V7Ox h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-tLuNY1V7Ox p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-tLuNY1V7Ox .mbr-text {
  color: #767676;
}
.cid-tLuNY1V7Ox .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tLuNY1V7Ox .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-tLuNY1V7Ox .card-title {
  text-align: center;
}
.cid-tLuSks1i2r {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #000000;
}
.cid-tLuSlomgET {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-tLuSlomgET .content {
    text-align: center;
  }
  .cid-tLuSlomgET .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tLuSlomgET .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tLuSlomgET .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tLuSlomgET .media-wrap img {
  height: 6rem;
  display: block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-tLuSlomgET .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tLuSlomgET .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tLuSlomgET .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tLuSlomgET .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tLuSlomgET .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tLuSlomgET .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tLuSlomgET .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tLuSlomgET .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
