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

body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- 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: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #6592e6 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6592e6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2260d2 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: transparent;
  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: transparent!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: #6592e6 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #205ac5 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !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]) {
  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]):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: #6592e6;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #6592e6;
  border-color: #6592e6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #6592e6;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.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_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.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: #6592e6 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #6592e6;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6592e6;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6592e6;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #6592e6;
  border-bottom-color: #6592e6;
}
.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: #6592e6 !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: #ff6666 !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='%236592e6' %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;
}
.cid-ta58jgQUca {
  z-index: 1000;
  width: 100%;
}
.cid-ta58jgQUca nav.navbar {
  position: fixed;
}
.cid-ta58jgQUca .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ta58jgQUca .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ta58jgQUca .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ta58jgQUca .dropdown-item:hover,
.cid-ta58jgQUca .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-ta58jgQUca .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ta58jgQUca .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ta58jgQUca .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ta58jgQUca .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ta58jgQUca .nav-link {
  position: relative;
}
.cid-ta58jgQUca .container {
  display: flex;
  margin: auto;
}
.cid-ta58jgQUca .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ta58jgQUca .dropdown-menu,
.cid-ta58jgQUca .navbar.opened {
  background: #353535 !important;
}
.cid-ta58jgQUca .nav-item:focus,
.cid-ta58jgQUca .nav-link:focus {
  outline: none;
}
.cid-ta58jgQUca .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ta58jgQUca .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ta58jgQUca .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ta58jgQUca .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ta58jgQUca .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ta58jgQUca .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ta58jgQUca .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(53, 53, 53, 0.5);
}
.cid-ta58jgQUca .navbar.opened {
  transition: all 0.3s;
}
.cid-ta58jgQUca .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ta58jgQUca .navbar .navbar-logo img {
  width: auto;
}
.cid-ta58jgQUca .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ta58jgQUca .navbar.collapsed {
  justify-content: center;
}
.cid-ta58jgQUca .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ta58jgQUca .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ta58jgQUca .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ta58jgQUca .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ta58jgQUca .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ta58jgQUca .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ta58jgQUca .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ta58jgQUca .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ta58jgQUca .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ta58jgQUca .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ta58jgQUca .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ta58jgQUca .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ta58jgQUca .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ta58jgQUca .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ta58jgQUca .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ta58jgQUca .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ta58jgQUca .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ta58jgQUca .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ta58jgQUca .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ta58jgQUca .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ta58jgQUca .navbar.navbar-short {
  min-height: 60px;
}
.cid-ta58jgQUca .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ta58jgQUca .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ta58jgQUca .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ta58jgQUca .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ta58jgQUca .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ta58jgQUca .dropdown-item.active,
.cid-ta58jgQUca .dropdown-item:active {
  background-color: transparent;
}
.cid-ta58jgQUca .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ta58jgQUca .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ta58jgQUca .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ta58jgQUca .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-ta58jgQUca .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ta58jgQUca .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ta58jgQUca ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ta58jgQUca .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ta58jgQUca button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ta58jgQUca button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  //background-color: #ffffff;
  background-color: #ffe161;
}
.cid-ta58jgQUca button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ta58jgQUca button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ta58jgQUca button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ta58jgQUca button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ta58jgQUca nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ta58jgQUca nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ta58jgQUca nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ta58jgQUca nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ta58jgQUca .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ta58jgQUca a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ta58jgQUca .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ta58jgQUca .navbar {
    height: 70px;
  }
  .cid-ta58jgQUca .navbar.opened {
    height: auto;
  }
  .cid-ta58jgQUca .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ta7bnhFGDs {
  background-image: url("../../../assets/images/mbr.jpg");
}
.cid-ta7bnhFGDs .mbr-section-title {
  text-align: center;
  color: #ffe161;
}
.cid-ta7bnhFGDs .mbr-text,
.cid-ta7bnhFGDs .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tbCPl8TENl {
  background-color: #4479d9;
}
.cid-tbCPl8TENl .mbr-section-title {
  color: #ffe161;
}
.cid-tbCPl8TENl .mbr-text,
.cid-tbCPl8TENl .mbr-section-btn {
  color: #ffffff;
}
.cid-tapsF6IJea {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4479d9;
}
.cid-tapsF6IJea .mbr-section-title {
  color: #ffe161;
}
.cid-tapsF6IJea .mbr-section-subtitle {
  color: #ffffff;
}
.cid-taC1UdOzOP {
  background-color: #4479d9;
  //background-color: #EB1B21;
}
.cid-taC1UdOzOP .mbr-section-title {
  color: #ffe161;
  text-align: center;
}
.cid-taC1UdOzOP .mbr-text,
.cid-taC1UdOzOP .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-taC1UdOzOP input {
  border: 2px solid white;
  border-radius: 0px;
  background-color: lightblue;
  color: #000000;
}
.cid-tgAgluKciP textarea {
  border: 2px solid white;
  border-radius: 0px;
  background-color: lightblue;
  color: #000000;
}
.cid-taC1UdOzOP input:focus {
  background-color: lightblue;
  border: 3px solid #ffe161;
}

.cid-tgAgluKciP textarea:focus {
  background-color: lightblue;
  border: 3px solid #ffe161;
}

.cid-taC1UdOzOP ::placeholder {
  color: grey;
  opacity: 1;
}
.cid-taC1UdOzOP :-ms-input-placeholder {
  color: grey;
}
.cid-taC1UdOzOP ::-ms-input-placeholder {
  color: grey;
}
.cid-tgKXwwRQ97 {
  background-color: #4479d9;
}
.cid-tgKXwwRQ97 .mbr-section-title {
  text-align: center;
  color: #ffe161;
}
.cid-tgKXwwRQ97 .mbr-text,
.cid-tgKXwwRQ97 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-taq1N4dPGE {
  background-color: #4479d9;
}
.cid-taq1N4dPGE .mbr-section-title {
  color: #ffe161;
  text-align: center;
}
.cid-taq1N4dPGE .mbr-text,
.cid-taq1N4dPGE .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-taq1N4dPGE input {
  border: 2px solid white;
  border-radius: 0px;
  background-color: lightblue;
  color: #000000;
}
.cid-taq1N4dPGE input:focus {
  background-color: lightblue;
  border: 3px solid #ffe161;
}
.cid-taq1N4dPGE ::placeholder {
  color: grey;
  opacity: 1;
}
.cid-taq1N4dPGE :-ms-input-placeholder {
  color: grey;
}
.cid-taq1N4dPGE ::-ms-input-placeholder {
  color: grey;
}
.cid-tgruC38V7A {
  background-color: #4479d9;
}
.cid-tgruC38V7A .mbr-text,
.cid-tgruC38V7A .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tgruC38V7A .mbr-section-title {
  text-align: center;
  color: #ffe161;
}
.cid-tgruC38V7A input {
  border: 2px solid white;
  border-radius: 0px;
  background-color: lightblue;
  color: #000000;
}
.cid-tgruC38V7A input:focus {
  background-color: lightblue;
  border: 3px solid #ffe161;
}
.cid-tgruC38V7A ::placeholder {
  color: grey;
  opacity: 1;
}
.cid-tgruC38V7A :-ms-input-placeholder {
  color: grey;
}
.cid-tgruC38V7A ::-ms-input-placeholder {
  color: grey;
}
.cid-taq2Soawpf {
  background-color: #4479d9;
}
.cid-taq2Soawpf .mbr-section-title {
  color: #ffe161;
  text-align: center;
}
.cid-taq2Soawpf .mbr-text,
.cid-taq2Soawpf .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-taBxBKE5gw {
  background-color: #4479d9;
}
.cid-taBxBKE5gw .mbr-section-title {
  color: #ffe161;
  text-align: center;
}
.cid-taBxBKE5gw .mbr-text,
.cid-taBxBKE5gw .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-ta8QJl1fVA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2299aa;
}
.cid-ta8QJl1fVA .oldcost {
  text-decoration: line-through;
  color: #ffffff;
}
.cid-ta8QJl1fVA .currentcost {
  color: #ffe161;
}
.cid-ta8QJl1fVA .card-wrapper {
  border-radius: 4px;
  background: #2299aa;
}
@media (min-width: 992px) {
  .cid-ta8QJl1fVA .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-ta8QJl1fVA .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ta8QJl1fVA .text-box {
    padding: 1rem;
  }
}
.cid-ta8QJl1fVA .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ta8QJl1fVA H5 {
  text-align: center;
  color: #ffe161;
}
.cid-ta8QJl1fVA .mbr-text,
.cid-ta8QJl1fVA .cost,
.cid-ta8QJl1fVA .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-ta8QJl1fVA #myProgress {
  width: 100%;
  background-color: #ddd;
}
.cid-ta8QJl1fVA #v1Bar {
  width: 11.66%;
  height: 30px;
  background-color: #4CAF50;
  text-align: center;
  line-height: 30px;
  color: white;
}
.cid-ta8QKgZOKH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4479d9;
}
.cid-ta8QKgZOKH .oldcost {
  text-decoration: line-through;
  color: #ffffff;
}
.cid-ta8QKgZOKH .currentcost {
  color: #ffe161;
}
.cid-ta8QKgZOKH .card-wrapper {
  border-radius: 4px;
  background: #4479d9;
}
@media (min-width: 992px) {
  .cid-ta8QKgZOKH .text-box {
    padding: 2rem;
    padding-right: 4rem;
    padding-left: 4rem;
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ta8QKgZOKH .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ta8QKgZOKH .text-box {
    padding: 1rem;
  }
}
.cid-ta8QKgZOKH .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ta8QKgZOKH H5 {
  text-align: center;
  color: #ffe161;
}
.cid-ta8QKgZOKH .mbr-text,
.cid-ta8QKgZOKH .cost,
.cid-ta8QKgZOKH .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-ta8QKgZOKH #myProgress {
  width: 100%;
  background-color: #ddd;
}
.cid-ta8QKgZOKH #v2Bar {
  width: 11.66%;
  height: 30px;
  background-color: #4CAF50;
  text-align: center;
  line-height: 30px;
  color: white;
}
.cid-ta8QKS9yHg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2299aa;
}
.cid-ta8QKS9yHg .oldcost {
  text-decoration: line-through;
  color: #ffffff;
}
.cid-ta8QKS9yHg .currentcost {
  color: #ffe161;
}
.cid-ta8QKS9yHg .card-wrapper {
  border-radius: 4px;
  background: #2299aa;
}
@media (min-width: 992px) {
  .cid-ta8QKS9yHg .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-ta8QKS9yHg .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ta8QKS9yHg .text-box {
    padding: 1rem;
  }
}
.cid-ta8QKS9yHg .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ta8QKS9yHg H5 {
  text-align: center;
  color: #ffe161;
}
.cid-ta8QKS9yHg .mbr-text,
.cid-ta8QKS9yHg .cost,
.cid-ta8QKS9yHg .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-ta8QKS9yHg #myProgress {
  width: 100%;
  background-color: #ddd;
}
.cid-ta8QKS9yHg #v3Bar {
  width: 11.66%;
  height: 30px;
  background-color: #4CAF50;
  text-align: center;
  line-height: 30px;
  color: white;
}
.cid-ta8QLqgqpM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4479d9;
}
.cid-ta8QLqgqpM .oldcost {
  text-decoration: line-through;
  color: #ffffff;
}
.cid-ta8QLqgqpM .currentcost {
  color: #ffe161;
}
.cid-ta8QLqgqpM .card-wrapper {
  border-radius: 4px;
  background: #4479d9;
}
@media (min-width: 992px) {
  .cid-ta8QLqgqpM .text-box {
    padding: 2rem;
    padding-right: 4rem;
    padding-left: 4rem;
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ta8QLqgqpM .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ta8QLqgqpM .text-box {
    padding: 1rem;
  }
}
.cid-ta8QLqgqpM .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ta8QLqgqpM H5 {
  text-align: center;
  color: #ffe161;
}
.cid-ta8QLqgqpM .mbr-text,
.cid-ta8QLqgqpM .cost,
.cid-ta8QLqgqpM .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-ta8QLqgqpM #myProgress {
  width: 100%;
  background-color: #ddd;
}
.cid-ta8QLqgqpM #v4Bar {
  width: 11.66%;
  height: 30px;
  background-color: #4CAF50;
  text-align: center;
  line-height: 30px;
  color: white;
}
.cid-ta8QLUXMa4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2299aa;
}
.cid-ta8QLUXMa4 .oldcost {
  text-decoration: line-through;
  color: #ffffff;
}
.cid-ta8QLUXMa4 .currentcost {
  color: #ffe161;
}
.cid-ta8QLUXMa4 .card-wrapper {
  border-radius: 4px;
  background: #2299aa;
}
@media (min-width: 992px) {
  .cid-ta8QLUXMa4 .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-ta8QLUXMa4 .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ta8QLUXMa4 .text-box {
    padding: 1rem;
  }
}
.cid-ta8QLUXMa4 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ta8QLUXMa4 H5 {
  text-align: center;
  color: #ffe161;
}
.cid-ta8QLUXMa4 .mbr-text,
.cid-ta8QLUXMa4 .cost,
.cid-ta8QLUXMa4 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-ta8QLUXMa4 #myProgress {
  width: 100%;
  background-color: #ddd;
}
.cid-ta8QLUXMa4 #v5Bar {
  width: 11.66%;
  height: 30px;
  background-color: #4CAF50;
  text-align: center;
  line-height: 30px;
  color: white;
}
.cid-ta8c7xpAuO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4479d9;
}
.cid-ta8c7xpAuO .oldcost {
  text-decoration: line-through;
  color: #ffffff;
}
.cid-ta8c7xpAuO .currentcost {
  color: #ffe161;
}
.cid-ta8c7xpAuO .card-wrapper {
  border-radius: 4px;
  background: #4479d9;
}
@media (min-width: 992px) {
  .cid-ta8c7xpAuO .text-box {
    padding: 2rem;
    padding-right: 4rem;
    padding-left: 4rem;
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ta8c7xpAuO .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ta8c7xpAuO .text-box {
    padding: 1rem;
  }
}
.cid-ta8c7xpAuO .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ta8c7xpAuO .mbr-text,
.cid-ta8c7xpAuO .cost,
.cid-ta8c7xpAuO .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-ta8c7xpAuO H5 {
  text-align: center;
  color: #ffe161;
}
.cid-ta8c7xpAuO #myProgress {
  width: 100%;
  background-color: #ddd;
}
.cid-ta8c7xpAuO #v6Bar {
  width: 11.66%;
  height: 30px;
  background-color: #4CAF50;
  text-align: center;
  line-height: 30px;
  color: white;
}
.cid-ta8eDfMFY3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2299aa;
}
.cid-ta8eDfMFY3 .oldcost {
  text-decoration: line-through;
  color: #ffffff;
}
.cid-ta8eDfMFY3 .currentcost {
  color: #ffe161;
}
.cid-ta8eDfMFY3 .card-wrapper {
  border-radius: 4px;
  background: #2299aa;
}
@media (min-width: 992px) {
  .cid-ta8eDfMFY3 .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-ta8eDfMFY3 .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ta8eDfMFY3 .text-box {
    padding: 1rem;
  }
}
.cid-ta8eDfMFY3 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ta8eDfMFY3 H5 {
  text-align: center;
  color: #ffe161;
}
.cid-ta8eDfMFY3 .mbr-text,
.cid-ta8eDfMFY3 .cost,
.cid-ta8eDfMFY3 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-ta8eDfMFY3 #myProgress {
  width: 100%;
  background-color: #ddd;
}
.cid-ta8eDfMFY3 #v7Bar {
  width: 11.66%;
  height: 30px;
  background-color: #4CAF50;
  text-align: center;
  line-height: 30px;
  color: white;
}
.cid-thGOdmpfAU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e43f3f;
}
.cid-thGOdmpfAU .mbr-section-title {
  color: #ffe161;
}
.cid-te4vNhZsFG {
  padding-top: 5rem;
  padding-bottom: 0;
  background-color: #4479d9;
}
.cid-te4vNhZsFG .mbr-section-title {
  color: #ffe161;
}
.cid-te4vNhZsFG .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tblHxVfh5o {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #4479d9;
}
@media (max-width: 767px) {
  .cid-tblHxVfh5o .row {
    flex-direction: column-reverse;
  }
  .cid-tblHxVfh5o .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tblHxVfh5o .google-map {
  height: 100%;
  position: relative;
}
.cid-tblHxVfh5o .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tblHxVfh5o .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tblHxVfh5o .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tblHxVfh5o .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tblHxVfh5o .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tblHxVfh5o .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #4479d9;
}
.cid-tblHxVfh5o .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-tblHxVfh5o .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tblHxVfh5o .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tblHxVfh5o .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #6592e6;
}
.cid-tblHxVfh5o .mbr-section-title {
  color: #ffe161;
}
.cid-tblHxVfh5o .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tblHxVfh5o .card-title {
  color: #ffe161;
}
.cid-te4wvTJsH7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #2299aa;
}
@media (max-width: 767px) {
  .cid-te4wvTJsH7 .row {
    flex-direction: column-reverse;
  }
  .cid-te4wvTJsH7 .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-te4wvTJsH7 .google-map {
  height: 100%;
  position: relative;
}
.cid-te4wvTJsH7 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-te4wvTJsH7 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-te4wvTJsH7 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-te4wvTJsH7 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-te4wvTJsH7 .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-te4wvTJsH7 .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #2299aa;
}
.cid-te4wvTJsH7 .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-te4wvTJsH7 .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-te4wvTJsH7 .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-te4wvTJsH7 .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #6592e6;
}
.cid-te4wvTJsH7 .mbr-section-title {
  color: #ffe161;
}
.cid-te4wvTJsH7 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-te4wvTJsH7 .card-title {
  color: #ffe161;
}
.cid-te4wy6VQZB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #4479d9;
}
@media (max-width: 767px) {
  .cid-te4wy6VQZB .row {
    flex-direction: column-reverse;
  }
  .cid-te4wy6VQZB .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-te4wy6VQZB .google-map {
  height: 100%;
  position: relative;
}
.cid-te4wy6VQZB .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-te4wy6VQZB .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-te4wy6VQZB .google-map[data-state] {
  background: #e9e5dc;
}
.cid-te4wy6VQZB .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-te4wy6VQZB .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-te4wy6VQZB .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #4479d9;
}
.cid-te4wy6VQZB .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-te4wy6VQZB .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-te4wy6VQZB .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-te4wy6VQZB .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #6592e6;
}
.cid-te4wy6VQZB .mbr-section-title {
  color: #ffe161;
}
.cid-te4wy6VQZB .mbr-section-subtitle {
  color: #ffffff;
}
.cid-te4wy6VQZB .card-title {
  color: #ffe161;
}
.cid-taB6KfGEzg {
  background-color: #e43f3f;
}
.cid-taB6KfGEzg .mbr-section-title {
  color: #ffe161;
  text-align: center;
}
.cid-taB6KfGEzg .mbr-text,
.cid-taB6KfGEzg .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tgAgluKciP {
  background-color: #4479d9;
}
.cid-tgAgluKciP .mbr-section-title {
  text-align: center;
  color: #ffe161;
}
.cid-tgAgluKciP .mbr-text,
.cid-tgAgluKciP .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tgAgluKciP input {
  border: 2px solid white;
  border-radius: 0px;
  background-color: lightblue;
  color: #000000;
}
.cid-tgAgluKciP input:focus {
  background-color: lightblue;
  border: 3px solid #ffe161;
}
.cid-tgAgluKciP ::placeholder {
  color: grey;
  opacity: 1;
}
.cid-tgAgluKciP :-ms-input-placeholder {
  color: grey;
}
.cid-tgAgluKciP ::-ms-input-placeholder {
  color: grey;
}
.cid-ta8Rpx5W4y {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-taezF3VAEU {
  background-color: #4479d9;
}
.cid-taezF3VAEU .mbr-section-title {
  text-align: center;
  color: #ffe161;
}
.cid-taezF3VAEU .mbr-text,
.cid-taezF3VAEU .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-ta8Rpx5W4y {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}

/* For Game Section */

@font-face {
    font-family: KFGQPC Uthmanic Script HAFS;
    font-weight: normal;
    src: url("KFGQPC_Uthmanic_Script_HAFS_Regular.otf") format("opentype");
}

#gamePage {
	
	text-align:center; 
	display: none; 
	max-height:100vh;
	overflow:hidden;
	background-color:black
		
}

#upSection {
	
	height: 35vh;
	display: flex;
	width: 80%;
	margin: 5vh auto;
	border-radius: 10px;
	border: 3px solid #000000;
	align-items:center;
	justify-content:center;
	background: #ffffff;
		
}

#downSection {
	
	height: 35vh;
	display: flex;
	width: 80%;	
	margin: 5vh auto;
	border-radius: 10px;
	border: 3px solid #000000;
	align-items:center;
	justify-content:center;
	background: #ffffff;
		
}

#upInfo {
	position: absolute; 
	top:10%;
	right:0;
	background-color:black;
	color:white;
	padding:10px;
	width:50%;
	opacity:50%;
		
}

#downInfo {
	position: absolute; 
	bottom:20%;
	left:0;
	background-color:black;
	color:white;
	padding:10px;
	width:50%;
	opacity:50%;
	
	
}

#xinstructionContainer {
	
	position:relative;
	//top:47.5%;
	//left:0;
	width:100%;
	//background-color:black;
	color:yellow;
	font-size:20px;
}

#instructionContainer {
	
	display: flex;
	align-items:center;
	justify-content:center;
	position:relative;
	//top:47.5%;
	//left:0;
	width:100%;
	//background-color:black;
	color:yellow;
	font-size:20px;
	height: 5vh;
}

/* The Modal (background) */
#answerSection {
	display: flex; /* Hidden by default */
	align-items:center;
	justify-content:center;
	
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	padding-top: 0px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.5); /* Black w/ opacity */
}

/* Answer Content */
#answerBox {
	background-color: #fefefe;
	display: flex; /* Hidden by default */
	align-items:center;
	justify-content:center;
	
	margin: auto;
	padding: 20px;
	
	border-radius: 10px;
	border: 3px solid #000000;
	
	width: 60%;
	height: 200px;
}

#answer-text {
	
	color:#ffffff;
	
}

.arabicFont {
	text-align:center;
	font-family: KFGQPC Uthmanic Script HAFS;
	font-size:30px;
	
	
}

/* Place the navbar at the bottom of the page, and make it stick */
.checkInfooterBar {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F8F6F4;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  width: 100%; 
  padding-top: 0px;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #196F3D;
}

.footerBar {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #333;
  //padding-top: 10px;
  //padding-bottom: 10px;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  width: 100%; 
}

/* Style the links inside the navigation bar */
.footerBar a {
  //float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  //padding: 14px 5px;
  padding: 20px 5px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.footerBar a:hover {
  background-color: #ddd;
  color: black;
}

/* Add a color to the active/current link */
.footerBar a.active {
  background-color: #04AA6D;
  color: white;
  //padding-top: 14px;
 // padding-bottom: 14px;
  margin: -10px 0px;
}

.leaderboardBar {
  display: flex;
  justify-content: center;
  align-items: center;
  //background-color: #333;
  overflow: hidden;
  //position: fixed;
  //bottom: 0;
  width: 100%; 
}

/* Style the links inside the navigation bar */
.leaderboardBar a {
  //float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 5px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.leaderboardBar a:hover {
  background-color: #ddd;
  color: black;
}

/* Add a color to the active/current link */
.leaderboardBar a.active {
  //background-color: #04AA6D;
  //color: white;
  color: #ffe161;
  font-weight: bold;
}

.audio-footer {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   //height: 10%;
   background-color: #0077b3;
   color: white;
   text-align: center;
   z-index:2;
  padding-top: 20px;
  padding-bottom: 10px;
}

#videoSection {
	//background: url(../images/pizza.jpg) no-repeat center center fixed;	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 100vh;
	
	-webkit-transition: background 0.5s ease-in-out;
	-moz-transition: background 0.5s ease-in-out;
	transition: background 0.5s ease-in-out;
	
}

/* ************************* ANIMATION CLASSES ************************************************** */

/* All animation classes */

/* Floating animation */

.floating {  
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    //margin-left: 30px;
    //margin-top: 5px;
}

@keyframes floating {
    from { transform: translate(0,  0px); }
    65%  { transform: translate(0, 15px); }
    to   { transform: translate(0, -0px); }    
}

/* Shake animation */

.shake{
  animation: shake 3s;
  animation-iteration-count: infinite;
}

@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  1% { transform: translate(-1px, -2px) rotate(-1deg); }
  2% { transform: translate(-3px, 0px) rotate(1deg); }
  3% { transform: translate(3px, 2px) rotate(0deg); }
  4% { transform: translate(1px, -1px) rotate(1deg); }
  5% { transform: translate(-1px, 2px) rotate(-1deg); }
  6% { transform: translate(-3px, 1px) rotate(0deg); }
  7% { transform: translate(3px, 1px) rotate(-1deg); }
  8% { transform: translate(-1px, -1px) rotate(1deg); }
  9% { transform: translate(1px, 2px) rotate(0deg); }
  10% { transform: translate(1px, -2px) rotate(-1deg); }
  //11% { transform: translate(0px, 0px) rotate(0deg); }
}

/* Zoom in & Zoom out animation */

.zoominout{
  animation: zoominout 3s infinite;
  //animation-iteration-count: infinite;
}

@keyframes zoominout {
    0% {
        transform: scale(1,1);
    }
    50% {
        transform: scale(1.05,1.05);
    }
    100% {
        transform: scale(1,1);
    }
}

/* SkewX animation */

.skewX{
  animation: skewX 3s;
  animation-iteration-count: infinite;
}

@keyframes skewX {
  0% { transform: skew(10deg, 0deg); }
  1% { transform: skew(0deg, 0deg); }
  2% { transform: skew(-10deg, 0deg); }
  3% { transform: skew(0deg, 0deg); }
  4% { transform: skew(10deg, 0deg); }
  5% { transform: skew(0deg, 0deg); }
  6% { transform: skew(-10deg, 0deg); }
  7% { transform: skew(0deg, 0deg); }
  8% { transform: skew(10deg, 0deg); }
  9% { transform: skew(0deg, 0deg); }
  10% { transform: skew(-10deg, 0deg); }
  11% { transform: skew(0deg, 0deg); }
}

/* SkewXY animation */

.skewXY{
  animation: skewXY 3s;
  animation-iteration-count: infinite;
}

@keyframes skewXY {
  0% { transform: skew(5deg, 5deg); }
  1% { transform: skew(0deg, 0deg); }
  2% { transform: skew(-5deg, -5deg); }
  3% { transform: skew(0deg, 0deg); }
  4% { transform: skew(5deg, 5deg); }
  5% { transform: skew(00deg, 0deg); }
  6% { transform: skew(-5deg, -5deg); }
  7% { transform: skew(0deg, 0deg); }
  8% { transform: skew(5deg, 5deg); }
  9% { transform: skew(0deg, 0deg); }
  10% { transform: skew(-5deg, -5deg); }
  11% { transform: skew(0deg, 0deg); }
}

/* Opacity animation */

.opacity{
  animation: opacity 3s;
  animation-iteration-count: infinite;
}

@keyframes opacity {
	
  0%   { opacity: 0; }
  50% { opacity: 1; }
  100% { opacity: 0; }

}

/* flash animation */

.flash{
  animation: flash 3s;
  animation-iteration-count: infinite;
}

@keyframes flash {
	
  0% { opacity: 0; }
  1% { opacity: 1; }
  2% { opacity: 0; }
  3% { opacity: 1; }
  4% { opacity: 0; }
  5% { opacity: 1; }
  6% { opacity: 0; }
  7% { opacity: 1; }
  8% { opacity: 0; }
  9% { opacity: 1; }
  10% { opacity: 0; }
  11% { opacity: 1;  }

}

/* For Progress Bar */
#myProgress {
  width: 100%;
  background-color: #ddd;
}

#myBar {
  width: 0%;
  height: 30px;
  background-color: #4CAF50;
  text-align: center;
  line-height: 30px;
  color: white;
}

/* For Timeline Section */ 

.cid-tDb1ij2Jog {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4479d9;
}

.cid-tDb1ij2Jog .timelines-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-tDb1ij2Jog .timeline-element {
  position: relative;
}
.cid-tDb1ij2Jog .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tDb1ij2Jog .iconBackground {
  position: absolute;
  left: 33.33%;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  //border: 2px solid #6592e6;
  border: 2px solid #ffffff;
  top: 30px;
  margin-left: -9px;
  //background-color: #ffffff
}
.cid-tDb1ij2Jog .separline:before {
  top: 50px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  //background-color: #6592e6;
  background-color: #ffffff;
  left: 33.33%;
  height: calc(100% + 30px);
}
@media (max-width: 767px) {
  .cid-tDb1ij2Jog .iconBackground {
    left: 15px !important;
  }
  .cid-tDb1ij2Jog .separline:before {
    left: 15px !important;
  }
}
.cid-tDb1ij2Jog .mbr-section-title,
.cid-tDb1ij2Jog .mbr-section-subtitle {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tDb1ij2Jog .time-line-date-content {
    margin-left: 1rem;
  }
  .cid-tDb1ij2Jog .time-line-date-content .mbr-timeline-date {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-tDb1ij2Jog .time-line-date-content {
    margin-right: 1rem;
  }
  .cid-tDb1ij2Jog .time-line-date-content .mbr-timeline-date {
    text-align: right;
  }
}
.cid-tDb1ij2Jog .timeline-text-content {
  margin-left: 2rem;
}
.cid-tDb1ij2Jog .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-tDb1ij2Jog .mbr-timeline-date {
  text-align: right;
  color: #ffffff;
}

.cid-tDb1ij2Jog .mbr-timeline-title {
  text-align: left;
  color: #ffe161;
}

.cid-tDb1ij2Jog .mbr-text {
  text-align: left;
  color: #ffffff;
}

.cid-tDb1ij2Jog .mbr-section-btn {
  text-align: center;
  color: #ffffff;
} 
.cid-tDb1ij2Jog .mbr-section-title {
  color: #ffe161;
  text-align: center;
}

/* End Timeline Section */

/* For Circle Section */


@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;900&display=swap');


.block {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 180px;
	height: 180px;
	border-radius: 50%;
}

.box {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: calc(100% - 50px);
	height: calc(100% - 50px);
	border-radius: 50%;
	//background-color: #0E0658;
	//box-shadow: 0 0 5px 3px #222121;
}

.box::before {
	position: absolute;
	content: '';
	width: calc(100% + 28px);
	height: calc(100% + 28px);
	border-radius: 50%;
	border: 1px solid #353535;
	border-color: #ffffff;
}

.box .number span {
	color: #e9e9e9;
}

.box .number .num {
	font-size: 50px;
	font-weight: bold;
	color: yellow;
}

.box .number .sub {
	font-size: 20px;
}

.box .title {
	font-size: 15px;
	color: #9b9b9b;
}

.dots {
	display: block;
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	transition: 2s transform, 2s opacity ease;
	
}

.dots::after {
	position: absolute;
	content: '';
	width: 10px;
	height: 10px;
	top: 5px;
	left: 50%;
	border-radius: 50%;
	//background-color: #b7b5b5;
	background-color: #DAE316;
	box-shadow: 0 0 5px 2px #585858;
	transform: translateX(-50%);
}

.svg {
	position: absolute;
	width: 100%;
	height: 100%;
	fill: none;
	transform: rotate(-90deg);
	stroke: #ffffff;
}

.circle {
	stroke: url(#gradientStyle);
	stroke-width: 4px;
	stroke-dasharray: 503;
	stroke-dashoffset: 503;
	animation-duration: 2s;
	animation-timing-function: linear;
	animation-fill-mode: forwards;
	transition: 2s stroke-dashoffset;
	
}

#circleSection {
  display: flex;
	align-items: center;
	justify-content: center;
	//min-height: 100vh;
	padding: 20px;
	//background-color: #292929;

}

/* For GEOAPIfy Section */

.autocomplete-panel {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 300px;
  z-index: 1000;
}

.autocomplete-container {
	position: relative;
}

html, body, #searchAddressSection, #routeSection {
  width: 100%;
  height: 100%;
  margin: 0;
}

#mapBtn {
	position: fixed;
	bottom: 50px;
	left: 50%;
	transform: translateX(-50%);
	//width: 300px;
	z-index: 1000;
	
}

#mapRouteBtn {
	position: fixed;
	bottom: 50px;
	left: 50%;
	transform: translateX(-50%);
	//width: 300px;
	z-index: 1000;
	
}

html, body, #routeSection {
  width: 100%;
  height: 100%;
  margin: 0;
}

/* For Star Ratings */
.checked {
  color: orange;
}

.circle {
  border-radius: 50%;
  width: 34px;
  height: 34px;
  padding: 10px;
  background: #fff;
  border: 3px solid #000;
  color: #000;
  text-align: center;
  font: 32px Arial, sans-serif;
}

#menuSection {
	margin-bottom: 30px;
	//margin-bottom: 70px; // 70px is nav min height
	
}

body {
	background-color: #4479d9;
	
}

.yellowText {
	color:#FFD700;
	font-weight:bold;
	
	
}

