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





body {
  font-family: Roboto;
}
.display-1 {
  font-family: 'Rosario', sans-serif;
  font-size: 4.5rem;
}
.display-1 > .mbr-iconfont {
  font-size: 7.2rem;
}
.display-2 {
  font-family: 'Rosario', sans-serif;
  font-size: 3.5rem;
}
.display-2 > .mbr-iconfont {
  font-size: 5.6rem;
}
.display-4 {
  font-family: 'Rosario', sans-serif;
  font-size: 0.75rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.2rem;
}
.display-5 {
  font-family: 'Rosario', sans-serif;
  font-size: 1.9rem;
}
.display-5 > .mbr-iconfont {
  font-size: 3.04rem;
}
.display-7 {
  font-family: 'Rosario', sans-serif;
  font-size: 0.9rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.44rem;
}
/* ---- 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.6rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.52rem;
    font-size: calc( 1.315rem + (1.9 - 1.315) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.315rem + (1.9 - 1.315) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-sm {
  padding: 5px 10px;
  border-radius: 0px;
}
.btn-md {
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-lg {
  padding: 10px 15px;
  border-radius: 0px;
}
.bg-primary {
  background-color: #4c2550 !important;
}
.bg-success {
  background-color: #be9624 !important;
}
.bg-info {
  background-color: #4c2550 !important;
}
.bg-warning {
  background-color: #4c2550 !important;
}
.bg-danger {
  background-color: #beac3f !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #4c2550 !important;
  border-color: #4c2550 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #1a0d1c !important;
  border-color: #1a0d1c !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1a0d1c !important;
  border-color: #1a0d1c !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #4c2550 !important;
  border-color: #4c2550 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #efb939!important;
  border-color: #4c2550 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #4c2550 !important;
  border-color: #4c2550 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #4c2550 !important;
  border-color: #4c2550 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #1a0d1c !important;
  border-color: #1a0d1c !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #1a0d1c !important;
  border-color: #1a0d1c !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #be9624 !important;
  border-color: #be9624 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #7e6318 !important;
  border-color: #7e6318 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #7e6318 !important;
  border-color: #7e6318 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #4c2550 !important;
  border-color: #4c2550 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #1a0d1c !important;
  border-color: #1a0d1c !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #1a0d1c !important;
  border-color: #1a0d1c !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #beac3f !important;
  border-color: #beac3f !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #85782c !important;
  border-color: #85782c !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #85782c !important;
  border-color: #85782c !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: #0a050a !important;
  color: #0a050a !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #4c2550 !important;
  border-color: #4c2550 !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #4c2550 !important;
  border-color: #4c2550 !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: #4c2550 !important;
  border-color: #4c2550 !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #4c2550 !important;
  border-color: #4c2550 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none !important;
  border-color: #0a050a !important;
  color: #0a050a !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff !important;
  background-color: #4c2550 !important;
  border-color: #4c2550 !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #4c2550 !important;
  border-color: #4c2550 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none !important;
  border-color: #685214 !important;
  color: #685214 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff !important;
  background-color: #be9624 !important;
  border-color: #be9624 !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #be9624 !important;
  border-color: #be9624 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none !important;
  border-color: #0a050a !important;
  color: #0a050a !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff !important;
  background-color: #4c2550 !important;
  border-color: #4c2550 !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #4c2550 !important;
  border-color: #4c2550 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none !important;
  border-color: #716726 !important;
  color: #716726 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff !important;
  background-color: #beac3f !important;
  border-color: #beac3f !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #beac3f !important;
  border-color: #beac3f !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none !important;
  border-color: #4c2550 !important;
  color: #4c2550 !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: #4c2550 !important;
}
.text-secondary {
  color: #333333 !important;
}
.text-success {
  color: #be9624 !important;
}
.text-info {
  color: #4c2550 !important;
}
.text-warning {
  color: #4c2550 !important;
}
.text-danger {
  color: #beac3f !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0a050a !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #685214 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #0a050a !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #0a050a !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #716726 !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: #4c2550;
}
.alert-warning {
  background-color: #4c2550;
}
.alert-danger {
  background-color: #beac3f;
}
.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: #4c2550;
  border-color: #4c2550;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #4c2550;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #c68fcb;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #e6ca7b;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #c68fcb;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #c68fcb;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd69e;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Rosario', sans-serif;
  font-size: 0.9rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.44rem;
}
blockquote {
  border-color: #4c2550;
}
/* 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: #4c2550;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #4c2550;
}
.up-z-index {
  z-index: 1000 !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #4c2550;
  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: #4c2550;
  border-bottom-color: #4c2550;
}
.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: #4c2550 !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='%234c2550' %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;
}
#custom-html-17 .header-lang {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 9999;
  font-family: sans-serif;
}
#custom-html-17 .lang-btn {
  background: rgba(255, 255, 255, 0.95);
  border: none;
  padding: 8px 12px;
  border-radius: 10px;
  cursor: pointer;
  font-size: 22px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  transition: 0.2s;
}
#custom-html-17 .lang-btn:hover {
  background: #ffffff;
}
#custom-html-17 .lang-menu {
  display: none;
  position: absolute;
  right: 0;
  top: 45px;
  background: rgba(255, 255, 255, 0.98);
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  min-width: 140px;
}
#custom-html-17 .lang-menu button {
  display: flex;
  align-items: center;
  width: 100%;
  border: none;
  background: none;
  padding: 8px 12px;
  cursor: pointer;
  font-size: 16px;
  text-align: left;
  transition: 0.2s;
}
#custom-html-17 .lang-menu button:hover {
  background: #f5f5f5;
}
@media (max-width: 768px) {
  #custom-html-17 .header-lang {
    top: 15px;
    right: 15px;
  }
  #custom-html-17 .lang-btn {
    font-size: 20px;
  }
  #custom-html-17 .lang-menu button {
    font-size: 15px;
  }
}
#custom-html-1h {
  /* Type valid CSS here */
}
#custom-html-1h div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1h p {
  font-size: 60px;
  color: #777;
}
#custom-html-1i {
  /* Type valid CSS here */
}
#custom-html-1i div {
  padding: 30px 0;
  color: #777;
  text-align: center;
}
#custom-html-1i p {
  font-size: 60px;
  color: #777;
}
.cid-tYOmvffSrM {
  background: #fcfcfc;
  padding-top: 1px;
  padding-bottom: 45px;
}
.cid-tYOmvffSrM .image-block {
  position: relative;
  margin: auto;
}
.cid-tYOmvffSrM .image-block img {
  width: 100%;
}
.cid-tYOmvffSrM .image-block .img-caption {
  background: #444444;
  width: 100%;
  padding: 1rem 2rem;
  position: absolute;
  left: 0;
  top: 0;
}
.cid-tYOmvffSrM .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-tYOnJi9Zdl {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color:#4c2550;
}
.cid-u88IlkM361 {
  background-image: url("../../../assets/images/header-crown-of-india-altea-8-2000x566.jpg");
}
.cid-u88IlkM361 .mbr-arrow {
  background: #000000 !important;
  opacity: 0.7;
}
.cid-u88IlkM361 .mbr-arrow i {
  color: #ffffff !important;
}
.cid-u88IlkM361 .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-u88IlkM361 .animated-element,
.cid-u88IlkM361 .typed-cursor {
  color: #ffffff;
}
.cid-u88IlkM361 .animated-element {
  border-bottom: 5px solid #be9624;
}
@media (max-width: 767px) {
  .cid-u88IlkM361 .typed-text {
    text-align: center;
  }
}
.cid-ueVy2vf3qQ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #a08e1d;
}
.cid-tYNzzfIOSR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #37183a;
}
.cid-tYNzzfIOSR .mbr-text {
  color: #fcfcfc;
}
.cid-uUkYkdGnGE {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #4c2550;
}
.cid-uUkYkdGnGE .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-uUkYkdGnGE .first-column .mbr-text {
  margin: 0;
}
.cid-uUkYkdGnGE .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-uUkYkdGnGE .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-uUkYkdGnGE .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-uUkYkdGnGE .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-uUkYkdGnGE .form-group {
  max-width: 55%;
}
.cid-uUkYkdGnGE .form-group,
.cid-uUkYkdGnGE .input-group-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-uUkYkdGnGE .form-control {
  font-size: 0.9rem;
  border: none !important;
  border-radius: 0;
  width: 100%;
  padding: 0.3rem 0.5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-uUkYkdGnGE .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-uUkYkdGnGE .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-uUkYkdGnGE .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-uUkYkdGnGE .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-uUkYkdGnGE .input-group-btn .btn {
  padding: 1rem 2.2rem;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-uUkYkdGnGE .first-column,
  .cid-uUkYkdGnGE .second-column {
    padding-bottom: 2rem;
  }
  .cid-uUkYkdGnGE .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uUkYkdGnGE .first-column,
  .cid-uUkYkdGnGE .second-column,
  .cid-uUkYkdGnGE .third-column {
    text-align: center;
  }
  .cid-uUkYkdGnGE .input-group-btn .btn {
    padding: 0.6rem 1rem !important;
  }
}
