body {
  font-family: 'Darker Grotesque', sans-serif;
}
.display-1 {
  font-family: 'Darker Grotesque', sans-serif;
  font-size: 6rem;
  line-height: 0.9;
  letter-spacing: .0625rem;
}
.display-1 > .mbr-iconfont {
  font-size: 7.5rem;
}
.display-2 {
  font-family: 'Darker Grotesque', sans-serif;
  font-size: 4.25rem;
  line-height: 0.8;
}
.display-2 > .mbr-iconfont {
  font-size: 5.3125rem;
}
.display-4 {
  font-family: 'Darker Grotesque', sans-serif;
  font-size: 1.7rem;
  line-height: 1;
}
.display-4 > .mbr-iconfont {
  font-size: 2.125rem;
}
.display-5 {
  font-family: 'Darker Grotesque', sans-serif;
  font-size: 2.25rem;
  line-height: 1.1;
}
.display-5 > .mbr-iconfont {
  font-size: 2.8125rem;
}
.display-7 {
  font-family: 'Darker Grotesque', sans-serif;
  font-size: 1.3rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.625rem;
}
/* ---- 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: 4.8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.2rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 0.9 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 0.8 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.36rem;
    font-size: calc( 1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.8rem;
    font-size: calc( 1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #004383 !important;
}
.bg-success {
  background-color: #a38482 !important;
}
.bg-info {
  background-color: #002549 !important;
}
.bg-warning {
  background-color: #ffc092 !important;
}
.bg-danger {
  background-color: #9c521b !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #004383 !important;
  border-color: #004383 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #00172c !important;
  border-color: #00172c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #00172c !important;
  border-color: #00172c !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6a26 !important;
  border-color: #ff6a26 !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: #ce4100 !important;
  border-color: #ce4100 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ce4100 !important;
  border-color: #ce4100 !important;
}
.btn-info,
.btn-info:active {
  background-color: #002549 !important;
  border-color: #002549 !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: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success,
.btn-success:active {
  background-color: #a38482 !important;
  border-color: #a38482 !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: #775957 !important;
  border-color: #775957 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #775957 !important;
  border-color: #775957 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffc092 !important;
  border-color: #ffc092 !important;
  color: #923e00 !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: #ff8e3b !important;
  border-color: #ff8e3b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #923e00 !important;
  background-color: #ff8e3b !important;
  border-color: #ff8e3b !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #9c521b !important;
  border-color: #9c521b !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: #522b0e !important;
  border-color: #522b0e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #522b0e !important;
  border-color: #522b0e !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #004383;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #00172c !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #004383 !important;
  border-color: #004383 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6a26;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ce4100 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6a26 !important;
  border-color: #ff6a26 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #002549;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #002549 !important;
  border-color: #002549 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #a38482;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #775957 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #a38482 !important;
  border-color: #a38482 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffc092;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ff8e3b !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #923e00 !important;
  background-color: #ffc092 !important;
  border-color: #ffc092 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #9c521b;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #522b0e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #9c521b !important;
  border-color: #9c521b !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #004383 !important;
}
.text-secondary {
  color: #ff6a26 !important;
}
.text-success {
  color: #a38482 !important;
}
.text-info {
  color: #002549 !important;
}
.text-warning {
  color: #ffc092 !important;
}
.text-danger {
  color: #9c521b !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000f1d !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #bf3c00 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #6e5351 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ff852c !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #45240c !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #004383;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #002549;
}
.alert-warning {
  background-color: #ffc092;
}
.alert-danger {
  background-color: #9c521b;
}
.mbr-gallery-filter li.active .btn {
  background-color: #004383;
  border-color: #004383;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #004383;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #0384ff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #d9cccb;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #3099ff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e29155;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Darker Grotesque', sans-serif;
  font-size: 1.7rem;
  line-height: 1;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 2.125rem;
}
.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: #004383 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Darker Grotesque', sans-serif;
  font-size: 1.7rem;
  line-height: 1;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2.125rem;
}
blockquote {
  border-color: #004383;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #004383;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #004383;
}
.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: #004383;
  border-bottom-color: #004383;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #004383 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6a26 !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='%23004383' %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;
}
.container {
  max-width: 1056px;
}
.btn {
  border-radius: 100vw;
  padding: 0.75rem 1.5rem;
}
.cid-uroKjJPxPA {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-uroKjJPxPA {
    min-height: 105px;
  }
}
.cid-uroKjJPxPA nav.navbar {
  position: fixed;
}
.cid-uroKjJPxPA .container {
  max-width: 1312px;
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uroKjJPxPA .container {
    flex-wrap: nowrap;
  }
}
.cid-uroKjJPxPA .container-custom {
  position: relative;
  width: 100%;
  padding: 10px 0;
}
.cid-uroKjJPxPA .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uroKjJPxPA .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uroKjJPxPA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uroKjJPxPA .dropdown-item:hover,
.cid-uroKjJPxPA .dropdown-item:focus {
  background: #004383 !important;
  color: white !important;
}
.cid-uroKjJPxPA .dropdown-item:hover span {
  color: white;
}
.cid-uroKjJPxPA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uroKjJPxPA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uroKjJPxPA .nav-dropdown .link {
  padding: 0.75em 1em !important;
}
.cid-uroKjJPxPA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uroKjJPxPA .nav-link {
  position: relative;
}
.cid-uroKjJPxPA .iconfont-wrapper {
  color: #002549 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uroKjJPxPA .dropdown-menu,
.cid-uroKjJPxPA .navbar.opened {
  background: #f8f7f3 !important;
}
.cid-uroKjJPxPA .nav-item:focus,
.cid-uroKjJPxPA .nav-link:focus {
  outline: none;
}
.cid-uroKjJPxPA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uroKjJPxPA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uroKjJPxPA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uroKjJPxPA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uroKjJPxPA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uroKjJPxPA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uroKjJPxPA .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f8f7f3;
}
@media (min-width: 992px) {
  .cid-uroKjJPxPA .navbar {
    min-height: 105px;
  }
}
.cid-uroKjJPxPA .navbar.opened {
  transition: all 0.3s;
}
.cid-uroKjJPxPA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uroKjJPxPA .navbar .navbar-logo img {
  width: auto;
}
.cid-uroKjJPxPA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uroKjJPxPA .navbar .navbar-collapse {
    width: 100%;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .cid-uroKjJPxPA .navbar .navbar-nav-container {
    width: 40%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
}
.cid-uroKjJPxPA .navbar.collapsed {
  justify-content: center;
}
.cid-uroKjJPxPA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uroKjJPxPA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uroKjJPxPA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uroKjJPxPA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uroKjJPxPA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uroKjJPxPA .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uroKjJPxPA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uroKjJPxPA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uroKjJPxPA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uroKjJPxPA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uroKjJPxPA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uroKjJPxPA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uroKjJPxPA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uroKjJPxPA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uroKjJPxPA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uroKjJPxPA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uroKjJPxPA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uroKjJPxPA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uroKjJPxPA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uroKjJPxPA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uroKjJPxPA .navbar.navbar-short {
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-uroKjJPxPA .navbar.navbar-short {
    min-height: 105px;
  }
}
.cid-uroKjJPxPA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uroKjJPxPA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uroKjJPxPA .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uroKjJPxPA .navbar-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 40%;
    top: 50%;
    transform: translateY(-50%);
    width: 20%;
    min-height: 100%;
    z-index: 5;
  }
}
.cid-uroKjJPxPA .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
  flex-wrap: nowrap;
  color: #002549;
}
.cid-uroKjJPxPA .navbar-brand .navbar-caption span {
  line-height: inherit !important;
  font-weight: inherit !important;
  color: #004383;
}
.cid-uroKjJPxPA .navbar-brand .navbar-caption:hover {
  color: #004383;
}
.cid-uroKjJPxPA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uroKjJPxPA .dropdown-item.active,
.cid-uroKjJPxPA .dropdown-item:active {
  background-color: transparent;
}
.cid-uroKjJPxPA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uroKjJPxPA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uroKjJPxPA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uroKjJPxPA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f8f7f3;
}
.cid-uroKjJPxPA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uroKjJPxPA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uroKjJPxPA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uroKjJPxPA .navbar-buttons {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uroKjJPxPA .navbar-buttons {
    width: 40%;
    text-align: right;
  }
}
.cid-uroKjJPxPA .navbar-buttons .btn {
  min-width: 144px;
  font-weight: 400;
}
.cid-uroKjJPxPA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uroKjJPxPA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uroKjJPxPA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uroKjJPxPA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uroKjJPxPA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uroKjJPxPA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uroKjJPxPA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uroKjJPxPA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uroKjJPxPA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uroKjJPxPA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uroKjJPxPA .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uroKjJPxPA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #002549;
}
.cid-uroKjJPxPA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uroKjJPxPA .navbar {
    height: 60px;
  }
  .cid-uroKjJPxPA .navbar.opened {
    height: auto;
  }
  .cid-uroKjJPxPA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media screen and (-ms-high-contrast: active) and (min-width: 992px), (-ms-high-contrast: none) and (min-width: 992px) {
  .cid-uroKjJPxPA .navbar {
    min-height: 105px;
  }
}
.cid-uqZJB9XEzT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mamak-evden-eve-nakliyat-2000x1333.webp");
}
@media (min-width: 768px) {
  .cid-uqZJB9XEzT .col-text {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-uqZJB9XEzT .col-text {
    padding-bottom: 120px;
    padding-top: 120px;
  }
}
.cid-uqZJB9XEzT .container {
  max-width: 1312px;
}
.cid-uqZJB9XEzT .label-text {
  color: #ffffff;
  position: relative;
  z-index: 2;
}
.cid-uqZJB9XEzT .mbr-section-title {
  color: #002549;
}
.cid-uqZJB9XEzT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqZJB9XEzT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqZJB9XEzT .mbr-section-title,
.cid-uqZJB9XEzT .mbr-section-btn {
  color: #ffffff;
}
.cid-urk5RH2jBa {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-urk5RH2jBa .row {
  align-items: center;
}
.cid-urk5RH2jBa .image-wrapper {
  display: flex;
}
@media (max-width: 768px) {
  .cid-urk5RH2jBa .image-wrapper {
    justify-content: center;
    padding-bottom: 2rem;
    order: 1;
  }
}
@media (min-width: 768px) {
  .cid-urk5RH2jBa .image-wrapper {
    justify-content: flex-end;
    padding-left: 2rem;
  }
}
.cid-urk5RH2jBa .image-wrapper img {
  width: auto;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-urk5RH2jBa .col-text {
    padding-top: 2rem;
    order: 2;
  }
}
@media (min-width: 768px) {
  .cid-urk5RH2jBa .col-text {
    padding-right: 2rem;
  }
}
.cid-urk5RH2jBa .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-urk5RH2jBa .mbr-section-title {
  margin-bottom: 1.3rem;
  color: #002549;
}
.cid-urk5RH2jBa .mbr-text {
  color: #002549;
  width: 100%;
}
.cid-urk5RH2jBa .btn-container {
  width: 100%;
  margin-top: 1rem;
}
@media (max-width: 575px) {
  .cid-urk5RH2jBa .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-urk5RH2jBa .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-urk5RH2jBa .mbr-fallback-image.disabled {
  display: none;
}
.cid-urk5RH2jBa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqZJZujr1N {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uqZJZujr1N .row {
  flex-direction: row-reverse;
}
.cid-uqZJZujr1N .col-card {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uqZJZujr1N .col-card {
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uqZJZujr1N .col-card {
    padding-right: 4.625rem;
  }
}
@media (max-width: 991px) {
  .cid-uqZJZujr1N .col-text {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uqZJZujr1N .col-text {
    padding-left: 4.625rem;
  }
}
.cid-uqZJZujr1N .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-uqZJZujr1N .mbr-section-title {
  margin-bottom: 1.3rem;
  color: #002549;
}
.cid-uqZJZujr1N .mbr-text {
  color: #002549;
  width: 100%;
}
.cid-uqZJZujr1N .mbr-section-btn .btn {
  min-width: 180px;
  padding: 0.875rem 2.5rem;
}
.cid-uqZJZujr1N .cards-container {
  display: grid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 0;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding-left: 5rem;
  border-left: 1px solid #d4c5c0;
}
@media (min-width: 992px) {
  .cid-uqZJZujr1N .cards-container {
    padding-right: 5rem;
    border-right: 1px solid #d4c5c0;
    padding-left: 0;
    border-left: none;
  }
}
@media (max-width: 767px) {
  .cid-uqZJZujr1N .cards-container {
    padding-left: 2rem;
  }
}
.cid-uqZJZujr1N .card-text-container {
  flex-grow: 1;
}
.cid-uqZJZujr1N .mbr-section-subtitle {
  color: #002549;
  width: 100%;
}
.cid-uqZJZujr1N .card-text {
  color: #002549;
  width: 100%;
}
.cid-uqZJZujr1N .icon-box {
  margin-top: 0.35rem;
  margin-right: 1rem;
  transform: rotateZ(-45deg);
  transform-style: preserve-3d;
  transition: 0.3s all;
}
.cid-uqZJZujr1N .icon-box span {
  color: #e1965f;
}
.cid-uqZJZujr1N .card {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.cid-uqZJZujr1N .card:hover .icon-box {
  margin-top: 0;
  margin-bottom: 0.35rem;
  transform: rotateZ(0);
}
.cid-uqZJZujr1N .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqZJZujr1N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqZJNyPPvr {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uqZJNyPPvr .container {
  max-width: 1312px;
}
.cid-uqZJNyPPvr img,
.cid-uqZJNyPPvr .item-img {
  transition: transform 3s, filter 0.5s;
  overflow: hidden;
  height: 100%;
  object-fit: cover;
}
.cid-uqZJNyPPvr .img-filter {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: #7F5F5D;
  opacity: 0;
  transition: 0.5s all;
  pointer-events: none;
}
.cid-uqZJNyPPvr .item:focus,
.cid-uqZJNyPPvr span:focus {
  outline: none;
}
.cid-uqZJNyPPvr .item-wrap {
  position: relative;
  flex-grow: 1;
}
.cid-uqZJNyPPvr .sl-content {
  position: relative;
  background: #004383;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uqZJNyPPvr .sl-content:hover .img-filter {
  opacity: 0.6;
  z-index: 1;
}
.cid-uqZJNyPPvr .sl-content:hover img {
  transform: scale3d(1.2, 1.2, 1);
  filter: saturate(0);
}
.cid-uqZJNyPPvr .sl-content .item-content {
  display: grid;
  justify-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 1.25rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}
.cid-uqZJNyPPvr .sl-content .item-content {
  padding: 1.5rem 1.5rem 0;
}
.cid-uqZJNyPPvr .sl-content .item-footer {
  padding: 0 1.5rem 0.9rem;
}
.cid-uqZJNyPPvr .mbr-section-btn {
  margin-top: auto !important;
  padding-top: 0.9rem !important;
}
.cid-uqZJNyPPvr .mbr-section-head {
  margin-bottom: 4rem;
}
.cid-uqZJNyPPvr .mbr-section-title {
  color: #002549;
}
.cid-uqZJNyPPvr .mbr-section-subtitle {
  color: #002549;
}
.cid-uqZJNyPPvr .mbr-text {
  color: #ffffff;
  width: 100%;
}
.cid-uqZJNyPPvr .item-title-container {
  width: 100%;
}
.cid-uqZJNyPPvr .item-title {
  color: #002549;
  width: 100%;
  max-width: 100%;
}
.cid-uqZJNyPPvr .item-title span {
  background-color: #ffffff;
  padding-right: 1rem;
  padding-left: 1rem;
  border-radius: 2em;
  line-height: inherit;
  font-size: inherit;
}
.cid-uqZJNyPPvr .item-subtitle {
  color: #ffffff;
  width: 100%;
}
.cid-uqZJNyPPvr .embla__slide {
  display: flex;
  justify-content: center;
  padding: 0 1rem;
}
@media (max-width: 767px) {
  .cid-uqZJNyPPvr .embla__slide {
    max-width: 416px;
    margin: 0 auto;
    padding: 0 0.75rem;
  }
}
.cid-uqZJNyPPvr .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uqZJNyPPvr .embla__container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 2rem;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-uqZJNyPPvr .embla__container {
    margin: 0 -1rem;
  }
}
@media (max-width: 991px) {
  .cid-uqZJNyPPvr .embla__container {
    margin: 0 -0.75rem;
  }
}
.cid-uqZJX8nXI0 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uqZJX8nXI0 .container {
  max-width: 1312px;
}
.cid-uqZJX8nXI0 img,
.cid-uqZJX8nXI0 .item-img {
  transition: transform 3s, filter 0.5s;
  overflow: hidden;
  height: 100%;
  object-fit: cover;
}
.cid-uqZJX8nXI0 .img-filter {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: #7F5F5D;
  opacity: 0;
  transition: 0.5s all;
  pointer-events: none;
}
.cid-uqZJX8nXI0 .item:focus,
.cid-uqZJX8nXI0 span:focus {
  outline: none;
}
.cid-uqZJX8nXI0 .item-wrap {
  position: relative;
  flex-grow: 1;
}
.cid-uqZJX8nXI0 .sl-content {
  position: relative;
  background: #004383;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uqZJX8nXI0 .sl-content:hover .img-filter {
  opacity: 0.6;
  z-index: 1;
}
.cid-uqZJX8nXI0 .sl-content:hover img {
  transform: scale3d(1.2, 1.2, 1);
  filter: saturate(0);
}
.cid-uqZJX8nXI0 .sl-content .item-content {
  display: grid;
  justify-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 1.25rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}
.cid-uqZJX8nXI0 .sl-content .item-content {
  padding: 1.5rem 1.5rem 0;
}
.cid-uqZJX8nXI0 .sl-content .item-footer {
  padding: 0 1.5rem 0.9rem;
}
.cid-uqZJX8nXI0 .mbr-section-btn {
  margin-top: auto !important;
  padding-top: 0.9rem !important;
}
.cid-uqZJX8nXI0 .mbr-section-head {
  margin-bottom: 4rem;
}
.cid-uqZJX8nXI0 .mbr-section-title {
  color: #002549;
}
.cid-uqZJX8nXI0 .mbr-section-subtitle {
  color: #002549;
}
.cid-uqZJX8nXI0 .mbr-text {
  color: #ffffff;
  width: 100%;
}
.cid-uqZJX8nXI0 .item-title-container {
  width: 100%;
}
.cid-uqZJX8nXI0 .item-title {
  color: #002549;
  width: 100%;
  max-width: 100%;
}
.cid-uqZJX8nXI0 .item-title span {
  background-color: #ffffff;
  padding-right: 1rem;
  padding-left: 1rem;
  border-radius: 2em;
  line-height: inherit;
  font-size: inherit;
}
.cid-uqZJX8nXI0 .item-subtitle {
  color: #ffffff;
  width: 100%;
}
.cid-uqZJX8nXI0 .embla__slide {
  display: flex;
  justify-content: center;
  padding: 0 1rem;
}
@media (max-width: 767px) {
  .cid-uqZJX8nXI0 .embla__slide {
    max-width: 416px;
    margin: 0 auto;
    padding: 0 0.75rem;
  }
}
.cid-uqZJX8nXI0 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uqZJX8nXI0 .embla__container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 2rem;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-uqZJX8nXI0 .embla__container {
    margin: 0 -1rem;
  }
}
@media (max-width: 991px) {
  .cid-uqZJX8nXI0 .embla__container {
    margin: 0 -0.75rem;
  }
}
.cid-ur2lhwYbD9 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-ur2lhwYbD9 .container {
  max-width: 1312px;
}
.cid-ur2lhwYbD9 .row {
  padding: 0 1rem;
}
@media (max-width: 991px) {
  .cid-ur2lhwYbD9 .row {
    padding: 0 0.75rem;
  }
}
.cid-ur2lhwYbD9 .text-container {
  width: 100%;
  padding: 0;
}
.cid-ur2lhwYbD9 .mbr-section-title {
  margin-bottom: 4rem;
  width: 100%;
  color: #002549;
}
.cid-ur2lhwYbD9 .cards-container {
  display: grid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 8rem;
  grid-row-gap: 4rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ur2lhwYbD9 .cards-container {
    grid-column-gap: 4rem;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-ur2lhwYbD9 .cards-container {
    max-width: 20rem;
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-ur2lhwYbD9 .card-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-ur2lhwYbD9 .card-wrapper {
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-ur2lhwYbD9 .card-title {
  color: #004383;
  margin-bottom: 1rem;
}
.cid-ur2lhwYbD9 .card-text {
  color: #002549;
}
.cid-ur2lhwYbD9 .mbr-iconfont {
  font-size: 25px;
  color: #ff6a26;
}
.cid-ur2lhwYbD9 .icon-box {
  width: 100%;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
}
.cid-ur2lhwYbD9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ur2lhwYbD9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqZJUaNnPs {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #004383;
}
.cid-uqZJUaNnPs .main-wrap {
  width: 100%;
  min-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uqZJUaNnPs .main-wrap {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-uqZJUaNnPs .row {
  align-items: center;
}
.cid-uqZJUaNnPs .img-wrap {
  display: flex;
  position: absolute;
  top: 0;
  max-height: 100%;
  max-width: 62%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-uqZJUaNnPs .img-wrap {
    position: static;
    max-width: 100%;
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uqZJUaNnPs .img-wrap {
    right: 0;
  }
}
.cid-uqZJUaNnPs .img-wrap img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-uqZJUaNnPs .img-wrap img {
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .cid-uqZJUaNnPs .col-text {
    max-width: 27rem;
  }
}
@media (min-width: 992px) {
  .cid-uqZJUaNnPs .col-text {
    padding-right: 4rem;
  }
}
.cid-uqZJUaNnPs .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
}
.cid-uqZJUaNnPs .mbr-text {
  color: #ffffff;
  width: 100%;
  transition: background-color 0.6s, color 0.6s;
}
.cid-uqZJUaNnPs .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  transition: background-color 0.6s, color 0.6s;
  cursor: pointer;
}
.cid-uqZJUaNnPs .text-wrapper:hover {
  color: #004383;
}
.cid-uqZJUaNnPs .text-wrapper:hover .mbr-section-title {
  color: #004383;
}
.cid-uqZJUaNnPs .text-wrapper:hover .mbr-text {
  color: #004383;
}
.cid-uqZJUaNnPs .text-wrapper:hover a {
  color: #004383 !important;
}
.cid-uqZJUaNnPs .text-wrapper a {
  transition: background-color 0.6s, color 0.6s;
}
.cid-uqZJUaNnPs .text-wrapper a:hover {
  background-image: none !important;
  color: #004383 !important;
}
.cid-uqZJUaNnPs .icon-box {
  margin-top: 1rem;
}
.cid-uqZJUaNnPs .icon-box span {
  color: #004383;
}
.cid-uqZJUaNnPs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqZJUaNnPs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqZK2OVKhK {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uqZK2OVKhK .container {
  max-width: 1312px;
}
.cid-uqZK2OVKhK .row {
  padding: 0 1rem;
}
@media (max-width: 991px) {
  .cid-uqZK2OVKhK .row {
    padding: 0 0.75rem;
  }
}
.cid-uqZK2OVKhK .text-container {
  width: 100%;
  padding: 0;
}
.cid-uqZK2OVKhK .mbr-section-title {
  margin-bottom: 4rem;
  width: 100%;
  color: #002549;
}
.cid-uqZK2OVKhK .cards-container {
  display: grid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 8rem;
  grid-row-gap: 4rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uqZK2OVKhK .cards-container {
    max-width: 30rem;
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-uqZK2OVKhK .card-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uqZK2OVKhK .card-wrapper {
    flex-direction: column;
  }
}
.cid-uqZK2OVKhK .card-title {
  color: #002549;
}
.cid-uqZK2OVKhK .card-name-text {
  margin-top: 2rem;
}
.cid-uqZK2OVKhK .card-name {
  color: #ff6a26;
}
.cid-uqZK2OVKhK .card-prof {
  color: #002549;
}
.cid-uqZK2OVKhK .mbr-iconfont {
  font-size: 25px;
  color: #ff6a26;
}
.cid-uqZK2OVKhK .icon-box {
  margin-right: 2rem;
  display: flex;
  justify-content: center;
}
.cid-uqZK2OVKhK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqZK2OVKhK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urnuwhVk1M {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mamak-evden-eve-nakliyat-2000x1333.webp");
}
.cid-urnuwhVk1M .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-urnuwhVk1M H4 {
  color: #ffffff;
  text-align: center;
}
.cid-urk4Xh7NeW {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #002549;
}
.cid-urk4Xh7NeW .container {
  max-width: 1312px;
}
.cid-urk4Xh7NeW .col-text {
  display: grid;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}
.cid-urk4Xh7NeW .label-text {
  color: #ff6a26;
  width: 100%;
}
.cid-urk4Xh7NeW .mbr-section-title {
  color: #ffffff;
  width: 100%;
}
.cid-urk4Xh7NeW .btn {
  padding: 1.6rem 3.5rem;
  font-weight: 400;
}
.cid-urk4Xh7NeW .advantages-container {
  display: grid;
  margin-top: 1rem;
  grid-auto-flow: column;
  grid-auto-columns: auto;
  grid-column-gap: 4.5rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 991px) {
  .cid-urk4Xh7NeW .advantages-container {
    grid-auto-flow: row;
  }
}
.cid-urk4Xh7NeW .advantage {
  display: flex;
  align-items: flex-start;
}
.cid-urk4Xh7NeW .advantage-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  margin-right: 0.5rem;
  margin-top: 0.2rem;
  border-radius: 50%;
  background-color: #004383;
}
.cid-urk4Xh7NeW .advantage-icon span {
  color: #004383;
}
.cid-urk4Xh7NeW .advantage-text {
  color: #ffffff;
}
.cid-urk4Xh7NeW .mbr-fallback-image.disabled {
  display: none;
}
.cid-urk4Xh7NeW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urk4Xh7NeW .mbr-section-title,
.cid-urk4Xh7NeW .mbr-section-btn {
  color: #ffffff;
}
.cid-urk7bavQ0D {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f8f7f3;
  overflow: hidden;
}
.cid-urk7bavQ0D .mbr-text {
  color: #002549;
}
.cid-uroKjJPxPA {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-uroKjJPxPA {
    min-height: 105px;
  }
}
.cid-uroKjJPxPA nav.navbar {
  position: fixed;
}
.cid-uroKjJPxPA .container {
  max-width: 1312px;
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uroKjJPxPA .container {
    flex-wrap: nowrap;
  }
}
.cid-uroKjJPxPA .container-custom {
  position: relative;
  width: 100%;
  padding: 10px 0;
}
.cid-uroKjJPxPA .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uroKjJPxPA .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uroKjJPxPA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uroKjJPxPA .dropdown-item:hover,
.cid-uroKjJPxPA .dropdown-item:focus {
  background: #004383 !important;
  color: white !important;
}
.cid-uroKjJPxPA .dropdown-item:hover span {
  color: white;
}
.cid-uroKjJPxPA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uroKjJPxPA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uroKjJPxPA .nav-dropdown .link {
  padding: 0.75em 1em !important;
}
.cid-uroKjJPxPA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uroKjJPxPA .nav-link {
  position: relative;
}
.cid-uroKjJPxPA .iconfont-wrapper {
  color: #002549 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uroKjJPxPA .dropdown-menu,
.cid-uroKjJPxPA .navbar.opened {
  background: #f8f7f3 !important;
}
.cid-uroKjJPxPA .nav-item:focus,
.cid-uroKjJPxPA .nav-link:focus {
  outline: none;
}
.cid-uroKjJPxPA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uroKjJPxPA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uroKjJPxPA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uroKjJPxPA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uroKjJPxPA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uroKjJPxPA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uroKjJPxPA .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f8f7f3;
}
@media (min-width: 992px) {
  .cid-uroKjJPxPA .navbar {
    min-height: 105px;
  }
}
.cid-uroKjJPxPA .navbar.opened {
  transition: all 0.3s;
}
.cid-uroKjJPxPA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uroKjJPxPA .navbar .navbar-logo img {
  width: auto;
}
.cid-uroKjJPxPA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uroKjJPxPA .navbar .navbar-collapse {
    width: 100%;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .cid-uroKjJPxPA .navbar .navbar-nav-container {
    width: 40%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
}
.cid-uroKjJPxPA .navbar.collapsed {
  justify-content: center;
}
.cid-uroKjJPxPA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uroKjJPxPA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uroKjJPxPA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uroKjJPxPA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uroKjJPxPA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uroKjJPxPA .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uroKjJPxPA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uroKjJPxPA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uroKjJPxPA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uroKjJPxPA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uroKjJPxPA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uroKjJPxPA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uroKjJPxPA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uroKjJPxPA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uroKjJPxPA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uroKjJPxPA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uroKjJPxPA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uroKjJPxPA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uroKjJPxPA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uroKjJPxPA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uroKjJPxPA .navbar.navbar-short {
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-uroKjJPxPA .navbar.navbar-short {
    min-height: 105px;
  }
}
.cid-uroKjJPxPA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uroKjJPxPA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uroKjJPxPA .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uroKjJPxPA .navbar-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 40%;
    top: 50%;
    transform: translateY(-50%);
    width: 20%;
    min-height: 100%;
    z-index: 5;
  }
}
.cid-uroKjJPxPA .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
  flex-wrap: nowrap;
  color: #002549;
}
.cid-uroKjJPxPA .navbar-brand .navbar-caption span {
  line-height: inherit !important;
  font-weight: inherit !important;
  color: #004383;
}
.cid-uroKjJPxPA .navbar-brand .navbar-caption:hover {
  color: #004383;
}
.cid-uroKjJPxPA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uroKjJPxPA .dropdown-item.active,
.cid-uroKjJPxPA .dropdown-item:active {
  background-color: transparent;
}
.cid-uroKjJPxPA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uroKjJPxPA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uroKjJPxPA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uroKjJPxPA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f8f7f3;
}
.cid-uroKjJPxPA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uroKjJPxPA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uroKjJPxPA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uroKjJPxPA .navbar-buttons {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uroKjJPxPA .navbar-buttons {
    width: 40%;
    text-align: right;
  }
}
.cid-uroKjJPxPA .navbar-buttons .btn {
  min-width: 144px;
  font-weight: 400;
}
.cid-uroKjJPxPA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uroKjJPxPA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uroKjJPxPA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uroKjJPxPA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uroKjJPxPA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uroKjJPxPA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uroKjJPxPA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uroKjJPxPA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uroKjJPxPA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uroKjJPxPA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uroKjJPxPA .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uroKjJPxPA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #002549;
}
.cid-uroKjJPxPA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uroKjJPxPA .navbar {
    height: 60px;
  }
  .cid-uroKjJPxPA .navbar.opened {
    height: auto;
  }
  .cid-uroKjJPxPA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media screen and (-ms-high-contrast: active) and (min-width: 992px), (-ms-high-contrast: none) and (min-width: 992px) {
  .cid-uroKjJPxPA .navbar {
    min-height: 105px;
  }
}
.cid-ursKHx2WWX {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mamak-evden-eve-nakliyat-2000x1333.webp");
  overflow: hidden;
  position: relative;
}
.cid-ursKHx2WWX .col-text {
  display: grid;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}
.cid-ursKHx2WWX .mbr-section-title {
  color: #ffffff;
}
.cid-ursKHx2WWX .btn {
  padding: 1.6rem 3.5rem;
  font-weight: 400;
}
.cid-ursKHx2WWX .mbr-fallback-image.disabled {
  display: none;
}
.cid-ursKHx2WWX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ursLDwg3Vo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-ursLDwg3Vo .col-text {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-ursLDwg3Vo .col-text {
    padding-bottom: 120px;
    padding-top: 120px;
  }
}
.cid-ursLDwg3Vo .container {
  max-width: 1312px;
}
.cid-ursLDwg3Vo .label-text {
  color: #002549;
  position: relative;
  z-index: 2;
}
.cid-ursLDwg3Vo .mbr-section-title {
  color: #002549;
}
.cid-ursLDwg3Vo .mbr-fallback-image.disabled {
  display: none;
}
.cid-ursLDwg3Vo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ursKzwhifs {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mamak-evden-eve-nakliyat-2000x1333.webp");
}
.cid-ursKzwhifs .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-ursKzwhifs H4 {
  color: #ffffff;
  text-align: center;
}
.cid-ursKyN9k5I {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #002549;
}
.cid-ursKyN9k5I .container {
  max-width: 1312px;
}
.cid-ursKyN9k5I .col-text {
  display: grid;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}
.cid-ursKyN9k5I .label-text {
  color: #ff6a26;
  width: 100%;
}
.cid-ursKyN9k5I .mbr-section-title {
  color: #ffffff;
  width: 100%;
}
.cid-ursKyN9k5I .btn {
  padding: 1.6rem 3.5rem;
  font-weight: 400;
}
.cid-ursKyN9k5I .advantages-container {
  display: grid;
  margin-top: 1rem;
  grid-auto-flow: column;
  grid-auto-columns: auto;
  grid-column-gap: 4.5rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 991px) {
  .cid-ursKyN9k5I .advantages-container {
    grid-auto-flow: row;
  }
}
.cid-ursKyN9k5I .advantage {
  display: flex;
  align-items: flex-start;
}
.cid-ursKyN9k5I .advantage-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  margin-right: 0.5rem;
  margin-top: 0.2rem;
  border-radius: 50%;
  background-color: #004383;
}
.cid-ursKyN9k5I .advantage-icon span {
  color: #004383;
}
.cid-ursKyN9k5I .advantage-text {
  color: #ffffff;
}
.cid-ursKyN9k5I .mbr-fallback-image.disabled {
  display: none;
}
.cid-ursKyN9k5I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ursKyN9k5I .mbr-section-title,
.cid-ursKyN9k5I .mbr-section-btn {
  color: #ffffff;
}
.cid-urk7bavQ0D {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f8f7f3;
  overflow: hidden;
}
.cid-urk7bavQ0D .mbr-text {
  color: #002549;
}
.cid-ursVsSGnoF {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-ursVsSGnoF {
    min-height: 105px;
  }
}
.cid-ursVsSGnoF nav.navbar {
  position: fixed;
}
.cid-ursVsSGnoF .container {
  max-width: 1312px;
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ursVsSGnoF .container {
    flex-wrap: nowrap;
  }
}
.cid-ursVsSGnoF .container-custom {
  position: relative;
  width: 100%;
  padding: 10px 0;
}
.cid-ursVsSGnoF .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ursVsSGnoF .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ursVsSGnoF .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ursVsSGnoF .dropdown-item:hover,
.cid-ursVsSGnoF .dropdown-item:focus {
  background: #004383 !important;
  color: white !important;
}
.cid-ursVsSGnoF .dropdown-item:hover span {
  color: white;
}
.cid-ursVsSGnoF .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ursVsSGnoF .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ursVsSGnoF .nav-dropdown .link {
  padding: 0.75em 1em !important;
}
.cid-ursVsSGnoF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ursVsSGnoF .nav-link {
  position: relative;
}
.cid-ursVsSGnoF .iconfont-wrapper {
  color: #002549 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ursVsSGnoF .dropdown-menu,
.cid-ursVsSGnoF .navbar.opened {
  background: #f8f7f3 !important;
}
.cid-ursVsSGnoF .nav-item:focus,
.cid-ursVsSGnoF .nav-link:focus {
  outline: none;
}
.cid-ursVsSGnoF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ursVsSGnoF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ursVsSGnoF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ursVsSGnoF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ursVsSGnoF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ursVsSGnoF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ursVsSGnoF .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f8f7f3;
}
@media (min-width: 992px) {
  .cid-ursVsSGnoF .navbar {
    min-height: 105px;
  }
}
.cid-ursVsSGnoF .navbar.opened {
  transition: all 0.3s;
}
.cid-ursVsSGnoF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ursVsSGnoF .navbar .navbar-logo img {
  width: auto;
}
.cid-ursVsSGnoF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-ursVsSGnoF .navbar .navbar-collapse {
    width: 100%;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .cid-ursVsSGnoF .navbar .navbar-nav-container {
    width: 40%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
}
.cid-ursVsSGnoF .navbar.collapsed {
  justify-content: center;
}
.cid-ursVsSGnoF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ursVsSGnoF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ursVsSGnoF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ursVsSGnoF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ursVsSGnoF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ursVsSGnoF .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ursVsSGnoF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ursVsSGnoF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ursVsSGnoF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ursVsSGnoF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ursVsSGnoF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ursVsSGnoF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ursVsSGnoF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ursVsSGnoF .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ursVsSGnoF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ursVsSGnoF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ursVsSGnoF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ursVsSGnoF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ursVsSGnoF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ursVsSGnoF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ursVsSGnoF .navbar.navbar-short {
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-ursVsSGnoF .navbar.navbar-short {
    min-height: 105px;
  }
}
.cid-ursVsSGnoF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ursVsSGnoF .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ursVsSGnoF .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-ursVsSGnoF .navbar-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 40%;
    top: 50%;
    transform: translateY(-50%);
    width: 20%;
    min-height: 100%;
    z-index: 5;
  }
}
.cid-ursVsSGnoF .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
  flex-wrap: nowrap;
  color: #002549;
}
.cid-ursVsSGnoF .navbar-brand .navbar-caption span {
  line-height: inherit !important;
  font-weight: inherit !important;
  color: #004383;
}
.cid-ursVsSGnoF .navbar-brand .navbar-caption:hover {
  color: #004383;
}
.cid-ursVsSGnoF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ursVsSGnoF .dropdown-item.active,
.cid-ursVsSGnoF .dropdown-item:active {
  background-color: transparent;
}
.cid-ursVsSGnoF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ursVsSGnoF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ursVsSGnoF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ursVsSGnoF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f8f7f3;
}
.cid-ursVsSGnoF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ursVsSGnoF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ursVsSGnoF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ursVsSGnoF .navbar-buttons {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ursVsSGnoF .navbar-buttons {
    width: 40%;
    text-align: right;
  }
}
.cid-ursVsSGnoF .navbar-buttons .btn {
  min-width: 144px;
  font-weight: 400;
}
.cid-ursVsSGnoF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ursVsSGnoF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ursVsSGnoF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ursVsSGnoF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ursVsSGnoF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ursVsSGnoF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ursVsSGnoF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ursVsSGnoF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ursVsSGnoF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ursVsSGnoF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ursVsSGnoF .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ursVsSGnoF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #002549;
}
.cid-ursVsSGnoF .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ursVsSGnoF .navbar {
    height: 60px;
  }
  .cid-ursVsSGnoF .navbar.opened {
    height: auto;
  }
  .cid-ursVsSGnoF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media screen and (-ms-high-contrast: active) and (min-width: 992px), (-ms-high-contrast: none) and (min-width: 992px) {
  .cid-ursVsSGnoF .navbar {
    min-height: 105px;
  }
}
.cid-ursVsT2mqf {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mamak-evden-eve-nakliyat-2000x1333.webp");
  overflow: hidden;
  position: relative;
}
.cid-ursVsT2mqf .col-text {
  display: grid;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}
.cid-ursVsT2mqf .mbr-section-title {
  color: #ffffff;
}
.cid-ursVsT2mqf .btn {
  padding: 1.6rem 3.5rem;
  font-weight: 400;
}
.cid-ursVsT2mqf .mbr-fallback-image.disabled {
  display: none;
}
.cid-ursVsT2mqf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ursVE7VYF3 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-ursVE7VYF3 .col-card {
  display: flex;
}
@media (max-width: 991px) {
  .cid-ursVE7VYF3 .col-card {
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ursVE7VYF3 .col-card {
    padding-left: 4.625rem;
  }
}
@media (max-width: 991px) {
  .cid-ursVE7VYF3 .col-text {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ursVE7VYF3 .col-text {
    padding-right: 4.625rem;
  }
}
.cid-ursVE7VYF3 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-ursVE7VYF3 .mbr-section-title {
  margin-bottom: 1.3rem;
  color: #002549;
}
.cid-ursVE7VYF3 .mbr-text {
  color: #002549;
  width: 100%;
}
.cid-ursVE7VYF3 .mbr-section-btn .btn {
  min-width: 180px;
  padding: 0.875rem 2.5rem;
}
.cid-ursVE7VYF3 .cards-container {
  display: grid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 0;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding-left: 5rem;
  border-left: 1px solid #d4c5c0;
}
@media (max-width: 767px) {
  .cid-ursVE7VYF3 .cards-container {
    padding-left: 2rem;
  }
}
.cid-ursVE7VYF3 .card-text-container {
  flex-grow: 1;
}
.cid-ursVE7VYF3 .mbr-section-subtitle {
  color: #002549;
  width: 100%;
}
.cid-ursVE7VYF3 .card-text {
  color: #002549;
  width: 100%;
}
.cid-ursVE7VYF3 .icon-box {
  margin-top: 0.35rem;
  margin-right: 1rem;
  transform: rotateZ(-45deg);
  transform-style: preserve-3d;
  transition: 0.3s all;
}
.cid-ursVE7VYF3 .icon-box span {
  color: #e1965f;
}
.cid-ursVE7VYF3 .card {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.cid-ursVE7VYF3 .card:hover .icon-box {
  margin-top: 0;
  margin-bottom: 0.35rem;
  transform: rotateZ(0);
}
.cid-ursVE7VYF3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ursVE7VYF3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ursVsTxdhG {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mamak-evden-eve-nakliyat-2000x1333.webp");
}
.cid-ursVsTxdhG .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-ursVsTxdhG H4 {
  color: #ffffff;
  text-align: center;
}
.cid-ursVsTNriI {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #002549;
}
.cid-ursVsTNriI .container {
  max-width: 1312px;
}
.cid-ursVsTNriI .col-text {
  display: grid;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}
.cid-ursVsTNriI .label-text {
  color: #ff6a26;
  width: 100%;
}
.cid-ursVsTNriI .mbr-section-title {
  color: #ffffff;
  width: 100%;
}
.cid-ursVsTNriI .btn {
  padding: 1.6rem 3.5rem;
  font-weight: 400;
}
.cid-ursVsTNriI .advantages-container {
  display: grid;
  margin-top: 1rem;
  grid-auto-flow: column;
  grid-auto-columns: auto;
  grid-column-gap: 4.5rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 991px) {
  .cid-ursVsTNriI .advantages-container {
    grid-auto-flow: row;
  }
}
.cid-ursVsTNriI .advantage {
  display: flex;
  align-items: flex-start;
}
.cid-ursVsTNriI .advantage-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  margin-right: 0.5rem;
  margin-top: 0.2rem;
  border-radius: 50%;
  background-color: #004383;
}
.cid-ursVsTNriI .advantage-icon span {
  color: #004383;
}
.cid-ursVsTNriI .advantage-text {
  color: #ffffff;
}
.cid-ursVsTNriI .mbr-fallback-image.disabled {
  display: none;
}
.cid-ursVsTNriI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ursVsTNriI .mbr-section-title,
.cid-ursVsTNriI .mbr-section-btn {
  color: #ffffff;
}
.cid-ursVsU596Z {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f8f7f3;
  overflow: hidden;
}
.cid-ursVsU596Z .mbr-text {
  color: #002549;
}
.cid-ursMu71Ng4 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-ursMu71Ng4 {
    min-height: 105px;
  }
}
.cid-ursMu71Ng4 nav.navbar {
  position: fixed;
}
.cid-ursMu71Ng4 .container {
  max-width: 1312px;
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ursMu71Ng4 .container {
    flex-wrap: nowrap;
  }
}
.cid-ursMu71Ng4 .container-custom {
  position: relative;
  width: 100%;
  padding: 10px 0;
}
.cid-ursMu71Ng4 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ursMu71Ng4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ursMu71Ng4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ursMu71Ng4 .dropdown-item:hover,
.cid-ursMu71Ng4 .dropdown-item:focus {
  background: #004383 !important;
  color: white !important;
}
.cid-ursMu71Ng4 .dropdown-item:hover span {
  color: white;
}
.cid-ursMu71Ng4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ursMu71Ng4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ursMu71Ng4 .nav-dropdown .link {
  padding: 0.75em 1em !important;
}
.cid-ursMu71Ng4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ursMu71Ng4 .nav-link {
  position: relative;
}
.cid-ursMu71Ng4 .iconfont-wrapper {
  color: #002549 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ursMu71Ng4 .dropdown-menu,
.cid-ursMu71Ng4 .navbar.opened {
  background: #f8f7f3 !important;
}
.cid-ursMu71Ng4 .nav-item:focus,
.cid-ursMu71Ng4 .nav-link:focus {
  outline: none;
}
.cid-ursMu71Ng4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ursMu71Ng4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ursMu71Ng4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ursMu71Ng4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ursMu71Ng4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ursMu71Ng4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ursMu71Ng4 .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f8f7f3;
}
@media (min-width: 992px) {
  .cid-ursMu71Ng4 .navbar {
    min-height: 105px;
  }
}
.cid-ursMu71Ng4 .navbar.opened {
  transition: all 0.3s;
}
.cid-ursMu71Ng4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ursMu71Ng4 .navbar .navbar-logo img {
  width: auto;
}
.cid-ursMu71Ng4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-ursMu71Ng4 .navbar .navbar-collapse {
    width: 100%;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .cid-ursMu71Ng4 .navbar .navbar-nav-container {
    width: 40%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
}
.cid-ursMu71Ng4 .navbar.collapsed {
  justify-content: center;
}
.cid-ursMu71Ng4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ursMu71Ng4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ursMu71Ng4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ursMu71Ng4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ursMu71Ng4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ursMu71Ng4 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ursMu71Ng4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ursMu71Ng4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ursMu71Ng4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ursMu71Ng4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ursMu71Ng4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ursMu71Ng4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ursMu71Ng4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ursMu71Ng4 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ursMu71Ng4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ursMu71Ng4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ursMu71Ng4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ursMu71Ng4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ursMu71Ng4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ursMu71Ng4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ursMu71Ng4 .navbar.navbar-short {
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-ursMu71Ng4 .navbar.navbar-short {
    min-height: 105px;
  }
}
.cid-ursMu71Ng4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ursMu71Ng4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ursMu71Ng4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-ursMu71Ng4 .navbar-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 40%;
    top: 50%;
    transform: translateY(-50%);
    width: 20%;
    min-height: 100%;
    z-index: 5;
  }
}
.cid-ursMu71Ng4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
  flex-wrap: nowrap;
  color: #002549;
}
.cid-ursMu71Ng4 .navbar-brand .navbar-caption span {
  line-height: inherit !important;
  font-weight: inherit !important;
  color: #004383;
}
.cid-ursMu71Ng4 .navbar-brand .navbar-caption:hover {
  color: #004383;
}
.cid-ursMu71Ng4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ursMu71Ng4 .dropdown-item.active,
.cid-ursMu71Ng4 .dropdown-item:active {
  background-color: transparent;
}
.cid-ursMu71Ng4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ursMu71Ng4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ursMu71Ng4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ursMu71Ng4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f8f7f3;
}
.cid-ursMu71Ng4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ursMu71Ng4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ursMu71Ng4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ursMu71Ng4 .navbar-buttons {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ursMu71Ng4 .navbar-buttons {
    width: 40%;
    text-align: right;
  }
}
.cid-ursMu71Ng4 .navbar-buttons .btn {
  min-width: 144px;
  font-weight: 400;
}
.cid-ursMu71Ng4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ursMu71Ng4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ursMu71Ng4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ursMu71Ng4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ursMu71Ng4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ursMu71Ng4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ursMu71Ng4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ursMu71Ng4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ursMu71Ng4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ursMu71Ng4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ursMu71Ng4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ursMu71Ng4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #002549;
}
.cid-ursMu71Ng4 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ursMu71Ng4 .navbar {
    height: 60px;
  }
  .cid-ursMu71Ng4 .navbar.opened {
    height: auto;
  }
  .cid-ursMu71Ng4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media screen and (-ms-high-contrast: active) and (min-width: 992px), (-ms-high-contrast: none) and (min-width: 992px) {
  .cid-ursMu71Ng4 .navbar {
    min-height: 105px;
  }
}
.cid-ursMu7pInK {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mamak-evden-eve-nakliyat-2000x1333.webp");
  overflow: hidden;
  position: relative;
}
.cid-ursMu7pInK .col-text {
  display: grid;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}
.cid-ursMu7pInK .mbr-section-title {
  color: #ffffff;
}
.cid-ursMu7pInK .btn {
  padding: 1.6rem 3.5rem;
  font-weight: 400;
}
.cid-ursMu7pInK .mbr-fallback-image.disabled {
  display: none;
}
.cid-ursMu7pInK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ursMu7FIeJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-ursMu7FIeJ .col-text {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-ursMu7FIeJ .col-text {
    padding-bottom: 120px;
    padding-top: 120px;
  }
}
.cid-ursMu7FIeJ .container {
  max-width: 1312px;
}
.cid-ursMu7FIeJ .label-text {
  color: #002549;
  position: relative;
  z-index: 2;
}
.cid-ursMu7FIeJ .mbr-section-title {
  color: #002549;
}
.cid-ursMu7FIeJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ursMu7FIeJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ursNxETtdB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-ursNxETtdB .col-text {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-ursNxETtdB .col-text {
    padding-bottom: 120px;
    padding-top: 120px;
  }
}
.cid-ursNxETtdB .container {
  max-width: 1312px;
}
.cid-ursNxETtdB .label-text {
  color: #002549;
  position: relative;
  z-index: 2;
}
.cid-ursNxETtdB .mbr-section-title {
  color: #002549;
}
.cid-ursNxETtdB .mbr-fallback-image.disabled {
  display: none;
}
.cid-ursNxETtdB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ursNNXUPcC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-ursNNXUPcC .col-text {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-ursNNXUPcC .col-text {
    padding-bottom: 120px;
    padding-top: 120px;
  }
}
.cid-ursNNXUPcC .container {
  max-width: 1312px;
}
.cid-ursNNXUPcC .label-text {
  color: #002549;
  position: relative;
  z-index: 2;
}
.cid-ursNNXUPcC .mbr-section-title {
  color: #002549;
}
.cid-ursNNXUPcC .mbr-fallback-image.disabled {
  display: none;
}
.cid-ursNNXUPcC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ursNVbTvVL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-ursNVbTvVL .col-text {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-ursNVbTvVL .col-text {
    padding-bottom: 120px;
    padding-top: 120px;
  }
}
.cid-ursNVbTvVL .container {
  max-width: 1312px;
}
.cid-ursNVbTvVL .label-text {
  color: #002549;
  position: relative;
  z-index: 2;
}
.cid-ursNVbTvVL .mbr-section-title {
  color: #002549;
}
.cid-ursNVbTvVL .mbr-fallback-image.disabled {
  display: none;
}
.cid-ursNVbTvVL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ursMu7XgTs {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mamak-evden-eve-nakliyat-2000x1333.webp");
}
.cid-ursMu7XgTs .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-ursMu7XgTs H4 {
  color: #ffffff;
  text-align: center;
}
.cid-ursMu8eLKI {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #002549;
}
.cid-ursMu8eLKI .container {
  max-width: 1312px;
}
.cid-ursMu8eLKI .col-text {
  display: grid;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}
.cid-ursMu8eLKI .label-text {
  color: #ff6a26;
  width: 100%;
}
.cid-ursMu8eLKI .mbr-section-title {
  color: #ffffff;
  width: 100%;
}
.cid-ursMu8eLKI .btn {
  padding: 1.6rem 3.5rem;
  font-weight: 400;
}
.cid-ursMu8eLKI .advantages-container {
  display: grid;
  margin-top: 1rem;
  grid-auto-flow: column;
  grid-auto-columns: auto;
  grid-column-gap: 4.5rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 991px) {
  .cid-ursMu8eLKI .advantages-container {
    grid-auto-flow: row;
  }
}
.cid-ursMu8eLKI .advantage {
  display: flex;
  align-items: flex-start;
}
.cid-ursMu8eLKI .advantage-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  margin-right: 0.5rem;
  margin-top: 0.2rem;
  border-radius: 50%;
  background-color: #004383;
}
.cid-ursMu8eLKI .advantage-icon span {
  color: #004383;
}
.cid-ursMu8eLKI .advantage-text {
  color: #ffffff;
}
.cid-ursMu8eLKI .mbr-fallback-image.disabled {
  display: none;
}
.cid-ursMu8eLKI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ursMu8eLKI .mbr-section-title,
.cid-ursMu8eLKI .mbr-section-btn {
  color: #ffffff;
}
.cid-ursMu8yNyg {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f8f7f3;
  overflow: hidden;
}
.cid-ursMu8yNyg .mbr-text {
  color: #002549;
}
.cid-ursQwGMpU2 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-ursQwGMpU2 {
    min-height: 105px;
  }
}
.cid-ursQwGMpU2 nav.navbar {
  position: fixed;
}
.cid-ursQwGMpU2 .container {
  max-width: 1312px;
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ursQwGMpU2 .container {
    flex-wrap: nowrap;
  }
}
.cid-ursQwGMpU2 .container-custom {
  position: relative;
  width: 100%;
  padding: 10px 0;
}
.cid-ursQwGMpU2 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ursQwGMpU2 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ursQwGMpU2 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ursQwGMpU2 .dropdown-item:hover,
.cid-ursQwGMpU2 .dropdown-item:focus {
  background: #004383 !important;
  color: white !important;
}
.cid-ursQwGMpU2 .dropdown-item:hover span {
  color: white;
}
.cid-ursQwGMpU2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ursQwGMpU2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ursQwGMpU2 .nav-dropdown .link {
  padding: 0.75em 1em !important;
}
.cid-ursQwGMpU2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ursQwGMpU2 .nav-link {
  position: relative;
}
.cid-ursQwGMpU2 .iconfont-wrapper {
  color: #002549 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ursQwGMpU2 .dropdown-menu,
.cid-ursQwGMpU2 .navbar.opened {
  background: #f8f7f3 !important;
}
.cid-ursQwGMpU2 .nav-item:focus,
.cid-ursQwGMpU2 .nav-link:focus {
  outline: none;
}
.cid-ursQwGMpU2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ursQwGMpU2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ursQwGMpU2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ursQwGMpU2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ursQwGMpU2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ursQwGMpU2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ursQwGMpU2 .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f8f7f3;
}
@media (min-width: 992px) {
  .cid-ursQwGMpU2 .navbar {
    min-height: 105px;
  }
}
.cid-ursQwGMpU2 .navbar.opened {
  transition: all 0.3s;
}
.cid-ursQwGMpU2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ursQwGMpU2 .navbar .navbar-logo img {
  width: auto;
}
.cid-ursQwGMpU2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-ursQwGMpU2 .navbar .navbar-collapse {
    width: 100%;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .cid-ursQwGMpU2 .navbar .navbar-nav-container {
    width: 40%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
}
.cid-ursQwGMpU2 .navbar.collapsed {
  justify-content: center;
}
.cid-ursQwGMpU2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ursQwGMpU2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ursQwGMpU2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ursQwGMpU2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ursQwGMpU2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ursQwGMpU2 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ursQwGMpU2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ursQwGMpU2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ursQwGMpU2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ursQwGMpU2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ursQwGMpU2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ursQwGMpU2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ursQwGMpU2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ursQwGMpU2 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ursQwGMpU2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ursQwGMpU2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ursQwGMpU2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ursQwGMpU2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ursQwGMpU2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ursQwGMpU2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ursQwGMpU2 .navbar.navbar-short {
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-ursQwGMpU2 .navbar.navbar-short {
    min-height: 105px;
  }
}
.cid-ursQwGMpU2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ursQwGMpU2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ursQwGMpU2 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-ursQwGMpU2 .navbar-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 40%;
    top: 50%;
    transform: translateY(-50%);
    width: 20%;
    min-height: 100%;
    z-index: 5;
  }
}
.cid-ursQwGMpU2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
  flex-wrap: nowrap;
  color: #002549;
}
.cid-ursQwGMpU2 .navbar-brand .navbar-caption span {
  line-height: inherit !important;
  font-weight: inherit !important;
  color: #004383;
}
.cid-ursQwGMpU2 .navbar-brand .navbar-caption:hover {
  color: #004383;
}
.cid-ursQwGMpU2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ursQwGMpU2 .dropdown-item.active,
.cid-ursQwGMpU2 .dropdown-item:active {
  background-color: transparent;
}
.cid-ursQwGMpU2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ursQwGMpU2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ursQwGMpU2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ursQwGMpU2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f8f7f3;
}
.cid-ursQwGMpU2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ursQwGMpU2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ursQwGMpU2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ursQwGMpU2 .navbar-buttons {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ursQwGMpU2 .navbar-buttons {
    width: 40%;
    text-align: right;
  }
}
.cid-ursQwGMpU2 .navbar-buttons .btn {
  min-width: 144px;
  font-weight: 400;
}
.cid-ursQwGMpU2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ursQwGMpU2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ursQwGMpU2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ursQwGMpU2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ursQwGMpU2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ursQwGMpU2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ursQwGMpU2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ursQwGMpU2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ursQwGMpU2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ursQwGMpU2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ursQwGMpU2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ursQwGMpU2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #002549;
}
.cid-ursQwGMpU2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ursQwGMpU2 .navbar {
    height: 60px;
  }
  .cid-ursQwGMpU2 .navbar.opened {
    height: auto;
  }
  .cid-ursQwGMpU2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media screen and (-ms-high-contrast: active) and (min-width: 992px), (-ms-high-contrast: none) and (min-width: 992px) {
  .cid-ursQwGMpU2 .navbar {
    min-height: 105px;
  }
}
.cid-ursQwH9z48 {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mamak-evden-eve-nakliyat-2000x1333.webp");
  overflow: hidden;
  position: relative;
}
.cid-ursQwH9z48 .col-text {
  display: grid;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}
.cid-ursQwH9z48 .mbr-section-title {
  color: #ffffff;
}
.cid-ursQwH9z48 .btn {
  padding: 1.6rem 3.5rem;
  font-weight: 400;
}
.cid-ursQwH9z48 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ursQwH9z48 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ursQwHxTO4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-ursQwHxTO4 .col-text {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-ursQwHxTO4 .col-text {
    padding-bottom: 120px;
    padding-top: 120px;
  }
}
.cid-ursQwHxTO4 .container {
  max-width: 1312px;
}
.cid-ursQwHxTO4 .label-text {
  color: #002549;
  position: relative;
  z-index: 2;
}
.cid-ursQwHxTO4 .mbr-section-title {
  color: #002549;
}
.cid-ursQwHxTO4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ursQwHxTO4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ursQwHMkHl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-ursQwHMkHl .col-text {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-ursQwHMkHl .col-text {
    padding-bottom: 120px;
    padding-top: 120px;
  }
}
.cid-ursQwHMkHl .container {
  max-width: 1312px;
}
.cid-ursQwHMkHl .label-text {
  color: #002549;
  position: relative;
  z-index: 2;
}
.cid-ursQwHMkHl .mbr-section-title {
  color: #002549;
}
.cid-ursQwHMkHl .mbr-fallback-image.disabled {
  display: none;
}
.cid-ursQwHMkHl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ursQwI2sqg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-ursQwI2sqg .col-text {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-ursQwI2sqg .col-text {
    padding-bottom: 120px;
    padding-top: 120px;
  }
}
.cid-ursQwI2sqg .container {
  max-width: 1312px;
}
.cid-ursQwI2sqg .label-text {
  color: #002549;
  position: relative;
  z-index: 2;
}
.cid-ursQwI2sqg .mbr-section-title {
  color: #002549;
}
.cid-ursQwI2sqg .mbr-fallback-image.disabled {
  display: none;
}
.cid-ursQwI2sqg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ursQwIoKNE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-ursQwIoKNE .col-text {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-ursQwIoKNE .col-text {
    padding-bottom: 120px;
    padding-top: 120px;
  }
}
.cid-ursQwIoKNE .container {
  max-width: 1312px;
}
.cid-ursQwIoKNE .label-text {
  color: #002549;
  position: relative;
  z-index: 2;
}
.cid-ursQwIoKNE .mbr-section-title {
  color: #002549;
}
.cid-ursQwIoKNE .mbr-fallback-image.disabled {
  display: none;
}
.cid-ursQwIoKNE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ursQwIE6j2 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mamak-evden-eve-nakliyat-2000x1333.webp");
}
.cid-ursQwIE6j2 .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-ursQwIE6j2 H4 {
  color: #ffffff;
  text-align: center;
}
.cid-ursQwIX7Xv {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #002549;
}
.cid-ursQwIX7Xv .container {
  max-width: 1312px;
}
.cid-ursQwIX7Xv .col-text {
  display: grid;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}
.cid-ursQwIX7Xv .label-text {
  color: #ff6a26;
  width: 100%;
}
.cid-ursQwIX7Xv .mbr-section-title {
  color: #ffffff;
  width: 100%;
}
.cid-ursQwIX7Xv .btn {
  padding: 1.6rem 3.5rem;
  font-weight: 400;
}
.cid-ursQwIX7Xv .advantages-container {
  display: grid;
  margin-top: 1rem;
  grid-auto-flow: column;
  grid-auto-columns: auto;
  grid-column-gap: 4.5rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 991px) {
  .cid-ursQwIX7Xv .advantages-container {
    grid-auto-flow: row;
  }
}
.cid-ursQwIX7Xv .advantage {
  display: flex;
  align-items: flex-start;
}
.cid-ursQwIX7Xv .advantage-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  margin-right: 0.5rem;
  margin-top: 0.2rem;
  border-radius: 50%;
  background-color: #004383;
}
.cid-ursQwIX7Xv .advantage-icon span {
  color: #004383;
}
.cid-ursQwIX7Xv .advantage-text {
  color: #ffffff;
}
.cid-ursQwIX7Xv .mbr-fallback-image.disabled {
  display: none;
}
.cid-ursQwIX7Xv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ursQwIX7Xv .mbr-section-title,
.cid-ursQwIX7Xv .mbr-section-btn {
  color: #ffffff;
}
.cid-ursQwJhpIP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f8f7f3;
  overflow: hidden;
}
.cid-ursQwJhpIP .mbr-text {
  color: #002549;
}
.cid-ursRPTcnwt {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-ursRPTcnwt {
    min-height: 105px;
  }
}
.cid-ursRPTcnwt nav.navbar {
  position: fixed;
}
.cid-ursRPTcnwt .container {
  max-width: 1312px;
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ursRPTcnwt .container {
    flex-wrap: nowrap;
  }
}
.cid-ursRPTcnwt .container-custom {
  position: relative;
  width: 100%;
  padding: 10px 0;
}
.cid-ursRPTcnwt .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ursRPTcnwt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ursRPTcnwt .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ursRPTcnwt .dropdown-item:hover,
.cid-ursRPTcnwt .dropdown-item:focus {
  background: #004383 !important;
  color: white !important;
}
.cid-ursRPTcnwt .dropdown-item:hover span {
  color: white;
}
.cid-ursRPTcnwt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ursRPTcnwt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ursRPTcnwt .nav-dropdown .link {
  padding: 0.75em 1em !important;
}
.cid-ursRPTcnwt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ursRPTcnwt .nav-link {
  position: relative;
}
.cid-ursRPTcnwt .iconfont-wrapper {
  color: #002549 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ursRPTcnwt .dropdown-menu,
.cid-ursRPTcnwt .navbar.opened {
  background: #f8f7f3 !important;
}
.cid-ursRPTcnwt .nav-item:focus,
.cid-ursRPTcnwt .nav-link:focus {
  outline: none;
}
.cid-ursRPTcnwt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ursRPTcnwt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ursRPTcnwt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ursRPTcnwt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ursRPTcnwt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ursRPTcnwt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ursRPTcnwt .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f8f7f3;
}
@media (min-width: 992px) {
  .cid-ursRPTcnwt .navbar {
    min-height: 105px;
  }
}
.cid-ursRPTcnwt .navbar.opened {
  transition: all 0.3s;
}
.cid-ursRPTcnwt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ursRPTcnwt .navbar .navbar-logo img {
  width: auto;
}
.cid-ursRPTcnwt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-ursRPTcnwt .navbar .navbar-collapse {
    width: 100%;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .cid-ursRPTcnwt .navbar .navbar-nav-container {
    width: 40%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
}
.cid-ursRPTcnwt .navbar.collapsed {
  justify-content: center;
}
.cid-ursRPTcnwt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ursRPTcnwt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ursRPTcnwt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ursRPTcnwt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ursRPTcnwt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ursRPTcnwt .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ursRPTcnwt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ursRPTcnwt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ursRPTcnwt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ursRPTcnwt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ursRPTcnwt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ursRPTcnwt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ursRPTcnwt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ursRPTcnwt .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ursRPTcnwt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ursRPTcnwt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ursRPTcnwt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ursRPTcnwt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ursRPTcnwt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ursRPTcnwt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ursRPTcnwt .navbar.navbar-short {
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-ursRPTcnwt .navbar.navbar-short {
    min-height: 105px;
  }
}
.cid-ursRPTcnwt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ursRPTcnwt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ursRPTcnwt .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-ursRPTcnwt .navbar-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 40%;
    top: 50%;
    transform: translateY(-50%);
    width: 20%;
    min-height: 100%;
    z-index: 5;
  }
}
.cid-ursRPTcnwt .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
  flex-wrap: nowrap;
  color: #002549;
}
.cid-ursRPTcnwt .navbar-brand .navbar-caption span {
  line-height: inherit !important;
  font-weight: inherit !important;
  color: #004383;
}
.cid-ursRPTcnwt .navbar-brand .navbar-caption:hover {
  color: #004383;
}
.cid-ursRPTcnwt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ursRPTcnwt .dropdown-item.active,
.cid-ursRPTcnwt .dropdown-item:active {
  background-color: transparent;
}
.cid-ursRPTcnwt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ursRPTcnwt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ursRPTcnwt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ursRPTcnwt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f8f7f3;
}
.cid-ursRPTcnwt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ursRPTcnwt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ursRPTcnwt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ursRPTcnwt .navbar-buttons {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ursRPTcnwt .navbar-buttons {
    width: 40%;
    text-align: right;
  }
}
.cid-ursRPTcnwt .navbar-buttons .btn {
  min-width: 144px;
  font-weight: 400;
}
.cid-ursRPTcnwt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ursRPTcnwt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ursRPTcnwt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ursRPTcnwt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ursRPTcnwt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ursRPTcnwt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ursRPTcnwt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ursRPTcnwt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ursRPTcnwt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ursRPTcnwt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ursRPTcnwt .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ursRPTcnwt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #002549;
}
.cid-ursRPTcnwt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ursRPTcnwt .navbar {
    height: 60px;
  }
  .cid-ursRPTcnwt .navbar.opened {
    height: auto;
  }
  .cid-ursRPTcnwt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media screen and (-ms-high-contrast: active) and (min-width: 992px), (-ms-high-contrast: none) and (min-width: 992px) {
  .cid-ursRPTcnwt .navbar {
    min-height: 105px;
  }
}
.cid-ursRPTHuhd {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mamak-evden-eve-nakliyat-2000x1333.webp");
  overflow: hidden;
  position: relative;
}
.cid-ursRPTHuhd .col-text {
  display: grid;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}
.cid-ursRPTHuhd .mbr-section-title {
  color: #ffffff;
}
.cid-ursRPTHuhd .btn {
  padding: 1.6rem 3.5rem;
  font-weight: 400;
}
.cid-ursRPTHuhd .mbr-fallback-image.disabled {
  display: none;
}
.cid-ursRPTHuhd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ursRPUdIBQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-ursRPUdIBQ .col-text {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-ursRPUdIBQ .col-text {
    padding-bottom: 120px;
    padding-top: 120px;
  }
}
.cid-ursRPUdIBQ .container {
  max-width: 1312px;
}
.cid-ursRPUdIBQ .label-text {
  color: #002549;
  position: relative;
  z-index: 2;
}
.cid-ursRPUdIBQ .mbr-section-title {
  color: #002549;
}
.cid-ursRPUdIBQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ursRPUdIBQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ursRPUEQYg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-ursRPUEQYg .col-text {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-ursRPUEQYg .col-text {
    padding-bottom: 120px;
    padding-top: 120px;
  }
}
.cid-ursRPUEQYg .container {
  max-width: 1312px;
}
.cid-ursRPUEQYg .label-text {
  color: #002549;
  position: relative;
  z-index: 2;
}
.cid-ursRPUEQYg .mbr-section-title {
  color: #002549;
}
.cid-ursRPUEQYg .mbr-fallback-image.disabled {
  display: none;
}
.cid-ursRPUEQYg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ursRPV2Kx8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-ursRPV2Kx8 .col-text {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-ursRPV2Kx8 .col-text {
    padding-bottom: 120px;
    padding-top: 120px;
  }
}
.cid-ursRPV2Kx8 .container {
  max-width: 1312px;
}
.cid-ursRPV2Kx8 .label-text {
  color: #002549;
  position: relative;
  z-index: 2;
}
.cid-ursRPV2Kx8 .mbr-section-title {
  color: #002549;
}
.cid-ursRPV2Kx8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ursRPV2Kx8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ursRPVA5sm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-ursRPVA5sm .col-text {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-ursRPVA5sm .col-text {
    padding-bottom: 120px;
    padding-top: 120px;
  }
}
.cid-ursRPVA5sm .container {
  max-width: 1312px;
}
.cid-ursRPVA5sm .label-text {
  color: #002549;
  position: relative;
  z-index: 2;
}
.cid-ursRPVA5sm .mbr-section-title {
  color: #002549;
}
.cid-ursRPVA5sm .mbr-fallback-image.disabled {
  display: none;
}
.cid-ursRPVA5sm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ursRPW0AOo {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mamak-evden-eve-nakliyat-2000x1333.webp");
}
.cid-ursRPW0AOo .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-ursRPW0AOo H4 {
  color: #ffffff;
  text-align: center;
}
.cid-ursRPWpbUv {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #002549;
}
.cid-ursRPWpbUv .container {
  max-width: 1312px;
}
.cid-ursRPWpbUv .col-text {
  display: grid;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}
.cid-ursRPWpbUv .label-text {
  color: #ff6a26;
  width: 100%;
}
.cid-ursRPWpbUv .mbr-section-title {
  color: #ffffff;
  width: 100%;
}
.cid-ursRPWpbUv .btn {
  padding: 1.6rem 3.5rem;
  font-weight: 400;
}
.cid-ursRPWpbUv .advantages-container {
  display: grid;
  margin-top: 1rem;
  grid-auto-flow: column;
  grid-auto-columns: auto;
  grid-column-gap: 4.5rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 991px) {
  .cid-ursRPWpbUv .advantages-container {
    grid-auto-flow: row;
  }
}
.cid-ursRPWpbUv .advantage {
  display: flex;
  align-items: flex-start;
}
.cid-ursRPWpbUv .advantage-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  margin-right: 0.5rem;
  margin-top: 0.2rem;
  border-radius: 50%;
  background-color: #004383;
}
.cid-ursRPWpbUv .advantage-icon span {
  color: #004383;
}
.cid-ursRPWpbUv .advantage-text {
  color: #ffffff;
}
.cid-ursRPWpbUv .mbr-fallback-image.disabled {
  display: none;
}
.cid-ursRPWpbUv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ursRPWpbUv .mbr-section-title,
.cid-ursRPWpbUv .mbr-section-btn {
  color: #ffffff;
}
.cid-ursRPWXDu5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f8f7f3;
  overflow: hidden;
}
.cid-ursRPWXDu5 .mbr-text {
  color: #002549;
}
.cid-ursTVlvLBT {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-ursTVlvLBT {
    min-height: 105px;
  }
}
.cid-ursTVlvLBT nav.navbar {
  position: fixed;
}
.cid-ursTVlvLBT .container {
  max-width: 1312px;
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ursTVlvLBT .container {
    flex-wrap: nowrap;
  }
}
.cid-ursTVlvLBT .container-custom {
  position: relative;
  width: 100%;
  padding: 10px 0;
}
.cid-ursTVlvLBT .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ursTVlvLBT .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ursTVlvLBT .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ursTVlvLBT .dropdown-item:hover,
.cid-ursTVlvLBT .dropdown-item:focus {
  background: #004383 !important;
  color: white !important;
}
.cid-ursTVlvLBT .dropdown-item:hover span {
  color: white;
}
.cid-ursTVlvLBT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ursTVlvLBT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ursTVlvLBT .nav-dropdown .link {
  padding: 0.75em 1em !important;
}
.cid-ursTVlvLBT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ursTVlvLBT .nav-link {
  position: relative;
}
.cid-ursTVlvLBT .iconfont-wrapper {
  color: #002549 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ursTVlvLBT .dropdown-menu,
.cid-ursTVlvLBT .navbar.opened {
  background: #f8f7f3 !important;
}
.cid-ursTVlvLBT .nav-item:focus,
.cid-ursTVlvLBT .nav-link:focus {
  outline: none;
}
.cid-ursTVlvLBT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ursTVlvLBT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ursTVlvLBT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ursTVlvLBT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ursTVlvLBT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ursTVlvLBT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ursTVlvLBT .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f8f7f3;
}
@media (min-width: 992px) {
  .cid-ursTVlvLBT .navbar {
    min-height: 105px;
  }
}
.cid-ursTVlvLBT .navbar.opened {
  transition: all 0.3s;
}
.cid-ursTVlvLBT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ursTVlvLBT .navbar .navbar-logo img {
  width: auto;
}
.cid-ursTVlvLBT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-ursTVlvLBT .navbar .navbar-collapse {
    width: 100%;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .cid-ursTVlvLBT .navbar .navbar-nav-container {
    width: 40%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
}
.cid-ursTVlvLBT .navbar.collapsed {
  justify-content: center;
}
.cid-ursTVlvLBT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ursTVlvLBT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ursTVlvLBT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ursTVlvLBT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ursTVlvLBT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ursTVlvLBT .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ursTVlvLBT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ursTVlvLBT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ursTVlvLBT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ursTVlvLBT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ursTVlvLBT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ursTVlvLBT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ursTVlvLBT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ursTVlvLBT .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ursTVlvLBT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ursTVlvLBT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ursTVlvLBT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ursTVlvLBT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ursTVlvLBT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ursTVlvLBT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ursTVlvLBT .navbar.navbar-short {
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-ursTVlvLBT .navbar.navbar-short {
    min-height: 105px;
  }
}
.cid-ursTVlvLBT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ursTVlvLBT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ursTVlvLBT .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-ursTVlvLBT .navbar-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 40%;
    top: 50%;
    transform: translateY(-50%);
    width: 20%;
    min-height: 100%;
    z-index: 5;
  }
}
.cid-ursTVlvLBT .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
  flex-wrap: nowrap;
  color: #002549;
}
.cid-ursTVlvLBT .navbar-brand .navbar-caption span {
  line-height: inherit !important;
  font-weight: inherit !important;
  color: #004383;
}
.cid-ursTVlvLBT .navbar-brand .navbar-caption:hover {
  color: #004383;
}
.cid-ursTVlvLBT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ursTVlvLBT .dropdown-item.active,
.cid-ursTVlvLBT .dropdown-item:active {
  background-color: transparent;
}
.cid-ursTVlvLBT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ursTVlvLBT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ursTVlvLBT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ursTVlvLBT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f8f7f3;
}
.cid-ursTVlvLBT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ursTVlvLBT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ursTVlvLBT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ursTVlvLBT .navbar-buttons {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ursTVlvLBT .navbar-buttons {
    width: 40%;
    text-align: right;
  }
}
.cid-ursTVlvLBT .navbar-buttons .btn {
  min-width: 144px;
  font-weight: 400;
}
.cid-ursTVlvLBT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ursTVlvLBT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ursTVlvLBT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ursTVlvLBT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ursTVlvLBT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ursTVlvLBT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ursTVlvLBT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ursTVlvLBT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ursTVlvLBT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ursTVlvLBT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ursTVlvLBT .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ursTVlvLBT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #002549;
}
.cid-ursTVlvLBT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ursTVlvLBT .navbar {
    height: 60px;
  }
  .cid-ursTVlvLBT .navbar.opened {
    height: auto;
  }
  .cid-ursTVlvLBT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media screen and (-ms-high-contrast: active) and (min-width: 992px), (-ms-high-contrast: none) and (min-width: 992px) {
  .cid-ursTVlvLBT .navbar {
    min-height: 105px;
  }
}
.cid-ursTVm7Cmy {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mamak-evden-eve-nakliyat-2000x1333.webp");
  overflow: hidden;
  position: relative;
}
.cid-ursTVm7Cmy .col-text {
  display: grid;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}
.cid-ursTVm7Cmy .mbr-section-title {
  color: #ffffff;
}
.cid-ursTVm7Cmy .btn {
  padding: 1.6rem 3.5rem;
  font-weight: 400;
}
.cid-ursTVm7Cmy .mbr-fallback-image.disabled {
  display: none;
}
.cid-ursTVm7Cmy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ursTVmM6sY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-ursTVmM6sY .col-text {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-ursTVmM6sY .col-text {
    padding-bottom: 120px;
    padding-top: 120px;
  }
}
.cid-ursTVmM6sY .container {
  max-width: 1312px;
}
.cid-ursTVmM6sY .label-text {
  color: #002549;
  position: relative;
  z-index: 2;
}
.cid-ursTVmM6sY .mbr-section-title {
  color: #002549;
}
.cid-ursTVmM6sY .mbr-fallback-image.disabled {
  display: none;
}
.cid-ursTVmM6sY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ursTVnffDV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-ursTVnffDV .col-text {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-ursTVnffDV .col-text {
    padding-bottom: 120px;
    padding-top: 120px;
  }
}
.cid-ursTVnffDV .container {
  max-width: 1312px;
}
.cid-ursTVnffDV .label-text {
  color: #002549;
  position: relative;
  z-index: 2;
}
.cid-ursTVnffDV .mbr-section-title {
  color: #002549;
}
.cid-ursTVnffDV .mbr-fallback-image.disabled {
  display: none;
}
.cid-ursTVnffDV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ursTVnH0uI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-ursTVnH0uI .col-text {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-ursTVnH0uI .col-text {
    padding-bottom: 120px;
    padding-top: 120px;
  }
}
.cid-ursTVnH0uI .container {
  max-width: 1312px;
}
.cid-ursTVnH0uI .label-text {
  color: #002549;
  position: relative;
  z-index: 2;
}
.cid-ursTVnH0uI .mbr-section-title {
  color: #002549;
}
.cid-ursTVnH0uI .mbr-fallback-image.disabled {
  display: none;
}
.cid-ursTVnH0uI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ursTVojCfE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-ursTVojCfE .col-text {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-ursTVojCfE .col-text {
    padding-bottom: 120px;
    padding-top: 120px;
  }
}
.cid-ursTVojCfE .container {
  max-width: 1312px;
}
.cid-ursTVojCfE .label-text {
  color: #002549;
  position: relative;
  z-index: 2;
}
.cid-ursTVojCfE .mbr-section-title {
  color: #002549;
}
.cid-ursTVojCfE .mbr-fallback-image.disabled {
  display: none;
}
.cid-ursTVojCfE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ursTVoLToB {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mamak-evden-eve-nakliyat-2000x1333.webp");
}
.cid-ursTVoLToB .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-ursTVoLToB H4 {
  color: #ffffff;
  text-align: center;
}
.cid-ursTVpgciR {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #002549;
}
.cid-ursTVpgciR .container {
  max-width: 1312px;
}
.cid-ursTVpgciR .col-text {
  display: grid;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}
.cid-ursTVpgciR .label-text {
  color: #ff6a26;
  width: 100%;
}
.cid-ursTVpgciR .mbr-section-title {
  color: #ffffff;
  width: 100%;
}
.cid-ursTVpgciR .btn {
  padding: 1.6rem 3.5rem;
  font-weight: 400;
}
.cid-ursTVpgciR .advantages-container {
  display: grid;
  margin-top: 1rem;
  grid-auto-flow: column;
  grid-auto-columns: auto;
  grid-column-gap: 4.5rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 991px) {
  .cid-ursTVpgciR .advantages-container {
    grid-auto-flow: row;
  }
}
.cid-ursTVpgciR .advantage {
  display: flex;
  align-items: flex-start;
}
.cid-ursTVpgciR .advantage-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  margin-right: 0.5rem;
  margin-top: 0.2rem;
  border-radius: 50%;
  background-color: #004383;
}
.cid-ursTVpgciR .advantage-icon span {
  color: #004383;
}
.cid-ursTVpgciR .advantage-text {
  color: #ffffff;
}
.cid-ursTVpgciR .mbr-fallback-image.disabled {
  display: none;
}
.cid-ursTVpgciR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ursTVpgciR .mbr-section-title,
.cid-ursTVpgciR .mbr-section-btn {
  color: #ffffff;
}
.cid-ursTVpNVyL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f8f7f3;
  overflow: hidden;
}
.cid-ursTVpNVyL .mbr-text {
  color: #002549;
}
.cid-ursUs35pYa {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-ursUs35pYa {
    min-height: 105px;
  }
}
.cid-ursUs35pYa nav.navbar {
  position: fixed;
}
.cid-ursUs35pYa .container {
  max-width: 1312px;
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ursUs35pYa .container {
    flex-wrap: nowrap;
  }
}
.cid-ursUs35pYa .container-custom {
  position: relative;
  width: 100%;
  padding: 10px 0;
}
.cid-ursUs35pYa .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ursUs35pYa .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ursUs35pYa .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ursUs35pYa .dropdown-item:hover,
.cid-ursUs35pYa .dropdown-item:focus {
  background: #004383 !important;
  color: white !important;
}
.cid-ursUs35pYa .dropdown-item:hover span {
  color: white;
}
.cid-ursUs35pYa .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ursUs35pYa .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ursUs35pYa .nav-dropdown .link {
  padding: 0.75em 1em !important;
}
.cid-ursUs35pYa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ursUs35pYa .nav-link {
  position: relative;
}
.cid-ursUs35pYa .iconfont-wrapper {
  color: #002549 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ursUs35pYa .dropdown-menu,
.cid-ursUs35pYa .navbar.opened {
  background: #f8f7f3 !important;
}
.cid-ursUs35pYa .nav-item:focus,
.cid-ursUs35pYa .nav-link:focus {
  outline: none;
}
.cid-ursUs35pYa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ursUs35pYa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ursUs35pYa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ursUs35pYa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ursUs35pYa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ursUs35pYa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ursUs35pYa .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f8f7f3;
}
@media (min-width: 992px) {
  .cid-ursUs35pYa .navbar {
    min-height: 105px;
  }
}
.cid-ursUs35pYa .navbar.opened {
  transition: all 0.3s;
}
.cid-ursUs35pYa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ursUs35pYa .navbar .navbar-logo img {
  width: auto;
}
.cid-ursUs35pYa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-ursUs35pYa .navbar .navbar-collapse {
    width: 100%;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .cid-ursUs35pYa .navbar .navbar-nav-container {
    width: 40%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
}
.cid-ursUs35pYa .navbar.collapsed {
  justify-content: center;
}
.cid-ursUs35pYa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ursUs35pYa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ursUs35pYa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ursUs35pYa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ursUs35pYa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ursUs35pYa .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ursUs35pYa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ursUs35pYa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ursUs35pYa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ursUs35pYa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ursUs35pYa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ursUs35pYa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ursUs35pYa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ursUs35pYa .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ursUs35pYa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ursUs35pYa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ursUs35pYa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ursUs35pYa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ursUs35pYa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ursUs35pYa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ursUs35pYa .navbar.navbar-short {
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-ursUs35pYa .navbar.navbar-short {
    min-height: 105px;
  }
}
.cid-ursUs35pYa .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ursUs35pYa .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ursUs35pYa .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-ursUs35pYa .navbar-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 40%;
    top: 50%;
    transform: translateY(-50%);
    width: 20%;
    min-height: 100%;
    z-index: 5;
  }
}
.cid-ursUs35pYa .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
  flex-wrap: nowrap;
  color: #002549;
}
.cid-ursUs35pYa .navbar-brand .navbar-caption span {
  line-height: inherit !important;
  font-weight: inherit !important;
  color: #004383;
}
.cid-ursUs35pYa .navbar-brand .navbar-caption:hover {
  color: #004383;
}
.cid-ursUs35pYa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ursUs35pYa .dropdown-item.active,
.cid-ursUs35pYa .dropdown-item:active {
  background-color: transparent;
}
.cid-ursUs35pYa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ursUs35pYa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ursUs35pYa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ursUs35pYa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f8f7f3;
}
.cid-ursUs35pYa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ursUs35pYa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ursUs35pYa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ursUs35pYa .navbar-buttons {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ursUs35pYa .navbar-buttons {
    width: 40%;
    text-align: right;
  }
}
.cid-ursUs35pYa .navbar-buttons .btn {
  min-width: 144px;
  font-weight: 400;
}
.cid-ursUs35pYa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ursUs35pYa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ursUs35pYa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ursUs35pYa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ursUs35pYa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ursUs35pYa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ursUs35pYa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ursUs35pYa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ursUs35pYa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ursUs35pYa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ursUs35pYa .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ursUs35pYa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #002549;
}
.cid-ursUs35pYa .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ursUs35pYa .navbar {
    height: 60px;
  }
  .cid-ursUs35pYa .navbar.opened {
    height: auto;
  }
  .cid-ursUs35pYa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media screen and (-ms-high-contrast: active) and (min-width: 992px), (-ms-high-contrast: none) and (min-width: 992px) {
  .cid-ursUs35pYa .navbar {
    min-height: 105px;
  }
}
.cid-ursUs3BmVk {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mamak-evden-eve-nakliyat-2000x1333.webp");
  overflow: hidden;
  position: relative;
}
.cid-ursUs3BmVk .col-text {
  display: grid;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}
.cid-ursUs3BmVk .mbr-section-title {
  color: #ffffff;
}
.cid-ursUs3BmVk .btn {
  padding: 1.6rem 3.5rem;
  font-weight: 400;
}
.cid-ursUs3BmVk .mbr-fallback-image.disabled {
  display: none;
}
.cid-ursUs3BmVk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ursUs45K51 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-ursUs45K51 .col-text {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-ursUs45K51 .col-text {
    padding-bottom: 120px;
    padding-top: 120px;
  }
}
.cid-ursUs45K51 .container {
  max-width: 1312px;
}
.cid-ursUs45K51 .label-text {
  color: #002549;
  position: relative;
  z-index: 2;
}
.cid-ursUs45K51 .mbr-section-title {
  color: #002549;
}
.cid-ursUs45K51 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ursUs45K51 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ursUs4tYbz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-ursUs4tYbz .col-text {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-ursUs4tYbz .col-text {
    padding-bottom: 120px;
    padding-top: 120px;
  }
}
.cid-ursUs4tYbz .container {
  max-width: 1312px;
}
.cid-ursUs4tYbz .label-text {
  color: #002549;
  position: relative;
  z-index: 2;
}
.cid-ursUs4tYbz .mbr-section-title {
  color: #002549;
}
.cid-ursUs4tYbz .mbr-fallback-image.disabled {
  display: none;
}
.cid-ursUs4tYbz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ursUs4QWDc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-ursUs4QWDc .col-text {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-ursUs4QWDc .col-text {
    padding-bottom: 120px;
    padding-top: 120px;
  }
}
.cid-ursUs4QWDc .container {
  max-width: 1312px;
}
.cid-ursUs4QWDc .label-text {
  color: #002549;
  position: relative;
  z-index: 2;
}
.cid-ursUs4QWDc .mbr-section-title {
  color: #002549;
}
.cid-ursUs4QWDc .mbr-fallback-image.disabled {
  display: none;
}
.cid-ursUs4QWDc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ursUs5oWun {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-ursUs5oWun .col-text {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-ursUs5oWun .col-text {
    padding-bottom: 120px;
    padding-top: 120px;
  }
}
.cid-ursUs5oWun .container {
  max-width: 1312px;
}
.cid-ursUs5oWun .label-text {
  color: #002549;
  position: relative;
  z-index: 2;
}
.cid-ursUs5oWun .mbr-section-title {
  color: #002549;
}
.cid-ursUs5oWun .mbr-fallback-image.disabled {
  display: none;
}
.cid-ursUs5oWun .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ursUs5OUtl {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mamak-evden-eve-nakliyat-2000x1333.webp");
}
.cid-ursUs5OUtl .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-ursUs5OUtl H4 {
  color: #ffffff;
  text-align: center;
}
.cid-ursUs6b3pM {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #002549;
}
.cid-ursUs6b3pM .container {
  max-width: 1312px;
}
.cid-ursUs6b3pM .col-text {
  display: grid;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}
.cid-ursUs6b3pM .label-text {
  color: #ff6a26;
  width: 100%;
}
.cid-ursUs6b3pM .mbr-section-title {
  color: #ffffff;
  width: 100%;
}
.cid-ursUs6b3pM .btn {
  padding: 1.6rem 3.5rem;
  font-weight: 400;
}
.cid-ursUs6b3pM .advantages-container {
  display: grid;
  margin-top: 1rem;
  grid-auto-flow: column;
  grid-auto-columns: auto;
  grid-column-gap: 4.5rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 991px) {
  .cid-ursUs6b3pM .advantages-container {
    grid-auto-flow: row;
  }
}
.cid-ursUs6b3pM .advantage {
  display: flex;
  align-items: flex-start;
}
.cid-ursUs6b3pM .advantage-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  margin-right: 0.5rem;
  margin-top: 0.2rem;
  border-radius: 50%;
  background-color: #004383;
}
.cid-ursUs6b3pM .advantage-icon span {
  color: #004383;
}
.cid-ursUs6b3pM .advantage-text {
  color: #ffffff;
}
.cid-ursUs6b3pM .mbr-fallback-image.disabled {
  display: none;
}
.cid-ursUs6b3pM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ursUs6b3pM .mbr-section-title,
.cid-ursUs6b3pM .mbr-section-btn {
  color: #ffffff;
}
.cid-ursUs6GH0j {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f8f7f3;
  overflow: hidden;
}
.cid-ursUs6GH0j .mbr-text {
  color: #002549;
}
.cid-ursUZxdGMf {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-ursUZxdGMf {
    min-height: 105px;
  }
}
.cid-ursUZxdGMf nav.navbar {
  position: fixed;
}
.cid-ursUZxdGMf .container {
  max-width: 1312px;
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ursUZxdGMf .container {
    flex-wrap: nowrap;
  }
}
.cid-ursUZxdGMf .container-custom {
  position: relative;
  width: 100%;
  padding: 10px 0;
}
.cid-ursUZxdGMf .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ursUZxdGMf .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ursUZxdGMf .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ursUZxdGMf .dropdown-item:hover,
.cid-ursUZxdGMf .dropdown-item:focus {
  background: #004383 !important;
  color: white !important;
}
.cid-ursUZxdGMf .dropdown-item:hover span {
  color: white;
}
.cid-ursUZxdGMf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ursUZxdGMf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ursUZxdGMf .nav-dropdown .link {
  padding: 0.75em 1em !important;
}
.cid-ursUZxdGMf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ursUZxdGMf .nav-link {
  position: relative;
}
.cid-ursUZxdGMf .iconfont-wrapper {
  color: #002549 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ursUZxdGMf .dropdown-menu,
.cid-ursUZxdGMf .navbar.opened {
  background: #f8f7f3 !important;
}
.cid-ursUZxdGMf .nav-item:focus,
.cid-ursUZxdGMf .nav-link:focus {
  outline: none;
}
.cid-ursUZxdGMf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ursUZxdGMf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ursUZxdGMf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ursUZxdGMf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ursUZxdGMf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ursUZxdGMf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ursUZxdGMf .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f8f7f3;
}
@media (min-width: 992px) {
  .cid-ursUZxdGMf .navbar {
    min-height: 105px;
  }
}
.cid-ursUZxdGMf .navbar.opened {
  transition: all 0.3s;
}
.cid-ursUZxdGMf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ursUZxdGMf .navbar .navbar-logo img {
  width: auto;
}
.cid-ursUZxdGMf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-ursUZxdGMf .navbar .navbar-collapse {
    width: 100%;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .cid-ursUZxdGMf .navbar .navbar-nav-container {
    width: 40%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
}
.cid-ursUZxdGMf .navbar.collapsed {
  justify-content: center;
}
.cid-ursUZxdGMf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ursUZxdGMf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ursUZxdGMf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ursUZxdGMf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ursUZxdGMf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ursUZxdGMf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ursUZxdGMf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ursUZxdGMf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ursUZxdGMf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ursUZxdGMf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ursUZxdGMf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ursUZxdGMf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ursUZxdGMf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ursUZxdGMf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ursUZxdGMf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ursUZxdGMf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ursUZxdGMf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ursUZxdGMf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ursUZxdGMf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ursUZxdGMf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ursUZxdGMf .navbar.navbar-short {
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-ursUZxdGMf .navbar.navbar-short {
    min-height: 105px;
  }
}
.cid-ursUZxdGMf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ursUZxdGMf .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ursUZxdGMf .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-ursUZxdGMf .navbar-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 40%;
    top: 50%;
    transform: translateY(-50%);
    width: 20%;
    min-height: 100%;
    z-index: 5;
  }
}
.cid-ursUZxdGMf .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
  flex-wrap: nowrap;
  color: #002549;
}
.cid-ursUZxdGMf .navbar-brand .navbar-caption span {
  line-height: inherit !important;
  font-weight: inherit !important;
  color: #004383;
}
.cid-ursUZxdGMf .navbar-brand .navbar-caption:hover {
  color: #004383;
}
.cid-ursUZxdGMf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ursUZxdGMf .dropdown-item.active,
.cid-ursUZxdGMf .dropdown-item:active {
  background-color: transparent;
}
.cid-ursUZxdGMf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ursUZxdGMf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ursUZxdGMf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ursUZxdGMf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f8f7f3;
}
.cid-ursUZxdGMf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ursUZxdGMf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ursUZxdGMf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ursUZxdGMf .navbar-buttons {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ursUZxdGMf .navbar-buttons {
    width: 40%;
    text-align: right;
  }
}
.cid-ursUZxdGMf .navbar-buttons .btn {
  min-width: 144px;
  font-weight: 400;
}
.cid-ursUZxdGMf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ursUZxdGMf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ursUZxdGMf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ursUZxdGMf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ursUZxdGMf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ursUZxdGMf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ursUZxdGMf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ursUZxdGMf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ursUZxdGMf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ursUZxdGMf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ursUZxdGMf .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ursUZxdGMf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #002549;
}
.cid-ursUZxdGMf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ursUZxdGMf .navbar {
    height: 60px;
  }
  .cid-ursUZxdGMf .navbar.opened {
    height: auto;
  }
  .cid-ursUZxdGMf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media screen and (-ms-high-contrast: active) and (min-width: 992px), (-ms-high-contrast: none) and (min-width: 992px) {
  .cid-ursUZxdGMf .navbar {
    min-height: 105px;
  }
}
.cid-ursUZxLHP7 {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mamak-evden-eve-nakliyat-2000x1333.webp");
  overflow: hidden;
  position: relative;
}
.cid-ursUZxLHP7 .col-text {
  display: grid;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}
.cid-ursUZxLHP7 .mbr-section-title {
  color: #ffffff;
}
.cid-ursUZxLHP7 .btn {
  padding: 1.6rem 3.5rem;
  font-weight: 400;
}
.cid-ursUZxLHP7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ursUZxLHP7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ursUZyeRdy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-ursUZyeRdy .col-text {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-ursUZyeRdy .col-text {
    padding-bottom: 120px;
    padding-top: 120px;
  }
}
.cid-ursUZyeRdy .container {
  max-width: 1312px;
}
.cid-ursUZyeRdy .label-text {
  color: #002549;
  position: relative;
  z-index: 2;
}
.cid-ursUZyeRdy .mbr-section-title {
  color: #002549;
}
.cid-ursUZyeRdy .mbr-fallback-image.disabled {
  display: none;
}
.cid-ursUZyeRdy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ursUZyDKmo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-ursUZyDKmo .col-text {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-ursUZyDKmo .col-text {
    padding-bottom: 120px;
    padding-top: 120px;
  }
}
.cid-ursUZyDKmo .container {
  max-width: 1312px;
}
.cid-ursUZyDKmo .label-text {
  color: #002549;
  position: relative;
  z-index: 2;
}
.cid-ursUZyDKmo .mbr-section-title {
  color: #002549;
}
.cid-ursUZyDKmo .mbr-fallback-image.disabled {
  display: none;
}
.cid-ursUZyDKmo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ursUZz3xlR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-ursUZz3xlR .col-text {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-ursUZz3xlR .col-text {
    padding-bottom: 120px;
    padding-top: 120px;
  }
}
.cid-ursUZz3xlR .container {
  max-width: 1312px;
}
.cid-ursUZz3xlR .label-text {
  color: #002549;
  position: relative;
  z-index: 2;
}
.cid-ursUZz3xlR .mbr-section-title {
  color: #002549;
}
.cid-ursUZz3xlR .mbr-fallback-image.disabled {
  display: none;
}
.cid-ursUZz3xlR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ursUZzyviR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-ursUZzyviR .col-text {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-ursUZzyviR .col-text {
    padding-bottom: 120px;
    padding-top: 120px;
  }
}
.cid-ursUZzyviR .container {
  max-width: 1312px;
}
.cid-ursUZzyviR .label-text {
  color: #002549;
  position: relative;
  z-index: 2;
}
.cid-ursUZzyviR .mbr-section-title {
  color: #002549;
}
.cid-ursUZzyviR .mbr-fallback-image.disabled {
  display: none;
}
.cid-ursUZzyviR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ursUZzXIh0 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mamak-evden-eve-nakliyat-2000x1333.webp");
}
.cid-ursUZzXIh0 .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-ursUZzXIh0 H4 {
  color: #ffffff;
  text-align: center;
}
.cid-ursUZAntbi {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #002549;
}
.cid-ursUZAntbi .container {
  max-width: 1312px;
}
.cid-ursUZAntbi .col-text {
  display: grid;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}
.cid-ursUZAntbi .label-text {
  color: #ff6a26;
  width: 100%;
}
.cid-ursUZAntbi .mbr-section-title {
  color: #ffffff;
  width: 100%;
}
.cid-ursUZAntbi .btn {
  padding: 1.6rem 3.5rem;
  font-weight: 400;
}
.cid-ursUZAntbi .advantages-container {
  display: grid;
  margin-top: 1rem;
  grid-auto-flow: column;
  grid-auto-columns: auto;
  grid-column-gap: 4.5rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 991px) {
  .cid-ursUZAntbi .advantages-container {
    grid-auto-flow: row;
  }
}
.cid-ursUZAntbi .advantage {
  display: flex;
  align-items: flex-start;
}
.cid-ursUZAntbi .advantage-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  margin-right: 0.5rem;
  margin-top: 0.2rem;
  border-radius: 50%;
  background-color: #004383;
}
.cid-ursUZAntbi .advantage-icon span {
  color: #004383;
}
.cid-ursUZAntbi .advantage-text {
  color: #ffffff;
}
.cid-ursUZAntbi .mbr-fallback-image.disabled {
  display: none;
}
.cid-ursUZAntbi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ursUZAntbi .mbr-section-title,
.cid-ursUZAntbi .mbr-section-btn {
  color: #ffffff;
}
.cid-ursUZASOpb {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f8f7f3;
  overflow: hidden;
}
.cid-ursUZASOpb .mbr-text {
  color: #002549;
}
.float{
	position:fixed;
	width:40px;
	height:40px;
	bottom:20px;
	left:20px;
	background-color:#ff9923;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	box-shadow: 2px 2px 3px #999;
}

.my-float{
	margin-top:15px;
  font-size:32px;
}