.btn {
  border-width: 2px;
}
body {
  font-family: Gloock;
}
.display-1 {
  font-family: 'Playfair Display', serif;
  font-size: 3.25rem;
  line-height: 1;
  letter-spacing: .02em;
}
.display-1 > .mbr-iconfont {
  font-size: 4.0625rem;
}
.display-2 {
  font-family: 'Playfair Display', serif;
  font-size: 2.875rem;
  line-height: 3.5rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.59375rem;
}
.display-4 {
  font-family: 'Playfair Display', serif;
  font-size: 1rem;
  line-height: 1.56rem;
  letter-spacing: -0.01em;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Playfair Display', serif;
  font-size: 1.375rem;
  line-height: 1.8rem;
  letter-spacing: -0.014em;
}
.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: 2.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.275rem;
    font-size: calc( 1.7874999999999999rem + (3.25 - 1.7874999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7874999999999999rem + (3.25 - 1.7874999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.3rem;
    font-size: calc( 1.65625rem + (2.875 - 1.65625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.65625rem + (2.875 - 1.65625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.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: 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: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 0;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #ce320c !important;
}
.bg-info {
  background-color: #00a7dd !important;
}
.bg-warning {
  background-color: #000000 !important;
}
.bg-danger {
  background-color: #436262 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !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: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #4c4c4c !important;
  border-color: #4c4c4c !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: #212121 !important;
  border-color: #212121 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #212121 !important;
  border-color: #212121 !important;
}
.btn-info,
.btn-info:active {
  background-color: #00a7dd !important;
  border-color: #00a7dd !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: #006586 !important;
  border-color: #006586 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #006586 !important;
  border-color: #006586 !important;
}
.btn-success,
.btn-success:active {
  background-color: #ce320c !important;
  border-color: #ce320c !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: #7c1e07 !important;
  border-color: #7c1e07 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #7c1e07 !important;
  border-color: #7c1e07 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !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: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #436262 !important;
  border-color: #436262 !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: #202f2f !important;
  border-color: #202f2f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #202f2f !important;
  border-color: #202f2f !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: #ffffff;
  color: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: #d4d4d4 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #4c4c4c;
  color: #4c4c4c;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #212121 !important;
  background-color: transparent!important;
  border-color: #212121 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #4c4c4c !important;
  border-color: #4c4c4c !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #00a7dd;
  color: #00a7dd;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #006586 !important;
  background-color: transparent!important;
  border-color: #006586 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #00a7dd !important;
  border-color: #00a7dd !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #ce320c;
  color: #ce320c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #7c1e07 !important;
  background-color: transparent!important;
  border-color: #7c1e07 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ce320c !important;
  border-color: #ce320c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #436262;
  color: #436262;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #202f2f !important;
  background-color: transparent!important;
  border-color: #202f2f !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #436262 !important;
  border-color: #436262 !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: #ffffff !important;
}
.text-secondary {
  color: #4c4c4c !important;
}
.text-success {
  color: #ce320c !important;
}
.text-info {
  color: #00a7dd !important;
}
.text-warning {
  color: #000000 !important;
}
.text-danger {
  color: #436262 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #191919 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #6e1b06 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #005a77 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #1a2525 !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) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ffffff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #00a7dd;
}
.alert-warning {
  background-color: #000000;
}
.alert-danger {
  background-color: #436262;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ffffff;
}
.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: #fabbac;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #aaeaff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #7ea7a7;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Playfair Display', serif;
  font-size: 1rem;
  line-height: 1.56rem;
  letter-spacing: -0.01em;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #ffffff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Playfair Display', serif;
  font-size: 1rem;
  line-height: 1.56rem;
  letter-spacing: -0.01em;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffffff;
}
.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: #ffffff;
  border-bottom-color: #ffffff;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffffff !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #4c4c4c !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='%23ffffff' %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;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  box-shadow: none;
  padding: 18px 62px;
  border: 1px solid !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    padding: 18px 32px;
  }
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  box-shadow: inset 250px 0 0 0 #00a7dd !important;
}
.mbr-section-btn .btn-primary,
.mbr-section-btn-main .btn-primary,
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline {
  border-color: #ffffff !important;
}
.mbr-section-btn .btn-primary:hover,
.mbr-section-btn-main .btn-primary:hover,
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn-main .btn-primary-outline:hover,
.mbr-section-btn .btn-primary:focus,
.mbr-section-btn-main .btn-primary:focus,
.mbr-section-btn .btn-primary-outline:focus,
.mbr-section-btn-main .btn-primary-outline:focus {
  border-color: #00a7dd !important;
}
.mbr-section-btn .btn-secondary,
.mbr-section-btn-main .btn-secondary,
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline {
  border-color: #4c4c4c !important;
}
.mbr-section-btn .btn-secondary:hover,
.mbr-section-btn-main .btn-secondary:hover,
.mbr-section-btn .btn-secondary-outline:hover,
.mbr-section-btn-main .btn-secondary-outline:hover,
.mbr-section-btn .btn-secondary:focus,
.mbr-section-btn-main .btn-secondary:focus,
.mbr-section-btn .btn-secondary-outline:focus,
.mbr-section-btn-main .btn-secondary-outline:focus {
  border-color: #00a7dd !important;
}
.mbr-section-btn .btn-success,
.mbr-section-btn-main .btn-success,
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline {
  border-color: #ce320c !important;
}
.mbr-section-btn .btn-success:hover,
.mbr-section-btn-main .btn-success:hover,
.mbr-section-btn .btn-success-outline:hover,
.mbr-section-btn-main .btn-success-outline:hover,
.mbr-section-btn .btn-success:focus,
.mbr-section-btn-main .btn-success:focus,
.mbr-section-btn .btn-success-outline:focus,
.mbr-section-btn-main .btn-success-outline:focus {
  border-color: #00a7dd !important;
}
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info,
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline {
  border-color: #00a7dd !important;
}
.mbr-section-btn .btn-info:hover,
.mbr-section-btn-main .btn-info:hover,
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn-main .btn-info-outline:hover,
.mbr-section-btn .btn-info:focus,
.mbr-section-btn-main .btn-info:focus,
.mbr-section-btn .btn-info-outline:focus,
.mbr-section-btn-main .btn-info-outline:focus {
  border-color: #ffffff !important;
  box-shadow: inset 250px 0 0 0 #ffffff !important;
}
.mbr-section-btn .btn-warning,
.mbr-section-btn-main .btn-warning,
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline {
  border-color: #000000 !important;
}
.mbr-section-btn .btn-warning:hover,
.mbr-section-btn-main .btn-warning:hover,
.mbr-section-btn .btn-warning-outline:hover,
.mbr-section-btn-main .btn-warning-outline:hover,
.mbr-section-btn .btn-warning:focus,
.mbr-section-btn-main .btn-warning:focus,
.mbr-section-btn .btn-warning-outline:focus,
.mbr-section-btn-main .btn-warning-outline:focus {
  border-color: #00a7dd !important;
}
.mbr-section-btn .btn-danger,
.mbr-section-btn-main .btn-danger,
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline {
  border-color: #436262 !important;
}
.mbr-section-btn .btn-danger:hover,
.mbr-section-btn-main .btn-danger:hover,
.mbr-section-btn .btn-danger-outline:hover,
.mbr-section-btn-main .btn-danger-outline:hover,
.mbr-section-btn .btn-danger:focus,
.mbr-section-btn-main .btn-danger:focus,
.mbr-section-btn .btn-danger-outline:focus,
.mbr-section-btn-main .btn-danger-outline:focus {
  border-color: #00a7dd !important;
}
.mbr-section-btn .btn-white,
.mbr-section-btn-main .btn-white,
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  border-color: #ffffff !important;
}
.mbr-section-btn .btn-white:hover,
.mbr-section-btn-main .btn-white:hover,
.mbr-section-btn .btn-white-outline:hover,
.mbr-section-btn-main .btn-white-outline:hover,
.mbr-section-btn .btn-white:focus,
.mbr-section-btn-main .btn-white:focus,
.mbr-section-btn .btn-white-outline:focus,
.mbr-section-btn-main .btn-white-outline:focus {
  border-color: #00a7dd !important;
}
.mbr-section-btn .btn-black,
.mbr-section-btn-main .btn-black,
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline {
  border-color: #000000 !important;
}
.mbr-section-btn .btn-black:hover,
.mbr-section-btn-main .btn-black:hover,
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn-main .btn-black-outline:hover,
.mbr-section-btn .btn-black:focus,
.mbr-section-btn-main .btn-black:focus,
.mbr-section-btn .btn-black-outline:focus,
.mbr-section-btn-main .btn-black-outline:focus {
  border-color: #00a7dd !important;
}
.cid-tGGzgCbktB .navbar-dropdown {
  background: rgba(206, 50, 12, 0.9) !important;
  padding: 0;
}
.cid-tGGzgCbktB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(206, 50, 12, 0.9) !important;
  background: #ce320c;
}
.cid-tGGzgCbktB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGGzgCbktB .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tGGzgCbktB .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tGGzgCbktB .menu_box .navbar.opened,
  .cid-tGGzgCbktB .menu_box .navbar-collapse {
    background-color: #ce320c !important;
    transition: all 0s ease 0s;
  }
}
.cid-tGGzgCbktB .navbar-dropdown {
  position: relative !important;
}
.cid-tGGzgCbktB .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tGGzgCbktB .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tGGzgCbktB .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tGGzgCbktB .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tGGzgCbktB .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tGGzgCbktB .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-tGGzgCbktB .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tGGzgCbktB .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tGGzgCbktB .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tGGzgCbktB .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tGGzgCbktB .offcanvas-body .mbr-text,
  .cid-tGGzgCbktB .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tGGzgCbktB .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tGGzgCbktB .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tGGzgCbktB .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-tGGzgCbktB .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tGGzgCbktB .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tGGzgCbktB .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tGGzgCbktB .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tGGzgCbktB ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tGGzgCbktB .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tGGzgCbktB .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-tGGzgCbktB .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tGGzgCbktB li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tGGzgCbktB .lg_brand {
    margin: 0 1rem;
  }
  .cid-tGGzgCbktB .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-tGGzgCbktB .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tGGzgCbktB .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tGGzgCbktB .nav-item {
    margin: 0 !important;
  }
}
.cid-tGGzgCbktB .nav-item .nav-link {
  position: relative;
}
.cid-tGGzgCbktB .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-tGGzgCbktB .nav-item .nav-link:hover,
.cid-tGGzgCbktB .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffffff !important;
}
.cid-tGGzgCbktB .nav-item .nav-link:hover::before,
.cid-tGGzgCbktB .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-tGGzgCbktB .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tGGzgCbktB .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tGGzgCbktB .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tGGzgCbktB .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tGGzgCbktB .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: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tGGzgCbktB .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tGGzgCbktB .offcanvas_box {
    display: none;
  }
}
.cid-tGGzgCbktB .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tGGzgCbktB .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tGGzgCbktB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tGGzgCbktB .container {
  display: flex;
  margin: auto;
}
.cid-tGGzgCbktB .iconfont-wrapper {
  color: #ffffff;
  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-tGGzgCbktB .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tGGzgCbktB .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tGGzgCbktB .navbar-caption {
  color: #ffffff;
}
.cid-tGGzgCbktB .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tGGzgCbktB .navbar-nav {
    margin: 0;
  }
}
.cid-tGGzgCbktB .dropdown-menu,
.cid-tGGzgCbktB .navbar.opened {
  background-color: true !important;
}
.cid-tGGzgCbktB .nav-item:focus,
.cid-tGGzgCbktB .nav-link:focus {
  outline: none;
}
.cid-tGGzgCbktB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGGzgCbktB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGGzgCbktB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tGGzgCbktB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGGzgCbktB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tGGzgCbktB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tGGzgCbktB .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tGGzgCbktB .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tGGzgCbktB .navbar.opened {
  transition: all 0.3s;
}
.cid-tGGzgCbktB .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tGGzgCbktB .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-tGGzgCbktB .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tGGzgCbktB .navbar.collapsed {
  justify-content: center;
}
.cid-tGGzgCbktB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tGGzgCbktB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tGGzgCbktB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGGzgCbktB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGGzgCbktB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGGzgCbktB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tGGzgCbktB .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tGGzgCbktB .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tGGzgCbktB .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tGGzgCbktB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGGzgCbktB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGGzgCbktB .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tGGzgCbktB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGGzgCbktB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tGGzgCbktB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tGGzgCbktB .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tGGzgCbktB .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tGGzgCbktB .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tGGzgCbktB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tGGzgCbktB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGGzgCbktB .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tGGzgCbktB .navbar.navbar-short {
  min-height: 60px;
}
.cid-tGGzgCbktB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tGGzgCbktB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tGGzgCbktB .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-tGGzgCbktB .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tGGzgCbktB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGGzgCbktB .dropdown-item.active,
.cid-tGGzgCbktB .dropdown-item:active {
  background-color: transparent;
}
.cid-tGGzgCbktB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGGzgCbktB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGGzgCbktB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGGzgCbktB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGGzgCbktB ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tGGzgCbktB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tGGzgCbktB button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ce320c;
  background: #232323;
}
.cid-tGGzgCbktB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tGGzgCbktB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tGGzgCbktB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGGzgCbktB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGGzgCbktB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tGGzgCbktB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGGzgCbktB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tGGzgCbktB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tGGzgCbktB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGGzgCbktB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tGGzgCbktB .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-tGGzgCbktB .navbar {
    height: 70px;
  }
  .cid-tGGzgCbktB .navbar.opened {
    height: auto;
  }
  .cid-tGGzgCbktB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGGzgCbktB .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tGGzgCbktB .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-tGGzgCbktB .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tGGzgCbktB .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-tGGzgCbktB .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tGGzgCbktB .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tGGzgCbktB .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tGGzgCbktB .text_widget {
  margin-bottom: 32px;
}
.cid-tGGzgCbktB .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tGGzgCbktB .text_widget a:hover {
  opacity: .5;
}
.cid-tGGzgCbktB .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tGGzgCbktB .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tGGzgCbktB .mbr-section-subtitle,
.cid-tGGzgCbktB .text_widget,
.cid-tGGzgCbktB .mbr-section-btn {
  text-align: center;
}
.cid-tGGzgCbktB a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u0vaoi6nqo {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-u0vaoi6nqo .title-container {
  margin-bottom: -40px;
  max-width: 60%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-u0vaoi6nqo .title-container {
    max-width: 80%;
    margin-bottom: 0;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .cid-u0vaoi6nqo .title-container {
    margin-bottom: 0;
    padding-bottom: 56px;
  }
}
.cid-u0vaoi6nqo .embla {
  position: relative;
  width: 100%;
  margin-top: 128px;
}
@media (max-width: 991px) {
  .cid-u0vaoi6nqo .embla {
    margin-top: 112px;
  }
}
@media (max-width: 767px) {
  .cid-u0vaoi6nqo .embla {
    margin-top: 0;
    margin-bottom: 96px;
  }
}
@media (max-width: 575px) {
  .cid-u0vaoi6nqo .embla {
    margin-bottom: 80px;
  }
}
.cid-u0vaoi6nqo .mbr-section-title {
  color: #161616;
}
.cid-u0vaoi6nqo .mbr-section-subtitle {
  color: #161616;
  margin-top: 24px;
}
.cid-u0vaoi6nqo .mbr-text {
  color: #161616;
  text-align: left;
}
.cid-u0vaoi6nqo .item:focus,
.cid-u0vaoi6nqo span:focus {
  outline: none;
}
.cid-u0vaoi6nqo .slide-content {
  position: relative;
  padding: 24px;
  background: #f2f2f2;
  height: 100%;
  display: flex;
  border-radius: 16px;
  overflow: hidden;
  flex-flow: column nowrap;
  border: 2px solid #161616;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-u0vaoi6nqo .slide-content {
    padding: 16px;
  }
}
.cid-u0vaoi6nqo .embla__slide {
  display: flex;
  justify-content: center;
  width: 40vw;
  min-width: 40vw;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
@media (max-width: 991px) {
  .cid-u0vaoi6nqo .embla__slide {
    width: 70vw;
    min-width: 70vw;
  }
}
@media (max-width: 767px) {
  .cid-u0vaoi6nqo .embla__slide {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (max-width: 768px) {
  .cid-u0vaoi6nqo .embla__slide {
    max-width: initial;
  }
}
.cid-u0vaoi6nqo .item-content {
  margin-top: 24px;
}
.cid-u0vaoi6nqo .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-u0vaoi6nqo .item-img {
  width: 100%;
  height: 412px;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-u0vaoi6nqo .item-img {
    height: 324px;
  }
}
.cid-u0vaoi6nqo .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u0vaoi6nqo .label-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .cid-u0vaoi6nqo .label-container {
    flex-wrap: wrap;
  }
}
.cid-u0vaoi6nqo .label-wrap {
  display: flex;
  border-radius: 8px;
  padding: 4px 6px;
  background-color: #00a7dd;
  max-width: 48%;
  width: max-content;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-u0vaoi6nqo .label-wrap {
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-u0vaoi6nqo .label-text {
  color: #161616;
  margin-bottom: 0;
}
.cid-u0vaoi6nqo .position-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-u0vaoi6nqo .position-wrap {
    width: 100%;
    margin-bottom: 8px;
  }
}
.cid-u0vaoi6nqo .position-wrap .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.cid-u0vaoi6nqo .position-wrap .mbr-iconfont {
  color: #161616;
  font-size: 1rem;
}
.cid-u0vaoi6nqo .date-text {
  color: #161616;
  margin-bottom: 0;
  max-width: 48%;
  width: max-content;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .cid-u0vaoi6nqo .date-text {
    max-width: 100%;
  }
}
.cid-u0vaoi6nqo .item-title {
  color: #161616;
  text-align: center;
  margin-bottom: 0 !important;
}
.cid-u0vaoi6nqo .mbr-section-btn {
  margin-top: 14px !important;
  display: flex;
  text-align: left;
  flex-wrap: wrap;
}
.cid-u0vaoi6nqo .mbr-section-btn .btn {
  flex-grow: 1;
  min-width: 40%;
}
@media (max-width: 767px) {
  .cid-u0vaoi6nqo .mbr-section-btn {
    width: auto !important;
  }
}
.cid-u0vaoi6nqo .item-subtitle {
  text-align: left;
}
.cid-u0vaoi6nqo .embla__button--next,
.cid-u0vaoi6nqo .embla__button--prev {
  display: flex;
}
.cid-u0vaoi6nqo .embla__button-container {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  position: absolute;
  top: -140px;
  right: 8%;
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u0vaoi6nqo .embla__button-container {
    top: -112px;
    right: 50%;
    transform: translateX(50%);
  }
}
@media (max-width: 767px) {
  .cid-u0vaoi6nqo .embla__button-container {
    padding-top: 48px;
    top: 100%;
  }
}
@media (max-width: 575px) {
  .cid-u0vaoi6nqo .embla__button-container {
    padding-top: 32px;
    top: 100%;
  }
}
.cid-u0vaoi6nqo .embla__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-size: 22px;
  background-color: #f2f2f2;
  color: #161616;
  border: 2px solid #161616;
  border-radius: 8px;
  transition: all 0.3s;
  margin-left: 16px;
}
.cid-u0vaoi6nqo .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u0vaoi6nqo .embla__button:hover {
  background: rgba(0, 0, 0, 0.15);
}
.cid-u0vaoi6nqo .embla__button.embla__button--prev:hover {
  transform: translate(-4px, 0);
}
@media (max-width: 991px) {
  .cid-u0vaoi6nqo .embla__button.embla__button--prev {
    margin-left: 0;
  }
}
.cid-u0vaoi6nqo .embla__button.embla__button--next:hover {
  transform: translate(4px, 0);
}
.cid-u0vaoi6nqo .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-u0vaoi6nqo .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u0vaoi6nqo .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u0vaoi6nqo .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u0vaoi6nqo .item-menu-overlay {
  opacity: 0 !important;
}
.cid-u0uaUKeVRL {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.cid-u0uaUKeVRL .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 30rem;
}
@media (max-width: 991px) {
  .cid-u0uaUKeVRL .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-u0uaUKeVRL .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-u0uaUKeVRL .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-u0uaUKeVRL .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-u0uaUKeVRL .footer-top {
  border-bottom: 2px solid #fafafa;
}
.cid-u0uaUKeVRL .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-u0uaUKeVRL .footer-item-title {
  margin-bottom: 13px;
  text-align: center;
  color: #ffffff;
}
.cid-u0uaUKeVRL .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: center;
}
.cid-u0uaUKeVRL .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-u0uaUKeVRL .soc-item a {
  color: #ffffff;
}
.cid-u0uaUKeVRL .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-u0uaUKeVRL .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-u0uaUKeVRL .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0uaUKeVRL .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-u0uaUKeVRL .mbr-tag,
.cid-u0uaUKeVRL .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-u0uaUKeVRL .copyright {
  color: #000000;
}
.cid-u0LOPWG6nU {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-u0LOPWG6nU .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0LOPWG6nU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0LOPWG6nU .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u0LOPWG6nU .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u0LOPWG6nU .container {
    padding: 0 20px;
  }
}
.cid-u0LOPWG6nU .row {
  justify-content: center;
}
.cid-u0LOPWG6nU .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u0LOPWG6nU .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-u0LOPWG6nU .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u0LOPWG6nU .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-u0LOPWG6nU .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-u0LOPWG6nU .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-u0LOPWG6nU .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-u0LOPWG6nU .mbr-desc {
  color: #e4dfd4;
}
.cid-u0LOPWG6nU .mbr-desc,
.cid-u0LOPWG6nU .desc-wrapper {
  color: #232323;
  text-align: center;
}
.cid-u0NZnlE0aN .navbar-dropdown {
  background: rgba(206, 50, 12, 0.9) !important;
  padding: 0;
}
.cid-u0NZnlE0aN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(206, 50, 12, 0.9) !important;
  background: #ce320c;
}
.cid-u0NZnlE0aN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u0NZnlE0aN .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u0NZnlE0aN .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u0NZnlE0aN .menu_box .navbar.opened,
  .cid-u0NZnlE0aN .menu_box .navbar-collapse {
    background-color: #ce320c !important;
    transition: all 0s ease 0s;
  }
}
.cid-u0NZnlE0aN .navbar-dropdown {
  position: relative !important;
}
.cid-u0NZnlE0aN .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u0NZnlE0aN .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u0NZnlE0aN .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u0NZnlE0aN .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u0NZnlE0aN .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u0NZnlE0aN .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-u0NZnlE0aN .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u0NZnlE0aN .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u0NZnlE0aN .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u0NZnlE0aN .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u0NZnlE0aN .offcanvas-body .mbr-text,
  .cid-u0NZnlE0aN .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u0NZnlE0aN .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u0NZnlE0aN .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u0NZnlE0aN .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-u0NZnlE0aN .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u0NZnlE0aN .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u0NZnlE0aN .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u0NZnlE0aN .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u0NZnlE0aN ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u0NZnlE0aN .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u0NZnlE0aN .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-u0NZnlE0aN .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u0NZnlE0aN li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u0NZnlE0aN .lg_brand {
    margin: 0 1rem;
  }
  .cid-u0NZnlE0aN .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u0NZnlE0aN .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u0NZnlE0aN .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u0NZnlE0aN .nav-item {
    margin: 0 !important;
  }
}
.cid-u0NZnlE0aN .nav-item .nav-link {
  position: relative;
}
.cid-u0NZnlE0aN .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-u0NZnlE0aN .nav-item .nav-link:hover,
.cid-u0NZnlE0aN .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffffff !important;
}
.cid-u0NZnlE0aN .nav-item .nav-link:hover::before,
.cid-u0NZnlE0aN .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-u0NZnlE0aN .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u0NZnlE0aN .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u0NZnlE0aN .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u0NZnlE0aN .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u0NZnlE0aN .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: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u0NZnlE0aN .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u0NZnlE0aN .offcanvas_box {
    display: none;
  }
}
.cid-u0NZnlE0aN .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u0NZnlE0aN .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u0NZnlE0aN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u0NZnlE0aN .container {
  display: flex;
  margin: auto;
}
.cid-u0NZnlE0aN .iconfont-wrapper {
  color: #ffffff;
  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-u0NZnlE0aN .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u0NZnlE0aN .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u0NZnlE0aN .navbar-caption {
  color: #ffffff;
}
.cid-u0NZnlE0aN .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u0NZnlE0aN .navbar-nav {
    margin: 0;
  }
}
.cid-u0NZnlE0aN .dropdown-menu,
.cid-u0NZnlE0aN .navbar.opened {
  background-color: true !important;
}
.cid-u0NZnlE0aN .nav-item:focus,
.cid-u0NZnlE0aN .nav-link:focus {
  outline: none;
}
.cid-u0NZnlE0aN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u0NZnlE0aN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u0NZnlE0aN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u0NZnlE0aN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u0NZnlE0aN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u0NZnlE0aN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u0NZnlE0aN .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u0NZnlE0aN .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u0NZnlE0aN .navbar.opened {
  transition: all 0.3s;
}
.cid-u0NZnlE0aN .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u0NZnlE0aN .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-u0NZnlE0aN .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u0NZnlE0aN .navbar.collapsed {
  justify-content: center;
}
.cid-u0NZnlE0aN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u0NZnlE0aN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u0NZnlE0aN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u0NZnlE0aN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u0NZnlE0aN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u0NZnlE0aN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u0NZnlE0aN .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u0NZnlE0aN .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u0NZnlE0aN .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u0NZnlE0aN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u0NZnlE0aN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u0NZnlE0aN .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u0NZnlE0aN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u0NZnlE0aN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u0NZnlE0aN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u0NZnlE0aN .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u0NZnlE0aN .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u0NZnlE0aN .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u0NZnlE0aN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u0NZnlE0aN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u0NZnlE0aN .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u0NZnlE0aN .navbar.navbar-short {
  min-height: 60px;
}
.cid-u0NZnlE0aN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u0NZnlE0aN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u0NZnlE0aN .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-u0NZnlE0aN .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u0NZnlE0aN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u0NZnlE0aN .dropdown-item.active,
.cid-u0NZnlE0aN .dropdown-item:active {
  background-color: transparent;
}
.cid-u0NZnlE0aN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u0NZnlE0aN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u0NZnlE0aN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u0NZnlE0aN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u0NZnlE0aN ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u0NZnlE0aN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u0NZnlE0aN button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ce320c;
  background: #232323;
}
.cid-u0NZnlE0aN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u0NZnlE0aN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u0NZnlE0aN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0NZnlE0aN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0NZnlE0aN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u0NZnlE0aN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0NZnlE0aN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u0NZnlE0aN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u0NZnlE0aN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0NZnlE0aN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u0NZnlE0aN .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-u0NZnlE0aN .navbar {
    height: 70px;
  }
  .cid-u0NZnlE0aN .navbar.opened {
    height: auto;
  }
  .cid-u0NZnlE0aN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u0NZnlE0aN .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u0NZnlE0aN .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-u0NZnlE0aN .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u0NZnlE0aN .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-u0NZnlE0aN .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u0NZnlE0aN .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-u0NZnlE0aN .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u0NZnlE0aN .text_widget {
  margin-bottom: 32px;
}
.cid-u0NZnlE0aN .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u0NZnlE0aN .text_widget a:hover {
  opacity: .5;
}
.cid-u0NZnlE0aN .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u0NZnlE0aN .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u0NZnlE0aN .mbr-section-subtitle,
.cid-u0NZnlE0aN .text_widget,
.cid-u0NZnlE0aN .mbr-section-btn {
  text-align: center;
}
.cid-u0NZnlE0aN a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u0NZnkFbwC {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u0NZnkFbwC .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZnkFbwC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u0NZnkFbwC .container {
    padding: 0 24px;
  }
}
.cid-u0NZnkFbwC .row {
  position: relative;
}
.cid-u0NZnkFbwC .row .card {
  justify-content: center;
}
.cid-u0NZnkFbwC .row .decor-wrapper {
  position: absolute;
  bottom: -16rem;
  right: -58rem;
  border: 120px solid #00a7dd;
  width: 2000px;
  height: 1000px;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-u0NZnkFbwC .row .decor-wrapper {
    right: -20rem;
  }
}
@media (max-width: 768px) {
  .cid-u0NZnkFbwC .row .decor-wrapper {
    height: 500px;
    right: -10rem;
  }
}
.cid-u0NZnkFbwC .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-u0NZnkFbwC .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u0NZnkFbwC .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-u0NZnkFbwC .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u0NZnkFbwC .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u0NZnkFbwC .title-wrapper .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-u0NZnkFbwC .title-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-u0NZnkFbwC .image-wrapper {
  position: relative;
}
.cid-u0NZnkFbwC .image-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u0NZnkFbwC .image-wrapper img {
    height: 350px;
  }
}
.cid-u0NZnkFbwC .mbr-section-title {
  color: #F5DF4D;
}
.cid-u0NZnkFbwC .mbr-text {
  color: #FF3399;
}
.cid-u0NZnkFbwC .mbr-section-title,
.cid-u0NZnkFbwC .mbr-section-btn {
  color: #ce320c;
  text-align: center;
}
.cid-u0NZnkFbwC .mbr-text,
.cid-u0NZnkFbwC .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-u0NZnobfEY {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.cid-u0NZnobfEY .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 30rem;
}
@media (max-width: 991px) {
  .cid-u0NZnobfEY .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-u0NZnobfEY .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-u0NZnobfEY .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-u0NZnobfEY .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-u0NZnobfEY .footer-top {
  border-bottom: 2px solid #fafafa;
}
.cid-u0NZnobfEY .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-u0NZnobfEY .footer-item-title {
  margin-bottom: 13px;
  text-align: center;
  color: #ffffff;
}
.cid-u0NZnobfEY .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: center;
}
.cid-u0NZnobfEY .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-u0NZnobfEY .soc-item a {
  color: #ffffff;
}
.cid-u0NZnobfEY .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-u0NZnobfEY .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-u0NZnobfEY .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZnobfEY .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-u0NZnobfEY .mbr-tag,
.cid-u0NZnobfEY .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-u0NZnobfEY .copyright {
  color: #000000;
}
.cid-u2LrDimVwO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u2LrDimVwO .mbr-text {
  margin: 0;
}
.cid-u2LrDimVwO .text-element {
  padding: 2rem;
  background-color: #f2f2f2;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-u2LrDimVwO .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-u2LrDimVwO .row-element,
.cid-u2LrDimVwO .image-element {
  padding: 0;
}
.cid-u2LrDimVwO .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u2LrDimVwO .image-element .img-wrap {
  width: 100% !important;
}
.cid-u2LrDimVwO .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-u2LrDimVwO .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u2LrDimVwO .carousel-item.active,
.cid-u2LrDimVwO .carousel-item-next,
.cid-u2LrDimVwO .carousel-item-prev {
  display: flex;
}
.cid-u2LrDimVwO .carousel-indicators {
  left: 50%;
  margin: 20px auto 0;
  align-items: center;
  left: -50% !important;
}
.cid-u2LrDimVwO .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #ffffff;
}
.cid-u2LrDimVwO .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity 0.5s;
  background-color: #191919;
  font-size: 2rem;
  opacity: 0.5;
  border-width: 0px;
}
.cid-u2LrDimVwO .carousel-indicators li:hover {
  opacity: 1;
}
.cid-u2LrDimVwO .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-u2LrDimVwO .carousel-controls {
    display: block;
  }
  .cid-u2LrDimVwO .carousel-controls a {
    transition: opacity 0.5s;
    font-size: 2rem;
  }
  .cid-u2LrDimVwO .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: 0.9;
  }
  .cid-u2LrDimVwO .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-u2LrDimVwO .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-u2LrDimVwO .text-element {
    padding: 1rem;
  }
  .cid-u2LrDimVwO .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u2LrDimVwO .image-element {
    min-width: 50%;
  }
  .cid-u2LrDimVwO .media-container-row {
    width: 100%;
  }
}
.cid-u2LrDimVwO .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2LrDimVwO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2LrDimVwO .mbr-title,
.cid-u2LrDimVwO .ornament {
  color: #ce320c;
}
.cid-u2LrCkXuNZ {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/deneme-tuzla-kombi-servisi-flip-5-1920x1080.png");
}
.cid-u2LrCkXuNZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2LrCkXuNZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2LrCkXuNZ .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .cid-u2LrCkXuNZ .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-u2LrCkXuNZ .mbr-section-head {
    margin-bottom: 50px;
  }
}
.cid-u2LrCkXuNZ .mbr-section-title {
  color: #ce320c;
  margin-bottom: 0;
}
.cid-u2LrCkXuNZ .mbr-section-subtitle {
  color: #353535;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .cid-u2LrCkXuNZ .col-img {
    display: none;
  }
}
.cid-u2LrCkXuNZ .img-wrap {
  width: 100%;
}
.cid-u2LrCkXuNZ .img-wrap .img-box {
  width: 100%;
  border-radius: 65px 65px 0 65px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-u2LrCkXuNZ .img-wrap .img-box {
    border-radius: 40px 40px 0 40px;
  }
}
.cid-u2LrCkXuNZ .img-wrap .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-u2LrCkXuNZ .mbr-iconfont {
  position: relative;
  font-size: 24px !important;
  font-family: 'Moririse2' !important;
  color: #987a5a;
  margin-left: 1rem;
  padding: 10px;
  transition: .3s all;
}
.cid-u2LrCkXuNZ .mbr-iconfont:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(195, 195, 195, 0.9);
  opacity: 0;
  transition: .3s all;
}
.cid-u2LrCkXuNZ .mbr-iconfont:before {
  position: relative;
  z-index: 2;
}
.cid-u2LrCkXuNZ .panel-group {
  border: none;
  border-top: 1px solid #829d85;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-u2LrCkXuNZ .panel-group {
    margin-top: 0;
  }
}
.cid-u2LrCkXuNZ .card {
  border-bottom: 1px solid #829d85;
  border-radius: 0;
}
.cid-u2LrCkXuNZ .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-u2LrCkXuNZ .card-header {
    padding: 8px 0;
  }
}
.cid-u2LrCkXuNZ .card-header:hover .mbr-iconfont {
  color: #829d85;
}
.cid-u2LrCkXuNZ .card-header:hover .mbr-iconfont:after {
  opacity: 1;
}
.cid-u2LrCkXuNZ .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #987A5A;
}
.cid-u2LrCkXuNZ .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-u2LrCkXuNZ .panel-title-edit {
  color: #e31e25;
}
.cid-u2LrCkXuNZ .panel-body {
  padding: 0 0 40px;
}
@media (max-width: 767px) {
  .cid-u2LrCkXuNZ .panel-body {
    padding: 0 0 24px;
  }
}
.cid-u2LrCkXuNZ .panel-text {
  color: #353535;
  margin: 0;
}
.cid-u0NZnvnsEh {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-u0NZnvnsEh .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZnvnsEh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0NZnvnsEh .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u0NZnvnsEh .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u0NZnvnsEh .container {
    padding: 0 20px;
  }
}
.cid-u0NZnvnsEh .row {
  justify-content: center;
}
.cid-u0NZnvnsEh .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u0NZnvnsEh .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-u0NZnvnsEh .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u0NZnvnsEh .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-u0NZnvnsEh .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-u0NZnvnsEh .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-u0NZnvnsEh .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-u0NZnvnsEh .mbr-desc {
  color: #e4dfd4;
}
.cid-u0NZnvnsEh .mbr-desc,
.cid-u0NZnvnsEh .desc-wrapper {
  color: #232323;
  text-align: center;
}
.cid-u2LrDBJi7E {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-u2LrDBJi7E .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2LrDBJi7E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2LrDBJi7E .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .cid-u2LrDBJi7E .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-u2LrDBJi7E .mbr-section-head {
    margin-bottom: 50px;
  }
}
.cid-u2LrDBJi7E .mbr-section-title {
  color: #373f46;
  margin-bottom: 0;
}
.cid-u2LrDBJi7E .mbr-section-subtitle {
  color: #353535;
  margin-top: 20px;
}
.cid-u2LrDBJi7E .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-u2LrDBJi7E .col-img {
    display: none;
  }
}
.cid-u2LrDBJi7E .img-wrap {
  width: 100%;
}
.cid-u2LrDBJi7E .img-wrap .img-box {
  width: 100%;
  border-radius: 65px 65px 0 65px;
  overflow: hidden;
  border-radius: 65px 65px 65px 0;
}
@media (max-width: 1199px) {
  .cid-u2LrDBJi7E .img-wrap .img-box {
    border-radius: 40px 40px 0 40px;
    border-radius: 40px  40px 40px 0;
  }
}
.cid-u2LrDBJi7E .img-wrap .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-u2LrDBJi7E .mbr-iconfont {
  position: relative;
  font-size: 24px !important;
  font-family: 'Moririse2' !important;
  color: #987a5a;
  margin-left: 1rem;
  padding: 10px;
  transition: .3s all;
}
.cid-u2LrDBJi7E .mbr-iconfont:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(195, 195, 195, 0.9);
  opacity: 0;
  transition: .3s all;
}
.cid-u2LrDBJi7E .mbr-iconfont:before {
  position: relative;
  z-index: 2;
}
.cid-u2LrDBJi7E .panel-group {
  border: none;
  border-top: 1px solid #829d85;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-u2LrDBJi7E .panel-group {
    margin-top: 0;
  }
}
.cid-u2LrDBJi7E .card {
  border-bottom: 1px solid #829d85;
  border-radius: 0;
}
.cid-u2LrDBJi7E .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-u2LrDBJi7E .card-header {
    padding: 8px 0;
  }
}
.cid-u2LrDBJi7E .card-header:hover .mbr-iconfont {
  color: #829d85;
}
.cid-u2LrDBJi7E .card-header:hover .mbr-iconfont:after {
  opacity: 1;
}
.cid-u2LrDBJi7E .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #987A5A;
}
.cid-u2LrDBJi7E .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-u2LrDBJi7E .panel-title-edit {
  color: #e31e25;
}
.cid-u2LrDBJi7E .panel-body {
  padding: 0 0 40px;
}
@media (max-width: 767px) {
  .cid-u2LrDBJi7E .panel-body {
    padding: 0 0 24px;
  }
}
.cid-u2LrDBJi7E .panel-text {
  color: #353535;
  margin: 0;
}
.cid-u2LrEqD5dV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ce320c;
}
.cid-u2LrEqD5dV .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2LrEqD5dV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2LrEqD5dV .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u2LrEqD5dV .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u2LrEqD5dV .container {
    padding: 0 20px;
  }
}
.cid-u2LrEqD5dV .title-wrapper {
  padding: 150px 0;
}
@media (max-width: 768px) {
  .cid-u2LrEqD5dV .title-wrapper {
    padding: 50px 0;
  }
}
.cid-u2LrEqD5dV .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u2LrEqD5dV .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u2LrEqD5dV .mbr-section-title {
  color: #ffffff;
}
.cid-u2LrEqD5dV .mbr-section-title,
.cid-u2LrEqD5dV .mbr-section-btn {
  text-align: center;
  color: #4c4c4c;
}
.cid-u0NZnrDSgG {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (min-width: 1400px) {
  .cid-u0NZnrDSgG .container {
    max-width: 1000px;
  }
}
.cid-u0NZnrDSgG .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  color: #000000;
  margin-bottom: 1rem;
  background: #ffffff;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.cid-u0NZnrDSgG .card-wrapper {
  margin-bottom: 2rem;
  border-top: 1px solid #efefef;
  padding-top: 2rem;
}
.cid-u0NZnrDSgG .row {
  justify-content: center;
}
.cid-u0NZnrDSgG .card-text {
  color: #353535;
}
.cid-u0NZnrDSgG .card-title,
.cid-u0NZnrDSgG .iconfont-wrapper {
  color: #e31e25;
}
.cid-u0NZnrDSgG .title {
  text-align: center;
}
.cid-u0NZnrDSgG text {
  text-align: center;
}
.cid-u0NZnsxeuu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
@media (min-width: 1400px) {
  .cid-u0NZnsxeuu .container {
    max-width: 1000px;
  }
}
.cid-u0NZnsxeuu .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  color: #000000;
  margin-bottom: 1rem;
  background: #ffffff;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.cid-u0NZnsxeuu .card-wrapper {
  margin-bottom: 2rem;
  border-top: 1px solid #efefef;
  padding-top: 2rem;
}
.cid-u0NZnsxeuu .row {
  justify-content: center;
}
.cid-u0NZnsxeuu .card-text {
  color: #353535;
}
.cid-u0NZnsxeuu .card-title,
.cid-u0NZnsxeuu .iconfont-wrapper {
  color: #e31e25;
}
.cid-u0NZnsxeuu .title {
  text-align: center;
}
.cid-u0NZnsxeuu text {
  text-align: center;
}
.cid-u0NZntuLJr {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1400px) {
  .cid-u0NZntuLJr .container {
    max-width: 1000px;
  }
}
.cid-u0NZntuLJr .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  color: #000000;
  margin-bottom: 1rem;
  background: #ffffff;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.cid-u0NZntuLJr .card-wrapper {
  margin-bottom: 2rem;
  border-top: 1px solid #efefef;
  padding-top: 2rem;
}
.cid-u0NZntuLJr .row {
  justify-content: center;
}
.cid-u0NZntuLJr .card-text {
  color: #353535;
}
.cid-u0NZntuLJr .card-title,
.cid-u0NZntuLJr .iconfont-wrapper {
  color: #e31e25;
}
.cid-u0NZntuLJr .title {
  text-align: center;
}
.cid-u0NZntuLJr text {
  text-align: center;
}
.cid-u19BawmOA7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u19BawmOA7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u19BawmOA7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u19BawmOA7 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u19BawmOA7 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u19BawmOA7 .container {
    padding: 0 20px;
  }
}
.cid-u19BawmOA7 .row {
  justify-content: center;
}
.cid-u19BawmOA7 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u19BawmOA7 .card {
  margin-bottom: 50px;
}
.cid-u19BawmOA7 .card .card-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.cid-u19BawmOA7 .card .card-wrap .mbr-date {
  margin-bottom: 24px;
}
.cid-u19BawmOA7 .card .card-wrap a {
  display: block;
}
.cid-u19BawmOA7 .card .card-wrap a:hover .mbr-text {
  text-decoration: underline;
}
.cid-u19BawmOA7 .card .card-wrap a .mbr-text {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u19BawmOA7 .mbr-section-title {
  color: #ffffff;
}
.cid-u19BawmOA7 .mbr-date {
  color: #ffffff;
}
.cid-u19BawmOA7 .mbr-text {
  color: #ffffff;
}
.cid-u19BawmOA7 .mbr-section-title,
.cid-u19BawmOA7 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-u0NZm2KK8e .navbar-dropdown {
  background: rgba(206, 50, 12, 0.9) !important;
  padding: 0;
}
.cid-u0NZm2KK8e .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(206, 50, 12, 0.9) !important;
  background: #ce320c;
}
.cid-u0NZm2KK8e .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u0NZm2KK8e .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u0NZm2KK8e .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u0NZm2KK8e .menu_box .navbar.opened,
  .cid-u0NZm2KK8e .menu_box .navbar-collapse {
    background-color: #ce320c !important;
    transition: all 0s ease 0s;
  }
}
.cid-u0NZm2KK8e .navbar-dropdown {
  position: relative !important;
}
.cid-u0NZm2KK8e .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u0NZm2KK8e .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u0NZm2KK8e .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u0NZm2KK8e .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u0NZm2KK8e .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u0NZm2KK8e .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-u0NZm2KK8e .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u0NZm2KK8e .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u0NZm2KK8e .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u0NZm2KK8e .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u0NZm2KK8e .offcanvas-body .mbr-text,
  .cid-u0NZm2KK8e .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u0NZm2KK8e .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u0NZm2KK8e .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u0NZm2KK8e .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-u0NZm2KK8e .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u0NZm2KK8e .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u0NZm2KK8e .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u0NZm2KK8e .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u0NZm2KK8e ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u0NZm2KK8e .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u0NZm2KK8e .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-u0NZm2KK8e .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u0NZm2KK8e li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u0NZm2KK8e .lg_brand {
    margin: 0 1rem;
  }
  .cid-u0NZm2KK8e .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u0NZm2KK8e .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u0NZm2KK8e .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u0NZm2KK8e .nav-item {
    margin: 0 !important;
  }
}
.cid-u0NZm2KK8e .nav-item .nav-link {
  position: relative;
}
.cid-u0NZm2KK8e .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-u0NZm2KK8e .nav-item .nav-link:hover,
.cid-u0NZm2KK8e .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffffff !important;
}
.cid-u0NZm2KK8e .nav-item .nav-link:hover::before,
.cid-u0NZm2KK8e .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-u0NZm2KK8e .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u0NZm2KK8e .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u0NZm2KK8e .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u0NZm2KK8e .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u0NZm2KK8e .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: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u0NZm2KK8e .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u0NZm2KK8e .offcanvas_box {
    display: none;
  }
}
.cid-u0NZm2KK8e .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u0NZm2KK8e .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u0NZm2KK8e .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u0NZm2KK8e .container {
  display: flex;
  margin: auto;
}
.cid-u0NZm2KK8e .iconfont-wrapper {
  color: #ffffff;
  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-u0NZm2KK8e .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u0NZm2KK8e .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u0NZm2KK8e .navbar-caption {
  color: #ffffff;
}
.cid-u0NZm2KK8e .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u0NZm2KK8e .navbar-nav {
    margin: 0;
  }
}
.cid-u0NZm2KK8e .dropdown-menu,
.cid-u0NZm2KK8e .navbar.opened {
  background-color: true !important;
}
.cid-u0NZm2KK8e .nav-item:focus,
.cid-u0NZm2KK8e .nav-link:focus {
  outline: none;
}
.cid-u0NZm2KK8e .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u0NZm2KK8e .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u0NZm2KK8e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u0NZm2KK8e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u0NZm2KK8e .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u0NZm2KK8e .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u0NZm2KK8e .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u0NZm2KK8e .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u0NZm2KK8e .navbar.opened {
  transition: all 0.3s;
}
.cid-u0NZm2KK8e .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u0NZm2KK8e .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-u0NZm2KK8e .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u0NZm2KK8e .navbar.collapsed {
  justify-content: center;
}
.cid-u0NZm2KK8e .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u0NZm2KK8e .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u0NZm2KK8e .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u0NZm2KK8e .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u0NZm2KK8e .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u0NZm2KK8e .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u0NZm2KK8e .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u0NZm2KK8e .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u0NZm2KK8e .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u0NZm2KK8e .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u0NZm2KK8e .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u0NZm2KK8e .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u0NZm2KK8e .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u0NZm2KK8e .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u0NZm2KK8e .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u0NZm2KK8e .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u0NZm2KK8e .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u0NZm2KK8e .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u0NZm2KK8e .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u0NZm2KK8e .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u0NZm2KK8e .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u0NZm2KK8e .navbar.navbar-short {
  min-height: 60px;
}
.cid-u0NZm2KK8e .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u0NZm2KK8e .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u0NZm2KK8e .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-u0NZm2KK8e .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u0NZm2KK8e .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u0NZm2KK8e .dropdown-item.active,
.cid-u0NZm2KK8e .dropdown-item:active {
  background-color: transparent;
}
.cid-u0NZm2KK8e .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u0NZm2KK8e .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u0NZm2KK8e .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u0NZm2KK8e .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u0NZm2KK8e ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u0NZm2KK8e .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u0NZm2KK8e button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ce320c;
  background: #232323;
}
.cid-u0NZm2KK8e button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u0NZm2KK8e button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u0NZm2KK8e button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0NZm2KK8e button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0NZm2KK8e button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u0NZm2KK8e nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0NZm2KK8e nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u0NZm2KK8e nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u0NZm2KK8e nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0NZm2KK8e a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u0NZm2KK8e .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-u0NZm2KK8e .navbar {
    height: 70px;
  }
  .cid-u0NZm2KK8e .navbar.opened {
    height: auto;
  }
  .cid-u0NZm2KK8e .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u0NZm2KK8e .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u0NZm2KK8e .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-u0NZm2KK8e .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u0NZm2KK8e .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-u0NZm2KK8e .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u0NZm2KK8e .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-u0NZm2KK8e .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u0NZm2KK8e .text_widget {
  margin-bottom: 32px;
}
.cid-u0NZm2KK8e .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u0NZm2KK8e .text_widget a:hover {
  opacity: .5;
}
.cid-u0NZm2KK8e .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u0NZm2KK8e .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u0NZm2KK8e .mbr-section-subtitle,
.cid-u0NZm2KK8e .text_widget,
.cid-u0NZm2KK8e .mbr-section-btn {
  text-align: center;
}
.cid-u0NZm2KK8e a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u0NZm2jfLx {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u0NZm2jfLx .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZm2jfLx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u0NZm2jfLx .container {
    padding: 0 24px;
  }
}
.cid-u0NZm2jfLx .row {
  position: relative;
}
.cid-u0NZm2jfLx .row .card {
  justify-content: center;
}
.cid-u0NZm2jfLx .row .decor-wrapper {
  position: absolute;
  bottom: -16rem;
  right: -58rem;
  border: 120px solid #00a7dd;
  width: 2000px;
  height: 1000px;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-u0NZm2jfLx .row .decor-wrapper {
    right: -20rem;
  }
}
@media (max-width: 768px) {
  .cid-u0NZm2jfLx .row .decor-wrapper {
    height: 500px;
    right: -10rem;
  }
}
.cid-u0NZm2jfLx .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-u0NZm2jfLx .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u0NZm2jfLx .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-u0NZm2jfLx .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u0NZm2jfLx .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u0NZm2jfLx .title-wrapper .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-u0NZm2jfLx .title-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-u0NZm2jfLx .image-wrapper {
  position: relative;
}
.cid-u0NZm2jfLx .image-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u0NZm2jfLx .image-wrapper img {
    height: 350px;
  }
}
.cid-u0NZm2jfLx .mbr-section-title {
  color: #F5DF4D;
}
.cid-u0NZm2jfLx .mbr-text {
  color: #FF3399;
}
.cid-u0NZm2jfLx .mbr-section-title,
.cid-u0NZm2jfLx .mbr-section-btn {
  color: #ce320c;
  text-align: center;
}
.cid-u0NZm2jfLx .mbr-text,
.cid-u0NZm2jfLx .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-u0NZm40i9j {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.cid-u0NZm40i9j .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 30rem;
}
@media (max-width: 991px) {
  .cid-u0NZm40i9j .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-u0NZm40i9j .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-u0NZm40i9j .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-u0NZm40i9j .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-u0NZm40i9j .footer-top {
  border-bottom: 2px solid #fafafa;
}
.cid-u0NZm40i9j .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-u0NZm40i9j .footer-item-title {
  margin-bottom: 13px;
  text-align: center;
  color: #ffffff;
}
.cid-u0NZm40i9j .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: center;
}
.cid-u0NZm40i9j .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-u0NZm40i9j .soc-item a {
  color: #ffffff;
}
.cid-u0NZm40i9j .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-u0NZm40i9j .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-u0NZm40i9j .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZm40i9j .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-u0NZm40i9j .mbr-tag,
.cid-u0NZm40i9j .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-u0NZm40i9j .copyright {
  color: #000000;
}
.cid-u2LsOcl0qh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u2LsOcl0qh .mbr-text {
  margin: 0;
}
.cid-u2LsOcl0qh .text-element {
  padding: 2rem;
  background-color: #f2f2f2;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-u2LsOcl0qh .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-u2LsOcl0qh .row-element,
.cid-u2LsOcl0qh .image-element {
  padding: 0;
}
.cid-u2LsOcl0qh .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u2LsOcl0qh .image-element .img-wrap {
  width: 100% !important;
}
.cid-u2LsOcl0qh .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-u2LsOcl0qh .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u2LsOcl0qh .carousel-item.active,
.cid-u2LsOcl0qh .carousel-item-next,
.cid-u2LsOcl0qh .carousel-item-prev {
  display: flex;
}
.cid-u2LsOcl0qh .carousel-indicators {
  left: 50%;
  margin: 20px auto 0;
  align-items: center;
  left: -50% !important;
}
.cid-u2LsOcl0qh .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #ffffff;
}
.cid-u2LsOcl0qh .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity 0.5s;
  background-color: #191919;
  font-size: 2rem;
  opacity: 0.5;
  border-width: 0px;
}
.cid-u2LsOcl0qh .carousel-indicators li:hover {
  opacity: 1;
}
.cid-u2LsOcl0qh .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-u2LsOcl0qh .carousel-controls {
    display: block;
  }
  .cid-u2LsOcl0qh .carousel-controls a {
    transition: opacity 0.5s;
    font-size: 2rem;
  }
  .cid-u2LsOcl0qh .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: 0.9;
  }
  .cid-u2LsOcl0qh .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-u2LsOcl0qh .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-u2LsOcl0qh .text-element {
    padding: 1rem;
  }
  .cid-u2LsOcl0qh .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u2LsOcl0qh .image-element {
    min-width: 50%;
  }
  .cid-u2LsOcl0qh .media-container-row {
    width: 100%;
  }
}
.cid-u2LsOcl0qh .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2LsOcl0qh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2LsOcl0qh .mbr-title,
.cid-u2LsOcl0qh .ornament {
  color: #ce320c;
}
.cid-u2LsP3QRnE {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/deneme-tuzla-kombi-servisi-flip-5-1920x1080.png");
}
.cid-u2LsP3QRnE .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2LsP3QRnE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2LsP3QRnE .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .cid-u2LsP3QRnE .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-u2LsP3QRnE .mbr-section-head {
    margin-bottom: 50px;
  }
}
.cid-u2LsP3QRnE .mbr-section-title {
  color: #ce320c;
  margin-bottom: 0;
}
.cid-u2LsP3QRnE .mbr-section-subtitle {
  color: #353535;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .cid-u2LsP3QRnE .col-img {
    display: none;
  }
}
.cid-u2LsP3QRnE .img-wrap {
  width: 100%;
}
.cid-u2LsP3QRnE .img-wrap .img-box {
  width: 100%;
  border-radius: 65px 65px 0 65px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-u2LsP3QRnE .img-wrap .img-box {
    border-radius: 40px 40px 0 40px;
  }
}
.cid-u2LsP3QRnE .img-wrap .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-u2LsP3QRnE .mbr-iconfont {
  position: relative;
  font-size: 24px !important;
  font-family: 'Moririse2' !important;
  color: #987a5a;
  margin-left: 1rem;
  padding: 10px;
  transition: .3s all;
}
.cid-u2LsP3QRnE .mbr-iconfont:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(195, 195, 195, 0.9);
  opacity: 0;
  transition: .3s all;
}
.cid-u2LsP3QRnE .mbr-iconfont:before {
  position: relative;
  z-index: 2;
}
.cid-u2LsP3QRnE .panel-group {
  border: none;
  border-top: 1px solid #829d85;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-u2LsP3QRnE .panel-group {
    margin-top: 0;
  }
}
.cid-u2LsP3QRnE .card {
  border-bottom: 1px solid #829d85;
  border-radius: 0;
}
.cid-u2LsP3QRnE .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-u2LsP3QRnE .card-header {
    padding: 8px 0;
  }
}
.cid-u2LsP3QRnE .card-header:hover .mbr-iconfont {
  color: #829d85;
}
.cid-u2LsP3QRnE .card-header:hover .mbr-iconfont:after {
  opacity: 1;
}
.cid-u2LsP3QRnE .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #987A5A;
}
.cid-u2LsP3QRnE .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-u2LsP3QRnE .panel-title-edit {
  color: #e31e25;
}
.cid-u2LsP3QRnE .panel-body {
  padding: 0 0 40px;
}
@media (max-width: 767px) {
  .cid-u2LsP3QRnE .panel-body {
    padding: 0 0 24px;
  }
}
.cid-u2LsP3QRnE .panel-text {
  color: #353535;
  margin: 0;
}
.cid-u2LsRcjC5q {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-u2LsRcjC5q .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2LsRcjC5q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2LsRcjC5q .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .cid-u2LsRcjC5q .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-u2LsRcjC5q .mbr-section-head {
    margin-bottom: 50px;
  }
}
.cid-u2LsRcjC5q .mbr-section-title {
  color: #373f46;
  margin-bottom: 0;
}
.cid-u2LsRcjC5q .mbr-section-subtitle {
  color: #353535;
  margin-top: 20px;
}
.cid-u2LsRcjC5q .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-u2LsRcjC5q .col-img {
    display: none;
  }
}
.cid-u2LsRcjC5q .img-wrap {
  width: 100%;
}
.cid-u2LsRcjC5q .img-wrap .img-box {
  width: 100%;
  border-radius: 65px 65px 0 65px;
  overflow: hidden;
  border-radius: 65px 65px 65px 0;
}
@media (max-width: 1199px) {
  .cid-u2LsRcjC5q .img-wrap .img-box {
    border-radius: 40px 40px 0 40px;
    border-radius: 40px  40px 40px 0;
  }
}
.cid-u2LsRcjC5q .img-wrap .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-u2LsRcjC5q .mbr-iconfont {
  position: relative;
  font-size: 24px !important;
  font-family: 'Moririse2' !important;
  color: #987a5a;
  margin-left: 1rem;
  padding: 10px;
  transition: .3s all;
}
.cid-u2LsRcjC5q .mbr-iconfont:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(195, 195, 195, 0.9);
  opacity: 0;
  transition: .3s all;
}
.cid-u2LsRcjC5q .mbr-iconfont:before {
  position: relative;
  z-index: 2;
}
.cid-u2LsRcjC5q .panel-group {
  border: none;
  border-top: 1px solid #829d85;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-u2LsRcjC5q .panel-group {
    margin-top: 0;
  }
}
.cid-u2LsRcjC5q .card {
  border-bottom: 1px solid #829d85;
  border-radius: 0;
}
.cid-u2LsRcjC5q .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-u2LsRcjC5q .card-header {
    padding: 8px 0;
  }
}
.cid-u2LsRcjC5q .card-header:hover .mbr-iconfont {
  color: #829d85;
}
.cid-u2LsRcjC5q .card-header:hover .mbr-iconfont:after {
  opacity: 1;
}
.cid-u2LsRcjC5q .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #987A5A;
}
.cid-u2LsRcjC5q .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-u2LsRcjC5q .panel-title-edit {
  color: #e31e25;
}
.cid-u2LsRcjC5q .panel-body {
  padding: 0 0 40px;
}
@media (max-width: 767px) {
  .cid-u2LsRcjC5q .panel-body {
    padding: 0 0 24px;
  }
}
.cid-u2LsRcjC5q .panel-text {
  color: #353535;
  margin: 0;
}
.cid-u2LsQAnaEs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ce320c;
}
.cid-u2LsQAnaEs .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2LsQAnaEs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2LsQAnaEs .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u2LsQAnaEs .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u2LsQAnaEs .container {
    padding: 0 20px;
  }
}
.cid-u2LsQAnaEs .title-wrapper {
  padding: 150px 0;
}
@media (max-width: 768px) {
  .cid-u2LsQAnaEs .title-wrapper {
    padding: 50px 0;
  }
}
.cid-u2LsQAnaEs .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u2LsQAnaEs .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u2LsQAnaEs .mbr-section-title {
  color: #ffffff;
}
.cid-u2LsQAnaEs .mbr-section-title,
.cid-u2LsQAnaEs .mbr-section-btn {
  text-align: center;
  color: #4c4c4c;
}
.cid-u0NZm6lUpC {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (min-width: 1400px) {
  .cid-u0NZm6lUpC .container {
    max-width: 1000px;
  }
}
.cid-u0NZm6lUpC .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  color: #000000;
  margin-bottom: 1rem;
  background: #ffffff;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.cid-u0NZm6lUpC .card-wrapper {
  margin-bottom: 2rem;
  border-top: 1px solid #efefef;
  padding-top: 2rem;
}
.cid-u0NZm6lUpC .row {
  justify-content: center;
}
.cid-u0NZm6lUpC .card-text {
  color: #353535;
}
.cid-u0NZm6lUpC .card-title,
.cid-u0NZm6lUpC .iconfont-wrapper {
  color: #e31e25;
}
.cid-u0NZm6lUpC .title {
  text-align: center;
}
.cid-u0NZm6lUpC text {
  text-align: center;
}
.cid-u19B44M6Z4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u19B44M6Z4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u19B44M6Z4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u19B44M6Z4 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u19B44M6Z4 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u19B44M6Z4 .container {
    padding: 0 20px;
  }
}
.cid-u19B44M6Z4 .row {
  justify-content: center;
}
.cid-u19B44M6Z4 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u19B44M6Z4 .card {
  margin-bottom: 50px;
}
.cid-u19B44M6Z4 .card .card-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.cid-u19B44M6Z4 .card .card-wrap .mbr-date {
  margin-bottom: 24px;
}
.cid-u19B44M6Z4 .card .card-wrap a {
  display: block;
}
.cid-u19B44M6Z4 .card .card-wrap a:hover .mbr-text {
  text-decoration: underline;
}
.cid-u19B44M6Z4 .card .card-wrap a .mbr-text {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u19B44M6Z4 .mbr-section-title {
  color: #ffffff;
}
.cid-u19B44M6Z4 .mbr-date {
  color: #ffffff;
}
.cid-u19B44M6Z4 .mbr-text {
  color: #ffffff;
}
.cid-u19B44M6Z4 .mbr-section-title,
.cid-u19B44M6Z4 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-u0NZm8UihT {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-u0NZm8UihT .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZm8UihT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0NZm8UihT .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u0NZm8UihT .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u0NZm8UihT .container {
    padding: 0 20px;
  }
}
.cid-u0NZm8UihT .row {
  justify-content: center;
}
.cid-u0NZm8UihT .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u0NZm8UihT .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-u0NZm8UihT .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u0NZm8UihT .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-u0NZm8UihT .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-u0NZm8UihT .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-u0NZm8UihT .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-u0NZm8UihT .mbr-desc {
  color: #e4dfd4;
}
.cid-u0NZm8UihT .mbr-desc,
.cid-u0NZm8UihT .desc-wrapper {
  color: #232323;
  text-align: center;
}
.cid-u19I0hj4F9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-u19I0hj4F9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u19I0hj4F9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u19I0hj4F9 .container {
    padding: 0 20px;
  }
}
.cid-u19I0hj4F9 .row {
  justify-content: center;
}
.cid-u19I0hj4F9 .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u19I0hj4F9 .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-u19I0hj4F9 .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u19I0hj4F9 .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-u19I0hj4F9 .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-u19I0hj4F9 .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-u19I0hj4F9 .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-u19I0hj4F9 .mbr-desc {
  color: #e4dfd4;
}
.cid-u19I0hj4F9 .mbr-desc,
.cid-u19I0hj4F9 .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-u0MGLVshHH .navbar-dropdown {
  background: rgba(206, 50, 12, 0.9) !important;
  padding: 0;
}
.cid-u0MGLVshHH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(206, 50, 12, 0.9) !important;
  background: #ce320c;
}
.cid-u0MGLVshHH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u0MGLVshHH .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u0MGLVshHH .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u0MGLVshHH .menu_box .navbar.opened,
  .cid-u0MGLVshHH .menu_box .navbar-collapse {
    background-color: #ce320c !important;
    transition: all 0s ease 0s;
  }
}
.cid-u0MGLVshHH .navbar-dropdown {
  position: relative !important;
}
.cid-u0MGLVshHH .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u0MGLVshHH .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u0MGLVshHH .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u0MGLVshHH .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u0MGLVshHH .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u0MGLVshHH .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-u0MGLVshHH .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u0MGLVshHH .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u0MGLVshHH .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u0MGLVshHH .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u0MGLVshHH .offcanvas-body .mbr-text,
  .cid-u0MGLVshHH .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u0MGLVshHH .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u0MGLVshHH .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u0MGLVshHH .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-u0MGLVshHH .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u0MGLVshHH .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u0MGLVshHH .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u0MGLVshHH .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u0MGLVshHH ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u0MGLVshHH .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u0MGLVshHH .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-u0MGLVshHH .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u0MGLVshHH li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u0MGLVshHH .lg_brand {
    margin: 0 1rem;
  }
  .cid-u0MGLVshHH .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u0MGLVshHH .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u0MGLVshHH .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u0MGLVshHH .nav-item {
    margin: 0 !important;
  }
}
.cid-u0MGLVshHH .nav-item .nav-link {
  position: relative;
}
.cid-u0MGLVshHH .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-u0MGLVshHH .nav-item .nav-link:hover,
.cid-u0MGLVshHH .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffffff !important;
}
.cid-u0MGLVshHH .nav-item .nav-link:hover::before,
.cid-u0MGLVshHH .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-u0MGLVshHH .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u0MGLVshHH .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u0MGLVshHH .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u0MGLVshHH .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u0MGLVshHH .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: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u0MGLVshHH .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u0MGLVshHH .offcanvas_box {
    display: none;
  }
}
.cid-u0MGLVshHH .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u0MGLVshHH .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u0MGLVshHH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u0MGLVshHH .container {
  display: flex;
  margin: auto;
}
.cid-u0MGLVshHH .iconfont-wrapper {
  color: #ffffff;
  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-u0MGLVshHH .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u0MGLVshHH .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u0MGLVshHH .navbar-caption {
  color: #ffffff;
}
.cid-u0MGLVshHH .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u0MGLVshHH .navbar-nav {
    margin: 0;
  }
}
.cid-u0MGLVshHH .dropdown-menu,
.cid-u0MGLVshHH .navbar.opened {
  background-color: true !important;
}
.cid-u0MGLVshHH .nav-item:focus,
.cid-u0MGLVshHH .nav-link:focus {
  outline: none;
}
.cid-u0MGLVshHH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u0MGLVshHH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u0MGLVshHH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u0MGLVshHH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u0MGLVshHH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u0MGLVshHH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u0MGLVshHH .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u0MGLVshHH .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u0MGLVshHH .navbar.opened {
  transition: all 0.3s;
}
.cid-u0MGLVshHH .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u0MGLVshHH .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-u0MGLVshHH .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u0MGLVshHH .navbar.collapsed {
  justify-content: center;
}
.cid-u0MGLVshHH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u0MGLVshHH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u0MGLVshHH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u0MGLVshHH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u0MGLVshHH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u0MGLVshHH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u0MGLVshHH .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u0MGLVshHH .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u0MGLVshHH .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u0MGLVshHH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u0MGLVshHH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u0MGLVshHH .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u0MGLVshHH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u0MGLVshHH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u0MGLVshHH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u0MGLVshHH .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u0MGLVshHH .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u0MGLVshHH .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u0MGLVshHH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u0MGLVshHH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u0MGLVshHH .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u0MGLVshHH .navbar.navbar-short {
  min-height: 60px;
}
.cid-u0MGLVshHH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u0MGLVshHH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u0MGLVshHH .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-u0MGLVshHH .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u0MGLVshHH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u0MGLVshHH .dropdown-item.active,
.cid-u0MGLVshHH .dropdown-item:active {
  background-color: transparent;
}
.cid-u0MGLVshHH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u0MGLVshHH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u0MGLVshHH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u0MGLVshHH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u0MGLVshHH ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u0MGLVshHH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u0MGLVshHH button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ce320c;
  background: #232323;
}
.cid-u0MGLVshHH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u0MGLVshHH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u0MGLVshHH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0MGLVshHH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0MGLVshHH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u0MGLVshHH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0MGLVshHH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u0MGLVshHH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u0MGLVshHH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0MGLVshHH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u0MGLVshHH .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-u0MGLVshHH .navbar {
    height: 70px;
  }
  .cid-u0MGLVshHH .navbar.opened {
    height: auto;
  }
  .cid-u0MGLVshHH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u0MGLVshHH .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u0MGLVshHH .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-u0MGLVshHH .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u0MGLVshHH .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-u0MGLVshHH .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u0MGLVshHH .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-u0MGLVshHH .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u0MGLVshHH .text_widget {
  margin-bottom: 32px;
}
.cid-u0MGLVshHH .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u0MGLVshHH .text_widget a:hover {
  opacity: .5;
}
.cid-u0MGLVshHH .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u0MGLVshHH .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u0MGLVshHH .mbr-section-subtitle,
.cid-u0MGLVshHH .text_widget,
.cid-u0MGLVshHH .mbr-section-btn {
  text-align: center;
}
.cid-u0MGLVshHH a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u1ageE0mJe {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #cccccc;
  background: linear-gradient(90deg, #cccccc, #ffffff);
}
.cid-u1ageE0mJe .mbr-overlay {
  background: #ee1b22;
  background: linear-gradient(90deg, #ee1b22, #111111);
}
.cid-u1ageE0mJe .mbr-section-title {
  margin: 0;
}
.cid-u1ageE0mJe .mbr-text {
  color: #efefef;
}
.cid-u1ageE0mJe .card-title {
  text-align: left;
  color: #ffffff;
}
.cid-u1ageE0mJe .card-img {
  text-align: left;
}
.cid-u1ageE0mJe .card .card-img span {
  font-size: 60px;
  color: #ffffff;
}
.cid-u1ageE0mJe .header-content {
  margin-left: 3rem;
  margin-right: 3rem;
  -webkit-align-self: stretch;
  align-self: stretch;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-u1ageE0mJe .header-content .text-row {
  margin: auto 0;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u1ageE0mJe .features-row {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-u1ageE0mJe .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-u1ageE0mJe .header-content {
    margin-right: 0;
    margin-left: 0;
  }
}
.cid-u1ageE0mJe .card-box .mbr-text {
  color: #010101;
}
.cid-u1ageE0mJe .mbr-section-subtitle,
.cid-u1ageE0mJe .mbr-section-btn {
  color: #010101;
}
.cid-u1ageE0mJe .title-cont,
.cid-u1ageE0mJe .mbr-section-title {
  color: #ce320c;
}
.cid-u2Leo2N5DX {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-u2Leo2N5DX .title-container {
  margin-bottom: -40px;
  max-width: 60%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-u2Leo2N5DX .title-container {
    max-width: 80%;
    margin-bottom: 0;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .cid-u2Leo2N5DX .title-container {
    margin-bottom: 0;
    padding-bottom: 56px;
  }
}
.cid-u2Leo2N5DX .embla {
  position: relative;
  width: 100%;
  margin-top: 128px;
}
@media (max-width: 991px) {
  .cid-u2Leo2N5DX .embla {
    margin-top: 112px;
  }
}
@media (max-width: 767px) {
  .cid-u2Leo2N5DX .embla {
    margin-top: 0;
    margin-bottom: 96px;
  }
}
@media (max-width: 575px) {
  .cid-u2Leo2N5DX .embla {
    margin-bottom: 80px;
  }
}
.cid-u2Leo2N5DX .mbr-section-title {
  color: #161616;
}
.cid-u2Leo2N5DX .mbr-section-subtitle {
  color: #161616;
  margin-top: 24px;
}
.cid-u2Leo2N5DX .mbr-text {
  color: #161616;
  text-align: left;
}
.cid-u2Leo2N5DX .item:focus,
.cid-u2Leo2N5DX span:focus {
  outline: none;
}
.cid-u2Leo2N5DX .slide-content {
  position: relative;
  padding: 24px;
  background: #f2f2f2;
  height: 100%;
  display: flex;
  border-radius: 16px;
  overflow: hidden;
  flex-flow: column nowrap;
  border: 2px solid #161616;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-u2Leo2N5DX .slide-content {
    padding: 16px;
  }
}
.cid-u2Leo2N5DX .embla__slide {
  display: flex;
  justify-content: center;
  width: 40vw;
  min-width: 40vw;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
@media (max-width: 991px) {
  .cid-u2Leo2N5DX .embla__slide {
    width: 70vw;
    min-width: 70vw;
  }
}
@media (max-width: 767px) {
  .cid-u2Leo2N5DX .embla__slide {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (max-width: 768px) {
  .cid-u2Leo2N5DX .embla__slide {
    max-width: initial;
  }
}
.cid-u2Leo2N5DX .item-content {
  margin-top: 24px;
}
.cid-u2Leo2N5DX .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-u2Leo2N5DX .item-img {
  width: 100%;
  height: 412px;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-u2Leo2N5DX .item-img {
    height: 324px;
  }
}
.cid-u2Leo2N5DX .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u2Leo2N5DX .label-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .cid-u2Leo2N5DX .label-container {
    flex-wrap: wrap;
  }
}
.cid-u2Leo2N5DX .label-wrap {
  display: flex;
  border-radius: 8px;
  padding: 4px 6px;
  background-color: #00a7dd;
  max-width: 48%;
  width: max-content;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-u2Leo2N5DX .label-wrap {
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-u2Leo2N5DX .label-text {
  color: #161616;
  margin-bottom: 0;
}
.cid-u2Leo2N5DX .position-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-u2Leo2N5DX .position-wrap {
    width: 100%;
    margin-bottom: 8px;
  }
}
.cid-u2Leo2N5DX .position-wrap .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.cid-u2Leo2N5DX .position-wrap .mbr-iconfont {
  color: #161616;
  font-size: 1rem;
}
.cid-u2Leo2N5DX .date-text {
  color: #161616;
  margin-bottom: 0;
  max-width: 48%;
  width: max-content;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .cid-u2Leo2N5DX .date-text {
    max-width: 100%;
  }
}
.cid-u2Leo2N5DX .item-title {
  color: #161616;
  text-align: center;
  margin-bottom: 0 !important;
}
.cid-u2Leo2N5DX .mbr-section-btn {
  margin-top: 14px !important;
  display: flex;
  text-align: left;
  flex-wrap: wrap;
}
.cid-u2Leo2N5DX .mbr-section-btn .btn {
  flex-grow: 1;
  min-width: 40%;
}
@media (max-width: 767px) {
  .cid-u2Leo2N5DX .mbr-section-btn {
    width: auto !important;
  }
}
.cid-u2Leo2N5DX .item-subtitle {
  text-align: left;
}
.cid-u2Leo2N5DX .embla__button--next,
.cid-u2Leo2N5DX .embla__button--prev {
  display: flex;
}
.cid-u2Leo2N5DX .embla__button-container {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  position: absolute;
  top: -140px;
  right: 8%;
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u2Leo2N5DX .embla__button-container {
    top: -112px;
    right: 50%;
    transform: translateX(50%);
  }
}
@media (max-width: 767px) {
  .cid-u2Leo2N5DX .embla__button-container {
    padding-top: 48px;
    top: 100%;
  }
}
@media (max-width: 575px) {
  .cid-u2Leo2N5DX .embla__button-container {
    padding-top: 32px;
    top: 100%;
  }
}
.cid-u2Leo2N5DX .embla__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-size: 22px;
  background-color: #f2f2f2;
  color: #161616;
  border: 2px solid #161616;
  border-radius: 8px;
  transition: all 0.3s;
  margin-left: 16px;
}
.cid-u2Leo2N5DX .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u2Leo2N5DX .embla__button:hover {
  background: rgba(0, 0, 0, 0.15);
}
.cid-u2Leo2N5DX .embla__button.embla__button--prev:hover {
  transform: translate(-4px, 0);
}
@media (max-width: 991px) {
  .cid-u2Leo2N5DX .embla__button.embla__button--prev {
    margin-left: 0;
  }
}
.cid-u2Leo2N5DX .embla__button.embla__button--next:hover {
  transform: translate(4px, 0);
}
.cid-u2Leo2N5DX .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-u2Leo2N5DX .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u2Leo2N5DX .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u2Leo2N5DX .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u2Leo2N5DX .item-menu-overlay {
  opacity: 0 !important;
}
.cid-u0MGLXmXU1 {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.cid-u0MGLXmXU1 .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 30rem;
}
@media (max-width: 991px) {
  .cid-u0MGLXmXU1 .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-u0MGLXmXU1 .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-u0MGLXmXU1 .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-u0MGLXmXU1 .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-u0MGLXmXU1 .footer-top {
  border-bottom: 2px solid #fafafa;
}
.cid-u0MGLXmXU1 .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-u0MGLXmXU1 .footer-item-title {
  margin-bottom: 13px;
  text-align: center;
  color: #ffffff;
}
.cid-u0MGLXmXU1 .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: center;
}
.cid-u0MGLXmXU1 .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-u0MGLXmXU1 .soc-item a {
  color: #ffffff;
}
.cid-u0MGLXmXU1 .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-u0MGLXmXU1 .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-u0MGLXmXU1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0MGLXmXU1 .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-u0MGLXmXU1 .mbr-tag,
.cid-u0MGLXmXU1 .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-u0MGLXmXU1 .copyright {
  color: #000000;
}
.cid-u2LUgjZsyP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2LUgjZsyP .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2LUgjZsyP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2LUgjZsyP .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u2LUgjZsyP .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u2LUgjZsyP .container {
    padding: 0 20px;
  }
}
.cid-u2LUgjZsyP .row {
  justify-content: center;
}
.cid-u2LUgjZsyP .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u2LUgjZsyP .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-u2LUgjZsyP .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u2LUgjZsyP .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-u2LUgjZsyP .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-u2LUgjZsyP .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-u2LUgjZsyP .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-u2LUgjZsyP .mbr-desc {
  color: #e4dfd4;
}
.cid-u2LUgjZsyP .mbr-desc,
.cid-u2LUgjZsyP .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-u0MGK54dO8 .navbar-dropdown {
  background: rgba(206, 50, 12, 0.9) !important;
  padding: 0;
}
.cid-u0MGK54dO8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(206, 50, 12, 0.9) !important;
  background: #ce320c;
}
.cid-u0MGK54dO8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u0MGK54dO8 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u0MGK54dO8 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u0MGK54dO8 .menu_box .navbar.opened,
  .cid-u0MGK54dO8 .menu_box .navbar-collapse {
    background-color: #ce320c !important;
    transition: all 0s ease 0s;
  }
}
.cid-u0MGK54dO8 .navbar-dropdown {
  position: relative !important;
}
.cid-u0MGK54dO8 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u0MGK54dO8 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u0MGK54dO8 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u0MGK54dO8 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u0MGK54dO8 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u0MGK54dO8 .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-u0MGK54dO8 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u0MGK54dO8 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u0MGK54dO8 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u0MGK54dO8 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u0MGK54dO8 .offcanvas-body .mbr-text,
  .cid-u0MGK54dO8 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u0MGK54dO8 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u0MGK54dO8 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u0MGK54dO8 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-u0MGK54dO8 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u0MGK54dO8 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u0MGK54dO8 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u0MGK54dO8 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u0MGK54dO8 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u0MGK54dO8 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u0MGK54dO8 .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-u0MGK54dO8 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u0MGK54dO8 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u0MGK54dO8 .lg_brand {
    margin: 0 1rem;
  }
  .cid-u0MGK54dO8 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u0MGK54dO8 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u0MGK54dO8 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u0MGK54dO8 .nav-item {
    margin: 0 !important;
  }
}
.cid-u0MGK54dO8 .nav-item .nav-link {
  position: relative;
}
.cid-u0MGK54dO8 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-u0MGK54dO8 .nav-item .nav-link:hover,
.cid-u0MGK54dO8 .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffffff !important;
}
.cid-u0MGK54dO8 .nav-item .nav-link:hover::before,
.cid-u0MGK54dO8 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-u0MGK54dO8 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u0MGK54dO8 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u0MGK54dO8 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u0MGK54dO8 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u0MGK54dO8 .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: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u0MGK54dO8 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u0MGK54dO8 .offcanvas_box {
    display: none;
  }
}
.cid-u0MGK54dO8 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u0MGK54dO8 .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u0MGK54dO8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u0MGK54dO8 .container {
  display: flex;
  margin: auto;
}
.cid-u0MGK54dO8 .iconfont-wrapper {
  color: #ffffff;
  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-u0MGK54dO8 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u0MGK54dO8 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u0MGK54dO8 .navbar-caption {
  color: #ffffff;
}
.cid-u0MGK54dO8 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u0MGK54dO8 .navbar-nav {
    margin: 0;
  }
}
.cid-u0MGK54dO8 .dropdown-menu,
.cid-u0MGK54dO8 .navbar.opened {
  background-color: true !important;
}
.cid-u0MGK54dO8 .nav-item:focus,
.cid-u0MGK54dO8 .nav-link:focus {
  outline: none;
}
.cid-u0MGK54dO8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u0MGK54dO8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u0MGK54dO8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u0MGK54dO8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u0MGK54dO8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u0MGK54dO8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u0MGK54dO8 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u0MGK54dO8 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u0MGK54dO8 .navbar.opened {
  transition: all 0.3s;
}
.cid-u0MGK54dO8 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u0MGK54dO8 .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-u0MGK54dO8 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u0MGK54dO8 .navbar.collapsed {
  justify-content: center;
}
.cid-u0MGK54dO8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u0MGK54dO8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u0MGK54dO8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u0MGK54dO8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u0MGK54dO8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u0MGK54dO8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u0MGK54dO8 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u0MGK54dO8 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u0MGK54dO8 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u0MGK54dO8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u0MGK54dO8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u0MGK54dO8 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u0MGK54dO8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u0MGK54dO8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u0MGK54dO8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u0MGK54dO8 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u0MGK54dO8 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u0MGK54dO8 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u0MGK54dO8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u0MGK54dO8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u0MGK54dO8 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u0MGK54dO8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u0MGK54dO8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u0MGK54dO8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u0MGK54dO8 .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-u0MGK54dO8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u0MGK54dO8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u0MGK54dO8 .dropdown-item.active,
.cid-u0MGK54dO8 .dropdown-item:active {
  background-color: transparent;
}
.cid-u0MGK54dO8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u0MGK54dO8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u0MGK54dO8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u0MGK54dO8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u0MGK54dO8 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u0MGK54dO8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u0MGK54dO8 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ce320c;
  background: #232323;
}
.cid-u0MGK54dO8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u0MGK54dO8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u0MGK54dO8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0MGK54dO8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0MGK54dO8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u0MGK54dO8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0MGK54dO8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u0MGK54dO8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u0MGK54dO8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0MGK54dO8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u0MGK54dO8 .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-u0MGK54dO8 .navbar {
    height: 70px;
  }
  .cid-u0MGK54dO8 .navbar.opened {
    height: auto;
  }
  .cid-u0MGK54dO8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u0MGK54dO8 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u0MGK54dO8 .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-u0MGK54dO8 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u0MGK54dO8 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-u0MGK54dO8 .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u0MGK54dO8 .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-u0MGK54dO8 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u0MGK54dO8 .text_widget {
  margin-bottom: 32px;
}
.cid-u0MGK54dO8 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u0MGK54dO8 .text_widget a:hover {
  opacity: .5;
}
.cid-u0MGK54dO8 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u0MGK54dO8 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u0MGK54dO8 .mbr-section-subtitle,
.cid-u0MGK54dO8 .text_widget,
.cid-u0MGK54dO8 .mbr-section-btn {
  text-align: center;
}
.cid-u0MGK54dO8 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u1ac2TdgkW {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #cccccc;
  background: linear-gradient(90deg, #cccccc, #ffffff);
}
.cid-u1ac2TdgkW .mbr-overlay {
  background: #ee1b22;
  background: linear-gradient(90deg, #ee1b22, #111111);
}
.cid-u1ac2TdgkW .mbr-section-title {
  margin: 0;
}
.cid-u1ac2TdgkW .mbr-text {
  color: #efefef;
}
.cid-u1ac2TdgkW .card-title {
  text-align: left;
  color: #ffffff;
}
.cid-u1ac2TdgkW .card-img {
  text-align: left;
}
.cid-u1ac2TdgkW .card .card-img span {
  font-size: 60px;
  color: #ffffff;
}
.cid-u1ac2TdgkW .header-content {
  margin-left: 3rem;
  margin-right: 3rem;
  -webkit-align-self: stretch;
  align-self: stretch;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-u1ac2TdgkW .header-content .text-row {
  margin: auto 0;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u1ac2TdgkW .features-row {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-u1ac2TdgkW .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-u1ac2TdgkW .header-content {
    margin-right: 0;
    margin-left: 0;
  }
}
.cid-u1ac2TdgkW .card-box .mbr-text {
  color: #010101;
}
.cid-u1ac2TdgkW .mbr-section-subtitle,
.cid-u1ac2TdgkW .mbr-section-btn {
  color: #010101;
}
.cid-u1ac2TdgkW .title-cont,
.cid-u1ac2TdgkW .mbr-section-title {
  color: #ff6934;
}
.cid-u2Lj0PKSju {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-u2Lj0PKSju .title-container {
  margin-bottom: -40px;
  max-width: 60%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-u2Lj0PKSju .title-container {
    max-width: 80%;
    margin-bottom: 0;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .cid-u2Lj0PKSju .title-container {
    margin-bottom: 0;
    padding-bottom: 56px;
  }
}
.cid-u2Lj0PKSju .embla {
  position: relative;
  width: 100%;
  margin-top: 128px;
}
@media (max-width: 991px) {
  .cid-u2Lj0PKSju .embla {
    margin-top: 112px;
  }
}
@media (max-width: 767px) {
  .cid-u2Lj0PKSju .embla {
    margin-top: 0;
    margin-bottom: 96px;
  }
}
@media (max-width: 575px) {
  .cid-u2Lj0PKSju .embla {
    margin-bottom: 80px;
  }
}
.cid-u2Lj0PKSju .mbr-section-title {
  color: #161616;
}
.cid-u2Lj0PKSju .mbr-section-subtitle {
  color: #161616;
  margin-top: 24px;
}
.cid-u2Lj0PKSju .mbr-text {
  color: #161616;
  text-align: left;
}
.cid-u2Lj0PKSju .item:focus,
.cid-u2Lj0PKSju span:focus {
  outline: none;
}
.cid-u2Lj0PKSju .slide-content {
  position: relative;
  padding: 24px;
  background: #f2f2f2;
  height: 100%;
  display: flex;
  border-radius: 16px;
  overflow: hidden;
  flex-flow: column nowrap;
  border: 2px solid #161616;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-u2Lj0PKSju .slide-content {
    padding: 16px;
  }
}
.cid-u2Lj0PKSju .embla__slide {
  display: flex;
  justify-content: center;
  width: 40vw;
  min-width: 40vw;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
@media (max-width: 991px) {
  .cid-u2Lj0PKSju .embla__slide {
    width: 70vw;
    min-width: 70vw;
  }
}
@media (max-width: 767px) {
  .cid-u2Lj0PKSju .embla__slide {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (max-width: 768px) {
  .cid-u2Lj0PKSju .embla__slide {
    max-width: initial;
  }
}
.cid-u2Lj0PKSju .item-content {
  margin-top: 24px;
}
.cid-u2Lj0PKSju .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-u2Lj0PKSju .item-img {
  width: 100%;
  height: 412px;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-u2Lj0PKSju .item-img {
    height: 324px;
  }
}
.cid-u2Lj0PKSju .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u2Lj0PKSju .label-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .cid-u2Lj0PKSju .label-container {
    flex-wrap: wrap;
  }
}
.cid-u2Lj0PKSju .label-wrap {
  display: flex;
  border-radius: 8px;
  padding: 4px 6px;
  background-color: #00a7dd;
  max-width: 48%;
  width: max-content;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-u2Lj0PKSju .label-wrap {
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-u2Lj0PKSju .label-text {
  color: #161616;
  margin-bottom: 0;
}
.cid-u2Lj0PKSju .position-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-u2Lj0PKSju .position-wrap {
    width: 100%;
    margin-bottom: 8px;
  }
}
.cid-u2Lj0PKSju .position-wrap .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.cid-u2Lj0PKSju .position-wrap .mbr-iconfont {
  color: #161616;
  font-size: 1rem;
}
.cid-u2Lj0PKSju .date-text {
  color: #161616;
  margin-bottom: 0;
  max-width: 48%;
  width: max-content;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .cid-u2Lj0PKSju .date-text {
    max-width: 100%;
  }
}
.cid-u2Lj0PKSju .item-title {
  color: #161616;
  text-align: center;
  margin-bottom: 0 !important;
}
.cid-u2Lj0PKSju .mbr-section-btn {
  margin-top: 14px !important;
  display: flex;
  text-align: left;
  flex-wrap: wrap;
}
.cid-u2Lj0PKSju .mbr-section-btn .btn {
  flex-grow: 1;
  min-width: 40%;
}
@media (max-width: 767px) {
  .cid-u2Lj0PKSju .mbr-section-btn {
    width: auto !important;
  }
}
.cid-u2Lj0PKSju .item-subtitle {
  text-align: left;
}
.cid-u2Lj0PKSju .embla__button--next,
.cid-u2Lj0PKSju .embla__button--prev {
  display: flex;
}
.cid-u2Lj0PKSju .embla__button-container {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  position: absolute;
  top: -140px;
  right: 8%;
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u2Lj0PKSju .embla__button-container {
    top: -112px;
    right: 50%;
    transform: translateX(50%);
  }
}
@media (max-width: 767px) {
  .cid-u2Lj0PKSju .embla__button-container {
    padding-top: 48px;
    top: 100%;
  }
}
@media (max-width: 575px) {
  .cid-u2Lj0PKSju .embla__button-container {
    padding-top: 32px;
    top: 100%;
  }
}
.cid-u2Lj0PKSju .embla__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-size: 22px;
  background-color: #f2f2f2;
  color: #161616;
  border: 2px solid #161616;
  border-radius: 8px;
  transition: all 0.3s;
  margin-left: 16px;
}
.cid-u2Lj0PKSju .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u2Lj0PKSju .embla__button:hover {
  background: rgba(0, 0, 0, 0.15);
}
.cid-u2Lj0PKSju .embla__button.embla__button--prev:hover {
  transform: translate(-4px, 0);
}
@media (max-width: 991px) {
  .cid-u2Lj0PKSju .embla__button.embla__button--prev {
    margin-left: 0;
  }
}
.cid-u2Lj0PKSju .embla__button.embla__button--next:hover {
  transform: translate(4px, 0);
}
.cid-u2Lj0PKSju .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-u2Lj0PKSju .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u2Lj0PKSju .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u2Lj0PKSju .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u2Lj0PKSju .item-menu-overlay {
  opacity: 0 !important;
}
.cid-u0MGK98SqU {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.cid-u0MGK98SqU .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 30rem;
}
@media (max-width: 991px) {
  .cid-u0MGK98SqU .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-u0MGK98SqU .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-u0MGK98SqU .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-u0MGK98SqU .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-u0MGK98SqU .footer-top {
  border-bottom: 2px solid #fafafa;
}
.cid-u0MGK98SqU .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-u0MGK98SqU .footer-item-title {
  margin-bottom: 13px;
  text-align: center;
  color: #ffffff;
}
.cid-u0MGK98SqU .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: center;
}
.cid-u0MGK98SqU .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-u0MGK98SqU .soc-item a {
  color: #ffffff;
}
.cid-u0MGK98SqU .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-u0MGK98SqU .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-u0MGK98SqU .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0MGK98SqU .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-u0MGK98SqU .mbr-tag,
.cid-u0MGK98SqU .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-u0MGK98SqU .copyright {
  color: #000000;
}
.cid-u0MGKaP4Z7 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #f2f2f2;
}
.cid-u0MGKaP4Z7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0MGKaP4Z7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u0MGKaP4Z7 .container {
    padding: 0 20px;
  }
}
.cid-u0MGKaP4Z7 .row {
  justify-content: center;
}
.cid-u0MGKaP4Z7 .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u0MGKaP4Z7 .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-u0MGKaP4Z7 .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u0MGKaP4Z7 .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-u0MGKaP4Z7 .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-u0MGKaP4Z7 .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-u0MGKaP4Z7 .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-u0MGKaP4Z7 .mbr-desc {
  color: #e4dfd4;
}
.cid-u0MGKaP4Z7 .mbr-desc,
.cid-u0MGKaP4Z7 .desc-wrapper {
  color: #232323;
  text-align: center;
}
.cid-u2LUs7mgNe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-u2LUs7mgNe .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2LUs7mgNe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2LUs7mgNe .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u2LUs7mgNe .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u2LUs7mgNe .container {
    padding: 0 20px;
  }
}
.cid-u2LUs7mgNe .row {
  justify-content: center;
}
.cid-u2LUs7mgNe .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u2LUs7mgNe .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-u2LUs7mgNe .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u2LUs7mgNe .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-u2LUs7mgNe .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-u2LUs7mgNe .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-u2LUs7mgNe .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-u2LUs7mgNe .mbr-desc {
  color: #e4dfd4;
}
.cid-u2LUs7mgNe .mbr-desc,
.cid-u2LUs7mgNe .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-u0MGL3ZCW2 .navbar-dropdown {
  background: rgba(206, 50, 12, 0.9) !important;
  padding: 0;
}
.cid-u0MGL3ZCW2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(206, 50, 12, 0.9) !important;
  background: #ce320c;
}
.cid-u0MGL3ZCW2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u0MGL3ZCW2 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u0MGL3ZCW2 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u0MGL3ZCW2 .menu_box .navbar.opened,
  .cid-u0MGL3ZCW2 .menu_box .navbar-collapse {
    background-color: #ce320c !important;
    transition: all 0s ease 0s;
  }
}
.cid-u0MGL3ZCW2 .navbar-dropdown {
  position: relative !important;
}
.cid-u0MGL3ZCW2 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u0MGL3ZCW2 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u0MGL3ZCW2 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u0MGL3ZCW2 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u0MGL3ZCW2 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u0MGL3ZCW2 .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-u0MGL3ZCW2 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u0MGL3ZCW2 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u0MGL3ZCW2 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u0MGL3ZCW2 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u0MGL3ZCW2 .offcanvas-body .mbr-text,
  .cid-u0MGL3ZCW2 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u0MGL3ZCW2 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u0MGL3ZCW2 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u0MGL3ZCW2 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-u0MGL3ZCW2 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u0MGL3ZCW2 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u0MGL3ZCW2 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u0MGL3ZCW2 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u0MGL3ZCW2 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u0MGL3ZCW2 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u0MGL3ZCW2 .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-u0MGL3ZCW2 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u0MGL3ZCW2 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u0MGL3ZCW2 .lg_brand {
    margin: 0 1rem;
  }
  .cid-u0MGL3ZCW2 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u0MGL3ZCW2 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u0MGL3ZCW2 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u0MGL3ZCW2 .nav-item {
    margin: 0 !important;
  }
}
.cid-u0MGL3ZCW2 .nav-item .nav-link {
  position: relative;
}
.cid-u0MGL3ZCW2 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-u0MGL3ZCW2 .nav-item .nav-link:hover,
.cid-u0MGL3ZCW2 .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffffff !important;
}
.cid-u0MGL3ZCW2 .nav-item .nav-link:hover::before,
.cid-u0MGL3ZCW2 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-u0MGL3ZCW2 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u0MGL3ZCW2 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u0MGL3ZCW2 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u0MGL3ZCW2 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u0MGL3ZCW2 .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: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u0MGL3ZCW2 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u0MGL3ZCW2 .offcanvas_box {
    display: none;
  }
}
.cid-u0MGL3ZCW2 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u0MGL3ZCW2 .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u0MGL3ZCW2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u0MGL3ZCW2 .container {
  display: flex;
  margin: auto;
}
.cid-u0MGL3ZCW2 .iconfont-wrapper {
  color: #ffffff;
  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-u0MGL3ZCW2 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u0MGL3ZCW2 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u0MGL3ZCW2 .navbar-caption {
  color: #ffffff;
}
.cid-u0MGL3ZCW2 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u0MGL3ZCW2 .navbar-nav {
    margin: 0;
  }
}
.cid-u0MGL3ZCW2 .dropdown-menu,
.cid-u0MGL3ZCW2 .navbar.opened {
  background-color: true !important;
}
.cid-u0MGL3ZCW2 .nav-item:focus,
.cid-u0MGL3ZCW2 .nav-link:focus {
  outline: none;
}
.cid-u0MGL3ZCW2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u0MGL3ZCW2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u0MGL3ZCW2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u0MGL3ZCW2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u0MGL3ZCW2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u0MGL3ZCW2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u0MGL3ZCW2 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u0MGL3ZCW2 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u0MGL3ZCW2 .navbar.opened {
  transition: all 0.3s;
}
.cid-u0MGL3ZCW2 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u0MGL3ZCW2 .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-u0MGL3ZCW2 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u0MGL3ZCW2 .navbar.collapsed {
  justify-content: center;
}
.cid-u0MGL3ZCW2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u0MGL3ZCW2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u0MGL3ZCW2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u0MGL3ZCW2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u0MGL3ZCW2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u0MGL3ZCW2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u0MGL3ZCW2 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u0MGL3ZCW2 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u0MGL3ZCW2 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u0MGL3ZCW2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u0MGL3ZCW2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u0MGL3ZCW2 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u0MGL3ZCW2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u0MGL3ZCW2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u0MGL3ZCW2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u0MGL3ZCW2 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u0MGL3ZCW2 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u0MGL3ZCW2 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u0MGL3ZCW2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u0MGL3ZCW2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u0MGL3ZCW2 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u0MGL3ZCW2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u0MGL3ZCW2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u0MGL3ZCW2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u0MGL3ZCW2 .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-u0MGL3ZCW2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u0MGL3ZCW2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u0MGL3ZCW2 .dropdown-item.active,
.cid-u0MGL3ZCW2 .dropdown-item:active {
  background-color: transparent;
}
.cid-u0MGL3ZCW2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u0MGL3ZCW2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u0MGL3ZCW2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u0MGL3ZCW2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u0MGL3ZCW2 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u0MGL3ZCW2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u0MGL3ZCW2 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ce320c;
  background: #232323;
}
.cid-u0MGL3ZCW2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u0MGL3ZCW2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u0MGL3ZCW2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0MGL3ZCW2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0MGL3ZCW2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u0MGL3ZCW2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0MGL3ZCW2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u0MGL3ZCW2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u0MGL3ZCW2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0MGL3ZCW2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u0MGL3ZCW2 .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-u0MGL3ZCW2 .navbar {
    height: 70px;
  }
  .cid-u0MGL3ZCW2 .navbar.opened {
    height: auto;
  }
  .cid-u0MGL3ZCW2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u0MGL3ZCW2 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u0MGL3ZCW2 .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-u0MGL3ZCW2 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u0MGL3ZCW2 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-u0MGL3ZCW2 .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u0MGL3ZCW2 .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-u0MGL3ZCW2 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u0MGL3ZCW2 .text_widget {
  margin-bottom: 32px;
}
.cid-u0MGL3ZCW2 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u0MGL3ZCW2 .text_widget a:hover {
  opacity: .5;
}
.cid-u0MGL3ZCW2 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u0MGL3ZCW2 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u0MGL3ZCW2 .mbr-section-subtitle,
.cid-u0MGL3ZCW2 .text_widget,
.cid-u0MGL3ZCW2 .mbr-section-btn {
  text-align: center;
}
.cid-u0MGL3ZCW2 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u1ae8JLsNS {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #cccccc;
  background: linear-gradient(90deg, #cccccc, #ffffff);
}
.cid-u1ae8JLsNS .mbr-overlay {
  background: #ee1b22;
  background: linear-gradient(90deg, #ee1b22, #111111);
}
.cid-u1ae8JLsNS .mbr-section-title {
  margin: 0;
}
.cid-u1ae8JLsNS .mbr-text {
  color: #efefef;
}
.cid-u1ae8JLsNS .card-title {
  text-align: left;
  color: #ffffff;
}
.cid-u1ae8JLsNS .card-img {
  text-align: left;
}
.cid-u1ae8JLsNS .card .card-img span {
  font-size: 60px;
  color: #ffffff;
}
.cid-u1ae8JLsNS .header-content {
  margin-left: 3rem;
  margin-right: 3rem;
  -webkit-align-self: stretch;
  align-self: stretch;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-u1ae8JLsNS .header-content .text-row {
  margin: auto 0;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u1ae8JLsNS .features-row {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-u1ae8JLsNS .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-u1ae8JLsNS .header-content {
    margin-right: 0;
    margin-left: 0;
  }
}
.cid-u1ae8JLsNS .card-box .mbr-text {
  color: #010101;
}
.cid-u1ae8JLsNS .mbr-section-subtitle,
.cid-u1ae8JLsNS .mbr-section-btn {
  color: #010101;
}
.cid-u1ae8JLsNS .title-cont,
.cid-u1ae8JLsNS .mbr-section-title {
  color: #ce320c;
}
.cid-u2LknIEVEl {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-u2LknIEVEl .title-container {
  margin-bottom: -40px;
  max-width: 60%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-u2LknIEVEl .title-container {
    max-width: 80%;
    margin-bottom: 0;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .cid-u2LknIEVEl .title-container {
    margin-bottom: 0;
    padding-bottom: 56px;
  }
}
.cid-u2LknIEVEl .embla {
  position: relative;
  width: 100%;
  margin-top: 128px;
}
@media (max-width: 991px) {
  .cid-u2LknIEVEl .embla {
    margin-top: 112px;
  }
}
@media (max-width: 767px) {
  .cid-u2LknIEVEl .embla {
    margin-top: 0;
    margin-bottom: 96px;
  }
}
@media (max-width: 575px) {
  .cid-u2LknIEVEl .embla {
    margin-bottom: 80px;
  }
}
.cid-u2LknIEVEl .mbr-section-title {
  color: #161616;
}
.cid-u2LknIEVEl .mbr-section-subtitle {
  color: #161616;
  margin-top: 24px;
}
.cid-u2LknIEVEl .mbr-text {
  color: #161616;
  text-align: left;
}
.cid-u2LknIEVEl .item:focus,
.cid-u2LknIEVEl span:focus {
  outline: none;
}
.cid-u2LknIEVEl .slide-content {
  position: relative;
  padding: 24px;
  background: #f2f2f2;
  height: 100%;
  display: flex;
  border-radius: 16px;
  overflow: hidden;
  flex-flow: column nowrap;
  border: 2px solid #161616;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-u2LknIEVEl .slide-content {
    padding: 16px;
  }
}
.cid-u2LknIEVEl .embla__slide {
  display: flex;
  justify-content: center;
  width: 40vw;
  min-width: 40vw;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
@media (max-width: 991px) {
  .cid-u2LknIEVEl .embla__slide {
    width: 70vw;
    min-width: 70vw;
  }
}
@media (max-width: 767px) {
  .cid-u2LknIEVEl .embla__slide {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (max-width: 768px) {
  .cid-u2LknIEVEl .embla__slide {
    max-width: initial;
  }
}
.cid-u2LknIEVEl .item-content {
  margin-top: 24px;
}
.cid-u2LknIEVEl .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-u2LknIEVEl .item-img {
  width: 100%;
  height: 412px;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-u2LknIEVEl .item-img {
    height: 324px;
  }
}
.cid-u2LknIEVEl .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u2LknIEVEl .label-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .cid-u2LknIEVEl .label-container {
    flex-wrap: wrap;
  }
}
.cid-u2LknIEVEl .label-wrap {
  display: flex;
  border-radius: 8px;
  padding: 4px 6px;
  background-color: #00a7dd;
  max-width: 48%;
  width: max-content;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-u2LknIEVEl .label-wrap {
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-u2LknIEVEl .label-text {
  color: #161616;
  margin-bottom: 0;
}
.cid-u2LknIEVEl .position-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-u2LknIEVEl .position-wrap {
    width: 100%;
    margin-bottom: 8px;
  }
}
.cid-u2LknIEVEl .position-wrap .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.cid-u2LknIEVEl .position-wrap .mbr-iconfont {
  color: #161616;
  font-size: 1rem;
}
.cid-u2LknIEVEl .date-text {
  color: #161616;
  margin-bottom: 0;
  max-width: 48%;
  width: max-content;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .cid-u2LknIEVEl .date-text {
    max-width: 100%;
  }
}
.cid-u2LknIEVEl .item-title {
  color: #161616;
  text-align: center;
  margin-bottom: 0 !important;
}
.cid-u2LknIEVEl .mbr-section-btn {
  margin-top: 14px !important;
  display: flex;
  text-align: left;
  flex-wrap: wrap;
}
.cid-u2LknIEVEl .mbr-section-btn .btn {
  flex-grow: 1;
  min-width: 40%;
}
@media (max-width: 767px) {
  .cid-u2LknIEVEl .mbr-section-btn {
    width: auto !important;
  }
}
.cid-u2LknIEVEl .item-subtitle {
  text-align: left;
}
.cid-u2LknIEVEl .embla__button--next,
.cid-u2LknIEVEl .embla__button--prev {
  display: flex;
}
.cid-u2LknIEVEl .embla__button-container {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  position: absolute;
  top: -140px;
  right: 8%;
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u2LknIEVEl .embla__button-container {
    top: -112px;
    right: 50%;
    transform: translateX(50%);
  }
}
@media (max-width: 767px) {
  .cid-u2LknIEVEl .embla__button-container {
    padding-top: 48px;
    top: 100%;
  }
}
@media (max-width: 575px) {
  .cid-u2LknIEVEl .embla__button-container {
    padding-top: 32px;
    top: 100%;
  }
}
.cid-u2LknIEVEl .embla__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-size: 22px;
  background-color: #f2f2f2;
  color: #161616;
  border: 2px solid #161616;
  border-radius: 8px;
  transition: all 0.3s;
  margin-left: 16px;
}
.cid-u2LknIEVEl .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u2LknIEVEl .embla__button:hover {
  background: rgba(0, 0, 0, 0.15);
}
.cid-u2LknIEVEl .embla__button.embla__button--prev:hover {
  transform: translate(-4px, 0);
}
@media (max-width: 991px) {
  .cid-u2LknIEVEl .embla__button.embla__button--prev {
    margin-left: 0;
  }
}
.cid-u2LknIEVEl .embla__button.embla__button--next:hover {
  transform: translate(4px, 0);
}
.cid-u2LknIEVEl .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-u2LknIEVEl .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u2LknIEVEl .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u2LknIEVEl .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u2LknIEVEl .item-menu-overlay {
  opacity: 0 !important;
}
.cid-u0MGL5UIey {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.cid-u0MGL5UIey .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 30rem;
}
@media (max-width: 991px) {
  .cid-u0MGL5UIey .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-u0MGL5UIey .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-u0MGL5UIey .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-u0MGL5UIey .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-u0MGL5UIey .footer-top {
  border-bottom: 2px solid #fafafa;
}
.cid-u0MGL5UIey .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-u0MGL5UIey .footer-item-title {
  margin-bottom: 13px;
  text-align: center;
  color: #ffffff;
}
.cid-u0MGL5UIey .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: center;
}
.cid-u0MGL5UIey .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-u0MGL5UIey .soc-item a {
  color: #ffffff;
}
.cid-u0MGL5UIey .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-u0MGL5UIey .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-u0MGL5UIey .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0MGL5UIey .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-u0MGL5UIey .mbr-tag,
.cid-u0MGL5UIey .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-u0MGL5UIey .copyright {
  color: #000000;
}
.cid-u0MGL6Bqb6 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #f2f2f2;
}
.cid-u0MGL6Bqb6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0MGL6Bqb6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u0MGL6Bqb6 .container {
    padding: 0 20px;
  }
}
.cid-u0MGL6Bqb6 .row {
  justify-content: center;
}
.cid-u0MGL6Bqb6 .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u0MGL6Bqb6 .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-u0MGL6Bqb6 .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u0MGL6Bqb6 .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-u0MGL6Bqb6 .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-u0MGL6Bqb6 .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-u0MGL6Bqb6 .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-u0MGL6Bqb6 .mbr-desc {
  color: #e4dfd4;
}
.cid-u0MGL6Bqb6 .mbr-desc,
.cid-u0MGL6Bqb6 .desc-wrapper {
  color: #232323;
  text-align: center;
}
.cid-u2LURZluWh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2LURZluWh .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2LURZluWh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2LURZluWh .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u2LURZluWh .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u2LURZluWh .container {
    padding: 0 20px;
  }
}
.cid-u2LURZluWh .row {
  justify-content: center;
}
.cid-u2LURZluWh .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u2LURZluWh .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-u2LURZluWh .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u2LURZluWh .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-u2LURZluWh .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-u2LURZluWh .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-u2LURZluWh .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-u2LURZluWh .mbr-desc {
  color: #e4dfd4;
}
.cid-u2LURZluWh .mbr-desc,
.cid-u2LURZluWh .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-u0vhT38b0w .navbar-dropdown {
  background: rgba(206, 50, 12, 0.9) !important;
  padding: 0;
}
.cid-u0vhT38b0w .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(206, 50, 12, 0.9) !important;
  background: #ce320c;
}
.cid-u0vhT38b0w .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u0vhT38b0w .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u0vhT38b0w .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u0vhT38b0w .menu_box .navbar.opened,
  .cid-u0vhT38b0w .menu_box .navbar-collapse {
    background-color: #ce320c !important;
    transition: all 0s ease 0s;
  }
}
.cid-u0vhT38b0w .navbar-dropdown {
  position: relative !important;
}
.cid-u0vhT38b0w .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u0vhT38b0w .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u0vhT38b0w .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u0vhT38b0w .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u0vhT38b0w .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u0vhT38b0w .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-u0vhT38b0w .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u0vhT38b0w .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u0vhT38b0w .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u0vhT38b0w .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u0vhT38b0w .offcanvas-body .mbr-text,
  .cid-u0vhT38b0w .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u0vhT38b0w .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u0vhT38b0w .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u0vhT38b0w .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-u0vhT38b0w .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u0vhT38b0w .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u0vhT38b0w .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u0vhT38b0w .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u0vhT38b0w ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u0vhT38b0w .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u0vhT38b0w .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-u0vhT38b0w .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u0vhT38b0w li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u0vhT38b0w .lg_brand {
    margin: 0 1rem;
  }
  .cid-u0vhT38b0w .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u0vhT38b0w .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u0vhT38b0w .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u0vhT38b0w .nav-item {
    margin: 0 !important;
  }
}
.cid-u0vhT38b0w .nav-item .nav-link {
  position: relative;
}
.cid-u0vhT38b0w .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-u0vhT38b0w .nav-item .nav-link:hover,
.cid-u0vhT38b0w .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffffff !important;
}
.cid-u0vhT38b0w .nav-item .nav-link:hover::before,
.cid-u0vhT38b0w .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-u0vhT38b0w .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u0vhT38b0w .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u0vhT38b0w .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u0vhT38b0w .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u0vhT38b0w .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: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u0vhT38b0w .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u0vhT38b0w .offcanvas_box {
    display: none;
  }
}
.cid-u0vhT38b0w .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u0vhT38b0w .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u0vhT38b0w .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u0vhT38b0w .container {
  display: flex;
  margin: auto;
}
.cid-u0vhT38b0w .iconfont-wrapper {
  color: #ffffff;
  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-u0vhT38b0w .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u0vhT38b0w .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u0vhT38b0w .navbar-caption {
  color: #ffffff;
}
.cid-u0vhT38b0w .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u0vhT38b0w .navbar-nav {
    margin: 0;
  }
}
.cid-u0vhT38b0w .dropdown-menu,
.cid-u0vhT38b0w .navbar.opened {
  background-color: true !important;
}
.cid-u0vhT38b0w .nav-item:focus,
.cid-u0vhT38b0w .nav-link:focus {
  outline: none;
}
.cid-u0vhT38b0w .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u0vhT38b0w .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u0vhT38b0w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u0vhT38b0w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u0vhT38b0w .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u0vhT38b0w .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u0vhT38b0w .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u0vhT38b0w .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u0vhT38b0w .navbar.opened {
  transition: all 0.3s;
}
.cid-u0vhT38b0w .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u0vhT38b0w .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-u0vhT38b0w .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u0vhT38b0w .navbar.collapsed {
  justify-content: center;
}
.cid-u0vhT38b0w .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u0vhT38b0w .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u0vhT38b0w .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u0vhT38b0w .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u0vhT38b0w .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u0vhT38b0w .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u0vhT38b0w .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u0vhT38b0w .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u0vhT38b0w .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u0vhT38b0w .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u0vhT38b0w .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u0vhT38b0w .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u0vhT38b0w .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u0vhT38b0w .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u0vhT38b0w .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u0vhT38b0w .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u0vhT38b0w .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u0vhT38b0w .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u0vhT38b0w .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u0vhT38b0w .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u0vhT38b0w .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u0vhT38b0w .navbar.navbar-short {
  min-height: 60px;
}
.cid-u0vhT38b0w .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u0vhT38b0w .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u0vhT38b0w .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-u0vhT38b0w .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u0vhT38b0w .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u0vhT38b0w .dropdown-item.active,
.cid-u0vhT38b0w .dropdown-item:active {
  background-color: transparent;
}
.cid-u0vhT38b0w .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u0vhT38b0w .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u0vhT38b0w .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u0vhT38b0w .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u0vhT38b0w ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u0vhT38b0w .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u0vhT38b0w button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ce320c;
  background: #232323;
}
.cid-u0vhT38b0w button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u0vhT38b0w button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u0vhT38b0w button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0vhT38b0w button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0vhT38b0w button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u0vhT38b0w nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0vhT38b0w nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u0vhT38b0w nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u0vhT38b0w nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0vhT38b0w a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u0vhT38b0w .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-u0vhT38b0w .navbar {
    height: 70px;
  }
  .cid-u0vhT38b0w .navbar.opened {
    height: auto;
  }
  .cid-u0vhT38b0w .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u0vhT38b0w .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u0vhT38b0w .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-u0vhT38b0w .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u0vhT38b0w .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-u0vhT38b0w .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u0vhT38b0w .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-u0vhT38b0w .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u0vhT38b0w .text_widget {
  margin-bottom: 32px;
}
.cid-u0vhT38b0w .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u0vhT38b0w .text_widget a:hover {
  opacity: .5;
}
.cid-u0vhT38b0w .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u0vhT38b0w .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u0vhT38b0w .mbr-section-subtitle,
.cid-u0vhT38b0w .text_widget,
.cid-u0vhT38b0w .mbr-section-btn {
  text-align: center;
}
.cid-u0vhT38b0w a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u0viKLaZSz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/kartal-kombi-servisi-ariza-bakim-8-1920x1080.png");
}
.cid-u0viKLaZSz .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0viKLaZSz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u0viKLaZSz .container {
    padding: 0 20px;
  }
}
.cid-u0viKLaZSz .title-wrapper {
  padding: 150px 0;
}
@media (max-width: 768px) {
  .cid-u0viKLaZSz .title-wrapper {
    padding: 50px 0;
  }
}
.cid-u0viKLaZSz .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u0viKLaZSz .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u0viKLaZSz .mbr-section-title {
  color: #ffffff;
}
.cid-u0viKLaZSz .mbr-section-title,
.cid-u0viKLaZSz .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-u0vhT65qke {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.cid-u0vhT65qke .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 30rem;
}
@media (max-width: 991px) {
  .cid-u0vhT65qke .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-u0vhT65qke .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-u0vhT65qke .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-u0vhT65qke .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-u0vhT65qke .footer-top {
  border-bottom: 2px solid #fafafa;
}
.cid-u0vhT65qke .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-u0vhT65qke .footer-item-title {
  margin-bottom: 13px;
  text-align: center;
  color: #ffffff;
}
.cid-u0vhT65qke .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: center;
}
.cid-u0vhT65qke .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-u0vhT65qke .soc-item a {
  color: #ffffff;
}
.cid-u0vhT65qke .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-u0vhT65qke .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-u0vhT65qke .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0vhT65qke .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-u0vhT65qke .mbr-tag,
.cid-u0vhT65qke .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-u0vhT65qke .copyright {
  color: #000000;
}
.cid-u0vhT78EVY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u0vhT78EVY .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0vhT78EVY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0vhT78EVY .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u0vhT78EVY .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u0vhT78EVY .container {
    padding: 0 20px;
  }
}
.cid-u0vhT78EVY .row {
  justify-content: center;
}
.cid-u0vhT78EVY .title-wrapper {
  padding: 40px 78px;
  background-color: #000000;
}
@media (max-width: 1200px) {
  .cid-u0vhT78EVY .title-wrapper {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-u0vhT78EVY .title-wrapper {
    padding: 50px 25px;
  }
}
.cid-u0vhT78EVY .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u0vhT78EVY .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u0vhT78EVY .dragArea.row {
  padding: 80px 78px;
  background-color: #ededed;
  margin: 0;
}
@media (max-width: 1200px) {
  .cid-u0vhT78EVY .dragArea.row {
    padding: 80px 40px;
  }
}
@media (max-width: 992px) {
  .cid-u0vhT78EVY .dragArea.row {
    padding: 50px 25px;
  }
}
.cid-u0vhT78EVY .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-u0vhT78EVY .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
  width: 100%;
}
.cid-u0vhT78EVY .dragArea.row .form-group .form-control {
  padding: 16px 20px;
  background-color: #ffffff;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0;
}
.cid-u0vhT78EVY .dragArea.row .form-group .form-control:hover,
.cid-u0vhT78EVY .dragArea.row .form-group .form-control:focus {
  border: none !important;
  box-shadow: none !important;
}
.cid-u0vhT78EVY .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
}
.cid-u0vhT78EVY .dragArea.row .form-group .form-check {
  padding-left: 2.2em;
  margin: 0 0 20px;
}
.cid-u0vhT78EVY .dragArea.row .form-group .form-check .form-check-input {
  border-radius: 0;
  background-color: transparent;
  border-color: #000000;
}
.cid-u0vhT78EVY .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-u0vhT78EVY .mbr-section-title {
  color: #c2b299;
}
.cid-u0vhT78EVY .mbr-text {
  color: #e4dfd4;
}
.cid-u0vhT78EVY label {
  color: #c2b299;
}
.cid-u0vhT78EVY P {
  color: #232323;
}
.cid-u0vhT78EVY LABEL {
  color: #232323;
  text-align: center;
}
.cid-u0MJyZU0sE .navbar-dropdown {
  background: rgba(206, 50, 12, 0.9) !important;
  padding: 0;
}
.cid-u0MJyZU0sE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(206, 50, 12, 0.9) !important;
  background: #ce320c;
}
.cid-u0MJyZU0sE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u0MJyZU0sE .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u0MJyZU0sE .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u0MJyZU0sE .menu_box .navbar.opened,
  .cid-u0MJyZU0sE .menu_box .navbar-collapse {
    background-color: #ce320c !important;
    transition: all 0s ease 0s;
  }
}
.cid-u0MJyZU0sE .navbar-dropdown {
  position: relative !important;
}
.cid-u0MJyZU0sE .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u0MJyZU0sE .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u0MJyZU0sE .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u0MJyZU0sE .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u0MJyZU0sE .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u0MJyZU0sE .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-u0MJyZU0sE .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u0MJyZU0sE .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u0MJyZU0sE .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u0MJyZU0sE .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u0MJyZU0sE .offcanvas-body .mbr-text,
  .cid-u0MJyZU0sE .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u0MJyZU0sE .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u0MJyZU0sE .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u0MJyZU0sE .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-u0MJyZU0sE .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u0MJyZU0sE .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u0MJyZU0sE .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u0MJyZU0sE .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u0MJyZU0sE ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u0MJyZU0sE .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u0MJyZU0sE .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-u0MJyZU0sE .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u0MJyZU0sE li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u0MJyZU0sE .lg_brand {
    margin: 0 1rem;
  }
  .cid-u0MJyZU0sE .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u0MJyZU0sE .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u0MJyZU0sE .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u0MJyZU0sE .nav-item {
    margin: 0 !important;
  }
}
.cid-u0MJyZU0sE .nav-item .nav-link {
  position: relative;
}
.cid-u0MJyZU0sE .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-u0MJyZU0sE .nav-item .nav-link:hover,
.cid-u0MJyZU0sE .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffffff !important;
}
.cid-u0MJyZU0sE .nav-item .nav-link:hover::before,
.cid-u0MJyZU0sE .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-u0MJyZU0sE .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u0MJyZU0sE .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u0MJyZU0sE .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u0MJyZU0sE .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u0MJyZU0sE .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: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u0MJyZU0sE .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u0MJyZU0sE .offcanvas_box {
    display: none;
  }
}
.cid-u0MJyZU0sE .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u0MJyZU0sE .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u0MJyZU0sE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u0MJyZU0sE .container {
  display: flex;
  margin: auto;
}
.cid-u0MJyZU0sE .iconfont-wrapper {
  color: #ffffff;
  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-u0MJyZU0sE .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u0MJyZU0sE .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u0MJyZU0sE .navbar-caption {
  color: #ffffff;
}
.cid-u0MJyZU0sE .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u0MJyZU0sE .navbar-nav {
    margin: 0;
  }
}
.cid-u0MJyZU0sE .dropdown-menu,
.cid-u0MJyZU0sE .navbar.opened {
  background-color: true !important;
}
.cid-u0MJyZU0sE .nav-item:focus,
.cid-u0MJyZU0sE .nav-link:focus {
  outline: none;
}
.cid-u0MJyZU0sE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u0MJyZU0sE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u0MJyZU0sE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u0MJyZU0sE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u0MJyZU0sE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u0MJyZU0sE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u0MJyZU0sE .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u0MJyZU0sE .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u0MJyZU0sE .navbar.opened {
  transition: all 0.3s;
}
.cid-u0MJyZU0sE .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u0MJyZU0sE .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-u0MJyZU0sE .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u0MJyZU0sE .navbar.collapsed {
  justify-content: center;
}
.cid-u0MJyZU0sE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u0MJyZU0sE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u0MJyZU0sE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u0MJyZU0sE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u0MJyZU0sE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u0MJyZU0sE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u0MJyZU0sE .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u0MJyZU0sE .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u0MJyZU0sE .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u0MJyZU0sE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u0MJyZU0sE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u0MJyZU0sE .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u0MJyZU0sE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u0MJyZU0sE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u0MJyZU0sE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u0MJyZU0sE .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u0MJyZU0sE .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u0MJyZU0sE .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u0MJyZU0sE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u0MJyZU0sE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u0MJyZU0sE .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u0MJyZU0sE .navbar.navbar-short {
  min-height: 60px;
}
.cid-u0MJyZU0sE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u0MJyZU0sE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u0MJyZU0sE .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-u0MJyZU0sE .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u0MJyZU0sE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u0MJyZU0sE .dropdown-item.active,
.cid-u0MJyZU0sE .dropdown-item:active {
  background-color: transparent;
}
.cid-u0MJyZU0sE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u0MJyZU0sE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u0MJyZU0sE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u0MJyZU0sE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u0MJyZU0sE ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u0MJyZU0sE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u0MJyZU0sE button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ce320c;
  background: #232323;
}
.cid-u0MJyZU0sE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u0MJyZU0sE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u0MJyZU0sE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0MJyZU0sE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0MJyZU0sE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u0MJyZU0sE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0MJyZU0sE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u0MJyZU0sE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u0MJyZU0sE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0MJyZU0sE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u0MJyZU0sE .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-u0MJyZU0sE .navbar {
    height: 70px;
  }
  .cid-u0MJyZU0sE .navbar.opened {
    height: auto;
  }
  .cid-u0MJyZU0sE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u0MJyZU0sE .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u0MJyZU0sE .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-u0MJyZU0sE .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u0MJyZU0sE .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-u0MJyZU0sE .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u0MJyZU0sE .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-u0MJyZU0sE .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u0MJyZU0sE .text_widget {
  margin-bottom: 32px;
}
.cid-u0MJyZU0sE .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u0MJyZU0sE .text_widget a:hover {
  opacity: .5;
}
.cid-u0MJyZU0sE .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u0MJyZU0sE .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u0MJyZU0sE .mbr-section-subtitle,
.cid-u0MJyZU0sE .text_widget,
.cid-u0MJyZU0sE .mbr-section-btn {
  text-align: center;
}
.cid-u0MJyZU0sE a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u0NUaVFtpT {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u0NUaVFtpT .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NUaVFtpT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u0NUaVFtpT .container {
    padding: 0 24px;
  }
}
.cid-u0NUaVFtpT .row {
  position: relative;
}
.cid-u0NUaVFtpT .row .card {
  justify-content: center;
}
.cid-u0NUaVFtpT .row .decor-wrapper {
  position: absolute;
  bottom: -16rem;
  right: -58rem;
  border: 120px solid #00a7dd;
  width: 2000px;
  height: 1000px;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-u0NUaVFtpT .row .decor-wrapper {
    right: -20rem;
  }
}
@media (max-width: 768px) {
  .cid-u0NUaVFtpT .row .decor-wrapper {
    height: 500px;
    right: -10rem;
  }
}
.cid-u0NUaVFtpT .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-u0NUaVFtpT .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u0NUaVFtpT .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-u0NUaVFtpT .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u0NUaVFtpT .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u0NUaVFtpT .title-wrapper .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-u0NUaVFtpT .title-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-u0NUaVFtpT .image-wrapper {
  position: relative;
}
.cid-u0NUaVFtpT .image-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u0NUaVFtpT .image-wrapper img {
    height: 350px;
  }
}
.cid-u0NUaVFtpT .mbr-section-title {
  color: #F5DF4D;
}
.cid-u0NUaVFtpT .mbr-text {
  color: #FF3399;
}
.cid-u0NUaVFtpT .mbr-section-title,
.cid-u0NUaVFtpT .mbr-section-btn {
  color: #ce320c;
  text-align: center;
}
.cid-u0NUaVFtpT .mbr-text,
.cid-u0NUaVFtpT .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-u2LmUmyYho {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u2LmUmyYho .mbr-text {
  margin: 0;
}
.cid-u2LmUmyYho .text-element {
  padding: 2rem;
  background-color: #f2f2f2;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-u2LmUmyYho .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-u2LmUmyYho .row-element,
.cid-u2LmUmyYho .image-element {
  padding: 0;
}
.cid-u2LmUmyYho .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u2LmUmyYho .image-element .img-wrap {
  width: 100% !important;
}
.cid-u2LmUmyYho .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-u2LmUmyYho .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u2LmUmyYho .carousel-item.active,
.cid-u2LmUmyYho .carousel-item-next,
.cid-u2LmUmyYho .carousel-item-prev {
  display: flex;
}
.cid-u2LmUmyYho .carousel-indicators {
  left: 50%;
  margin: 20px auto 0;
  align-items: center;
  left: -50% !important;
}
.cid-u2LmUmyYho .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #ffffff;
}
.cid-u2LmUmyYho .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity 0.5s;
  background-color: #191919;
  font-size: 2rem;
  opacity: 0.5;
  border-width: 0px;
}
.cid-u2LmUmyYho .carousel-indicators li:hover {
  opacity: 1;
}
.cid-u2LmUmyYho .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-u2LmUmyYho .carousel-controls {
    display: block;
  }
  .cid-u2LmUmyYho .carousel-controls a {
    transition: opacity 0.5s;
    font-size: 2rem;
  }
  .cid-u2LmUmyYho .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: 0.9;
  }
  .cid-u2LmUmyYho .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-u2LmUmyYho .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-u2LmUmyYho .text-element {
    padding: 1rem;
  }
  .cid-u2LmUmyYho .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u2LmUmyYho .image-element {
    min-width: 50%;
  }
  .cid-u2LmUmyYho .media-container-row {
    width: 100%;
  }
}
.cid-u2LmUmyYho .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2LmUmyYho .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2LmUmyYho .mbr-title,
.cid-u2LmUmyYho .ornament {
  color: #ce320c;
}
.cid-u0MJz20bRO {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.cid-u0MJz20bRO .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 30rem;
}
@media (max-width: 991px) {
  .cid-u0MJz20bRO .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-u0MJz20bRO .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-u0MJz20bRO .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-u0MJz20bRO .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-u0MJz20bRO .footer-top {
  border-bottom: 2px solid #fafafa;
}
.cid-u0MJz20bRO .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-u0MJz20bRO .footer-item-title {
  margin-bottom: 13px;
  text-align: center;
  color: #ffffff;
}
.cid-u0MJz20bRO .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: center;
}
.cid-u0MJz20bRO .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-u0MJz20bRO .soc-item a {
  color: #ffffff;
}
.cid-u0MJz20bRO .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-u0MJz20bRO .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-u0MJz20bRO .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0MJz20bRO .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-u0MJz20bRO .mbr-tag,
.cid-u0MJz20bRO .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-u0MJz20bRO .copyright {
  color: #000000;
}
.cid-u0NlE2GRLJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ce320c;
}
.cid-u0NlE2GRLJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NlE2GRLJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0NlE2GRLJ .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u0NlE2GRLJ .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u0NlE2GRLJ .container {
    padding: 0 20px;
  }
}
.cid-u0NlE2GRLJ .title-wrapper {
  padding: 150px 0;
}
@media (max-width: 768px) {
  .cid-u0NlE2GRLJ .title-wrapper {
    padding: 50px 0;
  }
}
.cid-u0NlE2GRLJ .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u0NlE2GRLJ .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u0NlE2GRLJ .mbr-section-title {
  color: #ffffff;
}
.cid-u0NlE2GRLJ .mbr-section-title,
.cid-u0NlE2GRLJ .mbr-section-btn {
  text-align: center;
  color: #4c4c4c;
}
.cid-u0MJz2MdPg {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-u0MJz2MdPg .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0MJz2MdPg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0MJz2MdPg .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u0MJz2MdPg .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u0MJz2MdPg .container {
    padding: 0 20px;
  }
}
.cid-u0MJz2MdPg .row {
  justify-content: center;
}
.cid-u0MJz2MdPg .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u0MJz2MdPg .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-u0MJz2MdPg .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u0MJz2MdPg .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-u0MJz2MdPg .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-u0MJz2MdPg .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-u0MJz2MdPg .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-u0MJz2MdPg .mbr-desc {
  color: #e4dfd4;
}
.cid-u0MJz2MdPg .mbr-desc,
.cid-u0MJz2MdPg .desc-wrapper {
  color: #232323;
  text-align: center;
}
.cid-u2LmXwDCQR {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/deneme-tuzla-kombi-servisi-flip-5-1920x1080.png");
}
.cid-u2LmXwDCQR .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2LmXwDCQR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2LmXwDCQR .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .cid-u2LmXwDCQR .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-u2LmXwDCQR .mbr-section-head {
    margin-bottom: 50px;
  }
}
.cid-u2LmXwDCQR .mbr-section-title {
  color: #ce320c;
  margin-bottom: 0;
}
.cid-u2LmXwDCQR .mbr-section-subtitle {
  color: #353535;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .cid-u2LmXwDCQR .col-img {
    display: none;
  }
}
.cid-u2LmXwDCQR .img-wrap {
  width: 100%;
}
.cid-u2LmXwDCQR .img-wrap .img-box {
  width: 100%;
  border-radius: 65px 65px 0 65px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-u2LmXwDCQR .img-wrap .img-box {
    border-radius: 40px 40px 0 40px;
  }
}
.cid-u2LmXwDCQR .img-wrap .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-u2LmXwDCQR .mbr-iconfont {
  position: relative;
  font-size: 24px !important;
  font-family: 'Moririse2' !important;
  color: #987a5a;
  margin-left: 1rem;
  padding: 10px;
  transition: .3s all;
}
.cid-u2LmXwDCQR .mbr-iconfont:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(195, 195, 195, 0.9);
  opacity: 0;
  transition: .3s all;
}
.cid-u2LmXwDCQR .mbr-iconfont:before {
  position: relative;
  z-index: 2;
}
.cid-u2LmXwDCQR .panel-group {
  border: none;
  border-top: 1px solid #829d85;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-u2LmXwDCQR .panel-group {
    margin-top: 0;
  }
}
.cid-u2LmXwDCQR .card {
  border-bottom: 1px solid #829d85;
  border-radius: 0;
}
.cid-u2LmXwDCQR .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-u2LmXwDCQR .card-header {
    padding: 8px 0;
  }
}
.cid-u2LmXwDCQR .card-header:hover .mbr-iconfont {
  color: #829d85;
}
.cid-u2LmXwDCQR .card-header:hover .mbr-iconfont:after {
  opacity: 1;
}
.cid-u2LmXwDCQR .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #987A5A;
}
.cid-u2LmXwDCQR .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-u2LmXwDCQR .panel-title-edit {
  color: #e31e25;
}
.cid-u2LmXwDCQR .panel-body {
  padding: 0 0 40px;
}
@media (max-width: 767px) {
  .cid-u2LmXwDCQR .panel-body {
    padding: 0 0 24px;
  }
}
.cid-u2LmXwDCQR .panel-text {
  color: #353535;
  margin: 0;
}
.cid-u2Ln28yPb8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-u2Ln28yPb8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2Ln28yPb8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2Ln28yPb8 .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .cid-u2Ln28yPb8 .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-u2Ln28yPb8 .mbr-section-head {
    margin-bottom: 50px;
  }
}
.cid-u2Ln28yPb8 .mbr-section-title {
  color: #373f46;
  margin-bottom: 0;
}
.cid-u2Ln28yPb8 .mbr-section-subtitle {
  color: #353535;
  margin-top: 20px;
}
.cid-u2Ln28yPb8 .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-u2Ln28yPb8 .col-img {
    display: none;
  }
}
.cid-u2Ln28yPb8 .img-wrap {
  width: 100%;
}
.cid-u2Ln28yPb8 .img-wrap .img-box {
  width: 100%;
  border-radius: 65px 65px 0 65px;
  overflow: hidden;
  border-radius: 65px 65px 65px 0;
}
@media (max-width: 1199px) {
  .cid-u2Ln28yPb8 .img-wrap .img-box {
    border-radius: 40px 40px 0 40px;
    border-radius: 40px  40px 40px 0;
  }
}
.cid-u2Ln28yPb8 .img-wrap .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-u2Ln28yPb8 .mbr-iconfont {
  position: relative;
  font-size: 24px !important;
  font-family: 'Moririse2' !important;
  color: #987a5a;
  margin-left: 1rem;
  padding: 10px;
  transition: .3s all;
}
.cid-u2Ln28yPb8 .mbr-iconfont:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(195, 195, 195, 0.9);
  opacity: 0;
  transition: .3s all;
}
.cid-u2Ln28yPb8 .mbr-iconfont:before {
  position: relative;
  z-index: 2;
}
.cid-u2Ln28yPb8 .panel-group {
  border: none;
  border-top: 1px solid #829d85;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-u2Ln28yPb8 .panel-group {
    margin-top: 0;
  }
}
.cid-u2Ln28yPb8 .card {
  border-bottom: 1px solid #829d85;
  border-radius: 0;
}
.cid-u2Ln28yPb8 .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-u2Ln28yPb8 .card-header {
    padding: 8px 0;
  }
}
.cid-u2Ln28yPb8 .card-header:hover .mbr-iconfont {
  color: #829d85;
}
.cid-u2Ln28yPb8 .card-header:hover .mbr-iconfont:after {
  opacity: 1;
}
.cid-u2Ln28yPb8 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #987A5A;
}
.cid-u2Ln28yPb8 .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-u2Ln28yPb8 .panel-title-edit {
  color: #e31e25;
}
.cid-u2Ln28yPb8 .panel-body {
  padding: 0 0 40px;
}
@media (max-width: 767px) {
  .cid-u2Ln28yPb8 .panel-body {
    padding: 0 0 24px;
  }
}
.cid-u2Ln28yPb8 .panel-text {
  color: #353535;
  margin: 0;
}
.cid-u0NPZVwKp6 {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (min-width: 1400px) {
  .cid-u0NPZVwKp6 .container {
    max-width: 1000px;
  }
}
.cid-u0NPZVwKp6 .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  color: #000000;
  margin-bottom: 1rem;
  background: #ffffff;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.cid-u0NPZVwKp6 .card-wrapper {
  margin-bottom: 2rem;
  border-top: 1px solid #efefef;
  padding-top: 2rem;
}
.cid-u0NPZVwKp6 .row {
  justify-content: center;
}
.cid-u0NPZVwKp6 .card-text {
  color: #353535;
}
.cid-u0NPZVwKp6 .card-title,
.cid-u0NPZVwKp6 .iconfont-wrapper {
  color: #e31e25;
}
.cid-u0NPZVwKp6 .title {
  text-align: center;
}
.cid-u0NPZVwKp6 text {
  text-align: center;
}
.cid-u0NQytq9Qa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
@media (min-width: 1400px) {
  .cid-u0NQytq9Qa .container {
    max-width: 1000px;
  }
}
.cid-u0NQytq9Qa .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  color: #000000;
  margin-bottom: 1rem;
  background: #ffffff;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.cid-u0NQytq9Qa .card-wrapper {
  margin-bottom: 2rem;
  border-top: 1px solid #efefef;
  padding-top: 2rem;
}
.cid-u0NQytq9Qa .row {
  justify-content: center;
}
.cid-u0NQytq9Qa .card-text {
  color: #353535;
}
.cid-u0NQytq9Qa .card-title,
.cid-u0NQytq9Qa .iconfont-wrapper {
  color: #e31e25;
}
.cid-u0NQytq9Qa .title {
  text-align: center;
}
.cid-u0NQytq9Qa text {
  text-align: center;
}
.cid-u19CU3NWmm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-u19CU3NWmm .mbr-fallback-image.disabled {
  display: none;
}
.cid-u19CU3NWmm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u19CU3NWmm .container {
    padding: 0 20px;
  }
}
.cid-u19CU3NWmm .row {
  justify-content: center;
}
.cid-u19CU3NWmm .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u19CU3NWmm .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-u19CU3NWmm .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u19CU3NWmm .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-u19CU3NWmm .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-u19CU3NWmm .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-u19CU3NWmm .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-u19CU3NWmm .mbr-desc {
  color: #e4dfd4;
}
.cid-u19CU3NWmm .mbr-desc,
.cid-u19CU3NWmm .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-u0NQWQwWZq {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1400px) {
  .cid-u0NQWQwWZq .container {
    max-width: 1000px;
  }
}
.cid-u0NQWQwWZq .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  color: #000000;
  margin-bottom: 1rem;
  background: #ffffff;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.cid-u0NQWQwWZq .card-wrapper {
  margin-bottom: 2rem;
  border-top: 1px solid #efefef;
  padding-top: 2rem;
}
.cid-u0NQWQwWZq .row {
  justify-content: center;
}
.cid-u0NQWQwWZq .card-text {
  color: #353535;
}
.cid-u0NQWQwWZq .card-title,
.cid-u0NQWQwWZq .iconfont-wrapper {
  color: #e31e25;
}
.cid-u0NQWQwWZq .title {
  text-align: center;
}
.cid-u0NQWQwWZq text {
  text-align: center;
}
.cid-u0NXhjJZU0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ce320c;
}
.cid-u0NXhjJZU0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NXhjJZU0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0NXhjJZU0 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u0NXhjJZU0 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u0NXhjJZU0 .container {
    padding: 0 20px;
  }
}
.cid-u0NXhjJZU0 .title-wrapper {
  padding: 150px 0;
}
@media (max-width: 768px) {
  .cid-u0NXhjJZU0 .title-wrapper {
    padding: 50px 0;
  }
}
.cid-u0NXhjJZU0 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u0NXhjJZU0 .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u0NXhjJZU0 .mbr-section-title {
  color: #ffffff;
}
.cid-u0NXhjJZU0 .mbr-section-title,
.cid-u0NXhjJZU0 .mbr-section-btn {
  text-align: center;
  color: #4c4c4c;
}
.cid-u0NZ7ggpAm .navbar-dropdown {
  background: rgba(206, 50, 12, 0.9) !important;
  padding: 0;
}
.cid-u0NZ7ggpAm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(206, 50, 12, 0.9) !important;
  background: #ce320c;
}
.cid-u0NZ7ggpAm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u0NZ7ggpAm .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u0NZ7ggpAm .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u0NZ7ggpAm .menu_box .navbar.opened,
  .cid-u0NZ7ggpAm .menu_box .navbar-collapse {
    background-color: #ce320c !important;
    transition: all 0s ease 0s;
  }
}
.cid-u0NZ7ggpAm .navbar-dropdown {
  position: relative !important;
}
.cid-u0NZ7ggpAm .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u0NZ7ggpAm .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u0NZ7ggpAm .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u0NZ7ggpAm .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u0NZ7ggpAm .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u0NZ7ggpAm .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-u0NZ7ggpAm .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u0NZ7ggpAm .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u0NZ7ggpAm .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u0NZ7ggpAm .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u0NZ7ggpAm .offcanvas-body .mbr-text,
  .cid-u0NZ7ggpAm .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u0NZ7ggpAm .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u0NZ7ggpAm .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u0NZ7ggpAm .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-u0NZ7ggpAm .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u0NZ7ggpAm .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u0NZ7ggpAm .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u0NZ7ggpAm .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u0NZ7ggpAm ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u0NZ7ggpAm .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u0NZ7ggpAm .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-u0NZ7ggpAm .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u0NZ7ggpAm li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u0NZ7ggpAm .lg_brand {
    margin: 0 1rem;
  }
  .cid-u0NZ7ggpAm .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u0NZ7ggpAm .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u0NZ7ggpAm .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u0NZ7ggpAm .nav-item {
    margin: 0 !important;
  }
}
.cid-u0NZ7ggpAm .nav-item .nav-link {
  position: relative;
}
.cid-u0NZ7ggpAm .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-u0NZ7ggpAm .nav-item .nav-link:hover,
.cid-u0NZ7ggpAm .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffffff !important;
}
.cid-u0NZ7ggpAm .nav-item .nav-link:hover::before,
.cid-u0NZ7ggpAm .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-u0NZ7ggpAm .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u0NZ7ggpAm .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u0NZ7ggpAm .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u0NZ7ggpAm .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u0NZ7ggpAm .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: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u0NZ7ggpAm .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u0NZ7ggpAm .offcanvas_box {
    display: none;
  }
}
.cid-u0NZ7ggpAm .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u0NZ7ggpAm .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u0NZ7ggpAm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u0NZ7ggpAm .container {
  display: flex;
  margin: auto;
}
.cid-u0NZ7ggpAm .iconfont-wrapper {
  color: #ffffff;
  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-u0NZ7ggpAm .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u0NZ7ggpAm .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u0NZ7ggpAm .navbar-caption {
  color: #ffffff;
}
.cid-u0NZ7ggpAm .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u0NZ7ggpAm .navbar-nav {
    margin: 0;
  }
}
.cid-u0NZ7ggpAm .dropdown-menu,
.cid-u0NZ7ggpAm .navbar.opened {
  background-color: true !important;
}
.cid-u0NZ7ggpAm .nav-item:focus,
.cid-u0NZ7ggpAm .nav-link:focus {
  outline: none;
}
.cid-u0NZ7ggpAm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u0NZ7ggpAm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u0NZ7ggpAm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u0NZ7ggpAm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u0NZ7ggpAm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u0NZ7ggpAm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u0NZ7ggpAm .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u0NZ7ggpAm .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u0NZ7ggpAm .navbar.opened {
  transition: all 0.3s;
}
.cid-u0NZ7ggpAm .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u0NZ7ggpAm .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-u0NZ7ggpAm .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u0NZ7ggpAm .navbar.collapsed {
  justify-content: center;
}
.cid-u0NZ7ggpAm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u0NZ7ggpAm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u0NZ7ggpAm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u0NZ7ggpAm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u0NZ7ggpAm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u0NZ7ggpAm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u0NZ7ggpAm .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u0NZ7ggpAm .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u0NZ7ggpAm .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u0NZ7ggpAm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u0NZ7ggpAm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u0NZ7ggpAm .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u0NZ7ggpAm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u0NZ7ggpAm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u0NZ7ggpAm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u0NZ7ggpAm .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u0NZ7ggpAm .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u0NZ7ggpAm .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u0NZ7ggpAm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u0NZ7ggpAm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u0NZ7ggpAm .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u0NZ7ggpAm .navbar.navbar-short {
  min-height: 60px;
}
.cid-u0NZ7ggpAm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u0NZ7ggpAm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u0NZ7ggpAm .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-u0NZ7ggpAm .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u0NZ7ggpAm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u0NZ7ggpAm .dropdown-item.active,
.cid-u0NZ7ggpAm .dropdown-item:active {
  background-color: transparent;
}
.cid-u0NZ7ggpAm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u0NZ7ggpAm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u0NZ7ggpAm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u0NZ7ggpAm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u0NZ7ggpAm ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u0NZ7ggpAm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u0NZ7ggpAm button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ce320c;
  background: #232323;
}
.cid-u0NZ7ggpAm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u0NZ7ggpAm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u0NZ7ggpAm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0NZ7ggpAm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0NZ7ggpAm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u0NZ7ggpAm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0NZ7ggpAm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u0NZ7ggpAm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u0NZ7ggpAm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0NZ7ggpAm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u0NZ7ggpAm .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-u0NZ7ggpAm .navbar {
    height: 70px;
  }
  .cid-u0NZ7ggpAm .navbar.opened {
    height: auto;
  }
  .cid-u0NZ7ggpAm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u0NZ7ggpAm .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u0NZ7ggpAm .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-u0NZ7ggpAm .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u0NZ7ggpAm .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-u0NZ7ggpAm .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u0NZ7ggpAm .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-u0NZ7ggpAm .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u0NZ7ggpAm .text_widget {
  margin-bottom: 32px;
}
.cid-u0NZ7ggpAm .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u0NZ7ggpAm .text_widget a:hover {
  opacity: .5;
}
.cid-u0NZ7ggpAm .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u0NZ7ggpAm .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u0NZ7ggpAm .mbr-section-subtitle,
.cid-u0NZ7ggpAm .text_widget,
.cid-u0NZ7ggpAm .mbr-section-btn {
  text-align: center;
}
.cid-u0NZ7ggpAm a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u0NZ7fIiCy {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u0NZ7fIiCy .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZ7fIiCy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u0NZ7fIiCy .container {
    padding: 0 24px;
  }
}
.cid-u0NZ7fIiCy .row {
  position: relative;
}
.cid-u0NZ7fIiCy .row .card {
  justify-content: center;
}
.cid-u0NZ7fIiCy .row .decor-wrapper {
  position: absolute;
  bottom: -16rem;
  right: -58rem;
  border: 120px solid #00a7dd;
  width: 2000px;
  height: 1000px;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-u0NZ7fIiCy .row .decor-wrapper {
    right: -20rem;
  }
}
@media (max-width: 768px) {
  .cid-u0NZ7fIiCy .row .decor-wrapper {
    height: 500px;
    right: -10rem;
  }
}
.cid-u0NZ7fIiCy .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-u0NZ7fIiCy .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u0NZ7fIiCy .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-u0NZ7fIiCy .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u0NZ7fIiCy .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u0NZ7fIiCy .title-wrapper .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-u0NZ7fIiCy .title-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-u0NZ7fIiCy .image-wrapper {
  position: relative;
}
.cid-u0NZ7fIiCy .image-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u0NZ7fIiCy .image-wrapper img {
    height: 350px;
  }
}
.cid-u0NZ7fIiCy .mbr-section-title {
  color: #F5DF4D;
}
.cid-u0NZ7fIiCy .mbr-text {
  color: #FF3399;
}
.cid-u0NZ7fIiCy .mbr-section-title,
.cid-u0NZ7fIiCy .mbr-section-btn {
  color: #ce320c;
  text-align: center;
}
.cid-u0NZ7fIiCy .mbr-text,
.cid-u0NZ7fIiCy .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-u0NZ7hOhO4 {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.cid-u0NZ7hOhO4 .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 30rem;
}
@media (max-width: 991px) {
  .cid-u0NZ7hOhO4 .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-u0NZ7hOhO4 .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-u0NZ7hOhO4 .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-u0NZ7hOhO4 .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-u0NZ7hOhO4 .footer-top {
  border-bottom: 2px solid #fafafa;
}
.cid-u0NZ7hOhO4 .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-u0NZ7hOhO4 .footer-item-title {
  margin-bottom: 13px;
  text-align: center;
  color: #ffffff;
}
.cid-u0NZ7hOhO4 .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: center;
}
.cid-u0NZ7hOhO4 .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-u0NZ7hOhO4 .soc-item a {
  color: #ffffff;
}
.cid-u0NZ7hOhO4 .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-u0NZ7hOhO4 .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-u0NZ7hOhO4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZ7hOhO4 .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-u0NZ7hOhO4 .mbr-tag,
.cid-u0NZ7hOhO4 .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-u0NZ7hOhO4 .copyright {
  color: #000000;
}
.cid-u0NZ7p3LC5 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-u0NZ7p3LC5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZ7p3LC5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0NZ7p3LC5 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u0NZ7p3LC5 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u0NZ7p3LC5 .container {
    padding: 0 20px;
  }
}
.cid-u0NZ7p3LC5 .row {
  justify-content: center;
}
.cid-u0NZ7p3LC5 .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u0NZ7p3LC5 .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-u0NZ7p3LC5 .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u0NZ7p3LC5 .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-u0NZ7p3LC5 .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-u0NZ7p3LC5 .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-u0NZ7p3LC5 .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-u0NZ7p3LC5 .mbr-desc {
  color: #e4dfd4;
}
.cid-u0NZ7p3LC5 .mbr-desc,
.cid-u0NZ7p3LC5 .desc-wrapper {
  color: #232323;
  text-align: center;
}
.cid-u2LzKA4f2i {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u2LzKA4f2i .mbr-text {
  margin: 0;
}
.cid-u2LzKA4f2i .text-element {
  padding: 2rem;
  background-color: #f2f2f2;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-u2LzKA4f2i .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-u2LzKA4f2i .row-element,
.cid-u2LzKA4f2i .image-element {
  padding: 0;
}
.cid-u2LzKA4f2i .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u2LzKA4f2i .image-element .img-wrap {
  width: 100% !important;
}
.cid-u2LzKA4f2i .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-u2LzKA4f2i .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u2LzKA4f2i .carousel-item.active,
.cid-u2LzKA4f2i .carousel-item-next,
.cid-u2LzKA4f2i .carousel-item-prev {
  display: flex;
}
.cid-u2LzKA4f2i .carousel-indicators {
  left: 50%;
  margin: 20px auto 0;
  align-items: center;
  left: -50% !important;
}
.cid-u2LzKA4f2i .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #ffffff;
}
.cid-u2LzKA4f2i .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity 0.5s;
  background-color: #191919;
  font-size: 2rem;
  opacity: 0.5;
  border-width: 0px;
}
.cid-u2LzKA4f2i .carousel-indicators li:hover {
  opacity: 1;
}
.cid-u2LzKA4f2i .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-u2LzKA4f2i .carousel-controls {
    display: block;
  }
  .cid-u2LzKA4f2i .carousel-controls a {
    transition: opacity 0.5s;
    font-size: 2rem;
  }
  .cid-u2LzKA4f2i .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: 0.9;
  }
  .cid-u2LzKA4f2i .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-u2LzKA4f2i .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-u2LzKA4f2i .text-element {
    padding: 1rem;
  }
  .cid-u2LzKA4f2i .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u2LzKA4f2i .image-element {
    min-width: 50%;
  }
  .cid-u2LzKA4f2i .media-container-row {
    width: 100%;
  }
}
.cid-u2LzKA4f2i .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2LzKA4f2i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2LzKA4f2i .mbr-title,
.cid-u2LzKA4f2i .ornament {
  color: #ce320c;
}
.cid-u2LzLy5m3r {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/deneme-tuzla-kombi-servisi-flip-5-1920x1080.png");
}
.cid-u2LzLy5m3r .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2LzLy5m3r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2LzLy5m3r .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .cid-u2LzLy5m3r .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-u2LzLy5m3r .mbr-section-head {
    margin-bottom: 50px;
  }
}
.cid-u2LzLy5m3r .mbr-section-title {
  color: #ce320c;
  margin-bottom: 0;
}
.cid-u2LzLy5m3r .mbr-section-subtitle {
  color: #353535;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .cid-u2LzLy5m3r .col-img {
    display: none;
  }
}
.cid-u2LzLy5m3r .img-wrap {
  width: 100%;
}
.cid-u2LzLy5m3r .img-wrap .img-box {
  width: 100%;
  border-radius: 65px 65px 0 65px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-u2LzLy5m3r .img-wrap .img-box {
    border-radius: 40px 40px 0 40px;
  }
}
.cid-u2LzLy5m3r .img-wrap .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-u2LzLy5m3r .mbr-iconfont {
  position: relative;
  font-size: 24px !important;
  font-family: 'Moririse2' !important;
  color: #987a5a;
  margin-left: 1rem;
  padding: 10px;
  transition: .3s all;
}
.cid-u2LzLy5m3r .mbr-iconfont:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(195, 195, 195, 0.9);
  opacity: 0;
  transition: .3s all;
}
.cid-u2LzLy5m3r .mbr-iconfont:before {
  position: relative;
  z-index: 2;
}
.cid-u2LzLy5m3r .panel-group {
  border: none;
  border-top: 1px solid #829d85;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-u2LzLy5m3r .panel-group {
    margin-top: 0;
  }
}
.cid-u2LzLy5m3r .card {
  border-bottom: 1px solid #829d85;
  border-radius: 0;
}
.cid-u2LzLy5m3r .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-u2LzLy5m3r .card-header {
    padding: 8px 0;
  }
}
.cid-u2LzLy5m3r .card-header:hover .mbr-iconfont {
  color: #829d85;
}
.cid-u2LzLy5m3r .card-header:hover .mbr-iconfont:after {
  opacity: 1;
}
.cid-u2LzLy5m3r .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #987A5A;
}
.cid-u2LzLy5m3r .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-u2LzLy5m3r .panel-title-edit {
  color: #e31e25;
}
.cid-u2LzLy5m3r .panel-body {
  padding: 0 0 40px;
}
@media (max-width: 767px) {
  .cid-u2LzLy5m3r .panel-body {
    padding: 0 0 24px;
  }
}
.cid-u2LzLy5m3r .panel-text {
  color: #353535;
  margin: 0;
}
.cid-u2LzM20bmW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-u2LzM20bmW .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2LzM20bmW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2LzM20bmW .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .cid-u2LzM20bmW .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-u2LzM20bmW .mbr-section-head {
    margin-bottom: 50px;
  }
}
.cid-u2LzM20bmW .mbr-section-title {
  color: #373f46;
  margin-bottom: 0;
}
.cid-u2LzM20bmW .mbr-section-subtitle {
  color: #353535;
  margin-top: 20px;
}
.cid-u2LzM20bmW .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-u2LzM20bmW .col-img {
    display: none;
  }
}
.cid-u2LzM20bmW .img-wrap {
  width: 100%;
}
.cid-u2LzM20bmW .img-wrap .img-box {
  width: 100%;
  border-radius: 65px 65px 0 65px;
  overflow: hidden;
  border-radius: 65px 65px 65px 0;
}
@media (max-width: 1199px) {
  .cid-u2LzM20bmW .img-wrap .img-box {
    border-radius: 40px 40px 0 40px;
    border-radius: 40px  40px 40px 0;
  }
}
.cid-u2LzM20bmW .img-wrap .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-u2LzM20bmW .mbr-iconfont {
  position: relative;
  font-size: 24px !important;
  font-family: 'Moririse2' !important;
  color: #987a5a;
  margin-left: 1rem;
  padding: 10px;
  transition: .3s all;
}
.cid-u2LzM20bmW .mbr-iconfont:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(195, 195, 195, 0.9);
  opacity: 0;
  transition: .3s all;
}
.cid-u2LzM20bmW .mbr-iconfont:before {
  position: relative;
  z-index: 2;
}
.cid-u2LzM20bmW .panel-group {
  border: none;
  border-top: 1px solid #829d85;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-u2LzM20bmW .panel-group {
    margin-top: 0;
  }
}
.cid-u2LzM20bmW .card {
  border-bottom: 1px solid #829d85;
  border-radius: 0;
}
.cid-u2LzM20bmW .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-u2LzM20bmW .card-header {
    padding: 8px 0;
  }
}
.cid-u2LzM20bmW .card-header:hover .mbr-iconfont {
  color: #829d85;
}
.cid-u2LzM20bmW .card-header:hover .mbr-iconfont:after {
  opacity: 1;
}
.cid-u2LzM20bmW .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #987A5A;
}
.cid-u2LzM20bmW .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-u2LzM20bmW .panel-title-edit {
  color: #e31e25;
}
.cid-u2LzM20bmW .panel-body {
  padding: 0 0 40px;
}
@media (max-width: 767px) {
  .cid-u2LzM20bmW .panel-body {
    padding: 0 0 24px;
  }
}
.cid-u2LzM20bmW .panel-text {
  color: #353535;
  margin: 0;
}
.cid-u2LzMwHAJ0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ce320c;
}
.cid-u2LzMwHAJ0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2LzMwHAJ0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2LzMwHAJ0 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u2LzMwHAJ0 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u2LzMwHAJ0 .container {
    padding: 0 20px;
  }
}
.cid-u2LzMwHAJ0 .title-wrapper {
  padding: 150px 0;
}
@media (max-width: 768px) {
  .cid-u2LzMwHAJ0 .title-wrapper {
    padding: 50px 0;
  }
}
.cid-u2LzMwHAJ0 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u2LzMwHAJ0 .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u2LzMwHAJ0 .mbr-section-title {
  color: #ffffff;
}
.cid-u2LzMwHAJ0 .mbr-section-title,
.cid-u2LzMwHAJ0 .mbr-section-btn {
  text-align: center;
  color: #4c4c4c;
}
.cid-u0NZ7lql4c {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (min-width: 1400px) {
  .cid-u0NZ7lql4c .container {
    max-width: 1000px;
  }
}
.cid-u0NZ7lql4c .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  color: #000000;
  margin-bottom: 1rem;
  background: #ffffff;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.cid-u0NZ7lql4c .card-wrapper {
  margin-bottom: 2rem;
  border-top: 1px solid #efefef;
  padding-top: 2rem;
}
.cid-u0NZ7lql4c .row {
  justify-content: center;
}
.cid-u0NZ7lql4c .card-text {
  color: #353535;
}
.cid-u0NZ7lql4c .card-title,
.cid-u0NZ7lql4c .iconfont-wrapper {
  color: #e31e25;
  text-align: left;
}
.cid-u0NZ7lql4c .title {
  text-align: center;
}
.cid-u0NZ7lql4c text {
  text-align: center;
}
.cid-u19FBHjhE2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-u19FBHjhE2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u19FBHjhE2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u19FBHjhE2 .container {
    padding: 0 20px;
  }
}
.cid-u19FBHjhE2 .row {
  justify-content: center;
}
.cid-u19FBHjhE2 .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u19FBHjhE2 .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-u19FBHjhE2 .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u19FBHjhE2 .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-u19FBHjhE2 .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-u19FBHjhE2 .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-u19FBHjhE2 .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-u19FBHjhE2 .mbr-desc {
  color: #e4dfd4;
}
.cid-u19FBHjhE2 .mbr-desc,
.cid-u19FBHjhE2 .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-u0NZ8AMdhC .navbar-dropdown {
  background: rgba(206, 50, 12, 0.9) !important;
  padding: 0;
}
.cid-u0NZ8AMdhC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(206, 50, 12, 0.9) !important;
  background: #ce320c;
}
.cid-u0NZ8AMdhC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u0NZ8AMdhC .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u0NZ8AMdhC .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u0NZ8AMdhC .menu_box .navbar.opened,
  .cid-u0NZ8AMdhC .menu_box .navbar-collapse {
    background-color: #ce320c !important;
    transition: all 0s ease 0s;
  }
}
.cid-u0NZ8AMdhC .navbar-dropdown {
  position: relative !important;
}
.cid-u0NZ8AMdhC .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u0NZ8AMdhC .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u0NZ8AMdhC .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u0NZ8AMdhC .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u0NZ8AMdhC .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u0NZ8AMdhC .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-u0NZ8AMdhC .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u0NZ8AMdhC .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u0NZ8AMdhC .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u0NZ8AMdhC .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u0NZ8AMdhC .offcanvas-body .mbr-text,
  .cid-u0NZ8AMdhC .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u0NZ8AMdhC .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u0NZ8AMdhC .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u0NZ8AMdhC .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-u0NZ8AMdhC .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u0NZ8AMdhC .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u0NZ8AMdhC .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u0NZ8AMdhC .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u0NZ8AMdhC ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u0NZ8AMdhC .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u0NZ8AMdhC .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-u0NZ8AMdhC .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u0NZ8AMdhC li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u0NZ8AMdhC .lg_brand {
    margin: 0 1rem;
  }
  .cid-u0NZ8AMdhC .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u0NZ8AMdhC .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u0NZ8AMdhC .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u0NZ8AMdhC .nav-item {
    margin: 0 !important;
  }
}
.cid-u0NZ8AMdhC .nav-item .nav-link {
  position: relative;
}
.cid-u0NZ8AMdhC .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-u0NZ8AMdhC .nav-item .nav-link:hover,
.cid-u0NZ8AMdhC .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffffff !important;
}
.cid-u0NZ8AMdhC .nav-item .nav-link:hover::before,
.cid-u0NZ8AMdhC .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-u0NZ8AMdhC .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u0NZ8AMdhC .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u0NZ8AMdhC .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u0NZ8AMdhC .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u0NZ8AMdhC .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: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u0NZ8AMdhC .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u0NZ8AMdhC .offcanvas_box {
    display: none;
  }
}
.cid-u0NZ8AMdhC .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u0NZ8AMdhC .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u0NZ8AMdhC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u0NZ8AMdhC .container {
  display: flex;
  margin: auto;
}
.cid-u0NZ8AMdhC .iconfont-wrapper {
  color: #ffffff;
  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-u0NZ8AMdhC .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u0NZ8AMdhC .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u0NZ8AMdhC .navbar-caption {
  color: #ffffff;
}
.cid-u0NZ8AMdhC .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u0NZ8AMdhC .navbar-nav {
    margin: 0;
  }
}
.cid-u0NZ8AMdhC .dropdown-menu,
.cid-u0NZ8AMdhC .navbar.opened {
  background-color: true !important;
}
.cid-u0NZ8AMdhC .nav-item:focus,
.cid-u0NZ8AMdhC .nav-link:focus {
  outline: none;
}
.cid-u0NZ8AMdhC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u0NZ8AMdhC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u0NZ8AMdhC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u0NZ8AMdhC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u0NZ8AMdhC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u0NZ8AMdhC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u0NZ8AMdhC .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u0NZ8AMdhC .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u0NZ8AMdhC .navbar.opened {
  transition: all 0.3s;
}
.cid-u0NZ8AMdhC .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u0NZ8AMdhC .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-u0NZ8AMdhC .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u0NZ8AMdhC .navbar.collapsed {
  justify-content: center;
}
.cid-u0NZ8AMdhC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u0NZ8AMdhC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u0NZ8AMdhC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u0NZ8AMdhC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u0NZ8AMdhC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u0NZ8AMdhC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u0NZ8AMdhC .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u0NZ8AMdhC .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u0NZ8AMdhC .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u0NZ8AMdhC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u0NZ8AMdhC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u0NZ8AMdhC .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u0NZ8AMdhC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u0NZ8AMdhC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u0NZ8AMdhC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u0NZ8AMdhC .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u0NZ8AMdhC .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u0NZ8AMdhC .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u0NZ8AMdhC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u0NZ8AMdhC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u0NZ8AMdhC .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u0NZ8AMdhC .navbar.navbar-short {
  min-height: 60px;
}
.cid-u0NZ8AMdhC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u0NZ8AMdhC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u0NZ8AMdhC .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-u0NZ8AMdhC .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u0NZ8AMdhC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u0NZ8AMdhC .dropdown-item.active,
.cid-u0NZ8AMdhC .dropdown-item:active {
  background-color: transparent;
}
.cid-u0NZ8AMdhC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u0NZ8AMdhC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u0NZ8AMdhC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u0NZ8AMdhC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u0NZ8AMdhC ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u0NZ8AMdhC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u0NZ8AMdhC button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ce320c;
  background: #232323;
}
.cid-u0NZ8AMdhC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u0NZ8AMdhC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u0NZ8AMdhC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0NZ8AMdhC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0NZ8AMdhC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u0NZ8AMdhC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0NZ8AMdhC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u0NZ8AMdhC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u0NZ8AMdhC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0NZ8AMdhC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u0NZ8AMdhC .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-u0NZ8AMdhC .navbar {
    height: 70px;
  }
  .cid-u0NZ8AMdhC .navbar.opened {
    height: auto;
  }
  .cid-u0NZ8AMdhC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u0NZ8AMdhC .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u0NZ8AMdhC .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-u0NZ8AMdhC .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u0NZ8AMdhC .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-u0NZ8AMdhC .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u0NZ8AMdhC .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-u0NZ8AMdhC .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u0NZ8AMdhC .text_widget {
  margin-bottom: 32px;
}
.cid-u0NZ8AMdhC .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u0NZ8AMdhC .text_widget a:hover {
  opacity: .5;
}
.cid-u0NZ8AMdhC .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u0NZ8AMdhC .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u0NZ8AMdhC .mbr-section-subtitle,
.cid-u0NZ8AMdhC .text_widget,
.cid-u0NZ8AMdhC .mbr-section-btn {
  text-align: center;
}
.cid-u0NZ8AMdhC a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u0NZ8Ao8jX {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u0NZ8Ao8jX .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZ8Ao8jX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u0NZ8Ao8jX .container {
    padding: 0 24px;
  }
}
.cid-u0NZ8Ao8jX .row {
  position: relative;
}
.cid-u0NZ8Ao8jX .row .card {
  justify-content: center;
}
.cid-u0NZ8Ao8jX .row .decor-wrapper {
  position: absolute;
  bottom: -16rem;
  right: -58rem;
  border: 120px solid #00a7dd;
  width: 2000px;
  height: 1000px;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-u0NZ8Ao8jX .row .decor-wrapper {
    right: -20rem;
  }
}
@media (max-width: 768px) {
  .cid-u0NZ8Ao8jX .row .decor-wrapper {
    height: 500px;
    right: -10rem;
  }
}
.cid-u0NZ8Ao8jX .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-u0NZ8Ao8jX .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u0NZ8Ao8jX .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-u0NZ8Ao8jX .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u0NZ8Ao8jX .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u0NZ8Ao8jX .title-wrapper .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-u0NZ8Ao8jX .title-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-u0NZ8Ao8jX .image-wrapper {
  position: relative;
}
.cid-u0NZ8Ao8jX .image-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u0NZ8Ao8jX .image-wrapper img {
    height: 350px;
  }
}
.cid-u0NZ8Ao8jX .mbr-section-title {
  color: #F5DF4D;
}
.cid-u0NZ8Ao8jX .mbr-text {
  color: #FF3399;
}
.cid-u0NZ8Ao8jX .mbr-section-title,
.cid-u0NZ8Ao8jX .mbr-section-btn {
  color: #ce320c;
  text-align: center;
}
.cid-u0NZ8Ao8jX .mbr-text,
.cid-u0NZ8Ao8jX .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-u0NZ8C7NwM {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.cid-u0NZ8C7NwM .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 30rem;
}
@media (max-width: 991px) {
  .cid-u0NZ8C7NwM .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-u0NZ8C7NwM .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-u0NZ8C7NwM .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-u0NZ8C7NwM .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-u0NZ8C7NwM .footer-top {
  border-bottom: 2px solid #fafafa;
}
.cid-u0NZ8C7NwM .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-u0NZ8C7NwM .footer-item-title {
  margin-bottom: 13px;
  text-align: center;
  color: #ffffff;
}
.cid-u0NZ8C7NwM .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: center;
}
.cid-u0NZ8C7NwM .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-u0NZ8C7NwM .soc-item a {
  color: #ffffff;
}
.cid-u0NZ8C7NwM .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-u0NZ8C7NwM .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-u0NZ8C7NwM .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZ8C7NwM .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-u0NZ8C7NwM .mbr-tag,
.cid-u0NZ8C7NwM .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-u0NZ8C7NwM .copyright {
  color: #000000;
}
.cid-u0NZ8H6lCw {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-u0NZ8H6lCw .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZ8H6lCw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0NZ8H6lCw .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u0NZ8H6lCw .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u0NZ8H6lCw .container {
    padding: 0 20px;
  }
}
.cid-u0NZ8H6lCw .row {
  justify-content: center;
}
.cid-u0NZ8H6lCw .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u0NZ8H6lCw .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-u0NZ8H6lCw .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u0NZ8H6lCw .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-u0NZ8H6lCw .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-u0NZ8H6lCw .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-u0NZ8H6lCw .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-u0NZ8H6lCw .mbr-desc {
  color: #e4dfd4;
}
.cid-u0NZ8H6lCw .mbr-desc,
.cid-u0NZ8H6lCw .desc-wrapper {
  color: #232323;
  text-align: center;
}
.cid-u19FHIC1bn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-u19FHIC1bn .mbr-fallback-image.disabled {
  display: none;
}
.cid-u19FHIC1bn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u19FHIC1bn .container {
    padding: 0 20px;
  }
}
.cid-u19FHIC1bn .row {
  justify-content: center;
}
.cid-u19FHIC1bn .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u19FHIC1bn .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-u19FHIC1bn .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u19FHIC1bn .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-u19FHIC1bn .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-u19FHIC1bn .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-u19FHIC1bn .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-u19FHIC1bn .mbr-desc {
  color: #e4dfd4;
}
.cid-u19FHIC1bn .mbr-desc,
.cid-u19FHIC1bn .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-u2Lz4C3yCC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u2Lz4C3yCC .mbr-text {
  margin: 0;
}
.cid-u2Lz4C3yCC .text-element {
  padding: 2rem;
  background-color: #f2f2f2;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-u2Lz4C3yCC .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-u2Lz4C3yCC .row-element,
.cid-u2Lz4C3yCC .image-element {
  padding: 0;
}
.cid-u2Lz4C3yCC .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u2Lz4C3yCC .image-element .img-wrap {
  width: 100% !important;
}
.cid-u2Lz4C3yCC .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-u2Lz4C3yCC .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u2Lz4C3yCC .carousel-item.active,
.cid-u2Lz4C3yCC .carousel-item-next,
.cid-u2Lz4C3yCC .carousel-item-prev {
  display: flex;
}
.cid-u2Lz4C3yCC .carousel-indicators {
  left: 50%;
  margin: 20px auto 0;
  align-items: center;
  left: -50% !important;
}
.cid-u2Lz4C3yCC .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #ffffff;
}
.cid-u2Lz4C3yCC .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity 0.5s;
  background-color: #191919;
  font-size: 2rem;
  opacity: 0.5;
  border-width: 0px;
}
.cid-u2Lz4C3yCC .carousel-indicators li:hover {
  opacity: 1;
}
.cid-u2Lz4C3yCC .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-u2Lz4C3yCC .carousel-controls {
    display: block;
  }
  .cid-u2Lz4C3yCC .carousel-controls a {
    transition: opacity 0.5s;
    font-size: 2rem;
  }
  .cid-u2Lz4C3yCC .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: 0.9;
  }
  .cid-u2Lz4C3yCC .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-u2Lz4C3yCC .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-u2Lz4C3yCC .text-element {
    padding: 1rem;
  }
  .cid-u2Lz4C3yCC .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u2Lz4C3yCC .image-element {
    min-width: 50%;
  }
  .cid-u2Lz4C3yCC .media-container-row {
    width: 100%;
  }
}
.cid-u2Lz4C3yCC .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2Lz4C3yCC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2Lz4C3yCC .mbr-title,
.cid-u2Lz4C3yCC .ornament {
  color: #ce320c;
}
.cid-u2Lz56BGB5 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/deneme-tuzla-kombi-servisi-flip-5-1920x1080.png");
}
.cid-u2Lz56BGB5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2Lz56BGB5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2Lz56BGB5 .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .cid-u2Lz56BGB5 .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-u2Lz56BGB5 .mbr-section-head {
    margin-bottom: 50px;
  }
}
.cid-u2Lz56BGB5 .mbr-section-title {
  color: #ce320c;
  margin-bottom: 0;
}
.cid-u2Lz56BGB5 .mbr-section-subtitle {
  color: #353535;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .cid-u2Lz56BGB5 .col-img {
    display: none;
  }
}
.cid-u2Lz56BGB5 .img-wrap {
  width: 100%;
}
.cid-u2Lz56BGB5 .img-wrap .img-box {
  width: 100%;
  border-radius: 65px 65px 0 65px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-u2Lz56BGB5 .img-wrap .img-box {
    border-radius: 40px 40px 0 40px;
  }
}
.cid-u2Lz56BGB5 .img-wrap .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-u2Lz56BGB5 .mbr-iconfont {
  position: relative;
  font-size: 24px !important;
  font-family: 'Moririse2' !important;
  color: #987a5a;
  margin-left: 1rem;
  padding: 10px;
  transition: .3s all;
}
.cid-u2Lz56BGB5 .mbr-iconfont:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(195, 195, 195, 0.9);
  opacity: 0;
  transition: .3s all;
}
.cid-u2Lz56BGB5 .mbr-iconfont:before {
  position: relative;
  z-index: 2;
}
.cid-u2Lz56BGB5 .panel-group {
  border: none;
  border-top: 1px solid #829d85;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-u2Lz56BGB5 .panel-group {
    margin-top: 0;
  }
}
.cid-u2Lz56BGB5 .card {
  border-bottom: 1px solid #829d85;
  border-radius: 0;
}
.cid-u2Lz56BGB5 .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-u2Lz56BGB5 .card-header {
    padding: 8px 0;
  }
}
.cid-u2Lz56BGB5 .card-header:hover .mbr-iconfont {
  color: #829d85;
}
.cid-u2Lz56BGB5 .card-header:hover .mbr-iconfont:after {
  opacity: 1;
}
.cid-u2Lz56BGB5 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #987A5A;
}
.cid-u2Lz56BGB5 .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-u2Lz56BGB5 .panel-title-edit {
  color: #e31e25;
}
.cid-u2Lz56BGB5 .panel-body {
  padding: 0 0 40px;
}
@media (max-width: 767px) {
  .cid-u2Lz56BGB5 .panel-body {
    padding: 0 0 24px;
  }
}
.cid-u2Lz56BGB5 .panel-text {
  color: #353535;
  margin: 0;
}
.cid-u2Lz5ET26K {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-u2Lz5ET26K .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2Lz5ET26K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2Lz5ET26K .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .cid-u2Lz5ET26K .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-u2Lz5ET26K .mbr-section-head {
    margin-bottom: 50px;
  }
}
.cid-u2Lz5ET26K .mbr-section-title {
  color: #373f46;
  margin-bottom: 0;
}
.cid-u2Lz5ET26K .mbr-section-subtitle {
  color: #353535;
  margin-top: 20px;
}
.cid-u2Lz5ET26K .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-u2Lz5ET26K .col-img {
    display: none;
  }
}
.cid-u2Lz5ET26K .img-wrap {
  width: 100%;
}
.cid-u2Lz5ET26K .img-wrap .img-box {
  width: 100%;
  border-radius: 65px 65px 0 65px;
  overflow: hidden;
  border-radius: 65px 65px 65px 0;
}
@media (max-width: 1199px) {
  .cid-u2Lz5ET26K .img-wrap .img-box {
    border-radius: 40px 40px 0 40px;
    border-radius: 40px  40px 40px 0;
  }
}
.cid-u2Lz5ET26K .img-wrap .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-u2Lz5ET26K .mbr-iconfont {
  position: relative;
  font-size: 24px !important;
  font-family: 'Moririse2' !important;
  color: #987a5a;
  margin-left: 1rem;
  padding: 10px;
  transition: .3s all;
}
.cid-u2Lz5ET26K .mbr-iconfont:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(195, 195, 195, 0.9);
  opacity: 0;
  transition: .3s all;
}
.cid-u2Lz5ET26K .mbr-iconfont:before {
  position: relative;
  z-index: 2;
}
.cid-u2Lz5ET26K .panel-group {
  border: none;
  border-top: 1px solid #829d85;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-u2Lz5ET26K .panel-group {
    margin-top: 0;
  }
}
.cid-u2Lz5ET26K .card {
  border-bottom: 1px solid #829d85;
  border-radius: 0;
}
.cid-u2Lz5ET26K .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-u2Lz5ET26K .card-header {
    padding: 8px 0;
  }
}
.cid-u2Lz5ET26K .card-header:hover .mbr-iconfont {
  color: #829d85;
}
.cid-u2Lz5ET26K .card-header:hover .mbr-iconfont:after {
  opacity: 1;
}
.cid-u2Lz5ET26K .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #987A5A;
}
.cid-u2Lz5ET26K .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-u2Lz5ET26K .panel-title-edit {
  color: #e31e25;
}
.cid-u2Lz5ET26K .panel-body {
  padding: 0 0 40px;
}
@media (max-width: 767px) {
  .cid-u2Lz5ET26K .panel-body {
    padding: 0 0 24px;
  }
}
.cid-u2Lz5ET26K .panel-text {
  color: #353535;
  margin: 0;
}
.cid-u2Lz6aJGVD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ce320c;
}
.cid-u2Lz6aJGVD .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2Lz6aJGVD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2Lz6aJGVD .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u2Lz6aJGVD .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u2Lz6aJGVD .container {
    padding: 0 20px;
  }
}
.cid-u2Lz6aJGVD .title-wrapper {
  padding: 150px 0;
}
@media (max-width: 768px) {
  .cid-u2Lz6aJGVD .title-wrapper {
    padding: 50px 0;
  }
}
.cid-u2Lz6aJGVD .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u2Lz6aJGVD .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u2Lz6aJGVD .mbr-section-title {
  color: #ffffff;
}
.cid-u2Lz6aJGVD .mbr-section-title,
.cid-u2Lz6aJGVD .mbr-section-btn {
  text-align: center;
  color: #4c4c4c;
}
.cid-u0NZ8Exm7C {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (min-width: 1400px) {
  .cid-u0NZ8Exm7C .container {
    max-width: 1000px;
  }
}
.cid-u0NZ8Exm7C .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  color: #000000;
  margin-bottom: 1rem;
  background: #ffffff;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.cid-u0NZ8Exm7C .card-wrapper {
  margin-bottom: 2rem;
  border-top: 1px solid #efefef;
  padding-top: 2rem;
}
.cid-u0NZ8Exm7C .row {
  justify-content: center;
}
.cid-u0NZ8Exm7C .card-text {
  color: #353535;
}
.cid-u0NZ8Exm7C .card-title,
.cid-u0NZ8Exm7C .iconfont-wrapper {
  color: #e31e25;
}
.cid-u0NZ8Exm7C .title {
  text-align: center;
}
.cid-u0NZ8Exm7C text {
  text-align: center;
}
.cid-u19FNsuJIY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-u19FNsuJIY .mbr-fallback-image.disabled {
  display: none;
}
.cid-u19FNsuJIY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u19FNsuJIY .container {
    padding: 0 20px;
  }
}
.cid-u19FNsuJIY .row {
  justify-content: center;
}
.cid-u19FNsuJIY .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u19FNsuJIY .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-u19FNsuJIY .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u19FNsuJIY .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-u19FNsuJIY .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-u19FNsuJIY .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-u19FNsuJIY .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-u19FNsuJIY .mbr-desc {
  color: #e4dfd4;
}
.cid-u19FNsuJIY .mbr-desc,
.cid-u19FNsuJIY .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-u0NZ97kJww .navbar-dropdown {
  background: rgba(206, 50, 12, 0.9) !important;
  padding: 0;
}
.cid-u0NZ97kJww .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(206, 50, 12, 0.9) !important;
  background: #ce320c;
}
.cid-u0NZ97kJww .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u0NZ97kJww .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u0NZ97kJww .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u0NZ97kJww .menu_box .navbar.opened,
  .cid-u0NZ97kJww .menu_box .navbar-collapse {
    background-color: #ce320c !important;
    transition: all 0s ease 0s;
  }
}
.cid-u0NZ97kJww .navbar-dropdown {
  position: relative !important;
}
.cid-u0NZ97kJww .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u0NZ97kJww .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u0NZ97kJww .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u0NZ97kJww .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u0NZ97kJww .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u0NZ97kJww .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-u0NZ97kJww .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u0NZ97kJww .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u0NZ97kJww .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u0NZ97kJww .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u0NZ97kJww .offcanvas-body .mbr-text,
  .cid-u0NZ97kJww .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u0NZ97kJww .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u0NZ97kJww .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u0NZ97kJww .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-u0NZ97kJww .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u0NZ97kJww .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u0NZ97kJww .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u0NZ97kJww .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u0NZ97kJww ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u0NZ97kJww .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u0NZ97kJww .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-u0NZ97kJww .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u0NZ97kJww li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u0NZ97kJww .lg_brand {
    margin: 0 1rem;
  }
  .cid-u0NZ97kJww .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u0NZ97kJww .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u0NZ97kJww .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u0NZ97kJww .nav-item {
    margin: 0 !important;
  }
}
.cid-u0NZ97kJww .nav-item .nav-link {
  position: relative;
}
.cid-u0NZ97kJww .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-u0NZ97kJww .nav-item .nav-link:hover,
.cid-u0NZ97kJww .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffffff !important;
}
.cid-u0NZ97kJww .nav-item .nav-link:hover::before,
.cid-u0NZ97kJww .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-u0NZ97kJww .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u0NZ97kJww .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u0NZ97kJww .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u0NZ97kJww .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u0NZ97kJww .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: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u0NZ97kJww .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u0NZ97kJww .offcanvas_box {
    display: none;
  }
}
.cid-u0NZ97kJww .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u0NZ97kJww .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u0NZ97kJww .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u0NZ97kJww .container {
  display: flex;
  margin: auto;
}
.cid-u0NZ97kJww .iconfont-wrapper {
  color: #ffffff;
  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-u0NZ97kJww .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u0NZ97kJww .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u0NZ97kJww .navbar-caption {
  color: #ffffff;
}
.cid-u0NZ97kJww .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u0NZ97kJww .navbar-nav {
    margin: 0;
  }
}
.cid-u0NZ97kJww .dropdown-menu,
.cid-u0NZ97kJww .navbar.opened {
  background-color: true !important;
}
.cid-u0NZ97kJww .nav-item:focus,
.cid-u0NZ97kJww .nav-link:focus {
  outline: none;
}
.cid-u0NZ97kJww .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u0NZ97kJww .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u0NZ97kJww .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u0NZ97kJww .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u0NZ97kJww .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u0NZ97kJww .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u0NZ97kJww .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u0NZ97kJww .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u0NZ97kJww .navbar.opened {
  transition: all 0.3s;
}
.cid-u0NZ97kJww .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u0NZ97kJww .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-u0NZ97kJww .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u0NZ97kJww .navbar.collapsed {
  justify-content: center;
}
.cid-u0NZ97kJww .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u0NZ97kJww .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u0NZ97kJww .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u0NZ97kJww .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u0NZ97kJww .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u0NZ97kJww .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u0NZ97kJww .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u0NZ97kJww .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u0NZ97kJww .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u0NZ97kJww .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u0NZ97kJww .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u0NZ97kJww .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u0NZ97kJww .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u0NZ97kJww .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u0NZ97kJww .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u0NZ97kJww .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u0NZ97kJww .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u0NZ97kJww .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u0NZ97kJww .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u0NZ97kJww .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u0NZ97kJww .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u0NZ97kJww .navbar.navbar-short {
  min-height: 60px;
}
.cid-u0NZ97kJww .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u0NZ97kJww .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u0NZ97kJww .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-u0NZ97kJww .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u0NZ97kJww .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u0NZ97kJww .dropdown-item.active,
.cid-u0NZ97kJww .dropdown-item:active {
  background-color: transparent;
}
.cid-u0NZ97kJww .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u0NZ97kJww .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u0NZ97kJww .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u0NZ97kJww .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u0NZ97kJww ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u0NZ97kJww .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u0NZ97kJww button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ce320c;
  background: #232323;
}
.cid-u0NZ97kJww button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u0NZ97kJww button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u0NZ97kJww button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0NZ97kJww button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0NZ97kJww button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u0NZ97kJww nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0NZ97kJww nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u0NZ97kJww nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u0NZ97kJww nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0NZ97kJww a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u0NZ97kJww .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-u0NZ97kJww .navbar {
    height: 70px;
  }
  .cid-u0NZ97kJww .navbar.opened {
    height: auto;
  }
  .cid-u0NZ97kJww .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u0NZ97kJww .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u0NZ97kJww .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-u0NZ97kJww .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u0NZ97kJww .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-u0NZ97kJww .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u0NZ97kJww .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-u0NZ97kJww .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u0NZ97kJww .text_widget {
  margin-bottom: 32px;
}
.cid-u0NZ97kJww .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u0NZ97kJww .text_widget a:hover {
  opacity: .5;
}
.cid-u0NZ97kJww .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u0NZ97kJww .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u0NZ97kJww .mbr-section-subtitle,
.cid-u0NZ97kJww .text_widget,
.cid-u0NZ97kJww .mbr-section-btn {
  text-align: center;
}
.cid-u0NZ97kJww a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u0NZ96VPeE {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u0NZ96VPeE .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZ96VPeE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u0NZ96VPeE .container {
    padding: 0 24px;
  }
}
.cid-u0NZ96VPeE .row {
  position: relative;
}
.cid-u0NZ96VPeE .row .card {
  justify-content: center;
}
.cid-u0NZ96VPeE .row .decor-wrapper {
  position: absolute;
  bottom: -16rem;
  right: -58rem;
  border: 120px solid #00a7dd;
  width: 2000px;
  height: 1000px;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-u0NZ96VPeE .row .decor-wrapper {
    right: -20rem;
  }
}
@media (max-width: 768px) {
  .cid-u0NZ96VPeE .row .decor-wrapper {
    height: 500px;
    right: -10rem;
  }
}
.cid-u0NZ96VPeE .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-u0NZ96VPeE .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u0NZ96VPeE .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-u0NZ96VPeE .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u0NZ96VPeE .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u0NZ96VPeE .title-wrapper .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-u0NZ96VPeE .title-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-u0NZ96VPeE .image-wrapper {
  position: relative;
}
.cid-u0NZ96VPeE .image-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u0NZ96VPeE .image-wrapper img {
    height: 350px;
  }
}
.cid-u0NZ96VPeE .mbr-section-title {
  color: #F5DF4D;
}
.cid-u0NZ96VPeE .mbr-text {
  color: #FF3399;
}
.cid-u0NZ96VPeE .mbr-section-title,
.cid-u0NZ96VPeE .mbr-section-btn {
  color: #ce320c;
  text-align: center;
}
.cid-u0NZ96VPeE .mbr-text,
.cid-u0NZ96VPeE .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-u2Lyv5uJS2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u2Lyv5uJS2 .mbr-text {
  margin: 0;
}
.cid-u2Lyv5uJS2 .text-element {
  padding: 2rem;
  background-color: #f2f2f2;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-u2Lyv5uJS2 .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-u2Lyv5uJS2 .row-element,
.cid-u2Lyv5uJS2 .image-element {
  padding: 0;
}
.cid-u2Lyv5uJS2 .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u2Lyv5uJS2 .image-element .img-wrap {
  width: 100% !important;
}
.cid-u2Lyv5uJS2 .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-u2Lyv5uJS2 .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u2Lyv5uJS2 .carousel-item.active,
.cid-u2Lyv5uJS2 .carousel-item-next,
.cid-u2Lyv5uJS2 .carousel-item-prev {
  display: flex;
}
.cid-u2Lyv5uJS2 .carousel-indicators {
  left: 50%;
  margin: 20px auto 0;
  align-items: center;
  left: -50% !important;
}
.cid-u2Lyv5uJS2 .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #ffffff;
}
.cid-u2Lyv5uJS2 .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity 0.5s;
  background-color: #191919;
  font-size: 2rem;
  opacity: 0.5;
  border-width: 0px;
}
.cid-u2Lyv5uJS2 .carousel-indicators li:hover {
  opacity: 1;
}
.cid-u2Lyv5uJS2 .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-u2Lyv5uJS2 .carousel-controls {
    display: block;
  }
  .cid-u2Lyv5uJS2 .carousel-controls a {
    transition: opacity 0.5s;
    font-size: 2rem;
  }
  .cid-u2Lyv5uJS2 .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: 0.9;
  }
  .cid-u2Lyv5uJS2 .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-u2Lyv5uJS2 .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-u2Lyv5uJS2 .text-element {
    padding: 1rem;
  }
  .cid-u2Lyv5uJS2 .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u2Lyv5uJS2 .image-element {
    min-width: 50%;
  }
  .cid-u2Lyv5uJS2 .media-container-row {
    width: 100%;
  }
}
.cid-u2Lyv5uJS2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2Lyv5uJS2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2Lyv5uJS2 .mbr-title,
.cid-u2Lyv5uJS2 .ornament {
  color: #ce320c;
}
.cid-u2LyvFti4o {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/deneme-tuzla-kombi-servisi-flip-5-1920x1080.png");
}
.cid-u2LyvFti4o .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2LyvFti4o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2LyvFti4o .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .cid-u2LyvFti4o .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-u2LyvFti4o .mbr-section-head {
    margin-bottom: 50px;
  }
}
.cid-u2LyvFti4o .mbr-section-title {
  color: #ce320c;
  margin-bottom: 0;
}
.cid-u2LyvFti4o .mbr-section-subtitle {
  color: #353535;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .cid-u2LyvFti4o .col-img {
    display: none;
  }
}
.cid-u2LyvFti4o .img-wrap {
  width: 100%;
}
.cid-u2LyvFti4o .img-wrap .img-box {
  width: 100%;
  border-radius: 65px 65px 0 65px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-u2LyvFti4o .img-wrap .img-box {
    border-radius: 40px 40px 0 40px;
  }
}
.cid-u2LyvFti4o .img-wrap .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-u2LyvFti4o .mbr-iconfont {
  position: relative;
  font-size: 24px !important;
  font-family: 'Moririse2' !important;
  color: #987a5a;
  margin-left: 1rem;
  padding: 10px;
  transition: .3s all;
}
.cid-u2LyvFti4o .mbr-iconfont:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(195, 195, 195, 0.9);
  opacity: 0;
  transition: .3s all;
}
.cid-u2LyvFti4o .mbr-iconfont:before {
  position: relative;
  z-index: 2;
}
.cid-u2LyvFti4o .panel-group {
  border: none;
  border-top: 1px solid #829d85;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-u2LyvFti4o .panel-group {
    margin-top: 0;
  }
}
.cid-u2LyvFti4o .card {
  border-bottom: 1px solid #829d85;
  border-radius: 0;
}
.cid-u2LyvFti4o .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-u2LyvFti4o .card-header {
    padding: 8px 0;
  }
}
.cid-u2LyvFti4o .card-header:hover .mbr-iconfont {
  color: #829d85;
}
.cid-u2LyvFti4o .card-header:hover .mbr-iconfont:after {
  opacity: 1;
}
.cid-u2LyvFti4o .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #987A5A;
}
.cid-u2LyvFti4o .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-u2LyvFti4o .panel-title-edit {
  color: #e31e25;
}
.cid-u2LyvFti4o .panel-body {
  padding: 0 0 40px;
}
@media (max-width: 767px) {
  .cid-u2LyvFti4o .panel-body {
    padding: 0 0 24px;
  }
}
.cid-u2LyvFti4o .panel-text {
  color: #353535;
  margin: 0;
}
.cid-u2Lyw8GRnb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-u2Lyw8GRnb .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2Lyw8GRnb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2Lyw8GRnb .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .cid-u2Lyw8GRnb .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-u2Lyw8GRnb .mbr-section-head {
    margin-bottom: 50px;
  }
}
.cid-u2Lyw8GRnb .mbr-section-title {
  color: #373f46;
  margin-bottom: 0;
}
.cid-u2Lyw8GRnb .mbr-section-subtitle {
  color: #353535;
  margin-top: 20px;
}
.cid-u2Lyw8GRnb .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-u2Lyw8GRnb .col-img {
    display: none;
  }
}
.cid-u2Lyw8GRnb .img-wrap {
  width: 100%;
}
.cid-u2Lyw8GRnb .img-wrap .img-box {
  width: 100%;
  border-radius: 65px 65px 0 65px;
  overflow: hidden;
  border-radius: 65px 65px 65px 0;
}
@media (max-width: 1199px) {
  .cid-u2Lyw8GRnb .img-wrap .img-box {
    border-radius: 40px 40px 0 40px;
    border-radius: 40px  40px 40px 0;
  }
}
.cid-u2Lyw8GRnb .img-wrap .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-u2Lyw8GRnb .mbr-iconfont {
  position: relative;
  font-size: 24px !important;
  font-family: 'Moririse2' !important;
  color: #987a5a;
  margin-left: 1rem;
  padding: 10px;
  transition: .3s all;
}
.cid-u2Lyw8GRnb .mbr-iconfont:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(195, 195, 195, 0.9);
  opacity: 0;
  transition: .3s all;
}
.cid-u2Lyw8GRnb .mbr-iconfont:before {
  position: relative;
  z-index: 2;
}
.cid-u2Lyw8GRnb .panel-group {
  border: none;
  border-top: 1px solid #829d85;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-u2Lyw8GRnb .panel-group {
    margin-top: 0;
  }
}
.cid-u2Lyw8GRnb .card {
  border-bottom: 1px solid #829d85;
  border-radius: 0;
}
.cid-u2Lyw8GRnb .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-u2Lyw8GRnb .card-header {
    padding: 8px 0;
  }
}
.cid-u2Lyw8GRnb .card-header:hover .mbr-iconfont {
  color: #829d85;
}
.cid-u2Lyw8GRnb .card-header:hover .mbr-iconfont:after {
  opacity: 1;
}
.cid-u2Lyw8GRnb .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #987A5A;
}
.cid-u2Lyw8GRnb .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-u2Lyw8GRnb .panel-title-edit {
  color: #e31e25;
}
.cid-u2Lyw8GRnb .panel-body {
  padding: 0 0 40px;
}
@media (max-width: 767px) {
  .cid-u2Lyw8GRnb .panel-body {
    padding: 0 0 24px;
  }
}
.cid-u2Lyw8GRnb .panel-text {
  color: #353535;
  margin: 0;
}
.cid-u0NZ98G1WE {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.cid-u0NZ98G1WE .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 30rem;
}
@media (max-width: 991px) {
  .cid-u0NZ98G1WE .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-u0NZ98G1WE .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-u0NZ98G1WE .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-u0NZ98G1WE .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-u0NZ98G1WE .footer-top {
  border-bottom: 2px solid #fafafa;
}
.cid-u0NZ98G1WE .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-u0NZ98G1WE .footer-item-title {
  margin-bottom: 13px;
  text-align: center;
  color: #ffffff;
}
.cid-u0NZ98G1WE .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: center;
}
.cid-u0NZ98G1WE .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-u0NZ98G1WE .soc-item a {
  color: #ffffff;
}
.cid-u0NZ98G1WE .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-u0NZ98G1WE .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-u0NZ98G1WE .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZ98G1WE .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-u0NZ98G1WE .mbr-tag,
.cid-u0NZ98G1WE .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-u0NZ98G1WE .copyright {
  color: #000000;
}
.cid-u0NZ9dBQ4y {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-u0NZ9dBQ4y .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZ9dBQ4y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0NZ9dBQ4y .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u0NZ9dBQ4y .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u0NZ9dBQ4y .container {
    padding: 0 20px;
  }
}
.cid-u0NZ9dBQ4y .row {
  justify-content: center;
}
.cid-u0NZ9dBQ4y .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u0NZ9dBQ4y .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-u0NZ9dBQ4y .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u0NZ9dBQ4y .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-u0NZ9dBQ4y .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-u0NZ9dBQ4y .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-u0NZ9dBQ4y .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-u0NZ9dBQ4y .mbr-desc {
  color: #e4dfd4;
}
.cid-u0NZ9dBQ4y .mbr-desc,
.cid-u0NZ9dBQ4y .desc-wrapper {
  color: #232323;
  text-align: center;
}
.cid-u2LywBD3LJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ce320c;
}
.cid-u2LywBD3LJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2LywBD3LJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2LywBD3LJ .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u2LywBD3LJ .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u2LywBD3LJ .container {
    padding: 0 20px;
  }
}
.cid-u2LywBD3LJ .title-wrapper {
  padding: 150px 0;
}
@media (max-width: 768px) {
  .cid-u2LywBD3LJ .title-wrapper {
    padding: 50px 0;
  }
}
.cid-u2LywBD3LJ .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u2LywBD3LJ .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u2LywBD3LJ .mbr-section-title {
  color: #ffffff;
}
.cid-u2LywBD3LJ .mbr-section-title,
.cid-u2LywBD3LJ .mbr-section-btn {
  text-align: center;
  color: #4c4c4c;
}
.cid-u0NZ9b4Uyh {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (min-width: 1400px) {
  .cid-u0NZ9b4Uyh .container {
    max-width: 1000px;
  }
}
.cid-u0NZ9b4Uyh .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  color: #000000;
  margin-bottom: 1rem;
  background: #ffffff;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.cid-u0NZ9b4Uyh .card-wrapper {
  margin-bottom: 2rem;
  border-top: 1px solid #efefef;
  padding-top: 2rem;
}
.cid-u0NZ9b4Uyh .row {
  justify-content: center;
}
.cid-u0NZ9b4Uyh .card-text {
  color: #353535;
}
.cid-u0NZ9b4Uyh .card-title,
.cid-u0NZ9b4Uyh .iconfont-wrapper {
  color: #e31e25;
}
.cid-u0NZ9b4Uyh .title {
  text-align: center;
}
.cid-u0NZ9b4Uyh text {
  text-align: center;
}
.cid-u19FUJ0jPh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u19FUJ0jPh .mbr-fallback-image.disabled {
  display: none;
}
.cid-u19FUJ0jPh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u19FUJ0jPh .container {
    padding: 0 20px;
  }
}
.cid-u19FUJ0jPh .row {
  justify-content: center;
}
.cid-u19FUJ0jPh .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u19FUJ0jPh .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-u19FUJ0jPh .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u19FUJ0jPh .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-u19FUJ0jPh .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-u19FUJ0jPh .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-u19FUJ0jPh .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-u19FUJ0jPh .mbr-desc {
  color: #e4dfd4;
}
.cid-u19FUJ0jPh .mbr-desc,
.cid-u19FUJ0jPh .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-u0NZ9Bnxmi .navbar-dropdown {
  background: rgba(206, 50, 12, 0.9) !important;
  padding: 0;
}
.cid-u0NZ9Bnxmi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(206, 50, 12, 0.9) !important;
  background: #ce320c;
}
.cid-u0NZ9Bnxmi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u0NZ9Bnxmi .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u0NZ9Bnxmi .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u0NZ9Bnxmi .menu_box .navbar.opened,
  .cid-u0NZ9Bnxmi .menu_box .navbar-collapse {
    background-color: #ce320c !important;
    transition: all 0s ease 0s;
  }
}
.cid-u0NZ9Bnxmi .navbar-dropdown {
  position: relative !important;
}
.cid-u0NZ9Bnxmi .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u0NZ9Bnxmi .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u0NZ9Bnxmi .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u0NZ9Bnxmi .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u0NZ9Bnxmi .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u0NZ9Bnxmi .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-u0NZ9Bnxmi .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u0NZ9Bnxmi .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u0NZ9Bnxmi .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u0NZ9Bnxmi .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u0NZ9Bnxmi .offcanvas-body .mbr-text,
  .cid-u0NZ9Bnxmi .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u0NZ9Bnxmi .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u0NZ9Bnxmi .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u0NZ9Bnxmi .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-u0NZ9Bnxmi .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u0NZ9Bnxmi .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u0NZ9Bnxmi .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u0NZ9Bnxmi .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u0NZ9Bnxmi ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u0NZ9Bnxmi .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u0NZ9Bnxmi .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-u0NZ9Bnxmi .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u0NZ9Bnxmi li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u0NZ9Bnxmi .lg_brand {
    margin: 0 1rem;
  }
  .cid-u0NZ9Bnxmi .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u0NZ9Bnxmi .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u0NZ9Bnxmi .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u0NZ9Bnxmi .nav-item {
    margin: 0 !important;
  }
}
.cid-u0NZ9Bnxmi .nav-item .nav-link {
  position: relative;
}
.cid-u0NZ9Bnxmi .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-u0NZ9Bnxmi .nav-item .nav-link:hover,
.cid-u0NZ9Bnxmi .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffffff !important;
}
.cid-u0NZ9Bnxmi .nav-item .nav-link:hover::before,
.cid-u0NZ9Bnxmi .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-u0NZ9Bnxmi .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u0NZ9Bnxmi .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u0NZ9Bnxmi .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u0NZ9Bnxmi .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u0NZ9Bnxmi .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: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u0NZ9Bnxmi .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u0NZ9Bnxmi .offcanvas_box {
    display: none;
  }
}
.cid-u0NZ9Bnxmi .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u0NZ9Bnxmi .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u0NZ9Bnxmi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u0NZ9Bnxmi .container {
  display: flex;
  margin: auto;
}
.cid-u0NZ9Bnxmi .iconfont-wrapper {
  color: #ffffff;
  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-u0NZ9Bnxmi .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u0NZ9Bnxmi .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u0NZ9Bnxmi .navbar-caption {
  color: #ffffff;
}
.cid-u0NZ9Bnxmi .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u0NZ9Bnxmi .navbar-nav {
    margin: 0;
  }
}
.cid-u0NZ9Bnxmi .dropdown-menu,
.cid-u0NZ9Bnxmi .navbar.opened {
  background-color: true !important;
}
.cid-u0NZ9Bnxmi .nav-item:focus,
.cid-u0NZ9Bnxmi .nav-link:focus {
  outline: none;
}
.cid-u0NZ9Bnxmi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u0NZ9Bnxmi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u0NZ9Bnxmi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u0NZ9Bnxmi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u0NZ9Bnxmi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u0NZ9Bnxmi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u0NZ9Bnxmi .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u0NZ9Bnxmi .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u0NZ9Bnxmi .navbar.opened {
  transition: all 0.3s;
}
.cid-u0NZ9Bnxmi .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u0NZ9Bnxmi .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-u0NZ9Bnxmi .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u0NZ9Bnxmi .navbar.collapsed {
  justify-content: center;
}
.cid-u0NZ9Bnxmi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u0NZ9Bnxmi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u0NZ9Bnxmi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u0NZ9Bnxmi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u0NZ9Bnxmi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u0NZ9Bnxmi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u0NZ9Bnxmi .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u0NZ9Bnxmi .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u0NZ9Bnxmi .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u0NZ9Bnxmi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u0NZ9Bnxmi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u0NZ9Bnxmi .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u0NZ9Bnxmi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u0NZ9Bnxmi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u0NZ9Bnxmi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u0NZ9Bnxmi .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u0NZ9Bnxmi .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u0NZ9Bnxmi .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u0NZ9Bnxmi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u0NZ9Bnxmi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u0NZ9Bnxmi .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u0NZ9Bnxmi .navbar.navbar-short {
  min-height: 60px;
}
.cid-u0NZ9Bnxmi .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u0NZ9Bnxmi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u0NZ9Bnxmi .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-u0NZ9Bnxmi .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u0NZ9Bnxmi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u0NZ9Bnxmi .dropdown-item.active,
.cid-u0NZ9Bnxmi .dropdown-item:active {
  background-color: transparent;
}
.cid-u0NZ9Bnxmi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u0NZ9Bnxmi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u0NZ9Bnxmi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u0NZ9Bnxmi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u0NZ9Bnxmi ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u0NZ9Bnxmi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u0NZ9Bnxmi button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ce320c;
  background: #232323;
}
.cid-u0NZ9Bnxmi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u0NZ9Bnxmi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u0NZ9Bnxmi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0NZ9Bnxmi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0NZ9Bnxmi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u0NZ9Bnxmi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0NZ9Bnxmi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u0NZ9Bnxmi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u0NZ9Bnxmi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0NZ9Bnxmi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u0NZ9Bnxmi .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-u0NZ9Bnxmi .navbar {
    height: 70px;
  }
  .cid-u0NZ9Bnxmi .navbar.opened {
    height: auto;
  }
  .cid-u0NZ9Bnxmi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u0NZ9Bnxmi .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u0NZ9Bnxmi .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-u0NZ9Bnxmi .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u0NZ9Bnxmi .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-u0NZ9Bnxmi .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u0NZ9Bnxmi .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-u0NZ9Bnxmi .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u0NZ9Bnxmi .text_widget {
  margin-bottom: 32px;
}
.cid-u0NZ9Bnxmi .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u0NZ9Bnxmi .text_widget a:hover {
  opacity: .5;
}
.cid-u0NZ9Bnxmi .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u0NZ9Bnxmi .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u0NZ9Bnxmi .mbr-section-subtitle,
.cid-u0NZ9Bnxmi .text_widget,
.cid-u0NZ9Bnxmi .mbr-section-btn {
  text-align: center;
}
.cid-u0NZ9Bnxmi a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u0NZ9AZ50S {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u0NZ9AZ50S .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZ9AZ50S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u0NZ9AZ50S .container {
    padding: 0 24px;
  }
}
.cid-u0NZ9AZ50S .row {
  position: relative;
}
.cid-u0NZ9AZ50S .row .card {
  justify-content: center;
}
.cid-u0NZ9AZ50S .row .decor-wrapper {
  position: absolute;
  bottom: -16rem;
  right: -58rem;
  border: 120px solid #00a7dd;
  width: 2000px;
  height: 1000px;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-u0NZ9AZ50S .row .decor-wrapper {
    right: -20rem;
  }
}
@media (max-width: 768px) {
  .cid-u0NZ9AZ50S .row .decor-wrapper {
    height: 500px;
    right: -10rem;
  }
}
.cid-u0NZ9AZ50S .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-u0NZ9AZ50S .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u0NZ9AZ50S .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-u0NZ9AZ50S .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u0NZ9AZ50S .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u0NZ9AZ50S .title-wrapper .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-u0NZ9AZ50S .title-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-u0NZ9AZ50S .image-wrapper {
  position: relative;
}
.cid-u0NZ9AZ50S .image-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u0NZ9AZ50S .image-wrapper img {
    height: 350px;
  }
}
.cid-u0NZ9AZ50S .mbr-section-title {
  color: #F5DF4D;
}
.cid-u0NZ9AZ50S .mbr-text {
  color: #FF3399;
}
.cid-u0NZ9AZ50S .mbr-section-title,
.cid-u0NZ9AZ50S .mbr-section-btn {
  color: #ce320c;
  text-align: center;
}
.cid-u0NZ9AZ50S .mbr-text,
.cid-u0NZ9AZ50S .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-u0NZ9CKdGN {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.cid-u0NZ9CKdGN .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 30rem;
}
@media (max-width: 991px) {
  .cid-u0NZ9CKdGN .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-u0NZ9CKdGN .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-u0NZ9CKdGN .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-u0NZ9CKdGN .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-u0NZ9CKdGN .footer-top {
  border-bottom: 2px solid #fafafa;
}
.cid-u0NZ9CKdGN .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-u0NZ9CKdGN .footer-item-title {
  margin-bottom: 13px;
  text-align: center;
  color: #ffffff;
}
.cid-u0NZ9CKdGN .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: center;
}
.cid-u0NZ9CKdGN .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-u0NZ9CKdGN .soc-item a {
  color: #ffffff;
}
.cid-u0NZ9CKdGN .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-u0NZ9CKdGN .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-u0NZ9CKdGN .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZ9CKdGN .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-u0NZ9CKdGN .mbr-tag,
.cid-u0NZ9CKdGN .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-u0NZ9CKdGN .copyright {
  color: #000000;
}
.cid-u0NZ9HRHcs {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-u0NZ9HRHcs .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZ9HRHcs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0NZ9HRHcs .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u0NZ9HRHcs .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u0NZ9HRHcs .container {
    padding: 0 20px;
  }
}
.cid-u0NZ9HRHcs .row {
  justify-content: center;
}
.cid-u0NZ9HRHcs .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u0NZ9HRHcs .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-u0NZ9HRHcs .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u0NZ9HRHcs .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-u0NZ9HRHcs .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-u0NZ9HRHcs .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-u0NZ9HRHcs .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-u0NZ9HRHcs .mbr-desc {
  color: #e4dfd4;
}
.cid-u0NZ9HRHcs .mbr-desc,
.cid-u0NZ9HRHcs .desc-wrapper {
  color: #232323;
  text-align: center;
}
.cid-u2LxUCanj8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u2LxUCanj8 .mbr-text {
  margin: 0;
}
.cid-u2LxUCanj8 .text-element {
  padding: 2rem;
  background-color: #f2f2f2;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-u2LxUCanj8 .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-u2LxUCanj8 .row-element,
.cid-u2LxUCanj8 .image-element {
  padding: 0;
}
.cid-u2LxUCanj8 .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u2LxUCanj8 .image-element .img-wrap {
  width: 100% !important;
}
.cid-u2LxUCanj8 .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-u2LxUCanj8 .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u2LxUCanj8 .carousel-item.active,
.cid-u2LxUCanj8 .carousel-item-next,
.cid-u2LxUCanj8 .carousel-item-prev {
  display: flex;
}
.cid-u2LxUCanj8 .carousel-indicators {
  left: 50%;
  margin: 20px auto 0;
  align-items: center;
  left: -50% !important;
}
.cid-u2LxUCanj8 .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #ffffff;
}
.cid-u2LxUCanj8 .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity 0.5s;
  background-color: #191919;
  font-size: 2rem;
  opacity: 0.5;
  border-width: 0px;
}
.cid-u2LxUCanj8 .carousel-indicators li:hover {
  opacity: 1;
}
.cid-u2LxUCanj8 .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-u2LxUCanj8 .carousel-controls {
    display: block;
  }
  .cid-u2LxUCanj8 .carousel-controls a {
    transition: opacity 0.5s;
    font-size: 2rem;
  }
  .cid-u2LxUCanj8 .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: 0.9;
  }
  .cid-u2LxUCanj8 .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-u2LxUCanj8 .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-u2LxUCanj8 .text-element {
    padding: 1rem;
  }
  .cid-u2LxUCanj8 .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u2LxUCanj8 .image-element {
    min-width: 50%;
  }
  .cid-u2LxUCanj8 .media-container-row {
    width: 100%;
  }
}
.cid-u2LxUCanj8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2LxUCanj8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2LxUCanj8 .mbr-title,
.cid-u2LxUCanj8 .ornament {
  color: #ce320c;
}
.cid-u2LxV8TPpX {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/deneme-tuzla-kombi-servisi-flip-5-1920x1080.png");
}
.cid-u2LxV8TPpX .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2LxV8TPpX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2LxV8TPpX .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .cid-u2LxV8TPpX .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-u2LxV8TPpX .mbr-section-head {
    margin-bottom: 50px;
  }
}
.cid-u2LxV8TPpX .mbr-section-title {
  color: #ce320c;
  margin-bottom: 0;
}
.cid-u2LxV8TPpX .mbr-section-subtitle {
  color: #353535;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .cid-u2LxV8TPpX .col-img {
    display: none;
  }
}
.cid-u2LxV8TPpX .img-wrap {
  width: 100%;
}
.cid-u2LxV8TPpX .img-wrap .img-box {
  width: 100%;
  border-radius: 65px 65px 0 65px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-u2LxV8TPpX .img-wrap .img-box {
    border-radius: 40px 40px 0 40px;
  }
}
.cid-u2LxV8TPpX .img-wrap .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-u2LxV8TPpX .mbr-iconfont {
  position: relative;
  font-size: 24px !important;
  font-family: 'Moririse2' !important;
  color: #987a5a;
  margin-left: 1rem;
  padding: 10px;
  transition: .3s all;
}
.cid-u2LxV8TPpX .mbr-iconfont:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(195, 195, 195, 0.9);
  opacity: 0;
  transition: .3s all;
}
.cid-u2LxV8TPpX .mbr-iconfont:before {
  position: relative;
  z-index: 2;
}
.cid-u2LxV8TPpX .panel-group {
  border: none;
  border-top: 1px solid #829d85;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-u2LxV8TPpX .panel-group {
    margin-top: 0;
  }
}
.cid-u2LxV8TPpX .card {
  border-bottom: 1px solid #829d85;
  border-radius: 0;
}
.cid-u2LxV8TPpX .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-u2LxV8TPpX .card-header {
    padding: 8px 0;
  }
}
.cid-u2LxV8TPpX .card-header:hover .mbr-iconfont {
  color: #829d85;
}
.cid-u2LxV8TPpX .card-header:hover .mbr-iconfont:after {
  opacity: 1;
}
.cid-u2LxV8TPpX .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #987A5A;
}
.cid-u2LxV8TPpX .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-u2LxV8TPpX .panel-title-edit {
  color: #e31e25;
}
.cid-u2LxV8TPpX .panel-body {
  padding: 0 0 40px;
}
@media (max-width: 767px) {
  .cid-u2LxV8TPpX .panel-body {
    padding: 0 0 24px;
  }
}
.cid-u2LxV8TPpX .panel-text {
  color: #353535;
  margin: 0;
}
.cid-u2LxVFoZ4s {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-u2LxVFoZ4s .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2LxVFoZ4s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2LxVFoZ4s .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .cid-u2LxVFoZ4s .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-u2LxVFoZ4s .mbr-section-head {
    margin-bottom: 50px;
  }
}
.cid-u2LxVFoZ4s .mbr-section-title {
  color: #373f46;
  margin-bottom: 0;
}
.cid-u2LxVFoZ4s .mbr-section-subtitle {
  color: #353535;
  margin-top: 20px;
}
.cid-u2LxVFoZ4s .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-u2LxVFoZ4s .col-img {
    display: none;
  }
}
.cid-u2LxVFoZ4s .img-wrap {
  width: 100%;
}
.cid-u2LxVFoZ4s .img-wrap .img-box {
  width: 100%;
  border-radius: 65px 65px 0 65px;
  overflow: hidden;
  border-radius: 65px 65px 65px 0;
}
@media (max-width: 1199px) {
  .cid-u2LxVFoZ4s .img-wrap .img-box {
    border-radius: 40px 40px 0 40px;
    border-radius: 40px  40px 40px 0;
  }
}
.cid-u2LxVFoZ4s .img-wrap .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-u2LxVFoZ4s .mbr-iconfont {
  position: relative;
  font-size: 24px !important;
  font-family: 'Moririse2' !important;
  color: #987a5a;
  margin-left: 1rem;
  padding: 10px;
  transition: .3s all;
}
.cid-u2LxVFoZ4s .mbr-iconfont:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(195, 195, 195, 0.9);
  opacity: 0;
  transition: .3s all;
}
.cid-u2LxVFoZ4s .mbr-iconfont:before {
  position: relative;
  z-index: 2;
}
.cid-u2LxVFoZ4s .panel-group {
  border: none;
  border-top: 1px solid #829d85;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-u2LxVFoZ4s .panel-group {
    margin-top: 0;
  }
}
.cid-u2LxVFoZ4s .card {
  border-bottom: 1px solid #829d85;
  border-radius: 0;
}
.cid-u2LxVFoZ4s .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-u2LxVFoZ4s .card-header {
    padding: 8px 0;
  }
}
.cid-u2LxVFoZ4s .card-header:hover .mbr-iconfont {
  color: #829d85;
}
.cid-u2LxVFoZ4s .card-header:hover .mbr-iconfont:after {
  opacity: 1;
}
.cid-u2LxVFoZ4s .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #987A5A;
}
.cid-u2LxVFoZ4s .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-u2LxVFoZ4s .panel-title-edit {
  color: #e31e25;
}
.cid-u2LxVFoZ4s .panel-body {
  padding: 0 0 40px;
}
@media (max-width: 767px) {
  .cid-u2LxVFoZ4s .panel-body {
    padding: 0 0 24px;
  }
}
.cid-u2LxVFoZ4s .panel-text {
  color: #353535;
  margin: 0;
}
.cid-u2LxW92p43 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ce320c;
}
.cid-u2LxW92p43 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2LxW92p43 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2LxW92p43 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u2LxW92p43 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u2LxW92p43 .container {
    padding: 0 20px;
  }
}
.cid-u2LxW92p43 .title-wrapper {
  padding: 150px 0;
}
@media (max-width: 768px) {
  .cid-u2LxW92p43 .title-wrapper {
    padding: 50px 0;
  }
}
.cid-u2LxW92p43 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u2LxW92p43 .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u2LxW92p43 .mbr-section-title {
  color: #ffffff;
}
.cid-u2LxW92p43 .mbr-section-title,
.cid-u2LxW92p43 .mbr-section-btn {
  text-align: center;
  color: #4c4c4c;
}
.cid-u0NZ9FhJH6 {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (min-width: 1400px) {
  .cid-u0NZ9FhJH6 .container {
    max-width: 1000px;
  }
}
.cid-u0NZ9FhJH6 .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  color: #000000;
  margin-bottom: 1rem;
  background: #ffffff;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.cid-u0NZ9FhJH6 .card-wrapper {
  margin-bottom: 2rem;
  border-top: 1px solid #efefef;
  padding-top: 2rem;
}
.cid-u0NZ9FhJH6 .row {
  justify-content: center;
}
.cid-u0NZ9FhJH6 .card-text {
  color: #353535;
}
.cid-u0NZ9FhJH6 .card-title,
.cid-u0NZ9FhJH6 .iconfont-wrapper {
  color: #e31e25;
}
.cid-u0NZ9FhJH6 .title {
  text-align: center;
}
.cid-u0NZ9FhJH6 text {
  text-align: center;
}
.cid-u19GlTiLDc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-u19GlTiLDc .mbr-fallback-image.disabled {
  display: none;
}
.cid-u19GlTiLDc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u19GlTiLDc .container {
    padding: 0 20px;
  }
}
.cid-u19GlTiLDc .row {
  justify-content: center;
}
.cid-u19GlTiLDc .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u19GlTiLDc .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-u19GlTiLDc .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u19GlTiLDc .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-u19GlTiLDc .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-u19GlTiLDc .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-u19GlTiLDc .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-u19GlTiLDc .mbr-desc {
  color: #e4dfd4;
}
.cid-u19GlTiLDc .mbr-desc,
.cid-u19GlTiLDc .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-u0NZakHB3x .navbar-dropdown {
  background: rgba(206, 50, 12, 0.9) !important;
  padding: 0;
}
.cid-u0NZakHB3x .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(206, 50, 12, 0.9) !important;
  background: #ce320c;
}
.cid-u0NZakHB3x .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u0NZakHB3x .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u0NZakHB3x .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u0NZakHB3x .menu_box .navbar.opened,
  .cid-u0NZakHB3x .menu_box .navbar-collapse {
    background-color: #ce320c !important;
    transition: all 0s ease 0s;
  }
}
.cid-u0NZakHB3x .navbar-dropdown {
  position: relative !important;
}
.cid-u0NZakHB3x .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u0NZakHB3x .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u0NZakHB3x .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u0NZakHB3x .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u0NZakHB3x .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u0NZakHB3x .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-u0NZakHB3x .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u0NZakHB3x .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u0NZakHB3x .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u0NZakHB3x .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u0NZakHB3x .offcanvas-body .mbr-text,
  .cid-u0NZakHB3x .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u0NZakHB3x .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u0NZakHB3x .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u0NZakHB3x .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-u0NZakHB3x .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u0NZakHB3x .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u0NZakHB3x .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u0NZakHB3x .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u0NZakHB3x ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u0NZakHB3x .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u0NZakHB3x .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-u0NZakHB3x .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u0NZakHB3x li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u0NZakHB3x .lg_brand {
    margin: 0 1rem;
  }
  .cid-u0NZakHB3x .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u0NZakHB3x .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u0NZakHB3x .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u0NZakHB3x .nav-item {
    margin: 0 !important;
  }
}
.cid-u0NZakHB3x .nav-item .nav-link {
  position: relative;
}
.cid-u0NZakHB3x .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-u0NZakHB3x .nav-item .nav-link:hover,
.cid-u0NZakHB3x .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffffff !important;
}
.cid-u0NZakHB3x .nav-item .nav-link:hover::before,
.cid-u0NZakHB3x .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-u0NZakHB3x .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u0NZakHB3x .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u0NZakHB3x .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u0NZakHB3x .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u0NZakHB3x .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: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u0NZakHB3x .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u0NZakHB3x .offcanvas_box {
    display: none;
  }
}
.cid-u0NZakHB3x .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u0NZakHB3x .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u0NZakHB3x .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u0NZakHB3x .container {
  display: flex;
  margin: auto;
}
.cid-u0NZakHB3x .iconfont-wrapper {
  color: #ffffff;
  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-u0NZakHB3x .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u0NZakHB3x .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u0NZakHB3x .navbar-caption {
  color: #ffffff;
}
.cid-u0NZakHB3x .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u0NZakHB3x .navbar-nav {
    margin: 0;
  }
}
.cid-u0NZakHB3x .dropdown-menu,
.cid-u0NZakHB3x .navbar.opened {
  background-color: true !important;
}
.cid-u0NZakHB3x .nav-item:focus,
.cid-u0NZakHB3x .nav-link:focus {
  outline: none;
}
.cid-u0NZakHB3x .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u0NZakHB3x .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u0NZakHB3x .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u0NZakHB3x .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u0NZakHB3x .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u0NZakHB3x .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u0NZakHB3x .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u0NZakHB3x .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u0NZakHB3x .navbar.opened {
  transition: all 0.3s;
}
.cid-u0NZakHB3x .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u0NZakHB3x .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-u0NZakHB3x .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u0NZakHB3x .navbar.collapsed {
  justify-content: center;
}
.cid-u0NZakHB3x .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u0NZakHB3x .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u0NZakHB3x .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u0NZakHB3x .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u0NZakHB3x .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u0NZakHB3x .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u0NZakHB3x .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u0NZakHB3x .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u0NZakHB3x .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u0NZakHB3x .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u0NZakHB3x .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u0NZakHB3x .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u0NZakHB3x .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u0NZakHB3x .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u0NZakHB3x .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u0NZakHB3x .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u0NZakHB3x .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u0NZakHB3x .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u0NZakHB3x .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u0NZakHB3x .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u0NZakHB3x .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u0NZakHB3x .navbar.navbar-short {
  min-height: 60px;
}
.cid-u0NZakHB3x .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u0NZakHB3x .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u0NZakHB3x .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-u0NZakHB3x .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u0NZakHB3x .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u0NZakHB3x .dropdown-item.active,
.cid-u0NZakHB3x .dropdown-item:active {
  background-color: transparent;
}
.cid-u0NZakHB3x .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u0NZakHB3x .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u0NZakHB3x .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u0NZakHB3x .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u0NZakHB3x ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u0NZakHB3x .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u0NZakHB3x button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ce320c;
  background: #232323;
}
.cid-u0NZakHB3x button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u0NZakHB3x button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u0NZakHB3x button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0NZakHB3x button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0NZakHB3x button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u0NZakHB3x nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0NZakHB3x nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u0NZakHB3x nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u0NZakHB3x nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0NZakHB3x a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u0NZakHB3x .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-u0NZakHB3x .navbar {
    height: 70px;
  }
  .cid-u0NZakHB3x .navbar.opened {
    height: auto;
  }
  .cid-u0NZakHB3x .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u0NZakHB3x .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u0NZakHB3x .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-u0NZakHB3x .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u0NZakHB3x .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-u0NZakHB3x .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u0NZakHB3x .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-u0NZakHB3x .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u0NZakHB3x .text_widget {
  margin-bottom: 32px;
}
.cid-u0NZakHB3x .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u0NZakHB3x .text_widget a:hover {
  opacity: .5;
}
.cid-u0NZakHB3x .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u0NZakHB3x .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u0NZakHB3x .mbr-section-subtitle,
.cid-u0NZakHB3x .text_widget,
.cid-u0NZakHB3x .mbr-section-btn {
  text-align: center;
}
.cid-u0NZakHB3x a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u0NZakja4m {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u0NZakja4m .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZakja4m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u0NZakja4m .container {
    padding: 0 24px;
  }
}
.cid-u0NZakja4m .row {
  position: relative;
}
.cid-u0NZakja4m .row .card {
  justify-content: center;
}
.cid-u0NZakja4m .row .decor-wrapper {
  position: absolute;
  bottom: -16rem;
  right: -58rem;
  border: 120px solid #00a7dd;
  width: 2000px;
  height: 1000px;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-u0NZakja4m .row .decor-wrapper {
    right: -20rem;
  }
}
@media (max-width: 768px) {
  .cid-u0NZakja4m .row .decor-wrapper {
    height: 500px;
    right: -10rem;
  }
}
.cid-u0NZakja4m .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-u0NZakja4m .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u0NZakja4m .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-u0NZakja4m .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u0NZakja4m .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u0NZakja4m .title-wrapper .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-u0NZakja4m .title-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-u0NZakja4m .image-wrapper {
  position: relative;
}
.cid-u0NZakja4m .image-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u0NZakja4m .image-wrapper img {
    height: 350px;
  }
}
.cid-u0NZakja4m .mbr-section-title {
  color: #F5DF4D;
}
.cid-u0NZakja4m .mbr-text {
  color: #FF3399;
}
.cid-u0NZakja4m .mbr-section-title,
.cid-u0NZakja4m .mbr-section-btn {
  color: #ce320c;
  text-align: center;
}
.cid-u0NZakja4m .mbr-text,
.cid-u0NZakja4m .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-u2Lxq2D6wf {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u2Lxq2D6wf .mbr-text {
  margin: 0;
}
.cid-u2Lxq2D6wf .text-element {
  padding: 2rem;
  background-color: #f2f2f2;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-u2Lxq2D6wf .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-u2Lxq2D6wf .row-element,
.cid-u2Lxq2D6wf .image-element {
  padding: 0;
}
.cid-u2Lxq2D6wf .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u2Lxq2D6wf .image-element .img-wrap {
  width: 100% !important;
}
.cid-u2Lxq2D6wf .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-u2Lxq2D6wf .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u2Lxq2D6wf .carousel-item.active,
.cid-u2Lxq2D6wf .carousel-item-next,
.cid-u2Lxq2D6wf .carousel-item-prev {
  display: flex;
}
.cid-u2Lxq2D6wf .carousel-indicators {
  left: 50%;
  margin: 20px auto 0;
  align-items: center;
  left: -50% !important;
}
.cid-u2Lxq2D6wf .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #ffffff;
}
.cid-u2Lxq2D6wf .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity 0.5s;
  background-color: #191919;
  font-size: 2rem;
  opacity: 0.5;
  border-width: 0px;
}
.cid-u2Lxq2D6wf .carousel-indicators li:hover {
  opacity: 1;
}
.cid-u2Lxq2D6wf .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-u2Lxq2D6wf .carousel-controls {
    display: block;
  }
  .cid-u2Lxq2D6wf .carousel-controls a {
    transition: opacity 0.5s;
    font-size: 2rem;
  }
  .cid-u2Lxq2D6wf .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: 0.9;
  }
  .cid-u2Lxq2D6wf .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-u2Lxq2D6wf .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-u2Lxq2D6wf .text-element {
    padding: 1rem;
  }
  .cid-u2Lxq2D6wf .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u2Lxq2D6wf .image-element {
    min-width: 50%;
  }
  .cid-u2Lxq2D6wf .media-container-row {
    width: 100%;
  }
}
.cid-u2Lxq2D6wf .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2Lxq2D6wf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2Lxq2D6wf .mbr-title,
.cid-u2Lxq2D6wf .ornament {
  color: #ce320c;
}
.cid-u2LxqzdqRa {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/deneme-tuzla-kombi-servisi-flip-5-1920x1080.png");
}
.cid-u2LxqzdqRa .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2LxqzdqRa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2LxqzdqRa .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .cid-u2LxqzdqRa .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-u2LxqzdqRa .mbr-section-head {
    margin-bottom: 50px;
  }
}
.cid-u2LxqzdqRa .mbr-section-title {
  color: #ce320c;
  margin-bottom: 0;
}
.cid-u2LxqzdqRa .mbr-section-subtitle {
  color: #353535;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .cid-u2LxqzdqRa .col-img {
    display: none;
  }
}
.cid-u2LxqzdqRa .img-wrap {
  width: 100%;
}
.cid-u2LxqzdqRa .img-wrap .img-box {
  width: 100%;
  border-radius: 65px 65px 0 65px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-u2LxqzdqRa .img-wrap .img-box {
    border-radius: 40px 40px 0 40px;
  }
}
.cid-u2LxqzdqRa .img-wrap .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-u2LxqzdqRa .mbr-iconfont {
  position: relative;
  font-size: 24px !important;
  font-family: 'Moririse2' !important;
  color: #987a5a;
  margin-left: 1rem;
  padding: 10px;
  transition: .3s all;
}
.cid-u2LxqzdqRa .mbr-iconfont:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(195, 195, 195, 0.9);
  opacity: 0;
  transition: .3s all;
}
.cid-u2LxqzdqRa .mbr-iconfont:before {
  position: relative;
  z-index: 2;
}
.cid-u2LxqzdqRa .panel-group {
  border: none;
  border-top: 1px solid #829d85;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-u2LxqzdqRa .panel-group {
    margin-top: 0;
  }
}
.cid-u2LxqzdqRa .card {
  border-bottom: 1px solid #829d85;
  border-radius: 0;
}
.cid-u2LxqzdqRa .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-u2LxqzdqRa .card-header {
    padding: 8px 0;
  }
}
.cid-u2LxqzdqRa .card-header:hover .mbr-iconfont {
  color: #829d85;
}
.cid-u2LxqzdqRa .card-header:hover .mbr-iconfont:after {
  opacity: 1;
}
.cid-u2LxqzdqRa .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #987A5A;
}
.cid-u2LxqzdqRa .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-u2LxqzdqRa .panel-title-edit {
  color: #e31e25;
}
.cid-u2LxqzdqRa .panel-body {
  padding: 0 0 40px;
}
@media (max-width: 767px) {
  .cid-u2LxqzdqRa .panel-body {
    padding: 0 0 24px;
  }
}
.cid-u2LxqzdqRa .panel-text {
  color: #353535;
  margin: 0;
}
.cid-u2Lxre51k7 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-u2Lxre51k7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2Lxre51k7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2Lxre51k7 .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .cid-u2Lxre51k7 .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-u2Lxre51k7 .mbr-section-head {
    margin-bottom: 50px;
  }
}
.cid-u2Lxre51k7 .mbr-section-title {
  color: #373f46;
  margin-bottom: 0;
}
.cid-u2Lxre51k7 .mbr-section-subtitle {
  color: #353535;
  margin-top: 20px;
}
.cid-u2Lxre51k7 .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-u2Lxre51k7 .col-img {
    display: none;
  }
}
.cid-u2Lxre51k7 .img-wrap {
  width: 100%;
}
.cid-u2Lxre51k7 .img-wrap .img-box {
  width: 100%;
  border-radius: 65px 65px 0 65px;
  overflow: hidden;
  border-radius: 65px 65px 65px 0;
}
@media (max-width: 1199px) {
  .cid-u2Lxre51k7 .img-wrap .img-box {
    border-radius: 40px 40px 0 40px;
    border-radius: 40px  40px 40px 0;
  }
}
.cid-u2Lxre51k7 .img-wrap .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-u2Lxre51k7 .mbr-iconfont {
  position: relative;
  font-size: 24px !important;
  font-family: 'Moririse2' !important;
  color: #987a5a;
  margin-left: 1rem;
  padding: 10px;
  transition: .3s all;
}
.cid-u2Lxre51k7 .mbr-iconfont:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(195, 195, 195, 0.9);
  opacity: 0;
  transition: .3s all;
}
.cid-u2Lxre51k7 .mbr-iconfont:before {
  position: relative;
  z-index: 2;
}
.cid-u2Lxre51k7 .panel-group {
  border: none;
  border-top: 1px solid #829d85;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-u2Lxre51k7 .panel-group {
    margin-top: 0;
  }
}
.cid-u2Lxre51k7 .card {
  border-bottom: 1px solid #829d85;
  border-radius: 0;
}
.cid-u2Lxre51k7 .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-u2Lxre51k7 .card-header {
    padding: 8px 0;
  }
}
.cid-u2Lxre51k7 .card-header:hover .mbr-iconfont {
  color: #829d85;
}
.cid-u2Lxre51k7 .card-header:hover .mbr-iconfont:after {
  opacity: 1;
}
.cid-u2Lxre51k7 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #987A5A;
}
.cid-u2Lxre51k7 .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-u2Lxre51k7 .panel-title-edit {
  color: #e31e25;
}
.cid-u2Lxre51k7 .panel-body {
  padding: 0 0 40px;
}
@media (max-width: 767px) {
  .cid-u2Lxre51k7 .panel-body {
    padding: 0 0 24px;
  }
}
.cid-u2Lxre51k7 .panel-text {
  color: #353535;
  margin: 0;
}
.cid-u0NZame3L9 {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.cid-u0NZame3L9 .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 30rem;
}
@media (max-width: 991px) {
  .cid-u0NZame3L9 .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-u0NZame3L9 .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-u0NZame3L9 .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-u0NZame3L9 .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-u0NZame3L9 .footer-top {
  border-bottom: 2px solid #fafafa;
}
.cid-u0NZame3L9 .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-u0NZame3L9 .footer-item-title {
  margin-bottom: 13px;
  text-align: center;
  color: #ffffff;
}
.cid-u0NZame3L9 .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: center;
}
.cid-u0NZame3L9 .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-u0NZame3L9 .soc-item a {
  color: #ffffff;
}
.cid-u0NZame3L9 .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-u0NZame3L9 .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-u0NZame3L9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZame3L9 .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-u0NZame3L9 .mbr-tag,
.cid-u0NZame3L9 .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-u0NZame3L9 .copyright {
  color: #000000;
}
.cid-u0NZar5bsS {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-u0NZar5bsS .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZar5bsS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0NZar5bsS .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u0NZar5bsS .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u0NZar5bsS .container {
    padding: 0 20px;
  }
}
.cid-u0NZar5bsS .row {
  justify-content: center;
}
.cid-u0NZar5bsS .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u0NZar5bsS .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-u0NZar5bsS .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u0NZar5bsS .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-u0NZar5bsS .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-u0NZar5bsS .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-u0NZar5bsS .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-u0NZar5bsS .mbr-desc {
  color: #e4dfd4;
}
.cid-u0NZar5bsS .mbr-desc,
.cid-u0NZar5bsS .desc-wrapper {
  color: #232323;
  text-align: center;
}
.cid-u2LxrWRKm6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ce320c;
}
.cid-u2LxrWRKm6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2LxrWRKm6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2LxrWRKm6 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u2LxrWRKm6 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u2LxrWRKm6 .container {
    padding: 0 20px;
  }
}
.cid-u2LxrWRKm6 .title-wrapper {
  padding: 150px 0;
}
@media (max-width: 768px) {
  .cid-u2LxrWRKm6 .title-wrapper {
    padding: 50px 0;
  }
}
.cid-u2LxrWRKm6 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u2LxrWRKm6 .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u2LxrWRKm6 .mbr-section-title {
  color: #ffffff;
}
.cid-u2LxrWRKm6 .mbr-section-title,
.cid-u2LxrWRKm6 .mbr-section-btn {
  text-align: center;
  color: #4c4c4c;
}
.cid-u0NZaoDNtL {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (min-width: 1400px) {
  .cid-u0NZaoDNtL .container {
    max-width: 1000px;
  }
}
.cid-u0NZaoDNtL .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  color: #000000;
  margin-bottom: 1rem;
  background: #ffffff;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.cid-u0NZaoDNtL .card-wrapper {
  margin-bottom: 2rem;
  border-top: 1px solid #efefef;
  padding-top: 2rem;
}
.cid-u0NZaoDNtL .row {
  justify-content: center;
}
.cid-u0NZaoDNtL .card-text {
  color: #353535;
}
.cid-u0NZaoDNtL .card-title,
.cid-u0NZaoDNtL .iconfont-wrapper {
  color: #e31e25;
}
.cid-u0NZaoDNtL .title {
  text-align: center;
}
.cid-u0NZaoDNtL text {
  text-align: center;
}
.cid-u0NZapeiAR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
@media (min-width: 1400px) {
  .cid-u0NZapeiAR .container {
    max-width: 1000px;
  }
}
.cid-u0NZapeiAR .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  color: #000000;
  margin-bottom: 1rem;
  background: #ffffff;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.cid-u0NZapeiAR .card-wrapper {
  margin-bottom: 2rem;
  border-top: 1px solid #efefef;
  padding-top: 2rem;
}
.cid-u0NZapeiAR .row {
  justify-content: center;
}
.cid-u0NZapeiAR .card-text {
  color: #353535;
}
.cid-u0NZapeiAR .card-title,
.cid-u0NZapeiAR .iconfont-wrapper {
  color: #e31e25;
}
.cid-u0NZapeiAR .title {
  text-align: center;
}
.cid-u0NZapeiAR text {
  text-align: center;
}
.cid-u0NZapQWTH {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1400px) {
  .cid-u0NZapQWTH .container {
    max-width: 1000px;
  }
}
.cid-u0NZapQWTH .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  color: #000000;
  margin-bottom: 1rem;
  background: #ffffff;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.cid-u0NZapQWTH .card-wrapper {
  margin-bottom: 2rem;
  border-top: 1px solid #efefef;
  padding-top: 2rem;
}
.cid-u0NZapQWTH .row {
  justify-content: center;
}
.cid-u0NZapQWTH .card-text {
  color: #353535;
}
.cid-u0NZapQWTH .card-title,
.cid-u0NZapQWTH .iconfont-wrapper {
  color: #e31e25;
}
.cid-u0NZapQWTH .title {
  text-align: center;
}
.cid-u0NZapQWTH text {
  text-align: center;
}
.cid-u19Gv2rz1A {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u19Gv2rz1A .mbr-fallback-image.disabled {
  display: none;
}
.cid-u19Gv2rz1A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u19Gv2rz1A .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u19Gv2rz1A .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u19Gv2rz1A .container {
    padding: 0 20px;
  }
}
.cid-u19Gv2rz1A .row {
  justify-content: center;
}
.cid-u19Gv2rz1A .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u19Gv2rz1A .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-u19Gv2rz1A .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u19Gv2rz1A .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-u19Gv2rz1A .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-u19Gv2rz1A .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-u19Gv2rz1A .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-u19Gv2rz1A .mbr-desc {
  color: #e4dfd4;
}
.cid-u19Gv2rz1A .mbr-desc,
.cid-u19Gv2rz1A .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-u0NZb3C9oQ .navbar-dropdown {
  background: rgba(206, 50, 12, 0.9) !important;
  padding: 0;
}
.cid-u0NZb3C9oQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(206, 50, 12, 0.9) !important;
  background: #ce320c;
}
.cid-u0NZb3C9oQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u0NZb3C9oQ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u0NZb3C9oQ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u0NZb3C9oQ .menu_box .navbar.opened,
  .cid-u0NZb3C9oQ .menu_box .navbar-collapse {
    background-color: #ce320c !important;
    transition: all 0s ease 0s;
  }
}
.cid-u0NZb3C9oQ .navbar-dropdown {
  position: relative !important;
}
.cid-u0NZb3C9oQ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u0NZb3C9oQ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u0NZb3C9oQ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u0NZb3C9oQ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u0NZb3C9oQ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u0NZb3C9oQ .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-u0NZb3C9oQ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u0NZb3C9oQ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u0NZb3C9oQ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u0NZb3C9oQ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u0NZb3C9oQ .offcanvas-body .mbr-text,
  .cid-u0NZb3C9oQ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u0NZb3C9oQ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u0NZb3C9oQ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u0NZb3C9oQ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-u0NZb3C9oQ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u0NZb3C9oQ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u0NZb3C9oQ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u0NZb3C9oQ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u0NZb3C9oQ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u0NZb3C9oQ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u0NZb3C9oQ .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-u0NZb3C9oQ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u0NZb3C9oQ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u0NZb3C9oQ .lg_brand {
    margin: 0 1rem;
  }
  .cid-u0NZb3C9oQ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u0NZb3C9oQ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u0NZb3C9oQ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u0NZb3C9oQ .nav-item {
    margin: 0 !important;
  }
}
.cid-u0NZb3C9oQ .nav-item .nav-link {
  position: relative;
}
.cid-u0NZb3C9oQ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-u0NZb3C9oQ .nav-item .nav-link:hover,
.cid-u0NZb3C9oQ .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffffff !important;
}
.cid-u0NZb3C9oQ .nav-item .nav-link:hover::before,
.cid-u0NZb3C9oQ .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-u0NZb3C9oQ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u0NZb3C9oQ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u0NZb3C9oQ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u0NZb3C9oQ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u0NZb3C9oQ .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: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u0NZb3C9oQ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u0NZb3C9oQ .offcanvas_box {
    display: none;
  }
}
.cid-u0NZb3C9oQ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u0NZb3C9oQ .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u0NZb3C9oQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u0NZb3C9oQ .container {
  display: flex;
  margin: auto;
}
.cid-u0NZb3C9oQ .iconfont-wrapper {
  color: #ffffff;
  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-u0NZb3C9oQ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u0NZb3C9oQ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u0NZb3C9oQ .navbar-caption {
  color: #ffffff;
}
.cid-u0NZb3C9oQ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u0NZb3C9oQ .navbar-nav {
    margin: 0;
  }
}
.cid-u0NZb3C9oQ .dropdown-menu,
.cid-u0NZb3C9oQ .navbar.opened {
  background-color: true !important;
}
.cid-u0NZb3C9oQ .nav-item:focus,
.cid-u0NZb3C9oQ .nav-link:focus {
  outline: none;
}
.cid-u0NZb3C9oQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u0NZb3C9oQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u0NZb3C9oQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u0NZb3C9oQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u0NZb3C9oQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u0NZb3C9oQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u0NZb3C9oQ .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u0NZb3C9oQ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u0NZb3C9oQ .navbar.opened {
  transition: all 0.3s;
}
.cid-u0NZb3C9oQ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u0NZb3C9oQ .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-u0NZb3C9oQ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u0NZb3C9oQ .navbar.collapsed {
  justify-content: center;
}
.cid-u0NZb3C9oQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u0NZb3C9oQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u0NZb3C9oQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u0NZb3C9oQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u0NZb3C9oQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u0NZb3C9oQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u0NZb3C9oQ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u0NZb3C9oQ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u0NZb3C9oQ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u0NZb3C9oQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u0NZb3C9oQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u0NZb3C9oQ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u0NZb3C9oQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u0NZb3C9oQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u0NZb3C9oQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u0NZb3C9oQ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u0NZb3C9oQ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u0NZb3C9oQ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u0NZb3C9oQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u0NZb3C9oQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u0NZb3C9oQ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u0NZb3C9oQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-u0NZb3C9oQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u0NZb3C9oQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u0NZb3C9oQ .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-u0NZb3C9oQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u0NZb3C9oQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u0NZb3C9oQ .dropdown-item.active,
.cid-u0NZb3C9oQ .dropdown-item:active {
  background-color: transparent;
}
.cid-u0NZb3C9oQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u0NZb3C9oQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u0NZb3C9oQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u0NZb3C9oQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u0NZb3C9oQ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u0NZb3C9oQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u0NZb3C9oQ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ce320c;
  background: #232323;
}
.cid-u0NZb3C9oQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u0NZb3C9oQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u0NZb3C9oQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0NZb3C9oQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0NZb3C9oQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u0NZb3C9oQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0NZb3C9oQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u0NZb3C9oQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u0NZb3C9oQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0NZb3C9oQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u0NZb3C9oQ .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-u0NZb3C9oQ .navbar {
    height: 70px;
  }
  .cid-u0NZb3C9oQ .navbar.opened {
    height: auto;
  }
  .cid-u0NZb3C9oQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u0NZb3C9oQ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u0NZb3C9oQ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-u0NZb3C9oQ .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u0NZb3C9oQ .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-u0NZb3C9oQ .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u0NZb3C9oQ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-u0NZb3C9oQ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u0NZb3C9oQ .text_widget {
  margin-bottom: 32px;
}
.cid-u0NZb3C9oQ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u0NZb3C9oQ .text_widget a:hover {
  opacity: .5;
}
.cid-u0NZb3C9oQ .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u0NZb3C9oQ .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u0NZb3C9oQ .mbr-section-subtitle,
.cid-u0NZb3C9oQ .text_widget,
.cid-u0NZb3C9oQ .mbr-section-btn {
  text-align: center;
}
.cid-u0NZb3C9oQ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u0NZb3fW8k {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u0NZb3fW8k .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZb3fW8k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u0NZb3fW8k .container {
    padding: 0 24px;
  }
}
.cid-u0NZb3fW8k .row {
  position: relative;
}
.cid-u0NZb3fW8k .row .card {
  justify-content: center;
}
.cid-u0NZb3fW8k .row .decor-wrapper {
  position: absolute;
  bottom: -16rem;
  right: -58rem;
  border: 120px solid #00a7dd;
  width: 2000px;
  height: 1000px;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-u0NZb3fW8k .row .decor-wrapper {
    right: -20rem;
  }
}
@media (max-width: 768px) {
  .cid-u0NZb3fW8k .row .decor-wrapper {
    height: 500px;
    right: -10rem;
  }
}
.cid-u0NZb3fW8k .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-u0NZb3fW8k .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u0NZb3fW8k .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-u0NZb3fW8k .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u0NZb3fW8k .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u0NZb3fW8k .title-wrapper .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-u0NZb3fW8k .title-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-u0NZb3fW8k .image-wrapper {
  position: relative;
}
.cid-u0NZb3fW8k .image-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u0NZb3fW8k .image-wrapper img {
    height: 350px;
  }
}
.cid-u0NZb3fW8k .mbr-section-title {
  color: #F5DF4D;
}
.cid-u0NZb3fW8k .mbr-text {
  color: #FF3399;
}
.cid-u0NZb3fW8k .mbr-section-title,
.cid-u0NZb3fW8k .mbr-section-btn {
  color: #ce320c;
  text-align: center;
}
.cid-u0NZb3fW8k .mbr-text,
.cid-u0NZb3fW8k .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-u2Lx3Y0SZe {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u2Lx3Y0SZe .mbr-text {
  margin: 0;
}
.cid-u2Lx3Y0SZe .text-element {
  padding: 2rem;
  background-color: #f2f2f2;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-u2Lx3Y0SZe .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-u2Lx3Y0SZe .row-element,
.cid-u2Lx3Y0SZe .image-element {
  padding: 0;
}
.cid-u2Lx3Y0SZe .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u2Lx3Y0SZe .image-element .img-wrap {
  width: 100% !important;
}
.cid-u2Lx3Y0SZe .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-u2Lx3Y0SZe .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u2Lx3Y0SZe .carousel-item.active,
.cid-u2Lx3Y0SZe .carousel-item-next,
.cid-u2Lx3Y0SZe .carousel-item-prev {
  display: flex;
}
.cid-u2Lx3Y0SZe .carousel-indicators {
  left: 50%;
  margin: 20px auto 0;
  align-items: center;
  left: -50% !important;
}
.cid-u2Lx3Y0SZe .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #ffffff;
}
.cid-u2Lx3Y0SZe .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity 0.5s;
  background-color: #191919;
  font-size: 2rem;
  opacity: 0.5;
  border-width: 0px;
}
.cid-u2Lx3Y0SZe .carousel-indicators li:hover {
  opacity: 1;
}
.cid-u2Lx3Y0SZe .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-u2Lx3Y0SZe .carousel-controls {
    display: block;
  }
  .cid-u2Lx3Y0SZe .carousel-controls a {
    transition: opacity 0.5s;
    font-size: 2rem;
  }
  .cid-u2Lx3Y0SZe .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: 0.9;
  }
  .cid-u2Lx3Y0SZe .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-u2Lx3Y0SZe .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-u2Lx3Y0SZe .text-element {
    padding: 1rem;
  }
  .cid-u2Lx3Y0SZe .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u2Lx3Y0SZe .image-element {
    min-width: 50%;
  }
  .cid-u2Lx3Y0SZe .media-container-row {
    width: 100%;
  }
}
.cid-u2Lx3Y0SZe .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2Lx3Y0SZe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2Lx3Y0SZe .mbr-title,
.cid-u2Lx3Y0SZe .ornament {
  color: #ce320c;
}
.cid-u2Lx4FBuv8 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/deneme-tuzla-kombi-servisi-flip-5-1920x1080.png");
}
.cid-u2Lx4FBuv8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2Lx4FBuv8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2Lx4FBuv8 .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .cid-u2Lx4FBuv8 .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-u2Lx4FBuv8 .mbr-section-head {
    margin-bottom: 50px;
  }
}
.cid-u2Lx4FBuv8 .mbr-section-title {
  color: #ce320c;
  margin-bottom: 0;
}
.cid-u2Lx4FBuv8 .mbr-section-subtitle {
  color: #353535;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .cid-u2Lx4FBuv8 .col-img {
    display: none;
  }
}
.cid-u2Lx4FBuv8 .img-wrap {
  width: 100%;
}
.cid-u2Lx4FBuv8 .img-wrap .img-box {
  width: 100%;
  border-radius: 65px 65px 0 65px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-u2Lx4FBuv8 .img-wrap .img-box {
    border-radius: 40px 40px 0 40px;
  }
}
.cid-u2Lx4FBuv8 .img-wrap .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-u2Lx4FBuv8 .mbr-iconfont {
  position: relative;
  font-size: 24px !important;
  font-family: 'Moririse2' !important;
  color: #987a5a;
  margin-left: 1rem;
  padding: 10px;
  transition: .3s all;
}
.cid-u2Lx4FBuv8 .mbr-iconfont:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(195, 195, 195, 0.9);
  opacity: 0;
  transition: .3s all;
}
.cid-u2Lx4FBuv8 .mbr-iconfont:before {
  position: relative;
  z-index: 2;
}
.cid-u2Lx4FBuv8 .panel-group {
  border: none;
  border-top: 1px solid #829d85;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-u2Lx4FBuv8 .panel-group {
    margin-top: 0;
  }
}
.cid-u2Lx4FBuv8 .card {
  border-bottom: 1px solid #829d85;
  border-radius: 0;
}
.cid-u2Lx4FBuv8 .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-u2Lx4FBuv8 .card-header {
    padding: 8px 0;
  }
}
.cid-u2Lx4FBuv8 .card-header:hover .mbr-iconfont {
  color: #829d85;
}
.cid-u2Lx4FBuv8 .card-header:hover .mbr-iconfont:after {
  opacity: 1;
}
.cid-u2Lx4FBuv8 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #987A5A;
}
.cid-u2Lx4FBuv8 .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-u2Lx4FBuv8 .panel-title-edit {
  color: #e31e25;
}
.cid-u2Lx4FBuv8 .panel-body {
  padding: 0 0 40px;
}
@media (max-width: 767px) {
  .cid-u2Lx4FBuv8 .panel-body {
    padding: 0 0 24px;
  }
}
.cid-u2Lx4FBuv8 .panel-text {
  color: #353535;
  margin: 0;
}
.cid-u2Lx5dPHFR {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-u2Lx5dPHFR .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2Lx5dPHFR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2Lx5dPHFR .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .cid-u2Lx5dPHFR .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-u2Lx5dPHFR .mbr-section-head {
    margin-bottom: 50px;
  }
}
.cid-u2Lx5dPHFR .mbr-section-title {
  color: #373f46;
  margin-bottom: 0;
}
.cid-u2Lx5dPHFR .mbr-section-subtitle {
  color: #353535;
  margin-top: 20px;
}
.cid-u2Lx5dPHFR .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-u2Lx5dPHFR .col-img {
    display: none;
  }
}
.cid-u2Lx5dPHFR .img-wrap {
  width: 100%;
}
.cid-u2Lx5dPHFR .img-wrap .img-box {
  width: 100%;
  border-radius: 65px 65px 0 65px;
  overflow: hidden;
  border-radius: 65px 65px 65px 0;
}
@media (max-width: 1199px) {
  .cid-u2Lx5dPHFR .img-wrap .img-box {
    border-radius: 40px 40px 0 40px;
    border-radius: 40px  40px 40px 0;
  }
}
.cid-u2Lx5dPHFR .img-wrap .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-u2Lx5dPHFR .mbr-iconfont {
  position: relative;
  font-size: 24px !important;
  font-family: 'Moririse2' !important;
  color: #987a5a;
  margin-left: 1rem;
  padding: 10px;
  transition: .3s all;
}
.cid-u2Lx5dPHFR .mbr-iconfont:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(195, 195, 195, 0.9);
  opacity: 0;
  transition: .3s all;
}
.cid-u2Lx5dPHFR .mbr-iconfont:before {
  position: relative;
  z-index: 2;
}
.cid-u2Lx5dPHFR .panel-group {
  border: none;
  border-top: 1px solid #829d85;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-u2Lx5dPHFR .panel-group {
    margin-top: 0;
  }
}
.cid-u2Lx5dPHFR .card {
  border-bottom: 1px solid #829d85;
  border-radius: 0;
}
.cid-u2Lx5dPHFR .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-u2Lx5dPHFR .card-header {
    padding: 8px 0;
  }
}
.cid-u2Lx5dPHFR .card-header:hover .mbr-iconfont {
  color: #829d85;
}
.cid-u2Lx5dPHFR .card-header:hover .mbr-iconfont:after {
  opacity: 1;
}
.cid-u2Lx5dPHFR .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #987A5A;
}
.cid-u2Lx5dPHFR .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-u2Lx5dPHFR .panel-title-edit {
  color: #e31e25;
}
.cid-u2Lx5dPHFR .panel-body {
  padding: 0 0 40px;
}
@media (max-width: 767px) {
  .cid-u2Lx5dPHFR .panel-body {
    padding: 0 0 24px;
  }
}
.cid-u2Lx5dPHFR .panel-text {
  color: #353535;
  margin: 0;
}
.cid-u0NZb4O2ni {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.cid-u0NZb4O2ni .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 30rem;
}
@media (max-width: 991px) {
  .cid-u0NZb4O2ni .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-u0NZb4O2ni .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-u0NZb4O2ni .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-u0NZb4O2ni .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-u0NZb4O2ni .footer-top {
  border-bottom: 2px solid #fafafa;
}
.cid-u0NZb4O2ni .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-u0NZb4O2ni .footer-item-title {
  margin-bottom: 13px;
  text-align: center;
  color: #ffffff;
}
.cid-u0NZb4O2ni .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: center;
}
.cid-u0NZb4O2ni .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-u0NZb4O2ni .soc-item a {
  color: #ffffff;
}
.cid-u0NZb4O2ni .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-u0NZb4O2ni .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-u0NZb4O2ni .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZb4O2ni .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-u0NZb4O2ni .mbr-tag,
.cid-u0NZb4O2ni .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-u0NZb4O2ni .copyright {
  color: #000000;
}
.cid-u0NZb9Ied4 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-u0NZb9Ied4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZb9Ied4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0NZb9Ied4 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u0NZb9Ied4 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u0NZb9Ied4 .container {
    padding: 0 20px;
  }
}
.cid-u0NZb9Ied4 .row {
  justify-content: center;
}
.cid-u0NZb9Ied4 .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u0NZb9Ied4 .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-u0NZb9Ied4 .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u0NZb9Ied4 .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-u0NZb9Ied4 .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-u0NZb9Ied4 .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-u0NZb9Ied4 .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-u0NZb9Ied4 .mbr-desc {
  color: #e4dfd4;
}
.cid-u0NZb9Ied4 .mbr-desc,
.cid-u0NZb9Ied4 .desc-wrapper {
  color: #232323;
  text-align: center;
}
.cid-u2Lx5ONZtp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ce320c;
}
.cid-u2Lx5ONZtp .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2Lx5ONZtp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2Lx5ONZtp .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u2Lx5ONZtp .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u2Lx5ONZtp .container {
    padding: 0 20px;
  }
}
.cid-u2Lx5ONZtp .title-wrapper {
  padding: 150px 0;
}
@media (max-width: 768px) {
  .cid-u2Lx5ONZtp .title-wrapper {
    padding: 50px 0;
  }
}
.cid-u2Lx5ONZtp .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u2Lx5ONZtp .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u2Lx5ONZtp .mbr-section-title {
  color: #ffffff;
}
.cid-u2Lx5ONZtp .mbr-section-title,
.cid-u2Lx5ONZtp .mbr-section-btn {
  text-align: center;
  color: #4c4c4c;
}
.cid-u0NZb7coUQ {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (min-width: 1400px) {
  .cid-u0NZb7coUQ .container {
    max-width: 1000px;
  }
}
.cid-u0NZb7coUQ .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  color: #000000;
  margin-bottom: 1rem;
  background: #ffffff;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.cid-u0NZb7coUQ .card-wrapper {
  margin-bottom: 2rem;
  border-top: 1px solid #efefef;
  padding-top: 2rem;
}
.cid-u0NZb7coUQ .row {
  justify-content: center;
}
.cid-u0NZb7coUQ .card-text {
  color: #353535;
}
.cid-u0NZb7coUQ .card-title,
.cid-u0NZb7coUQ .iconfont-wrapper {
  color: #e31e25;
}
.cid-u0NZb7coUQ .title {
  text-align: center;
}
.cid-u0NZb7coUQ text {
  text-align: center;
}
.cid-u19GBqQwsA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u19GBqQwsA .mbr-fallback-image.disabled {
  display: none;
}
.cid-u19GBqQwsA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u19GBqQwsA .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u19GBqQwsA .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u19GBqQwsA .container {
    padding: 0 20px;
  }
}
.cid-u19GBqQwsA .row {
  justify-content: center;
}
.cid-u19GBqQwsA .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u19GBqQwsA .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-u19GBqQwsA .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u19GBqQwsA .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-u19GBqQwsA .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-u19GBqQwsA .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-u19GBqQwsA .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-u19GBqQwsA .mbr-desc {
  color: #e4dfd4;
}
.cid-u19GBqQwsA .mbr-desc,
.cid-u19GBqQwsA .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-u0NZbKDTEM .navbar-dropdown {
  background: rgba(206, 50, 12, 0.9) !important;
  padding: 0;
}
.cid-u0NZbKDTEM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(206, 50, 12, 0.9) !important;
  background: #ce320c;
}
.cid-u0NZbKDTEM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u0NZbKDTEM .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u0NZbKDTEM .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u0NZbKDTEM .menu_box .navbar.opened,
  .cid-u0NZbKDTEM .menu_box .navbar-collapse {
    background-color: #ce320c !important;
    transition: all 0s ease 0s;
  }
}
.cid-u0NZbKDTEM .navbar-dropdown {
  position: relative !important;
}
.cid-u0NZbKDTEM .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u0NZbKDTEM .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u0NZbKDTEM .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u0NZbKDTEM .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u0NZbKDTEM .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u0NZbKDTEM .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-u0NZbKDTEM .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u0NZbKDTEM .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u0NZbKDTEM .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u0NZbKDTEM .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u0NZbKDTEM .offcanvas-body .mbr-text,
  .cid-u0NZbKDTEM .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u0NZbKDTEM .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u0NZbKDTEM .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u0NZbKDTEM .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-u0NZbKDTEM .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u0NZbKDTEM .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u0NZbKDTEM .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u0NZbKDTEM .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u0NZbKDTEM ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u0NZbKDTEM .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u0NZbKDTEM .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-u0NZbKDTEM .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u0NZbKDTEM li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u0NZbKDTEM .lg_brand {
    margin: 0 1rem;
  }
  .cid-u0NZbKDTEM .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u0NZbKDTEM .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u0NZbKDTEM .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u0NZbKDTEM .nav-item {
    margin: 0 !important;
  }
}
.cid-u0NZbKDTEM .nav-item .nav-link {
  position: relative;
}
.cid-u0NZbKDTEM .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-u0NZbKDTEM .nav-item .nav-link:hover,
.cid-u0NZbKDTEM .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffffff !important;
}
.cid-u0NZbKDTEM .nav-item .nav-link:hover::before,
.cid-u0NZbKDTEM .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-u0NZbKDTEM .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u0NZbKDTEM .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u0NZbKDTEM .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u0NZbKDTEM .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u0NZbKDTEM .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: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u0NZbKDTEM .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u0NZbKDTEM .offcanvas_box {
    display: none;
  }
}
.cid-u0NZbKDTEM .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u0NZbKDTEM .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u0NZbKDTEM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u0NZbKDTEM .container {
  display: flex;
  margin: auto;
}
.cid-u0NZbKDTEM .iconfont-wrapper {
  color: #ffffff;
  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-u0NZbKDTEM .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u0NZbKDTEM .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u0NZbKDTEM .navbar-caption {
  color: #ffffff;
}
.cid-u0NZbKDTEM .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u0NZbKDTEM .navbar-nav {
    margin: 0;
  }
}
.cid-u0NZbKDTEM .dropdown-menu,
.cid-u0NZbKDTEM .navbar.opened {
  background-color: true !important;
}
.cid-u0NZbKDTEM .nav-item:focus,
.cid-u0NZbKDTEM .nav-link:focus {
  outline: none;
}
.cid-u0NZbKDTEM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u0NZbKDTEM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u0NZbKDTEM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u0NZbKDTEM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u0NZbKDTEM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u0NZbKDTEM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u0NZbKDTEM .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u0NZbKDTEM .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u0NZbKDTEM .navbar.opened {
  transition: all 0.3s;
}
.cid-u0NZbKDTEM .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u0NZbKDTEM .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-u0NZbKDTEM .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u0NZbKDTEM .navbar.collapsed {
  justify-content: center;
}
.cid-u0NZbKDTEM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u0NZbKDTEM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u0NZbKDTEM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u0NZbKDTEM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u0NZbKDTEM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u0NZbKDTEM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u0NZbKDTEM .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u0NZbKDTEM .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u0NZbKDTEM .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u0NZbKDTEM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u0NZbKDTEM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u0NZbKDTEM .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u0NZbKDTEM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u0NZbKDTEM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u0NZbKDTEM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u0NZbKDTEM .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u0NZbKDTEM .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u0NZbKDTEM .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u0NZbKDTEM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u0NZbKDTEM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u0NZbKDTEM .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u0NZbKDTEM .navbar.navbar-short {
  min-height: 60px;
}
.cid-u0NZbKDTEM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u0NZbKDTEM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u0NZbKDTEM .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-u0NZbKDTEM .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u0NZbKDTEM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u0NZbKDTEM .dropdown-item.active,
.cid-u0NZbKDTEM .dropdown-item:active {
  background-color: transparent;
}
.cid-u0NZbKDTEM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u0NZbKDTEM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u0NZbKDTEM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u0NZbKDTEM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u0NZbKDTEM ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u0NZbKDTEM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u0NZbKDTEM button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ce320c;
  background: #232323;
}
.cid-u0NZbKDTEM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u0NZbKDTEM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u0NZbKDTEM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0NZbKDTEM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0NZbKDTEM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u0NZbKDTEM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0NZbKDTEM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u0NZbKDTEM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u0NZbKDTEM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0NZbKDTEM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u0NZbKDTEM .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-u0NZbKDTEM .navbar {
    height: 70px;
  }
  .cid-u0NZbKDTEM .navbar.opened {
    height: auto;
  }
  .cid-u0NZbKDTEM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u0NZbKDTEM .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u0NZbKDTEM .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-u0NZbKDTEM .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u0NZbKDTEM .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-u0NZbKDTEM .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u0NZbKDTEM .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-u0NZbKDTEM .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u0NZbKDTEM .text_widget {
  margin-bottom: 32px;
}
.cid-u0NZbKDTEM .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u0NZbKDTEM .text_widget a:hover {
  opacity: .5;
}
.cid-u0NZbKDTEM .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u0NZbKDTEM .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u0NZbKDTEM .mbr-section-subtitle,
.cid-u0NZbKDTEM .text_widget,
.cid-u0NZbKDTEM .mbr-section-btn {
  text-align: center;
}
.cid-u0NZbKDTEM a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u0NZbJTFwM {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u0NZbJTFwM .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZbJTFwM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u0NZbJTFwM .container {
    padding: 0 24px;
  }
}
.cid-u0NZbJTFwM .row {
  position: relative;
}
.cid-u0NZbJTFwM .row .card {
  justify-content: center;
}
.cid-u0NZbJTFwM .row .decor-wrapper {
  position: absolute;
  bottom: -16rem;
  right: -58rem;
  border: 120px solid #00a7dd;
  width: 2000px;
  height: 1000px;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-u0NZbJTFwM .row .decor-wrapper {
    right: -20rem;
  }
}
@media (max-width: 768px) {
  .cid-u0NZbJTFwM .row .decor-wrapper {
    height: 500px;
    right: -10rem;
  }
}
.cid-u0NZbJTFwM .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-u0NZbJTFwM .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u0NZbJTFwM .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-u0NZbJTFwM .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u0NZbJTFwM .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u0NZbJTFwM .title-wrapper .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-u0NZbJTFwM .title-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-u0NZbJTFwM .image-wrapper {
  position: relative;
}
.cid-u0NZbJTFwM .image-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u0NZbJTFwM .image-wrapper img {
    height: 350px;
  }
}
.cid-u0NZbJTFwM .mbr-section-title {
  color: #F5DF4D;
}
.cid-u0NZbJTFwM .mbr-text {
  color: #FF3399;
}
.cid-u0NZbJTFwM .mbr-section-title,
.cid-u0NZbJTFwM .mbr-section-btn {
  color: #ce320c;
  text-align: center;
}
.cid-u0NZbJTFwM .mbr-text,
.cid-u0NZbJTFwM .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-u2LwFeg4MG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u2LwFeg4MG .mbr-text {
  margin: 0;
}
.cid-u2LwFeg4MG .text-element {
  padding: 2rem;
  background-color: #f2f2f2;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-u2LwFeg4MG .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-u2LwFeg4MG .row-element,
.cid-u2LwFeg4MG .image-element {
  padding: 0;
}
.cid-u2LwFeg4MG .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u2LwFeg4MG .image-element .img-wrap {
  width: 100% !important;
}
.cid-u2LwFeg4MG .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-u2LwFeg4MG .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u2LwFeg4MG .carousel-item.active,
.cid-u2LwFeg4MG .carousel-item-next,
.cid-u2LwFeg4MG .carousel-item-prev {
  display: flex;
}
.cid-u2LwFeg4MG .carousel-indicators {
  left: 50%;
  margin: 20px auto 0;
  align-items: center;
  left: -50% !important;
}
.cid-u2LwFeg4MG .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #ffffff;
}
.cid-u2LwFeg4MG .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity 0.5s;
  background-color: #191919;
  font-size: 2rem;
  opacity: 0.5;
  border-width: 0px;
}
.cid-u2LwFeg4MG .carousel-indicators li:hover {
  opacity: 1;
}
.cid-u2LwFeg4MG .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-u2LwFeg4MG .carousel-controls {
    display: block;
  }
  .cid-u2LwFeg4MG .carousel-controls a {
    transition: opacity 0.5s;
    font-size: 2rem;
  }
  .cid-u2LwFeg4MG .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: 0.9;
  }
  .cid-u2LwFeg4MG .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-u2LwFeg4MG .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-u2LwFeg4MG .text-element {
    padding: 1rem;
  }
  .cid-u2LwFeg4MG .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u2LwFeg4MG .image-element {
    min-width: 50%;
  }
  .cid-u2LwFeg4MG .media-container-row {
    width: 100%;
  }
}
.cid-u2LwFeg4MG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2LwFeg4MG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2LwFeg4MG .mbr-title,
.cid-u2LwFeg4MG .ornament {
  color: #ce320c;
}
.cid-u2LwFLLQQN {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/deneme-tuzla-kombi-servisi-flip-5-1920x1080.png");
}
.cid-u2LwFLLQQN .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2LwFLLQQN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2LwFLLQQN .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .cid-u2LwFLLQQN .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-u2LwFLLQQN .mbr-section-head {
    margin-bottom: 50px;
  }
}
.cid-u2LwFLLQQN .mbr-section-title {
  color: #ce320c;
  margin-bottom: 0;
}
.cid-u2LwFLLQQN .mbr-section-subtitle {
  color: #353535;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .cid-u2LwFLLQQN .col-img {
    display: none;
  }
}
.cid-u2LwFLLQQN .img-wrap {
  width: 100%;
}
.cid-u2LwFLLQQN .img-wrap .img-box {
  width: 100%;
  border-radius: 65px 65px 0 65px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-u2LwFLLQQN .img-wrap .img-box {
    border-radius: 40px 40px 0 40px;
  }
}
.cid-u2LwFLLQQN .img-wrap .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-u2LwFLLQQN .mbr-iconfont {
  position: relative;
  font-size: 24px !important;
  font-family: 'Moririse2' !important;
  color: #987a5a;
  margin-left: 1rem;
  padding: 10px;
  transition: .3s all;
}
.cid-u2LwFLLQQN .mbr-iconfont:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(195, 195, 195, 0.9);
  opacity: 0;
  transition: .3s all;
}
.cid-u2LwFLLQQN .mbr-iconfont:before {
  position: relative;
  z-index: 2;
}
.cid-u2LwFLLQQN .panel-group {
  border: none;
  border-top: 1px solid #829d85;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-u2LwFLLQQN .panel-group {
    margin-top: 0;
  }
}
.cid-u2LwFLLQQN .card {
  border-bottom: 1px solid #829d85;
  border-radius: 0;
}
.cid-u2LwFLLQQN .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-u2LwFLLQQN .card-header {
    padding: 8px 0;
  }
}
.cid-u2LwFLLQQN .card-header:hover .mbr-iconfont {
  color: #829d85;
}
.cid-u2LwFLLQQN .card-header:hover .mbr-iconfont:after {
  opacity: 1;
}
.cid-u2LwFLLQQN .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #987A5A;
}
.cid-u2LwFLLQQN .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-u2LwFLLQQN .panel-title-edit {
  color: #e31e25;
}
.cid-u2LwFLLQQN .panel-body {
  padding: 0 0 40px;
}
@media (max-width: 767px) {
  .cid-u2LwFLLQQN .panel-body {
    padding: 0 0 24px;
  }
}
.cid-u2LwFLLQQN .panel-text {
  color: #353535;
  margin: 0;
}
.cid-u2LwGmNY8k {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-u2LwGmNY8k .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2LwGmNY8k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2LwGmNY8k .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .cid-u2LwGmNY8k .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-u2LwGmNY8k .mbr-section-head {
    margin-bottom: 50px;
  }
}
.cid-u2LwGmNY8k .mbr-section-title {
  color: #373f46;
  margin-bottom: 0;
}
.cid-u2LwGmNY8k .mbr-section-subtitle {
  color: #353535;
  margin-top: 20px;
}
.cid-u2LwGmNY8k .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-u2LwGmNY8k .col-img {
    display: none;
  }
}
.cid-u2LwGmNY8k .img-wrap {
  width: 100%;
}
.cid-u2LwGmNY8k .img-wrap .img-box {
  width: 100%;
  border-radius: 65px 65px 0 65px;
  overflow: hidden;
  border-radius: 65px 65px 65px 0;
}
@media (max-width: 1199px) {
  .cid-u2LwGmNY8k .img-wrap .img-box {
    border-radius: 40px 40px 0 40px;
    border-radius: 40px  40px 40px 0;
  }
}
.cid-u2LwGmNY8k .img-wrap .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-u2LwGmNY8k .mbr-iconfont {
  position: relative;
  font-size: 24px !important;
  font-family: 'Moririse2' !important;
  color: #987a5a;
  margin-left: 1rem;
  padding: 10px;
  transition: .3s all;
}
.cid-u2LwGmNY8k .mbr-iconfont:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(195, 195, 195, 0.9);
  opacity: 0;
  transition: .3s all;
}
.cid-u2LwGmNY8k .mbr-iconfont:before {
  position: relative;
  z-index: 2;
}
.cid-u2LwGmNY8k .panel-group {
  border: none;
  border-top: 1px solid #829d85;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-u2LwGmNY8k .panel-group {
    margin-top: 0;
  }
}
.cid-u2LwGmNY8k .card {
  border-bottom: 1px solid #829d85;
  border-radius: 0;
}
.cid-u2LwGmNY8k .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-u2LwGmNY8k .card-header {
    padding: 8px 0;
  }
}
.cid-u2LwGmNY8k .card-header:hover .mbr-iconfont {
  color: #829d85;
}
.cid-u2LwGmNY8k .card-header:hover .mbr-iconfont:after {
  opacity: 1;
}
.cid-u2LwGmNY8k .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #987A5A;
}
.cid-u2LwGmNY8k .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-u2LwGmNY8k .panel-title-edit {
  color: #e31e25;
}
.cid-u2LwGmNY8k .panel-body {
  padding: 0 0 40px;
}
@media (max-width: 767px) {
  .cid-u2LwGmNY8k .panel-body {
    padding: 0 0 24px;
  }
}
.cid-u2LwGmNY8k .panel-text {
  color: #353535;
  margin: 0;
}
.cid-u0NZbOeScr {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.cid-u0NZbOeScr .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 30rem;
}
@media (max-width: 991px) {
  .cid-u0NZbOeScr .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-u0NZbOeScr .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-u0NZbOeScr .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-u0NZbOeScr .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-u0NZbOeScr .footer-top {
  border-bottom: 2px solid #fafafa;
}
.cid-u0NZbOeScr .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-u0NZbOeScr .footer-item-title {
  margin-bottom: 13px;
  text-align: center;
  color: #ffffff;
}
.cid-u0NZbOeScr .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: center;
}
.cid-u0NZbOeScr .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-u0NZbOeScr .soc-item a {
  color: #ffffff;
}
.cid-u0NZbOeScr .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-u0NZbOeScr .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-u0NZbOeScr .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZbOeScr .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-u0NZbOeScr .mbr-tag,
.cid-u0NZbOeScr .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-u0NZbOeScr .copyright {
  color: #000000;
}
.cid-u0NZbTzEEk {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-u0NZbTzEEk .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZbTzEEk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0NZbTzEEk .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u0NZbTzEEk .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u0NZbTzEEk .container {
    padding: 0 20px;
  }
}
.cid-u0NZbTzEEk .row {
  justify-content: center;
}
.cid-u0NZbTzEEk .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u0NZbTzEEk .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-u0NZbTzEEk .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u0NZbTzEEk .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-u0NZbTzEEk .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-u0NZbTzEEk .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-u0NZbTzEEk .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-u0NZbTzEEk .mbr-desc {
  color: #e4dfd4;
}
.cid-u0NZbTzEEk .mbr-desc,
.cid-u0NZbTzEEk .desc-wrapper {
  color: #232323;
  text-align: center;
}
.cid-u2LwHnlAvi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ce320c;
}
.cid-u2LwHnlAvi .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2LwHnlAvi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2LwHnlAvi .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u2LwHnlAvi .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u2LwHnlAvi .container {
    padding: 0 20px;
  }
}
.cid-u2LwHnlAvi .title-wrapper {
  padding: 150px 0;
}
@media (max-width: 768px) {
  .cid-u2LwHnlAvi .title-wrapper {
    padding: 50px 0;
  }
}
.cid-u2LwHnlAvi .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u2LwHnlAvi .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u2LwHnlAvi .mbr-section-title {
  color: #ffffff;
}
.cid-u2LwHnlAvi .mbr-section-title,
.cid-u2LwHnlAvi .mbr-section-btn {
  text-align: center;
  color: #4c4c4c;
}
.cid-u0NZbR1y3w {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (min-width: 1400px) {
  .cid-u0NZbR1y3w .container {
    max-width: 1000px;
  }
}
.cid-u0NZbR1y3w .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  color: #000000;
  margin-bottom: 1rem;
  background: #ffffff;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.cid-u0NZbR1y3w .card-wrapper {
  margin-bottom: 2rem;
  border-top: 1px solid #efefef;
  padding-top: 2rem;
}
.cid-u0NZbR1y3w .row {
  justify-content: center;
}
.cid-u0NZbR1y3w .card-text {
  color: #353535;
}
.cid-u0NZbR1y3w .card-title,
.cid-u0NZbR1y3w .iconfont-wrapper {
  color: #e31e25;
}
.cid-u0NZbR1y3w .title {
  text-align: center;
}
.cid-u0NZbR1y3w text {
  text-align: center;
}
.cid-u19Hf5w5m4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u19Hf5w5m4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u19Hf5w5m4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u19Hf5w5m4 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u19Hf5w5m4 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u19Hf5w5m4 .container {
    padding: 0 20px;
  }
}
.cid-u19Hf5w5m4 .row {
  justify-content: center;
}
.cid-u19Hf5w5m4 .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u19Hf5w5m4 .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-u19Hf5w5m4 .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u19Hf5w5m4 .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-u19Hf5w5m4 .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-u19Hf5w5m4 .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-u19Hf5w5m4 .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-u19Hf5w5m4 .mbr-desc {
  color: #e4dfd4;
}
.cid-u19Hf5w5m4 .mbr-desc,
.cid-u19Hf5w5m4 .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-u0NZdm17H5 .navbar-dropdown {
  background: rgba(206, 50, 12, 0.9) !important;
  padding: 0;
}
.cid-u0NZdm17H5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(206, 50, 12, 0.9) !important;
  background: #ce320c;
}
.cid-u0NZdm17H5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u0NZdm17H5 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u0NZdm17H5 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u0NZdm17H5 .menu_box .navbar.opened,
  .cid-u0NZdm17H5 .menu_box .navbar-collapse {
    background-color: #ce320c !important;
    transition: all 0s ease 0s;
  }
}
.cid-u0NZdm17H5 .navbar-dropdown {
  position: relative !important;
}
.cid-u0NZdm17H5 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u0NZdm17H5 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u0NZdm17H5 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u0NZdm17H5 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u0NZdm17H5 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u0NZdm17H5 .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-u0NZdm17H5 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u0NZdm17H5 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u0NZdm17H5 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u0NZdm17H5 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u0NZdm17H5 .offcanvas-body .mbr-text,
  .cid-u0NZdm17H5 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u0NZdm17H5 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u0NZdm17H5 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u0NZdm17H5 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-u0NZdm17H5 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u0NZdm17H5 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u0NZdm17H5 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u0NZdm17H5 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u0NZdm17H5 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u0NZdm17H5 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u0NZdm17H5 .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-u0NZdm17H5 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u0NZdm17H5 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u0NZdm17H5 .lg_brand {
    margin: 0 1rem;
  }
  .cid-u0NZdm17H5 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u0NZdm17H5 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u0NZdm17H5 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u0NZdm17H5 .nav-item {
    margin: 0 !important;
  }
}
.cid-u0NZdm17H5 .nav-item .nav-link {
  position: relative;
}
.cid-u0NZdm17H5 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-u0NZdm17H5 .nav-item .nav-link:hover,
.cid-u0NZdm17H5 .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffffff !important;
}
.cid-u0NZdm17H5 .nav-item .nav-link:hover::before,
.cid-u0NZdm17H5 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-u0NZdm17H5 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u0NZdm17H5 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u0NZdm17H5 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u0NZdm17H5 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u0NZdm17H5 .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: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u0NZdm17H5 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u0NZdm17H5 .offcanvas_box {
    display: none;
  }
}
.cid-u0NZdm17H5 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u0NZdm17H5 .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u0NZdm17H5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u0NZdm17H5 .container {
  display: flex;
  margin: auto;
}
.cid-u0NZdm17H5 .iconfont-wrapper {
  color: #ffffff;
  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-u0NZdm17H5 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u0NZdm17H5 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u0NZdm17H5 .navbar-caption {
  color: #ffffff;
}
.cid-u0NZdm17H5 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u0NZdm17H5 .navbar-nav {
    margin: 0;
  }
}
.cid-u0NZdm17H5 .dropdown-menu,
.cid-u0NZdm17H5 .navbar.opened {
  background-color: true !important;
}
.cid-u0NZdm17H5 .nav-item:focus,
.cid-u0NZdm17H5 .nav-link:focus {
  outline: none;
}
.cid-u0NZdm17H5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u0NZdm17H5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u0NZdm17H5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u0NZdm17H5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u0NZdm17H5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u0NZdm17H5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u0NZdm17H5 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u0NZdm17H5 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u0NZdm17H5 .navbar.opened {
  transition: all 0.3s;
}
.cid-u0NZdm17H5 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u0NZdm17H5 .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-u0NZdm17H5 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u0NZdm17H5 .navbar.collapsed {
  justify-content: center;
}
.cid-u0NZdm17H5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u0NZdm17H5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u0NZdm17H5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u0NZdm17H5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u0NZdm17H5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u0NZdm17H5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u0NZdm17H5 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u0NZdm17H5 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u0NZdm17H5 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u0NZdm17H5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u0NZdm17H5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u0NZdm17H5 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u0NZdm17H5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u0NZdm17H5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u0NZdm17H5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u0NZdm17H5 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u0NZdm17H5 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u0NZdm17H5 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u0NZdm17H5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u0NZdm17H5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u0NZdm17H5 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u0NZdm17H5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u0NZdm17H5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u0NZdm17H5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u0NZdm17H5 .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-u0NZdm17H5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u0NZdm17H5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u0NZdm17H5 .dropdown-item.active,
.cid-u0NZdm17H5 .dropdown-item:active {
  background-color: transparent;
}
.cid-u0NZdm17H5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u0NZdm17H5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u0NZdm17H5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u0NZdm17H5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u0NZdm17H5 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u0NZdm17H5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u0NZdm17H5 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ce320c;
  background: #232323;
}
.cid-u0NZdm17H5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u0NZdm17H5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u0NZdm17H5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0NZdm17H5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0NZdm17H5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u0NZdm17H5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0NZdm17H5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u0NZdm17H5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u0NZdm17H5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0NZdm17H5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u0NZdm17H5 .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-u0NZdm17H5 .navbar {
    height: 70px;
  }
  .cid-u0NZdm17H5 .navbar.opened {
    height: auto;
  }
  .cid-u0NZdm17H5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u0NZdm17H5 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u0NZdm17H5 .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-u0NZdm17H5 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u0NZdm17H5 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-u0NZdm17H5 .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u0NZdm17H5 .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-u0NZdm17H5 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u0NZdm17H5 .text_widget {
  margin-bottom: 32px;
}
.cid-u0NZdm17H5 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u0NZdm17H5 .text_widget a:hover {
  opacity: .5;
}
.cid-u0NZdm17H5 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u0NZdm17H5 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u0NZdm17H5 .mbr-section-subtitle,
.cid-u0NZdm17H5 .text_widget,
.cid-u0NZdm17H5 .mbr-section-btn {
  text-align: center;
}
.cid-u0NZdm17H5 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u0NZdlFarp {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u0NZdlFarp .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZdlFarp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u0NZdlFarp .container {
    padding: 0 24px;
  }
}
.cid-u0NZdlFarp .row {
  position: relative;
}
.cid-u0NZdlFarp .row .card {
  justify-content: center;
}
.cid-u0NZdlFarp .row .decor-wrapper {
  position: absolute;
  bottom: -16rem;
  right: -58rem;
  border: 120px solid #00a7dd;
  width: 2000px;
  height: 1000px;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-u0NZdlFarp .row .decor-wrapper {
    right: -20rem;
  }
}
@media (max-width: 768px) {
  .cid-u0NZdlFarp .row .decor-wrapper {
    height: 500px;
    right: -10rem;
  }
}
.cid-u0NZdlFarp .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-u0NZdlFarp .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u0NZdlFarp .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-u0NZdlFarp .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u0NZdlFarp .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u0NZdlFarp .title-wrapper .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-u0NZdlFarp .title-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-u0NZdlFarp .image-wrapper {
  position: relative;
}
.cid-u0NZdlFarp .image-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u0NZdlFarp .image-wrapper img {
    height: 350px;
  }
}
.cid-u0NZdlFarp .mbr-section-title {
  color: #F5DF4D;
}
.cid-u0NZdlFarp .mbr-text {
  color: #FF3399;
}
.cid-u0NZdlFarp .mbr-section-title,
.cid-u0NZdlFarp .mbr-section-btn {
  color: #ce320c;
  text-align: center;
}
.cid-u0NZdlFarp .mbr-text,
.cid-u0NZdlFarp .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-u2LvQR05Mt {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u2LvQR05Mt .mbr-text {
  margin: 0;
}
.cid-u2LvQR05Mt .text-element {
  padding: 2rem;
  background-color: #f2f2f2;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-u2LvQR05Mt .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-u2LvQR05Mt .row-element,
.cid-u2LvQR05Mt .image-element {
  padding: 0;
}
.cid-u2LvQR05Mt .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u2LvQR05Mt .image-element .img-wrap {
  width: 100% !important;
}
.cid-u2LvQR05Mt .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-u2LvQR05Mt .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u2LvQR05Mt .carousel-item.active,
.cid-u2LvQR05Mt .carousel-item-next,
.cid-u2LvQR05Mt .carousel-item-prev {
  display: flex;
}
.cid-u2LvQR05Mt .carousel-indicators {
  left: 50%;
  margin: 20px auto 0;
  align-items: center;
  left: -50% !important;
}
.cid-u2LvQR05Mt .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #ffffff;
}
.cid-u2LvQR05Mt .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity 0.5s;
  background-color: #191919;
  font-size: 2rem;
  opacity: 0.5;
  border-width: 0px;
}
.cid-u2LvQR05Mt .carousel-indicators li:hover {
  opacity: 1;
}
.cid-u2LvQR05Mt .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-u2LvQR05Mt .carousel-controls {
    display: block;
  }
  .cid-u2LvQR05Mt .carousel-controls a {
    transition: opacity 0.5s;
    font-size: 2rem;
  }
  .cid-u2LvQR05Mt .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: 0.9;
  }
  .cid-u2LvQR05Mt .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-u2LvQR05Mt .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-u2LvQR05Mt .text-element {
    padding: 1rem;
  }
  .cid-u2LvQR05Mt .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u2LvQR05Mt .image-element {
    min-width: 50%;
  }
  .cid-u2LvQR05Mt .media-container-row {
    width: 100%;
  }
}
.cid-u2LvQR05Mt .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2LvQR05Mt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2LvQR05Mt .mbr-title,
.cid-u2LvQR05Mt .ornament {
  color: #ce320c;
}
.cid-u2LvRHkpHd {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/deneme-tuzla-kombi-servisi-flip-5-1920x1080.png");
}
.cid-u2LvRHkpHd .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2LvRHkpHd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2LvRHkpHd .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .cid-u2LvRHkpHd .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-u2LvRHkpHd .mbr-section-head {
    margin-bottom: 50px;
  }
}
.cid-u2LvRHkpHd .mbr-section-title {
  color: #ce320c;
  margin-bottom: 0;
}
.cid-u2LvRHkpHd .mbr-section-subtitle {
  color: #353535;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .cid-u2LvRHkpHd .col-img {
    display: none;
  }
}
.cid-u2LvRHkpHd .img-wrap {
  width: 100%;
}
.cid-u2LvRHkpHd .img-wrap .img-box {
  width: 100%;
  border-radius: 65px 65px 0 65px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-u2LvRHkpHd .img-wrap .img-box {
    border-radius: 40px 40px 0 40px;
  }
}
.cid-u2LvRHkpHd .img-wrap .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-u2LvRHkpHd .mbr-iconfont {
  position: relative;
  font-size: 24px !important;
  font-family: 'Moririse2' !important;
  color: #987a5a;
  margin-left: 1rem;
  padding: 10px;
  transition: .3s all;
}
.cid-u2LvRHkpHd .mbr-iconfont:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(195, 195, 195, 0.9);
  opacity: 0;
  transition: .3s all;
}
.cid-u2LvRHkpHd .mbr-iconfont:before {
  position: relative;
  z-index: 2;
}
.cid-u2LvRHkpHd .panel-group {
  border: none;
  border-top: 1px solid #829d85;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-u2LvRHkpHd .panel-group {
    margin-top: 0;
  }
}
.cid-u2LvRHkpHd .card {
  border-bottom: 1px solid #829d85;
  border-radius: 0;
}
.cid-u2LvRHkpHd .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-u2LvRHkpHd .card-header {
    padding: 8px 0;
  }
}
.cid-u2LvRHkpHd .card-header:hover .mbr-iconfont {
  color: #829d85;
}
.cid-u2LvRHkpHd .card-header:hover .mbr-iconfont:after {
  opacity: 1;
}
.cid-u2LvRHkpHd .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #987A5A;
}
.cid-u2LvRHkpHd .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-u2LvRHkpHd .panel-title-edit {
  color: #e31e25;
}
.cid-u2LvRHkpHd .panel-body {
  padding: 0 0 40px;
}
@media (max-width: 767px) {
  .cid-u2LvRHkpHd .panel-body {
    padding: 0 0 24px;
  }
}
.cid-u2LvRHkpHd .panel-text {
  color: #353535;
  margin: 0;
}
.cid-u2LvSd6uMa {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-u2LvSd6uMa .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2LvSd6uMa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2LvSd6uMa .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .cid-u2LvSd6uMa .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-u2LvSd6uMa .mbr-section-head {
    margin-bottom: 50px;
  }
}
.cid-u2LvSd6uMa .mbr-section-title {
  color: #373f46;
  margin-bottom: 0;
}
.cid-u2LvSd6uMa .mbr-section-subtitle {
  color: #353535;
  margin-top: 20px;
}
.cid-u2LvSd6uMa .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-u2LvSd6uMa .col-img {
    display: none;
  }
}
.cid-u2LvSd6uMa .img-wrap {
  width: 100%;
}
.cid-u2LvSd6uMa .img-wrap .img-box {
  width: 100%;
  border-radius: 65px 65px 0 65px;
  overflow: hidden;
  border-radius: 65px 65px 65px 0;
}
@media (max-width: 1199px) {
  .cid-u2LvSd6uMa .img-wrap .img-box {
    border-radius: 40px 40px 0 40px;
    border-radius: 40px  40px 40px 0;
  }
}
.cid-u2LvSd6uMa .img-wrap .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-u2LvSd6uMa .mbr-iconfont {
  position: relative;
  font-size: 24px !important;
  font-family: 'Moririse2' !important;
  color: #987a5a;
  margin-left: 1rem;
  padding: 10px;
  transition: .3s all;
}
.cid-u2LvSd6uMa .mbr-iconfont:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(195, 195, 195, 0.9);
  opacity: 0;
  transition: .3s all;
}
.cid-u2LvSd6uMa .mbr-iconfont:before {
  position: relative;
  z-index: 2;
}
.cid-u2LvSd6uMa .panel-group {
  border: none;
  border-top: 1px solid #829d85;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-u2LvSd6uMa .panel-group {
    margin-top: 0;
  }
}
.cid-u2LvSd6uMa .card {
  border-bottom: 1px solid #829d85;
  border-radius: 0;
}
.cid-u2LvSd6uMa .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-u2LvSd6uMa .card-header {
    padding: 8px 0;
  }
}
.cid-u2LvSd6uMa .card-header:hover .mbr-iconfont {
  color: #829d85;
}
.cid-u2LvSd6uMa .card-header:hover .mbr-iconfont:after {
  opacity: 1;
}
.cid-u2LvSd6uMa .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #987A5A;
}
.cid-u2LvSd6uMa .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-u2LvSd6uMa .panel-title-edit {
  color: #e31e25;
}
.cid-u2LvSd6uMa .panel-body {
  padding: 0 0 40px;
}
@media (max-width: 767px) {
  .cid-u2LvSd6uMa .panel-body {
    padding: 0 0 24px;
  }
}
.cid-u2LvSd6uMa .panel-text {
  color: #353535;
  margin: 0;
}
.cid-u0NZds2lYe {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-u0NZds2lYe .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZds2lYe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0NZds2lYe .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u0NZds2lYe .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u0NZds2lYe .container {
    padding: 0 20px;
  }
}
.cid-u0NZds2lYe .row {
  justify-content: center;
}
.cid-u0NZds2lYe .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u0NZds2lYe .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-u0NZds2lYe .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u0NZds2lYe .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-u0NZds2lYe .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-u0NZds2lYe .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-u0NZds2lYe .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-u0NZds2lYe .mbr-desc {
  color: #e4dfd4;
}
.cid-u0NZds2lYe .mbr-desc,
.cid-u0NZds2lYe .desc-wrapper {
  color: #232323;
  text-align: center;
}
.cid-u0NZdnenUV {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.cid-u0NZdnenUV .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 30rem;
}
@media (max-width: 991px) {
  .cid-u0NZdnenUV .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-u0NZdnenUV .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-u0NZdnenUV .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-u0NZdnenUV .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-u0NZdnenUV .footer-top {
  border-bottom: 2px solid #fafafa;
}
.cid-u0NZdnenUV .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-u0NZdnenUV .footer-item-title {
  margin-bottom: 13px;
  text-align: center;
  color: #ffffff;
}
.cid-u0NZdnenUV .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: center;
}
.cid-u0NZdnenUV .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-u0NZdnenUV .soc-item a {
  color: #ffffff;
}
.cid-u0NZdnenUV .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-u0NZdnenUV .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-u0NZdnenUV .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZdnenUV .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-u0NZdnenUV .mbr-tag,
.cid-u0NZdnenUV .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-u0NZdnenUV .copyright {
  color: #000000;
}
.cid-u19Hnt06R7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-u19Hnt06R7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u19Hnt06R7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u19Hnt06R7 .container {
    padding: 0 20px;
  }
}
.cid-u19Hnt06R7 .row {
  justify-content: center;
}
.cid-u19Hnt06R7 .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u19Hnt06R7 .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-u19Hnt06R7 .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u19Hnt06R7 .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-u19Hnt06R7 .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-u19Hnt06R7 .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-u19Hnt06R7 .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-u19Hnt06R7 .mbr-desc {
  color: #e4dfd4;
}
.cid-u19Hnt06R7 .mbr-desc,
.cid-u19Hnt06R7 .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-u2LvSQN3Pp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ce320c;
}
.cid-u2LvSQN3Pp .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2LvSQN3Pp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2LvSQN3Pp .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u2LvSQN3Pp .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u2LvSQN3Pp .container {
    padding: 0 20px;
  }
}
.cid-u2LvSQN3Pp .title-wrapper {
  padding: 150px 0;
}
@media (max-width: 768px) {
  .cid-u2LvSQN3Pp .title-wrapper {
    padding: 50px 0;
  }
}
.cid-u2LvSQN3Pp .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u2LvSQN3Pp .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u2LvSQN3Pp .mbr-section-title {
  color: #ffffff;
}
.cid-u2LvSQN3Pp .mbr-section-title,
.cid-u2LvSQN3Pp .mbr-section-btn {
  text-align: center;
  color: #4c4c4c;
}
.cid-u0NZdpwZFj {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (min-width: 1400px) {
  .cid-u0NZdpwZFj .container {
    max-width: 1000px;
  }
}
.cid-u0NZdpwZFj .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  color: #000000;
  margin-bottom: 1rem;
  background: #ffffff;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.cid-u0NZdpwZFj .card-wrapper {
  margin-bottom: 2rem;
  border-top: 1px solid #efefef;
  padding-top: 2rem;
}
.cid-u0NZdpwZFj .row {
  justify-content: center;
}
.cid-u0NZdpwZFj .card-text {
  color: #353535;
}
.cid-u0NZdpwZFj .card-title,
.cid-u0NZdpwZFj .iconfont-wrapper {
  color: #e31e25;
}
.cid-u0NZdpwZFj .title {
  text-align: center;
}
.cid-u0NZdpwZFj text {
  text-align: center;
}
.cid-u19A3Y4pe1 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u19A3Y4pe1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u19A3Y4pe1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u19A3Y4pe1 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u19A3Y4pe1 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u19A3Y4pe1 .container {
    padding: 0 20px;
  }
}
.cid-u19A3Y4pe1 .row {
  justify-content: center;
}
.cid-u19A3Y4pe1 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u19A3Y4pe1 .card {
  margin-bottom: 50px;
}
.cid-u19A3Y4pe1 .card .card-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.cid-u19A3Y4pe1 .card .card-wrap .mbr-date {
  margin-bottom: 24px;
}
.cid-u19A3Y4pe1 .card .card-wrap a {
  display: block;
}
.cid-u19A3Y4pe1 .card .card-wrap a:hover .mbr-text {
  text-decoration: underline;
}
.cid-u19A3Y4pe1 .card .card-wrap a .mbr-text {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u19A3Y4pe1 .mbr-section-title {
  color: #ffffff;
}
.cid-u19A3Y4pe1 .mbr-date {
  color: #ffffff;
}
.cid-u19A3Y4pe1 .mbr-text {
  color: #ffffff;
}
.cid-u19A3Y4pe1 .mbr-section-title,
.cid-u19A3Y4pe1 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-u0NZe3wL5C .navbar-dropdown {
  background: rgba(206, 50, 12, 0.9) !important;
  padding: 0;
}
.cid-u0NZe3wL5C .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(206, 50, 12, 0.9) !important;
  background: #ce320c;
}
.cid-u0NZe3wL5C .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u0NZe3wL5C .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u0NZe3wL5C .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u0NZe3wL5C .menu_box .navbar.opened,
  .cid-u0NZe3wL5C .menu_box .navbar-collapse {
    background-color: #ce320c !important;
    transition: all 0s ease 0s;
  }
}
.cid-u0NZe3wL5C .navbar-dropdown {
  position: relative !important;
}
.cid-u0NZe3wL5C .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u0NZe3wL5C .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u0NZe3wL5C .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u0NZe3wL5C .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u0NZe3wL5C .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u0NZe3wL5C .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-u0NZe3wL5C .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u0NZe3wL5C .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u0NZe3wL5C .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u0NZe3wL5C .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u0NZe3wL5C .offcanvas-body .mbr-text,
  .cid-u0NZe3wL5C .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u0NZe3wL5C .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u0NZe3wL5C .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u0NZe3wL5C .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-u0NZe3wL5C .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u0NZe3wL5C .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u0NZe3wL5C .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u0NZe3wL5C .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u0NZe3wL5C ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u0NZe3wL5C .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u0NZe3wL5C .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-u0NZe3wL5C .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u0NZe3wL5C li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u0NZe3wL5C .lg_brand {
    margin: 0 1rem;
  }
  .cid-u0NZe3wL5C .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u0NZe3wL5C .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u0NZe3wL5C .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u0NZe3wL5C .nav-item {
    margin: 0 !important;
  }
}
.cid-u0NZe3wL5C .nav-item .nav-link {
  position: relative;
}
.cid-u0NZe3wL5C .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-u0NZe3wL5C .nav-item .nav-link:hover,
.cid-u0NZe3wL5C .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffffff !important;
}
.cid-u0NZe3wL5C .nav-item .nav-link:hover::before,
.cid-u0NZe3wL5C .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-u0NZe3wL5C .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u0NZe3wL5C .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u0NZe3wL5C .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u0NZe3wL5C .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u0NZe3wL5C .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: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u0NZe3wL5C .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u0NZe3wL5C .offcanvas_box {
    display: none;
  }
}
.cid-u0NZe3wL5C .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u0NZe3wL5C .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u0NZe3wL5C .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u0NZe3wL5C .container {
  display: flex;
  margin: auto;
}
.cid-u0NZe3wL5C .iconfont-wrapper {
  color: #ffffff;
  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-u0NZe3wL5C .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u0NZe3wL5C .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u0NZe3wL5C .navbar-caption {
  color: #ffffff;
}
.cid-u0NZe3wL5C .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u0NZe3wL5C .navbar-nav {
    margin: 0;
  }
}
.cid-u0NZe3wL5C .dropdown-menu,
.cid-u0NZe3wL5C .navbar.opened {
  background-color: true !important;
}
.cid-u0NZe3wL5C .nav-item:focus,
.cid-u0NZe3wL5C .nav-link:focus {
  outline: none;
}
.cid-u0NZe3wL5C .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u0NZe3wL5C .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u0NZe3wL5C .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u0NZe3wL5C .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u0NZe3wL5C .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u0NZe3wL5C .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u0NZe3wL5C .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u0NZe3wL5C .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u0NZe3wL5C .navbar.opened {
  transition: all 0.3s;
}
.cid-u0NZe3wL5C .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u0NZe3wL5C .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-u0NZe3wL5C .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u0NZe3wL5C .navbar.collapsed {
  justify-content: center;
}
.cid-u0NZe3wL5C .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u0NZe3wL5C .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u0NZe3wL5C .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u0NZe3wL5C .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u0NZe3wL5C .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u0NZe3wL5C .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u0NZe3wL5C .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u0NZe3wL5C .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u0NZe3wL5C .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u0NZe3wL5C .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u0NZe3wL5C .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u0NZe3wL5C .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u0NZe3wL5C .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u0NZe3wL5C .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u0NZe3wL5C .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u0NZe3wL5C .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u0NZe3wL5C .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u0NZe3wL5C .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u0NZe3wL5C .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u0NZe3wL5C .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u0NZe3wL5C .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u0NZe3wL5C .navbar.navbar-short {
  min-height: 60px;
}
.cid-u0NZe3wL5C .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u0NZe3wL5C .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u0NZe3wL5C .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-u0NZe3wL5C .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u0NZe3wL5C .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u0NZe3wL5C .dropdown-item.active,
.cid-u0NZe3wL5C .dropdown-item:active {
  background-color: transparent;
}
.cid-u0NZe3wL5C .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u0NZe3wL5C .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u0NZe3wL5C .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u0NZe3wL5C .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u0NZe3wL5C ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u0NZe3wL5C .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u0NZe3wL5C button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ce320c;
  background: #232323;
}
.cid-u0NZe3wL5C button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u0NZe3wL5C button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u0NZe3wL5C button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0NZe3wL5C button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0NZe3wL5C button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u0NZe3wL5C nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0NZe3wL5C nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u0NZe3wL5C nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u0NZe3wL5C nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0NZe3wL5C a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u0NZe3wL5C .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-u0NZe3wL5C .navbar {
    height: 70px;
  }
  .cid-u0NZe3wL5C .navbar.opened {
    height: auto;
  }
  .cid-u0NZe3wL5C .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u0NZe3wL5C .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u0NZe3wL5C .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-u0NZe3wL5C .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u0NZe3wL5C .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-u0NZe3wL5C .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u0NZe3wL5C .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-u0NZe3wL5C .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u0NZe3wL5C .text_widget {
  margin-bottom: 32px;
}
.cid-u0NZe3wL5C .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u0NZe3wL5C .text_widget a:hover {
  opacity: .5;
}
.cid-u0NZe3wL5C .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u0NZe3wL5C .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u0NZe3wL5C .mbr-section-subtitle,
.cid-u0NZe3wL5C .text_widget,
.cid-u0NZe3wL5C .mbr-section-btn {
  text-align: center;
}
.cid-u0NZe3wL5C a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u0NZe2q6Yz {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u0NZe2q6Yz .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZe2q6Yz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u0NZe2q6Yz .container {
    padding: 0 24px;
  }
}
.cid-u0NZe2q6Yz .row {
  position: relative;
}
.cid-u0NZe2q6Yz .row .card {
  justify-content: center;
}
.cid-u0NZe2q6Yz .row .decor-wrapper {
  position: absolute;
  bottom: -16rem;
  right: -58rem;
  border: 120px solid #00a7dd;
  width: 2000px;
  height: 1000px;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-u0NZe2q6Yz .row .decor-wrapper {
    right: -20rem;
  }
}
@media (max-width: 768px) {
  .cid-u0NZe2q6Yz .row .decor-wrapper {
    height: 500px;
    right: -10rem;
  }
}
.cid-u0NZe2q6Yz .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-u0NZe2q6Yz .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u0NZe2q6Yz .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-u0NZe2q6Yz .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u0NZe2q6Yz .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u0NZe2q6Yz .title-wrapper .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-u0NZe2q6Yz .title-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-u0NZe2q6Yz .image-wrapper {
  position: relative;
}
.cid-u0NZe2q6Yz .image-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u0NZe2q6Yz .image-wrapper img {
    height: 350px;
  }
}
.cid-u0NZe2q6Yz .mbr-section-title {
  color: #F5DF4D;
}
.cid-u0NZe2q6Yz .mbr-text {
  color: #FF3399;
}
.cid-u0NZe2q6Yz .mbr-section-title,
.cid-u0NZe2q6Yz .mbr-section-btn {
  color: #ce320c;
  text-align: center;
}
.cid-u0NZe2q6Yz .mbr-text,
.cid-u0NZe2q6Yz .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-u2LvsVYqKs {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u2LvsVYqKs .mbr-text {
  margin: 0;
}
.cid-u2LvsVYqKs .text-element {
  padding: 2rem;
  background-color: #f2f2f2;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-u2LvsVYqKs .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-u2LvsVYqKs .row-element,
.cid-u2LvsVYqKs .image-element {
  padding: 0;
}
.cid-u2LvsVYqKs .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u2LvsVYqKs .image-element .img-wrap {
  width: 100% !important;
}
.cid-u2LvsVYqKs .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-u2LvsVYqKs .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u2LvsVYqKs .carousel-item.active,
.cid-u2LvsVYqKs .carousel-item-next,
.cid-u2LvsVYqKs .carousel-item-prev {
  display: flex;
}
.cid-u2LvsVYqKs .carousel-indicators {
  left: 50%;
  margin: 20px auto 0;
  align-items: center;
  left: -50% !important;
}
.cid-u2LvsVYqKs .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #ffffff;
}
.cid-u2LvsVYqKs .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity 0.5s;
  background-color: #191919;
  font-size: 2rem;
  opacity: 0.5;
  border-width: 0px;
}
.cid-u2LvsVYqKs .carousel-indicators li:hover {
  opacity: 1;
}
.cid-u2LvsVYqKs .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-u2LvsVYqKs .carousel-controls {
    display: block;
  }
  .cid-u2LvsVYqKs .carousel-controls a {
    transition: opacity 0.5s;
    font-size: 2rem;
  }
  .cid-u2LvsVYqKs .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: 0.9;
  }
  .cid-u2LvsVYqKs .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-u2LvsVYqKs .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-u2LvsVYqKs .text-element {
    padding: 1rem;
  }
  .cid-u2LvsVYqKs .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u2LvsVYqKs .image-element {
    min-width: 50%;
  }
  .cid-u2LvsVYqKs .media-container-row {
    width: 100%;
  }
}
.cid-u2LvsVYqKs .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2LvsVYqKs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2LvsVYqKs .mbr-title,
.cid-u2LvsVYqKs .ornament {
  color: #ce320c;
}
.cid-u2LvtsIlnS {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/deneme-tuzla-kombi-servisi-flip-5-1920x1080.png");
}
.cid-u2LvtsIlnS .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2LvtsIlnS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2LvtsIlnS .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .cid-u2LvtsIlnS .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-u2LvtsIlnS .mbr-section-head {
    margin-bottom: 50px;
  }
}
.cid-u2LvtsIlnS .mbr-section-title {
  color: #ce320c;
  margin-bottom: 0;
}
.cid-u2LvtsIlnS .mbr-section-subtitle {
  color: #353535;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .cid-u2LvtsIlnS .col-img {
    display: none;
  }
}
.cid-u2LvtsIlnS .img-wrap {
  width: 100%;
}
.cid-u2LvtsIlnS .img-wrap .img-box {
  width: 100%;
  border-radius: 65px 65px 0 65px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-u2LvtsIlnS .img-wrap .img-box {
    border-radius: 40px 40px 0 40px;
  }
}
.cid-u2LvtsIlnS .img-wrap .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-u2LvtsIlnS .mbr-iconfont {
  position: relative;
  font-size: 24px !important;
  font-family: 'Moririse2' !important;
  color: #987a5a;
  margin-left: 1rem;
  padding: 10px;
  transition: .3s all;
}
.cid-u2LvtsIlnS .mbr-iconfont:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(195, 195, 195, 0.9);
  opacity: 0;
  transition: .3s all;
}
.cid-u2LvtsIlnS .mbr-iconfont:before {
  position: relative;
  z-index: 2;
}
.cid-u2LvtsIlnS .panel-group {
  border: none;
  border-top: 1px solid #829d85;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-u2LvtsIlnS .panel-group {
    margin-top: 0;
  }
}
.cid-u2LvtsIlnS .card {
  border-bottom: 1px solid #829d85;
  border-radius: 0;
}
.cid-u2LvtsIlnS .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-u2LvtsIlnS .card-header {
    padding: 8px 0;
  }
}
.cid-u2LvtsIlnS .card-header:hover .mbr-iconfont {
  color: #829d85;
}
.cid-u2LvtsIlnS .card-header:hover .mbr-iconfont:after {
  opacity: 1;
}
.cid-u2LvtsIlnS .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #987A5A;
}
.cid-u2LvtsIlnS .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-u2LvtsIlnS .panel-title-edit {
  color: #e31e25;
}
.cid-u2LvtsIlnS .panel-body {
  padding: 0 0 40px;
}
@media (max-width: 767px) {
  .cid-u2LvtsIlnS .panel-body {
    padding: 0 0 24px;
  }
}
.cid-u2LvtsIlnS .panel-text {
  color: #353535;
  margin: 0;
}
.cid-u2LvtZfG2d {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-u2LvtZfG2d .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2LvtZfG2d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2LvtZfG2d .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .cid-u2LvtZfG2d .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-u2LvtZfG2d .mbr-section-head {
    margin-bottom: 50px;
  }
}
.cid-u2LvtZfG2d .mbr-section-title {
  color: #373f46;
  margin-bottom: 0;
}
.cid-u2LvtZfG2d .mbr-section-subtitle {
  color: #353535;
  margin-top: 20px;
}
.cid-u2LvtZfG2d .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-u2LvtZfG2d .col-img {
    display: none;
  }
}
.cid-u2LvtZfG2d .img-wrap {
  width: 100%;
}
.cid-u2LvtZfG2d .img-wrap .img-box {
  width: 100%;
  border-radius: 65px 65px 0 65px;
  overflow: hidden;
  border-radius: 65px 65px 65px 0;
}
@media (max-width: 1199px) {
  .cid-u2LvtZfG2d .img-wrap .img-box {
    border-radius: 40px 40px 0 40px;
    border-radius: 40px  40px 40px 0;
  }
}
.cid-u2LvtZfG2d .img-wrap .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-u2LvtZfG2d .mbr-iconfont {
  position: relative;
  font-size: 24px !important;
  font-family: 'Moririse2' !important;
  color: #987a5a;
  margin-left: 1rem;
  padding: 10px;
  transition: .3s all;
}
.cid-u2LvtZfG2d .mbr-iconfont:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(195, 195, 195, 0.9);
  opacity: 0;
  transition: .3s all;
}
.cid-u2LvtZfG2d .mbr-iconfont:before {
  position: relative;
  z-index: 2;
}
.cid-u2LvtZfG2d .panel-group {
  border: none;
  border-top: 1px solid #829d85;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-u2LvtZfG2d .panel-group {
    margin-top: 0;
  }
}
.cid-u2LvtZfG2d .card {
  border-bottom: 1px solid #829d85;
  border-radius: 0;
}
.cid-u2LvtZfG2d .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-u2LvtZfG2d .card-header {
    padding: 8px 0;
  }
}
.cid-u2LvtZfG2d .card-header:hover .mbr-iconfont {
  color: #829d85;
}
.cid-u2LvtZfG2d .card-header:hover .mbr-iconfont:after {
  opacity: 1;
}
.cid-u2LvtZfG2d .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #987A5A;
}
.cid-u2LvtZfG2d .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-u2LvtZfG2d .panel-title-edit {
  color: #e31e25;
}
.cid-u2LvtZfG2d .panel-body {
  padding: 0 0 40px;
}
@media (max-width: 767px) {
  .cid-u2LvtZfG2d .panel-body {
    padding: 0 0 24px;
  }
}
.cid-u2LvtZfG2d .panel-text {
  color: #353535;
  margin: 0;
}
.cid-u0NZe62VcG {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.cid-u0NZe62VcG .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 30rem;
}
@media (max-width: 991px) {
  .cid-u0NZe62VcG .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-u0NZe62VcG .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-u0NZe62VcG .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-u0NZe62VcG .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-u0NZe62VcG .footer-top {
  border-bottom: 2px solid #fafafa;
}
.cid-u0NZe62VcG .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-u0NZe62VcG .footer-item-title {
  margin-bottom: 13px;
  text-align: center;
  color: #ffffff;
}
.cid-u0NZe62VcG .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: center;
}
.cid-u0NZe62VcG .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-u0NZe62VcG .soc-item a {
  color: #ffffff;
}
.cid-u0NZe62VcG .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-u0NZe62VcG .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-u0NZe62VcG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZe62VcG .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-u0NZe62VcG .mbr-tag,
.cid-u0NZe62VcG .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-u0NZe62VcG .copyright {
  color: #000000;
}
.cid-u0NZedqRjl {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-u0NZedqRjl .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZedqRjl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0NZedqRjl .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u0NZedqRjl .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u0NZedqRjl .container {
    padding: 0 20px;
  }
}
.cid-u0NZedqRjl .row {
  justify-content: center;
}
.cid-u0NZedqRjl .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u0NZedqRjl .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-u0NZedqRjl .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u0NZedqRjl .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-u0NZedqRjl .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-u0NZedqRjl .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-u0NZedqRjl .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-u0NZedqRjl .mbr-desc {
  color: #e4dfd4;
}
.cid-u0NZedqRjl .mbr-desc,
.cid-u0NZedqRjl .desc-wrapper {
  color: #232323;
  text-align: center;
}
.cid-u0NZe9wEUl {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (min-width: 1400px) {
  .cid-u0NZe9wEUl .container {
    max-width: 1000px;
  }
}
.cid-u0NZe9wEUl .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  color: #000000;
  margin-bottom: 1rem;
  background: #ffffff;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.cid-u0NZe9wEUl .card-wrapper {
  margin-bottom: 2rem;
  border-top: 1px solid #efefef;
  padding-top: 2rem;
}
.cid-u0NZe9wEUl .row {
  justify-content: center;
}
.cid-u0NZe9wEUl .card-text {
  color: #353535;
}
.cid-u0NZe9wEUl .card-title,
.cid-u0NZe9wEUl .iconfont-wrapper {
  color: #e31e25;
}
.cid-u0NZe9wEUl .title {
  text-align: center;
}
.cid-u0NZe9wEUl text {
  text-align: center;
}
.cid-u19Aa0kCbB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u19Aa0kCbB .mbr-fallback-image.disabled {
  display: none;
}
.cid-u19Aa0kCbB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u19Aa0kCbB .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u19Aa0kCbB .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u19Aa0kCbB .container {
    padding: 0 20px;
  }
}
.cid-u19Aa0kCbB .row {
  justify-content: center;
}
.cid-u19Aa0kCbB .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u19Aa0kCbB .card {
  margin-bottom: 50px;
}
.cid-u19Aa0kCbB .card .card-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.cid-u19Aa0kCbB .card .card-wrap .mbr-date {
  margin-bottom: 24px;
}
.cid-u19Aa0kCbB .card .card-wrap a {
  display: block;
}
.cid-u19Aa0kCbB .card .card-wrap a:hover .mbr-text {
  text-decoration: underline;
}
.cid-u19Aa0kCbB .card .card-wrap a .mbr-text {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u19Aa0kCbB .mbr-section-title {
  color: #ffffff;
}
.cid-u19Aa0kCbB .mbr-date {
  color: #ffffff;
}
.cid-u19Aa0kCbB .mbr-text {
  color: #ffffff;
}
.cid-u19Aa0kCbB .mbr-section-title,
.cid-u19Aa0kCbB .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-u2LvuNsdDW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ce320c;
}
.cid-u2LvuNsdDW .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2LvuNsdDW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2LvuNsdDW .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u2LvuNsdDW .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u2LvuNsdDW .container {
    padding: 0 20px;
  }
}
.cid-u2LvuNsdDW .title-wrapper {
  padding: 150px 0;
}
@media (max-width: 768px) {
  .cid-u2LvuNsdDW .title-wrapper {
    padding: 50px 0;
  }
}
.cid-u2LvuNsdDW .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u2LvuNsdDW .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u2LvuNsdDW .mbr-section-title {
  color: #ffffff;
}
.cid-u2LvuNsdDW .mbr-section-title,
.cid-u2LvuNsdDW .mbr-section-btn {
  text-align: center;
  color: #4c4c4c;
}
.cid-u0NZfcxiXq .navbar-dropdown {
  background: rgba(206, 50, 12, 0.9) !important;
  padding: 0;
}
.cid-u0NZfcxiXq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(206, 50, 12, 0.9) !important;
  background: #ce320c;
}
.cid-u0NZfcxiXq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u0NZfcxiXq .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u0NZfcxiXq .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u0NZfcxiXq .menu_box .navbar.opened,
  .cid-u0NZfcxiXq .menu_box .navbar-collapse {
    background-color: #ce320c !important;
    transition: all 0s ease 0s;
  }
}
.cid-u0NZfcxiXq .navbar-dropdown {
  position: relative !important;
}
.cid-u0NZfcxiXq .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u0NZfcxiXq .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u0NZfcxiXq .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u0NZfcxiXq .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u0NZfcxiXq .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u0NZfcxiXq .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-u0NZfcxiXq .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u0NZfcxiXq .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u0NZfcxiXq .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u0NZfcxiXq .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u0NZfcxiXq .offcanvas-body .mbr-text,
  .cid-u0NZfcxiXq .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u0NZfcxiXq .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u0NZfcxiXq .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u0NZfcxiXq .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-u0NZfcxiXq .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u0NZfcxiXq .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u0NZfcxiXq .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u0NZfcxiXq .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u0NZfcxiXq ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u0NZfcxiXq .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u0NZfcxiXq .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-u0NZfcxiXq .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u0NZfcxiXq li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u0NZfcxiXq .lg_brand {
    margin: 0 1rem;
  }
  .cid-u0NZfcxiXq .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u0NZfcxiXq .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u0NZfcxiXq .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u0NZfcxiXq .nav-item {
    margin: 0 !important;
  }
}
.cid-u0NZfcxiXq .nav-item .nav-link {
  position: relative;
}
.cid-u0NZfcxiXq .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-u0NZfcxiXq .nav-item .nav-link:hover,
.cid-u0NZfcxiXq .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffffff !important;
}
.cid-u0NZfcxiXq .nav-item .nav-link:hover::before,
.cid-u0NZfcxiXq .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-u0NZfcxiXq .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u0NZfcxiXq .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u0NZfcxiXq .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u0NZfcxiXq .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u0NZfcxiXq .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: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u0NZfcxiXq .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u0NZfcxiXq .offcanvas_box {
    display: none;
  }
}
.cid-u0NZfcxiXq .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u0NZfcxiXq .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u0NZfcxiXq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u0NZfcxiXq .container {
  display: flex;
  margin: auto;
}
.cid-u0NZfcxiXq .iconfont-wrapper {
  color: #ffffff;
  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-u0NZfcxiXq .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u0NZfcxiXq .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u0NZfcxiXq .navbar-caption {
  color: #ffffff;
}
.cid-u0NZfcxiXq .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u0NZfcxiXq .navbar-nav {
    margin: 0;
  }
}
.cid-u0NZfcxiXq .dropdown-menu,
.cid-u0NZfcxiXq .navbar.opened {
  background-color: true !important;
}
.cid-u0NZfcxiXq .nav-item:focus,
.cid-u0NZfcxiXq .nav-link:focus {
  outline: none;
}
.cid-u0NZfcxiXq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u0NZfcxiXq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u0NZfcxiXq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u0NZfcxiXq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u0NZfcxiXq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u0NZfcxiXq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u0NZfcxiXq .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u0NZfcxiXq .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u0NZfcxiXq .navbar.opened {
  transition: all 0.3s;
}
.cid-u0NZfcxiXq .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u0NZfcxiXq .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-u0NZfcxiXq .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u0NZfcxiXq .navbar.collapsed {
  justify-content: center;
}
.cid-u0NZfcxiXq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u0NZfcxiXq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u0NZfcxiXq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u0NZfcxiXq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u0NZfcxiXq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u0NZfcxiXq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u0NZfcxiXq .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u0NZfcxiXq .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u0NZfcxiXq .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u0NZfcxiXq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u0NZfcxiXq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u0NZfcxiXq .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u0NZfcxiXq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u0NZfcxiXq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u0NZfcxiXq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u0NZfcxiXq .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u0NZfcxiXq .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u0NZfcxiXq .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u0NZfcxiXq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u0NZfcxiXq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u0NZfcxiXq .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u0NZfcxiXq .navbar.navbar-short {
  min-height: 60px;
}
.cid-u0NZfcxiXq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u0NZfcxiXq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u0NZfcxiXq .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-u0NZfcxiXq .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u0NZfcxiXq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u0NZfcxiXq .dropdown-item.active,
.cid-u0NZfcxiXq .dropdown-item:active {
  background-color: transparent;
}
.cid-u0NZfcxiXq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u0NZfcxiXq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u0NZfcxiXq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u0NZfcxiXq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u0NZfcxiXq ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u0NZfcxiXq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u0NZfcxiXq button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ce320c;
  background: #232323;
}
.cid-u0NZfcxiXq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u0NZfcxiXq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u0NZfcxiXq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0NZfcxiXq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0NZfcxiXq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u0NZfcxiXq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0NZfcxiXq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u0NZfcxiXq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u0NZfcxiXq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0NZfcxiXq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u0NZfcxiXq .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-u0NZfcxiXq .navbar {
    height: 70px;
  }
  .cid-u0NZfcxiXq .navbar.opened {
    height: auto;
  }
  .cid-u0NZfcxiXq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u0NZfcxiXq .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u0NZfcxiXq .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-u0NZfcxiXq .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u0NZfcxiXq .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-u0NZfcxiXq .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u0NZfcxiXq .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-u0NZfcxiXq .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u0NZfcxiXq .text_widget {
  margin-bottom: 32px;
}
.cid-u0NZfcxiXq .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u0NZfcxiXq .text_widget a:hover {
  opacity: .5;
}
.cid-u0NZfcxiXq .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u0NZfcxiXq .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u0NZfcxiXq .mbr-section-subtitle,
.cid-u0NZfcxiXq .text_widget,
.cid-u0NZfcxiXq .mbr-section-btn {
  text-align: center;
}
.cid-u0NZfcxiXq a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u0NZfc8vdE {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u0NZfc8vdE .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZfc8vdE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u0NZfc8vdE .container {
    padding: 0 24px;
  }
}
.cid-u0NZfc8vdE .row {
  position: relative;
}
.cid-u0NZfc8vdE .row .card {
  justify-content: center;
}
.cid-u0NZfc8vdE .row .decor-wrapper {
  position: absolute;
  bottom: -16rem;
  right: -58rem;
  border: 120px solid #00a7dd;
  width: 2000px;
  height: 1000px;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-u0NZfc8vdE .row .decor-wrapper {
    right: -20rem;
  }
}
@media (max-width: 768px) {
  .cid-u0NZfc8vdE .row .decor-wrapper {
    height: 500px;
    right: -10rem;
  }
}
.cid-u0NZfc8vdE .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-u0NZfc8vdE .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u0NZfc8vdE .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-u0NZfc8vdE .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u0NZfc8vdE .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u0NZfc8vdE .title-wrapper .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-u0NZfc8vdE .title-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-u0NZfc8vdE .image-wrapper {
  position: relative;
}
.cid-u0NZfc8vdE .image-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u0NZfc8vdE .image-wrapper img {
    height: 350px;
  }
}
.cid-u0NZfc8vdE .mbr-section-title {
  color: #F5DF4D;
}
.cid-u0NZfc8vdE .mbr-text {
  color: #FF3399;
}
.cid-u0NZfc8vdE .mbr-section-title,
.cid-u0NZfc8vdE .mbr-section-btn {
  color: #ce320c;
  text-align: center;
}
.cid-u0NZfc8vdE .mbr-text,
.cid-u0NZfc8vdE .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-u0NZfdOVyX {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.cid-u0NZfdOVyX .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 30rem;
}
@media (max-width: 991px) {
  .cid-u0NZfdOVyX .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-u0NZfdOVyX .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-u0NZfdOVyX .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-u0NZfdOVyX .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-u0NZfdOVyX .footer-top {
  border-bottom: 2px solid #fafafa;
}
.cid-u0NZfdOVyX .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-u0NZfdOVyX .footer-item-title {
  margin-bottom: 13px;
  text-align: center;
  color: #ffffff;
}
.cid-u0NZfdOVyX .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: center;
}
.cid-u0NZfdOVyX .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-u0NZfdOVyX .soc-item a {
  color: #ffffff;
}
.cid-u0NZfdOVyX .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-u0NZfdOVyX .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-u0NZfdOVyX .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZfdOVyX .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-u0NZfdOVyX .mbr-tag,
.cid-u0NZfdOVyX .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-u0NZfdOVyX .copyright {
  color: #000000;
}
.cid-u2LuTMaHxX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u2LuTMaHxX .mbr-text {
  margin: 0;
}
.cid-u2LuTMaHxX .text-element {
  padding: 2rem;
  background-color: #f2f2f2;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-u2LuTMaHxX .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-u2LuTMaHxX .row-element,
.cid-u2LuTMaHxX .image-element {
  padding: 0;
}
.cid-u2LuTMaHxX .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u2LuTMaHxX .image-element .img-wrap {
  width: 100% !important;
}
.cid-u2LuTMaHxX .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-u2LuTMaHxX .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u2LuTMaHxX .carousel-item.active,
.cid-u2LuTMaHxX .carousel-item-next,
.cid-u2LuTMaHxX .carousel-item-prev {
  display: flex;
}
.cid-u2LuTMaHxX .carousel-indicators {
  left: 50%;
  margin: 20px auto 0;
  align-items: center;
  left: -50% !important;
}
.cid-u2LuTMaHxX .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #ffffff;
}
.cid-u2LuTMaHxX .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity 0.5s;
  background-color: #191919;
  font-size: 2rem;
  opacity: 0.5;
  border-width: 0px;
}
.cid-u2LuTMaHxX .carousel-indicators li:hover {
  opacity: 1;
}
.cid-u2LuTMaHxX .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-u2LuTMaHxX .carousel-controls {
    display: block;
  }
  .cid-u2LuTMaHxX .carousel-controls a {
    transition: opacity 0.5s;
    font-size: 2rem;
  }
  .cid-u2LuTMaHxX .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: 0.9;
  }
  .cid-u2LuTMaHxX .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-u2LuTMaHxX .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-u2LuTMaHxX .text-element {
    padding: 1rem;
  }
  .cid-u2LuTMaHxX .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u2LuTMaHxX .image-element {
    min-width: 50%;
  }
  .cid-u2LuTMaHxX .media-container-row {
    width: 100%;
  }
}
.cid-u2LuTMaHxX .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2LuTMaHxX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2LuTMaHxX .mbr-title,
.cid-u2LuTMaHxX .ornament {
  color: #ce320c;
}
.cid-u2LuUcCCJN {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/deneme-tuzla-kombi-servisi-flip-5-1920x1080.png");
}
.cid-u2LuUcCCJN .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2LuUcCCJN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2LuUcCCJN .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .cid-u2LuUcCCJN .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-u2LuUcCCJN .mbr-section-head {
    margin-bottom: 50px;
  }
}
.cid-u2LuUcCCJN .mbr-section-title {
  color: #ce320c;
  margin-bottom: 0;
}
.cid-u2LuUcCCJN .mbr-section-subtitle {
  color: #353535;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .cid-u2LuUcCCJN .col-img {
    display: none;
  }
}
.cid-u2LuUcCCJN .img-wrap {
  width: 100%;
}
.cid-u2LuUcCCJN .img-wrap .img-box {
  width: 100%;
  border-radius: 65px 65px 0 65px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-u2LuUcCCJN .img-wrap .img-box {
    border-radius: 40px 40px 0 40px;
  }
}
.cid-u2LuUcCCJN .img-wrap .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-u2LuUcCCJN .mbr-iconfont {
  position: relative;
  font-size: 24px !important;
  font-family: 'Moririse2' !important;
  color: #987a5a;
  margin-left: 1rem;
  padding: 10px;
  transition: .3s all;
}
.cid-u2LuUcCCJN .mbr-iconfont:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(195, 195, 195, 0.9);
  opacity: 0;
  transition: .3s all;
}
.cid-u2LuUcCCJN .mbr-iconfont:before {
  position: relative;
  z-index: 2;
}
.cid-u2LuUcCCJN .panel-group {
  border: none;
  border-top: 1px solid #829d85;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-u2LuUcCCJN .panel-group {
    margin-top: 0;
  }
}
.cid-u2LuUcCCJN .card {
  border-bottom: 1px solid #829d85;
  border-radius: 0;
}
.cid-u2LuUcCCJN .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-u2LuUcCCJN .card-header {
    padding: 8px 0;
  }
}
.cid-u2LuUcCCJN .card-header:hover .mbr-iconfont {
  color: #829d85;
}
.cid-u2LuUcCCJN .card-header:hover .mbr-iconfont:after {
  opacity: 1;
}
.cid-u2LuUcCCJN .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #987A5A;
}
.cid-u2LuUcCCJN .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-u2LuUcCCJN .panel-title-edit {
  color: #e31e25;
}
.cid-u2LuUcCCJN .panel-body {
  padding: 0 0 40px;
}
@media (max-width: 767px) {
  .cid-u2LuUcCCJN .panel-body {
    padding: 0 0 24px;
  }
}
.cid-u2LuUcCCJN .panel-text {
  color: #353535;
  margin: 0;
}
.cid-u2LuUJfK2P {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-u2LuUJfK2P .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2LuUJfK2P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2LuUJfK2P .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .cid-u2LuUJfK2P .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-u2LuUJfK2P .mbr-section-head {
    margin-bottom: 50px;
  }
}
.cid-u2LuUJfK2P .mbr-section-title {
  color: #373f46;
  margin-bottom: 0;
}
.cid-u2LuUJfK2P .mbr-section-subtitle {
  color: #353535;
  margin-top: 20px;
}
.cid-u2LuUJfK2P .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-u2LuUJfK2P .col-img {
    display: none;
  }
}
.cid-u2LuUJfK2P .img-wrap {
  width: 100%;
}
.cid-u2LuUJfK2P .img-wrap .img-box {
  width: 100%;
  border-radius: 65px 65px 0 65px;
  overflow: hidden;
  border-radius: 65px 65px 65px 0;
}
@media (max-width: 1199px) {
  .cid-u2LuUJfK2P .img-wrap .img-box {
    border-radius: 40px 40px 0 40px;
    border-radius: 40px  40px 40px 0;
  }
}
.cid-u2LuUJfK2P .img-wrap .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-u2LuUJfK2P .mbr-iconfont {
  position: relative;
  font-size: 24px !important;
  font-family: 'Moririse2' !important;
  color: #987a5a;
  margin-left: 1rem;
  padding: 10px;
  transition: .3s all;
}
.cid-u2LuUJfK2P .mbr-iconfont:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(195, 195, 195, 0.9);
  opacity: 0;
  transition: .3s all;
}
.cid-u2LuUJfK2P .mbr-iconfont:before {
  position: relative;
  z-index: 2;
}
.cid-u2LuUJfK2P .panel-group {
  border: none;
  border-top: 1px solid #829d85;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-u2LuUJfK2P .panel-group {
    margin-top: 0;
  }
}
.cid-u2LuUJfK2P .card {
  border-bottom: 1px solid #829d85;
  border-radius: 0;
}
.cid-u2LuUJfK2P .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-u2LuUJfK2P .card-header {
    padding: 8px 0;
  }
}
.cid-u2LuUJfK2P .card-header:hover .mbr-iconfont {
  color: #829d85;
}
.cid-u2LuUJfK2P .card-header:hover .mbr-iconfont:after {
  opacity: 1;
}
.cid-u2LuUJfK2P .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #987A5A;
}
.cid-u2LuUJfK2P .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-u2LuUJfK2P .panel-title-edit {
  color: #e31e25;
}
.cid-u2LuUJfK2P .panel-body {
  padding: 0 0 40px;
}
@media (max-width: 767px) {
  .cid-u2LuUJfK2P .panel-body {
    padding: 0 0 24px;
  }
}
.cid-u2LuUJfK2P .panel-text {
  color: #353535;
  margin: 0;
}
.cid-u0NZfiOWZH {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-u0NZfiOWZH .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZfiOWZH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0NZfiOWZH .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u0NZfiOWZH .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u0NZfiOWZH .container {
    padding: 0 20px;
  }
}
.cid-u0NZfiOWZH .row {
  justify-content: center;
}
.cid-u0NZfiOWZH .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u0NZfiOWZH .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-u0NZfiOWZH .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u0NZfiOWZH .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-u0NZfiOWZH .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-u0NZfiOWZH .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-u0NZfiOWZH .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-u0NZfiOWZH .mbr-desc {
  color: #e4dfd4;
}
.cid-u0NZfiOWZH .mbr-desc,
.cid-u0NZfiOWZH .desc-wrapper {
  color: #232323;
  text-align: center;
}
.cid-u0NZfggeRW {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (min-width: 1400px) {
  .cid-u0NZfggeRW .container {
    max-width: 1000px;
  }
}
.cid-u0NZfggeRW .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  color: #000000;
  margin-bottom: 1rem;
  background: #ffffff;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.cid-u0NZfggeRW .card-wrapper {
  margin-bottom: 2rem;
  border-top: 1px solid #efefef;
  padding-top: 2rem;
}
.cid-u0NZfggeRW .row {
  justify-content: center;
}
.cid-u0NZfggeRW .card-text {
  color: #353535;
}
.cid-u0NZfggeRW .card-title,
.cid-u0NZfggeRW .iconfont-wrapper {
  color: #e31e25;
}
.cid-u0NZfggeRW .title {
  text-align: center;
}
.cid-u0NZfggeRW text {
  text-align: center;
}
.cid-u19AvzXArQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u19AvzXArQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u19AvzXArQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u19AvzXArQ .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u19AvzXArQ .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u19AvzXArQ .container {
    padding: 0 20px;
  }
}
.cid-u19AvzXArQ .row {
  justify-content: center;
}
.cid-u19AvzXArQ .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u19AvzXArQ .card {
  margin-bottom: 50px;
}
.cid-u19AvzXArQ .card .card-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.cid-u19AvzXArQ .card .card-wrap .mbr-date {
  margin-bottom: 24px;
}
.cid-u19AvzXArQ .card .card-wrap a {
  display: block;
}
.cid-u19AvzXArQ .card .card-wrap a:hover .mbr-text {
  text-decoration: underline;
}
.cid-u19AvzXArQ .card .card-wrap a .mbr-text {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u19AvzXArQ .mbr-section-title {
  color: #ffffff;
}
.cid-u19AvzXArQ .mbr-date {
  color: #ffffff;
}
.cid-u19AvzXArQ .mbr-text {
  color: #ffffff;
}
.cid-u19AvzXArQ .mbr-section-title,
.cid-u19AvzXArQ .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-u2LuVcJaVL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ce320c;
}
.cid-u2LuVcJaVL .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2LuVcJaVL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2LuVcJaVL .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u2LuVcJaVL .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u2LuVcJaVL .container {
    padding: 0 20px;
  }
}
.cid-u2LuVcJaVL .title-wrapper {
  padding: 150px 0;
}
@media (max-width: 768px) {
  .cid-u2LuVcJaVL .title-wrapper {
    padding: 50px 0;
  }
}
.cid-u2LuVcJaVL .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u2LuVcJaVL .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u2LuVcJaVL .mbr-section-title {
  color: #ffffff;
}
.cid-u2LuVcJaVL .mbr-section-title,
.cid-u2LuVcJaVL .mbr-section-btn {
  text-align: center;
  color: #4c4c4c;
}
.cid-u0NZfXI3SX .navbar-dropdown {
  background: rgba(206, 50, 12, 0.9) !important;
  padding: 0;
}
.cid-u0NZfXI3SX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(206, 50, 12, 0.9) !important;
  background: #ce320c;
}
.cid-u0NZfXI3SX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u0NZfXI3SX .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u0NZfXI3SX .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u0NZfXI3SX .menu_box .navbar.opened,
  .cid-u0NZfXI3SX .menu_box .navbar-collapse {
    background-color: #ce320c !important;
    transition: all 0s ease 0s;
  }
}
.cid-u0NZfXI3SX .navbar-dropdown {
  position: relative !important;
}
.cid-u0NZfXI3SX .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u0NZfXI3SX .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u0NZfXI3SX .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u0NZfXI3SX .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u0NZfXI3SX .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u0NZfXI3SX .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-u0NZfXI3SX .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u0NZfXI3SX .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u0NZfXI3SX .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u0NZfXI3SX .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u0NZfXI3SX .offcanvas-body .mbr-text,
  .cid-u0NZfXI3SX .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u0NZfXI3SX .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u0NZfXI3SX .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u0NZfXI3SX .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-u0NZfXI3SX .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u0NZfXI3SX .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u0NZfXI3SX .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u0NZfXI3SX .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u0NZfXI3SX ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u0NZfXI3SX .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u0NZfXI3SX .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-u0NZfXI3SX .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u0NZfXI3SX li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u0NZfXI3SX .lg_brand {
    margin: 0 1rem;
  }
  .cid-u0NZfXI3SX .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u0NZfXI3SX .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u0NZfXI3SX .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u0NZfXI3SX .nav-item {
    margin: 0 !important;
  }
}
.cid-u0NZfXI3SX .nav-item .nav-link {
  position: relative;
}
.cid-u0NZfXI3SX .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-u0NZfXI3SX .nav-item .nav-link:hover,
.cid-u0NZfXI3SX .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffffff !important;
}
.cid-u0NZfXI3SX .nav-item .nav-link:hover::before,
.cid-u0NZfXI3SX .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-u0NZfXI3SX .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u0NZfXI3SX .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u0NZfXI3SX .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u0NZfXI3SX .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u0NZfXI3SX .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: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u0NZfXI3SX .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u0NZfXI3SX .offcanvas_box {
    display: none;
  }
}
.cid-u0NZfXI3SX .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u0NZfXI3SX .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u0NZfXI3SX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u0NZfXI3SX .container {
  display: flex;
  margin: auto;
}
.cid-u0NZfXI3SX .iconfont-wrapper {
  color: #ffffff;
  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-u0NZfXI3SX .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u0NZfXI3SX .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u0NZfXI3SX .navbar-caption {
  color: #ffffff;
}
.cid-u0NZfXI3SX .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u0NZfXI3SX .navbar-nav {
    margin: 0;
  }
}
.cid-u0NZfXI3SX .dropdown-menu,
.cid-u0NZfXI3SX .navbar.opened {
  background-color: true !important;
}
.cid-u0NZfXI3SX .nav-item:focus,
.cid-u0NZfXI3SX .nav-link:focus {
  outline: none;
}
.cid-u0NZfXI3SX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u0NZfXI3SX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u0NZfXI3SX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u0NZfXI3SX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u0NZfXI3SX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u0NZfXI3SX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u0NZfXI3SX .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u0NZfXI3SX .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u0NZfXI3SX .navbar.opened {
  transition: all 0.3s;
}
.cid-u0NZfXI3SX .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u0NZfXI3SX .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-u0NZfXI3SX .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u0NZfXI3SX .navbar.collapsed {
  justify-content: center;
}
.cid-u0NZfXI3SX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u0NZfXI3SX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u0NZfXI3SX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u0NZfXI3SX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u0NZfXI3SX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u0NZfXI3SX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u0NZfXI3SX .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u0NZfXI3SX .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u0NZfXI3SX .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u0NZfXI3SX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u0NZfXI3SX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u0NZfXI3SX .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u0NZfXI3SX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u0NZfXI3SX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u0NZfXI3SX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u0NZfXI3SX .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u0NZfXI3SX .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u0NZfXI3SX .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u0NZfXI3SX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u0NZfXI3SX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u0NZfXI3SX .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u0NZfXI3SX .navbar.navbar-short {
  min-height: 60px;
}
.cid-u0NZfXI3SX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u0NZfXI3SX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u0NZfXI3SX .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-u0NZfXI3SX .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u0NZfXI3SX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u0NZfXI3SX .dropdown-item.active,
.cid-u0NZfXI3SX .dropdown-item:active {
  background-color: transparent;
}
.cid-u0NZfXI3SX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u0NZfXI3SX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u0NZfXI3SX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u0NZfXI3SX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u0NZfXI3SX ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u0NZfXI3SX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u0NZfXI3SX button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ce320c;
  background: #232323;
}
.cid-u0NZfXI3SX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u0NZfXI3SX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u0NZfXI3SX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0NZfXI3SX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0NZfXI3SX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u0NZfXI3SX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0NZfXI3SX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u0NZfXI3SX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u0NZfXI3SX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0NZfXI3SX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u0NZfXI3SX .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-u0NZfXI3SX .navbar {
    height: 70px;
  }
  .cid-u0NZfXI3SX .navbar.opened {
    height: auto;
  }
  .cid-u0NZfXI3SX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u0NZfXI3SX .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u0NZfXI3SX .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-u0NZfXI3SX .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u0NZfXI3SX .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-u0NZfXI3SX .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u0NZfXI3SX .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-u0NZfXI3SX .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u0NZfXI3SX .text_widget {
  margin-bottom: 32px;
}
.cid-u0NZfXI3SX .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u0NZfXI3SX .text_widget a:hover {
  opacity: .5;
}
.cid-u0NZfXI3SX .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u0NZfXI3SX .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u0NZfXI3SX .mbr-section-subtitle,
.cid-u0NZfXI3SX .text_widget,
.cid-u0NZfXI3SX .mbr-section-btn {
  text-align: center;
}
.cid-u0NZfXI3SX a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u0NZfXiKCv {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u0NZfXiKCv .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZfXiKCv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u0NZfXiKCv .container {
    padding: 0 24px;
  }
}
.cid-u0NZfXiKCv .row {
  position: relative;
}
.cid-u0NZfXiKCv .row .card {
  justify-content: center;
}
.cid-u0NZfXiKCv .row .decor-wrapper {
  position: absolute;
  bottom: -16rem;
  right: -58rem;
  border: 120px solid #00a7dd;
  width: 2000px;
  height: 1000px;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-u0NZfXiKCv .row .decor-wrapper {
    right: -20rem;
  }
}
@media (max-width: 768px) {
  .cid-u0NZfXiKCv .row .decor-wrapper {
    height: 500px;
    right: -10rem;
  }
}
.cid-u0NZfXiKCv .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-u0NZfXiKCv .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u0NZfXiKCv .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-u0NZfXiKCv .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u0NZfXiKCv .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u0NZfXiKCv .title-wrapper .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-u0NZfXiKCv .title-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-u0NZfXiKCv .image-wrapper {
  position: relative;
}
.cid-u0NZfXiKCv .image-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u0NZfXiKCv .image-wrapper img {
    height: 350px;
  }
}
.cid-u0NZfXiKCv .mbr-section-title {
  color: #F5DF4D;
}
.cid-u0NZfXiKCv .mbr-text {
  color: #FF3399;
}
.cid-u0NZfXiKCv .mbr-section-title,
.cid-u0NZfXiKCv .mbr-section-btn {
  color: #ce320c;
  text-align: center;
}
.cid-u0NZfXiKCv .mbr-text,
.cid-u0NZfXiKCv .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-u0NZfZ1KRs {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.cid-u0NZfZ1KRs .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 30rem;
}
@media (max-width: 991px) {
  .cid-u0NZfZ1KRs .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-u0NZfZ1KRs .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-u0NZfZ1KRs .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-u0NZfZ1KRs .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-u0NZfZ1KRs .footer-top {
  border-bottom: 2px solid #fafafa;
}
.cid-u0NZfZ1KRs .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-u0NZfZ1KRs .footer-item-title {
  margin-bottom: 13px;
  text-align: center;
  color: #ffffff;
}
.cid-u0NZfZ1KRs .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: center;
}
.cid-u0NZfZ1KRs .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-u0NZfZ1KRs .soc-item a {
  color: #ffffff;
}
.cid-u0NZfZ1KRs .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-u0NZfZ1KRs .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-u0NZfZ1KRs .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZfZ1KRs .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-u0NZfZ1KRs .mbr-tag,
.cid-u0NZfZ1KRs .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-u0NZfZ1KRs .copyright {
  color: #000000;
}
.cid-u2LuBfDN8J {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u2LuBfDN8J .mbr-text {
  margin: 0;
}
.cid-u2LuBfDN8J .text-element {
  padding: 2rem;
  background-color: #f2f2f2;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-u2LuBfDN8J .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-u2LuBfDN8J .row-element,
.cid-u2LuBfDN8J .image-element {
  padding: 0;
}
.cid-u2LuBfDN8J .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u2LuBfDN8J .image-element .img-wrap {
  width: 100% !important;
}
.cid-u2LuBfDN8J .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-u2LuBfDN8J .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u2LuBfDN8J .carousel-item.active,
.cid-u2LuBfDN8J .carousel-item-next,
.cid-u2LuBfDN8J .carousel-item-prev {
  display: flex;
}
.cid-u2LuBfDN8J .carousel-indicators {
  left: 50%;
  margin: 20px auto 0;
  align-items: center;
  left: -50% !important;
}
.cid-u2LuBfDN8J .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #ffffff;
}
.cid-u2LuBfDN8J .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity 0.5s;
  background-color: #191919;
  font-size: 2rem;
  opacity: 0.5;
  border-width: 0px;
}
.cid-u2LuBfDN8J .carousel-indicators li:hover {
  opacity: 1;
}
.cid-u2LuBfDN8J .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-u2LuBfDN8J .carousel-controls {
    display: block;
  }
  .cid-u2LuBfDN8J .carousel-controls a {
    transition: opacity 0.5s;
    font-size: 2rem;
  }
  .cid-u2LuBfDN8J .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: 0.9;
  }
  .cid-u2LuBfDN8J .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-u2LuBfDN8J .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-u2LuBfDN8J .text-element {
    padding: 1rem;
  }
  .cid-u2LuBfDN8J .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u2LuBfDN8J .image-element {
    min-width: 50%;
  }
  .cid-u2LuBfDN8J .media-container-row {
    width: 100%;
  }
}
.cid-u2LuBfDN8J .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2LuBfDN8J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2LuBfDN8J .mbr-title,
.cid-u2LuBfDN8J .ornament {
  color: #ce320c;
}
.cid-u2LuBCsloF {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/deneme-tuzla-kombi-servisi-flip-5-1920x1080.png");
}
.cid-u2LuBCsloF .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2LuBCsloF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2LuBCsloF .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .cid-u2LuBCsloF .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-u2LuBCsloF .mbr-section-head {
    margin-bottom: 50px;
  }
}
.cid-u2LuBCsloF .mbr-section-title {
  color: #ce320c;
  margin-bottom: 0;
}
.cid-u2LuBCsloF .mbr-section-subtitle {
  color: #353535;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .cid-u2LuBCsloF .col-img {
    display: none;
  }
}
.cid-u2LuBCsloF .img-wrap {
  width: 100%;
}
.cid-u2LuBCsloF .img-wrap .img-box {
  width: 100%;
  border-radius: 65px 65px 0 65px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-u2LuBCsloF .img-wrap .img-box {
    border-radius: 40px 40px 0 40px;
  }
}
.cid-u2LuBCsloF .img-wrap .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-u2LuBCsloF .mbr-iconfont {
  position: relative;
  font-size: 24px !important;
  font-family: 'Moririse2' !important;
  color: #987a5a;
  margin-left: 1rem;
  padding: 10px;
  transition: .3s all;
}
.cid-u2LuBCsloF .mbr-iconfont:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(195, 195, 195, 0.9);
  opacity: 0;
  transition: .3s all;
}
.cid-u2LuBCsloF .mbr-iconfont:before {
  position: relative;
  z-index: 2;
}
.cid-u2LuBCsloF .panel-group {
  border: none;
  border-top: 1px solid #829d85;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-u2LuBCsloF .panel-group {
    margin-top: 0;
  }
}
.cid-u2LuBCsloF .card {
  border-bottom: 1px solid #829d85;
  border-radius: 0;
}
.cid-u2LuBCsloF .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-u2LuBCsloF .card-header {
    padding: 8px 0;
  }
}
.cid-u2LuBCsloF .card-header:hover .mbr-iconfont {
  color: #829d85;
}
.cid-u2LuBCsloF .card-header:hover .mbr-iconfont:after {
  opacity: 1;
}
.cid-u2LuBCsloF .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #987A5A;
}
.cid-u2LuBCsloF .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-u2LuBCsloF .panel-title-edit {
  color: #e31e25;
}
.cid-u2LuBCsloF .panel-body {
  padding: 0 0 40px;
}
@media (max-width: 767px) {
  .cid-u2LuBCsloF .panel-body {
    padding: 0 0 24px;
  }
}
.cid-u2LuBCsloF .panel-text {
  color: #353535;
  margin: 0;
}
.cid-u2LuCnHdwD {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-u2LuCnHdwD .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2LuCnHdwD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2LuCnHdwD .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .cid-u2LuCnHdwD .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-u2LuCnHdwD .mbr-section-head {
    margin-bottom: 50px;
  }
}
.cid-u2LuCnHdwD .mbr-section-title {
  color: #373f46;
  margin-bottom: 0;
}
.cid-u2LuCnHdwD .mbr-section-subtitle {
  color: #353535;
  margin-top: 20px;
}
.cid-u2LuCnHdwD .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-u2LuCnHdwD .col-img {
    display: none;
  }
}
.cid-u2LuCnHdwD .img-wrap {
  width: 100%;
}
.cid-u2LuCnHdwD .img-wrap .img-box {
  width: 100%;
  border-radius: 65px 65px 0 65px;
  overflow: hidden;
  border-radius: 65px 65px 65px 0;
}
@media (max-width: 1199px) {
  .cid-u2LuCnHdwD .img-wrap .img-box {
    border-radius: 40px 40px 0 40px;
    border-radius: 40px  40px 40px 0;
  }
}
.cid-u2LuCnHdwD .img-wrap .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-u2LuCnHdwD .mbr-iconfont {
  position: relative;
  font-size: 24px !important;
  font-family: 'Moririse2' !important;
  color: #987a5a;
  margin-left: 1rem;
  padding: 10px;
  transition: .3s all;
}
.cid-u2LuCnHdwD .mbr-iconfont:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(195, 195, 195, 0.9);
  opacity: 0;
  transition: .3s all;
}
.cid-u2LuCnHdwD .mbr-iconfont:before {
  position: relative;
  z-index: 2;
}
.cid-u2LuCnHdwD .panel-group {
  border: none;
  border-top: 1px solid #829d85;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-u2LuCnHdwD .panel-group {
    margin-top: 0;
  }
}
.cid-u2LuCnHdwD .card {
  border-bottom: 1px solid #829d85;
  border-radius: 0;
}
.cid-u2LuCnHdwD .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-u2LuCnHdwD .card-header {
    padding: 8px 0;
  }
}
.cid-u2LuCnHdwD .card-header:hover .mbr-iconfont {
  color: #829d85;
}
.cid-u2LuCnHdwD .card-header:hover .mbr-iconfont:after {
  opacity: 1;
}
.cid-u2LuCnHdwD .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #987A5A;
}
.cid-u2LuCnHdwD .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-u2LuCnHdwD .panel-title-edit {
  color: #e31e25;
}
.cid-u2LuCnHdwD .panel-body {
  padding: 0 0 40px;
}
@media (max-width: 767px) {
  .cid-u2LuCnHdwD .panel-body {
    padding: 0 0 24px;
  }
}
.cid-u2LuCnHdwD .panel-text {
  color: #353535;
  margin: 0;
}
.cid-u0NZg40p3h {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-u0NZg40p3h .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZg40p3h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0NZg40p3h .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u0NZg40p3h .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u0NZg40p3h .container {
    padding: 0 20px;
  }
}
.cid-u0NZg40p3h .row {
  justify-content: center;
}
.cid-u0NZg40p3h .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u0NZg40p3h .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-u0NZg40p3h .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u0NZg40p3h .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-u0NZg40p3h .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-u0NZg40p3h .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-u0NZg40p3h .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-u0NZg40p3h .mbr-desc {
  color: #e4dfd4;
}
.cid-u0NZg40p3h .mbr-desc,
.cid-u0NZg40p3h .desc-wrapper {
  color: #232323;
  text-align: center;
}
.cid-u0NZg1rHuG {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (min-width: 1400px) {
  .cid-u0NZg1rHuG .container {
    max-width: 1000px;
  }
}
.cid-u0NZg1rHuG .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  color: #000000;
  margin-bottom: 1rem;
  background: #ffffff;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.cid-u0NZg1rHuG .card-wrapper {
  margin-bottom: 2rem;
  border-top: 1px solid #efefef;
  padding-top: 2rem;
}
.cid-u0NZg1rHuG .row {
  justify-content: center;
}
.cid-u0NZg1rHuG .card-text {
  color: #353535;
}
.cid-u0NZg1rHuG .card-title,
.cid-u0NZg1rHuG .iconfont-wrapper {
  color: #e31e25;
}
.cid-u0NZg1rHuG .title {
  text-align: center;
}
.cid-u0NZg1rHuG text {
  text-align: center;
}
.cid-u19HJeh4qo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u19HJeh4qo .mbr-fallback-image.disabled {
  display: none;
}
.cid-u19HJeh4qo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u19HJeh4qo .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u19HJeh4qo .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u19HJeh4qo .container {
    padding: 0 20px;
  }
}
.cid-u19HJeh4qo .row {
  justify-content: center;
}
.cid-u19HJeh4qo .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u19HJeh4qo .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-u19HJeh4qo .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u19HJeh4qo .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-u19HJeh4qo .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-u19HJeh4qo .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-u19HJeh4qo .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-u19HJeh4qo .mbr-desc {
  color: #e4dfd4;
}
.cid-u19HJeh4qo .mbr-desc,
.cid-u19HJeh4qo .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-u2LuD8JkLs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ce320c;
}
.cid-u2LuD8JkLs .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2LuD8JkLs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2LuD8JkLs .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u2LuD8JkLs .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u2LuD8JkLs .container {
    padding: 0 20px;
  }
}
.cid-u2LuD8JkLs .title-wrapper {
  padding: 150px 0;
}
@media (max-width: 768px) {
  .cid-u2LuD8JkLs .title-wrapper {
    padding: 50px 0;
  }
}
.cid-u2LuD8JkLs .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u2LuD8JkLs .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u2LuD8JkLs .mbr-section-title {
  color: #ffffff;
}
.cid-u2LuD8JkLs .mbr-section-title,
.cid-u2LuD8JkLs .mbr-section-btn {
  text-align: center;
  color: #4c4c4c;
}
.cid-u0NZhiBejd .navbar-dropdown {
  background: rgba(206, 50, 12, 0.9) !important;
  padding: 0;
}
.cid-u0NZhiBejd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(206, 50, 12, 0.9) !important;
  background: #ce320c;
}
.cid-u0NZhiBejd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u0NZhiBejd .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u0NZhiBejd .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u0NZhiBejd .menu_box .navbar.opened,
  .cid-u0NZhiBejd .menu_box .navbar-collapse {
    background-color: #ce320c !important;
    transition: all 0s ease 0s;
  }
}
.cid-u0NZhiBejd .navbar-dropdown {
  position: relative !important;
}
.cid-u0NZhiBejd .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u0NZhiBejd .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u0NZhiBejd .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u0NZhiBejd .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u0NZhiBejd .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u0NZhiBejd .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-u0NZhiBejd .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u0NZhiBejd .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u0NZhiBejd .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u0NZhiBejd .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u0NZhiBejd .offcanvas-body .mbr-text,
  .cid-u0NZhiBejd .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u0NZhiBejd .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u0NZhiBejd .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u0NZhiBejd .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-u0NZhiBejd .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u0NZhiBejd .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u0NZhiBejd .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u0NZhiBejd .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u0NZhiBejd ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u0NZhiBejd .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u0NZhiBejd .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-u0NZhiBejd .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u0NZhiBejd li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u0NZhiBejd .lg_brand {
    margin: 0 1rem;
  }
  .cid-u0NZhiBejd .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u0NZhiBejd .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u0NZhiBejd .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u0NZhiBejd .nav-item {
    margin: 0 !important;
  }
}
.cid-u0NZhiBejd .nav-item .nav-link {
  position: relative;
}
.cid-u0NZhiBejd .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-u0NZhiBejd .nav-item .nav-link:hover,
.cid-u0NZhiBejd .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffffff !important;
}
.cid-u0NZhiBejd .nav-item .nav-link:hover::before,
.cid-u0NZhiBejd .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-u0NZhiBejd .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u0NZhiBejd .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u0NZhiBejd .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u0NZhiBejd .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u0NZhiBejd .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: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u0NZhiBejd .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u0NZhiBejd .offcanvas_box {
    display: none;
  }
}
.cid-u0NZhiBejd .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u0NZhiBejd .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u0NZhiBejd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u0NZhiBejd .container {
  display: flex;
  margin: auto;
}
.cid-u0NZhiBejd .iconfont-wrapper {
  color: #ffffff;
  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-u0NZhiBejd .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u0NZhiBejd .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u0NZhiBejd .navbar-caption {
  color: #ffffff;
}
.cid-u0NZhiBejd .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u0NZhiBejd .navbar-nav {
    margin: 0;
  }
}
.cid-u0NZhiBejd .dropdown-menu,
.cid-u0NZhiBejd .navbar.opened {
  background-color: true !important;
}
.cid-u0NZhiBejd .nav-item:focus,
.cid-u0NZhiBejd .nav-link:focus {
  outline: none;
}
.cid-u0NZhiBejd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u0NZhiBejd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u0NZhiBejd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u0NZhiBejd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u0NZhiBejd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u0NZhiBejd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u0NZhiBejd .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u0NZhiBejd .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u0NZhiBejd .navbar.opened {
  transition: all 0.3s;
}
.cid-u0NZhiBejd .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u0NZhiBejd .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-u0NZhiBejd .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u0NZhiBejd .navbar.collapsed {
  justify-content: center;
}
.cid-u0NZhiBejd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u0NZhiBejd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u0NZhiBejd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u0NZhiBejd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u0NZhiBejd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u0NZhiBejd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u0NZhiBejd .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u0NZhiBejd .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u0NZhiBejd .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u0NZhiBejd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u0NZhiBejd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u0NZhiBejd .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u0NZhiBejd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u0NZhiBejd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u0NZhiBejd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u0NZhiBejd .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u0NZhiBejd .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u0NZhiBejd .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u0NZhiBejd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u0NZhiBejd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u0NZhiBejd .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u0NZhiBejd .navbar.navbar-short {
  min-height: 60px;
}
.cid-u0NZhiBejd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u0NZhiBejd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u0NZhiBejd .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-u0NZhiBejd .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u0NZhiBejd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u0NZhiBejd .dropdown-item.active,
.cid-u0NZhiBejd .dropdown-item:active {
  background-color: transparent;
}
.cid-u0NZhiBejd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u0NZhiBejd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u0NZhiBejd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u0NZhiBejd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u0NZhiBejd ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u0NZhiBejd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u0NZhiBejd button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ce320c;
  background: #232323;
}
.cid-u0NZhiBejd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u0NZhiBejd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u0NZhiBejd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0NZhiBejd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0NZhiBejd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u0NZhiBejd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0NZhiBejd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u0NZhiBejd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u0NZhiBejd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0NZhiBejd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u0NZhiBejd .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-u0NZhiBejd .navbar {
    height: 70px;
  }
  .cid-u0NZhiBejd .navbar.opened {
    height: auto;
  }
  .cid-u0NZhiBejd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u0NZhiBejd .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u0NZhiBejd .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-u0NZhiBejd .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u0NZhiBejd .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-u0NZhiBejd .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u0NZhiBejd .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-u0NZhiBejd .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u0NZhiBejd .text_widget {
  margin-bottom: 32px;
}
.cid-u0NZhiBejd .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u0NZhiBejd .text_widget a:hover {
  opacity: .5;
}
.cid-u0NZhiBejd .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u0NZhiBejd .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u0NZhiBejd .mbr-section-subtitle,
.cid-u0NZhiBejd .text_widget,
.cid-u0NZhiBejd .mbr-section-btn {
  text-align: center;
}
.cid-u0NZhiBejd a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u0NZhiexZg {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u0NZhiexZg .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZhiexZg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u0NZhiexZg .container {
    padding: 0 24px;
  }
}
.cid-u0NZhiexZg .row {
  position: relative;
}
.cid-u0NZhiexZg .row .card {
  justify-content: center;
}
.cid-u0NZhiexZg .row .decor-wrapper {
  position: absolute;
  bottom: -16rem;
  right: -58rem;
  border: 120px solid #00a7dd;
  width: 2000px;
  height: 1000px;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-u0NZhiexZg .row .decor-wrapper {
    right: -20rem;
  }
}
@media (max-width: 768px) {
  .cid-u0NZhiexZg .row .decor-wrapper {
    height: 500px;
    right: -10rem;
  }
}
.cid-u0NZhiexZg .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-u0NZhiexZg .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u0NZhiexZg .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-u0NZhiexZg .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u0NZhiexZg .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u0NZhiexZg .title-wrapper .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-u0NZhiexZg .title-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-u0NZhiexZg .image-wrapper {
  position: relative;
}
.cid-u0NZhiexZg .image-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u0NZhiexZg .image-wrapper img {
    height: 350px;
  }
}
.cid-u0NZhiexZg .mbr-section-title {
  color: #F5DF4D;
}
.cid-u0NZhiexZg .mbr-text {
  color: #FF3399;
}
.cid-u0NZhiexZg .mbr-section-title,
.cid-u0NZhiexZg .mbr-section-btn {
  color: #ce320c;
  text-align: center;
}
.cid-u0NZhiexZg .mbr-text,
.cid-u0NZhiexZg .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-u0NZhjQGn1 {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.cid-u0NZhjQGn1 .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 30rem;
}
@media (max-width: 991px) {
  .cid-u0NZhjQGn1 .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-u0NZhjQGn1 .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-u0NZhjQGn1 .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-u0NZhjQGn1 .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-u0NZhjQGn1 .footer-top {
  border-bottom: 2px solid #fafafa;
}
.cid-u0NZhjQGn1 .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-u0NZhjQGn1 .footer-item-title {
  margin-bottom: 13px;
  text-align: center;
  color: #ffffff;
}
.cid-u0NZhjQGn1 .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: center;
}
.cid-u0NZhjQGn1 .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-u0NZhjQGn1 .soc-item a {
  color: #ffffff;
}
.cid-u0NZhjQGn1 .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-u0NZhjQGn1 .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-u0NZhjQGn1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZhjQGn1 .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-u0NZhjQGn1 .mbr-tag,
.cid-u0NZhjQGn1 .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-u0NZhjQGn1 .copyright {
  color: #000000;
}
.cid-u2LudINVYJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u2LudINVYJ .mbr-text {
  margin: 0;
}
.cid-u2LudINVYJ .text-element {
  padding: 2rem;
  background-color: #f2f2f2;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-u2LudINVYJ .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-u2LudINVYJ .row-element,
.cid-u2LudINVYJ .image-element {
  padding: 0;
}
.cid-u2LudINVYJ .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u2LudINVYJ .image-element .img-wrap {
  width: 100% !important;
}
.cid-u2LudINVYJ .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-u2LudINVYJ .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u2LudINVYJ .carousel-item.active,
.cid-u2LudINVYJ .carousel-item-next,
.cid-u2LudINVYJ .carousel-item-prev {
  display: flex;
}
.cid-u2LudINVYJ .carousel-indicators {
  left: 50%;
  margin: 20px auto 0;
  align-items: center;
  left: -50% !important;
}
.cid-u2LudINVYJ .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #ffffff;
}
.cid-u2LudINVYJ .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity 0.5s;
  background-color: #191919;
  font-size: 2rem;
  opacity: 0.5;
  border-width: 0px;
}
.cid-u2LudINVYJ .carousel-indicators li:hover {
  opacity: 1;
}
.cid-u2LudINVYJ .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-u2LudINVYJ .carousel-controls {
    display: block;
  }
  .cid-u2LudINVYJ .carousel-controls a {
    transition: opacity 0.5s;
    font-size: 2rem;
  }
  .cid-u2LudINVYJ .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: 0.9;
  }
  .cid-u2LudINVYJ .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-u2LudINVYJ .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-u2LudINVYJ .text-element {
    padding: 1rem;
  }
  .cid-u2LudINVYJ .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u2LudINVYJ .image-element {
    min-width: 50%;
  }
  .cid-u2LudINVYJ .media-container-row {
    width: 100%;
  }
}
.cid-u2LudINVYJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2LudINVYJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2LudINVYJ .mbr-title,
.cid-u2LudINVYJ .ornament {
  color: #ce320c;
}
.cid-u2Lue8VqVG {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/deneme-tuzla-kombi-servisi-flip-5-1920x1080.png");
}
.cid-u2Lue8VqVG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2Lue8VqVG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2Lue8VqVG .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .cid-u2Lue8VqVG .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-u2Lue8VqVG .mbr-section-head {
    margin-bottom: 50px;
  }
}
.cid-u2Lue8VqVG .mbr-section-title {
  color: #ce320c;
  margin-bottom: 0;
}
.cid-u2Lue8VqVG .mbr-section-subtitle {
  color: #353535;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .cid-u2Lue8VqVG .col-img {
    display: none;
  }
}
.cid-u2Lue8VqVG .img-wrap {
  width: 100%;
}
.cid-u2Lue8VqVG .img-wrap .img-box {
  width: 100%;
  border-radius: 65px 65px 0 65px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-u2Lue8VqVG .img-wrap .img-box {
    border-radius: 40px 40px 0 40px;
  }
}
.cid-u2Lue8VqVG .img-wrap .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-u2Lue8VqVG .mbr-iconfont {
  position: relative;
  font-size: 24px !important;
  font-family: 'Moririse2' !important;
  color: #987a5a;
  margin-left: 1rem;
  padding: 10px;
  transition: .3s all;
}
.cid-u2Lue8VqVG .mbr-iconfont:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(195, 195, 195, 0.9);
  opacity: 0;
  transition: .3s all;
}
.cid-u2Lue8VqVG .mbr-iconfont:before {
  position: relative;
  z-index: 2;
}
.cid-u2Lue8VqVG .panel-group {
  border: none;
  border-top: 1px solid #829d85;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-u2Lue8VqVG .panel-group {
    margin-top: 0;
  }
}
.cid-u2Lue8VqVG .card {
  border-bottom: 1px solid #829d85;
  border-radius: 0;
}
.cid-u2Lue8VqVG .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-u2Lue8VqVG .card-header {
    padding: 8px 0;
  }
}
.cid-u2Lue8VqVG .card-header:hover .mbr-iconfont {
  color: #829d85;
}
.cid-u2Lue8VqVG .card-header:hover .mbr-iconfont:after {
  opacity: 1;
}
.cid-u2Lue8VqVG .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #987A5A;
}
.cid-u2Lue8VqVG .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-u2Lue8VqVG .panel-title-edit {
  color: #e31e25;
}
.cid-u2Lue8VqVG .panel-body {
  padding: 0 0 40px;
}
@media (max-width: 767px) {
  .cid-u2Lue8VqVG .panel-body {
    padding: 0 0 24px;
  }
}
.cid-u2Lue8VqVG .panel-text {
  color: #353535;
  margin: 0;
}
.cid-u2LueKkHZZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-u2LueKkHZZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2LueKkHZZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2LueKkHZZ .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .cid-u2LueKkHZZ .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-u2LueKkHZZ .mbr-section-head {
    margin-bottom: 50px;
  }
}
.cid-u2LueKkHZZ .mbr-section-title {
  color: #373f46;
  margin-bottom: 0;
}
.cid-u2LueKkHZZ .mbr-section-subtitle {
  color: #353535;
  margin-top: 20px;
}
.cid-u2LueKkHZZ .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-u2LueKkHZZ .col-img {
    display: none;
  }
}
.cid-u2LueKkHZZ .img-wrap {
  width: 100%;
}
.cid-u2LueKkHZZ .img-wrap .img-box {
  width: 100%;
  border-radius: 65px 65px 0 65px;
  overflow: hidden;
  border-radius: 65px 65px 65px 0;
}
@media (max-width: 1199px) {
  .cid-u2LueKkHZZ .img-wrap .img-box {
    border-radius: 40px 40px 0 40px;
    border-radius: 40px  40px 40px 0;
  }
}
.cid-u2LueKkHZZ .img-wrap .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-u2LueKkHZZ .mbr-iconfont {
  position: relative;
  font-size: 24px !important;
  font-family: 'Moririse2' !important;
  color: #987a5a;
  margin-left: 1rem;
  padding: 10px;
  transition: .3s all;
}
.cid-u2LueKkHZZ .mbr-iconfont:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(195, 195, 195, 0.9);
  opacity: 0;
  transition: .3s all;
}
.cid-u2LueKkHZZ .mbr-iconfont:before {
  position: relative;
  z-index: 2;
}
.cid-u2LueKkHZZ .panel-group {
  border: none;
  border-top: 1px solid #829d85;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-u2LueKkHZZ .panel-group {
    margin-top: 0;
  }
}
.cid-u2LueKkHZZ .card {
  border-bottom: 1px solid #829d85;
  border-radius: 0;
}
.cid-u2LueKkHZZ .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-u2LueKkHZZ .card-header {
    padding: 8px 0;
  }
}
.cid-u2LueKkHZZ .card-header:hover .mbr-iconfont {
  color: #829d85;
}
.cid-u2LueKkHZZ .card-header:hover .mbr-iconfont:after {
  opacity: 1;
}
.cid-u2LueKkHZZ .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #987A5A;
}
.cid-u2LueKkHZZ .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-u2LueKkHZZ .panel-title-edit {
  color: #e31e25;
}
.cid-u2LueKkHZZ .panel-body {
  padding: 0 0 40px;
}
@media (max-width: 767px) {
  .cid-u2LueKkHZZ .panel-body {
    padding: 0 0 24px;
  }
}
.cid-u2LueKkHZZ .panel-text {
  color: #353535;
  margin: 0;
}
.cid-u0NZhoMKDF {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-u0NZhoMKDF .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZhoMKDF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0NZhoMKDF .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u0NZhoMKDF .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u0NZhoMKDF .container {
    padding: 0 20px;
  }
}
.cid-u0NZhoMKDF .row {
  justify-content: center;
}
.cid-u0NZhoMKDF .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u0NZhoMKDF .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-u0NZhoMKDF .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u0NZhoMKDF .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-u0NZhoMKDF .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-u0NZhoMKDF .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-u0NZhoMKDF .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-u0NZhoMKDF .mbr-desc {
  color: #e4dfd4;
}
.cid-u0NZhoMKDF .mbr-desc,
.cid-u0NZhoMKDF .desc-wrapper {
  color: #232323;
  text-align: center;
}
.cid-u0NZhmh4Vc {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (min-width: 1400px) {
  .cid-u0NZhmh4Vc .container {
    max-width: 1000px;
  }
}
.cid-u0NZhmh4Vc .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  color: #000000;
  margin-bottom: 1rem;
  background: #ffffff;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.cid-u0NZhmh4Vc .card-wrapper {
  margin-bottom: 2rem;
  border-top: 1px solid #efefef;
  padding-top: 2rem;
}
.cid-u0NZhmh4Vc .row {
  justify-content: center;
}
.cid-u0NZhmh4Vc .card-text {
  color: #353535;
}
.cid-u0NZhmh4Vc .card-title,
.cid-u0NZhmh4Vc .iconfont-wrapper {
  color: #e31e25;
}
.cid-u0NZhmh4Vc .title {
  text-align: center;
}
.cid-u0NZhmh4Vc text {
  text-align: center;
}
.cid-u19HOYJMBb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u19HOYJMBb .mbr-fallback-image.disabled {
  display: none;
}
.cid-u19HOYJMBb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u19HOYJMBb .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u19HOYJMBb .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u19HOYJMBb .container {
    padding: 0 20px;
  }
}
.cid-u19HOYJMBb .row {
  justify-content: center;
}
.cid-u19HOYJMBb .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u19HOYJMBb .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-u19HOYJMBb .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u19HOYJMBb .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-u19HOYJMBb .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-u19HOYJMBb .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-u19HOYJMBb .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-u19HOYJMBb .mbr-desc {
  color: #e4dfd4;
}
.cid-u19HOYJMBb .mbr-desc,
.cid-u19HOYJMBb .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-u2Luflz0EU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ce320c;
}
.cid-u2Luflz0EU .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2Luflz0EU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2Luflz0EU .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u2Luflz0EU .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u2Luflz0EU .container {
    padding: 0 20px;
  }
}
.cid-u2Luflz0EU .title-wrapper {
  padding: 150px 0;
}
@media (max-width: 768px) {
  .cid-u2Luflz0EU .title-wrapper {
    padding: 50px 0;
  }
}
.cid-u2Luflz0EU .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u2Luflz0EU .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u2Luflz0EU .mbr-section-title {
  color: #ffffff;
}
.cid-u2Luflz0EU .mbr-section-title,
.cid-u2Luflz0EU .mbr-section-btn {
  text-align: center;
  color: #4c4c4c;
}
.cid-u0NZif7gBu .navbar-dropdown {
  background: rgba(206, 50, 12, 0.9) !important;
  padding: 0;
}
.cid-u0NZif7gBu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(206, 50, 12, 0.9) !important;
  background: #ce320c;
}
.cid-u0NZif7gBu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u0NZif7gBu .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u0NZif7gBu .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u0NZif7gBu .menu_box .navbar.opened,
  .cid-u0NZif7gBu .menu_box .navbar-collapse {
    background-color: #ce320c !important;
    transition: all 0s ease 0s;
  }
}
.cid-u0NZif7gBu .navbar-dropdown {
  position: relative !important;
}
.cid-u0NZif7gBu .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u0NZif7gBu .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u0NZif7gBu .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u0NZif7gBu .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u0NZif7gBu .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u0NZif7gBu .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-u0NZif7gBu .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u0NZif7gBu .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u0NZif7gBu .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u0NZif7gBu .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u0NZif7gBu .offcanvas-body .mbr-text,
  .cid-u0NZif7gBu .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u0NZif7gBu .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u0NZif7gBu .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u0NZif7gBu .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-u0NZif7gBu .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u0NZif7gBu .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u0NZif7gBu .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u0NZif7gBu .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u0NZif7gBu ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u0NZif7gBu .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u0NZif7gBu .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-u0NZif7gBu .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u0NZif7gBu li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u0NZif7gBu .lg_brand {
    margin: 0 1rem;
  }
  .cid-u0NZif7gBu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u0NZif7gBu .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u0NZif7gBu .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u0NZif7gBu .nav-item {
    margin: 0 !important;
  }
}
.cid-u0NZif7gBu .nav-item .nav-link {
  position: relative;
}
.cid-u0NZif7gBu .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-u0NZif7gBu .nav-item .nav-link:hover,
.cid-u0NZif7gBu .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffffff !important;
}
.cid-u0NZif7gBu .nav-item .nav-link:hover::before,
.cid-u0NZif7gBu .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-u0NZif7gBu .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u0NZif7gBu .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u0NZif7gBu .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u0NZif7gBu .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u0NZif7gBu .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: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u0NZif7gBu .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u0NZif7gBu .offcanvas_box {
    display: none;
  }
}
.cid-u0NZif7gBu .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u0NZif7gBu .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u0NZif7gBu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u0NZif7gBu .container {
  display: flex;
  margin: auto;
}
.cid-u0NZif7gBu .iconfont-wrapper {
  color: #ffffff;
  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-u0NZif7gBu .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u0NZif7gBu .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u0NZif7gBu .navbar-caption {
  color: #ffffff;
}
.cid-u0NZif7gBu .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u0NZif7gBu .navbar-nav {
    margin: 0;
  }
}
.cid-u0NZif7gBu .dropdown-menu,
.cid-u0NZif7gBu .navbar.opened {
  background-color: true !important;
}
.cid-u0NZif7gBu .nav-item:focus,
.cid-u0NZif7gBu .nav-link:focus {
  outline: none;
}
.cid-u0NZif7gBu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u0NZif7gBu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u0NZif7gBu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u0NZif7gBu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u0NZif7gBu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u0NZif7gBu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u0NZif7gBu .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u0NZif7gBu .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u0NZif7gBu .navbar.opened {
  transition: all 0.3s;
}
.cid-u0NZif7gBu .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u0NZif7gBu .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-u0NZif7gBu .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u0NZif7gBu .navbar.collapsed {
  justify-content: center;
}
.cid-u0NZif7gBu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u0NZif7gBu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u0NZif7gBu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u0NZif7gBu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u0NZif7gBu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u0NZif7gBu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u0NZif7gBu .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u0NZif7gBu .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u0NZif7gBu .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u0NZif7gBu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u0NZif7gBu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u0NZif7gBu .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u0NZif7gBu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u0NZif7gBu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u0NZif7gBu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u0NZif7gBu .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u0NZif7gBu .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u0NZif7gBu .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u0NZif7gBu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u0NZif7gBu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u0NZif7gBu .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u0NZif7gBu .navbar.navbar-short {
  min-height: 60px;
}
.cid-u0NZif7gBu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u0NZif7gBu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u0NZif7gBu .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-u0NZif7gBu .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u0NZif7gBu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u0NZif7gBu .dropdown-item.active,
.cid-u0NZif7gBu .dropdown-item:active {
  background-color: transparent;
}
.cid-u0NZif7gBu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u0NZif7gBu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u0NZif7gBu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u0NZif7gBu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u0NZif7gBu ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u0NZif7gBu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u0NZif7gBu button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ce320c;
  background: #232323;
}
.cid-u0NZif7gBu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u0NZif7gBu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u0NZif7gBu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0NZif7gBu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0NZif7gBu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u0NZif7gBu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0NZif7gBu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u0NZif7gBu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u0NZif7gBu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0NZif7gBu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u0NZif7gBu .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-u0NZif7gBu .navbar {
    height: 70px;
  }
  .cid-u0NZif7gBu .navbar.opened {
    height: auto;
  }
  .cid-u0NZif7gBu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u0NZif7gBu .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u0NZif7gBu .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-u0NZif7gBu .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u0NZif7gBu .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-u0NZif7gBu .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u0NZif7gBu .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-u0NZif7gBu .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u0NZif7gBu .text_widget {
  margin-bottom: 32px;
}
.cid-u0NZif7gBu .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u0NZif7gBu .text_widget a:hover {
  opacity: .5;
}
.cid-u0NZif7gBu .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u0NZif7gBu .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u0NZif7gBu .mbr-section-subtitle,
.cid-u0NZif7gBu .text_widget,
.cid-u0NZif7gBu .mbr-section-btn {
  text-align: center;
}
.cid-u0NZif7gBu a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u0NZieKUEQ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u0NZieKUEQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZieKUEQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u0NZieKUEQ .container {
    padding: 0 24px;
  }
}
.cid-u0NZieKUEQ .row {
  position: relative;
}
.cid-u0NZieKUEQ .row .card {
  justify-content: center;
}
.cid-u0NZieKUEQ .row .decor-wrapper {
  position: absolute;
  bottom: -16rem;
  right: -58rem;
  border: 120px solid #00a7dd;
  width: 2000px;
  height: 1000px;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-u0NZieKUEQ .row .decor-wrapper {
    right: -20rem;
  }
}
@media (max-width: 768px) {
  .cid-u0NZieKUEQ .row .decor-wrapper {
    height: 500px;
    right: -10rem;
  }
}
.cid-u0NZieKUEQ .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-u0NZieKUEQ .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u0NZieKUEQ .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-u0NZieKUEQ .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u0NZieKUEQ .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u0NZieKUEQ .title-wrapper .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-u0NZieKUEQ .title-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-u0NZieKUEQ .image-wrapper {
  position: relative;
}
.cid-u0NZieKUEQ .image-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u0NZieKUEQ .image-wrapper img {
    height: 350px;
  }
}
.cid-u0NZieKUEQ .mbr-section-title {
  color: #F5DF4D;
}
.cid-u0NZieKUEQ .mbr-text {
  color: #FF3399;
}
.cid-u0NZieKUEQ .mbr-section-title,
.cid-u0NZieKUEQ .mbr-section-btn {
  color: #ce320c;
  text-align: center;
}
.cid-u0NZieKUEQ .mbr-text,
.cid-u0NZieKUEQ .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-u2LtDsqm4E {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u2LtDsqm4E .mbr-text {
  margin: 0;
}
.cid-u2LtDsqm4E .text-element {
  padding: 2rem;
  background-color: #f2f2f2;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-u2LtDsqm4E .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-u2LtDsqm4E .row-element,
.cid-u2LtDsqm4E .image-element {
  padding: 0;
}
.cid-u2LtDsqm4E .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u2LtDsqm4E .image-element .img-wrap {
  width: 100% !important;
}
.cid-u2LtDsqm4E .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-u2LtDsqm4E .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u2LtDsqm4E .carousel-item.active,
.cid-u2LtDsqm4E .carousel-item-next,
.cid-u2LtDsqm4E .carousel-item-prev {
  display: flex;
}
.cid-u2LtDsqm4E .carousel-indicators {
  left: 50%;
  margin: 20px auto 0;
  align-items: center;
  left: -50% !important;
}
.cid-u2LtDsqm4E .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #ffffff;
}
.cid-u2LtDsqm4E .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity 0.5s;
  background-color: #191919;
  font-size: 2rem;
  opacity: 0.5;
  border-width: 0px;
}
.cid-u2LtDsqm4E .carousel-indicators li:hover {
  opacity: 1;
}
.cid-u2LtDsqm4E .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-u2LtDsqm4E .carousel-controls {
    display: block;
  }
  .cid-u2LtDsqm4E .carousel-controls a {
    transition: opacity 0.5s;
    font-size: 2rem;
  }
  .cid-u2LtDsqm4E .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: 0.9;
  }
  .cid-u2LtDsqm4E .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-u2LtDsqm4E .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-u2LtDsqm4E .text-element {
    padding: 1rem;
  }
  .cid-u2LtDsqm4E .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u2LtDsqm4E .image-element {
    min-width: 50%;
  }
  .cid-u2LtDsqm4E .media-container-row {
    width: 100%;
  }
}
.cid-u2LtDsqm4E .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2LtDsqm4E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2LtDsqm4E .mbr-title,
.cid-u2LtDsqm4E .ornament {
  color: #ce320c;
}
.cid-u0NZigkQSH {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.cid-u0NZigkQSH .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 30rem;
}
@media (max-width: 991px) {
  .cid-u0NZigkQSH .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-u0NZigkQSH .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-u0NZigkQSH .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-u0NZigkQSH .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-u0NZigkQSH .footer-top {
  border-bottom: 2px solid #fafafa;
}
.cid-u0NZigkQSH .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-u0NZigkQSH .footer-item-title {
  margin-bottom: 13px;
  text-align: center;
  color: #ffffff;
}
.cid-u0NZigkQSH .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: center;
}
.cid-u0NZigkQSH .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-u0NZigkQSH .soc-item a {
  color: #ffffff;
}
.cid-u0NZigkQSH .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-u0NZigkQSH .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-u0NZigkQSH .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZigkQSH .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-u0NZigkQSH .mbr-tag,
.cid-u0NZigkQSH .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-u0NZigkQSH .copyright {
  color: #000000;
}
.cid-u0NZilgrxH {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-u0NZilgrxH .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NZilgrxH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0NZilgrxH .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u0NZilgrxH .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u0NZilgrxH .container {
    padding: 0 20px;
  }
}
.cid-u0NZilgrxH .row {
  justify-content: center;
}
.cid-u0NZilgrxH .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u0NZilgrxH .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-u0NZilgrxH .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u0NZilgrxH .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-u0NZilgrxH .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-u0NZilgrxH .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-u0NZilgrxH .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-u0NZilgrxH .mbr-desc {
  color: #e4dfd4;
}
.cid-u0NZilgrxH .mbr-desc,
.cid-u0NZilgrxH .desc-wrapper {
  color: #232323;
  text-align: center;
}
.cid-u2LtE81fRo {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/deneme-tuzla-kombi-servisi-flip-5-1920x1080.png");
}
.cid-u2LtE81fRo .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2LtE81fRo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2LtE81fRo .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .cid-u2LtE81fRo .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-u2LtE81fRo .mbr-section-head {
    margin-bottom: 50px;
  }
}
.cid-u2LtE81fRo .mbr-section-title {
  color: #ce320c;
  margin-bottom: 0;
}
.cid-u2LtE81fRo .mbr-section-subtitle {
  color: #353535;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .cid-u2LtE81fRo .col-img {
    display: none;
  }
}
.cid-u2LtE81fRo .img-wrap {
  width: 100%;
}
.cid-u2LtE81fRo .img-wrap .img-box {
  width: 100%;
  border-radius: 65px 65px 0 65px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-u2LtE81fRo .img-wrap .img-box {
    border-radius: 40px 40px 0 40px;
  }
}
.cid-u2LtE81fRo .img-wrap .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-u2LtE81fRo .mbr-iconfont {
  position: relative;
  font-size: 24px !important;
  font-family: 'Moririse2' !important;
  color: #987a5a;
  margin-left: 1rem;
  padding: 10px;
  transition: .3s all;
}
.cid-u2LtE81fRo .mbr-iconfont:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(195, 195, 195, 0.9);
  opacity: 0;
  transition: .3s all;
}
.cid-u2LtE81fRo .mbr-iconfont:before {
  position: relative;
  z-index: 2;
}
.cid-u2LtE81fRo .panel-group {
  border: none;
  border-top: 1px solid #829d85;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-u2LtE81fRo .panel-group {
    margin-top: 0;
  }
}
.cid-u2LtE81fRo .card {
  border-bottom: 1px solid #829d85;
  border-radius: 0;
}
.cid-u2LtE81fRo .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-u2LtE81fRo .card-header {
    padding: 8px 0;
  }
}
.cid-u2LtE81fRo .card-header:hover .mbr-iconfont {
  color: #829d85;
}
.cid-u2LtE81fRo .card-header:hover .mbr-iconfont:after {
  opacity: 1;
}
.cid-u2LtE81fRo .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #987A5A;
}
.cid-u2LtE81fRo .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-u2LtE81fRo .panel-title-edit {
  color: #e31e25;
}
.cid-u2LtE81fRo .panel-body {
  padding: 0 0 40px;
}
@media (max-width: 767px) {
  .cid-u2LtE81fRo .panel-body {
    padding: 0 0 24px;
  }
}
.cid-u2LtE81fRo .panel-text {
  color: #353535;
  margin: 0;
}
.cid-u2LtEIOHT0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-u2LtEIOHT0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2LtEIOHT0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2LtEIOHT0 .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .cid-u2LtEIOHT0 .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-u2LtEIOHT0 .mbr-section-head {
    margin-bottom: 50px;
  }
}
.cid-u2LtEIOHT0 .mbr-section-title {
  color: #373f46;
  margin-bottom: 0;
}
.cid-u2LtEIOHT0 .mbr-section-subtitle {
  color: #353535;
  margin-top: 20px;
}
.cid-u2LtEIOHT0 .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-u2LtEIOHT0 .col-img {
    display: none;
  }
}
.cid-u2LtEIOHT0 .img-wrap {
  width: 100%;
}
.cid-u2LtEIOHT0 .img-wrap .img-box {
  width: 100%;
  border-radius: 65px 65px 0 65px;
  overflow: hidden;
  border-radius: 65px 65px 65px 0;
}
@media (max-width: 1199px) {
  .cid-u2LtEIOHT0 .img-wrap .img-box {
    border-radius: 40px 40px 0 40px;
    border-radius: 40px  40px 40px 0;
  }
}
.cid-u2LtEIOHT0 .img-wrap .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-u2LtEIOHT0 .mbr-iconfont {
  position: relative;
  font-size: 24px !important;
  font-family: 'Moririse2' !important;
  color: #987a5a;
  margin-left: 1rem;
  padding: 10px;
  transition: .3s all;
}
.cid-u2LtEIOHT0 .mbr-iconfont:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(195, 195, 195, 0.9);
  opacity: 0;
  transition: .3s all;
}
.cid-u2LtEIOHT0 .mbr-iconfont:before {
  position: relative;
  z-index: 2;
}
.cid-u2LtEIOHT0 .panel-group {
  border: none;
  border-top: 1px solid #829d85;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-u2LtEIOHT0 .panel-group {
    margin-top: 0;
  }
}
.cid-u2LtEIOHT0 .card {
  border-bottom: 1px solid #829d85;
  border-radius: 0;
}
.cid-u2LtEIOHT0 .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-u2LtEIOHT0 .card-header {
    padding: 8px 0;
  }
}
.cid-u2LtEIOHT0 .card-header:hover .mbr-iconfont {
  color: #829d85;
}
.cid-u2LtEIOHT0 .card-header:hover .mbr-iconfont:after {
  opacity: 1;
}
.cid-u2LtEIOHT0 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #987A5A;
}
.cid-u2LtEIOHT0 .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-u2LtEIOHT0 .panel-title-edit {
  color: #e31e25;
}
.cid-u2LtEIOHT0 .panel-body {
  padding: 0 0 40px;
}
@media (max-width: 767px) {
  .cid-u2LtEIOHT0 .panel-body {
    padding: 0 0 24px;
  }
}
.cid-u2LtEIOHT0 .panel-text {
  color: #353535;
  margin: 0;
}
.cid-u0NZiiLekR {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (min-width: 1400px) {
  .cid-u0NZiiLekR .container {
    max-width: 1000px;
  }
}
.cid-u0NZiiLekR .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  color: #000000;
  margin-bottom: 1rem;
  background: #ffffff;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.cid-u0NZiiLekR .card-wrapper {
  margin-bottom: 2rem;
  border-top: 1px solid #efefef;
  padding-top: 2rem;
}
.cid-u0NZiiLekR .row {
  justify-content: center;
}
.cid-u0NZiiLekR .card-text {
  color: #353535;
}
.cid-u0NZiiLekR .card-title,
.cid-u0NZiiLekR .iconfont-wrapper {
  color: #e31e25;
}
.cid-u0NZiiLekR .title {
  text-align: center;
}
.cid-u0NZiiLekR text {
  text-align: center;
}
.cid-u19HSxgEqf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u19HSxgEqf .mbr-fallback-image.disabled {
  display: none;
}
.cid-u19HSxgEqf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u19HSxgEqf .container {
    padding: 0 20px;
  }
}
.cid-u19HSxgEqf .row {
  justify-content: center;
}
.cid-u19HSxgEqf .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u19HSxgEqf .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-u19HSxgEqf .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u19HSxgEqf .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-u19HSxgEqf .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-u19HSxgEqf .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-u19HSxgEqf .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-u19HSxgEqf .mbr-desc {
  color: #e4dfd4;
}
.cid-u19HSxgEqf .mbr-desc,
.cid-u19HSxgEqf .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-u2LtFoBpEW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ce320c;
}
.cid-u2LtFoBpEW .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2LtFoBpEW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2LtFoBpEW .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u2LtFoBpEW .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u2LtFoBpEW .container {
    padding: 0 20px;
  }
}
.cid-u2LtFoBpEW .title-wrapper {
  padding: 150px 0;
}
@media (max-width: 768px) {
  .cid-u2LtFoBpEW .title-wrapper {
    padding: 50px 0;
  }
}
.cid-u2LtFoBpEW .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u2LtFoBpEW .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u2LtFoBpEW .mbr-section-title {
  color: #ffffff;
}
.cid-u2LtFoBpEW .mbr-section-title,
.cid-u2LtFoBpEW .mbr-section-btn {
  text-align: center;
  color: #4c4c4c;
}
.cid-u2LVCrvRyk .navbar-dropdown {
  background: rgba(206, 50, 12, 0.9) !important;
  padding: 0;
}
.cid-u2LVCrvRyk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(206, 50, 12, 0.9) !important;
  background: #ce320c;
}
.cid-u2LVCrvRyk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u2LVCrvRyk .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u2LVCrvRyk .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u2LVCrvRyk .menu_box .navbar.opened,
  .cid-u2LVCrvRyk .menu_box .navbar-collapse {
    background-color: #ce320c !important;
    transition: all 0s ease 0s;
  }
}
.cid-u2LVCrvRyk .navbar-dropdown {
  position: relative !important;
}
.cid-u2LVCrvRyk .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u2LVCrvRyk .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u2LVCrvRyk .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u2LVCrvRyk .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u2LVCrvRyk .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u2LVCrvRyk .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-u2LVCrvRyk .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u2LVCrvRyk .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u2LVCrvRyk .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u2LVCrvRyk .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u2LVCrvRyk .offcanvas-body .mbr-text,
  .cid-u2LVCrvRyk .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u2LVCrvRyk .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u2LVCrvRyk .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u2LVCrvRyk .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-u2LVCrvRyk .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u2LVCrvRyk .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u2LVCrvRyk .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u2LVCrvRyk .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u2LVCrvRyk ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u2LVCrvRyk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u2LVCrvRyk .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-u2LVCrvRyk .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u2LVCrvRyk li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u2LVCrvRyk .lg_brand {
    margin: 0 1rem;
  }
  .cid-u2LVCrvRyk .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u2LVCrvRyk .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u2LVCrvRyk .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u2LVCrvRyk .nav-item {
    margin: 0 !important;
  }
}
.cid-u2LVCrvRyk .nav-item .nav-link {
  position: relative;
}
.cid-u2LVCrvRyk .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-u2LVCrvRyk .nav-item .nav-link:hover,
.cid-u2LVCrvRyk .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffffff !important;
}
.cid-u2LVCrvRyk .nav-item .nav-link:hover::before,
.cid-u2LVCrvRyk .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-u2LVCrvRyk .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u2LVCrvRyk .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u2LVCrvRyk .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u2LVCrvRyk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u2LVCrvRyk .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: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u2LVCrvRyk .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u2LVCrvRyk .offcanvas_box {
    display: none;
  }
}
.cid-u2LVCrvRyk .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u2LVCrvRyk .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u2LVCrvRyk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u2LVCrvRyk .container {
  display: flex;
  margin: auto;
}
.cid-u2LVCrvRyk .iconfont-wrapper {
  color: #ffffff;
  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-u2LVCrvRyk .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u2LVCrvRyk .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u2LVCrvRyk .navbar-caption {
  color: #ffffff;
}
.cid-u2LVCrvRyk .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u2LVCrvRyk .navbar-nav {
    margin: 0;
  }
}
.cid-u2LVCrvRyk .dropdown-menu,
.cid-u2LVCrvRyk .navbar.opened {
  background-color: true !important;
}
.cid-u2LVCrvRyk .nav-item:focus,
.cid-u2LVCrvRyk .nav-link:focus {
  outline: none;
}
.cid-u2LVCrvRyk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u2LVCrvRyk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u2LVCrvRyk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u2LVCrvRyk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u2LVCrvRyk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2LVCrvRyk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u2LVCrvRyk .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u2LVCrvRyk .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u2LVCrvRyk .navbar.opened {
  transition: all 0.3s;
}
.cid-u2LVCrvRyk .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u2LVCrvRyk .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-u2LVCrvRyk .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u2LVCrvRyk .navbar.collapsed {
  justify-content: center;
}
.cid-u2LVCrvRyk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u2LVCrvRyk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u2LVCrvRyk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u2LVCrvRyk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u2LVCrvRyk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u2LVCrvRyk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u2LVCrvRyk .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u2LVCrvRyk .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u2LVCrvRyk .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u2LVCrvRyk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u2LVCrvRyk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u2LVCrvRyk .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u2LVCrvRyk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u2LVCrvRyk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u2LVCrvRyk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u2LVCrvRyk .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u2LVCrvRyk .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u2LVCrvRyk .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u2LVCrvRyk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u2LVCrvRyk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u2LVCrvRyk .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u2LVCrvRyk .navbar.navbar-short {
  min-height: 60px;
}
.cid-u2LVCrvRyk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u2LVCrvRyk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u2LVCrvRyk .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-u2LVCrvRyk .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u2LVCrvRyk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u2LVCrvRyk .dropdown-item.active,
.cid-u2LVCrvRyk .dropdown-item:active {
  background-color: transparent;
}
.cid-u2LVCrvRyk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u2LVCrvRyk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u2LVCrvRyk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u2LVCrvRyk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u2LVCrvRyk ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u2LVCrvRyk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u2LVCrvRyk button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ce320c;
  background: #232323;
}
.cid-u2LVCrvRyk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u2LVCrvRyk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u2LVCrvRyk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2LVCrvRyk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2LVCrvRyk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u2LVCrvRyk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2LVCrvRyk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u2LVCrvRyk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u2LVCrvRyk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2LVCrvRyk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u2LVCrvRyk .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-u2LVCrvRyk .navbar {
    height: 70px;
  }
  .cid-u2LVCrvRyk .navbar.opened {
    height: auto;
  }
  .cid-u2LVCrvRyk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2LVCrvRyk .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u2LVCrvRyk .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-u2LVCrvRyk .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u2LVCrvRyk .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-u2LVCrvRyk .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u2LVCrvRyk .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-u2LVCrvRyk .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u2LVCrvRyk .text_widget {
  margin-bottom: 32px;
}
.cid-u2LVCrvRyk .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u2LVCrvRyk .text_widget a:hover {
  opacity: .5;
}
.cid-u2LVCrvRyk .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u2LVCrvRyk .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u2LVCrvRyk .mbr-section-subtitle,
.cid-u2LVCrvRyk .text_widget,
.cid-u2LVCrvRyk .mbr-section-btn {
  text-align: center;
}
.cid-u2LVCrvRyk a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u2LVCrW5E1 {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #cccccc;
  background: linear-gradient(90deg, #cccccc, #ffffff);
}
.cid-u2LVCrW5E1 .mbr-overlay {
  background: #ee1b22;
  background: linear-gradient(90deg, #ee1b22, #111111);
}
.cid-u2LVCrW5E1 .mbr-section-title {
  margin: 0;
}
.cid-u2LVCrW5E1 .mbr-text {
  color: #efefef;
}
.cid-u2LVCrW5E1 .card-title {
  text-align: left;
  color: #ffffff;
}
.cid-u2LVCrW5E1 .card-img {
  text-align: left;
}
.cid-u2LVCrW5E1 .card .card-img span {
  font-size: 60px;
  color: #ffffff;
}
.cid-u2LVCrW5E1 .header-content {
  margin-left: 3rem;
  margin-right: 3rem;
  -webkit-align-self: stretch;
  align-self: stretch;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-u2LVCrW5E1 .header-content .text-row {
  margin: auto 0;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u2LVCrW5E1 .features-row {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-u2LVCrW5E1 .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-u2LVCrW5E1 .header-content {
    margin-right: 0;
    margin-left: 0;
  }
}
.cid-u2LVCrW5E1 .card-box .mbr-text {
  color: #010101;
}
.cid-u2LVCrW5E1 .mbr-section-subtitle,
.cid-u2LVCrW5E1 .mbr-section-btn {
  color: #010101;
}
.cid-u2LVCrW5E1 .title-cont,
.cid-u2LVCrW5E1 .mbr-section-title {
  color: #ce320c;
}
.cid-u2LVCsjK3Z {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-u2LVCsjK3Z .title-container {
  margin-bottom: -40px;
  max-width: 60%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-u2LVCsjK3Z .title-container {
    max-width: 80%;
    margin-bottom: 0;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .cid-u2LVCsjK3Z .title-container {
    margin-bottom: 0;
    padding-bottom: 56px;
  }
}
.cid-u2LVCsjK3Z .embla {
  position: relative;
  width: 100%;
  margin-top: 128px;
}
@media (max-width: 991px) {
  .cid-u2LVCsjK3Z .embla {
    margin-top: 112px;
  }
}
@media (max-width: 767px) {
  .cid-u2LVCsjK3Z .embla {
    margin-top: 0;
    margin-bottom: 96px;
  }
}
@media (max-width: 575px) {
  .cid-u2LVCsjK3Z .embla {
    margin-bottom: 80px;
  }
}
.cid-u2LVCsjK3Z .mbr-section-title {
  color: #161616;
}
.cid-u2LVCsjK3Z .mbr-section-subtitle {
  color: #161616;
  margin-top: 24px;
}
.cid-u2LVCsjK3Z .mbr-text {
  color: #161616;
  text-align: left;
}
.cid-u2LVCsjK3Z .item:focus,
.cid-u2LVCsjK3Z span:focus {
  outline: none;
}
.cid-u2LVCsjK3Z .slide-content {
  position: relative;
  padding: 24px;
  background: #f2f2f2;
  height: 100%;
  display: flex;
  border-radius: 16px;
  overflow: hidden;
  flex-flow: column nowrap;
  border: 2px solid #161616;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-u2LVCsjK3Z .slide-content {
    padding: 16px;
  }
}
.cid-u2LVCsjK3Z .embla__slide {
  display: flex;
  justify-content: center;
  width: 40vw;
  min-width: 40vw;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
@media (max-width: 991px) {
  .cid-u2LVCsjK3Z .embla__slide {
    width: 70vw;
    min-width: 70vw;
  }
}
@media (max-width: 767px) {
  .cid-u2LVCsjK3Z .embla__slide {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (max-width: 768px) {
  .cid-u2LVCsjK3Z .embla__slide {
    max-width: initial;
  }
}
.cid-u2LVCsjK3Z .item-content {
  margin-top: 24px;
}
.cid-u2LVCsjK3Z .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-u2LVCsjK3Z .item-img {
  width: 100%;
  height: 412px;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-u2LVCsjK3Z .item-img {
    height: 324px;
  }
}
.cid-u2LVCsjK3Z .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u2LVCsjK3Z .label-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .cid-u2LVCsjK3Z .label-container {
    flex-wrap: wrap;
  }
}
.cid-u2LVCsjK3Z .label-wrap {
  display: flex;
  border-radius: 8px;
  padding: 4px 6px;
  background-color: #00a7dd;
  max-width: 48%;
  width: max-content;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-u2LVCsjK3Z .label-wrap {
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-u2LVCsjK3Z .label-text {
  color: #161616;
  margin-bottom: 0;
}
.cid-u2LVCsjK3Z .position-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-u2LVCsjK3Z .position-wrap {
    width: 100%;
    margin-bottom: 8px;
  }
}
.cid-u2LVCsjK3Z .position-wrap .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.cid-u2LVCsjK3Z .position-wrap .mbr-iconfont {
  color: #161616;
  font-size: 1rem;
}
.cid-u2LVCsjK3Z .date-text {
  color: #161616;
  margin-bottom: 0;
  max-width: 48%;
  width: max-content;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .cid-u2LVCsjK3Z .date-text {
    max-width: 100%;
  }
}
.cid-u2LVCsjK3Z .item-title {
  color: #161616;
  text-align: center;
  margin-bottom: 0 !important;
}
.cid-u2LVCsjK3Z .mbr-section-btn {
  margin-top: 14px !important;
  display: flex;
  text-align: left;
  flex-wrap: wrap;
}
.cid-u2LVCsjK3Z .mbr-section-btn .btn {
  flex-grow: 1;
  min-width: 40%;
}
@media (max-width: 767px) {
  .cid-u2LVCsjK3Z .mbr-section-btn {
    width: auto !important;
  }
}
.cid-u2LVCsjK3Z .item-subtitle {
  text-align: left;
}
.cid-u2LVCsjK3Z .embla__button--next,
.cid-u2LVCsjK3Z .embla__button--prev {
  display: flex;
}
.cid-u2LVCsjK3Z .embla__button-container {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  position: absolute;
  top: -140px;
  right: 8%;
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u2LVCsjK3Z .embla__button-container {
    top: -112px;
    right: 50%;
    transform: translateX(50%);
  }
}
@media (max-width: 767px) {
  .cid-u2LVCsjK3Z .embla__button-container {
    padding-top: 48px;
    top: 100%;
  }
}
@media (max-width: 575px) {
  .cid-u2LVCsjK3Z .embla__button-container {
    padding-top: 32px;
    top: 100%;
  }
}
.cid-u2LVCsjK3Z .embla__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-size: 22px;
  background-color: #f2f2f2;
  color: #161616;
  border: 2px solid #161616;
  border-radius: 8px;
  transition: all 0.3s;
  margin-left: 16px;
}
.cid-u2LVCsjK3Z .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u2LVCsjK3Z .embla__button:hover {
  background: rgba(0, 0, 0, 0.15);
}
.cid-u2LVCsjK3Z .embla__button.embla__button--prev:hover {
  transform: translate(-4px, 0);
}
@media (max-width: 991px) {
  .cid-u2LVCsjK3Z .embla__button.embla__button--prev {
    margin-left: 0;
  }
}
.cid-u2LVCsjK3Z .embla__button.embla__button--next:hover {
  transform: translate(4px, 0);
}
.cid-u2LVCsjK3Z .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-u2LVCsjK3Z .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u2LVCsjK3Z .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u2LVCsjK3Z .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u2LVCsjK3Z .item-menu-overlay {
  opacity: 0 !important;
}
.cid-u2LVCtoqJq {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.cid-u2LVCtoqJq .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 30rem;
}
@media (max-width: 991px) {
  .cid-u2LVCtoqJq .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-u2LVCtoqJq .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-u2LVCtoqJq .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-u2LVCtoqJq .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-u2LVCtoqJq .footer-top {
  border-bottom: 2px solid #fafafa;
}
.cid-u2LVCtoqJq .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-u2LVCtoqJq .footer-item-title {
  margin-bottom: 13px;
  text-align: center;
  color: #ffffff;
}
.cid-u2LVCtoqJq .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: center;
}
.cid-u2LVCtoqJq .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-u2LVCtoqJq .soc-item a {
  color: #ffffff;
}
.cid-u2LVCtoqJq .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-u2LVCtoqJq .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-u2LVCtoqJq .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2LVCtoqJq .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-u2LVCtoqJq .mbr-tag,
.cid-u2LVCtoqJq .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-u2LVCtoqJq .copyright {
  color: #000000;
}
.cid-u2LVCuaBGx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2LVCuaBGx .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2LVCuaBGx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2LVCuaBGx .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u2LVCuaBGx .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u2LVCuaBGx .container {
    padding: 0 20px;
  }
}
.cid-u2LVCuaBGx .row {
  justify-content: center;
}
.cid-u2LVCuaBGx .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u2LVCuaBGx .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-u2LVCuaBGx .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u2LVCuaBGx .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-u2LVCuaBGx .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-u2LVCuaBGx .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-u2LVCuaBGx .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-u2LVCuaBGx .mbr-desc {
  color: #e4dfd4;
}
.cid-u2LVCuaBGx .mbr-desc,
.cid-u2LVCuaBGx .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-u2LVEOPRpJ .navbar-dropdown {
  background: rgba(206, 50, 12, 0.9) !important;
  padding: 0;
}
.cid-u2LVEOPRpJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(206, 50, 12, 0.9) !important;
  background: #ce320c;
}
.cid-u2LVEOPRpJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u2LVEOPRpJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u2LVEOPRpJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u2LVEOPRpJ .menu_box .navbar.opened,
  .cid-u2LVEOPRpJ .menu_box .navbar-collapse {
    background-color: #ce320c !important;
    transition: all 0s ease 0s;
  }
}
.cid-u2LVEOPRpJ .navbar-dropdown {
  position: relative !important;
}
.cid-u2LVEOPRpJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u2LVEOPRpJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u2LVEOPRpJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u2LVEOPRpJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u2LVEOPRpJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u2LVEOPRpJ .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-u2LVEOPRpJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u2LVEOPRpJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u2LVEOPRpJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u2LVEOPRpJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u2LVEOPRpJ .offcanvas-body .mbr-text,
  .cid-u2LVEOPRpJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u2LVEOPRpJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u2LVEOPRpJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u2LVEOPRpJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-u2LVEOPRpJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u2LVEOPRpJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u2LVEOPRpJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u2LVEOPRpJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u2LVEOPRpJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u2LVEOPRpJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u2LVEOPRpJ .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-u2LVEOPRpJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u2LVEOPRpJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u2LVEOPRpJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-u2LVEOPRpJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u2LVEOPRpJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u2LVEOPRpJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u2LVEOPRpJ .nav-item {
    margin: 0 !important;
  }
}
.cid-u2LVEOPRpJ .nav-item .nav-link {
  position: relative;
}
.cid-u2LVEOPRpJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-u2LVEOPRpJ .nav-item .nav-link:hover,
.cid-u2LVEOPRpJ .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffffff !important;
}
.cid-u2LVEOPRpJ .nav-item .nav-link:hover::before,
.cid-u2LVEOPRpJ .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-u2LVEOPRpJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u2LVEOPRpJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u2LVEOPRpJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u2LVEOPRpJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u2LVEOPRpJ .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: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u2LVEOPRpJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u2LVEOPRpJ .offcanvas_box {
    display: none;
  }
}
.cid-u2LVEOPRpJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u2LVEOPRpJ .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u2LVEOPRpJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u2LVEOPRpJ .container {
  display: flex;
  margin: auto;
}
.cid-u2LVEOPRpJ .iconfont-wrapper {
  color: #ffffff;
  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-u2LVEOPRpJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u2LVEOPRpJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u2LVEOPRpJ .navbar-caption {
  color: #ffffff;
}
.cid-u2LVEOPRpJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u2LVEOPRpJ .navbar-nav {
    margin: 0;
  }
}
.cid-u2LVEOPRpJ .dropdown-menu,
.cid-u2LVEOPRpJ .navbar.opened {
  background-color: true !important;
}
.cid-u2LVEOPRpJ .nav-item:focus,
.cid-u2LVEOPRpJ .nav-link:focus {
  outline: none;
}
.cid-u2LVEOPRpJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u2LVEOPRpJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u2LVEOPRpJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u2LVEOPRpJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u2LVEOPRpJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2LVEOPRpJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u2LVEOPRpJ .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u2LVEOPRpJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u2LVEOPRpJ .navbar.opened {
  transition: all 0.3s;
}
.cid-u2LVEOPRpJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u2LVEOPRpJ .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-u2LVEOPRpJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u2LVEOPRpJ .navbar.collapsed {
  justify-content: center;
}
.cid-u2LVEOPRpJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u2LVEOPRpJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u2LVEOPRpJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u2LVEOPRpJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u2LVEOPRpJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u2LVEOPRpJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u2LVEOPRpJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u2LVEOPRpJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u2LVEOPRpJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u2LVEOPRpJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u2LVEOPRpJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u2LVEOPRpJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u2LVEOPRpJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u2LVEOPRpJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u2LVEOPRpJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u2LVEOPRpJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u2LVEOPRpJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u2LVEOPRpJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u2LVEOPRpJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u2LVEOPRpJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u2LVEOPRpJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u2LVEOPRpJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-u2LVEOPRpJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u2LVEOPRpJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u2LVEOPRpJ .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-u2LVEOPRpJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u2LVEOPRpJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u2LVEOPRpJ .dropdown-item.active,
.cid-u2LVEOPRpJ .dropdown-item:active {
  background-color: transparent;
}
.cid-u2LVEOPRpJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u2LVEOPRpJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u2LVEOPRpJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u2LVEOPRpJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u2LVEOPRpJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u2LVEOPRpJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u2LVEOPRpJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ce320c;
  background: #232323;
}
.cid-u2LVEOPRpJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u2LVEOPRpJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u2LVEOPRpJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2LVEOPRpJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2LVEOPRpJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u2LVEOPRpJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2LVEOPRpJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u2LVEOPRpJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u2LVEOPRpJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2LVEOPRpJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u2LVEOPRpJ .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-u2LVEOPRpJ .navbar {
    height: 70px;
  }
  .cid-u2LVEOPRpJ .navbar.opened {
    height: auto;
  }
  .cid-u2LVEOPRpJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2LVEOPRpJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u2LVEOPRpJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-u2LVEOPRpJ .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u2LVEOPRpJ .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-u2LVEOPRpJ .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u2LVEOPRpJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-u2LVEOPRpJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u2LVEOPRpJ .text_widget {
  margin-bottom: 32px;
}
.cid-u2LVEOPRpJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u2LVEOPRpJ .text_widget a:hover {
  opacity: .5;
}
.cid-u2LVEOPRpJ .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u2LVEOPRpJ .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u2LVEOPRpJ .mbr-section-subtitle,
.cid-u2LVEOPRpJ .text_widget,
.cid-u2LVEOPRpJ .mbr-section-btn {
  text-align: center;
}
.cid-u2LVEOPRpJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u2LVEPef6R {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #cccccc;
  background: linear-gradient(90deg, #cccccc, #ffffff);
}
.cid-u2LVEPef6R .mbr-overlay {
  background: #ee1b22;
  background: linear-gradient(90deg, #ee1b22, #111111);
}
.cid-u2LVEPef6R .mbr-section-title {
  margin: 0;
}
.cid-u2LVEPef6R .mbr-text {
  color: #efefef;
}
.cid-u2LVEPef6R .card-title {
  text-align: left;
  color: #ffffff;
}
.cid-u2LVEPef6R .card-img {
  text-align: left;
}
.cid-u2LVEPef6R .card .card-img span {
  font-size: 60px;
  color: #ffffff;
}
.cid-u2LVEPef6R .header-content {
  margin-left: 3rem;
  margin-right: 3rem;
  -webkit-align-self: stretch;
  align-self: stretch;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-u2LVEPef6R .header-content .text-row {
  margin: auto 0;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u2LVEPef6R .features-row {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-u2LVEPef6R .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-u2LVEPef6R .header-content {
    margin-right: 0;
    margin-left: 0;
  }
}
.cid-u2LVEPef6R .card-box .mbr-text {
  color: #010101;
}
.cid-u2LVEPef6R .mbr-section-subtitle,
.cid-u2LVEPef6R .mbr-section-btn {
  color: #010101;
}
.cid-u2LVEPef6R .title-cont,
.cid-u2LVEPef6R .mbr-section-title {
  color: #ce320c;
}
.cid-u2LVEPAJAX {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-u2LVEPAJAX .title-container {
  margin-bottom: -40px;
  max-width: 60%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-u2LVEPAJAX .title-container {
    max-width: 80%;
    margin-bottom: 0;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .cid-u2LVEPAJAX .title-container {
    margin-bottom: 0;
    padding-bottom: 56px;
  }
}
.cid-u2LVEPAJAX .embla {
  position: relative;
  width: 100%;
  margin-top: 128px;
}
@media (max-width: 991px) {
  .cid-u2LVEPAJAX .embla {
    margin-top: 112px;
  }
}
@media (max-width: 767px) {
  .cid-u2LVEPAJAX .embla {
    margin-top: 0;
    margin-bottom: 96px;
  }
}
@media (max-width: 575px) {
  .cid-u2LVEPAJAX .embla {
    margin-bottom: 80px;
  }
}
.cid-u2LVEPAJAX .mbr-section-title {
  color: #161616;
}
.cid-u2LVEPAJAX .mbr-section-subtitle {
  color: #161616;
  margin-top: 24px;
}
.cid-u2LVEPAJAX .mbr-text {
  color: #161616;
  text-align: left;
}
.cid-u2LVEPAJAX .item:focus,
.cid-u2LVEPAJAX span:focus {
  outline: none;
}
.cid-u2LVEPAJAX .slide-content {
  position: relative;
  padding: 24px;
  background: #f2f2f2;
  height: 100%;
  display: flex;
  border-radius: 16px;
  overflow: hidden;
  flex-flow: column nowrap;
  border: 2px solid #161616;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-u2LVEPAJAX .slide-content {
    padding: 16px;
  }
}
.cid-u2LVEPAJAX .embla__slide {
  display: flex;
  justify-content: center;
  width: 40vw;
  min-width: 40vw;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
@media (max-width: 991px) {
  .cid-u2LVEPAJAX .embla__slide {
    width: 70vw;
    min-width: 70vw;
  }
}
@media (max-width: 767px) {
  .cid-u2LVEPAJAX .embla__slide {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (max-width: 768px) {
  .cid-u2LVEPAJAX .embla__slide {
    max-width: initial;
  }
}
.cid-u2LVEPAJAX .item-content {
  margin-top: 24px;
}
.cid-u2LVEPAJAX .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-u2LVEPAJAX .item-img {
  width: 100%;
  height: 412px;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-u2LVEPAJAX .item-img {
    height: 324px;
  }
}
.cid-u2LVEPAJAX .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u2LVEPAJAX .label-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .cid-u2LVEPAJAX .label-container {
    flex-wrap: wrap;
  }
}
.cid-u2LVEPAJAX .label-wrap {
  display: flex;
  border-radius: 8px;
  padding: 4px 6px;
  background-color: #00a7dd;
  max-width: 48%;
  width: max-content;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-u2LVEPAJAX .label-wrap {
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-u2LVEPAJAX .label-text {
  color: #161616;
  margin-bottom: 0;
}
.cid-u2LVEPAJAX .position-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-u2LVEPAJAX .position-wrap {
    width: 100%;
    margin-bottom: 8px;
  }
}
.cid-u2LVEPAJAX .position-wrap .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.cid-u2LVEPAJAX .position-wrap .mbr-iconfont {
  color: #161616;
  font-size: 1rem;
}
.cid-u2LVEPAJAX .date-text {
  color: #161616;
  margin-bottom: 0;
  max-width: 48%;
  width: max-content;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .cid-u2LVEPAJAX .date-text {
    max-width: 100%;
  }
}
.cid-u2LVEPAJAX .item-title {
  color: #161616;
  text-align: center;
  margin-bottom: 0 !important;
}
.cid-u2LVEPAJAX .mbr-section-btn {
  margin-top: 14px !important;
  display: flex;
  text-align: left;
  flex-wrap: wrap;
}
.cid-u2LVEPAJAX .mbr-section-btn .btn {
  flex-grow: 1;
  min-width: 40%;
}
@media (max-width: 767px) {
  .cid-u2LVEPAJAX .mbr-section-btn {
    width: auto !important;
  }
}
.cid-u2LVEPAJAX .item-subtitle {
  text-align: left;
}
.cid-u2LVEPAJAX .embla__button--next,
.cid-u2LVEPAJAX .embla__button--prev {
  display: flex;
}
.cid-u2LVEPAJAX .embla__button-container {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  position: absolute;
  top: -140px;
  right: 8%;
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u2LVEPAJAX .embla__button-container {
    top: -112px;
    right: 50%;
    transform: translateX(50%);
  }
}
@media (max-width: 767px) {
  .cid-u2LVEPAJAX .embla__button-container {
    padding-top: 48px;
    top: 100%;
  }
}
@media (max-width: 575px) {
  .cid-u2LVEPAJAX .embla__button-container {
    padding-top: 32px;
    top: 100%;
  }
}
.cid-u2LVEPAJAX .embla__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-size: 22px;
  background-color: #f2f2f2;
  color: #161616;
  border: 2px solid #161616;
  border-radius: 8px;
  transition: all 0.3s;
  margin-left: 16px;
}
.cid-u2LVEPAJAX .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u2LVEPAJAX .embla__button:hover {
  background: rgba(0, 0, 0, 0.15);
}
.cid-u2LVEPAJAX .embla__button.embla__button--prev:hover {
  transform: translate(-4px, 0);
}
@media (max-width: 991px) {
  .cid-u2LVEPAJAX .embla__button.embla__button--prev {
    margin-left: 0;
  }
}
.cid-u2LVEPAJAX .embla__button.embla__button--next:hover {
  transform: translate(4px, 0);
}
.cid-u2LVEPAJAX .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-u2LVEPAJAX .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u2LVEPAJAX .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u2LVEPAJAX .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u2LVEPAJAX .item-menu-overlay {
  opacity: 0 !important;
}
.cid-u2LVEQHJKr {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.cid-u2LVEQHJKr .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 30rem;
}
@media (max-width: 991px) {
  .cid-u2LVEQHJKr .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-u2LVEQHJKr .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-u2LVEQHJKr .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-u2LVEQHJKr .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-u2LVEQHJKr .footer-top {
  border-bottom: 2px solid #fafafa;
}
.cid-u2LVEQHJKr .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-u2LVEQHJKr .footer-item-title {
  margin-bottom: 13px;
  text-align: center;
  color: #ffffff;
}
.cid-u2LVEQHJKr .footer-item-text {
  margin-bottom: 1.9375rem;
  color: #fafafa;
  text-align: center;
}
.cid-u2LVEQHJKr .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-u2LVEQHJKr .soc-item a {
  color: #ffffff;
}
.cid-u2LVEQHJKr .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #fafafa;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-u2LVEQHJKr .soc-item span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-u2LVEQHJKr .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2LVEQHJKr .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-u2LVEQHJKr .mbr-tag,
.cid-u2LVEQHJKr .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-u2LVEQHJKr .copyright {
  color: #000000;
}
.cid-u2LVERsSwo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2LVERsSwo .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2LVERsSwo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2LVERsSwo .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u2LVERsSwo .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u2LVERsSwo .container {
    padding: 0 20px;
  }
}
.cid-u2LVERsSwo .row {
  justify-content: center;
}
.cid-u2LVERsSwo .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u2LVERsSwo .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-u2LVERsSwo .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u2LVERsSwo .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-u2LVERsSwo .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-u2LVERsSwo .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-u2LVERsSwo .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-u2LVERsSwo .mbr-desc {
  color: #e4dfd4;
}
.cid-u2LVERsSwo .mbr-desc,
.cid-u2LVERsSwo .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
