@import url('https://fonts.googleapis.com/css?family=Raleway|Roboto|Quicksand|Titillium+Web|McLaren|Red+Hat+Text|Roboto+Slab|Oxygen|Tomorrow|Alata|Crimson+Text|Jost|Italianno|Noto+Naskh+Arabic&display=swap');
.font-Raleway {
		font-family: 'Raleway';
	}
.font-Roboto {
		font-family: 'Roboto';
	}
.font-Quicksand {
		font-family: 'Quicksand';
	}
.font-Titillium-Web {
		font-family: 'Titillium Web';
	}
.font-McLaren {
		font-family: 'McLaren';
	}
.font-Red-Hat-Text {
		font-family: 'Red Hat Text';
	}
.font-Roboto-Slab {
		font-family: 'Roboto Slab';
	}
.font-Oxygen {
		font-family: 'Oxygen';
	}
.font-Tomorrow {
		font-family: 'Tomorrow';
	}
.font-Alata {
		font-family: 'Alata';
	}
.font-Crimson-Text {
		font-family: 'Crimson Text';
	}
.font-Jost {
		font-family: 'Jost';
	}
.font-Italianno {
		font-family: 'Italianno';
	}
.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}

.display-1 {
  font-family: 'McLaren', sans-serif;
  font-size: 3.3rem;
  line-height: 100%;
  letter-spacing: -0.04em;
}
.display-1 > .mbr-iconfont {
  font-size: 11.625rem;
}
.display-2 {
  font-family: 'McLaren', sans-serif;
  font-size: 2.3rem;
  line-height: 100%;
  letter-spacing: -0.04em;
}
.display-2 > .mbr-iconfont {
  font-size: 6.625rem;
}
.display-4 {
  font-family: 'McLaren', sans-serif;
  font-size: 1rem;
  line-height: 100%;
  letter-spacing: -0.02em;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'McLaren', sans-serif;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: -0.03em;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'McLaren', sans-serif;
  font-size: 1rem;
  line-height: 125%;
  letter-spacing: -0.02em;
}
.display-7 > .mbr-iconfont {
  font-size: 1.71875rem;
}
/* ---- 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: 992px) {
  .display-1 {
    font-size: 7.44rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 6.51rem;
    font-size: calc( 3.9050000000000002rem + (9.3 - 3.9050000000000002) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.9050000000000002rem + (9.3 - 3.9050000000000002) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 4.24rem;
    font-size: calc( 2.505rem + (5.3 - 2.505) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.505rem + (5.3 - 2.505) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.1rem;
    font-size: calc( 1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
/*.btn {
  padding: 1.25rem 2rem;
  border-radius: 50px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 50px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 50px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 50px;
}*/
.bg-primary {
  background-color: #192227 !important;
}
.bg-success {
  background-color: #ade988 !important;
}
.bg-info {
  background-color: #fdfcfc !important;
}
.bg-warning {
  background-color: #b08ce1 !important;
}
.bg-danger {
  background-color: #f06246 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #192227 !important;
  border-color: #192227 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #2d3d46 !important;
  border-color: #2d3d46 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2d3d46 !important;
  border-color: #2d3d46 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f9a600 !important;
  border-color: #f9a600 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffb92d !important;
  border-color: #ffb92d !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ffb92d !important;
  border-color: #ffb92d !important;
}
.btn-info,
.btn-info:active {
  background-color: #fdfcfc !important;
  border-color: #fdfcfc !important;
  color: #966464 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #966464 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #ade988 !important;
  border-color: #ade988 !important;
  color: #306012 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #cbf1b3 !important;
  border-color: #cbf1b3 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #306012 !important;
  background-color: #cbf1b3 !important;
  border-color: #cbf1b3 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #b08ce1 !important;
  border-color: #b08ce1 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ccb4ec !important;
  border-color: #ccb4ec !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ccb4ec !important;
  border-color: #ccb4ec !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f06246 !important;
  border-color: #f06246 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #f48a75 !important;
  border-color: #f48a75 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #f48a75 !important;
  border-color: #f48a75 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #192227;
  color: #192227;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #192227 !important;
  border-color: #192227 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #f9a600;
  color: #f9a600;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #a26c00 !important;
  background-color: transparent !important;
  border-color: #a26c00 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #f9a600 !important;
  border-color: #f9a600 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #fdfcfc;
  color: #fdfcfc;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #dac8c8 !important;
  background-color: transparent !important;
  border-color: #dac8c8 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #966464 !important;
  background-color: #fdfcfc !important;
  border-color: #fdfcfc !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #ade988;
  color: #ade988;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #7bdb3f !important;
  background-color: transparent !important;
  border-color: #7bdb3f !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #306012 !important;
  background-color: #ade988 !important;
  border-color: #ade988 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #b08ce1;
  color: #b08ce1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #8147cf !important;
  background-color: transparent !important;
  border-color: #8147cf !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #b08ce1 !important;
  border-color: #b08ce1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #f06246;
  color: #f06246;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #cf3011 !important;
  background-color: transparent !important;
  border-color: #cf3011 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #f06246 !important;
  border-color: #f06246 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #192227 !important;
}
.text-secondary {
  color: #f9a600 !important;
}
.text-success {
  color: #ade988 !important;
}
.text-info {
  color: #fdfcfc !important;
}
.text-warning {
  color: #b08ce1 !important;
}
.text-danger {
  color: #f06246 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #936200 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #72d932 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #d4bfbf !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #783bcc !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #c02d10 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #192227;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #fdfcfc;
}
.alert-warning {
  background-color: #b08ce1;
}
.alert-danger {
  background-color: #f06246;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 5px;
}
.mbr-gallery-filter li a {
  border-radius: 5px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #192227;
  border-color: #192227;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 5px !important;
}
a,
a:hover {
  color: #192227;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #c9d5dc;
}
.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: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}

.form-control > .mbr-iconfont {
  font-size: 1.71875rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #192227 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Figtree', sans-serif;
  font-size: 1.375rem;
  line-height: 125%;
  letter-spacing: -0.02em;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.71875rem;
}
blockquote {
  border-color: #192227;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  /*border-radius: 100px !important;*/
}
.mbr-form .input-group-btn .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);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #192227;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #192227;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #192227;
  border-bottom-color: #192227;
}
.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: #192227 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #f9a600 !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%;
  width: 100%;
  height: auto;
}
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='%23192227' %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;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
img {
  border-radius: 10px !important;
}
@media (max-width: 992px) {
  .mbr-section-btn,
  .mbr-section-btn-main {
    padding: 0 10px;
  }
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  padding: 40px 70px;
  border-radius: 20px !important;
  margin: 10px;
  box-shadow: none;
  border: none;
  min-width: 450px;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    padding: 20px;
    min-width: auto;
  }
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  width: 70px;
  height: 70px;
  font-size: 30px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  padding: 20px;
  margin-left: 30px;
}
@media (max-width: 768px) {
  .mbr-section-btn .btn .mbr-iconfont,
  .mbr-section-btn-main .btn .mbr-iconfont {
    margin-left: 10px;
  }
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  box-shadow: none;
  border: none;
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn-main .btn:hover .mbr-iconfont,
.mbr-section-btn .btn:focus .mbr-iconfont,
.mbr-section-btn-main .btn:focus .mbr-iconfont {
  justify-content: flex-end;
  width: 120px;
  border-radius: 3rem;
}
@media (max-width: 768px) {
  .mbr-section-btn .btn:hover .mbr-iconfont,
  .mbr-section-btn-main .btn:hover .mbr-iconfont,
  .mbr-section-btn .btn:focus .mbr-iconfont,
  .mbr-section-btn-main .btn:focus .mbr-iconfont {
    width: 70px;
  }
}
.mbr-section-btn .btn-primary .mbr-iconfont,
.mbr-section-btn-main .btn-primary .mbr-iconfont {
  background-color: #f9a600 !important;
}
.mbr-section-btn .btn-secondary,
.mbr-section-btn-main .btn-secondary {
  color: #192227 !important;
}
.mbr-section-btn .btn-secondary .mbr-iconfont,
.mbr-section-btn-main .btn-secondary .mbr-iconfont {
  color: #f9a600 !important;
  background-color: #192227 !important;
}
.mbr-section-btn .btn-success .mbr-iconfont,
.mbr-section-btn-main .btn-success .mbr-iconfont {
  background-color: #fdfcfc !important;
}
.mbr-section-btn .btn-info .mbr-iconfont,
.mbr-section-btn-main .btn-info .mbr-iconfont {
  background-color: #192227 !important;
}
.mbr-section-btn .btn-warning .mbr-iconfont,
.mbr-section-btn-main .btn-warning .mbr-iconfont {
  color: #b08ce1 !important;
  background-color: #fdfcfc !important;
}
.mbr-section-btn .btn-danger .mbr-iconfont,
.mbr-section-btn-main .btn-danger .mbr-iconfont {
  color: #f06246 !important;
  background-color: #fdfcfc !important;
}
.mbr-section-btn .btn-black .mbr-iconfont,
.mbr-section-btn-main .btn-black .mbr-iconfont {
  color: #000000 !important;
  background-color: #ffffff !important;
}
.mbr-section-btn .btn-white .mbr-iconfont,
.mbr-section-btn-main .btn-white .mbr-iconfont {
  color: #ffffff !important;
  background-color: #000000 !important;
}
.cid-tN13imzJYL nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tN13imzJYL .navbar-dropdown {
  background-color: #192227 !important;
  padding: 0;
}
.cid-tN13imzJYL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #192227 !important;
  background: #192227;
}
.cid-tN13imzJYL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tN13imzJYL .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tN13imzJYL .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tN13imzJYL .menu_box .navbar.opened,
  .cid-tN13imzJYL .menu_box .navbar-collapse {
    background-color: #192227 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tN13imzJYL .navbar-dropdown {
  position: fixed !important;
   
}
.cid-tN13imzJYL .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tN13imzJYL .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tN13imzJYL .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tN13imzJYL .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tN13imzJYL .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tN13imzJYL .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #4a5357;
  }
  .cid-tN13imzJYL .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tN13imzJYL .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tN13imzJYL .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tN13imzJYL .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tN13imzJYL .offcanvas-body .mbr-text,
  .cid-tN13imzJYL .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tN13imzJYL .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tN13imzJYL .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tN13imzJYL .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fdfcfc;
  }
  .cid-tN13imzJYL .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tN13imzJYL .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tN13imzJYL .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tN13imzJYL .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tN13imzJYL ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tN13imzJYL .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tN13imzJYL .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tN13imzJYL .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tN13imzJYL li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tN13imzJYL .lg_brand {
    margin: 0 1rem;
  }
  .cid-tN13imzJYL .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-tN13imzJYL .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tN13imzJYL .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tN13imzJYL .nav-item {
    margin: 0 !important;
  }
}
.cid-tN13imzJYL .nav-item .nav-link .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-out;
  width: 20px;
  min-width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tN13imzJYL .nav-item .nav-link:hover,
.cid-tN13imzJYL .nav-item .nav-link:focus {
  color: #f9a600 !important;
  transition: all 0.3s ease-out;
}
.cid-tN13imzJYL .nav-item .nav-link:hover .mbr-iconfont,
.cid-tN13imzJYL .nav-item .nav-link:focus .mbr-iconfont {
  background-color: #f9a600 !important;
  color: #192227 !important;
  transform: rotate(-45deg);
}
.cid-tN13imzJYL .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tN13imzJYL .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tN13imzJYL .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tN13imzJYL .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tN13imzJYL .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 5px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tN13imzJYL .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tN13imzJYL .offcanvas_box {
    display: none;
  }
}
.cid-tN13imzJYL .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tN13imzJYL .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tN13imzJYL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tN13imzJYL .container {
  display: flex;
  margin: auto;
}
.cid-tN13imzJYL .iconfont-wrapper {
  color: #fdfcfc;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tN13imzJYL .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tN13imzJYL .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tN13imzJYL .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tN13imzJYL .navbar-nav {
    margin: 0;
  }
}
.cid-tN13imzJYL .dropdown-menu,
.cid-tN13imzJYL .navbar.opened {
  background-color: false !important;
}
.cid-tN13imzJYL .nav-item:focus,
.cid-tN13imzJYL .nav-link:focus {
  outline: none;
}
.cid-tN13imzJYL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tN13imzJYL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tN13imzJYL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tN13imzJYL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tN13imzJYL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tN13imzJYL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tN13imzJYL .navbar {
  min-height: 70px;
  padding: 0px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tN13imzJYL .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tN13imzJYL .navbar.opened {
  transition: all 0.3s;
}
.cid-tN13imzJYL .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tN13imzJYL .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-tN13imzJYL .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tN13imzJYL .navbar.collapsed {
  justify-content: center;
}
.cid-tN13imzJYL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tN13imzJYL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tN13imzJYL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tN13imzJYL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tN13imzJYL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tN13imzJYL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tN13imzJYL .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tN13imzJYL .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tN13imzJYL .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tN13imzJYL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tN13imzJYL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tN13imzJYL .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tN13imzJYL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tN13imzJYL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tN13imzJYL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tN13imzJYL .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tN13imzJYL .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tN13imzJYL .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tN13imzJYL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tN13imzJYL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tN13imzJYL .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tN13imzJYL .navbar.navbar-short {
  min-height: 60px;
}
.cid-tN13imzJYL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tN13imzJYL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tN13imzJYL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tN13imzJYL .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tN13imzJYL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tN13imzJYL .dropdown-item.active,
.cid-tN13imzJYL .dropdown-item:active {
  background-color: transparent;
}
.cid-tN13imzJYL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tN13imzJYL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tN13imzJYL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tN13imzJYL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tN13imzJYL ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tN13imzJYL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tN13imzJYL button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #192227;
  background: #192227;
}
.cid-tN13imzJYL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fdfcfc;
}
.cid-tN13imzJYL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tN13imzJYL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tN13imzJYL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tN13imzJYL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tN13imzJYL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tN13imzJYL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tN13imzJYL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tN13imzJYL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tN13imzJYL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tN13imzJYL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tN13imzJYL .navbar {
    height: 70px;
  }
  .cid-tN13imzJYL .navbar.opened {
    height: auto;
  }
  .cid-tN13imzJYL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tN13imzJYL .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tN13imzJYL .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tN13imzJYL .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-tN13imzJYL .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-tN13imzJYL .mbr-section-btn-main .btn {
  box-shadow: none;
  padding: 10px 15px;
  border: none;
  min-width: 140px;
  margin: 8px;
  border-radius: 10px !important;
  width: auto;
}
.cid-tN13imzJYL .mbr-section-btn-main .btn:hover,
.cid-tN13imzJYL .mbr-section-btn-main .btn:focus {
  box-shadow: none;
  border: none;
}
.cid-tN13imzJYL .mbr-section-btn-main .btn:hover .mbr-iconfont,
.cid-tN13imzJYL .mbr-section-btn-main .btn:focus .mbr-iconfont {
  transform: rotate(-45deg);
  width: 16px;
}
.cid-tN13imzJYL .mbr-section-btn-main .btn .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  height: 16px;
  width: 16px;
  font-size: 16px;
  margin-left: 8px;
  background-color: transparent !important;
  color: #192227 !important;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-tN13imzJYL .mbr-section-btn-main .btn .mbr-iconfont {
    width: 16px;
  }
}
.cid-tN13imzJYL .mbr-section-btn-main .btn-primary .mbr-iconfont,
.cid-tN13imzJYL .mbr-section-btn-main .btn-black .mbr-iconfont {
  color: #fdfcfc !important;
}
.cid-tN13imzJYL .navbar-caption:hover {
  color: #f9a600;
}
@media (min-width: 992px) {
  .cid-tN13imzJYL .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tN13imzJYL .text_widget {
  margin-bottom: 32px;
}
.cid-tN13imzJYL .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tN13imzJYL .text_widget a:hover,
.cid-tN13imzJYL .text_widget a:focus {
  color: #f9a600 !important;
}
.cid-tN13imzJYL .mbr-section-subtitle {
  color: #fdfcfc;
  text-align: center;
}
.cid-tN13imzJYL .navbar-caption {
  color: #fdfcfc;
}
.cid-tN13imzJYL .mbr-text {
  color: #fdfcfc;
  text-align: center;
}
.cid-tN13imzJYL .mbr-section-subtitle,
.cid-tN13imzJYL .text_widget,
.cid-tN13imzJYL .mbr-section-btn {
  text-align: center;
}
.cid-tN13imzJYL a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tN13iSW4Js .mbr-fallback-image.disabled {
  display: none;
}
.cid-tN13iSW4Js .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tN13iSW4Js .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tN13iSW4Js .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tN13iSW4Js .container {
    padding: 0 16px;
  }
}
.cid-tN13iSW4Js .row {
  margin: 0 20px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tN13iSW4Js .row {
    margin: 0 10px;
  }
}
.cid-tN13iSW4Js .row .card {
  padding: 0;
}
.cid-tN13iSW4Js .title-wrapper {
  border-radius: 20px;
  padding: 45px;
  background-color: #f9a600;
}
@media (max-width: 992px) {
  .cid-tN13iSW4Js .title-wrapper {
    padding: 45px 20px;
  }
}
.cid-tN13iSW4Js .title-wrapper .mbr-section-subtitle {
  margin-bottom: 45px;
}
@media (max-width: 992px) {
  .cid-tN13iSW4Js .title-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-tN13iSW4Js .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-tN13iSW4Js .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-tN13iSW4Js .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tN13iSW4Js .title-wrapper .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-tN13iSW4Js .title-wrapper .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-tN13iSW4Js .mbr-section-subtitle {
  color: #4a5357;
  text-align: center;
}
.cid-tN13iSW4Js .mbr-section-title {
  color: #192227;
}
.cid-tN13iSW4Js .mbr-text {
  color: #192227;
  text-align: center;
}
.cid-tN13iSW4Js .mbr-section-title,
.cid-tN13iSW4Js .mbr-section-btn {
  text-align: center;
}
.cid-tN13m4QpLG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #192227;
}
.cid-tN13m4QpLG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tN13m4QpLG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tN13m4QpLG .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tN13m4QpLG .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tN13m4QpLG .container {
    padding: 0 16px;
  }
}
.cid-tN13m4QpLG .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-tN13m4QpLG .row {
    margin: 0 10px;
  }
}
.cid-tN13m4QpLG .row .card {
  padding: 0;
}
.cid-tN13m4QpLG .row .card:first-child {
  padding-right: 10px;
}
@media (max-width: 992px) {
  .cid-tN13m4QpLG .row .card:first-child {
    padding: 0;
  }
}
.cid-tN13m4QpLG .title-wrapper {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #f9a600;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-tN13m4QpLG .title-wrapper {
    padding: 20px;
    height: auto;
    margin-bottom: 10px;
  }
}
.cid-tN13m4QpLG .title-wrapper .icon-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tN13m4QpLG .title-wrapper .icon-wrapper {
    margin-bottom: 30px;
  }
}
.cid-tN13m4QpLG .title-wrapper .icon-wrapper .mbr-iconfont {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  background-color: #192227;
  color: #f9a600;
  border-radius: 50%;
}
.cid-tN13m4QpLG .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-tN13m4QpLG .title-wrapper .title-wrap .mbr-desc {
  margin: 10px 0 0;
}
.cid-tN13m4QpLG .content-wrapper {
  border: 1px solid #fdfcfc;
  border-radius: 20px;
  padding: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-tN13m4QpLG .content-wrapper {
    padding: 20px;
  }
}
.cid-tN13m4QpLG .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tN13m4QpLG .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tN13m4QpLG .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-tN13m4QpLG .mbr-section-title {
  color: #192227;
}
.cid-tN13m4QpLG .mbr-desc {
  color: #192227;
}
.cid-tN13m4QpLG .mbr-text {
  color: #fdfcfc;
}
.cid-tN13kjtJWw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #192227;
}
.cid-tN13kjtJWw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tN13kjtJWw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tN13kjtJWw .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tN13kjtJWw .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tN13kjtJWw .container {
    padding: 0 16px;
  }
}
.cid-tN13kjtJWw .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-tN13kjtJWw .row {
    margin: 0 10px;
  }
}
.cid-tN13kjtJWw .row .card {
  position: relative;
  padding: 0;
}
.cid-tN13kjtJWw .items-wrapper {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}
@media (max-width: 992px) {
  .cid-tN13kjtJWw .items-wrapper {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.cid-tN13kjtJWw .items-wrapper .item {
  border-radius: 16px !important;
  background-color: #f9a600;
  overflow: hidden;
}
.cid-tN13kjtJWw .items-wrapper .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-tN13kjtJWw .items-wrapper .item .item-wrapper .item-content {
  padding: 40px 40px 100px;
}
@media (max-width: 992px) {
  .cid-tN13kjtJWw .items-wrapper .item .item-wrapper .item-content {
    padding: 20px 20px 30px;
  }
}
.cid-tN13kjtJWw .items-wrapper .item .item-wrapper .item-content .number-wrapper {
  margin-bottom: 25px;
}
.cid-tN13kjtJWw .items-wrapper .item .item-wrapper .item-content .number-wrapper .mbr-number {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #192227;
  border-radius: 50%;
}
.cid-tN13kjtJWw .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.cid-tN13kjtJWw .items-wrapper .item .item-wrapper .item-content .list {
  margin: 0;
  padding: 0;
  list-style-position: inside;
}
.cid-tN13kjtJWw .items-wrapper .item .item-wrapper .item-content .list .item-wrap {
  padding-bottom: 10px;
}
.cid-tN13kjtJWw .items-wrapper .item .item-wrapper .item-img {
  padding-right: 60px;
}
.cid-tN13kjtJWw .items-wrapper .item .item-wrapper .item-img img {
  height: 220px;
  object-fit: cover;
  border-radius: 0 !important;
  border-top-right-radius: 16px !important;
}
.cid-tN13kjtJWw .item-title {
  color: #192227;
}
.cid-tN13kjtJWw .mbr-number {
  color: #fdfcfc;
}
.cid-tN13kjtJWw .list {
  color: #192227;
}
.cid-tN13n8QFYY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #192227;
}
.cid-tN13n8QFYY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tN13n8QFYY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tN13n8QFYY .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tN13n8QFYY .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tN13n8QFYY .container {
    padding: 0 16px;
  }
}
.cid-tN13n8QFYY .row {
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-tN13n8QFYY .row {
    margin: 0 10px;
  }
}
.cid-tN13n8QFYY .row .card {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tN13n8QFYY .row .card {
    padding: 0;
  }
}
.cid-tN13n8QFYY .row .card:first-child .decor-wrapper {
  position: absolute;
  top: 0;
  right: -70rem;
  width: 3000px;
  height: 2000px;
  border: 40px solid #f9a600;
  border-radius: 10%;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tN13n8QFYY .row .card:first-child .decor-wrapper {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-tN13n8QFYY .title-wrapper {
  position: relative;
  z-index: 1;
  padding-right: 80px;
  padding-top: 200px;
}
@media (max-width: 992px) {
  .cid-tN13n8QFYY .title-wrapper {
    padding-right: 0;
  }
}
.cid-tN13n8QFYY .title-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tN13n8QFYY .title-wrapper .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tN13n8QFYY .title-wrapper .icon-wrapper .mbr-iconfont {
  width: 75px;
  height: 75px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #192227;
  background-color: #f9a600;
  transform: rotate(-45deg);
  border-radius: 100%;
}
.cid-tN13n8QFYY .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-tN13n8QFYY .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tN13n8QFYY .title-wrapper .mbr-text {
  margin: 0;
}
.cid-tN13n8QFYY .title-wrapper .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-tN13n8QFYY .title-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-tN13n8QFYY .image-wrapper {
  position: relative;
  z-index: 1;
  padding-top: 200px;
}
@media (max-width: 992px) {
  .cid-tN13n8QFYY .image-wrapper {
    padding-top: 40px;
  }
}
@media (max-width: 992px) {
  .cid-tN13n8QFYY .image-wrapper {
    padding-top: 40px;
  }
}
.cid-tN13n8QFYY .image-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tN13n8QFYY .image-wrapper img {
    height: 350px;
  }
}
.cid-tN13n8QFYY .mbr-section-title {
  color: #fdfcfc;
}
.cid-tN13n8QFYY .mbr-text {
  color: #F9A600;
}
.cid-tN13pE8SQs {
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tN13pE8SQs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tN13pE8SQs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tN13pE8SQs .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tN13pE8SQs .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tN13pE8SQs .container {
    padding: 0 16px;
  }
}
.cid-tN13pE8SQs .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-tN13pE8SQs .row {
    margin: 0 10px;
  }
}
.cid-tN13pE8SQs .row .item {
  padding: 0;
}
.cid-tN13pE8SQs .row .item:first-child {
  padding-right: 10px;
}
@media (max-width: 992px) {
  .cid-tN13pE8SQs .row .item:first-child {
    padding: 0;
  }
}
.cid-tN13pE8SQs .content-wrapper {
  height: 100%;
  border-radius: 20px;
  background-color: #192227;
}
@media (max-width: 992px) {
  .cid-tN13pE8SQs .content-wrapper {
    margin-bottom: 20px;
    height: auto;
  }
}
.cid-tN13pE8SQs .content-wrapper .title-wrapper {
  padding: 30px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tN13pE8SQs .content-wrapper .title-wrapper {
    padding: 20px 10px;
    margin-bottom: 20px;
  }
}
.cid-tN13pE8SQs .content-wrapper .title-wrapper .icon-wrapper {
  margin-bottom: 25px;
}
.cid-tN13pE8SQs .content-wrapper .title-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 30px;
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #192227;
  background-color: #f9a600;
  border-radius: 50%;
}
.cid-tN13pE8SQs .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-tN13pE8SQs .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tN13pE8SQs .content-wrapper .panel-group .card {
  border-top: 1px solid #4a5357;
  border-radius: 0 !important;
}
.cid-tN13pE8SQs .content-wrapper .panel-group .card:nth-child(2) .panel-collapse .panel-body .panel-title span {
  color: #ade988;
}
.cid-tN13pE8SQs .content-wrapper .panel-group .card:nth-child(2) .panel-collapse .panel-body .desc-wrapper .desc-wrap .mbr-iconfont {
  color: #ade988;
}
.cid-tN13pE8SQs .content-wrapper .panel-group .card:nth-child(3) .panel-collapse .panel-body .panel-title span {
  color: #2c8ac0;
}
.cid-tN13pE8SQs .content-wrapper .panel-group .card:nth-child(3) .panel-collapse .panel-body .desc-wrapper .desc-wrap .mbr-iconfont {
  color: #2c8ac0;
}
.cid-tN13pE8SQs .content-wrapper .panel-group .card:nth-child(4) .panel-collapse .panel-body .panel-title span {
  color: #f06246;
}
.cid-tN13pE8SQs .content-wrapper .panel-group .card:nth-child(4) .panel-collapse .panel-body .desc-wrapper .desc-wrap .mbr-iconfont {
  color: #f06246;
}
.cid-tN13pE8SQs .content-wrapper .panel-group .card:nth-child(5) .panel-collapse .panel-body .panel-title span {
  color: #b08ce1;
}
.cid-tN13pE8SQs .content-wrapper .panel-group .card:nth-child(5) .panel-collapse .panel-body .desc-wrapper .desc-wrap .mbr-iconfont {
  color: #b08ce1;
}
.cid-tN13pE8SQs .content-wrapper .panel-group .card .card-header {
  padding: 10px 30px;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-tN13pE8SQs .content-wrapper .panel-group .card .card-header {
    padding: 10px;
  }
}
.cid-tN13pE8SQs .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tN13pE8SQs .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  opacity: 1;
}
.cid-tN13pE8SQs .content-wrapper .panel-group .card .card-header .panel-title.collapsed .mbr-panel-title {
  color: #4a5357;
}
.cid-tN13pE8SQs .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-tN13pE8SQs .content-wrapper .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: block;
  font-size: 30px;
  color: #fdfcfc;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.cid-tN13pE8SQs .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 40px 30px;
}
@media (max-width: 992px) {
  .cid-tN13pE8SQs .content-wrapper .panel-group .card .panel-collapse .panel-body {
    padding: 20px 10px;
  }
}
.cid-tN13pE8SQs .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tN13pE8SQs .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-title {
    margin-top: 20px;
  }
}
.cid-tN13pE8SQs .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-title span {
  color: #f9a600;
}
.cid-tN13pE8SQs .content-wrapper .panel-group .card .panel-collapse .panel-body .desc-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tN13pE8SQs .content-wrapper .panel-group .card .panel-collapse .panel-body .desc-wrapper {
    margin-top: 20px;
  }
}
.cid-tN13pE8SQs .content-wrapper .panel-group .card .panel-collapse .panel-body .desc-wrapper .desc-wrap {
  display: inline-flex;
}
.cid-tN13pE8SQs .content-wrapper .panel-group .card .panel-collapse .panel-body .desc-wrapper .desc-wrap .panel-desc {
  margin-bottom: 0;
}
.cid-tN13pE8SQs .content-wrapper .panel-group .card .panel-collapse .panel-body .desc-wrapper .desc-wrap .mbr-iconfont {
  font-size: 24px;
  color: #f9a600;
  margin-left: 12px;
}
.cid-tN13pE8SQs .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-tN13pE8SQs .image-wrapper {
  height: 100%;
}
.cid-tN13pE8SQs .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tN13pE8SQs .image-wrapper img {
    height: 350px;
  }
}
.cid-tN13pE8SQs .mbr-section-title {
  color: #fdfcfc;
}
.cid-tN13pE8SQs .mbr-text {
  color: #F9A600;
}
.cid-tN13pE8SQs .panel-title-edit {
  color: #fdfcfc;
}
.cid-tN13pE8SQs .panel-title {
  color: #fdfcfc;
}
.cid-tN13pE8SQs .panel-desc {
  color: #4a5357;
}
.cid-tN13pE8SQs .panel-text {
  color: #fdfcfc;
}
.cid-tN13q9SfKW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #192227;
}
.cid-tN13q9SfKW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tN13q9SfKW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tN13q9SfKW .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tN13q9SfKW .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tN13q9SfKW .container {
    padding: 0 16px;
  }
}
.cid-tN13q9SfKW .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-tN13q9SfKW .row {
    margin: 0 10px;
  }
}
.cid-tN13q9SfKW .row .card {
  padding: 0;
}
.cid-tN13q9SfKW .row .card:first-child {
  padding-right: 10px;
}
@media (max-width: 992px) {
  .cid-tN13q9SfKW .row .card:first-child {
    padding: 0;
  }
}
.cid-tN13q9SfKW .content-wrapper {
  background-color: #fdfcfc;
  border-radius: 20px;
  height: 100%;
  border: 1px solid #fdfcfc;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tN13q9SfKW .content-wrapper {
    margin-bottom: 20px;
    height: auto;
  }
}
.cid-tN13q9SfKW .content-wrapper .title-wrapper {
  padding: 30px 30px 0;
}
@media (max-width: 992px) {
  .cid-tN13q9SfKW .content-wrapper .title-wrapper {
    padding: 20px 10px 0;
  }
}
.cid-tN13q9SfKW .content-wrapper .title-wrapper .icon-wrapper {
  margin-bottom: 25px;
}
.cid-tN13q9SfKW .content-wrapper .title-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 30px;
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #f9a600;
  background-color: #192227;
  border-radius: 50%;
}
.cid-tN13q9SfKW .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tN13q9SfKW .content-wrapper .nav.nav-tabs {
  display: block;
  border: none;
  padding-top: 30px;
}
@media (max-width: 992px) {
  .cid-tN13q9SfKW .content-wrapper .nav.nav-tabs {
    padding-top: 20px;
  }
}
.cid-tN13q9SfKW .content-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border-top: 1px solid #d1cece;
}
.cid-tN13q9SfKW .content-wrapper .nav.nav-tabs .nav-item .nav-link {
  margin-bottom: 0;
  border: none;
  color: #192227;
  border-radius: 0 !important;
  padding: 30px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-tN13q9SfKW .content-wrapper .nav.nav-tabs .nav-item .nav-link {
    padding: 20px 10px;
  }
}
.cid-tN13q9SfKW .content-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #192227;
  color: #fdfcfc;
}
.cid-tN13q9SfKW .tab-content {
  background-color: #192227;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  border: 1px solid #fdfcfc;
}
.cid-tN13q9SfKW .tab-content .tab-pane .content-wrap .image-wrapper img {
  height: 630px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-tN13q9SfKW .tab-content .tab-pane .content-wrap .image-wrapper img {
    height: 350px;
  }
}
.cid-tN13q9SfKW .tab-content .tab-pane .content-wrap .mbr-text {
  padding: 30px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tN13q9SfKW .tab-content .tab-pane .content-wrap .mbr-text {
    padding: 20px 10px;
  }
}
.cid-tN13q9SfKW .mbr-section-title {
  color: #192227;
}
.cid-tN13q9SfKW .mbr-text {
  color: #fdfcfc;
}
.cid-tN13nGhETA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tN13nGhETA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tN13nGhETA .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tN13nGhETA .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tN13nGhETA .container {
    padding: 0 16px;
  }
}
.cid-tN13nGhETA .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-tN13nGhETA .row {
    margin: 0 10px;
  }
}
.cid-tN13nGhETA .row .card {
  padding: 0;
}
.cid-tN13nGhETA .image-wrapper img {
  height: 730px;
  object-fit: cover;
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .cid-tN13nGhETA .image-wrapper img {
    height: 350px;
  }
}
.cid-tN13o8CHN5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #192227;
}
.cid-tN13o8CHN5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tN13o8CHN5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tN13o8CHN5 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tN13o8CHN5 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tN13o8CHN5 .container {
    padding: 0 16px;
  }
}
.cid-tN13o8CHN5 .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-tN13o8CHN5 .row {
    margin: 0 10px;
  }
}
.cid-tN13o8CHN5 .row .card {
  padding: 0;
}
.cid-tN13o8CHN5 .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tN13o8CHN5 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tN13o8CHN5 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tN13o8CHN5 .box .mbr-media img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tN13o8CHN5 .box .mbr-media img {
    height: 350px;
  }
}
.cid-tN13o8CHN5 .box .mbr-media .mbr-iconfont {
  color: #192227;
}
.cid-tN13o8CHN5 .mbr-media {
  position: relative;
}
.cid-tN13o8CHN5 .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-tN13o8CHN5 a:hover {
  background-image: none !important;
}
.cid-tN13o8CHN5 .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-tN13o8CHN5 .icon-wrap:hover {
  cursor: pointer;
}
.cid-tN13o8CHN5 .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-tN13o8CHN5 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tN13o8CHN5 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tN13o8CHN5 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tN13o8CHN5 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tN13o8CHN5 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tN13o8CHN5 .mbr-section-title {
  color: #fdfcfc;
}
.cid-tN13rz1uAb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #192227;
  overflow: hidden;
}
.cid-tN13rz1uAb .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tN13rz1uAb .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tN13rz1uAb .container {
    padding: 0 16px;
  }
}
.cid-tN13rz1uAb .row {
  position: relative;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tN13rz1uAb .row {
    margin: 0 10px;
  }
}
.cid-tN13rz1uAb .row .card {
  position: relative;
  padding: 0;
}
.cid-tN13rz1uAb .item:focus,
.cid-tN13rz1uAb span:focus {
  outline: none;
}
.cid-tN13rz1uAb .item-wrapper {
  position: relative;
}
.cid-tN13rz1uAb .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 610px;
  max-width: 610px;
}
@media (max-width: 767px) {
  .cid-tN13rz1uAb .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-tN13rz1uAb .embla__slide .slide-content {
  display: flex;
  width: 100%;
  border-radius: 20px !important;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-tN13rz1uAb .embla__slide .slide-content {
    margin-right: 0;
    display: block;
  }
}
.cid-tN13rz1uAb .embla__slide .slide-content .item-wrapper .item-img {
  padding: 30px;
  margin-right: 5px;
  background-color: #f9a600;
  border-radius: 20px;
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-tN13rz1uAb .embla__slide .slide-content .item-wrapper .item-img {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tN13rz1uAb .embla__slide .slide-content .item-wrapper .item-img {
    margin: 0 0 5px 0;
  }
}
.cid-tN13rz1uAb .embla__slide .slide-content .item-wrapper .item-img img {
  height: 200px;
  width: 145px;
  margin: 0 auto;
  object-fit: cover;
  border-radius: 5rem !important;
}
.cid-tN13rz1uAb .embla__slide .slide-content .item-content {
  padding: 30px;
  background-color: #f9a600;
  border-radius: 20px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tN13rz1uAb .embla__slide .slide-content .item-content {
    padding: 20px;
  }
}
.cid-tN13rz1uAb .embla__slide .slide-content .item-content .item-title {
  margin-bottom: 20px;
}
.cid-tN13rz1uAb .embla__slide .slide-content .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-tN13rz1uAb .embla__slide .slide-content .item-content .mbr-date {
  margin: 20px 0 0;
}
.cid-tN13rz1uAb .embla__button--next,
.cid-tN13rz1uAb .embla__button--prev {
  display: flex;
}
.cid-tN13rz1uAb .embla__button {
  bottom: 0;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 30px;
  background-color: transparent !important;
  color: #f9a600 !important;
  border: 2px solid #f9a600 !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-tN13rz1uAb .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tN13rz1uAb .embla__button:hover {
  color: #fdfcfc !important;
}
.cid-tN13rz1uAb .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tN13rz1uAb .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tN13rz1uAb .embla {
  position: relative;
  width: 100%;
  padding-bottom: 5rem;
}
.cid-tN13rz1uAb .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-tN13rz1uAb .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tN13rz1uAb .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tN13rz1uAb .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tN13rz1uAb .mbr-section-title {
  color: #fdfcfc;
}
.cid-tN13rz1uAb .item-title {
  color: #192227;
}
.cid-tN13rz1uAb .mbr-text {
  color: #192227;
}
.cid-tN15vKstow {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tN15vKstow .mbr-fallback-image.disabled {
  display: none;
}
.cid-tN15vKstow .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tN15vKstow .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tN15vKstow .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tN15vKstow .container {
    padding: 0 16px;
  }
}
.cid-tN15vKstow .row {
  position: relative;
  margin: 0 20px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tN15vKstow .row {
    margin: 0 10px;
  }
}
.cid-tN15vKstow .row .card {
  position: relative;
  padding: 0;
}
.cid-tN15vKstow .form-wrapper {
  padding: 30px !important;
  background-color: #fdfcfc;
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .cid-tN15vKstow .form-wrapper {
    padding: 20px !important;
  }
}
.cid-tN15vKstow .form-wrapper .dragArea.row {
  margin: 0;
}
.cid-tN15vKstow .form-wrapper .dragArea.row .mbr-section-title {
  margin-bottom: 30px !important;
}
.cid-tN15vKstow .form-wrapper .dragArea.row .form-group {
  margin-bottom: 30px !important;
}
@media (max-width: 992px) {
  .cid-tN15vKstow .form-wrapper .dragArea.row .form-group {
    margin-bottom: 25px !important;
  }
}
.cid-tN15vKstow .form-wrapper .dragArea.row .form-group .form-control {
  background-color: transparent;
  padding: 0 0 15px;
  box-shadow: none;
  border: none !important;
  border-bottom: 1px solid #d1cece !important;
  border-radius: 0 !important;
}
.cid-tN15vKstow .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #d1cece;
}
.cid-tN15vKstow .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-tN15vKstow .form-wrapper .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
  border-bottom: 1px solid #d1cece !important;
}
.cid-tN15vKstow .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-tN15vKstow .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #d1cece;
  border-color: #d1cece;
}
.cid-tN15vKstow .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-tN15vKstow .form-wrapper .dragArea.row .mbr-section-btn .btn {
  min-width: auto;
  width: 100%;
  margin-left: 0;
}
.cid-tN15vKstow .mbr-section-title {
  color: #192227;
  text-align: center;
}
.cid-tN15vKstow .mbr-text {
  color: #192227;
  text-align: center;
}
.cid-tN15vKstow label {
  color: #192227;
}
.cid-tN15vKstow .mbr-section-title,
.cid-tN15vKstow .mbr-section-btn {
  text-align: center;
}
.cid-tN13qVlC6V {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #192227;
}
.cid-tN13qVlC6V .mbr-fallback-image.disabled {
  display: none;
}
.cid-tN13qVlC6V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tN13qVlC6V .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tN13qVlC6V .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tN13qVlC6V .container {
    padding: 0 16px;
  }
}
.cid-tN13qVlC6V .row {
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-tN13qVlC6V .row {
    margin: 0 10px;
  }
}
.cid-tN13qVlC6V .row .item {
  padding: 0 8px;
}
.cid-tN13qVlC6V .item {
  margin-bottom: 15px;
}
.cid-tN13qVlC6V .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
  border: 5px solid #f9a600;
  background-color: #f9a600;
}
@media (max-width: 992px) {
  .cid-tN13qVlC6V .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-tN13mOqDsR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #192227;
}
.cid-tN13mOqDsR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tN13mOqDsR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tN13mOqDsR .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tN13mOqDsR .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tN13mOqDsR .container {
    padding: 0 16px;
  }
}
.cid-tN13mOqDsR .row {
  position: relative;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tN13mOqDsR .row {
    margin: 0;
  }
}
.cid-tN13mOqDsR .row .card {
  position: relative;
  padding: 0;
}
.cid-tN13mOqDsR .decor-wrapper_1 {
  height: 30px;
  background-color: #c38200;
  border-radius: 20px 20px 0 0;
}
.cid-tN13mOqDsR .decor-wrapper_2 {
  height: 30px;
  background-color: #f9a600;
}
.cid-tN13mOqDsR .decor-wrapper_3 {
  height: 30px;
  background-color: #ffbc37;
}
.cid-tN13mOqDsR .title-wrapper {
  margin: 0 20px;
  padding-top: 110px;
}
@media (max-width: 992px) {
  .cid-tN13mOqDsR .title-wrapper {
    padding-top: 50px;
  }
}
@media (max-width: 992px) {
  .cid-tN13mOqDsR .title-wrapper {
    margin: 0 10px;
  }
}
.cid-tN13mOqDsR .mbr-section-title {
  color: #fdfcfc;
  text-align: center;
}
.cid-tN13phYkWl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #192227;
}
.cid-tN13phYkWl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tN13phYkWl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tN13phYkWl .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tN13phYkWl .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tN13phYkWl .container {
    padding: 0 16px;
  }
}
.cid-tN13phYkWl .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-tN13phYkWl .row {
    margin: 0 10px;
  }
}
.cid-tN13phYkWl .row .card {
  padding: 0;
}
.cid-tN13phYkWl .row .card:first-child {
  padding-right: 10px;
}
@media (max-width: 992px) {
  .cid-tN13phYkWl .row .card:first-child {
    padding: 0;
  }
}
.cid-tN13phYkWl .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #f9a600;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-tN13phYkWl .title-wrapper {
    height: auto;
    margin-bottom: 10px;
  }
}
.cid-tN13phYkWl .title-wrapper .title-wrap {
  padding: 30px 30px 70px;
}
@media (max-width: 992px) {
  .cid-tN13phYkWl .title-wrapper .title-wrap {
    padding: 20px 20px 30px;
  }
}
.cid-tN13phYkWl .title-wrapper .title-wrap .icon-wrapper {
  margin-bottom: 20px;
}
.cid-tN13phYkWl .title-wrapper .title-wrap .icon-wrapper .mbr-iconfont {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  background-color: #192227;
  color: #f9a600;
  border-radius: 50%;
  transform: rotate(-45deg);
}
.cid-tN13phYkWl .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-tN13phYkWl .title-wrapper .mbr-copy {
  padding: 30px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tN13phYkWl .title-wrapper .mbr-copy {
    padding: 20px;
  }
}
.cid-tN13phYkWl .list-wrapper {
  border: 1px solid #fdfcfc;
  border-radius: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
.cid-tN13phYkWl .list-wrapper .item {
  border-bottom: 1px solid #4a5357;
}
.cid-tN13phYkWl .list-wrapper .item:last-child {
  border: none;
}
.cid-tN13phYkWl .list-wrapper .item .item-wrapper {
  border-radius: 0 !important;
  overflow: hidden;
}
.cid-tN13phYkWl .list-wrapper .item .item-wrapper a {
  display: block;
}
.cid-tN13phYkWl .list-wrapper .item .item-wrapper a:hover .card-box,
.cid-tN13phYkWl .list-wrapper .item .item-wrapper a:hover .card-box {
  background-color: #f9a600;
}
.cid-tN13phYkWl .list-wrapper .item .item-wrapper a:hover .card-box .card-title,
.cid-tN13phYkWl .list-wrapper .item .item-wrapper a:hover .card-box .card-title {
  color: #192227;
}
.cid-tN13phYkWl .list-wrapper .item .item-wrapper a:hover .card-box .mbr-iconfont,
.cid-tN13phYkWl .list-wrapper .item .item-wrapper a:hover .card-box .mbr-iconfont {
  color: #192227;
  transform: rotate(-45deg);
}
.cid-tN13phYkWl .list-wrapper .item .item-wrapper a .card-box {
  padding: 22px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-tN13phYkWl .list-wrapper .item .item-wrapper a .card-box {
    padding: 15px 20px;
  }
}
.cid-tN13phYkWl .list-wrapper .item .item-wrapper a .card-box .card-title {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-tN13phYkWl .list-wrapper .item .item-wrapper a .card-box .mbr-iconfont {
  font-size: 18px;
  color: #fdfcfc;
  transition: all 0.3s ease-in-out;
}
.cid-tN13phYkWl .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-tN13phYkWl .mbr-section-title {
  color: #192227;
}
.cid-tN13phYkWl .mbr-copy {
  color: #192227;
  text-align: center;
}
.cid-tN13phYkWl .card-title {
  color: #fdfcfc;
}




.cid-rU4uAyayWI {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-rU4uAyayWI .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-rU4uAyayWI .first-column .mbr-text {
  margin: 0;
}
.cid-rU4uAyayWI .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-rU4uAyayWI .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-rU4uAyayWI .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-rU4uAyayWI .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-rU4uAyayWI .form-group {
  max-width: 55%;
}
.cid-rU4uAyayWI .form-group,
.cid-rU4uAyayWI .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-rU4uAyayWI .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-rU4uAyayWI .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-rU4uAyayWI .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-rU4uAyayWI .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-rU4uAyayWI .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-rU4uAyayWI .col + .mbr-section-btn .btn,
.cid-rU4uAyayWI .col-auto + .mbr-section-btn .btn {
  margin: 0 ;
  height: 100%;
  border-radius: 0px ;
  padding: 0 2.2rem ;
}
.cid-rU4uAyayWI .dragArea > *:nth-last-child(2).col,
.cid-rU4uAyayWI .dragArea > *:nth-last-child(2).col-auto,
.cid-rU4uAyayWI .col + .mbr-section-btn,
.cid-rU4uAyayWI .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-rU4uAyayWI .first-column,
  .cid-rU4uAyayWI .second-column {
    padding-bottom: 2rem;
  }
  .cid-rU4uAyayWI .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-rU4uAyayWI .first-column,
  .cid-rU4uAyayWI .second-column,
  .cid-rU4uAyayWI .third-column {
    text-align: center;
  }
}
#header{
    background-image: url("/userfiles/1/theme/cff4a89b36a76a749354b1249f62cb4c.jpg");
}
/* Specific styles for elements with Arabic language attributes */
*[lang="ar"] {
    /* Add specific styles for elements with Arabic language attributes */
    font-family: 'Noto Naskh Arabic', sans-serif;
    font-size: 24px;
}
.theme_bgcolor,.theme{
	background-color: #00283F !important;
	color: #FFFFFF ;
}
.table tr th{
	background-color: #00283F !important;
	color: #FFFFFF ;
}
.theme_bgcolor_2,.theme_2{
	background-color: #337AB7  !important;
	color: rgb(255, 255, 255) ;
}
.theme_bgcolor_3,.theme_3{
	background-color: #003A5D  !important;
	color: rgb(255, 255, 255) ;
}d
.theme_bgcolor_4,.theme_4{
	background-color: #004790  !important;
	color: rgb(255, 255, 255) ;
}
.theme:hover {
   background-color: #337AB7 !important; 
}
.theme_2:hover {
   background-color: #00283F !important; 
}
.theme_3:hover {
   background-color: #00283F !important; 
}
.theme_bgcolor .main-title, .theme_bgcolor .mbr-section-subtitle, .theme_bgcolor .mbr-section-title {
	color: #FFFFFF ;
}
.theme_bgcolor_2 .main-title, .theme_bgcolor .mbr-section-subtitle, .theme_bgcolor .mbr-section-title {
	color: rgb(255, 255, 255) ;
}
.theme_bgcolor_3 .main-title, .theme_bgcolor .mbr-section-subtitle, .theme_bgcolor .mbr-section-title {
	color: rgb(255, 255, 255) ;
}
.theme_bgcolor_4 .main-title, .theme_bgcolor .mbr-section-subtitle, .theme_bgcolor .mbr-section-title {
	color: rgb(255, 255, 255) ;
}
.modal-footer {
    display: -ms-flexbox;
    display: unset;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: space-evenly;
	padding: 0 .5rem .5rem;
}
body {
    font-family: 'McLaren', sans-serif;
    font-size: 11pt;
    background:url(/userfiles/1/theme/cff4a89b36a76a749354b1249f62cb4c.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

label {
    margin-bottom:0;
    margin-top:0.5rem;
}
.form-control {
    font-family: 'McLaren', sans-serif !important;
    font-size: 11pt;
    display: block;
    width: 100%;
    
    color: black;
    background-color: #fff;
    background-clip: padding-box;
    /*border: 1px solid #00283F;*/
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

.btn-danger, .btn-danger:active, .btn-danger.active {
    background-color: #f00!important;
    border-color: #f00 !important;
    color: #ffffff !important;
}
.input-group-btn button[type='submit'] {
     border-radius: 5px !important; 
}
h1,h2,h3,h4,h5,h6 {
    font-family: 'McLaren', sans-serif !important;
}
h1 {
    font-size: 2rem;
    font-weight: 300;
}
h2 {
    font-size: 1.5rem;
    font-weight: 300;
}
/* Override the z-index for SweetAlert2 */
.swal2-container {
    z-index: 9999; /* Use a high value, such as 9999, to ensure it's on top */
}
.bootstrap-dialog-header {
    width: 100%;
}

.bootstrap-dialog-close-button .close {
    font-family: "Font Awesome 6 Free"; /* Specify the FontAwesome font family */
    content: "\f057"; /* Use the Unicode value for the desired icon */
    /* You can also specify other styles like color, font-size, etc. */
    color: #f00;
}

#body-row {
    margin-left:0;
    margin-right:0;
}
#sidebar-container {
    min-height: 100vh;   
    background-color: #333;
    padding: 0;
}

/* Sidebar sizes when expanded and expanded */
.sidebar-expanded {
    width: 230px;
}
.sidebar-collapsed {
    width: 60px;
}

/* Menu item*/
#sidebar-container .list-group a {
    height: 50px;
    color: white;
}

/* Submenu item*/
#sidebar-container .list-group .sidebar-submenu a {
    height: 45px;
    padding-left: 30px;
}
.sidebar-submenu {
    font-size: 0.9rem;
}

/* Separators */
.sidebar-separator-title {
    background-color: #333;
    height: 35px;
}
.sidebar-separator {
    background-color: #333;
    height: 25px;
}
.logo-separator {
    background-color: #333;    
    height: 60px;
}
.page-title {
    background-image: url("/userfiles/1/image/almahdi-bg2.gif");
     background-size: 250px; /* or contain, or specific dimensions */
     background-position: center; /* or top, bottom, left, right */
     background-repeat: repeat-x; /* or repeat-x, repeat-y, repeat */
    border-bottom: 1px solid #efefef;
    
}


.cid-rU4fTWtFtE {
  background-image: url("../../../../userfiles/1/image/ramadan-3380068-1920-1920x983.jpg");
}
.cid-rU4fTWtFtE .row {
  align-items: center;
  -webkit-align-items: center;
}
.cid-rU4fTWtFtE .form-1 {
  z-index: 1;
  background-color: transparent;
  padding: 3rem;
  position: relative;
  overflow: hidden;
}
.cid-rU4fTWtFtE .form-1 .mbr-overlay {
  z-index: -1;
}
.cid-rU4fTWtFtE .form-group {
  padding: 0;
  margin-bottom: 1.3em;
}
.cid-rU4fTWtFtE .form-control {
  color: #ffffff ;
  border: none;
  border-radius: 0 ;
  background-color: transparent;
  padding: .5rem 0rem;
  border-bottom: 1px solid #ffffff;
}
.cid-rU4fTWtFtE .form-control:focus {
  outline: none;
  box-shadow: none;
}
.cid-rU4fTWtFtE .input-group-btn {
  display: block;
  padding-left: 0;
}
.cid-rU4fTWtFtE input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.cid-rU4fTWtFtE input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.cid-rU4fTWtFtE .form-subtitle {
  line-height: 1.6;
  color: #767676;
}
.cid-rU4fTWtFtE .mbr-section-subtitle {
  color: #e96188;
}
.cid-rU4fTWtFtE .form-text {
  line-height: 1.6;
  color: #767676;
  margin: 0;
}
@media (min-width: 992px) {
  .cid-rU4fTWtFtE .text-element {
    padding-right: 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-rU4fTWtFtE .form-1 {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rU4fTWtFtE .underline .line {
    height: 2px;
  }
  .cid-rU4fTWtFtE .text-element {
    padding-bottom: 1rem;
  }
  .cid-rU4fTWtFtE .form-1 {
    padding: 2rem;
    margin: 1rem;
  }
  .cid-rU4fTWtFtE .mbr-section-subtitle,
  .cid-rU4fTWtFtE .mbr-section-title,
  .cid-rU4fTWtFtE .mbr-text,
  .cid-rU4fTWtFtE .mbr-section-btn,
  .cid-rU4fTWtFtE .form-title,
  .cid-rU4fTWtFtE .form-subtitle,
  .cid-rU4fTWtFtE .input-group-btn,
  .cid-rU4fTWtFtE .form-text {
    text-align: center ;
  }
}


.input-group-text {
    font-size: 1.5rem;
}

.page-padding {
    margin-top:92px;
}

ol, ul {
    padding-top:1rem;
    margin-left: 2rem !important;
}