@import url(https://fonts.googleapis.com/css?family=Bad+Script:400&display=swap);
@import url(https://fonts.googleapis.com/css?family=Cormorant+Garamond:300,300i,400,400i,500,500i,600,600i,700,700i&display=swap);





body {
  font-family: Roboto;
}
.display-1 {
  font-family: 'Bad Script', handwriting;
  font-size: 4.15rem;
}
.display-1 > .mbr-iconfont {
  font-size: 6.64rem;
}
.display-2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 3.4rem;
}
.display-2 > .mbr-iconfont {
  font-size: 5.44rem;
}
.display-4 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.15rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.84rem;
}
.display-5 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2rem;
}
.display-5 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-7 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
}
.display-7 > .mbr-iconfont {
  font-size: 2.08rem;
}
/* ---- 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.32rem;
    font-size: calc( 2.1025rem + (4.15 - 2.1025) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1025rem + (4.15 - 2.1025) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.72rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-sm {
  padding: 5px 10px;
  border-radius: 0px;
}
.btn-md {
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-lg {
  padding: 10px 15px;
  border-radius: 0px;
}
.bg-primary {
  background-color: #025744 !important;
}
.bg-success {
  background-color: #60062a !important;
}
.bg-info {
  background-color: #ede8e4 !important;
}
.bg-warning {
  background-color: #b7b6b6 !important;
}
.bg-danger {
  background-color: #e26c5a !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #025744 !important;
  border-color: #025744 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #000c0a !important;
  border-color: #000c0a !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000c0a !important;
  border-color: #000c0a !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #ede8e4 !important;
  border-color: #ede8e4 !important;
  color: #7e6754 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #7e6754 !important;
  background-color: #cec1b6 !important;
  border-color: #cec1b6 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #7e6754 !important;
  background-color: #cec1b6 !important;
  border-color: #cec1b6 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #60062a !important;
  border-color: #60062a !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #18020b !important;
  border-color: #18020b !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #18020b !important;
  border-color: #18020b !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #b7b6b6 !important;
  border-color: #b7b6b6 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #918f8f !important;
  border-color: #918f8f !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #918f8f !important;
  border-color: #918f8f !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #e26c5a !important;
  border-color: #e26c5a !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #cc3a24 !important;
  border-color: #cc3a24 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #cc3a24 !important;
  border-color: #cc3a24 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #808080;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080;
  background-color: #d9d9d9;
  border-color: #d9d9d9;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none !important;
  border-color: #000000 !important;
  color: #000000 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #025744 !important;
  border-color: #025744 !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #025744 !important;
  border-color: #025744 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none !important;
  border-color: #000000 !important;
  color: #000000 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none !important;
  border-color: #c4b4a7 !important;
  color: #c4b4a7 !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #7e6754 !important;
  background-color: #ede8e4 !important;
  border-color: #ede8e4 !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #7e6754 !important;
  background-color: #ede8e4 !important;
  border-color: #ede8e4 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none !important;
  border-color: #000000 !important;
  color: #000000 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff !important;
  background-color: #60062a !important;
  border-color: #60062a !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #60062a !important;
  border-color: #60062a !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none !important;
  border-color: #848383 !important;
  color: #848383 !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff !important;
  background-color: #b7b6b6 !important;
  border-color: #b7b6b6 !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #b7b6b6 !important;
  border-color: #b7b6b6 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none !important;
  border-color: #b63420 !important;
  color: #b63420 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff !important;
  background-color: #e26c5a !important;
  border-color: #e26c5a !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e26c5a !important;
  border-color: #e26c5a !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none !important;
  border-color: #000000 !important;
  color: #000000 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #025744 !important;
}
.text-secondary {
  color: #333333 !important;
}
.text-success {
  color: #60062a !important;
}
.text-info {
  color: #ede8e4 !important;
}
.text-warning {
  color: #b7b6b6 !important;
}
.text-danger {
  color: #e26c5a !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #c4b4a7 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #848383 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #b63420 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ede8e4;
}
.alert-warning {
  background-color: #b7b6b6;
}
.alert-danger {
  background-color: #e26c5a;
}
.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 {
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  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: #025744;
  border-color: #025744;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #025744;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #05d4a5;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #d80e5f;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #f6f6f6;
}
.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: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
}
.form-control > .mbr-iconfont {
  font-size: 2.08rem;
}
blockquote {
  border-color: #025744;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.form1 .input-group-btn a.btn {
  border-radius: 0 !important;
}
.form1 .input-group-btn button[type="submit"] {
  border-radius: 0 !important;
}
@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: #025744;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #025744;
}
.up-z-index {
  z-index: 1000 !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #025744;
  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: #025744;
  border-bottom-color: #025744;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #025744 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #333333 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23025744' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-svQgL8R9og .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-svQgL8R9og .nav-item,
.cid-svQgL8R9og .nav-link,
.cid-svQgL8R9og .navbar-caption {
  font-weight: normal;
}
.cid-svQgL8R9og .nav-item:focus,
.cid-svQgL8R9og .nav-link:focus {
  outline: none;
}
.cid-svQgL8R9og .navbar-buttons {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-svQgL8R9og .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-svQgL8R9og .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-svQgL8R9og .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-svQgL8R9og .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-svQgL8R9og .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-svQgL8R9og .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-svQgL8R9og .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-svQgL8R9og .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-svQgL8R9og .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-svQgL8R9og .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #025744;
}
.cid-svQgL8R9og .navbar.opened {
  transition: all 0.3s;
  background: #025744 !important;
}
.cid-svQgL8R9og .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-svQgL8R9og .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-svQgL8R9og .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-svQgL8R9og .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-svQgL8R9og .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-svQgL8R9og .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-svQgL8R9og .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-svQgL8R9og .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-svQgL8R9og .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-svQgL8R9og .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-svQgL8R9og .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-svQgL8R9og .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-svQgL8R9og .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-svQgL8R9og .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-svQgL8R9og .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-svQgL8R9og .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-svQgL8R9og .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-svQgL8R9og .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-svQgL8R9og .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-svQgL8R9og .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-svQgL8R9og .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-svQgL8R9og .navbar.navbar-short {
  background: #025744 !important;
  min-height: 60px;
}
.cid-svQgL8R9og .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-svQgL8R9og .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-svQgL8R9og .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-svQgL8R9og .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-svQgL8R9og .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-svQgL8R9og .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-svQgL8R9og .dropdown-item.active,
.cid-svQgL8R9og .dropdown-item:active {
  background-color: transparent;
}
.cid-svQgL8R9og .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-svQgL8R9og .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-svQgL8R9og .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #025744;
}
.cid-svQgL8R9og .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-svQgL8R9og .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-svQgL8R9og ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-svQgL8R9og .navbar-buttons {
  text-align: center;
}
.cid-svQgL8R9og button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-svQgL8R9og button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #878787;
}
.cid-svQgL8R9og button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-svQgL8R9og button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-svQgL8R9og button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-svQgL8R9og button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-svQgL8R9og nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-svQgL8R9og nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-svQgL8R9og nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-svQgL8R9og nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-svQgL8R9og .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-svQgL8R9og a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-svQgL8R9og .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-svQgL8R9og .mbr-iconfont:before {
  padding: 0.5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-svQgL8R9og .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-svQgL8R9og .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-svQgL8R9og .navbar {
    height: 77px;
  }
  .cid-svQgL8R9og .navbar.opened {
    height: auto;
  }
  .cid-svQgL8R9og .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sDxspQ4GLE {
  background-image: url("../../../assets/images/pngtreeislamic-background-for-ramadan-kareem-1220599-1920x900.jpg");
}
.cid-sDxspQ4GLE .mbr-arrow {
  background: #000000 !important;
  opacity: 0.7;
}
.cid-sDxspQ4GLE .mbr-arrow i {
  color: #ffffff !important;
}
.cid-sDxspQ4GLE .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-svQjuvQ8m1 .number-wrap {
  color: #025744;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 5px 13px 5px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-svQjuvQ8m1 .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #025744;
}
.cid-svQjuvQ8m1 .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-svQjuvQ8m1 .dot {
  position: absolute;
  top: -10px;
  right: -0.8em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #025744;
}
.cid-svQjuvQ8m1 .countdown-cont {
  margin: 0 auto;
}
.cid-svQjuvQ8m1 .full-count-container {
  background: #c0c0c0;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-svQjuvQ8m1 .dot {
    right: -0.6em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-svQjuvQ8m1 .dot {
    right: -1em;
  }
}
@media (max-width: 768px) {
  .cid-svQjuvQ8m1 .dot {
    display: none;
  }
  .cid-svQjuvQ8m1 .number {
    white-space: nowrap;
  }
}
@media (max-width: 550px) {
  .cid-svQjuvQ8m1 .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-svQjuvQ8m1 .number {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-svQjuvQ8m1 .period {
    font-size: 0.8rem;
  }
}
@media (max-width: 300px) {
  .cid-svQjuvQ8m1 .number {
    font-size: 25px;
  }
  .cid-svQjuvQ8m1 .period {
    font-size: 0.7rem;
  }
}
.cid-svQjuvQ8m1 H2 {
  color: #025744;
}
.cid-sJ3cSOnd5c {
  background-image: url("../../../assets/images/pngtreeislamic-background-for-ramadan-kareem-1220599-1920x900.jpg");
  overflow: hidden;
}
.cid-sJ3cSOnd5c svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-sJ3cSOnd5c #e2_shape {
  fill: #767676 !important;
}
.cid-sJ3cSOnd5c img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(77, 77, 77, 0.35);
}
@media (max-width: 576px) {
  .cid-sJ3cSOnd5c img {
    width: 90%!important;
  }
}
.cid-sJ3cSOnd5c H1 {
  color: #ffffff;
}
.cid-sJ3cSOnd5c H3 {
  color: #ffffff;
}
.cid-sJBkGn7SmB {
  overflow: hidden !important;
  background: #113c42;
}
.cid-sJBkGn7SmB .animated-element {
  color: #efefef;
}
.cid-sJBkGn7SmB .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (min-width: 992px) {
  .cid-sJBkGn7SmB .img-block {
    padding-right: 2rem;
  }
}
.cid-sJBkGn7SmB .mbr-section-subtitle {
  color: #cccccc;
}
.cid-sJBkGn7SmB .mbr-text,
.cid-sJBkGn7SmB .mbr-section-btn {
  color: #ffffff;
}
.cid-sJ2C00U9rR {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
}
.cid-sJ2C00U9rR .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-sJ2C00U9rR .content-panel {
  padding: 3rem;
  background-color: #767676;
}
@media (min-width: 767px) {
  .cid-sJ2C00U9rR .text-block {
    padding-right: 0;
    padding-left: 0;
  }
}
.cid-sJ2C00U9rR .google-map {
  width: 100%;
  height: 30rem;
}
.cid-sJ2C00U9rR .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-sJ2C00U9rR .google-map iframe .place-card {
  margin-left: 40px !important;
}
.cid-sJ2C00U9rR .google-map .place-card {
  margin-left: 40px !important;
}
.cid-sJ2AmK8CF6 {
  background-color: #c0c0c0;
  position: relative;
  overflow: hidden;
}
.cid-sJ2AmK8CF6 svg {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.8, 1.8);
}
.cid-sJ2AmK8CF6 #e1_ellipse {
  fill: #025744 !important;
}
.cid-sJ2AmK8CF6 img {
  width: 80%;
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 10px 55px 5px rgba(77, 77, 77, 0.35);
}
@media (max-width: 576px) {
  .cid-sJ2AmK8CF6 img {
    width: 100%;
    left: 0;
  }
}
.cid-sJ2AmK8CF6 H1 {
  color: #c0c0c0;
}
.cid-sJ2AmK8CF6 .mbr-text,
.cid-sJ2AmK8CF6 .mbr-section-btn {
  color: #c0c0c0;
}
.cid-sJ39xfPNwu {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/la-fontaine-venue-houston-tx-featured-855x500.png");
}
.cid-sJ39xfPNwu .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-sJ39xfPNwu .content-panel {
  padding: 3rem;
  background-color: #232323;
}
@media (min-width: 767px) {
  .cid-sJ39xfPNwu .text-block {
    padding-right: 0;
    padding-left: 0;
  }
}
.cid-sJ39xfPNwu .google-map {
  width: 100%;
  height: 30rem;
}
.cid-sJ39xfPNwu .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-sJ39xfPNwu .google-map iframe .place-card {
  margin-left: 40px !important;
}
.cid-sJ39xfPNwu .google-map .place-card {
  margin-left: 40px !important;
}
.cid-sJ2B98zait {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-5-1920x1280.jpg");
}
.cid-sJ2B98zait .text-block {
  z-index: 2;
}
.cid-sJ2B98zait .content-panel {
  width: 110%;
  background: #025744;
  padding: 3rem;
}
.cid-sJ2B98zait .menu-box {
  display: flex;
  -webkit-align-items: baseline;
  align-items: baseline;
}
.cid-sJ2B98zait .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-left: auto;
  word-break: break-word;
}
.cid-sJ2B98zait .item-title {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sJ2B98zait .text-block {
    padding-bottom: 2rem;
  }
  .cid-sJ2B98zait .content-panel {
    width: 100%;
    padding: 1rem;
  }
}
.cid-sJ2B98zait .mbr-section-title {
  color: #c0c0c0;
}
.cid-sJ2B98zait H3 {
  color: #d8d7d7;
  text-align: center;
}
.cid-sJ2B98zait .box-text {
  color: #c0c0c0;
  text-align: center;
}
.cid-sJBijaxgKr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #025744;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sJBijaxgKr .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sJBijaxgKr .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sJBijaxgKr .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sJBijaxgKr .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-sJBijaxgKr .container {
  padding: 0;
}
.cid-sJBijaxgKr .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sJBijaxgKr .icon-focus {
  display: none;
}
.cid-sJBijaxgKr .btn[class*=-outline] {
  border: none!important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent!important;
  color: #ffffff !important;
  font-weight: 400;
  box-shadow: none !important;
}
.cid-sJBijaxgKr .btn[class*=-outline]:hover,
.cid-sJBijaxgKr .btn[class*=-outline]:active {
  background: transparent!important;
}
.cid-sJBijaxgKr li:hover .btn-primary-outline,
.cid-sJBijaxgKr li:active .btn-primary-outline,
.cid-sJBijaxgKr li.active .btn-primary-outline {
  color: #025744 !important;
}
.cid-sJBijaxgKr li:hover .btn-secondary-outline,
.cid-sJBijaxgKr li:active .btn-secondary-outline,
.cid-sJBijaxgKr li.active .btn-secondary-outline {
  color: #333333 !important;
}
.cid-sJBijaxgKr li:hover .btn-info-outline,
.cid-sJBijaxgKr li:active .btn-info-outline,
.cid-sJBijaxgKr li.active .btn-info-outline {
  color: #ede8e4 !important;
}
.cid-sJBijaxgKr li:hover .btn-warning-outline,
.cid-sJBijaxgKr li:active .btn-warning-outline,
.cid-sJBijaxgKr li.active .btn-warning-outline {
  color: #b7b6b6 !important;
}
.cid-sJBijaxgKr li:hover .btn-white-outline,
.cid-sJBijaxgKr li:active .btn-white-outline,
.cid-sJBijaxgKr li.active .btn-white-outline {
  color: #ffffff !important;
}
.cid-sJBijaxgKr li:hover .btn-black-outline,
.cid-sJBijaxgKr li:active .btn-black-outline,
.cid-sJBijaxgKr li.active .btn-black-outline {
  color: #000000 !important;
}
.cid-sJBijaxgKr li:hover .btn-success-outline,
.cid-sJBijaxgKr li:active .btn-success-outline,
.cid-sJBijaxgKr li.active .btn-success-outline {
  color: #60062a !important;
}
.cid-sJBijaxgKr li:hover .btn-danger-outline,
.cid-sJBijaxgKr li:active .btn-danger-outline,
.cid-sJBijaxgKr li.active .btn-danger-outline {
  color: #e26c5a !important;
}
.cid-sJBijaxgKr li {
  position: relative;
}
.cid-sJBijaxgKr .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 6px;
  top: 50%;
  background: #ffffff !important;
  transform: rotate(35deg) translateY(-59%);
}
.cid-sJBijaxgKr .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #c0c0c0;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sJBijaxgKr .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sJBijaxgKr .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-sJBijaxgKr .btn {
  font-family: Roboto !important;
}
.cid-sJBijaxgKr .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-sJBijaxgKr .mbr-gallery-title:hover {
  opacity: 1;
}
.cid-sJBijaxgKr .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #c0c0c0 !important;
  opacity: 0.3;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
@media (max-width: 767px) {
  .cid-sJBijaxgKr .btn[class*="-outline"] {
    padding: 0rem 1rem;
    margin: 0!important;
  }
}
.cid-sDxxi2pRuv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1-1920x1277.jpg");
}
.cid-sDxxi2pRuv .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-sDxxi2pRuv .card-wrapper {
  background-color: #025744;
  border-radius: 10px;
  overflow: visible;
  padding: 0rem 0;
}
.cid-sDxxi2pRuv p {
  line-height: 2.5;
}
.cid-sDxxi2pRuv .card-box {
  padding: 4rem 4rem;
}
@media (max-width: 767px) {
  .cid-sDxxi2pRuv .card-box {
    padding: 2rem 1rem;
  }
}
.cid-sDxxi2pRuv .image-wrapper img {
  width: 100%;
  object-fit: cover;
  transform: scale(1.1);
  border: 10px solid #c0c0c0;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-sDxxi2pRuv .image-wrapper img {
    transform: scale(1);
  }
}
.cid-sDxxi2pRuv .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 1rem;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 1.3rem;
  background: #ffffff;
  transition: all 0.3s;
}
.cid-sDxxi2pRuv .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #bbbbbb;
  font-size: 1.3rem;
  transition: all 0.3s;
}
.cid-sDxxi2pRuv .social-row .soc-item:hover {
  background-color: #f7d9c4;
}
.cid-sDxxi2pRuv .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sDxxi2pRuv .social-row .soc-item {
    margin: 0 0.3rem;
  }
}
.cid-sDxxi2pRuv .mbr-text,
.cid-sDxxi2pRuv .social-row {
  color: #ede8e4;
}
.cid-sDxxi2pRuv .card-title {
  color: #ede8e4;
}
.cid-svQnv38gMi {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #025744;
}
.cid-svQnv38gMi .mbr-text {
  color: #c0c0c0;
}
