.btn {
  border-width: 1px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.image-wrap,
.item-wrapper {
  border-radius: 1rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Plus Jakarta Sans;
}
.display-1 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 6rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 7.5rem;
}
.display-2 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Inter', sans-serif;
  font-size: 1.5rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.2rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.6rem;
  }
}
@media (max-width: 767px) {
  .display-1 {
    font-size: 2.4rem;
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 4.2rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.75rem + (6 - 2.75) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.8rem 1.6rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #dd2b1c !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #dd2b1c !important;
  border-color: #dd2b1c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #e75145 !important;
  border-color: #e75145 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #e75145 !important;
  border-color: #e75145 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline {
  color: #ffffff !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #dd2b1c;
  color: #dd2b1c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background-color: #dd2b1c !important;
  border-color: #dd2b1c !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #dd2b1c !important;
  border-color: #dd2b1c !important;
}
.btn-secondary-outline {
  color: #808080 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info-outline {
  color: #ffffff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline {
  color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline {
  color: #1f6463 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline {
  color: #645600 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
}
.btn-black-outline {
  color: #ffffff !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !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 {
  color: #7a7a7a !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !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: #dd2b1c !important;
}
.text-secondary {
  color: #ffffff !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #821911 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #cccccc !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !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: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #dd2b1c;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffea64;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #dd2b1c;
  border-color: #dd2b1c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #dd2b1c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f9d0cc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Inter', sans-serif;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.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: #dd2b1c !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter', sans-serif;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #dd2b1c;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #dd2b1c;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #dd2b1c;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #dd2b1c;
  border-bottom-color: #dd2b1c;
}
.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: #dd2b1c !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: #ffffff !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='%23dd2b1c' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-uPkn0TRxdl .navbar {
  padding: 0.5rem 0;
  background: #9c98cf;
  transition: none;
  min-height: 50px;
}
.cid-uPkn0TRxdl .navbar-fixed-top {
  padding-top: 0;
}
.cid-uPkn0TRxdl .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-uPkn0TRxdl .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #5a67a1;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-uPkn0TRxdl .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-uPkn0TRxdl .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uPkn0TRxdl .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uPkn0TRxdl .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uPkn0TRxdl .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-uPkn0TRxdl .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uPkn0TRxdl .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uPkn0TRxdl .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uPkn0TRxdl .menu-content-top {
  background: #dd2b1c;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uPkn0TRxdl .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-uPkn0TRxdl .dropdown-item:hover {
  color: #d2d2df !important;
}
.cid-uPkn0TRxdl .nav-link,
.cid-uPkn0TRxdl .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-uPkn0TRxdl .nav-link:hover,
.cid-uPkn0TRxdl .brand-name:hover {
  color: #d2d2df !important;
}
.cid-uPkn0TRxdl .dropdown-menu {
  background-color: #5a67a1;
}
.cid-uPkn0TRxdl .dropdown-item:active {
  background-color: #5a67a1;
}
.cid-uPkn0TRxdl .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-uPkn0TRxdl .navbar-dropdown.bg-color.transparent.opened {
  background: #9c98cf;
}
.cid-uPkn0TRxdl .nav-item {
  position: relative;
}
.cid-uPkn0TRxdl .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uPkn0TRxdl .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-uPkn0TRxdl .nav-item .nav-link:focus {
  outline: none;
}
.cid-uPkn0TRxdl .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPkn0TRxdl .content-text {
  margin-bottom: 0;
}
.cid-uPkn0TRxdl .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uPkn0TRxdl .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #dd2b1c;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uPkn0TRxdl .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uPkn0TRxdl .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uPkn0TRxdl .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uPkn0TRxdl .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPkn0TRxdl .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uPkn0TRxdl .content-right-side {
  text-align: center;
}
.cid-uPkn0TRxdl .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uPkn0TRxdl .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uPkn0TRxdl .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uPkn0TRxdl .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-uPkn0TRxdl .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uPkn0TRxdl .info-widget:first-child {
  margin-left: 0;
}
.cid-uPkn0TRxdl .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-uPkn0TRxdl .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uPkn0TRxdl .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uPkn0TRxdl .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uPkn0TRxdl .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-uPkn0TRxdl .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uPkn0TRxdl .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #5a67a1;
}
@media (min-width: 992px) {
  .cid-uPkn0TRxdl .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-uPkn0TRxdl .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #d2d2df;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-uPkn0TRxdl .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-uPkn0TRxdl .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uPkn0TRxdl .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-uPkn0TRxdl .navbar {
    display: block;
    padding: 0;
  }
  .cid-uPkn0TRxdl .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-uPkn0TRxdl .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uPkn0TRxdl .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uPkn0TRxdl .navbar-toggler {
    display: none;
  }
  .cid-uPkn0TRxdl .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-uPkn0TRxdl .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uPkn0TRxdl .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-uPkn0TRxdl .btn-sm {
  padding: 13px 29px;
}
.cid-uPkn0TRxdl .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uPkn0TRxdl .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-uPkn0TRxdl .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-uPkn0TRxdl .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uPkn0TRxdl .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uPkn0TRxdl .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uPkn0TRxdl .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uPkn0TRxdl .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uPkn0TRxdl .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uPkn0TRxdl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPkn0TRxdl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPkn0TRxdl .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uPkn0TRxdl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uPkn0TRxdl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPkn0TRxdl .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uPkn0TRxdl .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPkn0TRxdl .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uPkn0TRxdl .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-uPkn0TRxdl .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uPkn0TRxdl .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uPkn0TRxdl .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uPkn0TRxdl button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-uPkn0TRxdl button.navbar-toggler:focus {
  outline: none;
}
.cid-uPkn0TRxdl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uPkn0TRxdl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPkn0TRxdl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPkn0TRxdl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPkn0TRxdl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPkn0TRxdl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPkn0TRxdl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPkn0TRxdl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPkn0TRxdl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPkn0TRxdl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPkn0TRxdl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPkn0TRxdl .collapsed .btn {
  display: flex;
}
.cid-uPkn0TRxdl .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uPkn0TRxdl .collapsed .navbar-collapse.collapsing,
.cid-uPkn0TRxdl .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uPkn0TRxdl .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uPkn0TRxdl .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uPkn0TRxdl .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uPkn0TRxdl .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uPkn0TRxdl .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uPkn0TRxdl .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uPkn0TRxdl .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uPkn0TRxdl .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uPkn0TRxdl .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uPkn0TRxdl .collapsed button.navbar-toggler {
  display: block;
}
.cid-uPkn0TRxdl .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uPkn0TRxdl .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uPkn0TRxdl .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uPkn0TRxdl .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uPkn0TRxdl .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uPkn0TRxdl .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uPkn0TRxdl .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uPkn0TRxdl .menu-content-top {
    display: flex;
  }
  .cid-uPkn0TRxdl .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-uPkn0TRxdl .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-uPkn0TRxdl .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-uPkn0TRxdl .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-uPkn0TRxdl .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-uPkn0TRxdl .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-uPkn0TRxdl .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-uPkn0TRxdl .navbar-collapse.collapsing,
  .cid-uPkn0TRxdl .navbar-collapse.show {
    display: block !important;
  }
  .cid-uPkn0TRxdl .navbar-collapse.collapsing .navbar-nav,
  .cid-uPkn0TRxdl .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uPkn0TRxdl .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uPkn0TRxdl .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uPkn0TRxdl .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-uPkn0TRxdl .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #dd2b1c;
  }
  .cid-uPkn0TRxdl .navbar-collapse.collapsing .navbar-buttons,
  .cid-uPkn0TRxdl .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uPkn0TRxdl .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uPkn0TRxdl .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uPkn0TRxdl img {
    height: 3.8rem !important;
  }
  .cid-uPkn0TRxdl .btn {
    display: flex;
  }
  .cid-uPkn0TRxdl button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-uPkn0TRxdl .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-uPkn0TRxdl .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uPkn0TRxdl .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uPkn0TRxdl .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uPkn0TRxdl .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uPkn0TRxdl .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uPkn0TRxdl .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uPkn0TRxdl .nav-link:focus {
  outline: none;
}
.cid-uPkn0TRxdl .navbar-toggler {
  position: relative;
}
.cid-uPkn0TRxdl .widget-title,
.cid-uPkn0TRxdl .widget-icon {
  color: #e9e9e9;
}
.cid-uPkn0TRxdl .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-uPkn0TRxdl .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-uPkn0TRxdl .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-uPkn0TRxdl .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-uPkn0TRxdl .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-uPkn0TRxdl .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-uPkn0TRxdl .menu-content-top,
  .cid-uPkn0TRxdl .menu-bottom {
    padding: 0 15px;
  }
  .cid-uPkn0TRxdl button.navbar-toggler {
    align-self: center;
  }
  .cid-uPkn0TRxdl .btn {
    margin-left: 0;
  }
  .cid-uPkn0TRxdl .widget-icon {
    padding-right: 0;
  }
}
.cid-uPkn0TRxdl .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-uPkn0TRxdl .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #5a67a1;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-uPkn0TRxdl .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-uPkn0TRxdl .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #d2d2df;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-uPkn0TRxdl .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-tT2jghS3EB {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(to bottom, #163300, #dd2b1c);
}
@media (min-width: 768px) {
  .cid-tT2jghS3EB {
    align-items: flex-start;
  }
  .cid-tT2jghS3EB .row {
    justify-content: flex-start;
  }
}
.cid-tT2jghS3EB .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-tT2jghS3EB .mbr-text,
.cid-tT2jghS3EB .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-tT2jghS3EB .mbr-section-title,
.cid-tT2jghS3EB .line {
  color: #232323;
}
.cid-tT2jghS3EB h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-tT2jghS3EB h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-tT2jghS3EB .mbr-section-subtitle,
.cid-tT2jghS3EB .align {
  text-align: left;
  color: #232323;
}
.cid-uP8E7OAZrl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #254b45;
}
.cid-uP8E7OAZrl .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uP8E7OAZrl .modal-body .close {
  background: #1b1b1b;
}
.cid-uP8E7OAZrl .modal-body .close span {
  font-style: normal;
}
@media (min-width: 992px) {
  .cid-uP8E7OAZrl .align-center {
    text-align: left;
    max-width: 850px;
  }
  .cid-uP8E7OAZrl .carousel-caption {
    justify-content: flex-start !important;
    padding-left: 5rem;
  }
}
.cid-uP8E7OAZrl .mbr-slider .carousel-control {
  background: black!important;
  border-radius: 6px;
  height: 100px;
  width: 50px;
}
.cid-uP8E7OAZrl .mbri-right:before {
  content: "\e909";
  color: white;
}
.cid-uP8E7OAZrl .mbri-left:before {
  content: "\e90a";
  color: white;
}
.cid-uP8E7OAZrl .container {
  max-width: 100%;
  padding: 0;
}
.cid-uP8E7OAZrl .content-slider-wrap {
  width: 100%;
}
.cid-uP8E7OAZrl .carousel-inner > .active,
.cid-uP8E7OAZrl .carousel-inner > .next,
.cid-uP8E7OAZrl .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-uP8E7OAZrl .carousel-control .icon-next,
.cid-uP8E7OAZrl .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uP8E7OAZrl .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uP8E7OAZrl .mbr-iconfont {
  color: black;
  font-size: 2rem!important;
  font-family: 'Moririse2' !important;
  font-weight: 600;
}
.cid-uP8E7OAZrl .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-uP8E7OAZrl .boxed-slider > div {
  position: relative;
}
.cid-uP8E7OAZrl .container img {
  width: 100%;
}
.cid-uP8E7OAZrl .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-uP8E7OAZrl .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uP8E7OAZrl .mbr-table-cell {
  padding: 0;
}
.cid-uP8E7OAZrl .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uP8E7OAZrl .carousel-caption {
  top: auto;
  right: 0;
  bottom: 2rem;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uP8E7OAZrl .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uP8E7OAZrl .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-uP8E7OAZrl .carousel-item.active.right,
.cid-uP8E7OAZrl .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uP8E7OAZrl .carousel-item.active.left,
.cid-uP8E7OAZrl .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uP8E7OAZrl .carousel-item.active,
.cid-uP8E7OAZrl .carousel-item.next.left,
.cid-uP8E7OAZrl .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-uP8E7OAZrl .mbr-slider .carousel-control {
  top: 50%;
  margin-top: -1.5rem;
  font-size: 35px;
  transition: all .3s;
  z-index: 11;
}
@media (max-width: 767px) {
  .cid-uP8E7OAZrl .mbr-slider .carousel-control {
    top: 20%;
  }
}
.cid-uP8E7OAZrl .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uP8E7OAZrl .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uP8E7OAZrl .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-uP8E7OAZrl .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uP8E7OAZrl .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 10px;
  width: 10px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-uP8E7OAZrl .mbr-slider .carousel-indicators li.active,
.cid-uP8E7OAZrl .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-uP8E7OAZrl .mbr-slider .carousel-indicators li::after,
.cid-uP8E7OAZrl .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-uP8E7OAZrl .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-uP8E7OAZrl .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-uP8E7OAZrl .mbr-slider > .container img {
  width: 100%;
}
.cid-uP8E7OAZrl .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uP8E7OAZrl .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-uP8E7OAZrl .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uP8E7OAZrl .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uP8E7OAZrl .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-uP8E7OAZrl .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-uP8E7OAZrl .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-uP8E7OAZrl .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-uP8E7OAZrl .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-uP8E7OAZrl .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uP8E7OAZrl .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-uP8E7OAZrl .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-uP8E7OAZrl .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-uP8E7OAZrl .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-uP8E7OAZrl .carousel-inner {
  height: 100%;
}
.cid-uP8E7OAZrl .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-uP8E7OAZrl .image_wrapper {
  height: 950px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-uP8E7OAZrl .image_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uP8E7OAZrl .carousel-item .container-slide {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uP8E7OAZrl .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uP8E7OAZrl .content-slider-wrap {
    width: 100%!important;
  }
  .cid-uP8E7OAZrl .image_wrapper {
    height: 570px;
  }
}
.cid-uP8E7OAZrl P {
  color: #dd2b1c;
}
.cid-uPOn1EvTia {
  padding-top: 2rem;
  padding-bottom: 4rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/celik-hadde-imalati-uretimi-prosteel-800x600.png");
}
.cid-uPOn1EvTia::before {
  content: '';
  position: absolute;
  right: -14%;
  bottom: 0;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(#dd2b1c -10%, transparent 95%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uPOn1EvTia::before {
    opacity: .4;
  }
}
.cid-uPOn1EvTia::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -20%;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #a7a4a3 -10%, transparent 95%);
}
@media (max-width: 992px) {
  .cid-uPOn1EvTia::after {
    opacity: .4;
  }
}
.cid-uPOn1EvTia .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPOn1EvTia .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPOn1EvTia .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uPOn1EvTia .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uPOn1EvTia .container {
    padding: 0 16px;
  }
}
.cid-uPOn1EvTia .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uPOn1EvTia .row .card {
  justify-content: flex-end;
}
.cid-uPOn1EvTia .title-wrapper {
  margin-bottom: 246px;
}
@media (max-width: 1200px) {
  .cid-uPOn1EvTia .title-wrapper {
    margin-bottom: 148px;
  }
}
@media (max-width: 992px) {
  .cid-uPOn1EvTia .title-wrapper {
    margin-bottom: 90px;
  }
}
.cid-uPOn1EvTia .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uPOn1EvTia .title-wrapper .mbr-section-title span {
  color: #dd2b1c;
}
.cid-uPOn1EvTia .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPOn1EvTia .text-wrapper .text_2 {
  margin-top: 32px;
}
.cid-uPOn1EvTia .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uPOn1EvTia .text-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uPOn1EvTia .text-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uPOn1EvTia .text-wrapper .mbr-section-btn .btn-success-outline,
.cid-uPOn1EvTia .text-wrapper .mbr-section-btn .btn-info-outline,
.cid-uPOn1EvTia .text-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uPOn1EvTia .text-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uPOn1EvTia .text-wrapper .mbr-section-btn .btn-black-outline,
.cid-uPOn1EvTia .text-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uPOn1EvTia .text-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uPOn1EvTia .text-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uPOn1EvTia .text-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uPOn1EvTia .text-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uPOn1EvTia .text-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uPOn1EvTia .text-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uPOn1EvTia .text-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uPOn1EvTia .text-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uPOn1EvTia .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uPOn1EvTia .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uPOn1EvTia .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uPOn1EvTia .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uPOn1EvTia .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uPOn1EvTia .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uPOn1EvTia .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uPOn1EvTia .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uPOn1EvTia .text-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uPOn1EvTia .text-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uPOn1EvTia .text-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uPOn1EvTia .text-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uPOn1EvTia .text-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uPOn1EvTia .text-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uPOn1EvTia .text-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-uPOn1EvTia .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uPOn1EvTia .text-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uPOn1EvTia .text-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uPOn1EvTia .text-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uPOn1EvTia .text-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uPOn1EvTia .text-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uPOn1EvTia .text-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uPOn1EvTia .text-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uPOn1EvTia .text-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uPOn1EvTia .text-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uPOn1EvTia .text-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uPOn1EvTia .text-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uPOn1EvTia .text-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uPOn1EvTia .text-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uPOn1EvTia .text-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uPOn1EvTia .text-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uPOn1EvTia .text-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uPOn1EvTia .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uPOn1EvTia .text-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #dd2b1c !important;
}
.cid-uPOn1EvTia .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uPOn1EvTia .text-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #ffffff !important;
}
.cid-uPOn1EvTia .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uPOn1EvTia .text-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #3a341c !important;
}
.cid-uPOn1EvTia .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uPOn1EvTia .text-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #320707 !important;
}
.cid-uPOn1EvTia .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uPOn1EvTia .text-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #a0e2e1 !important;
}
.cid-uPOn1EvTia .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uPOn1EvTia .text-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #ffea64 !important;
}
.cid-uPOn1EvTia .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uPOn1EvTia .text-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uPOn1EvTia .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uPOn1EvTia .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uPOn1EvTia .mbr-section-title {
  color: #000000;
}
.cid-uPOn1EvTia .mbr-text {
  color: #000000;
}
.cid-uPOmL50w8N {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uPOmL50w8N .mbr-link {
  opacity: 0;
  color: #ffffff;
  transition: all 0.3s;
  text-align: center;
}
.cid-uPOmL50w8N .item-wrapper {
  overflow: hidden;
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  border-radius: 30px;
  flex-flow: column nowrap;
  padding: 2rem;
}
.cid-uPOmL50w8N .item-wrapper:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  z-index: 1;
  width: 100%;
  pointer-events: none;
  height: 100%;
  background: black;
  transition: all 0.3s;
  opacity: 0.3;
}
.cid-uPOmL50w8N .item-wrapper:hover .item-content,
.cid-uPOmL50w8N .item-wrapper:focus-within .item-content {
  opacity: 1;
  transform: translateY(0px);
}
.cid-uPOmL50w8N .item-wrapper:hover .mbr-link,
.cid-uPOmL50w8N .item-wrapper:focus-within .mbr-link {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uPOmL50w8N .item-wrapper .item-content {
    opacity: 1;
    transform: translateY(0px);
  }
  .cid-uPOmL50w8N .item-wrapper .item-img {
    transform: scale(1.1);
  }
  .cid-uPOmL50w8N .item-wrapper:before {
    opacity: 0.5;
  }
  .cid-uPOmL50w8N .item-wrapper .mbr-link {
    opacity: 1;
  }
}
.cid-uPOmL50w8N .item-img {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
  height: 100%;
  width: 100%;
  z-index: 0;
}
.cid-uPOmL50w8N .item-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-uPOmL50w8N .item-content {
  z-index: 3;
  opacity: 1;
  transition: all 0.3s;
  position: relative;
  transform: translateY(50px);
}
.cid-uPOmL50w8N .item:focus,
.cid-uPOmL50w8N span:focus {
  outline: none;
}
.cid-uPOmL50w8N .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uPOmL50w8N .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uPOmL50w8N .mbr-section-title {
  color: #dd2b1c;
  text-align: center;
}
.cid-uPOmL50w8N .mbr-text,
.cid-uPOmL50w8N .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uPOmL50w8N .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uPOp2BN4G9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/yapi-proje-gelistirme-prosteel2047-1000x750.jpg");
}
.cid-uPOp2BN4G9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPOp2BN4G9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPOp2BN4G9 .row {
  justify-content: center;
}
.cid-uPOp2BN4G9 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uPOp2BN4G9 .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uPOp2BN4G9 .container {
    padding: 0 15px;
  }
}
.cid-uPOp2BN4G9 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uPOp2BN4G9 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uPOp2BN4G9 .content-wrapper {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uPOp2BN4G9 .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uPOp2BN4G9 .content-wrapper .panel-group .card {
  border: none;
  border-radius: 0;
  padding-left: 15px;
  position: relative;
}
.cid-uPOp2BN4G9 .content-wrapper .panel-group .card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, #ffffff 0, #ffffff 50%, transparent 100%);
  opacity: .2;
}
.cid-uPOp2BN4G9 .content-wrapper .panel-group .card .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
}
.cid-uPOp2BN4G9 .content-wrapper .panel-group .card .card-header .panel-title {
  display: inline-flex;
  align-items: center;
}
.cid-uPOp2BN4G9 .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  color: #ffffff;
}
.cid-uPOp2BN4G9 .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #ffffff;
}
.cid-uPOp2BN4G9 .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uPOp2BN4G9 .content-wrapper .panel-group .card .card-header .panel-title .mbr-iconfont {
  width: 22px;
  height: 22px;
  min-width: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #d2d2df;
  margin-right: 15px;
  transition: all 0.3s ease-in-out;
}
.cid-uPOp2BN4G9 .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 38px;
}
.cid-uPOp2BN4G9 .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  line-height: 1.4;
  margin-bottom: 0;
}
.cid-uPOp2BN4G9 .content-wrapper .panel-group .card .panel-collapse .panel-body .mbr-section-btn {
  margin-top: 30px;
}
.cid-uPOp2BN4G9 .content-wrapper .panel-group .card .panel-collapse .panel-body .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPOp2BN4G9 .image-wrapper {
  position: relative;
  margin-left: 21px;
  min-height: 320px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uPOp2BN4G9 .image-wrapper {
    margin: 0;
  }
}
.cid-uPOp2BN4G9 .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid #dd2b1c;
  z-index: 1;
}
.cid-uPOp2BN4G9 .image-wrapper::before {
  content: '';
  position: absolute;
  height: 110%;
  width: 125%;
  border-radius: 100%;
  background-color: #284177;
  filter: blur(80px);
  pointer-events: none;
}
.cid-uPOp2BN4G9 .image-wrapper .mbr-image-text {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-uPOp2BN4G9 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uPOp2BN4G9 .panel-title {
  color: #d2d2df;
}
.cid-uPOp2BN4G9 .panel-text {
  color: #d2d2df;
}
.cid-uPOp2BN4G9 .mbr-image-text {
  color: #ffffff;
  text-align: center;
}
.cid-uPOp2BN4G9 .panel-title-edit,
.cid-uPOp2BN4G9 .card-header {
  color: #ffffff;
}
.cid-uPOp2BN4G9 .panel-text,
.cid-uPOp2BN4G9 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uPOp2XN6rT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/yapi-proje-gelistirme-prosteel2047-1000x750.jpg");
}
.cid-uPOp2XN6rT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPOp2XN6rT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPOp2XN6rT .row {
  justify-content: center;
}
.cid-uPOp2XN6rT .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uPOp2XN6rT .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uPOp2XN6rT .container {
    padding: 0 15px;
  }
}
.cid-uPOp2XN6rT .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uPOp2XN6rT .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uPOp2XN6rT .content-wrapper {
  padding-right: 21px;
  padding-right: 0;
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uPOp2XN6rT .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uPOp2XN6rT .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uPOp2XN6rT .content-wrapper .panel-group .card {
  border: none;
  border-radius: 0;
  padding-left: 15px;
  position: relative;
}
.cid-uPOp2XN6rT .content-wrapper .panel-group .card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, #ffffff 0, #ffffff 50%, transparent 100%);
  opacity: .2;
}
.cid-uPOp2XN6rT .content-wrapper .panel-group .card .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
}
.cid-uPOp2XN6rT .content-wrapper .panel-group .card .card-header .panel-title {
  display: inline-flex;
  align-items: center;
}
.cid-uPOp2XN6rT .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  color: #ffffff;
}
.cid-uPOp2XN6rT .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #ffffff;
}
.cid-uPOp2XN6rT .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uPOp2XN6rT .content-wrapper .panel-group .card .card-header .panel-title .mbr-iconfont {
  width: 22px;
  height: 22px;
  min-width: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #d2d2df;
  margin-right: 15px;
  transition: all 0.3s ease-in-out;
}
.cid-uPOp2XN6rT .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 38px;
}
.cid-uPOp2XN6rT .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  line-height: 1.4;
  margin-bottom: 0;
}
.cid-uPOp2XN6rT .content-wrapper .panel-group .card .panel-collapse .panel-body .mbr-section-btn {
  margin-top: 30px;
}
.cid-uPOp2XN6rT .content-wrapper .panel-group .card .panel-collapse .panel-body .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPOp2XN6rT .image-wrapper {
  position: relative;
  margin-left: 21px;
  min-height: 320px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-left: 0;
  margin-right: 21px;
}
@media (max-width: 992px) {
  .cid-uPOp2XN6rT .image-wrapper {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-uPOp2XN6rT .image-wrapper {
    margin: 0;
  }
}
.cid-uPOp2XN6rT .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid #dd2b1c;
  z-index: 1;
}
.cid-uPOp2XN6rT .image-wrapper::before {
  content: '';
  position: absolute;
  height: 110%;
  width: 125%;
  border-radius: 100%;
  background-color: #284177;
  filter: blur(80px);
  pointer-events: none;
}
.cid-uPOp2XN6rT .image-wrapper .mbr-image-text {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-uPOp2XN6rT .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uPOp2XN6rT .panel-title {
  color: #d2d2df;
}
.cid-uPOp2XN6rT .panel-text {
  color: #d2d2df;
}
.cid-uPOp2XN6rT .mbr-image-text {
  color: #ffffff;
  text-align: center;
}
.cid-uPOp2XN6rT .panel-title-edit,
.cid-uPOp2XN6rT .card-header {
  color: #ffffff;
}
.cid-uPOp2XN6rT .panel-text,
.cid-uPOp2XN6rT .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uJ6n2LjNXR {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/yapi-proje-gelistirme-prosteel2032-1000x749.jpg");
}
.cid-uJ6n2LjNXR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ6n2LjNXR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ6n2LjNXR .row {
  margin: 0 -8px;
}
.cid-uJ6n2LjNXR .row .card {
  padding: 0 8px;
}
.cid-uJ6n2LjNXR .card-wrapper {
  position: relative;
  padding: 75px 64px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uJ6n2LjNXR .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uJ6n2LjNXR .card-wrapper {
    padding: 24px;
  }
}
.cid-uJ6n2LjNXR .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
}
.cid-uJ6n2LjNXR .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #dd2b1c;
  opacity: .6;
}
.cid-uJ6n2LjNXR .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uJ6n2LjNXR .card-wrapper .card-wrap .mbr-label {
  margin-bottom: 24px;
}
.cid-uJ6n2LjNXR .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uJ6n2LjNXR .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uJ6n2LjNXR .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uJ6n2LjNXR .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uJ6n2LjNXR .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJ6n2LjNXR .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uJ6n2LjNXR .mbr-label {
  color: #63635d;
  text-align: center;
}
.cid-uJ6n2LjNXR .mbr-text,
.cid-uJ6n2LjNXR .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uJ6n2LjNXR .mbr-section-title,
.cid-uJ6n2LjNXR .mbr-section-btn {
  color: #ffffff;
}
.cid-tT2vq2U2MS {
  display: flex;
  padding-top: 0px;
  padding-bottom: 45px;
  background: linear-gradient(to bottom, #dd2b1c, #dd2b1c);
}
.cid-tT2vq2U2MS .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-tT2vq2U2MS .mbr-text,
.cid-tT2vq2U2MS .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-tT2vq2U2MS .mbr-section-title,
.cid-tT2vq2U2MS .line {
  color: #232323;
}
.cid-tT2vq2U2MS .google-map {
  height: 40rem;
  filter: grayscale(1);
  position: relative;
  border-radius: 2rem;
}
.cid-tT2vq2U2MS .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-tT2vq2U2MS .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tT2vq2U2MS .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tT2vq2U2MS .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tT2vq2U2MS h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-tT2vq2U2MS h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-tT2vq2U2MS .mbr-section-subtitle,
.cid-tT2vq2U2MS .align {
  text-align: left;
  color: #232323;
}
.cid-uJhRp5vOjI {
  display: flex;
  padding-top: 75px;
  padding-bottom: 30px;
  background: linear-gradient(to bottom, #dd2b1c, #232323);
}
@media (min-width: 768px) {
  .cid-uJhRp5vOjI {
    align-items: flex-start;
  }
  .cid-uJhRp5vOjI .row {
    justify-content: flex-start;
  }
}
.cid-uJhRp5vOjI .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uJhRp5vOjI .mbr-text,
.cid-uJhRp5vOjI .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uJhRp5vOjI .mbr-section-title,
.cid-uJhRp5vOjI .line {
  color: #ffffff;
  text-align: center;
}
.cid-uJhRp5vOjI h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uJhRp5vOjI h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uJhRp5vOjI .mbr-section-subtitle,
.cid-uJhRp5vOjI .align {
  text-align: left;
  color: #232323;
}
.cid-uJhKIaLS3m {
  padding-top: 2rem;
  padding-bottom: 0rem;
  border-bottom: 2px solid #ffffff;
  background-image: url("../../../assets/images/yapi-proje-gelistirme-prosteel2010-1000x679.jpg");
}
.cid-uJhKIaLS3m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJhKIaLS3m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJhKIaLS3m .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uJhKIaLS3m .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uJhKIaLS3m .content-wrapper {
    padding: 0;
  }
}
.cid-uJhKIaLS3m .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJhKIaLS3m .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uJhKIaLS3m .mbr-section-title,
.cid-uJhKIaLS3m .title-wrapper {
  color: #ffffff;
}
.cid-uJhKIaLS3m .mbr-section-title,
.cid-uJhKIaLS3m .mbr-section-btn,
.cid-uJhKIaLS3m .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uPku6nFpfO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPku6nFpfO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPku6nFpfO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPku6nFpfO .container {
  max-width: 1472px;
}
.cid-uPku6nFpfO .footer-main-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-radius: 2.08rem;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-uPku6nFpfO .col-brand {
  width: 100%;
  padding: 2.5rem;
}
@media (max-width: 991px) {
  .cid-uPku6nFpfO .col-brand {
    padding: 24px;
  }
}
.cid-uPku6nFpfO .navbar-brand {
  display: flex;
  flex-basis: auto;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  white-space: normal;
  flex-shrink: 0;
  align-items: center;
  padding: 0;
  z-index: 1;
  margin-right: auto;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uPku6nFpfO .navbar-brand:hover {
  transform: scale(1.1);
}
.cid-uPku6nFpfO .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uPku6nFpfO .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uPku6nFpfO .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uPku6nFpfO .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uPku6nFpfO .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uPku6nFpfO .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uPku6nFpfO .links-container {
  width: 100%;
  padding: 2.5rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 8.8%;
}
@media (max-width: 991px) {
  .cid-uPku6nFpfO .links-container {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 17.6%;
    row-gap: 6.67rem;
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uPku6nFpfO .links-container {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1.2rem;
    row-gap: 1.2rem;
  }
}
.cid-uPku6nFpfO .mbr-section-subtitle {
  color: #13287d;
  margin-bottom: 12px;
}
.cid-uPku6nFpfO .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #232323;
}
.cid-uPku6nFpfO .list li {
  width: 100%;
  color: inherit !important;
  margin: 6px 0;
}
.cid-uPku6nFpfO .list li:hover {
  color: #dd2b1c !important;
}
.cid-uPku6nFpfO .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uPku6nFpfO .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uPku6nFpfO .copyright-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid rgba(255, 255, 255, 0.01);
  padding: 32px 0 24px;
}
@media (max-width: 767px) {
  .cid-uPku6nFpfO .copyright-container {
    padding: 24px 0 16px;
    flex-wrap: wrap;
  }
}
.cid-uPku6nFpfO .copyright {
  color: #232323;
  max-width: 45%;
}
@media (max-width: 767px) {
  .cid-uPku6nFpfO .copyright {
    max-width: 100%;
    width: 100%;
  }
}
.cid-uPku6nFpfO .social-row {
  width: auto;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  max-width: 45%;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uPku6nFpfO .social-row {
    max-width: 100%;
    width: 100%;
    justify-content: flex-start;
  }
}
.cid-uPku6nFpfO .mbr-iconfont {
  font-size: 22px;
  color: #ae5eff;
}
.cid-uPku6nFpfO .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.01);
  margin-left: 4px;
  margin-bottom: 4px;
  padding: 12px;
  min-height: 70px;
  min-width: 70px;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-uPku6nFpfO .soc-item {
    margin-left: 0;
    margin-right: 4px;
    margin-bottom: 0;
    margin-top: 4px;
    padding: 10px;
    min-height: 50px;
    min-width: 50px;
  }
}
.cid-uPku6nFpfO .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPku6nFpfO .soc-item a:hover {
  text-decoration-line: none !important;
}
.cid-uPku6nFpfO .soc-item:hover {
  transform: scale(0.95);
}
.cid-uPku6nFpfO .soc-item:hover .mbr-iconfont {
  color: #FFDD65 !important;
}
.cid-uPI61l2wpM .navbar {
  padding: 0.5rem 0;
  background: #9c98cf;
  transition: none;
  min-height: 50px;
}
.cid-uPI61l2wpM .navbar-fixed-top {
  padding-top: 0;
}
.cid-uPI61l2wpM .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-uPI61l2wpM .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #5a67a1;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-uPI61l2wpM .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-uPI61l2wpM .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uPI61l2wpM .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uPI61l2wpM .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uPI61l2wpM .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-uPI61l2wpM .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uPI61l2wpM .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uPI61l2wpM .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uPI61l2wpM .menu-content-top {
  background: #dd2b1c;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uPI61l2wpM .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-uPI61l2wpM .dropdown-item:hover {
  color: #d2d2df !important;
}
.cid-uPI61l2wpM .nav-link,
.cid-uPI61l2wpM .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-uPI61l2wpM .nav-link:hover,
.cid-uPI61l2wpM .brand-name:hover {
  color: #d2d2df !important;
}
.cid-uPI61l2wpM .dropdown-menu {
  background-color: #5a67a1;
}
.cid-uPI61l2wpM .dropdown-item:active {
  background-color: #5a67a1;
}
.cid-uPI61l2wpM .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-uPI61l2wpM .navbar-dropdown.bg-color.transparent.opened {
  background: #9c98cf;
}
.cid-uPI61l2wpM .nav-item {
  position: relative;
}
.cid-uPI61l2wpM .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uPI61l2wpM .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-uPI61l2wpM .nav-item .nav-link:focus {
  outline: none;
}
.cid-uPI61l2wpM .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPI61l2wpM .content-text {
  margin-bottom: 0;
}
.cid-uPI61l2wpM .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uPI61l2wpM .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #dd2b1c;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uPI61l2wpM .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uPI61l2wpM .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uPI61l2wpM .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uPI61l2wpM .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPI61l2wpM .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uPI61l2wpM .content-right-side {
  text-align: center;
}
.cid-uPI61l2wpM .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uPI61l2wpM .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uPI61l2wpM .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uPI61l2wpM .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-uPI61l2wpM .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uPI61l2wpM .info-widget:first-child {
  margin-left: 0;
}
.cid-uPI61l2wpM .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-uPI61l2wpM .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uPI61l2wpM .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uPI61l2wpM .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uPI61l2wpM .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-uPI61l2wpM .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uPI61l2wpM .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #5a67a1;
}
@media (min-width: 992px) {
  .cid-uPI61l2wpM .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-uPI61l2wpM .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #d2d2df;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-uPI61l2wpM .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-uPI61l2wpM .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uPI61l2wpM .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-uPI61l2wpM .navbar {
    display: block;
    padding: 0;
  }
  .cid-uPI61l2wpM .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-uPI61l2wpM .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uPI61l2wpM .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uPI61l2wpM .navbar-toggler {
    display: none;
  }
  .cid-uPI61l2wpM .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-uPI61l2wpM .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uPI61l2wpM .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-uPI61l2wpM .btn-sm {
  padding: 13px 29px;
}
.cid-uPI61l2wpM .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uPI61l2wpM .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-uPI61l2wpM .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-uPI61l2wpM .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uPI61l2wpM .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uPI61l2wpM .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uPI61l2wpM .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uPI61l2wpM .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uPI61l2wpM .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uPI61l2wpM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPI61l2wpM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPI61l2wpM .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uPI61l2wpM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uPI61l2wpM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPI61l2wpM .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uPI61l2wpM .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPI61l2wpM .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uPI61l2wpM .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-uPI61l2wpM .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uPI61l2wpM .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uPI61l2wpM .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uPI61l2wpM button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-uPI61l2wpM button.navbar-toggler:focus {
  outline: none;
}
.cid-uPI61l2wpM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uPI61l2wpM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPI61l2wpM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPI61l2wpM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPI61l2wpM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPI61l2wpM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPI61l2wpM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPI61l2wpM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPI61l2wpM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPI61l2wpM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPI61l2wpM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPI61l2wpM .collapsed .btn {
  display: flex;
}
.cid-uPI61l2wpM .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uPI61l2wpM .collapsed .navbar-collapse.collapsing,
.cid-uPI61l2wpM .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uPI61l2wpM .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uPI61l2wpM .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uPI61l2wpM .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uPI61l2wpM .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uPI61l2wpM .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uPI61l2wpM .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uPI61l2wpM .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uPI61l2wpM .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uPI61l2wpM .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uPI61l2wpM .collapsed button.navbar-toggler {
  display: block;
}
.cid-uPI61l2wpM .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uPI61l2wpM .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uPI61l2wpM .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uPI61l2wpM .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uPI61l2wpM .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uPI61l2wpM .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uPI61l2wpM .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uPI61l2wpM .menu-content-top {
    display: flex;
  }
  .cid-uPI61l2wpM .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-uPI61l2wpM .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-uPI61l2wpM .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-uPI61l2wpM .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-uPI61l2wpM .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-uPI61l2wpM .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-uPI61l2wpM .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-uPI61l2wpM .navbar-collapse.collapsing,
  .cid-uPI61l2wpM .navbar-collapse.show {
    display: block !important;
  }
  .cid-uPI61l2wpM .navbar-collapse.collapsing .navbar-nav,
  .cid-uPI61l2wpM .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uPI61l2wpM .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uPI61l2wpM .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uPI61l2wpM .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-uPI61l2wpM .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #dd2b1c;
  }
  .cid-uPI61l2wpM .navbar-collapse.collapsing .navbar-buttons,
  .cid-uPI61l2wpM .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uPI61l2wpM .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uPI61l2wpM .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uPI61l2wpM img {
    height: 3.8rem !important;
  }
  .cid-uPI61l2wpM .btn {
    display: flex;
  }
  .cid-uPI61l2wpM button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-uPI61l2wpM .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-uPI61l2wpM .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uPI61l2wpM .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uPI61l2wpM .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uPI61l2wpM .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uPI61l2wpM .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uPI61l2wpM .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uPI61l2wpM .nav-link:focus {
  outline: none;
}
.cid-uPI61l2wpM .navbar-toggler {
  position: relative;
}
.cid-uPI61l2wpM .widget-title,
.cid-uPI61l2wpM .widget-icon {
  color: #e9e9e9;
}
.cid-uPI61l2wpM .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-uPI61l2wpM .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-uPI61l2wpM .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-uPI61l2wpM .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-uPI61l2wpM .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-uPI61l2wpM .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-uPI61l2wpM .menu-content-top,
  .cid-uPI61l2wpM .menu-bottom {
    padding: 0 15px;
  }
  .cid-uPI61l2wpM button.navbar-toggler {
    align-self: center;
  }
  .cid-uPI61l2wpM .btn {
    margin-left: 0;
  }
  .cid-uPI61l2wpM .widget-icon {
    padding-right: 0;
  }
}
.cid-uPI61l2wpM .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-uPI61l2wpM .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #5a67a1;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-uPI61l2wpM .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-uPI61l2wpM .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #d2d2df;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-uPI61l2wpM .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-uPI61lth2w {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(to bottom, #163300, #dd2b1c);
}
@media (min-width: 768px) {
  .cid-uPI61lth2w {
    align-items: flex-start;
  }
  .cid-uPI61lth2w .row {
    justify-content: flex-start;
  }
}
.cid-uPI61lth2w .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uPI61lth2w .mbr-text,
.cid-uPI61lth2w .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uPI61lth2w .mbr-section-title,
.cid-uPI61lth2w .line {
  color: #232323;
}
.cid-uPI61lth2w h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uPI61lth2w h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uPI61lth2w .mbr-section-subtitle,
.cid-uPI61lth2w .align {
  text-align: left;
  color: #232323;
}
.cid-uPO3V1fV6l {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #254b45;
}
.cid-uPO3V1fV6l .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uPO3V1fV6l .modal-body .close {
  background: #1b1b1b;
}
.cid-uPO3V1fV6l .modal-body .close span {
  font-style: normal;
}
@media (min-width: 992px) {
  .cid-uPO3V1fV6l .align-center {
    text-align: left;
    max-width: 850px;
  }
  .cid-uPO3V1fV6l .carousel-caption {
    justify-content: flex-start !important;
    padding-left: 5rem;
  }
}
.cid-uPO3V1fV6l .mbr-slider .carousel-control {
  background: black!important;
  border-radius: 6px;
  height: 100px;
  width: 50px;
}
.cid-uPO3V1fV6l .mbri-right:before {
  content: "\e909";
  color: white;
}
.cid-uPO3V1fV6l .mbri-left:before {
  content: "\e90a";
  color: white;
}
.cid-uPO3V1fV6l .container {
  max-width: 100%;
  padding: 0;
}
.cid-uPO3V1fV6l .content-slider-wrap {
  width: 100%;
}
.cid-uPO3V1fV6l .carousel-inner > .active,
.cid-uPO3V1fV6l .carousel-inner > .next,
.cid-uPO3V1fV6l .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-uPO3V1fV6l .carousel-control .icon-next,
.cid-uPO3V1fV6l .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uPO3V1fV6l .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uPO3V1fV6l .mbr-iconfont {
  color: black;
  font-size: 2rem!important;
  font-family: 'Moririse2' !important;
  font-weight: 600;
}
.cid-uPO3V1fV6l .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-uPO3V1fV6l .boxed-slider > div {
  position: relative;
}
.cid-uPO3V1fV6l .container img {
  width: 100%;
}
.cid-uPO3V1fV6l .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-uPO3V1fV6l .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uPO3V1fV6l .mbr-table-cell {
  padding: 0;
}
.cid-uPO3V1fV6l .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uPO3V1fV6l .carousel-caption {
  top: auto;
  right: 0;
  bottom: 2rem;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uPO3V1fV6l .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uPO3V1fV6l .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-uPO3V1fV6l .carousel-item.active.right,
.cid-uPO3V1fV6l .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uPO3V1fV6l .carousel-item.active.left,
.cid-uPO3V1fV6l .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uPO3V1fV6l .carousel-item.active,
.cid-uPO3V1fV6l .carousel-item.next.left,
.cid-uPO3V1fV6l .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-uPO3V1fV6l .mbr-slider .carousel-control {
  top: 50%;
  margin-top: -1.5rem;
  font-size: 35px;
  transition: all .3s;
  z-index: 11;
}
@media (max-width: 767px) {
  .cid-uPO3V1fV6l .mbr-slider .carousel-control {
    top: 20%;
  }
}
.cid-uPO3V1fV6l .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uPO3V1fV6l .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uPO3V1fV6l .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-uPO3V1fV6l .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uPO3V1fV6l .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 10px;
  width: 10px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-uPO3V1fV6l .mbr-slider .carousel-indicators li.active,
.cid-uPO3V1fV6l .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-uPO3V1fV6l .mbr-slider .carousel-indicators li::after,
.cid-uPO3V1fV6l .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-uPO3V1fV6l .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-uPO3V1fV6l .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-uPO3V1fV6l .mbr-slider > .container img {
  width: 100%;
}
.cid-uPO3V1fV6l .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uPO3V1fV6l .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-uPO3V1fV6l .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uPO3V1fV6l .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uPO3V1fV6l .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-uPO3V1fV6l .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-uPO3V1fV6l .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-uPO3V1fV6l .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-uPO3V1fV6l .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-uPO3V1fV6l .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uPO3V1fV6l .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-uPO3V1fV6l .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-uPO3V1fV6l .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-uPO3V1fV6l .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-uPO3V1fV6l .carousel-inner {
  height: 100%;
}
.cid-uPO3V1fV6l .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-uPO3V1fV6l .image_wrapper {
  height: 950px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-uPO3V1fV6l .image_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uPO3V1fV6l .carousel-item .container-slide {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uPO3V1fV6l .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uPO3V1fV6l .content-slider-wrap {
    width: 100%!important;
  }
  .cid-uPO3V1fV6l .image_wrapper {
    height: 570px;
  }
}
.cid-uPO3V1fV6l P {
  color: #dd2b1c;
}
.cid-uPI61mXezH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff1e2;
}
.cid-uPI61mXezH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPI61mXezH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPI61mXezH .content-wrapper {
  display: flex;
  position: relative;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-uPI61mXezH .content-wrapper {
    padding: 30px 20px;
  }
}
.cid-uPI61mXezH .content-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uPI61mXezH .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uPI61mXezH .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: linear-gradient(0.251turn, #f8e7d2 37%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-uPI61mXezH .content-wrapper .content-wrap {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uPI61mXezH .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uPI61mXezH .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #fff1e2;
  padding: 8px 16px;
  margin-bottom: 32px;
}
.cid-uPI61mXezH .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uPI61mXezH .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uPI61mXezH .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 64px;
}
.cid-uPI61mXezH .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPI61mXezH .mbr-section-title {
  color: #404349;
}
.cid-uPI61mXezH .mbr-text {
  color: #404349;
}
.cid-uPI61mXezH .mbr-desc {
  color: #b19a7c;
}
.cid-uPI61mXezH .mbr-desc,
.cid-uPI61mXezH .desc-wrapper {
  color: #212529;
}
.cid-uPI61nTLQB {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #dd2b1c, #232323);
}
@media (min-width: 768px) {
  .cid-uPI61nTLQB {
    align-items: flex-start;
  }
  .cid-uPI61nTLQB .row {
    justify-content: flex-start;
  }
}
.cid-uPI61nTLQB .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uPI61nTLQB .mbr-text,
.cid-uPI61nTLQB .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uPI61nTLQB .mbr-section-title,
.cid-uPI61nTLQB .line {
  color: #ffffff;
  text-align: center;
}
.cid-uPI61nTLQB h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uPI61nTLQB h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uPI61nTLQB .mbr-section-subtitle,
.cid-uPI61nTLQB .align {
  text-align: left;
  color: #232323;
}
.cid-uPI61m9Fzt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #fafafa;
}
.cid-uPI61m9Fzt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPI61m9Fzt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPI61m9Fzt .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uPI61m9Fzt .container-fluid {
    padding: 0 16px;
  }
}
.cid-uPI61m9Fzt .container {
  margin-right: 0;
}
@media (max-width: 992px) {
  .cid-uPI61m9Fzt .container {
    padding: 0 16px;
  }
}
.cid-uPI61m9Fzt .slider-wrap {
  padding-right: 0;
}
@media (max-width: 992px) {
  .cid-uPI61m9Fzt .slider-wrap {
    padding-right: 12px;
  }
}
.cid-uPI61m9Fzt .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 440px;
  max-width: 440px;
}
@media (max-width: 768px) {
  .cid-uPI61m9Fzt .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uPI61m9Fzt .embla__slide .card-wrap {
  width: 100%;
}
.cid-uPI61m9Fzt .embla__slide .card-wrap .item-wrapper .image-wrap {
  margin-bottom: 30px;
}
.cid-uPI61m9Fzt .embla__slide .card-wrap .item-wrapper .image-wrap img {
  height: 230px;
  object-fit: cover;
  border-radius: 16px;
}
.cid-uPI61m9Fzt .embla__slide .card-wrap .content-wrap .desc-wrap {
  margin-bottom: 20px;
}
.cid-uPI61m9Fzt .embla__slide .card-wrap .content-wrap .desc-wrap .mbr-desc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  border: 1px solid #000000;
  border-radius: 40px;
  margin-bottom: 0;
}
.cid-uPI61m9Fzt .embla__slide .card-wrap .content-wrap .card-title {
  margin-bottom: 14px;
}
.cid-uPI61m9Fzt .embla__slide .card-wrap .content-wrap .card-text {
  margin-bottom: 0;
}
.cid-uPI61m9Fzt .embla__button--next,
.cid-uPI61m9Fzt .embla__button--prev {
  display: flex;
}
.cid-uPI61m9Fzt .embla__button {
  bottom: -4.5rem;
  width: 56px;
  height: 56px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #320707;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uPI61m9Fzt .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uPI61m9Fzt .embla__button:hover {
  background: transparent;
  color: #ffffff;
}
.cid-uPI61m9Fzt .embla__button.embla__button--prev {
  left: 0;
}
.cid-uPI61m9Fzt .embla__button.embla__button--next {
  right: auto;
  left: 20%;
}
@media (max-width: 767px) {
  .cid-uPI61m9Fzt .embla__button {
    bottom: -4.5rem;
  }
}
.cid-uPI61m9Fzt .embla {
  position: relative;
  width: 100%;
}
.cid-uPI61m9Fzt .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uPI61m9Fzt .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uPI61m9Fzt .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uPI61m9Fzt .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uPI61m9Fzt .mbr-desc {
  color: #ffffff;
}
.cid-uPI61m9Fzt .card-title {
  color: #fb0000;
}
.cid-uPI61m9Fzt .card-text {
  color: #353535;
}
.cid-uPI61m9Fzt .mbr-desc,
.cid-uPI61m9Fzt .desc-wrap {
  color: #000000;
}
.cid-uPI61oufKr {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #232323, #dd2b1c);
}
@media (min-width: 768px) {
  .cid-uPI61oufKr {
    align-items: flex-start;
  }
  .cid-uPI61oufKr .row {
    justify-content: flex-start;
  }
}
.cid-uPI61oufKr .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uPI61oufKr .mbr-text,
.cid-uPI61oufKr .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uPI61oufKr .mbr-section-title,
.cid-uPI61oufKr .line {
  color: #ffffff;
  text-align: center;
}
.cid-uPI61oufKr h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uPI61oufKr h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uPI61oufKr .mbr-section-subtitle,
.cid-uPI61oufKr .align {
  text-align: left;
  color: #232323;
}
.cid-uSfDdU4tdd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/yapi-proje-gelistirme-prosteel2047-1000x750.jpg");
}
.cid-uSfDdU4tdd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSfDdU4tdd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSfDdU4tdd .row {
  justify-content: center;
}
.cid-uSfDdU4tdd .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uSfDdU4tdd .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uSfDdU4tdd .container {
    padding: 0 15px;
  }
}
.cid-uSfDdU4tdd .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSfDdU4tdd .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uSfDdU4tdd .content-wrapper {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uSfDdU4tdd .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uSfDdU4tdd .content-wrapper .panel-group .card {
  border: none;
  border-radius: 0;
  padding-left: 15px;
  position: relative;
}
.cid-uSfDdU4tdd .content-wrapper .panel-group .card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, #ffffff 0, #ffffff 50%, transparent 100%);
  opacity: .2;
}
.cid-uSfDdU4tdd .content-wrapper .panel-group .card .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
}
.cid-uSfDdU4tdd .content-wrapper .panel-group .card .card-header .panel-title {
  display: inline-flex;
  align-items: center;
}
.cid-uSfDdU4tdd .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  color: #ffffff;
}
.cid-uSfDdU4tdd .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #ffffff;
}
.cid-uSfDdU4tdd .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uSfDdU4tdd .content-wrapper .panel-group .card .card-header .panel-title .mbr-iconfont {
  width: 22px;
  height: 22px;
  min-width: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #d2d2df;
  margin-right: 15px;
  transition: all 0.3s ease-in-out;
}
.cid-uSfDdU4tdd .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 38px;
}
.cid-uSfDdU4tdd .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  line-height: 1.4;
  margin-bottom: 0;
}
.cid-uSfDdU4tdd .content-wrapper .panel-group .card .panel-collapse .panel-body .mbr-section-btn {
  margin-top: 30px;
}
.cid-uSfDdU4tdd .content-wrapper .panel-group .card .panel-collapse .panel-body .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uSfDdU4tdd .image-wrapper {
  position: relative;
  margin-left: 21px;
  min-height: 320px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uSfDdU4tdd .image-wrapper {
    margin: 0;
  }
}
.cid-uSfDdU4tdd .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid #dd2b1c;
  z-index: 1;
}
.cid-uSfDdU4tdd .image-wrapper::before {
  content: '';
  position: absolute;
  height: 110%;
  width: 125%;
  border-radius: 100%;
  background-color: #284177;
  filter: blur(80px);
  pointer-events: none;
}
.cid-uSfDdU4tdd .image-wrapper .mbr-image-text {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-uSfDdU4tdd .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uSfDdU4tdd .panel-title {
  color: #d2d2df;
}
.cid-uSfDdU4tdd .panel-text {
  color: #d2d2df;
}
.cid-uSfDdU4tdd .mbr-image-text {
  color: #ffffff;
  text-align: center;
}
.cid-uSfDdU4tdd .panel-title-edit,
.cid-uSfDdU4tdd .card-header {
  color: #ffffff;
}
.cid-uSfDdU4tdd .panel-text,
.cid-uSfDdU4tdd .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uSfDesDW9W {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/yapi-proje-gelistirme-prosteel2047-1000x750.jpg");
}
.cid-uSfDesDW9W .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSfDesDW9W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSfDesDW9W .row {
  justify-content: center;
}
.cid-uSfDesDW9W .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uSfDesDW9W .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uSfDesDW9W .container {
    padding: 0 15px;
  }
}
.cid-uSfDesDW9W .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSfDesDW9W .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uSfDesDW9W .content-wrapper {
  padding-right: 21px;
  padding-right: 0;
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uSfDesDW9W .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uSfDesDW9W .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uSfDesDW9W .content-wrapper .panel-group .card {
  border: none;
  border-radius: 0;
  padding-left: 15px;
  position: relative;
}
.cid-uSfDesDW9W .content-wrapper .panel-group .card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, #ffffff 0, #ffffff 50%, transparent 100%);
  opacity: .2;
}
.cid-uSfDesDW9W .content-wrapper .panel-group .card .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
}
.cid-uSfDesDW9W .content-wrapper .panel-group .card .card-header .panel-title {
  display: inline-flex;
  align-items: center;
}
.cid-uSfDesDW9W .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  color: #ffffff;
}
.cid-uSfDesDW9W .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #ffffff;
}
.cid-uSfDesDW9W .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uSfDesDW9W .content-wrapper .panel-group .card .card-header .panel-title .mbr-iconfont {
  width: 22px;
  height: 22px;
  min-width: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #d2d2df;
  margin-right: 15px;
  transition: all 0.3s ease-in-out;
}
.cid-uSfDesDW9W .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 38px;
}
.cid-uSfDesDW9W .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  line-height: 1.4;
  margin-bottom: 0;
}
.cid-uSfDesDW9W .content-wrapper .panel-group .card .panel-collapse .panel-body .mbr-section-btn {
  margin-top: 30px;
}
.cid-uSfDesDW9W .content-wrapper .panel-group .card .panel-collapse .panel-body .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uSfDesDW9W .image-wrapper {
  position: relative;
  margin-left: 21px;
  min-height: 320px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-left: 0;
  margin-right: 21px;
}
@media (max-width: 992px) {
  .cid-uSfDesDW9W .image-wrapper {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-uSfDesDW9W .image-wrapper {
    margin: 0;
  }
}
.cid-uSfDesDW9W .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid #dd2b1c;
  z-index: 1;
}
.cid-uSfDesDW9W .image-wrapper::before {
  content: '';
  position: absolute;
  height: 110%;
  width: 125%;
  border-radius: 100%;
  background-color: #284177;
  filter: blur(80px);
  pointer-events: none;
}
.cid-uSfDesDW9W .image-wrapper .mbr-image-text {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-uSfDesDW9W .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uSfDesDW9W .panel-title {
  color: #d2d2df;
}
.cid-uSfDesDW9W .panel-text {
  color: #d2d2df;
}
.cid-uSfDesDW9W .mbr-image-text {
  color: #ffffff;
  text-align: center;
}
.cid-uSfDesDW9W .panel-title-edit,
.cid-uSfDesDW9W .card-header {
  color: #ffffff;
}
.cid-uSfDesDW9W .panel-text,
.cid-uSfDesDW9W .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uPI61p8Mwn {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/yapi-proje-gelistirme-prosteel2032-1000x749.jpg");
}
.cid-uPI61p8Mwn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPI61p8Mwn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPI61p8Mwn .row {
  margin: 0 -8px;
}
.cid-uPI61p8Mwn .row .card {
  padding: 0 8px;
}
.cid-uPI61p8Mwn .card-wrapper {
  position: relative;
  padding: 75px 64px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uPI61p8Mwn .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uPI61p8Mwn .card-wrapper {
    padding: 24px;
  }
}
.cid-uPI61p8Mwn .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
}
.cid-uPI61p8Mwn .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #dd2b1c;
  opacity: .6;
}
.cid-uPI61p8Mwn .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uPI61p8Mwn .card-wrapper .card-wrap .mbr-label {
  margin-bottom: 24px;
}
.cid-uPI61p8Mwn .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uPI61p8Mwn .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uPI61p8Mwn .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uPI61p8Mwn .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uPI61p8Mwn .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPI61p8Mwn .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uPI61p8Mwn .mbr-label {
  color: #63635d;
  text-align: center;
}
.cid-uPI61p8Mwn .mbr-text,
.cid-uPI61p8Mwn .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uPI61p8Mwn .mbr-section-title,
.cid-uPI61p8Mwn .mbr-section-btn {
  color: #ffffff;
}
.cid-uPI61q3YMb {
  padding-top: 2rem;
  padding-bottom: 0rem;
  border-bottom: 2px solid #ffffff;
  background-image: url("../../../assets/images/yapi-proje-gelistirme-prosteel2010-1000x679.jpg");
}
.cid-uPI61q3YMb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPI61q3YMb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPI61q3YMb .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uPI61q3YMb .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uPI61q3YMb .content-wrapper {
    padding: 0;
  }
}
.cid-uPI61q3YMb .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uPI61q3YMb .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uPI61q3YMb .mbr-section-title,
.cid-uPI61q3YMb .title-wrapper {
  color: #ffffff;
}
.cid-uPI61q3YMb .mbr-section-title,
.cid-uPI61q3YMb .mbr-section-btn,
.cid-uPI61q3YMb .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uPI61qksMM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPI61qksMM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPI61qksMM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPI61qksMM .container {
  max-width: 1472px;
}
.cid-uPI61qksMM .footer-main-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-radius: 2.08rem;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-uPI61qksMM .col-brand {
  width: 100%;
  padding: 2.5rem;
}
@media (max-width: 991px) {
  .cid-uPI61qksMM .col-brand {
    padding: 24px;
  }
}
.cid-uPI61qksMM .navbar-brand {
  display: flex;
  flex-basis: auto;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  white-space: normal;
  flex-shrink: 0;
  align-items: center;
  padding: 0;
  z-index: 1;
  margin-right: auto;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uPI61qksMM .navbar-brand:hover {
  transform: scale(1.1);
}
.cid-uPI61qksMM .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uPI61qksMM .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uPI61qksMM .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uPI61qksMM .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uPI61qksMM .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uPI61qksMM .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uPI61qksMM .links-container {
  width: 100%;
  padding: 2.5rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 8.8%;
}
@media (max-width: 991px) {
  .cid-uPI61qksMM .links-container {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 17.6%;
    row-gap: 6.67rem;
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uPI61qksMM .links-container {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1.2rem;
    row-gap: 1.2rem;
  }
}
.cid-uPI61qksMM .mbr-section-subtitle {
  color: #13287d;
  margin-bottom: 12px;
}
.cid-uPI61qksMM .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #232323;
}
.cid-uPI61qksMM .list li {
  width: 100%;
  color: inherit !important;
  margin: 6px 0;
}
.cid-uPI61qksMM .list li:hover {
  color: #dd2b1c !important;
}
.cid-uPI61qksMM .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uPI61qksMM .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uPI61qksMM .copyright-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid rgba(255, 255, 255, 0.01);
  padding: 32px 0 24px;
}
@media (max-width: 767px) {
  .cid-uPI61qksMM .copyright-container {
    padding: 24px 0 16px;
    flex-wrap: wrap;
  }
}
.cid-uPI61qksMM .copyright {
  color: #232323;
  max-width: 45%;
}
@media (max-width: 767px) {
  .cid-uPI61qksMM .copyright {
    max-width: 100%;
    width: 100%;
  }
}
.cid-uPI61qksMM .social-row {
  width: auto;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  max-width: 45%;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uPI61qksMM .social-row {
    max-width: 100%;
    width: 100%;
    justify-content: flex-start;
  }
}
.cid-uPI61qksMM .mbr-iconfont {
  font-size: 22px;
  color: #ae5eff;
}
.cid-uPI61qksMM .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.01);
  margin-left: 4px;
  margin-bottom: 4px;
  padding: 12px;
  min-height: 70px;
  min-width: 70px;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-uPI61qksMM .soc-item {
    margin-left: 0;
    margin-right: 4px;
    margin-bottom: 0;
    margin-top: 4px;
    padding: 10px;
    min-height: 50px;
    min-width: 50px;
  }
}
.cid-uPI61qksMM .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPI61qksMM .soc-item a:hover {
  text-decoration-line: none !important;
}
.cid-uPI61qksMM .soc-item:hover {
  transform: scale(0.95);
}
.cid-uPI61qksMM .soc-item:hover .mbr-iconfont {
  color: #FFDD65 !important;
}
.cid-uPNgr5PKBP .navbar {
  padding: 0.5rem 0;
  background: #9c98cf;
  transition: none;
  min-height: 50px;
}
.cid-uPNgr5PKBP .navbar-fixed-top {
  padding-top: 0;
}
.cid-uPNgr5PKBP .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-uPNgr5PKBP .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #5a67a1;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-uPNgr5PKBP .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-uPNgr5PKBP .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uPNgr5PKBP .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uPNgr5PKBP .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uPNgr5PKBP .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-uPNgr5PKBP .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uPNgr5PKBP .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uPNgr5PKBP .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uPNgr5PKBP .menu-content-top {
  background: #dd2b1c;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uPNgr5PKBP .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-uPNgr5PKBP .dropdown-item:hover {
  color: #d2d2df !important;
}
.cid-uPNgr5PKBP .nav-link,
.cid-uPNgr5PKBP .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-uPNgr5PKBP .nav-link:hover,
.cid-uPNgr5PKBP .brand-name:hover {
  color: #d2d2df !important;
}
.cid-uPNgr5PKBP .dropdown-menu {
  background-color: #5a67a1;
}
.cid-uPNgr5PKBP .dropdown-item:active {
  background-color: #5a67a1;
}
.cid-uPNgr5PKBP .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-uPNgr5PKBP .navbar-dropdown.bg-color.transparent.opened {
  background: #9c98cf;
}
.cid-uPNgr5PKBP .nav-item {
  position: relative;
}
.cid-uPNgr5PKBP .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uPNgr5PKBP .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-uPNgr5PKBP .nav-item .nav-link:focus {
  outline: none;
}
.cid-uPNgr5PKBP .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPNgr5PKBP .content-text {
  margin-bottom: 0;
}
.cid-uPNgr5PKBP .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uPNgr5PKBP .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #dd2b1c;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uPNgr5PKBP .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uPNgr5PKBP .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uPNgr5PKBP .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uPNgr5PKBP .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPNgr5PKBP .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uPNgr5PKBP .content-right-side {
  text-align: center;
}
.cid-uPNgr5PKBP .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uPNgr5PKBP .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uPNgr5PKBP .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uPNgr5PKBP .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-uPNgr5PKBP .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uPNgr5PKBP .info-widget:first-child {
  margin-left: 0;
}
.cid-uPNgr5PKBP .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-uPNgr5PKBP .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uPNgr5PKBP .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uPNgr5PKBP .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uPNgr5PKBP .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-uPNgr5PKBP .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uPNgr5PKBP .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #5a67a1;
}
@media (min-width: 992px) {
  .cid-uPNgr5PKBP .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-uPNgr5PKBP .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #d2d2df;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-uPNgr5PKBP .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-uPNgr5PKBP .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uPNgr5PKBP .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-uPNgr5PKBP .navbar {
    display: block;
    padding: 0;
  }
  .cid-uPNgr5PKBP .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-uPNgr5PKBP .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uPNgr5PKBP .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uPNgr5PKBP .navbar-toggler {
    display: none;
  }
  .cid-uPNgr5PKBP .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-uPNgr5PKBP .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uPNgr5PKBP .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-uPNgr5PKBP .btn-sm {
  padding: 13px 29px;
}
.cid-uPNgr5PKBP .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uPNgr5PKBP .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-uPNgr5PKBP .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-uPNgr5PKBP .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uPNgr5PKBP .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uPNgr5PKBP .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uPNgr5PKBP .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uPNgr5PKBP .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uPNgr5PKBP .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uPNgr5PKBP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPNgr5PKBP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPNgr5PKBP .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uPNgr5PKBP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uPNgr5PKBP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPNgr5PKBP .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uPNgr5PKBP .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPNgr5PKBP .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uPNgr5PKBP .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-uPNgr5PKBP .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uPNgr5PKBP .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uPNgr5PKBP .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uPNgr5PKBP button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-uPNgr5PKBP button.navbar-toggler:focus {
  outline: none;
}
.cid-uPNgr5PKBP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uPNgr5PKBP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPNgr5PKBP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPNgr5PKBP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPNgr5PKBP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPNgr5PKBP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPNgr5PKBP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPNgr5PKBP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPNgr5PKBP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPNgr5PKBP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPNgr5PKBP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPNgr5PKBP .collapsed .btn {
  display: flex;
}
.cid-uPNgr5PKBP .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uPNgr5PKBP .collapsed .navbar-collapse.collapsing,
.cid-uPNgr5PKBP .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uPNgr5PKBP .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uPNgr5PKBP .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uPNgr5PKBP .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uPNgr5PKBP .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uPNgr5PKBP .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uPNgr5PKBP .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uPNgr5PKBP .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uPNgr5PKBP .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uPNgr5PKBP .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uPNgr5PKBP .collapsed button.navbar-toggler {
  display: block;
}
.cid-uPNgr5PKBP .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uPNgr5PKBP .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uPNgr5PKBP .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uPNgr5PKBP .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uPNgr5PKBP .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uPNgr5PKBP .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uPNgr5PKBP .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uPNgr5PKBP .menu-content-top {
    display: flex;
  }
  .cid-uPNgr5PKBP .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-uPNgr5PKBP .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-uPNgr5PKBP .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-uPNgr5PKBP .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-uPNgr5PKBP .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-uPNgr5PKBP .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-uPNgr5PKBP .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-uPNgr5PKBP .navbar-collapse.collapsing,
  .cid-uPNgr5PKBP .navbar-collapse.show {
    display: block !important;
  }
  .cid-uPNgr5PKBP .navbar-collapse.collapsing .navbar-nav,
  .cid-uPNgr5PKBP .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uPNgr5PKBP .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uPNgr5PKBP .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uPNgr5PKBP .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-uPNgr5PKBP .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #dd2b1c;
  }
  .cid-uPNgr5PKBP .navbar-collapse.collapsing .navbar-buttons,
  .cid-uPNgr5PKBP .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uPNgr5PKBP .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uPNgr5PKBP .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uPNgr5PKBP img {
    height: 3.8rem !important;
  }
  .cid-uPNgr5PKBP .btn {
    display: flex;
  }
  .cid-uPNgr5PKBP button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-uPNgr5PKBP .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-uPNgr5PKBP .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uPNgr5PKBP .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uPNgr5PKBP .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uPNgr5PKBP .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uPNgr5PKBP .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uPNgr5PKBP .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uPNgr5PKBP .nav-link:focus {
  outline: none;
}
.cid-uPNgr5PKBP .navbar-toggler {
  position: relative;
}
.cid-uPNgr5PKBP .widget-title,
.cid-uPNgr5PKBP .widget-icon {
  color: #e9e9e9;
}
.cid-uPNgr5PKBP .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-uPNgr5PKBP .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-uPNgr5PKBP .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-uPNgr5PKBP .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-uPNgr5PKBP .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-uPNgr5PKBP .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-uPNgr5PKBP .menu-content-top,
  .cid-uPNgr5PKBP .menu-bottom {
    padding: 0 15px;
  }
  .cid-uPNgr5PKBP button.navbar-toggler {
    align-self: center;
  }
  .cid-uPNgr5PKBP .btn {
    margin-left: 0;
  }
  .cid-uPNgr5PKBP .widget-icon {
    padding-right: 0;
  }
}
.cid-uPNgr5PKBP .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-uPNgr5PKBP .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #5a67a1;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-uPNgr5PKBP .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-uPNgr5PKBP .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #d2d2df;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-uPNgr5PKBP .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-uPNgr6ckUp {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(to bottom, #163300, #dd2b1c);
}
@media (min-width: 768px) {
  .cid-uPNgr6ckUp {
    align-items: flex-start;
  }
  .cid-uPNgr6ckUp .row {
    justify-content: flex-start;
  }
}
.cid-uPNgr6ckUp .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uPNgr6ckUp .mbr-text,
.cid-uPNgr6ckUp .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uPNgr6ckUp .mbr-section-title,
.cid-uPNgr6ckUp .line {
  color: #232323;
}
.cid-uPNgr6ckUp h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uPNgr6ckUp h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uPNgr6ckUp .mbr-section-subtitle,
.cid-uPNgr6ckUp .align {
  text-align: left;
  color: #232323;
}
.cid-uQnhCeAkrm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #254b45;
}
.cid-uQnhCeAkrm .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uQnhCeAkrm .modal-body .close {
  background: #1b1b1b;
}
.cid-uQnhCeAkrm .modal-body .close span {
  font-style: normal;
}
@media (min-width: 992px) {
  .cid-uQnhCeAkrm .align-center {
    text-align: left;
    max-width: 850px;
  }
  .cid-uQnhCeAkrm .carousel-caption {
    justify-content: flex-start !important;
    padding-left: 5rem;
  }
}
.cid-uQnhCeAkrm .mbr-slider .carousel-control {
  background: black!important;
  border-radius: 6px;
  height: 100px;
  width: 50px;
}
.cid-uQnhCeAkrm .mbri-right:before {
  content: "\e909";
  color: white;
}
.cid-uQnhCeAkrm .mbri-left:before {
  content: "\e90a";
  color: white;
}
.cid-uQnhCeAkrm .container {
  max-width: 100%;
  padding: 0;
}
.cid-uQnhCeAkrm .content-slider-wrap {
  width: 100%;
}
.cid-uQnhCeAkrm .carousel-inner > .active,
.cid-uQnhCeAkrm .carousel-inner > .next,
.cid-uQnhCeAkrm .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-uQnhCeAkrm .carousel-control .icon-next,
.cid-uQnhCeAkrm .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uQnhCeAkrm .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uQnhCeAkrm .mbr-iconfont {
  color: black;
  font-size: 2rem!important;
  font-family: 'Moririse2' !important;
  font-weight: 600;
}
.cid-uQnhCeAkrm .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-uQnhCeAkrm .boxed-slider > div {
  position: relative;
}
.cid-uQnhCeAkrm .container img {
  width: 100%;
}
.cid-uQnhCeAkrm .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-uQnhCeAkrm .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uQnhCeAkrm .mbr-table-cell {
  padding: 0;
}
.cid-uQnhCeAkrm .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uQnhCeAkrm .carousel-caption {
  top: auto;
  right: 0;
  bottom: 2rem;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uQnhCeAkrm .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uQnhCeAkrm .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-uQnhCeAkrm .carousel-item.active.right,
.cid-uQnhCeAkrm .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uQnhCeAkrm .carousel-item.active.left,
.cid-uQnhCeAkrm .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uQnhCeAkrm .carousel-item.active,
.cid-uQnhCeAkrm .carousel-item.next.left,
.cid-uQnhCeAkrm .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-uQnhCeAkrm .mbr-slider .carousel-control {
  top: 50%;
  margin-top: -1.5rem;
  font-size: 35px;
  transition: all .3s;
  z-index: 11;
}
@media (max-width: 767px) {
  .cid-uQnhCeAkrm .mbr-slider .carousel-control {
    top: 20%;
  }
}
.cid-uQnhCeAkrm .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQnhCeAkrm .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uQnhCeAkrm .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-uQnhCeAkrm .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uQnhCeAkrm .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 10px;
  width: 10px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-uQnhCeAkrm .mbr-slider .carousel-indicators li.active,
.cid-uQnhCeAkrm .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-uQnhCeAkrm .mbr-slider .carousel-indicators li::after,
.cid-uQnhCeAkrm .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-uQnhCeAkrm .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-uQnhCeAkrm .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-uQnhCeAkrm .mbr-slider > .container img {
  width: 100%;
}
.cid-uQnhCeAkrm .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uQnhCeAkrm .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-uQnhCeAkrm .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uQnhCeAkrm .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uQnhCeAkrm .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-uQnhCeAkrm .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-uQnhCeAkrm .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-uQnhCeAkrm .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-uQnhCeAkrm .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-uQnhCeAkrm .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uQnhCeAkrm .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-uQnhCeAkrm .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-uQnhCeAkrm .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-uQnhCeAkrm .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-uQnhCeAkrm .carousel-inner {
  height: 100%;
}
.cid-uQnhCeAkrm .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-uQnhCeAkrm .image_wrapper {
  height: 950px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-uQnhCeAkrm .image_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uQnhCeAkrm .carousel-item .container-slide {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uQnhCeAkrm .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uQnhCeAkrm .content-slider-wrap {
    width: 100%!important;
  }
  .cid-uQnhCeAkrm .image_wrapper {
    height: 570px;
  }
}
.cid-uQnhCeAkrm P {
  color: #dd2b1c;
}
.cid-uPNgr6zxbQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff1e2;
}
.cid-uPNgr6zxbQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNgr6zxbQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNgr6zxbQ .content-wrapper {
  display: flex;
  position: relative;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-uPNgr6zxbQ .content-wrapper {
    padding: 30px 20px;
  }
}
.cid-uPNgr6zxbQ .content-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uPNgr6zxbQ .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uPNgr6zxbQ .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: linear-gradient(0.251turn, #f8e7d2 37%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-uPNgr6zxbQ .content-wrapper .content-wrap {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uPNgr6zxbQ .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uPNgr6zxbQ .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #fff1e2;
  padding: 8px 16px;
  margin-bottom: 32px;
}
.cid-uPNgr6zxbQ .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uPNgr6zxbQ .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uPNgr6zxbQ .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 64px;
}
.cid-uPNgr6zxbQ .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPNgr6zxbQ .mbr-section-title {
  color: #404349;
}
.cid-uPNgr6zxbQ .mbr-text {
  color: #404349;
}
.cid-uPNgr6zxbQ .mbr-desc {
  color: #b19a7c;
}
.cid-uSZIuwZP5t {
  padding-top: 2rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/celik-hadde-imalati-uretimi-prosteel-800x600.png");
}
.cid-uSZIuwZP5t::before {
  content: '';
  position: absolute;
  right: -14%;
  bottom: 0;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(#dd2b1c -10%, transparent 95%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uSZIuwZP5t::before {
    opacity: .4;
  }
}
.cid-uSZIuwZP5t::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -20%;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #a7a4a3 -10%, transparent 95%);
}
@media (max-width: 992px) {
  .cid-uSZIuwZP5t::after {
    opacity: .4;
  }
}
.cid-uSZIuwZP5t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSZIuwZP5t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSZIuwZP5t .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uSZIuwZP5t .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uSZIuwZP5t .container {
    padding: 0 16px;
  }
}
.cid-uSZIuwZP5t .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uSZIuwZP5t .row .card {
  justify-content: flex-end;
}
.cid-uSZIuwZP5t .title-wrapper {
  margin-bottom: 246px;
}
@media (max-width: 1200px) {
  .cid-uSZIuwZP5t .title-wrapper {
    margin-bottom: 148px;
  }
}
@media (max-width: 992px) {
  .cid-uSZIuwZP5t .title-wrapper {
    margin-bottom: 90px;
  }
}
.cid-uSZIuwZP5t .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uSZIuwZP5t .title-wrapper .mbr-section-title span {
  color: #dd2b1c;
}
.cid-uSZIuwZP5t .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSZIuwZP5t .text-wrapper .text_2 {
  margin-top: 32px;
}
.cid-uSZIuwZP5t .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uSZIuwZP5t .text-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uSZIuwZP5t .text-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uSZIuwZP5t .text-wrapper .mbr-section-btn .btn-success-outline,
.cid-uSZIuwZP5t .text-wrapper .mbr-section-btn .btn-info-outline,
.cid-uSZIuwZP5t .text-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uSZIuwZP5t .text-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uSZIuwZP5t .text-wrapper .mbr-section-btn .btn-black-outline,
.cid-uSZIuwZP5t .text-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uSZIuwZP5t .text-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uSZIuwZP5t .text-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uSZIuwZP5t .text-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uSZIuwZP5t .text-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uSZIuwZP5t .text-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uSZIuwZP5t .text-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uSZIuwZP5t .text-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uSZIuwZP5t .text-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uSZIuwZP5t .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uSZIuwZP5t .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uSZIuwZP5t .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uSZIuwZP5t .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uSZIuwZP5t .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uSZIuwZP5t .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uSZIuwZP5t .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uSZIuwZP5t .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uSZIuwZP5t .text-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uSZIuwZP5t .text-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uSZIuwZP5t .text-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uSZIuwZP5t .text-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uSZIuwZP5t .text-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uSZIuwZP5t .text-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uSZIuwZP5t .text-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-uSZIuwZP5t .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uSZIuwZP5t .text-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uSZIuwZP5t .text-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uSZIuwZP5t .text-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uSZIuwZP5t .text-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uSZIuwZP5t .text-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uSZIuwZP5t .text-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uSZIuwZP5t .text-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uSZIuwZP5t .text-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uSZIuwZP5t .text-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uSZIuwZP5t .text-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uSZIuwZP5t .text-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uSZIuwZP5t .text-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uSZIuwZP5t .text-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uSZIuwZP5t .text-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uSZIuwZP5t .text-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uSZIuwZP5t .text-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uSZIuwZP5t .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uSZIuwZP5t .text-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #dd2b1c !important;
}
.cid-uSZIuwZP5t .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uSZIuwZP5t .text-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #ffffff !important;
}
.cid-uSZIuwZP5t .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uSZIuwZP5t .text-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #3a341c !important;
}
.cid-uSZIuwZP5t .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uSZIuwZP5t .text-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #320707 !important;
}
.cid-uSZIuwZP5t .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uSZIuwZP5t .text-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #a0e2e1 !important;
}
.cid-uSZIuwZP5t .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uSZIuwZP5t .text-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #ffea64 !important;
}
.cid-uSZIuwZP5t .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uSZIuwZP5t .text-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uSZIuwZP5t .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uSZIuwZP5t .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uSZIuwZP5t .mbr-section-title {
  color: #000000;
}
.cid-uSZIuwZP5t .mbr-text {
  color: #000000;
}
.cid-uPNgr75cbx {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #dd2b1c, #232323);
}
@media (min-width: 768px) {
  .cid-uPNgr75cbx {
    align-items: flex-start;
  }
  .cid-uPNgr75cbx .row {
    justify-content: flex-start;
  }
}
.cid-uPNgr75cbx .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uPNgr75cbx .mbr-text,
.cid-uPNgr75cbx .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uPNgr75cbx .mbr-section-title,
.cid-uPNgr75cbx .line {
  color: #ffffff;
  text-align: center;
}
.cid-uPNgr75cbx h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uPNgr75cbx h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uPNgr75cbx .mbr-section-subtitle,
.cid-uPNgr75cbx .align {
  text-align: left;
  color: #232323;
}
.cid-uPNgr8fRkR {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #232323, #dd2b1c);
}
@media (min-width: 768px) {
  .cid-uPNgr8fRkR {
    align-items: flex-start;
  }
  .cid-uPNgr8fRkR .row {
    justify-content: flex-start;
  }
}
.cid-uPNgr8fRkR .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uPNgr8fRkR .mbr-text,
.cid-uPNgr8fRkR .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uPNgr8fRkR .mbr-section-title,
.cid-uPNgr8fRkR .line {
  color: #ffffff;
  text-align: center;
}
.cid-uPNgr8fRkR h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uPNgr8fRkR h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uPNgr8fRkR .mbr-section-subtitle,
.cid-uPNgr8fRkR .align {
  text-align: left;
  color: #232323;
}
.cid-uSfKQEt5l3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/yapi-proje-gelistirme-prosteel2047-1000x750.jpg");
}
.cid-uSfKQEt5l3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSfKQEt5l3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSfKQEt5l3 .row {
  justify-content: center;
}
.cid-uSfKQEt5l3 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uSfKQEt5l3 .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uSfKQEt5l3 .container {
    padding: 0 15px;
  }
}
.cid-uSfKQEt5l3 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSfKQEt5l3 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uSfKQEt5l3 .content-wrapper {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uSfKQEt5l3 .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uSfKQEt5l3 .content-wrapper .panel-group .card {
  border: none;
  border-radius: 0;
  padding-left: 15px;
  position: relative;
}
.cid-uSfKQEt5l3 .content-wrapper .panel-group .card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, #ffffff 0, #ffffff 50%, transparent 100%);
  opacity: .2;
}
.cid-uSfKQEt5l3 .content-wrapper .panel-group .card .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
}
.cid-uSfKQEt5l3 .content-wrapper .panel-group .card .card-header .panel-title {
  display: inline-flex;
  align-items: center;
}
.cid-uSfKQEt5l3 .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  color: #ffffff;
}
.cid-uSfKQEt5l3 .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #ffffff;
}
.cid-uSfKQEt5l3 .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uSfKQEt5l3 .content-wrapper .panel-group .card .card-header .panel-title .mbr-iconfont {
  width: 22px;
  height: 22px;
  min-width: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #d2d2df;
  margin-right: 15px;
  transition: all 0.3s ease-in-out;
}
.cid-uSfKQEt5l3 .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 38px;
}
.cid-uSfKQEt5l3 .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  line-height: 1.4;
  margin-bottom: 0;
}
.cid-uSfKQEt5l3 .content-wrapper .panel-group .card .panel-collapse .panel-body .mbr-section-btn {
  margin-top: 30px;
}
.cid-uSfKQEt5l3 .content-wrapper .panel-group .card .panel-collapse .panel-body .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uSfKQEt5l3 .image-wrapper {
  position: relative;
  margin-left: 21px;
  min-height: 320px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uSfKQEt5l3 .image-wrapper {
    margin: 0;
  }
}
.cid-uSfKQEt5l3 .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid #dd2b1c;
  z-index: 1;
}
.cid-uSfKQEt5l3 .image-wrapper::before {
  content: '';
  position: absolute;
  height: 110%;
  width: 125%;
  border-radius: 100%;
  background-color: #284177;
  filter: blur(80px);
  pointer-events: none;
}
.cid-uSfKQEt5l3 .image-wrapper .mbr-image-text {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-uSfKQEt5l3 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uSfKQEt5l3 .panel-title {
  color: #d2d2df;
}
.cid-uSfKQEt5l3 .panel-text {
  color: #d2d2df;
}
.cid-uSfKQEt5l3 .mbr-image-text {
  color: #ffffff;
  text-align: center;
}
.cid-uSfKQEt5l3 .panel-title-edit,
.cid-uSfKQEt5l3 .card-header {
  color: #ffffff;
}
.cid-uSfKQEt5l3 .panel-text,
.cid-uSfKQEt5l3 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uSfKR1v6zP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/yapi-proje-gelistirme-prosteel2047-1000x750.jpg");
}
.cid-uSfKR1v6zP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSfKR1v6zP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSfKR1v6zP .row {
  justify-content: center;
}
.cid-uSfKR1v6zP .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uSfKR1v6zP .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uSfKR1v6zP .container {
    padding: 0 15px;
  }
}
.cid-uSfKR1v6zP .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSfKR1v6zP .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uSfKR1v6zP .content-wrapper {
  padding-right: 21px;
  padding-right: 0;
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uSfKR1v6zP .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uSfKR1v6zP .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uSfKR1v6zP .content-wrapper .panel-group .card {
  border: none;
  border-radius: 0;
  padding-left: 15px;
  position: relative;
}
.cid-uSfKR1v6zP .content-wrapper .panel-group .card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, #ffffff 0, #ffffff 50%, transparent 100%);
  opacity: .2;
}
.cid-uSfKR1v6zP .content-wrapper .panel-group .card .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
}
.cid-uSfKR1v6zP .content-wrapper .panel-group .card .card-header .panel-title {
  display: inline-flex;
  align-items: center;
}
.cid-uSfKR1v6zP .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  color: #ffffff;
}
.cid-uSfKR1v6zP .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #ffffff;
}
.cid-uSfKR1v6zP .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uSfKR1v6zP .content-wrapper .panel-group .card .card-header .panel-title .mbr-iconfont {
  width: 22px;
  height: 22px;
  min-width: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #d2d2df;
  margin-right: 15px;
  transition: all 0.3s ease-in-out;
}
.cid-uSfKR1v6zP .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 38px;
}
.cid-uSfKR1v6zP .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  line-height: 1.4;
  margin-bottom: 0;
}
.cid-uSfKR1v6zP .content-wrapper .panel-group .card .panel-collapse .panel-body .mbr-section-btn {
  margin-top: 30px;
}
.cid-uSfKR1v6zP .content-wrapper .panel-group .card .panel-collapse .panel-body .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uSfKR1v6zP .image-wrapper {
  position: relative;
  margin-left: 21px;
  min-height: 320px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-left: 0;
  margin-right: 21px;
}
@media (max-width: 992px) {
  .cid-uSfKR1v6zP .image-wrapper {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-uSfKR1v6zP .image-wrapper {
    margin: 0;
  }
}
.cid-uSfKR1v6zP .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid #dd2b1c;
  z-index: 1;
}
.cid-uSfKR1v6zP .image-wrapper::before {
  content: '';
  position: absolute;
  height: 110%;
  width: 125%;
  border-radius: 100%;
  background-color: #284177;
  filter: blur(80px);
  pointer-events: none;
}
.cid-uSfKR1v6zP .image-wrapper .mbr-image-text {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-uSfKR1v6zP .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uSfKR1v6zP .panel-title {
  color: #d2d2df;
}
.cid-uSfKR1v6zP .panel-text {
  color: #d2d2df;
}
.cid-uSfKR1v6zP .mbr-image-text {
  color: #ffffff;
  text-align: center;
}
.cid-uSfKR1v6zP .panel-title-edit,
.cid-uSfKR1v6zP .card-header {
  color: #ffffff;
}
.cid-uSfKR1v6zP .panel-text,
.cid-uSfKR1v6zP .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uPNgr9hhU5 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/yapi-proje-gelistirme-prosteel2032-1000x749.jpg");
}
.cid-uPNgr9hhU5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNgr9hhU5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNgr9hhU5 .row {
  margin: 0 -8px;
}
.cid-uPNgr9hhU5 .row .card {
  padding: 0 8px;
}
.cid-uPNgr9hhU5 .card-wrapper {
  position: relative;
  padding: 75px 64px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uPNgr9hhU5 .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uPNgr9hhU5 .card-wrapper {
    padding: 24px;
  }
}
.cid-uPNgr9hhU5 .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
}
.cid-uPNgr9hhU5 .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #dd2b1c;
  opacity: .6;
}
.cid-uPNgr9hhU5 .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uPNgr9hhU5 .card-wrapper .card-wrap .mbr-label {
  margin-bottom: 24px;
}
.cid-uPNgr9hhU5 .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uPNgr9hhU5 .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uPNgr9hhU5 .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uPNgr9hhU5 .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uPNgr9hhU5 .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPNgr9hhU5 .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uPNgr9hhU5 .mbr-label {
  color: #63635d;
  text-align: center;
}
.cid-uPNgr9hhU5 .mbr-text,
.cid-uPNgr9hhU5 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uPNgr9hhU5 .mbr-section-title,
.cid-uPNgr9hhU5 .mbr-section-btn {
  color: #ffffff;
}
.cid-uPNgr9xSSl {
  padding-top: 2rem;
  padding-bottom: 0rem;
  border-bottom: 2px solid #ffffff;
  background-image: url("../../../assets/images/yapi-proje-gelistirme-prosteel2010-1000x679.jpg");
}
.cid-uPNgr9xSSl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNgr9xSSl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNgr9xSSl .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uPNgr9xSSl .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uPNgr9xSSl .content-wrapper {
    padding: 0;
  }
}
.cid-uPNgr9xSSl .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uPNgr9xSSl .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uPNgr9xSSl .mbr-section-title,
.cid-uPNgr9xSSl .title-wrapper {
  color: #ffffff;
}
.cid-uPNgr9xSSl .mbr-section-title,
.cid-uPNgr9xSSl .mbr-section-btn,
.cid-uPNgr9xSSl .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uPNgr9Otsq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPNgr9Otsq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNgr9Otsq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNgr9Otsq .container {
  max-width: 1472px;
}
.cid-uPNgr9Otsq .footer-main-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-radius: 2.08rem;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-uPNgr9Otsq .col-brand {
  width: 100%;
  padding: 2.5rem;
}
@media (max-width: 991px) {
  .cid-uPNgr9Otsq .col-brand {
    padding: 24px;
  }
}
.cid-uPNgr9Otsq .navbar-brand {
  display: flex;
  flex-basis: auto;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  white-space: normal;
  flex-shrink: 0;
  align-items: center;
  padding: 0;
  z-index: 1;
  margin-right: auto;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uPNgr9Otsq .navbar-brand:hover {
  transform: scale(1.1);
}
.cid-uPNgr9Otsq .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uPNgr9Otsq .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uPNgr9Otsq .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uPNgr9Otsq .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uPNgr9Otsq .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uPNgr9Otsq .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uPNgr9Otsq .links-container {
  width: 100%;
  padding: 2.5rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 8.8%;
}
@media (max-width: 991px) {
  .cid-uPNgr9Otsq .links-container {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 17.6%;
    row-gap: 6.67rem;
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uPNgr9Otsq .links-container {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1.2rem;
    row-gap: 1.2rem;
  }
}
.cid-uPNgr9Otsq .mbr-section-subtitle {
  color: #13287d;
  margin-bottom: 12px;
}
.cid-uPNgr9Otsq .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #232323;
}
.cid-uPNgr9Otsq .list li {
  width: 100%;
  color: inherit !important;
  margin: 6px 0;
}
.cid-uPNgr9Otsq .list li:hover {
  color: #dd2b1c !important;
}
.cid-uPNgr9Otsq .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uPNgr9Otsq .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uPNgr9Otsq .copyright-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid rgba(255, 255, 255, 0.01);
  padding: 32px 0 24px;
}
@media (max-width: 767px) {
  .cid-uPNgr9Otsq .copyright-container {
    padding: 24px 0 16px;
    flex-wrap: wrap;
  }
}
.cid-uPNgr9Otsq .copyright {
  color: #232323;
  max-width: 45%;
}
@media (max-width: 767px) {
  .cid-uPNgr9Otsq .copyright {
    max-width: 100%;
    width: 100%;
  }
}
.cid-uPNgr9Otsq .social-row {
  width: auto;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  max-width: 45%;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uPNgr9Otsq .social-row {
    max-width: 100%;
    width: 100%;
    justify-content: flex-start;
  }
}
.cid-uPNgr9Otsq .mbr-iconfont {
  font-size: 22px;
  color: #ae5eff;
}
.cid-uPNgr9Otsq .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.01);
  margin-left: 4px;
  margin-bottom: 4px;
  padding: 12px;
  min-height: 70px;
  min-width: 70px;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-uPNgr9Otsq .soc-item {
    margin-left: 0;
    margin-right: 4px;
    margin-bottom: 0;
    margin-top: 4px;
    padding: 10px;
    min-height: 50px;
    min-width: 50px;
  }
}
.cid-uPNgr9Otsq .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPNgr9Otsq .soc-item a:hover {
  text-decoration-line: none !important;
}
.cid-uPNgr9Otsq .soc-item:hover {
  transform: scale(0.95);
}
.cid-uPNgr9Otsq .soc-item:hover .mbr-iconfont {
  color: #FFDD65 !important;
}
.cid-uPNgsfbftK .navbar {
  padding: 0.5rem 0;
  background: #9c98cf;
  transition: none;
  min-height: 50px;
}
.cid-uPNgsfbftK .navbar-fixed-top {
  padding-top: 0;
}
.cid-uPNgsfbftK .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-uPNgsfbftK .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #5a67a1;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-uPNgsfbftK .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-uPNgsfbftK .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uPNgsfbftK .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uPNgsfbftK .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uPNgsfbftK .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-uPNgsfbftK .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uPNgsfbftK .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uPNgsfbftK .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uPNgsfbftK .menu-content-top {
  background: #dd2b1c;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uPNgsfbftK .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-uPNgsfbftK .dropdown-item:hover {
  color: #d2d2df !important;
}
.cid-uPNgsfbftK .nav-link,
.cid-uPNgsfbftK .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-uPNgsfbftK .nav-link:hover,
.cid-uPNgsfbftK .brand-name:hover {
  color: #d2d2df !important;
}
.cid-uPNgsfbftK .dropdown-menu {
  background-color: #5a67a1;
}
.cid-uPNgsfbftK .dropdown-item:active {
  background-color: #5a67a1;
}
.cid-uPNgsfbftK .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-uPNgsfbftK .navbar-dropdown.bg-color.transparent.opened {
  background: #9c98cf;
}
.cid-uPNgsfbftK .nav-item {
  position: relative;
}
.cid-uPNgsfbftK .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uPNgsfbftK .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-uPNgsfbftK .nav-item .nav-link:focus {
  outline: none;
}
.cid-uPNgsfbftK .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPNgsfbftK .content-text {
  margin-bottom: 0;
}
.cid-uPNgsfbftK .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uPNgsfbftK .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #dd2b1c;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uPNgsfbftK .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uPNgsfbftK .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uPNgsfbftK .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uPNgsfbftK .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPNgsfbftK .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uPNgsfbftK .content-right-side {
  text-align: center;
}
.cid-uPNgsfbftK .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uPNgsfbftK .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uPNgsfbftK .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uPNgsfbftK .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-uPNgsfbftK .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uPNgsfbftK .info-widget:first-child {
  margin-left: 0;
}
.cid-uPNgsfbftK .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-uPNgsfbftK .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uPNgsfbftK .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uPNgsfbftK .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uPNgsfbftK .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-uPNgsfbftK .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uPNgsfbftK .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #5a67a1;
}
@media (min-width: 992px) {
  .cid-uPNgsfbftK .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-uPNgsfbftK .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #d2d2df;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-uPNgsfbftK .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-uPNgsfbftK .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uPNgsfbftK .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-uPNgsfbftK .navbar {
    display: block;
    padding: 0;
  }
  .cid-uPNgsfbftK .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-uPNgsfbftK .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uPNgsfbftK .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uPNgsfbftK .navbar-toggler {
    display: none;
  }
  .cid-uPNgsfbftK .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-uPNgsfbftK .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uPNgsfbftK .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-uPNgsfbftK .btn-sm {
  padding: 13px 29px;
}
.cid-uPNgsfbftK .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uPNgsfbftK .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-uPNgsfbftK .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-uPNgsfbftK .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uPNgsfbftK .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uPNgsfbftK .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uPNgsfbftK .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uPNgsfbftK .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uPNgsfbftK .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uPNgsfbftK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPNgsfbftK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPNgsfbftK .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uPNgsfbftK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uPNgsfbftK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPNgsfbftK .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uPNgsfbftK .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPNgsfbftK .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uPNgsfbftK .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-uPNgsfbftK .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uPNgsfbftK .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uPNgsfbftK .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uPNgsfbftK button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-uPNgsfbftK button.navbar-toggler:focus {
  outline: none;
}
.cid-uPNgsfbftK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uPNgsfbftK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPNgsfbftK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPNgsfbftK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPNgsfbftK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPNgsfbftK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPNgsfbftK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPNgsfbftK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPNgsfbftK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPNgsfbftK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPNgsfbftK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPNgsfbftK .collapsed .btn {
  display: flex;
}
.cid-uPNgsfbftK .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uPNgsfbftK .collapsed .navbar-collapse.collapsing,
.cid-uPNgsfbftK .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uPNgsfbftK .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uPNgsfbftK .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uPNgsfbftK .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uPNgsfbftK .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uPNgsfbftK .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uPNgsfbftK .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uPNgsfbftK .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uPNgsfbftK .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uPNgsfbftK .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uPNgsfbftK .collapsed button.navbar-toggler {
  display: block;
}
.cid-uPNgsfbftK .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uPNgsfbftK .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uPNgsfbftK .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uPNgsfbftK .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uPNgsfbftK .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uPNgsfbftK .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uPNgsfbftK .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uPNgsfbftK .menu-content-top {
    display: flex;
  }
  .cid-uPNgsfbftK .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-uPNgsfbftK .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-uPNgsfbftK .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-uPNgsfbftK .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-uPNgsfbftK .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-uPNgsfbftK .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-uPNgsfbftK .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-uPNgsfbftK .navbar-collapse.collapsing,
  .cid-uPNgsfbftK .navbar-collapse.show {
    display: block !important;
  }
  .cid-uPNgsfbftK .navbar-collapse.collapsing .navbar-nav,
  .cid-uPNgsfbftK .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uPNgsfbftK .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uPNgsfbftK .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uPNgsfbftK .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-uPNgsfbftK .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #dd2b1c;
  }
  .cid-uPNgsfbftK .navbar-collapse.collapsing .navbar-buttons,
  .cid-uPNgsfbftK .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uPNgsfbftK .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uPNgsfbftK .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uPNgsfbftK img {
    height: 3.8rem !important;
  }
  .cid-uPNgsfbftK .btn {
    display: flex;
  }
  .cid-uPNgsfbftK button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-uPNgsfbftK .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-uPNgsfbftK .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uPNgsfbftK .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uPNgsfbftK .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uPNgsfbftK .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uPNgsfbftK .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uPNgsfbftK .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uPNgsfbftK .nav-link:focus {
  outline: none;
}
.cid-uPNgsfbftK .navbar-toggler {
  position: relative;
}
.cid-uPNgsfbftK .widget-title,
.cid-uPNgsfbftK .widget-icon {
  color: #e9e9e9;
}
.cid-uPNgsfbftK .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-uPNgsfbftK .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-uPNgsfbftK .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-uPNgsfbftK .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-uPNgsfbftK .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-uPNgsfbftK .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-uPNgsfbftK .menu-content-top,
  .cid-uPNgsfbftK .menu-bottom {
    padding: 0 15px;
  }
  .cid-uPNgsfbftK button.navbar-toggler {
    align-self: center;
  }
  .cid-uPNgsfbftK .btn {
    margin-left: 0;
  }
  .cid-uPNgsfbftK .widget-icon {
    padding-right: 0;
  }
}
.cid-uPNgsfbftK .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-uPNgsfbftK .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #5a67a1;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-uPNgsfbftK .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-uPNgsfbftK .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #d2d2df;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-uPNgsfbftK .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-uPNgsfwHRH {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(to bottom, #163300, #dd2b1c);
}
@media (min-width: 768px) {
  .cid-uPNgsfwHRH {
    align-items: flex-start;
  }
  .cid-uPNgsfwHRH .row {
    justify-content: flex-start;
  }
}
.cid-uPNgsfwHRH .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uPNgsfwHRH .mbr-text,
.cid-uPNgsfwHRH .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uPNgsfwHRH .mbr-section-title,
.cid-uPNgsfwHRH .line {
  color: #232323;
}
.cid-uPNgsfwHRH h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uPNgsfwHRH h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uPNgsfwHRH .mbr-section-subtitle,
.cid-uPNgsfwHRH .align {
  text-align: left;
  color: #232323;
}
.cid-uQnhH9fXtD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #254b45;
}
.cid-uQnhH9fXtD .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uQnhH9fXtD .modal-body .close {
  background: #1b1b1b;
}
.cid-uQnhH9fXtD .modal-body .close span {
  font-style: normal;
}
@media (min-width: 992px) {
  .cid-uQnhH9fXtD .align-center {
    text-align: left;
    max-width: 850px;
  }
  .cid-uQnhH9fXtD .carousel-caption {
    justify-content: flex-start !important;
    padding-left: 5rem;
  }
}
.cid-uQnhH9fXtD .mbr-slider .carousel-control {
  background: black!important;
  border-radius: 6px;
  height: 100px;
  width: 50px;
}
.cid-uQnhH9fXtD .mbri-right:before {
  content: "\e909";
  color: white;
}
.cid-uQnhH9fXtD .mbri-left:before {
  content: "\e90a";
  color: white;
}
.cid-uQnhH9fXtD .container {
  max-width: 100%;
  padding: 0;
}
.cid-uQnhH9fXtD .content-slider-wrap {
  width: 100%;
}
.cid-uQnhH9fXtD .carousel-inner > .active,
.cid-uQnhH9fXtD .carousel-inner > .next,
.cid-uQnhH9fXtD .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-uQnhH9fXtD .carousel-control .icon-next,
.cid-uQnhH9fXtD .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uQnhH9fXtD .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uQnhH9fXtD .mbr-iconfont {
  color: black;
  font-size: 2rem!important;
  font-family: 'Moririse2' !important;
  font-weight: 600;
}
.cid-uQnhH9fXtD .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-uQnhH9fXtD .boxed-slider > div {
  position: relative;
}
.cid-uQnhH9fXtD .container img {
  width: 100%;
}
.cid-uQnhH9fXtD .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-uQnhH9fXtD .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uQnhH9fXtD .mbr-table-cell {
  padding: 0;
}
.cid-uQnhH9fXtD .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uQnhH9fXtD .carousel-caption {
  top: auto;
  right: 0;
  bottom: 2rem;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uQnhH9fXtD .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uQnhH9fXtD .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-uQnhH9fXtD .carousel-item.active.right,
.cid-uQnhH9fXtD .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uQnhH9fXtD .carousel-item.active.left,
.cid-uQnhH9fXtD .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uQnhH9fXtD .carousel-item.active,
.cid-uQnhH9fXtD .carousel-item.next.left,
.cid-uQnhH9fXtD .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-uQnhH9fXtD .mbr-slider .carousel-control {
  top: 50%;
  margin-top: -1.5rem;
  font-size: 35px;
  transition: all .3s;
  z-index: 11;
}
@media (max-width: 767px) {
  .cid-uQnhH9fXtD .mbr-slider .carousel-control {
    top: 20%;
  }
}
.cid-uQnhH9fXtD .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQnhH9fXtD .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uQnhH9fXtD .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-uQnhH9fXtD .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uQnhH9fXtD .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 10px;
  width: 10px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-uQnhH9fXtD .mbr-slider .carousel-indicators li.active,
.cid-uQnhH9fXtD .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-uQnhH9fXtD .mbr-slider .carousel-indicators li::after,
.cid-uQnhH9fXtD .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-uQnhH9fXtD .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-uQnhH9fXtD .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-uQnhH9fXtD .mbr-slider > .container img {
  width: 100%;
}
.cid-uQnhH9fXtD .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uQnhH9fXtD .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-uQnhH9fXtD .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uQnhH9fXtD .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uQnhH9fXtD .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-uQnhH9fXtD .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-uQnhH9fXtD .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-uQnhH9fXtD .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-uQnhH9fXtD .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-uQnhH9fXtD .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uQnhH9fXtD .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-uQnhH9fXtD .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-uQnhH9fXtD .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-uQnhH9fXtD .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-uQnhH9fXtD .carousel-inner {
  height: 100%;
}
.cid-uQnhH9fXtD .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-uQnhH9fXtD .image_wrapper {
  height: 950px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-uQnhH9fXtD .image_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uQnhH9fXtD .carousel-item .container-slide {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uQnhH9fXtD .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uQnhH9fXtD .content-slider-wrap {
    width: 100%!important;
  }
  .cid-uQnhH9fXtD .image_wrapper {
    height: 570px;
  }
}
.cid-uQnhH9fXtD P {
  color: #dd2b1c;
}
.cid-uPNgsfSEfK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff1e2;
}
.cid-uPNgsfSEfK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNgsfSEfK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNgsfSEfK .content-wrapper {
  display: flex;
  position: relative;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-uPNgsfSEfK .content-wrapper {
    padding: 30px 20px;
  }
}
.cid-uPNgsfSEfK .content-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uPNgsfSEfK .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uPNgsfSEfK .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: linear-gradient(0.251turn, #f8e7d2 37%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-uPNgsfSEfK .content-wrapper .content-wrap {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uPNgsfSEfK .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uPNgsfSEfK .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #fff1e2;
  padding: 8px 16px;
  margin-bottom: 32px;
}
.cid-uPNgsfSEfK .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uPNgsfSEfK .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uPNgsfSEfK .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 64px;
}
.cid-uPNgsfSEfK .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPNgsfSEfK .mbr-section-title {
  color: #404349;
}
.cid-uPNgsfSEfK .mbr-text {
  color: #404349;
}
.cid-uPNgsfSEfK .mbr-desc {
  color: #b19a7c;
}
.cid-uPNgsg7lB0 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/celik-hadde-imalati-uretimi-prosteel-800x600.png");
}
.cid-uPNgsg7lB0::before {
  content: '';
  position: absolute;
  right: -14%;
  bottom: 0;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(#dd2b1c -10%, transparent 95%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uPNgsg7lB0::before {
    opacity: .4;
  }
}
.cid-uPNgsg7lB0::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -20%;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #a7a4a3 -10%, transparent 95%);
}
@media (max-width: 992px) {
  .cid-uPNgsg7lB0::after {
    opacity: .4;
  }
}
.cid-uPNgsg7lB0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNgsg7lB0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNgsg7lB0 .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uPNgsg7lB0 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uPNgsg7lB0 .container {
    padding: 0 16px;
  }
}
.cid-uPNgsg7lB0 .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uPNgsg7lB0 .row .card {
  justify-content: flex-end;
}
.cid-uPNgsg7lB0 .title-wrapper {
  margin-bottom: 246px;
}
@media (max-width: 1200px) {
  .cid-uPNgsg7lB0 .title-wrapper {
    margin-bottom: 148px;
  }
}
@media (max-width: 992px) {
  .cid-uPNgsg7lB0 .title-wrapper {
    margin-bottom: 90px;
  }
}
.cid-uPNgsg7lB0 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uPNgsg7lB0 .title-wrapper .mbr-section-title span {
  color: #dd2b1c;
}
.cid-uPNgsg7lB0 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPNgsg7lB0 .text-wrapper .text_2 {
  margin-top: 32px;
}
.cid-uPNgsg7lB0 .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uPNgsg7lB0 .text-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uPNgsg7lB0 .text-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uPNgsg7lB0 .text-wrapper .mbr-section-btn .btn-success-outline,
.cid-uPNgsg7lB0 .text-wrapper .mbr-section-btn .btn-info-outline,
.cid-uPNgsg7lB0 .text-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uPNgsg7lB0 .text-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uPNgsg7lB0 .text-wrapper .mbr-section-btn .btn-black-outline,
.cid-uPNgsg7lB0 .text-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uPNgsg7lB0 .text-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uPNgsg7lB0 .text-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uPNgsg7lB0 .text-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uPNgsg7lB0 .text-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uPNgsg7lB0 .text-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uPNgsg7lB0 .text-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uPNgsg7lB0 .text-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uPNgsg7lB0 .text-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uPNgsg7lB0 .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uPNgsg7lB0 .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uPNgsg7lB0 .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uPNgsg7lB0 .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uPNgsg7lB0 .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uPNgsg7lB0 .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uPNgsg7lB0 .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uPNgsg7lB0 .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uPNgsg7lB0 .text-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uPNgsg7lB0 .text-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uPNgsg7lB0 .text-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uPNgsg7lB0 .text-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uPNgsg7lB0 .text-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uPNgsg7lB0 .text-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uPNgsg7lB0 .text-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-uPNgsg7lB0 .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uPNgsg7lB0 .text-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uPNgsg7lB0 .text-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uPNgsg7lB0 .text-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uPNgsg7lB0 .text-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uPNgsg7lB0 .text-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uPNgsg7lB0 .text-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uPNgsg7lB0 .text-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uPNgsg7lB0 .text-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uPNgsg7lB0 .text-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uPNgsg7lB0 .text-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uPNgsg7lB0 .text-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uPNgsg7lB0 .text-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uPNgsg7lB0 .text-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uPNgsg7lB0 .text-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uPNgsg7lB0 .text-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uPNgsg7lB0 .text-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uPNgsg7lB0 .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uPNgsg7lB0 .text-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #dd2b1c !important;
}
.cid-uPNgsg7lB0 .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uPNgsg7lB0 .text-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #ffffff !important;
}
.cid-uPNgsg7lB0 .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uPNgsg7lB0 .text-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #3a341c !important;
}
.cid-uPNgsg7lB0 .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uPNgsg7lB0 .text-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #320707 !important;
}
.cid-uPNgsg7lB0 .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uPNgsg7lB0 .text-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #a0e2e1 !important;
}
.cid-uPNgsg7lB0 .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uPNgsg7lB0 .text-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #ffea64 !important;
}
.cid-uPNgsg7lB0 .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uPNgsg7lB0 .text-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uPNgsg7lB0 .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uPNgsg7lB0 .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uPNgsg7lB0 .mbr-section-title {
  color: #000000;
}
.cid-uPNgsg7lB0 .mbr-text {
  color: #000000;
}
.cid-uPNgsgkbhk {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #dd2b1c, #232323);
}
@media (min-width: 768px) {
  .cid-uPNgsgkbhk {
    align-items: flex-start;
  }
  .cid-uPNgsgkbhk .row {
    justify-content: flex-start;
  }
}
.cid-uPNgsgkbhk .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uPNgsgkbhk .mbr-text,
.cid-uPNgsgkbhk .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uPNgsgkbhk .mbr-section-title,
.cid-uPNgsgkbhk .line {
  color: #ffffff;
  text-align: center;
}
.cid-uPNgsgkbhk h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uPNgsgkbhk h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uPNgsgkbhk .mbr-section-subtitle,
.cid-uPNgsgkbhk .align {
  text-align: left;
  color: #232323;
}
.cid-uPNgsh6zug {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #232323, #dd2b1c);
}
@media (min-width: 768px) {
  .cid-uPNgsh6zug {
    align-items: flex-start;
  }
  .cid-uPNgsh6zug .row {
    justify-content: flex-start;
  }
}
.cid-uPNgsh6zug .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uPNgsh6zug .mbr-text,
.cid-uPNgsh6zug .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uPNgsh6zug .mbr-section-title,
.cid-uPNgsh6zug .line {
  color: #ffffff;
  text-align: center;
}
.cid-uPNgsh6zug h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uPNgsh6zug h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uPNgsh6zug .mbr-section-subtitle,
.cid-uPNgsh6zug .align {
  text-align: left;
  color: #232323;
}
.cid-uPNgshXcNA {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/yapi-proje-gelistirme-prosteel2032-1000x749.jpg");
}
.cid-uPNgshXcNA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNgshXcNA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNgshXcNA .row {
  margin: 0 -8px;
}
.cid-uPNgshXcNA .row .card {
  padding: 0 8px;
}
.cid-uPNgshXcNA .card-wrapper {
  position: relative;
  padding: 75px 64px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uPNgshXcNA .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uPNgshXcNA .card-wrapper {
    padding: 24px;
  }
}
.cid-uPNgshXcNA .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
}
.cid-uPNgshXcNA .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #dd2b1c;
  opacity: .6;
}
.cid-uPNgshXcNA .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uPNgshXcNA .card-wrapper .card-wrap .mbr-label {
  margin-bottom: 24px;
}
.cid-uPNgshXcNA .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uPNgshXcNA .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uPNgshXcNA .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uPNgshXcNA .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uPNgshXcNA .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPNgshXcNA .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uPNgshXcNA .mbr-label {
  color: #63635d;
  text-align: center;
}
.cid-uPNgshXcNA .mbr-text,
.cid-uPNgshXcNA .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uPNgshXcNA .mbr-section-title,
.cid-uPNgshXcNA .mbr-section-btn {
  color: #ffffff;
}
.cid-uPNgsic0JB {
  padding-top: 2rem;
  padding-bottom: 0rem;
  border-bottom: 2px solid #ffffff;
  background-image: url("../../../assets/images/yapi-proje-gelistirme-prosteel2010-1000x679.jpg");
}
.cid-uPNgsic0JB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNgsic0JB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNgsic0JB .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uPNgsic0JB .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uPNgsic0JB .content-wrapper {
    padding: 0;
  }
}
.cid-uPNgsic0JB .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uPNgsic0JB .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uPNgsic0JB .mbr-section-title,
.cid-uPNgsic0JB .title-wrapper {
  color: #ffffff;
}
.cid-uPNgsic0JB .mbr-section-title,
.cid-uPNgsic0JB .mbr-section-btn,
.cid-uPNgsic0JB .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uPNgsisRTC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPNgsisRTC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNgsisRTC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNgsisRTC .container {
  max-width: 1472px;
}
.cid-uPNgsisRTC .footer-main-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-radius: 2.08rem;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-uPNgsisRTC .col-brand {
  width: 100%;
  padding: 2.5rem;
}
@media (max-width: 991px) {
  .cid-uPNgsisRTC .col-brand {
    padding: 24px;
  }
}
.cid-uPNgsisRTC .navbar-brand {
  display: flex;
  flex-basis: auto;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  white-space: normal;
  flex-shrink: 0;
  align-items: center;
  padding: 0;
  z-index: 1;
  margin-right: auto;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uPNgsisRTC .navbar-brand:hover {
  transform: scale(1.1);
}
.cid-uPNgsisRTC .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uPNgsisRTC .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uPNgsisRTC .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uPNgsisRTC .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uPNgsisRTC .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uPNgsisRTC .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uPNgsisRTC .links-container {
  width: 100%;
  padding: 2.5rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 8.8%;
}
@media (max-width: 991px) {
  .cid-uPNgsisRTC .links-container {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 17.6%;
    row-gap: 6.67rem;
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uPNgsisRTC .links-container {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1.2rem;
    row-gap: 1.2rem;
  }
}
.cid-uPNgsisRTC .mbr-section-subtitle {
  color: #13287d;
  margin-bottom: 12px;
}
.cid-uPNgsisRTC .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #232323;
}
.cid-uPNgsisRTC .list li {
  width: 100%;
  color: inherit !important;
  margin: 6px 0;
}
.cid-uPNgsisRTC .list li:hover {
  color: #dd2b1c !important;
}
.cid-uPNgsisRTC .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uPNgsisRTC .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uPNgsisRTC .copyright-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid rgba(255, 255, 255, 0.01);
  padding: 32px 0 24px;
}
@media (max-width: 767px) {
  .cid-uPNgsisRTC .copyright-container {
    padding: 24px 0 16px;
    flex-wrap: wrap;
  }
}
.cid-uPNgsisRTC .copyright {
  color: #232323;
  max-width: 45%;
}
@media (max-width: 767px) {
  .cid-uPNgsisRTC .copyright {
    max-width: 100%;
    width: 100%;
  }
}
.cid-uPNgsisRTC .social-row {
  width: auto;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  max-width: 45%;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uPNgsisRTC .social-row {
    max-width: 100%;
    width: 100%;
    justify-content: flex-start;
  }
}
.cid-uPNgsisRTC .mbr-iconfont {
  font-size: 22px;
  color: #ae5eff;
}
.cid-uPNgsisRTC .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.01);
  margin-left: 4px;
  margin-bottom: 4px;
  padding: 12px;
  min-height: 70px;
  min-width: 70px;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-uPNgsisRTC .soc-item {
    margin-left: 0;
    margin-right: 4px;
    margin-bottom: 0;
    margin-top: 4px;
    padding: 10px;
    min-height: 50px;
    min-width: 50px;
  }
}
.cid-uPNgsisRTC .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPNgsisRTC .soc-item a:hover {
  text-decoration-line: none !important;
}
.cid-uPNgsisRTC .soc-item:hover {
  transform: scale(0.95);
}
.cid-uPNgsisRTC .soc-item:hover .mbr-iconfont {
  color: #FFDD65 !important;
}
.cid-uPNgtuvLBH .navbar {
  padding: 0.5rem 0;
  background: #9c98cf;
  transition: none;
  min-height: 50px;
}
.cid-uPNgtuvLBH .navbar-fixed-top {
  padding-top: 0;
}
.cid-uPNgtuvLBH .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-uPNgtuvLBH .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #5a67a1;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-uPNgtuvLBH .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-uPNgtuvLBH .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uPNgtuvLBH .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uPNgtuvLBH .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uPNgtuvLBH .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-uPNgtuvLBH .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uPNgtuvLBH .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uPNgtuvLBH .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uPNgtuvLBH .menu-content-top {
  background: #dd2b1c;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uPNgtuvLBH .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-uPNgtuvLBH .dropdown-item:hover {
  color: #d2d2df !important;
}
.cid-uPNgtuvLBH .nav-link,
.cid-uPNgtuvLBH .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-uPNgtuvLBH .nav-link:hover,
.cid-uPNgtuvLBH .brand-name:hover {
  color: #d2d2df !important;
}
.cid-uPNgtuvLBH .dropdown-menu {
  background-color: #5a67a1;
}
.cid-uPNgtuvLBH .dropdown-item:active {
  background-color: #5a67a1;
}
.cid-uPNgtuvLBH .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-uPNgtuvLBH .navbar-dropdown.bg-color.transparent.opened {
  background: #9c98cf;
}
.cid-uPNgtuvLBH .nav-item {
  position: relative;
}
.cid-uPNgtuvLBH .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uPNgtuvLBH .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-uPNgtuvLBH .nav-item .nav-link:focus {
  outline: none;
}
.cid-uPNgtuvLBH .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPNgtuvLBH .content-text {
  margin-bottom: 0;
}
.cid-uPNgtuvLBH .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uPNgtuvLBH .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #dd2b1c;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uPNgtuvLBH .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uPNgtuvLBH .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uPNgtuvLBH .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uPNgtuvLBH .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPNgtuvLBH .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uPNgtuvLBH .content-right-side {
  text-align: center;
}
.cid-uPNgtuvLBH .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uPNgtuvLBH .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uPNgtuvLBH .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uPNgtuvLBH .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-uPNgtuvLBH .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uPNgtuvLBH .info-widget:first-child {
  margin-left: 0;
}
.cid-uPNgtuvLBH .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-uPNgtuvLBH .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uPNgtuvLBH .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uPNgtuvLBH .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uPNgtuvLBH .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-uPNgtuvLBH .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uPNgtuvLBH .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #5a67a1;
}
@media (min-width: 992px) {
  .cid-uPNgtuvLBH .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-uPNgtuvLBH .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #d2d2df;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-uPNgtuvLBH .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-uPNgtuvLBH .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uPNgtuvLBH .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-uPNgtuvLBH .navbar {
    display: block;
    padding: 0;
  }
  .cid-uPNgtuvLBH .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-uPNgtuvLBH .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uPNgtuvLBH .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uPNgtuvLBH .navbar-toggler {
    display: none;
  }
  .cid-uPNgtuvLBH .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-uPNgtuvLBH .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uPNgtuvLBH .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-uPNgtuvLBH .btn-sm {
  padding: 13px 29px;
}
.cid-uPNgtuvLBH .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uPNgtuvLBH .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-uPNgtuvLBH .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-uPNgtuvLBH .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uPNgtuvLBH .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uPNgtuvLBH .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uPNgtuvLBH .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uPNgtuvLBH .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uPNgtuvLBH .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uPNgtuvLBH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPNgtuvLBH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPNgtuvLBH .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uPNgtuvLBH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uPNgtuvLBH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPNgtuvLBH .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uPNgtuvLBH .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPNgtuvLBH .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uPNgtuvLBH .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-uPNgtuvLBH .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uPNgtuvLBH .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uPNgtuvLBH .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uPNgtuvLBH button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-uPNgtuvLBH button.navbar-toggler:focus {
  outline: none;
}
.cid-uPNgtuvLBH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uPNgtuvLBH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPNgtuvLBH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPNgtuvLBH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPNgtuvLBH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPNgtuvLBH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPNgtuvLBH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPNgtuvLBH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPNgtuvLBH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPNgtuvLBH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPNgtuvLBH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPNgtuvLBH .collapsed .btn {
  display: flex;
}
.cid-uPNgtuvLBH .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uPNgtuvLBH .collapsed .navbar-collapse.collapsing,
.cid-uPNgtuvLBH .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uPNgtuvLBH .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uPNgtuvLBH .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uPNgtuvLBH .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uPNgtuvLBH .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uPNgtuvLBH .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uPNgtuvLBH .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uPNgtuvLBH .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uPNgtuvLBH .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uPNgtuvLBH .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uPNgtuvLBH .collapsed button.navbar-toggler {
  display: block;
}
.cid-uPNgtuvLBH .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uPNgtuvLBH .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uPNgtuvLBH .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uPNgtuvLBH .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uPNgtuvLBH .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uPNgtuvLBH .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uPNgtuvLBH .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uPNgtuvLBH .menu-content-top {
    display: flex;
  }
  .cid-uPNgtuvLBH .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-uPNgtuvLBH .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-uPNgtuvLBH .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-uPNgtuvLBH .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-uPNgtuvLBH .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-uPNgtuvLBH .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-uPNgtuvLBH .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-uPNgtuvLBH .navbar-collapse.collapsing,
  .cid-uPNgtuvLBH .navbar-collapse.show {
    display: block !important;
  }
  .cid-uPNgtuvLBH .navbar-collapse.collapsing .navbar-nav,
  .cid-uPNgtuvLBH .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uPNgtuvLBH .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uPNgtuvLBH .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uPNgtuvLBH .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-uPNgtuvLBH .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #dd2b1c;
  }
  .cid-uPNgtuvLBH .navbar-collapse.collapsing .navbar-buttons,
  .cid-uPNgtuvLBH .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uPNgtuvLBH .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uPNgtuvLBH .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uPNgtuvLBH img {
    height: 3.8rem !important;
  }
  .cid-uPNgtuvLBH .btn {
    display: flex;
  }
  .cid-uPNgtuvLBH button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-uPNgtuvLBH .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-uPNgtuvLBH .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uPNgtuvLBH .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uPNgtuvLBH .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uPNgtuvLBH .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uPNgtuvLBH .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uPNgtuvLBH .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uPNgtuvLBH .nav-link:focus {
  outline: none;
}
.cid-uPNgtuvLBH .navbar-toggler {
  position: relative;
}
.cid-uPNgtuvLBH .widget-title,
.cid-uPNgtuvLBH .widget-icon {
  color: #e9e9e9;
}
.cid-uPNgtuvLBH .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-uPNgtuvLBH .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-uPNgtuvLBH .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-uPNgtuvLBH .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-uPNgtuvLBH .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-uPNgtuvLBH .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-uPNgtuvLBH .menu-content-top,
  .cid-uPNgtuvLBH .menu-bottom {
    padding: 0 15px;
  }
  .cid-uPNgtuvLBH button.navbar-toggler {
    align-self: center;
  }
  .cid-uPNgtuvLBH .btn {
    margin-left: 0;
  }
  .cid-uPNgtuvLBH .widget-icon {
    padding-right: 0;
  }
}
.cid-uPNgtuvLBH .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-uPNgtuvLBH .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #5a67a1;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-uPNgtuvLBH .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-uPNgtuvLBH .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #d2d2df;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-uPNgtuvLBH .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-uPNgtv2cKM {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(to bottom, #163300, #dd2b1c);
}
@media (min-width: 768px) {
  .cid-uPNgtv2cKM {
    align-items: flex-start;
  }
  .cid-uPNgtv2cKM .row {
    justify-content: flex-start;
  }
}
.cid-uPNgtv2cKM .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uPNgtv2cKM .mbr-text,
.cid-uPNgtv2cKM .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uPNgtv2cKM .mbr-section-title,
.cid-uPNgtv2cKM .line {
  color: #232323;
}
.cid-uPNgtv2cKM h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uPNgtv2cKM h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uPNgtv2cKM .mbr-section-subtitle,
.cid-uPNgtv2cKM .align {
  text-align: left;
  color: #232323;
}
.cid-uQnhLpka4T {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #254b45;
}
.cid-uQnhLpka4T .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uQnhLpka4T .modal-body .close {
  background: #1b1b1b;
}
.cid-uQnhLpka4T .modal-body .close span {
  font-style: normal;
}
@media (min-width: 992px) {
  .cid-uQnhLpka4T .align-center {
    text-align: left;
    max-width: 850px;
  }
  .cid-uQnhLpka4T .carousel-caption {
    justify-content: flex-start !important;
    padding-left: 5rem;
  }
}
.cid-uQnhLpka4T .mbr-slider .carousel-control {
  background: black!important;
  border-radius: 6px;
  height: 100px;
  width: 50px;
}
.cid-uQnhLpka4T .mbri-right:before {
  content: "\e909";
  color: white;
}
.cid-uQnhLpka4T .mbri-left:before {
  content: "\e90a";
  color: white;
}
.cid-uQnhLpka4T .container {
  max-width: 100%;
  padding: 0;
}
.cid-uQnhLpka4T .content-slider-wrap {
  width: 100%;
}
.cid-uQnhLpka4T .carousel-inner > .active,
.cid-uQnhLpka4T .carousel-inner > .next,
.cid-uQnhLpka4T .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-uQnhLpka4T .carousel-control .icon-next,
.cid-uQnhLpka4T .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uQnhLpka4T .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uQnhLpka4T .mbr-iconfont {
  color: black;
  font-size: 2rem!important;
  font-family: 'Moririse2' !important;
  font-weight: 600;
}
.cid-uQnhLpka4T .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-uQnhLpka4T .boxed-slider > div {
  position: relative;
}
.cid-uQnhLpka4T .container img {
  width: 100%;
}
.cid-uQnhLpka4T .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-uQnhLpka4T .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uQnhLpka4T .mbr-table-cell {
  padding: 0;
}
.cid-uQnhLpka4T .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uQnhLpka4T .carousel-caption {
  top: auto;
  right: 0;
  bottom: 2rem;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uQnhLpka4T .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uQnhLpka4T .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-uQnhLpka4T .carousel-item.active.right,
.cid-uQnhLpka4T .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uQnhLpka4T .carousel-item.active.left,
.cid-uQnhLpka4T .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uQnhLpka4T .carousel-item.active,
.cid-uQnhLpka4T .carousel-item.next.left,
.cid-uQnhLpka4T .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-uQnhLpka4T .mbr-slider .carousel-control {
  top: 50%;
  margin-top: -1.5rem;
  font-size: 35px;
  transition: all .3s;
  z-index: 11;
}
@media (max-width: 767px) {
  .cid-uQnhLpka4T .mbr-slider .carousel-control {
    top: 20%;
  }
}
.cid-uQnhLpka4T .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQnhLpka4T .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uQnhLpka4T .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-uQnhLpka4T .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uQnhLpka4T .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 10px;
  width: 10px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-uQnhLpka4T .mbr-slider .carousel-indicators li.active,
.cid-uQnhLpka4T .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-uQnhLpka4T .mbr-slider .carousel-indicators li::after,
.cid-uQnhLpka4T .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-uQnhLpka4T .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-uQnhLpka4T .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-uQnhLpka4T .mbr-slider > .container img {
  width: 100%;
}
.cid-uQnhLpka4T .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uQnhLpka4T .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-uQnhLpka4T .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uQnhLpka4T .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uQnhLpka4T .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-uQnhLpka4T .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-uQnhLpka4T .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-uQnhLpka4T .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-uQnhLpka4T .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-uQnhLpka4T .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uQnhLpka4T .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-uQnhLpka4T .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-uQnhLpka4T .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-uQnhLpka4T .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-uQnhLpka4T .carousel-inner {
  height: 100%;
}
.cid-uQnhLpka4T .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-uQnhLpka4T .image_wrapper {
  height: 950px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-uQnhLpka4T .image_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uQnhLpka4T .carousel-item .container-slide {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uQnhLpka4T .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uQnhLpka4T .content-slider-wrap {
    width: 100%!important;
  }
  .cid-uQnhLpka4T .image_wrapper {
    height: 570px;
  }
}
.cid-uQnhLpka4T P {
  color: #dd2b1c;
}
.cid-uPNgtvntFx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff1e2;
}
.cid-uPNgtvntFx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNgtvntFx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNgtvntFx .content-wrapper {
  display: flex;
  position: relative;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-uPNgtvntFx .content-wrapper {
    padding: 30px 20px;
  }
}
.cid-uPNgtvntFx .content-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uPNgtvntFx .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uPNgtvntFx .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: linear-gradient(0.251turn, #f8e7d2 37%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-uPNgtvntFx .content-wrapper .content-wrap {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uPNgtvntFx .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uPNgtvntFx .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #fff1e2;
  padding: 8px 16px;
  margin-bottom: 32px;
}
.cid-uPNgtvntFx .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uPNgtvntFx .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uPNgtvntFx .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 64px;
}
.cid-uPNgtvntFx .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPNgtvntFx .mbr-section-title {
  color: #404349;
}
.cid-uPNgtvntFx .mbr-text {
  color: #404349;
}
.cid-uPNgtvntFx .mbr-desc {
  color: #b19a7c;
}
.cid-uPNgtvA3Zc {
  padding-top: 2rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/celik-hadde-imalati-uretimi-prosteel-800x600.png");
}
.cid-uPNgtvA3Zc::before {
  content: '';
  position: absolute;
  right: -14%;
  bottom: 0;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(#dd2b1c -10%, transparent 95%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uPNgtvA3Zc::before {
    opacity: .4;
  }
}
.cid-uPNgtvA3Zc::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -20%;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #a7a4a3 -10%, transparent 95%);
}
@media (max-width: 992px) {
  .cid-uPNgtvA3Zc::after {
    opacity: .4;
  }
}
.cid-uPNgtvA3Zc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNgtvA3Zc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNgtvA3Zc .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uPNgtvA3Zc .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uPNgtvA3Zc .container {
    padding: 0 16px;
  }
}
.cid-uPNgtvA3Zc .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uPNgtvA3Zc .row .card {
  justify-content: flex-end;
}
.cid-uPNgtvA3Zc .title-wrapper {
  margin-bottom: 246px;
}
@media (max-width: 1200px) {
  .cid-uPNgtvA3Zc .title-wrapper {
    margin-bottom: 148px;
  }
}
@media (max-width: 992px) {
  .cid-uPNgtvA3Zc .title-wrapper {
    margin-bottom: 90px;
  }
}
.cid-uPNgtvA3Zc .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uPNgtvA3Zc .title-wrapper .mbr-section-title span {
  color: #dd2b1c;
}
.cid-uPNgtvA3Zc .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPNgtvA3Zc .text-wrapper .text_2 {
  margin-top: 32px;
}
.cid-uPNgtvA3Zc .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uPNgtvA3Zc .text-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uPNgtvA3Zc .text-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uPNgtvA3Zc .text-wrapper .mbr-section-btn .btn-success-outline,
.cid-uPNgtvA3Zc .text-wrapper .mbr-section-btn .btn-info-outline,
.cid-uPNgtvA3Zc .text-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uPNgtvA3Zc .text-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uPNgtvA3Zc .text-wrapper .mbr-section-btn .btn-black-outline,
.cid-uPNgtvA3Zc .text-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uPNgtvA3Zc .text-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uPNgtvA3Zc .text-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uPNgtvA3Zc .text-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uPNgtvA3Zc .text-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uPNgtvA3Zc .text-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uPNgtvA3Zc .text-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uPNgtvA3Zc .text-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uPNgtvA3Zc .text-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uPNgtvA3Zc .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uPNgtvA3Zc .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uPNgtvA3Zc .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uPNgtvA3Zc .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uPNgtvA3Zc .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uPNgtvA3Zc .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uPNgtvA3Zc .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uPNgtvA3Zc .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uPNgtvA3Zc .text-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uPNgtvA3Zc .text-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uPNgtvA3Zc .text-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uPNgtvA3Zc .text-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uPNgtvA3Zc .text-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uPNgtvA3Zc .text-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uPNgtvA3Zc .text-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-uPNgtvA3Zc .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uPNgtvA3Zc .text-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uPNgtvA3Zc .text-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uPNgtvA3Zc .text-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uPNgtvA3Zc .text-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uPNgtvA3Zc .text-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uPNgtvA3Zc .text-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uPNgtvA3Zc .text-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uPNgtvA3Zc .text-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uPNgtvA3Zc .text-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uPNgtvA3Zc .text-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uPNgtvA3Zc .text-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uPNgtvA3Zc .text-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uPNgtvA3Zc .text-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uPNgtvA3Zc .text-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uPNgtvA3Zc .text-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uPNgtvA3Zc .text-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uPNgtvA3Zc .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uPNgtvA3Zc .text-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #dd2b1c !important;
}
.cid-uPNgtvA3Zc .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uPNgtvA3Zc .text-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #ffffff !important;
}
.cid-uPNgtvA3Zc .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uPNgtvA3Zc .text-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #3a341c !important;
}
.cid-uPNgtvA3Zc .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uPNgtvA3Zc .text-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #320707 !important;
}
.cid-uPNgtvA3Zc .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uPNgtvA3Zc .text-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #a0e2e1 !important;
}
.cid-uPNgtvA3Zc .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uPNgtvA3Zc .text-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #ffea64 !important;
}
.cid-uPNgtvA3Zc .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uPNgtvA3Zc .text-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uPNgtvA3Zc .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uPNgtvA3Zc .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uPNgtvA3Zc .mbr-section-title {
  color: #000000;
}
.cid-uPNgtvA3Zc .mbr-text {
  color: #000000;
}
.cid-uPNgtvO6GQ {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #dd2b1c, #232323);
}
@media (min-width: 768px) {
  .cid-uPNgtvO6GQ {
    align-items: flex-start;
  }
  .cid-uPNgtvO6GQ .row {
    justify-content: flex-start;
  }
}
.cid-uPNgtvO6GQ .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uPNgtvO6GQ .mbr-text,
.cid-uPNgtvO6GQ .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uPNgtvO6GQ .mbr-section-title,
.cid-uPNgtvO6GQ .line {
  color: #ffffff;
  text-align: center;
}
.cid-uPNgtvO6GQ h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uPNgtvO6GQ h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uPNgtvO6GQ .mbr-section-subtitle,
.cid-uPNgtvO6GQ .align {
  text-align: left;
  color: #232323;
}
.cid-uPNgtwDctw {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #232323, #dd2b1c);
}
@media (min-width: 768px) {
  .cid-uPNgtwDctw {
    align-items: flex-start;
  }
  .cid-uPNgtwDctw .row {
    justify-content: flex-start;
  }
}
.cid-uPNgtwDctw .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uPNgtwDctw .mbr-text,
.cid-uPNgtwDctw .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uPNgtwDctw .mbr-section-title,
.cid-uPNgtwDctw .line {
  color: #ffffff;
  text-align: center;
}
.cid-uPNgtwDctw h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uPNgtwDctw h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uPNgtwDctw .mbr-section-subtitle,
.cid-uPNgtwDctw .align {
  text-align: left;
  color: #232323;
}
.cid-uPNgtxt20a {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/yapi-proje-gelistirme-prosteel2032-1000x749.jpg");
}
.cid-uPNgtxt20a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNgtxt20a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNgtxt20a .row {
  margin: 0 -8px;
}
.cid-uPNgtxt20a .row .card {
  padding: 0 8px;
}
.cid-uPNgtxt20a .card-wrapper {
  position: relative;
  padding: 75px 64px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uPNgtxt20a .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uPNgtxt20a .card-wrapper {
    padding: 24px;
  }
}
.cid-uPNgtxt20a .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
}
.cid-uPNgtxt20a .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #dd2b1c;
  opacity: .6;
}
.cid-uPNgtxt20a .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uPNgtxt20a .card-wrapper .card-wrap .mbr-label {
  margin-bottom: 24px;
}
.cid-uPNgtxt20a .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uPNgtxt20a .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uPNgtxt20a .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uPNgtxt20a .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uPNgtxt20a .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPNgtxt20a .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uPNgtxt20a .mbr-label {
  color: #63635d;
  text-align: center;
}
.cid-uPNgtxt20a .mbr-text,
.cid-uPNgtxt20a .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uPNgtxt20a .mbr-section-title,
.cid-uPNgtxt20a .mbr-section-btn {
  color: #ffffff;
}
.cid-uPNgtxIFWE {
  padding-top: 2rem;
  padding-bottom: 0rem;
  border-bottom: 2px solid #ffffff;
  background-image: url("../../../assets/images/yapi-proje-gelistirme-prosteel2010-1000x679.jpg");
}
.cid-uPNgtxIFWE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNgtxIFWE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNgtxIFWE .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uPNgtxIFWE .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uPNgtxIFWE .content-wrapper {
    padding: 0;
  }
}
.cid-uPNgtxIFWE .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uPNgtxIFWE .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uPNgtxIFWE .mbr-section-title,
.cid-uPNgtxIFWE .title-wrapper {
  color: #ffffff;
}
.cid-uPNgtxIFWE .mbr-section-title,
.cid-uPNgtxIFWE .mbr-section-btn,
.cid-uPNgtxIFWE .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uPNgtxVj53 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPNgtxVj53 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNgtxVj53 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNgtxVj53 .container {
  max-width: 1472px;
}
.cid-uPNgtxVj53 .footer-main-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-radius: 2.08rem;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-uPNgtxVj53 .col-brand {
  width: 100%;
  padding: 2.5rem;
}
@media (max-width: 991px) {
  .cid-uPNgtxVj53 .col-brand {
    padding: 24px;
  }
}
.cid-uPNgtxVj53 .navbar-brand {
  display: flex;
  flex-basis: auto;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  white-space: normal;
  flex-shrink: 0;
  align-items: center;
  padding: 0;
  z-index: 1;
  margin-right: auto;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uPNgtxVj53 .navbar-brand:hover {
  transform: scale(1.1);
}
.cid-uPNgtxVj53 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uPNgtxVj53 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uPNgtxVj53 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uPNgtxVj53 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uPNgtxVj53 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uPNgtxVj53 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uPNgtxVj53 .links-container {
  width: 100%;
  padding: 2.5rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 8.8%;
}
@media (max-width: 991px) {
  .cid-uPNgtxVj53 .links-container {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 17.6%;
    row-gap: 6.67rem;
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uPNgtxVj53 .links-container {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1.2rem;
    row-gap: 1.2rem;
  }
}
.cid-uPNgtxVj53 .mbr-section-subtitle {
  color: #13287d;
  margin-bottom: 12px;
}
.cid-uPNgtxVj53 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #232323;
}
.cid-uPNgtxVj53 .list li {
  width: 100%;
  color: inherit !important;
  margin: 6px 0;
}
.cid-uPNgtxVj53 .list li:hover {
  color: #dd2b1c !important;
}
.cid-uPNgtxVj53 .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uPNgtxVj53 .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uPNgtxVj53 .copyright-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid rgba(255, 255, 255, 0.01);
  padding: 32px 0 24px;
}
@media (max-width: 767px) {
  .cid-uPNgtxVj53 .copyright-container {
    padding: 24px 0 16px;
    flex-wrap: wrap;
  }
}
.cid-uPNgtxVj53 .copyright {
  color: #232323;
  max-width: 45%;
}
@media (max-width: 767px) {
  .cid-uPNgtxVj53 .copyright {
    max-width: 100%;
    width: 100%;
  }
}
.cid-uPNgtxVj53 .social-row {
  width: auto;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  max-width: 45%;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uPNgtxVj53 .social-row {
    max-width: 100%;
    width: 100%;
    justify-content: flex-start;
  }
}
.cid-uPNgtxVj53 .mbr-iconfont {
  font-size: 22px;
  color: #ae5eff;
}
.cid-uPNgtxVj53 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.01);
  margin-left: 4px;
  margin-bottom: 4px;
  padding: 12px;
  min-height: 70px;
  min-width: 70px;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-uPNgtxVj53 .soc-item {
    margin-left: 0;
    margin-right: 4px;
    margin-bottom: 0;
    margin-top: 4px;
    padding: 10px;
    min-height: 50px;
    min-width: 50px;
  }
}
.cid-uPNgtxVj53 .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPNgtxVj53 .soc-item a:hover {
  text-decoration-line: none !important;
}
.cid-uPNgtxVj53 .soc-item:hover {
  transform: scale(0.95);
}
.cid-uPNgtxVj53 .soc-item:hover .mbr-iconfont {
  color: #FFDD65 !important;
}
.cid-uPNixwyaCM .navbar {
  padding: 0.5rem 0;
  background: #9c98cf;
  transition: none;
  min-height: 50px;
}
.cid-uPNixwyaCM .navbar-fixed-top {
  padding-top: 0;
}
.cid-uPNixwyaCM .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-uPNixwyaCM .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #5a67a1;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-uPNixwyaCM .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-uPNixwyaCM .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uPNixwyaCM .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uPNixwyaCM .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uPNixwyaCM .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-uPNixwyaCM .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uPNixwyaCM .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uPNixwyaCM .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uPNixwyaCM .menu-content-top {
  background: #dd2b1c;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uPNixwyaCM .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-uPNixwyaCM .dropdown-item:hover {
  color: #d2d2df !important;
}
.cid-uPNixwyaCM .nav-link,
.cid-uPNixwyaCM .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-uPNixwyaCM .nav-link:hover,
.cid-uPNixwyaCM .brand-name:hover {
  color: #d2d2df !important;
}
.cid-uPNixwyaCM .dropdown-menu {
  background-color: #5a67a1;
}
.cid-uPNixwyaCM .dropdown-item:active {
  background-color: #5a67a1;
}
.cid-uPNixwyaCM .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-uPNixwyaCM .navbar-dropdown.bg-color.transparent.opened {
  background: #9c98cf;
}
.cid-uPNixwyaCM .nav-item {
  position: relative;
}
.cid-uPNixwyaCM .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uPNixwyaCM .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-uPNixwyaCM .nav-item .nav-link:focus {
  outline: none;
}
.cid-uPNixwyaCM .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPNixwyaCM .content-text {
  margin-bottom: 0;
}
.cid-uPNixwyaCM .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uPNixwyaCM .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #dd2b1c;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uPNixwyaCM .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uPNixwyaCM .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uPNixwyaCM .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uPNixwyaCM .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPNixwyaCM .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uPNixwyaCM .content-right-side {
  text-align: center;
}
.cid-uPNixwyaCM .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uPNixwyaCM .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uPNixwyaCM .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uPNixwyaCM .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-uPNixwyaCM .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uPNixwyaCM .info-widget:first-child {
  margin-left: 0;
}
.cid-uPNixwyaCM .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-uPNixwyaCM .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uPNixwyaCM .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uPNixwyaCM .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uPNixwyaCM .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-uPNixwyaCM .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uPNixwyaCM .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #5a67a1;
}
@media (min-width: 992px) {
  .cid-uPNixwyaCM .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-uPNixwyaCM .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #d2d2df;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-uPNixwyaCM .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-uPNixwyaCM .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uPNixwyaCM .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-uPNixwyaCM .navbar {
    display: block;
    padding: 0;
  }
  .cid-uPNixwyaCM .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-uPNixwyaCM .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uPNixwyaCM .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uPNixwyaCM .navbar-toggler {
    display: none;
  }
  .cid-uPNixwyaCM .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-uPNixwyaCM .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uPNixwyaCM .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-uPNixwyaCM .btn-sm {
  padding: 13px 29px;
}
.cid-uPNixwyaCM .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uPNixwyaCM .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-uPNixwyaCM .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-uPNixwyaCM .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uPNixwyaCM .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uPNixwyaCM .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uPNixwyaCM .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uPNixwyaCM .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uPNixwyaCM .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uPNixwyaCM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPNixwyaCM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPNixwyaCM .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uPNixwyaCM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uPNixwyaCM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPNixwyaCM .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uPNixwyaCM .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPNixwyaCM .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uPNixwyaCM .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-uPNixwyaCM .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uPNixwyaCM .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uPNixwyaCM .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uPNixwyaCM button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-uPNixwyaCM button.navbar-toggler:focus {
  outline: none;
}
.cid-uPNixwyaCM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uPNixwyaCM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPNixwyaCM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPNixwyaCM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPNixwyaCM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPNixwyaCM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPNixwyaCM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPNixwyaCM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPNixwyaCM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPNixwyaCM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPNixwyaCM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPNixwyaCM .collapsed .btn {
  display: flex;
}
.cid-uPNixwyaCM .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uPNixwyaCM .collapsed .navbar-collapse.collapsing,
.cid-uPNixwyaCM .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uPNixwyaCM .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uPNixwyaCM .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uPNixwyaCM .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uPNixwyaCM .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uPNixwyaCM .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uPNixwyaCM .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uPNixwyaCM .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uPNixwyaCM .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uPNixwyaCM .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uPNixwyaCM .collapsed button.navbar-toggler {
  display: block;
}
.cid-uPNixwyaCM .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uPNixwyaCM .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uPNixwyaCM .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uPNixwyaCM .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uPNixwyaCM .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uPNixwyaCM .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uPNixwyaCM .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uPNixwyaCM .menu-content-top {
    display: flex;
  }
  .cid-uPNixwyaCM .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-uPNixwyaCM .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-uPNixwyaCM .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-uPNixwyaCM .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-uPNixwyaCM .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-uPNixwyaCM .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-uPNixwyaCM .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-uPNixwyaCM .navbar-collapse.collapsing,
  .cid-uPNixwyaCM .navbar-collapse.show {
    display: block !important;
  }
  .cid-uPNixwyaCM .navbar-collapse.collapsing .navbar-nav,
  .cid-uPNixwyaCM .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uPNixwyaCM .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uPNixwyaCM .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uPNixwyaCM .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-uPNixwyaCM .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #dd2b1c;
  }
  .cid-uPNixwyaCM .navbar-collapse.collapsing .navbar-buttons,
  .cid-uPNixwyaCM .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uPNixwyaCM .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uPNixwyaCM .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uPNixwyaCM img {
    height: 3.8rem !important;
  }
  .cid-uPNixwyaCM .btn {
    display: flex;
  }
  .cid-uPNixwyaCM button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-uPNixwyaCM .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-uPNixwyaCM .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uPNixwyaCM .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uPNixwyaCM .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uPNixwyaCM .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uPNixwyaCM .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uPNixwyaCM .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uPNixwyaCM .nav-link:focus {
  outline: none;
}
.cid-uPNixwyaCM .navbar-toggler {
  position: relative;
}
.cid-uPNixwyaCM .widget-title,
.cid-uPNixwyaCM .widget-icon {
  color: #e9e9e9;
}
.cid-uPNixwyaCM .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-uPNixwyaCM .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-uPNixwyaCM .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-uPNixwyaCM .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-uPNixwyaCM .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-uPNixwyaCM .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-uPNixwyaCM .menu-content-top,
  .cid-uPNixwyaCM .menu-bottom {
    padding: 0 15px;
  }
  .cid-uPNixwyaCM button.navbar-toggler {
    align-self: center;
  }
  .cid-uPNixwyaCM .btn {
    margin-left: 0;
  }
  .cid-uPNixwyaCM .widget-icon {
    padding-right: 0;
  }
}
.cid-uPNixwyaCM .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-uPNixwyaCM .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #5a67a1;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-uPNixwyaCM .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-uPNixwyaCM .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #d2d2df;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-uPNixwyaCM .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-uPNixyanJ9 {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(to bottom, #163300, #dd2b1c);
}
@media (min-width: 768px) {
  .cid-uPNixyanJ9 {
    align-items: flex-start;
  }
  .cid-uPNixyanJ9 .row {
    justify-content: flex-start;
  }
}
.cid-uPNixyanJ9 .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uPNixyanJ9 .mbr-text,
.cid-uPNixyanJ9 .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uPNixyanJ9 .mbr-section-title,
.cid-uPNixyanJ9 .line {
  color: #232323;
}
.cid-uPNixyanJ9 h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uPNixyanJ9 h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uPNixyanJ9 .mbr-section-subtitle,
.cid-uPNixyanJ9 .align {
  text-align: left;
  color: #232323;
}
.cid-uQnhRw4QlX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #254b45;
}
.cid-uQnhRw4QlX .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uQnhRw4QlX .modal-body .close {
  background: #1b1b1b;
}
.cid-uQnhRw4QlX .modal-body .close span {
  font-style: normal;
}
@media (min-width: 992px) {
  .cid-uQnhRw4QlX .align-center {
    text-align: left;
    max-width: 850px;
  }
  .cid-uQnhRw4QlX .carousel-caption {
    justify-content: flex-start !important;
    padding-left: 5rem;
  }
}
.cid-uQnhRw4QlX .mbr-slider .carousel-control {
  background: black!important;
  border-radius: 6px;
  height: 100px;
  width: 50px;
}
.cid-uQnhRw4QlX .mbri-right:before {
  content: "\e909";
  color: white;
}
.cid-uQnhRw4QlX .mbri-left:before {
  content: "\e90a";
  color: white;
}
.cid-uQnhRw4QlX .container {
  max-width: 100%;
  padding: 0;
}
.cid-uQnhRw4QlX .content-slider-wrap {
  width: 100%;
}
.cid-uQnhRw4QlX .carousel-inner > .active,
.cid-uQnhRw4QlX .carousel-inner > .next,
.cid-uQnhRw4QlX .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-uQnhRw4QlX .carousel-control .icon-next,
.cid-uQnhRw4QlX .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uQnhRw4QlX .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uQnhRw4QlX .mbr-iconfont {
  color: black;
  font-size: 2rem!important;
  font-family: 'Moririse2' !important;
  font-weight: 600;
}
.cid-uQnhRw4QlX .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-uQnhRw4QlX .boxed-slider > div {
  position: relative;
}
.cid-uQnhRw4QlX .container img {
  width: 100%;
}
.cid-uQnhRw4QlX .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-uQnhRw4QlX .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uQnhRw4QlX .mbr-table-cell {
  padding: 0;
}
.cid-uQnhRw4QlX .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uQnhRw4QlX .carousel-caption {
  top: auto;
  right: 0;
  bottom: 2rem;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uQnhRw4QlX .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uQnhRw4QlX .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-uQnhRw4QlX .carousel-item.active.right,
.cid-uQnhRw4QlX .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uQnhRw4QlX .carousel-item.active.left,
.cid-uQnhRw4QlX .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uQnhRw4QlX .carousel-item.active,
.cid-uQnhRw4QlX .carousel-item.next.left,
.cid-uQnhRw4QlX .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-uQnhRw4QlX .mbr-slider .carousel-control {
  top: 50%;
  margin-top: -1.5rem;
  font-size: 35px;
  transition: all .3s;
  z-index: 11;
}
@media (max-width: 767px) {
  .cid-uQnhRw4QlX .mbr-slider .carousel-control {
    top: 20%;
  }
}
.cid-uQnhRw4QlX .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQnhRw4QlX .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uQnhRw4QlX .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-uQnhRw4QlX .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uQnhRw4QlX .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 10px;
  width: 10px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-uQnhRw4QlX .mbr-slider .carousel-indicators li.active,
.cid-uQnhRw4QlX .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-uQnhRw4QlX .mbr-slider .carousel-indicators li::after,
.cid-uQnhRw4QlX .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-uQnhRw4QlX .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-uQnhRw4QlX .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-uQnhRw4QlX .mbr-slider > .container img {
  width: 100%;
}
.cid-uQnhRw4QlX .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uQnhRw4QlX .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-uQnhRw4QlX .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uQnhRw4QlX .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uQnhRw4QlX .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-uQnhRw4QlX .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-uQnhRw4QlX .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-uQnhRw4QlX .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-uQnhRw4QlX .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-uQnhRw4QlX .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uQnhRw4QlX .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-uQnhRw4QlX .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-uQnhRw4QlX .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-uQnhRw4QlX .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-uQnhRw4QlX .carousel-inner {
  height: 100%;
}
.cid-uQnhRw4QlX .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-uQnhRw4QlX .image_wrapper {
  height: 950px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-uQnhRw4QlX .image_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uQnhRw4QlX .carousel-item .container-slide {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uQnhRw4QlX .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uQnhRw4QlX .content-slider-wrap {
    width: 100%!important;
  }
  .cid-uQnhRw4QlX .image_wrapper {
    height: 570px;
  }
}
.cid-uQnhRw4QlX P {
  color: #dd2b1c;
}
.cid-uPNixzPqD8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff1e2;
}
.cid-uPNixzPqD8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNixzPqD8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNixzPqD8 .content-wrapper {
  display: flex;
  position: relative;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-uPNixzPqD8 .content-wrapper {
    padding: 30px 20px;
  }
}
.cid-uPNixzPqD8 .content-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uPNixzPqD8 .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uPNixzPqD8 .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: linear-gradient(0.251turn, #f8e7d2 37%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-uPNixzPqD8 .content-wrapper .content-wrap {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uPNixzPqD8 .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uPNixzPqD8 .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #fff1e2;
  padding: 8px 16px;
  margin-bottom: 32px;
}
.cid-uPNixzPqD8 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uPNixzPqD8 .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uPNixzPqD8 .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 64px;
}
.cid-uPNixzPqD8 .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPNixzPqD8 .mbr-section-title {
  color: #404349;
}
.cid-uPNixzPqD8 .mbr-text {
  color: #404349;
}
.cid-uPNixzPqD8 .mbr-desc {
  color: #b19a7c;
}
.cid-uPNixA3qPR {
  padding-top: 2rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/celik-hadde-imalati-uretimi-prosteel-800x600.png");
}
.cid-uPNixA3qPR::before {
  content: '';
  position: absolute;
  right: -14%;
  bottom: 0;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(#dd2b1c -10%, transparent 95%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uPNixA3qPR::before {
    opacity: .4;
  }
}
.cid-uPNixA3qPR::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -20%;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #a7a4a3 -10%, transparent 95%);
}
@media (max-width: 992px) {
  .cid-uPNixA3qPR::after {
    opacity: .4;
  }
}
.cid-uPNixA3qPR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNixA3qPR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNixA3qPR .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uPNixA3qPR .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uPNixA3qPR .container {
    padding: 0 16px;
  }
}
.cid-uPNixA3qPR .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uPNixA3qPR .row .card {
  justify-content: flex-end;
}
.cid-uPNixA3qPR .title-wrapper {
  margin-bottom: 246px;
}
@media (max-width: 1200px) {
  .cid-uPNixA3qPR .title-wrapper {
    margin-bottom: 148px;
  }
}
@media (max-width: 992px) {
  .cid-uPNixA3qPR .title-wrapper {
    margin-bottom: 90px;
  }
}
.cid-uPNixA3qPR .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uPNixA3qPR .title-wrapper .mbr-section-title span {
  color: #dd2b1c;
}
.cid-uPNixA3qPR .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPNixA3qPR .text-wrapper .text_2 {
  margin-top: 32px;
}
.cid-uPNixA3qPR .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uPNixA3qPR .text-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uPNixA3qPR .text-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uPNixA3qPR .text-wrapper .mbr-section-btn .btn-success-outline,
.cid-uPNixA3qPR .text-wrapper .mbr-section-btn .btn-info-outline,
.cid-uPNixA3qPR .text-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uPNixA3qPR .text-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uPNixA3qPR .text-wrapper .mbr-section-btn .btn-black-outline,
.cid-uPNixA3qPR .text-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uPNixA3qPR .text-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uPNixA3qPR .text-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uPNixA3qPR .text-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uPNixA3qPR .text-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uPNixA3qPR .text-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uPNixA3qPR .text-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uPNixA3qPR .text-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uPNixA3qPR .text-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uPNixA3qPR .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uPNixA3qPR .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uPNixA3qPR .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uPNixA3qPR .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uPNixA3qPR .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uPNixA3qPR .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uPNixA3qPR .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uPNixA3qPR .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uPNixA3qPR .text-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uPNixA3qPR .text-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uPNixA3qPR .text-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uPNixA3qPR .text-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uPNixA3qPR .text-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uPNixA3qPR .text-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uPNixA3qPR .text-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-uPNixA3qPR .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uPNixA3qPR .text-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uPNixA3qPR .text-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uPNixA3qPR .text-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uPNixA3qPR .text-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uPNixA3qPR .text-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uPNixA3qPR .text-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uPNixA3qPR .text-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uPNixA3qPR .text-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uPNixA3qPR .text-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uPNixA3qPR .text-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uPNixA3qPR .text-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uPNixA3qPR .text-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uPNixA3qPR .text-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uPNixA3qPR .text-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uPNixA3qPR .text-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uPNixA3qPR .text-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uPNixA3qPR .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uPNixA3qPR .text-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #dd2b1c !important;
}
.cid-uPNixA3qPR .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uPNixA3qPR .text-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #ffffff !important;
}
.cid-uPNixA3qPR .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uPNixA3qPR .text-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #3a341c !important;
}
.cid-uPNixA3qPR .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uPNixA3qPR .text-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #320707 !important;
}
.cid-uPNixA3qPR .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uPNixA3qPR .text-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #a0e2e1 !important;
}
.cid-uPNixA3qPR .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uPNixA3qPR .text-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #ffea64 !important;
}
.cid-uPNixA3qPR .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uPNixA3qPR .text-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uPNixA3qPR .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uPNixA3qPR .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uPNixA3qPR .mbr-section-title {
  color: #000000;
}
.cid-uPNixA3qPR .mbr-text {
  color: #000000;
}
.cid-uPNixAi6Nd {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #dd2b1c, #232323);
}
@media (min-width: 768px) {
  .cid-uPNixAi6Nd {
    align-items: flex-start;
  }
  .cid-uPNixAi6Nd .row {
    justify-content: flex-start;
  }
}
.cid-uPNixAi6Nd .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uPNixAi6Nd .mbr-text,
.cid-uPNixAi6Nd .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uPNixAi6Nd .mbr-section-title,
.cid-uPNixAi6Nd .line {
  color: #ffffff;
  text-align: center;
}
.cid-uPNixAi6Nd h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uPNixAi6Nd h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uPNixAi6Nd .mbr-section-subtitle,
.cid-uPNixAi6Nd .align {
  text-align: left;
  color: #232323;
}
.cid-uPNixBeui2 {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #232323, #dd2b1c);
}
@media (min-width: 768px) {
  .cid-uPNixBeui2 {
    align-items: flex-start;
  }
  .cid-uPNixBeui2 .row {
    justify-content: flex-start;
  }
}
.cid-uPNixBeui2 .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uPNixBeui2 .mbr-text,
.cid-uPNixBeui2 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uPNixBeui2 .mbr-section-title,
.cid-uPNixBeui2 .line {
  color: #ffffff;
  text-align: center;
}
.cid-uPNixBeui2 h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uPNixBeui2 h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uPNixBeui2 .mbr-section-subtitle,
.cid-uPNixBeui2 .align {
  text-align: left;
  color: #232323;
}
.cid-uPNixC9LYe {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/yapi-proje-gelistirme-prosteel2032-1000x749.jpg");
}
.cid-uPNixC9LYe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNixC9LYe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNixC9LYe .row {
  margin: 0 -8px;
}
.cid-uPNixC9LYe .row .card {
  padding: 0 8px;
}
.cid-uPNixC9LYe .card-wrapper {
  position: relative;
  padding: 75px 64px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uPNixC9LYe .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uPNixC9LYe .card-wrapper {
    padding: 24px;
  }
}
.cid-uPNixC9LYe .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
}
.cid-uPNixC9LYe .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #dd2b1c;
  opacity: .6;
}
.cid-uPNixC9LYe .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uPNixC9LYe .card-wrapper .card-wrap .mbr-label {
  margin-bottom: 24px;
}
.cid-uPNixC9LYe .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uPNixC9LYe .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uPNixC9LYe .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uPNixC9LYe .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uPNixC9LYe .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPNixC9LYe .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uPNixC9LYe .mbr-label {
  color: #63635d;
  text-align: center;
}
.cid-uPNixC9LYe .mbr-text,
.cid-uPNixC9LYe .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uPNixC9LYe .mbr-section-title,
.cid-uPNixC9LYe .mbr-section-btn {
  color: #ffffff;
}
.cid-uPNixCpyNb {
  padding-top: 2rem;
  padding-bottom: 0rem;
  border-bottom: 2px solid #ffffff;
  background-image: url("../../../assets/images/yapi-proje-gelistirme-prosteel2010-1000x679.jpg");
}
.cid-uPNixCpyNb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNixCpyNb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNixCpyNb .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uPNixCpyNb .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uPNixCpyNb .content-wrapper {
    padding: 0;
  }
}
.cid-uPNixCpyNb .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uPNixCpyNb .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uPNixCpyNb .mbr-section-title,
.cid-uPNixCpyNb .title-wrapper {
  color: #ffffff;
}
.cid-uPNixCpyNb .mbr-section-title,
.cid-uPNixCpyNb .mbr-section-btn,
.cid-uPNixCpyNb .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uPNixCEEHU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPNixCEEHU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNixCEEHU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNixCEEHU .container {
  max-width: 1472px;
}
.cid-uPNixCEEHU .footer-main-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-radius: 2.08rem;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-uPNixCEEHU .col-brand {
  width: 100%;
  padding: 2.5rem;
}
@media (max-width: 991px) {
  .cid-uPNixCEEHU .col-brand {
    padding: 24px;
  }
}
.cid-uPNixCEEHU .navbar-brand {
  display: flex;
  flex-basis: auto;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  white-space: normal;
  flex-shrink: 0;
  align-items: center;
  padding: 0;
  z-index: 1;
  margin-right: auto;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uPNixCEEHU .navbar-brand:hover {
  transform: scale(1.1);
}
.cid-uPNixCEEHU .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uPNixCEEHU .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uPNixCEEHU .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uPNixCEEHU .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uPNixCEEHU .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uPNixCEEHU .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uPNixCEEHU .links-container {
  width: 100%;
  padding: 2.5rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 8.8%;
}
@media (max-width: 991px) {
  .cid-uPNixCEEHU .links-container {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 17.6%;
    row-gap: 6.67rem;
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uPNixCEEHU .links-container {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1.2rem;
    row-gap: 1.2rem;
  }
}
.cid-uPNixCEEHU .mbr-section-subtitle {
  color: #13287d;
  margin-bottom: 12px;
}
.cid-uPNixCEEHU .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #232323;
}
.cid-uPNixCEEHU .list li {
  width: 100%;
  color: inherit !important;
  margin: 6px 0;
}
.cid-uPNixCEEHU .list li:hover {
  color: #dd2b1c !important;
}
.cid-uPNixCEEHU .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uPNixCEEHU .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uPNixCEEHU .copyright-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid rgba(255, 255, 255, 0.01);
  padding: 32px 0 24px;
}
@media (max-width: 767px) {
  .cid-uPNixCEEHU .copyright-container {
    padding: 24px 0 16px;
    flex-wrap: wrap;
  }
}
.cid-uPNixCEEHU .copyright {
  color: #232323;
  max-width: 45%;
}
@media (max-width: 767px) {
  .cid-uPNixCEEHU .copyright {
    max-width: 100%;
    width: 100%;
  }
}
.cid-uPNixCEEHU .social-row {
  width: auto;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  max-width: 45%;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uPNixCEEHU .social-row {
    max-width: 100%;
    width: 100%;
    justify-content: flex-start;
  }
}
.cid-uPNixCEEHU .mbr-iconfont {
  font-size: 22px;
  color: #ae5eff;
}
.cid-uPNixCEEHU .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.01);
  margin-left: 4px;
  margin-bottom: 4px;
  padding: 12px;
  min-height: 70px;
  min-width: 70px;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-uPNixCEEHU .soc-item {
    margin-left: 0;
    margin-right: 4px;
    margin-bottom: 0;
    margin-top: 4px;
    padding: 10px;
    min-height: 50px;
    min-width: 50px;
  }
}
.cid-uPNixCEEHU .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPNixCEEHU .soc-item a:hover {
  text-decoration-line: none !important;
}
.cid-uPNixCEEHU .soc-item:hover {
  transform: scale(0.95);
}
.cid-uPNixCEEHU .soc-item:hover .mbr-iconfont {
  color: #FFDD65 !important;
}
.cid-uPNizkfHmC .navbar {
  padding: 0.5rem 0;
  background: #9c98cf;
  transition: none;
  min-height: 50px;
}
.cid-uPNizkfHmC .navbar-fixed-top {
  padding-top: 0;
}
.cid-uPNizkfHmC .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-uPNizkfHmC .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #5a67a1;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-uPNizkfHmC .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-uPNizkfHmC .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uPNizkfHmC .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uPNizkfHmC .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uPNizkfHmC .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-uPNizkfHmC .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uPNizkfHmC .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uPNizkfHmC .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uPNizkfHmC .menu-content-top {
  background: #dd2b1c;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uPNizkfHmC .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-uPNizkfHmC .dropdown-item:hover {
  color: #d2d2df !important;
}
.cid-uPNizkfHmC .nav-link,
.cid-uPNizkfHmC .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-uPNizkfHmC .nav-link:hover,
.cid-uPNizkfHmC .brand-name:hover {
  color: #d2d2df !important;
}
.cid-uPNizkfHmC .dropdown-menu {
  background-color: #5a67a1;
}
.cid-uPNizkfHmC .dropdown-item:active {
  background-color: #5a67a1;
}
.cid-uPNizkfHmC .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-uPNizkfHmC .navbar-dropdown.bg-color.transparent.opened {
  background: #9c98cf;
}
.cid-uPNizkfHmC .nav-item {
  position: relative;
}
.cid-uPNizkfHmC .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uPNizkfHmC .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-uPNizkfHmC .nav-item .nav-link:focus {
  outline: none;
}
.cid-uPNizkfHmC .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPNizkfHmC .content-text {
  margin-bottom: 0;
}
.cid-uPNizkfHmC .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uPNizkfHmC .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #dd2b1c;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uPNizkfHmC .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uPNizkfHmC .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uPNizkfHmC .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uPNizkfHmC .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPNizkfHmC .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uPNizkfHmC .content-right-side {
  text-align: center;
}
.cid-uPNizkfHmC .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uPNizkfHmC .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uPNizkfHmC .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uPNizkfHmC .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-uPNizkfHmC .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uPNizkfHmC .info-widget:first-child {
  margin-left: 0;
}
.cid-uPNizkfHmC .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-uPNizkfHmC .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uPNizkfHmC .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uPNizkfHmC .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uPNizkfHmC .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-uPNizkfHmC .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uPNizkfHmC .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #5a67a1;
}
@media (min-width: 992px) {
  .cid-uPNizkfHmC .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-uPNizkfHmC .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #d2d2df;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-uPNizkfHmC .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-uPNizkfHmC .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uPNizkfHmC .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-uPNizkfHmC .navbar {
    display: block;
    padding: 0;
  }
  .cid-uPNizkfHmC .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-uPNizkfHmC .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uPNizkfHmC .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uPNizkfHmC .navbar-toggler {
    display: none;
  }
  .cid-uPNizkfHmC .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-uPNizkfHmC .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uPNizkfHmC .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-uPNizkfHmC .btn-sm {
  padding: 13px 29px;
}
.cid-uPNizkfHmC .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uPNizkfHmC .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-uPNizkfHmC .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-uPNizkfHmC .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uPNizkfHmC .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uPNizkfHmC .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uPNizkfHmC .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uPNizkfHmC .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uPNizkfHmC .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uPNizkfHmC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPNizkfHmC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPNizkfHmC .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uPNizkfHmC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uPNizkfHmC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPNizkfHmC .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uPNizkfHmC .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPNizkfHmC .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uPNizkfHmC .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-uPNizkfHmC .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uPNizkfHmC .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uPNizkfHmC .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uPNizkfHmC button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-uPNizkfHmC button.navbar-toggler:focus {
  outline: none;
}
.cid-uPNizkfHmC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uPNizkfHmC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPNizkfHmC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPNizkfHmC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPNizkfHmC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPNizkfHmC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPNizkfHmC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPNizkfHmC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPNizkfHmC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPNizkfHmC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPNizkfHmC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPNizkfHmC .collapsed .btn {
  display: flex;
}
.cid-uPNizkfHmC .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uPNizkfHmC .collapsed .navbar-collapse.collapsing,
.cid-uPNizkfHmC .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uPNizkfHmC .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uPNizkfHmC .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uPNizkfHmC .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uPNizkfHmC .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uPNizkfHmC .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uPNizkfHmC .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uPNizkfHmC .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uPNizkfHmC .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uPNizkfHmC .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uPNizkfHmC .collapsed button.navbar-toggler {
  display: block;
}
.cid-uPNizkfHmC .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uPNizkfHmC .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uPNizkfHmC .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uPNizkfHmC .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uPNizkfHmC .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uPNizkfHmC .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uPNizkfHmC .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uPNizkfHmC .menu-content-top {
    display: flex;
  }
  .cid-uPNizkfHmC .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-uPNizkfHmC .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-uPNizkfHmC .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-uPNizkfHmC .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-uPNizkfHmC .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-uPNizkfHmC .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-uPNizkfHmC .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-uPNizkfHmC .navbar-collapse.collapsing,
  .cid-uPNizkfHmC .navbar-collapse.show {
    display: block !important;
  }
  .cid-uPNizkfHmC .navbar-collapse.collapsing .navbar-nav,
  .cid-uPNizkfHmC .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uPNizkfHmC .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uPNizkfHmC .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uPNizkfHmC .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-uPNizkfHmC .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #dd2b1c;
  }
  .cid-uPNizkfHmC .navbar-collapse.collapsing .navbar-buttons,
  .cid-uPNizkfHmC .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uPNizkfHmC .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uPNizkfHmC .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uPNizkfHmC img {
    height: 3.8rem !important;
  }
  .cid-uPNizkfHmC .btn {
    display: flex;
  }
  .cid-uPNizkfHmC button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-uPNizkfHmC .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-uPNizkfHmC .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uPNizkfHmC .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uPNizkfHmC .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uPNizkfHmC .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uPNizkfHmC .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uPNizkfHmC .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uPNizkfHmC .nav-link:focus {
  outline: none;
}
.cid-uPNizkfHmC .navbar-toggler {
  position: relative;
}
.cid-uPNizkfHmC .widget-title,
.cid-uPNizkfHmC .widget-icon {
  color: #e9e9e9;
}
.cid-uPNizkfHmC .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-uPNizkfHmC .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-uPNizkfHmC .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-uPNizkfHmC .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-uPNizkfHmC .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-uPNizkfHmC .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-uPNizkfHmC .menu-content-top,
  .cid-uPNizkfHmC .menu-bottom {
    padding: 0 15px;
  }
  .cid-uPNizkfHmC button.navbar-toggler {
    align-self: center;
  }
  .cid-uPNizkfHmC .btn {
    margin-left: 0;
  }
  .cid-uPNizkfHmC .widget-icon {
    padding-right: 0;
  }
}
.cid-uPNizkfHmC .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-uPNizkfHmC .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #5a67a1;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-uPNizkfHmC .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-uPNizkfHmC .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #d2d2df;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-uPNizkfHmC .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-uPNizkFRa7 {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(to bottom, #163300, #dd2b1c);
}
@media (min-width: 768px) {
  .cid-uPNizkFRa7 {
    align-items: flex-start;
  }
  .cid-uPNizkFRa7 .row {
    justify-content: flex-start;
  }
}
.cid-uPNizkFRa7 .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uPNizkFRa7 .mbr-text,
.cid-uPNizkFRa7 .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uPNizkFRa7 .mbr-section-title,
.cid-uPNizkFRa7 .line {
  color: #232323;
}
.cid-uPNizkFRa7 h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uPNizkFRa7 h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uPNizkFRa7 .mbr-section-subtitle,
.cid-uPNizkFRa7 .align {
  text-align: left;
  color: #232323;
}
.cid-uQnhXpsNmD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #254b45;
}
.cid-uQnhXpsNmD .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uQnhXpsNmD .modal-body .close {
  background: #1b1b1b;
}
.cid-uQnhXpsNmD .modal-body .close span {
  font-style: normal;
}
@media (min-width: 992px) {
  .cid-uQnhXpsNmD .align-center {
    text-align: left;
    max-width: 850px;
  }
  .cid-uQnhXpsNmD .carousel-caption {
    justify-content: flex-start !important;
    padding-left: 5rem;
  }
}
.cid-uQnhXpsNmD .mbr-slider .carousel-control {
  background: black!important;
  border-radius: 6px;
  height: 100px;
  width: 50px;
}
.cid-uQnhXpsNmD .mbri-right:before {
  content: "\e909";
  color: white;
}
.cid-uQnhXpsNmD .mbri-left:before {
  content: "\e90a";
  color: white;
}
.cid-uQnhXpsNmD .container {
  max-width: 100%;
  padding: 0;
}
.cid-uQnhXpsNmD .content-slider-wrap {
  width: 100%;
}
.cid-uQnhXpsNmD .carousel-inner > .active,
.cid-uQnhXpsNmD .carousel-inner > .next,
.cid-uQnhXpsNmD .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-uQnhXpsNmD .carousel-control .icon-next,
.cid-uQnhXpsNmD .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uQnhXpsNmD .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uQnhXpsNmD .mbr-iconfont {
  color: black;
  font-size: 2rem!important;
  font-family: 'Moririse2' !important;
  font-weight: 600;
}
.cid-uQnhXpsNmD .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-uQnhXpsNmD .boxed-slider > div {
  position: relative;
}
.cid-uQnhXpsNmD .container img {
  width: 100%;
}
.cid-uQnhXpsNmD .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-uQnhXpsNmD .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uQnhXpsNmD .mbr-table-cell {
  padding: 0;
}
.cid-uQnhXpsNmD .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uQnhXpsNmD .carousel-caption {
  top: auto;
  right: 0;
  bottom: 2rem;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uQnhXpsNmD .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uQnhXpsNmD .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-uQnhXpsNmD .carousel-item.active.right,
.cid-uQnhXpsNmD .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uQnhXpsNmD .carousel-item.active.left,
.cid-uQnhXpsNmD .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uQnhXpsNmD .carousel-item.active,
.cid-uQnhXpsNmD .carousel-item.next.left,
.cid-uQnhXpsNmD .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-uQnhXpsNmD .mbr-slider .carousel-control {
  top: 50%;
  margin-top: -1.5rem;
  font-size: 35px;
  transition: all .3s;
  z-index: 11;
}
@media (max-width: 767px) {
  .cid-uQnhXpsNmD .mbr-slider .carousel-control {
    top: 20%;
  }
}
.cid-uQnhXpsNmD .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQnhXpsNmD .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uQnhXpsNmD .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-uQnhXpsNmD .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uQnhXpsNmD .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 10px;
  width: 10px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-uQnhXpsNmD .mbr-slider .carousel-indicators li.active,
.cid-uQnhXpsNmD .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-uQnhXpsNmD .mbr-slider .carousel-indicators li::after,
.cid-uQnhXpsNmD .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-uQnhXpsNmD .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-uQnhXpsNmD .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-uQnhXpsNmD .mbr-slider > .container img {
  width: 100%;
}
.cid-uQnhXpsNmD .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uQnhXpsNmD .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-uQnhXpsNmD .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uQnhXpsNmD .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uQnhXpsNmD .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-uQnhXpsNmD .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-uQnhXpsNmD .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-uQnhXpsNmD .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-uQnhXpsNmD .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-uQnhXpsNmD .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uQnhXpsNmD .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-uQnhXpsNmD .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-uQnhXpsNmD .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-uQnhXpsNmD .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-uQnhXpsNmD .carousel-inner {
  height: 100%;
}
.cid-uQnhXpsNmD .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-uQnhXpsNmD .image_wrapper {
  height: 950px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-uQnhXpsNmD .image_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uQnhXpsNmD .carousel-item .container-slide {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uQnhXpsNmD .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uQnhXpsNmD .content-slider-wrap {
    width: 100%!important;
  }
  .cid-uQnhXpsNmD .image_wrapper {
    height: 570px;
  }
}
.cid-uQnhXpsNmD P {
  color: #dd2b1c;
}
.cid-uPNizl2Qx8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff1e2;
}
.cid-uPNizl2Qx8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNizl2Qx8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNizl2Qx8 .content-wrapper {
  display: flex;
  position: relative;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-uPNizl2Qx8 .content-wrapper {
    padding: 30px 20px;
  }
}
.cid-uPNizl2Qx8 .content-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uPNizl2Qx8 .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uPNizl2Qx8 .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: linear-gradient(0.251turn, #f8e7d2 37%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-uPNizl2Qx8 .content-wrapper .content-wrap {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uPNizl2Qx8 .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uPNizl2Qx8 .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #fff1e2;
  padding: 8px 16px;
  margin-bottom: 32px;
}
.cid-uPNizl2Qx8 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uPNizl2Qx8 .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uPNizl2Qx8 .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 64px;
}
.cid-uPNizl2Qx8 .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPNizl2Qx8 .mbr-section-title {
  color: #404349;
}
.cid-uPNizl2Qx8 .mbr-text {
  color: #404349;
}
.cid-uPNizl2Qx8 .mbr-desc {
  color: #b19a7c;
}
.cid-uPNizlfoGj {
  padding-top: 2rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/celik-hadde-imalati-uretimi-prosteel-800x600.png");
}
.cid-uPNizlfoGj::before {
  content: '';
  position: absolute;
  right: -14%;
  bottom: 0;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(#dd2b1c -10%, transparent 95%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uPNizlfoGj::before {
    opacity: .4;
  }
}
.cid-uPNizlfoGj::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -20%;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #a7a4a3 -10%, transparent 95%);
}
@media (max-width: 992px) {
  .cid-uPNizlfoGj::after {
    opacity: .4;
  }
}
.cid-uPNizlfoGj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNizlfoGj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNizlfoGj .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uPNizlfoGj .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uPNizlfoGj .container {
    padding: 0 16px;
  }
}
.cid-uPNizlfoGj .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uPNizlfoGj .row .card {
  justify-content: flex-end;
}
.cid-uPNizlfoGj .title-wrapper {
  margin-bottom: 246px;
}
@media (max-width: 1200px) {
  .cid-uPNizlfoGj .title-wrapper {
    margin-bottom: 148px;
  }
}
@media (max-width: 992px) {
  .cid-uPNizlfoGj .title-wrapper {
    margin-bottom: 90px;
  }
}
.cid-uPNizlfoGj .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uPNizlfoGj .title-wrapper .mbr-section-title span {
  color: #dd2b1c;
}
.cid-uPNizlfoGj .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPNizlfoGj .text-wrapper .text_2 {
  margin-top: 32px;
}
.cid-uPNizlfoGj .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uPNizlfoGj .text-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uPNizlfoGj .text-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uPNizlfoGj .text-wrapper .mbr-section-btn .btn-success-outline,
.cid-uPNizlfoGj .text-wrapper .mbr-section-btn .btn-info-outline,
.cid-uPNizlfoGj .text-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uPNizlfoGj .text-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uPNizlfoGj .text-wrapper .mbr-section-btn .btn-black-outline,
.cid-uPNizlfoGj .text-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uPNizlfoGj .text-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uPNizlfoGj .text-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uPNizlfoGj .text-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uPNizlfoGj .text-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uPNizlfoGj .text-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uPNizlfoGj .text-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uPNizlfoGj .text-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uPNizlfoGj .text-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uPNizlfoGj .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uPNizlfoGj .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uPNizlfoGj .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uPNizlfoGj .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uPNizlfoGj .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uPNizlfoGj .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uPNizlfoGj .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uPNizlfoGj .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uPNizlfoGj .text-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uPNizlfoGj .text-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uPNizlfoGj .text-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uPNizlfoGj .text-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uPNizlfoGj .text-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uPNizlfoGj .text-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uPNizlfoGj .text-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-uPNizlfoGj .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uPNizlfoGj .text-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uPNizlfoGj .text-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uPNizlfoGj .text-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uPNizlfoGj .text-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uPNizlfoGj .text-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uPNizlfoGj .text-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uPNizlfoGj .text-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uPNizlfoGj .text-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uPNizlfoGj .text-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uPNizlfoGj .text-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uPNizlfoGj .text-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uPNizlfoGj .text-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uPNizlfoGj .text-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uPNizlfoGj .text-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uPNizlfoGj .text-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uPNizlfoGj .text-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uPNizlfoGj .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uPNizlfoGj .text-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #dd2b1c !important;
}
.cid-uPNizlfoGj .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uPNizlfoGj .text-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #ffffff !important;
}
.cid-uPNizlfoGj .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uPNizlfoGj .text-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #3a341c !important;
}
.cid-uPNizlfoGj .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uPNizlfoGj .text-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #320707 !important;
}
.cid-uPNizlfoGj .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uPNizlfoGj .text-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #a0e2e1 !important;
}
.cid-uPNizlfoGj .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uPNizlfoGj .text-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #ffea64 !important;
}
.cid-uPNizlfoGj .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uPNizlfoGj .text-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uPNizlfoGj .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uPNizlfoGj .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uPNizlfoGj .mbr-section-title {
  color: #000000;
}
.cid-uPNizlfoGj .mbr-text {
  color: #000000;
}
.cid-uPNizlx4aV {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #dd2b1c, #232323);
}
@media (min-width: 768px) {
  .cid-uPNizlx4aV {
    align-items: flex-start;
  }
  .cid-uPNizlx4aV .row {
    justify-content: flex-start;
  }
}
.cid-uPNizlx4aV .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uPNizlx4aV .mbr-text,
.cid-uPNizlx4aV .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uPNizlx4aV .mbr-section-title,
.cid-uPNizlx4aV .line {
  color: #ffffff;
  text-align: center;
}
.cid-uPNizlx4aV h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uPNizlx4aV h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uPNizlx4aV .mbr-section-subtitle,
.cid-uPNizlx4aV .align {
  text-align: left;
  color: #232323;
}
.cid-uPNizmp73a {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #232323, #dd2b1c);
}
@media (min-width: 768px) {
  .cid-uPNizmp73a {
    align-items: flex-start;
  }
  .cid-uPNizmp73a .row {
    justify-content: flex-start;
  }
}
.cid-uPNizmp73a .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uPNizmp73a .mbr-text,
.cid-uPNizmp73a .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uPNizmp73a .mbr-section-title,
.cid-uPNizmp73a .line {
  color: #ffffff;
  text-align: center;
}
.cid-uPNizmp73a h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uPNizmp73a h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uPNizmp73a .mbr-section-subtitle,
.cid-uPNizmp73a .align {
  text-align: left;
  color: #232323;
}
.cid-uPNiznlXIw {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/yapi-proje-gelistirme-prosteel2032-1000x749.jpg");
}
.cid-uPNiznlXIw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNiznlXIw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNiznlXIw .row {
  margin: 0 -8px;
}
.cid-uPNiznlXIw .row .card {
  padding: 0 8px;
}
.cid-uPNiznlXIw .card-wrapper {
  position: relative;
  padding: 75px 64px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uPNiznlXIw .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uPNiznlXIw .card-wrapper {
    padding: 24px;
  }
}
.cid-uPNiznlXIw .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
}
.cid-uPNiznlXIw .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #dd2b1c;
  opacity: .6;
}
.cid-uPNiznlXIw .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uPNiznlXIw .card-wrapper .card-wrap .mbr-label {
  margin-bottom: 24px;
}
.cid-uPNiznlXIw .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uPNiznlXIw .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uPNiznlXIw .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uPNiznlXIw .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uPNiznlXIw .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPNiznlXIw .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uPNiznlXIw .mbr-label {
  color: #63635d;
  text-align: center;
}
.cid-uPNiznlXIw .mbr-text,
.cid-uPNiznlXIw .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uPNiznlXIw .mbr-section-title,
.cid-uPNiznlXIw .mbr-section-btn {
  color: #ffffff;
}
.cid-uPNiznzo3J {
  padding-top: 2rem;
  padding-bottom: 0rem;
  border-bottom: 2px solid #ffffff;
  background-image: url("../../../assets/images/yapi-proje-gelistirme-prosteel2010-1000x679.jpg");
}
.cid-uPNiznzo3J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNiznzo3J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNiznzo3J .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uPNiznzo3J .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uPNiznzo3J .content-wrapper {
    padding: 0;
  }
}
.cid-uPNiznzo3J .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uPNiznzo3J .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uPNiznzo3J .mbr-section-title,
.cid-uPNiznzo3J .title-wrapper {
  color: #ffffff;
}
.cid-uPNiznzo3J .mbr-section-title,
.cid-uPNiznzo3J .mbr-section-btn,
.cid-uPNiznzo3J .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uPNiznNJX4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPNiznNJX4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNiznNJX4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNiznNJX4 .container {
  max-width: 1472px;
}
.cid-uPNiznNJX4 .footer-main-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-radius: 2.08rem;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-uPNiznNJX4 .col-brand {
  width: 100%;
  padding: 2.5rem;
}
@media (max-width: 991px) {
  .cid-uPNiznNJX4 .col-brand {
    padding: 24px;
  }
}
.cid-uPNiznNJX4 .navbar-brand {
  display: flex;
  flex-basis: auto;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  white-space: normal;
  flex-shrink: 0;
  align-items: center;
  padding: 0;
  z-index: 1;
  margin-right: auto;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uPNiznNJX4 .navbar-brand:hover {
  transform: scale(1.1);
}
.cid-uPNiznNJX4 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uPNiznNJX4 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uPNiznNJX4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uPNiznNJX4 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uPNiznNJX4 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uPNiznNJX4 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uPNiznNJX4 .links-container {
  width: 100%;
  padding: 2.5rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 8.8%;
}
@media (max-width: 991px) {
  .cid-uPNiznNJX4 .links-container {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 17.6%;
    row-gap: 6.67rem;
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uPNiznNJX4 .links-container {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1.2rem;
    row-gap: 1.2rem;
  }
}
.cid-uPNiznNJX4 .mbr-section-subtitle {
  color: #13287d;
  margin-bottom: 12px;
}
.cid-uPNiznNJX4 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #232323;
}
.cid-uPNiznNJX4 .list li {
  width: 100%;
  color: inherit !important;
  margin: 6px 0;
}
.cid-uPNiznNJX4 .list li:hover {
  color: #dd2b1c !important;
}
.cid-uPNiznNJX4 .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uPNiznNJX4 .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uPNiznNJX4 .copyright-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid rgba(255, 255, 255, 0.01);
  padding: 32px 0 24px;
}
@media (max-width: 767px) {
  .cid-uPNiznNJX4 .copyright-container {
    padding: 24px 0 16px;
    flex-wrap: wrap;
  }
}
.cid-uPNiznNJX4 .copyright {
  color: #232323;
  max-width: 45%;
}
@media (max-width: 767px) {
  .cid-uPNiznNJX4 .copyright {
    max-width: 100%;
    width: 100%;
  }
}
.cid-uPNiznNJX4 .social-row {
  width: auto;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  max-width: 45%;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uPNiznNJX4 .social-row {
    max-width: 100%;
    width: 100%;
    justify-content: flex-start;
  }
}
.cid-uPNiznNJX4 .mbr-iconfont {
  font-size: 22px;
  color: #ae5eff;
}
.cid-uPNiznNJX4 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.01);
  margin-left: 4px;
  margin-bottom: 4px;
  padding: 12px;
  min-height: 70px;
  min-width: 70px;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-uPNiznNJX4 .soc-item {
    margin-left: 0;
    margin-right: 4px;
    margin-bottom: 0;
    margin-top: 4px;
    padding: 10px;
    min-height: 50px;
    min-width: 50px;
  }
}
.cid-uPNiznNJX4 .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPNiznNJX4 .soc-item a:hover {
  text-decoration-line: none !important;
}
.cid-uPNiznNJX4 .soc-item:hover {
  transform: scale(0.95);
}
.cid-uPNiznNJX4 .soc-item:hover .mbr-iconfont {
  color: #FFDD65 !important;
}
.cid-uPNiAHaHAg .navbar {
  padding: 0.5rem 0;
  background: #9c98cf;
  transition: none;
  min-height: 50px;
}
.cid-uPNiAHaHAg .navbar-fixed-top {
  padding-top: 0;
}
.cid-uPNiAHaHAg .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-uPNiAHaHAg .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #5a67a1;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-uPNiAHaHAg .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-uPNiAHaHAg .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uPNiAHaHAg .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uPNiAHaHAg .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uPNiAHaHAg .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-uPNiAHaHAg .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uPNiAHaHAg .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uPNiAHaHAg .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uPNiAHaHAg .menu-content-top {
  background: #dd2b1c;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uPNiAHaHAg .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-uPNiAHaHAg .dropdown-item:hover {
  color: #d2d2df !important;
}
.cid-uPNiAHaHAg .nav-link,
.cid-uPNiAHaHAg .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-uPNiAHaHAg .nav-link:hover,
.cid-uPNiAHaHAg .brand-name:hover {
  color: #d2d2df !important;
}
.cid-uPNiAHaHAg .dropdown-menu {
  background-color: #5a67a1;
}
.cid-uPNiAHaHAg .dropdown-item:active {
  background-color: #5a67a1;
}
.cid-uPNiAHaHAg .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-uPNiAHaHAg .navbar-dropdown.bg-color.transparent.opened {
  background: #9c98cf;
}
.cid-uPNiAHaHAg .nav-item {
  position: relative;
}
.cid-uPNiAHaHAg .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uPNiAHaHAg .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-uPNiAHaHAg .nav-item .nav-link:focus {
  outline: none;
}
.cid-uPNiAHaHAg .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPNiAHaHAg .content-text {
  margin-bottom: 0;
}
.cid-uPNiAHaHAg .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uPNiAHaHAg .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #dd2b1c;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uPNiAHaHAg .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uPNiAHaHAg .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uPNiAHaHAg .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uPNiAHaHAg .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPNiAHaHAg .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uPNiAHaHAg .content-right-side {
  text-align: center;
}
.cid-uPNiAHaHAg .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uPNiAHaHAg .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uPNiAHaHAg .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uPNiAHaHAg .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-uPNiAHaHAg .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uPNiAHaHAg .info-widget:first-child {
  margin-left: 0;
}
.cid-uPNiAHaHAg .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-uPNiAHaHAg .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uPNiAHaHAg .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uPNiAHaHAg .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uPNiAHaHAg .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-uPNiAHaHAg .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uPNiAHaHAg .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #5a67a1;
}
@media (min-width: 992px) {
  .cid-uPNiAHaHAg .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-uPNiAHaHAg .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #d2d2df;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-uPNiAHaHAg .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-uPNiAHaHAg .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uPNiAHaHAg .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-uPNiAHaHAg .navbar {
    display: block;
    padding: 0;
  }
  .cid-uPNiAHaHAg .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-uPNiAHaHAg .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uPNiAHaHAg .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uPNiAHaHAg .navbar-toggler {
    display: none;
  }
  .cid-uPNiAHaHAg .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-uPNiAHaHAg .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uPNiAHaHAg .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-uPNiAHaHAg .btn-sm {
  padding: 13px 29px;
}
.cid-uPNiAHaHAg .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uPNiAHaHAg .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-uPNiAHaHAg .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-uPNiAHaHAg .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uPNiAHaHAg .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uPNiAHaHAg .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uPNiAHaHAg .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uPNiAHaHAg .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uPNiAHaHAg .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uPNiAHaHAg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPNiAHaHAg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPNiAHaHAg .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uPNiAHaHAg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uPNiAHaHAg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPNiAHaHAg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uPNiAHaHAg .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPNiAHaHAg .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uPNiAHaHAg .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-uPNiAHaHAg .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uPNiAHaHAg .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uPNiAHaHAg .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uPNiAHaHAg button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-uPNiAHaHAg button.navbar-toggler:focus {
  outline: none;
}
.cid-uPNiAHaHAg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uPNiAHaHAg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPNiAHaHAg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPNiAHaHAg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPNiAHaHAg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPNiAHaHAg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPNiAHaHAg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPNiAHaHAg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPNiAHaHAg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPNiAHaHAg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPNiAHaHAg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPNiAHaHAg .collapsed .btn {
  display: flex;
}
.cid-uPNiAHaHAg .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uPNiAHaHAg .collapsed .navbar-collapse.collapsing,
.cid-uPNiAHaHAg .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uPNiAHaHAg .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uPNiAHaHAg .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uPNiAHaHAg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uPNiAHaHAg .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uPNiAHaHAg .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uPNiAHaHAg .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uPNiAHaHAg .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uPNiAHaHAg .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uPNiAHaHAg .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uPNiAHaHAg .collapsed button.navbar-toggler {
  display: block;
}
.cid-uPNiAHaHAg .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uPNiAHaHAg .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uPNiAHaHAg .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uPNiAHaHAg .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uPNiAHaHAg .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uPNiAHaHAg .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uPNiAHaHAg .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uPNiAHaHAg .menu-content-top {
    display: flex;
  }
  .cid-uPNiAHaHAg .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-uPNiAHaHAg .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-uPNiAHaHAg .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-uPNiAHaHAg .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-uPNiAHaHAg .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-uPNiAHaHAg .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-uPNiAHaHAg .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-uPNiAHaHAg .navbar-collapse.collapsing,
  .cid-uPNiAHaHAg .navbar-collapse.show {
    display: block !important;
  }
  .cid-uPNiAHaHAg .navbar-collapse.collapsing .navbar-nav,
  .cid-uPNiAHaHAg .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uPNiAHaHAg .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uPNiAHaHAg .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uPNiAHaHAg .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-uPNiAHaHAg .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #dd2b1c;
  }
  .cid-uPNiAHaHAg .navbar-collapse.collapsing .navbar-buttons,
  .cid-uPNiAHaHAg .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uPNiAHaHAg .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uPNiAHaHAg .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uPNiAHaHAg img {
    height: 3.8rem !important;
  }
  .cid-uPNiAHaHAg .btn {
    display: flex;
  }
  .cid-uPNiAHaHAg button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-uPNiAHaHAg .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-uPNiAHaHAg .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uPNiAHaHAg .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uPNiAHaHAg .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uPNiAHaHAg .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uPNiAHaHAg .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uPNiAHaHAg .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uPNiAHaHAg .nav-link:focus {
  outline: none;
}
.cid-uPNiAHaHAg .navbar-toggler {
  position: relative;
}
.cid-uPNiAHaHAg .widget-title,
.cid-uPNiAHaHAg .widget-icon {
  color: #e9e9e9;
}
.cid-uPNiAHaHAg .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-uPNiAHaHAg .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-uPNiAHaHAg .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-uPNiAHaHAg .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-uPNiAHaHAg .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-uPNiAHaHAg .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-uPNiAHaHAg .menu-content-top,
  .cid-uPNiAHaHAg .menu-bottom {
    padding: 0 15px;
  }
  .cid-uPNiAHaHAg button.navbar-toggler {
    align-self: center;
  }
  .cid-uPNiAHaHAg .btn {
    margin-left: 0;
  }
  .cid-uPNiAHaHAg .widget-icon {
    padding-right: 0;
  }
}
.cid-uPNiAHaHAg .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-uPNiAHaHAg .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #5a67a1;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-uPNiAHaHAg .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-uPNiAHaHAg .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #d2d2df;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-uPNiAHaHAg .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-uPNiAHvMhX {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(to bottom, #163300, #dd2b1c);
}
@media (min-width: 768px) {
  .cid-uPNiAHvMhX {
    align-items: flex-start;
  }
  .cid-uPNiAHvMhX .row {
    justify-content: flex-start;
  }
}
.cid-uPNiAHvMhX .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uPNiAHvMhX .mbr-text,
.cid-uPNiAHvMhX .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uPNiAHvMhX .mbr-section-title,
.cid-uPNiAHvMhX .line {
  color: #232323;
}
.cid-uPNiAHvMhX h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uPNiAHvMhX h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uPNiAHvMhX .mbr-section-subtitle,
.cid-uPNiAHvMhX .align {
  text-align: left;
  color: #232323;
}
.cid-uQni1rVGEN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #254b45;
}
.cid-uQni1rVGEN .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uQni1rVGEN .modal-body .close {
  background: #1b1b1b;
}
.cid-uQni1rVGEN .modal-body .close span {
  font-style: normal;
}
@media (min-width: 992px) {
  .cid-uQni1rVGEN .align-center {
    text-align: left;
    max-width: 850px;
  }
  .cid-uQni1rVGEN .carousel-caption {
    justify-content: flex-start !important;
    padding-left: 5rem;
  }
}
.cid-uQni1rVGEN .mbr-slider .carousel-control {
  background: black!important;
  border-radius: 6px;
  height: 100px;
  width: 50px;
}
.cid-uQni1rVGEN .mbri-right:before {
  content: "\e909";
  color: white;
}
.cid-uQni1rVGEN .mbri-left:before {
  content: "\e90a";
  color: white;
}
.cid-uQni1rVGEN .container {
  max-width: 100%;
  padding: 0;
}
.cid-uQni1rVGEN .content-slider-wrap {
  width: 100%;
}
.cid-uQni1rVGEN .carousel-inner > .active,
.cid-uQni1rVGEN .carousel-inner > .next,
.cid-uQni1rVGEN .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-uQni1rVGEN .carousel-control .icon-next,
.cid-uQni1rVGEN .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uQni1rVGEN .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uQni1rVGEN .mbr-iconfont {
  color: black;
  font-size: 2rem!important;
  font-family: 'Moririse2' !important;
  font-weight: 600;
}
.cid-uQni1rVGEN .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-uQni1rVGEN .boxed-slider > div {
  position: relative;
}
.cid-uQni1rVGEN .container img {
  width: 100%;
}
.cid-uQni1rVGEN .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-uQni1rVGEN .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uQni1rVGEN .mbr-table-cell {
  padding: 0;
}
.cid-uQni1rVGEN .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uQni1rVGEN .carousel-caption {
  top: auto;
  right: 0;
  bottom: 2rem;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uQni1rVGEN .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uQni1rVGEN .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-uQni1rVGEN .carousel-item.active.right,
.cid-uQni1rVGEN .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uQni1rVGEN .carousel-item.active.left,
.cid-uQni1rVGEN .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uQni1rVGEN .carousel-item.active,
.cid-uQni1rVGEN .carousel-item.next.left,
.cid-uQni1rVGEN .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-uQni1rVGEN .mbr-slider .carousel-control {
  top: 50%;
  margin-top: -1.5rem;
  font-size: 35px;
  transition: all .3s;
  z-index: 11;
}
@media (max-width: 767px) {
  .cid-uQni1rVGEN .mbr-slider .carousel-control {
    top: 20%;
  }
}
.cid-uQni1rVGEN .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQni1rVGEN .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uQni1rVGEN .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-uQni1rVGEN .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uQni1rVGEN .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 10px;
  width: 10px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-uQni1rVGEN .mbr-slider .carousel-indicators li.active,
.cid-uQni1rVGEN .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-uQni1rVGEN .mbr-slider .carousel-indicators li::after,
.cid-uQni1rVGEN .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-uQni1rVGEN .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-uQni1rVGEN .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-uQni1rVGEN .mbr-slider > .container img {
  width: 100%;
}
.cid-uQni1rVGEN .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uQni1rVGEN .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-uQni1rVGEN .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uQni1rVGEN .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uQni1rVGEN .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-uQni1rVGEN .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-uQni1rVGEN .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-uQni1rVGEN .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-uQni1rVGEN .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-uQni1rVGEN .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uQni1rVGEN .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-uQni1rVGEN .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-uQni1rVGEN .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-uQni1rVGEN .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-uQni1rVGEN .carousel-inner {
  height: 100%;
}
.cid-uQni1rVGEN .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-uQni1rVGEN .image_wrapper {
  height: 950px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-uQni1rVGEN .image_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uQni1rVGEN .carousel-item .container-slide {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uQni1rVGEN .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uQni1rVGEN .content-slider-wrap {
    width: 100%!important;
  }
  .cid-uQni1rVGEN .image_wrapper {
    height: 570px;
  }
}
.cid-uQni1rVGEN P {
  color: #dd2b1c;
}
.cid-uPNiAI0EhI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff1e2;
}
.cid-uPNiAI0EhI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNiAI0EhI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNiAI0EhI .content-wrapper {
  display: flex;
  position: relative;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-uPNiAI0EhI .content-wrapper {
    padding: 30px 20px;
  }
}
.cid-uPNiAI0EhI .content-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uPNiAI0EhI .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uPNiAI0EhI .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: linear-gradient(0.251turn, #f8e7d2 37%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-uPNiAI0EhI .content-wrapper .content-wrap {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uPNiAI0EhI .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uPNiAI0EhI .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #fff1e2;
  padding: 8px 16px;
  margin-bottom: 32px;
}
.cid-uPNiAI0EhI .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uPNiAI0EhI .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uPNiAI0EhI .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 64px;
}
.cid-uPNiAI0EhI .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPNiAI0EhI .mbr-section-title {
  color: #404349;
}
.cid-uPNiAI0EhI .mbr-text {
  color: #404349;
}
.cid-uPNiAI0EhI .mbr-desc {
  color: #b19a7c;
}
.cid-uPNiAIcUHN {
  padding-top: 2rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/celik-hadde-imalati-uretimi-prosteel-800x600.png");
}
.cid-uPNiAIcUHN::before {
  content: '';
  position: absolute;
  right: -14%;
  bottom: 0;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(#dd2b1c -10%, transparent 95%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uPNiAIcUHN::before {
    opacity: .4;
  }
}
.cid-uPNiAIcUHN::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -20%;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #a7a4a3 -10%, transparent 95%);
}
@media (max-width: 992px) {
  .cid-uPNiAIcUHN::after {
    opacity: .4;
  }
}
.cid-uPNiAIcUHN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNiAIcUHN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNiAIcUHN .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uPNiAIcUHN .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uPNiAIcUHN .container {
    padding: 0 16px;
  }
}
.cid-uPNiAIcUHN .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uPNiAIcUHN .row .card {
  justify-content: flex-end;
}
.cid-uPNiAIcUHN .title-wrapper {
  margin-bottom: 246px;
}
@media (max-width: 1200px) {
  .cid-uPNiAIcUHN .title-wrapper {
    margin-bottom: 148px;
  }
}
@media (max-width: 992px) {
  .cid-uPNiAIcUHN .title-wrapper {
    margin-bottom: 90px;
  }
}
.cid-uPNiAIcUHN .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uPNiAIcUHN .title-wrapper .mbr-section-title span {
  color: #dd2b1c;
}
.cid-uPNiAIcUHN .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPNiAIcUHN .text-wrapper .text_2 {
  margin-top: 32px;
}
.cid-uPNiAIcUHN .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uPNiAIcUHN .text-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uPNiAIcUHN .text-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uPNiAIcUHN .text-wrapper .mbr-section-btn .btn-success-outline,
.cid-uPNiAIcUHN .text-wrapper .mbr-section-btn .btn-info-outline,
.cid-uPNiAIcUHN .text-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uPNiAIcUHN .text-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uPNiAIcUHN .text-wrapper .mbr-section-btn .btn-black-outline,
.cid-uPNiAIcUHN .text-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uPNiAIcUHN .text-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uPNiAIcUHN .text-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uPNiAIcUHN .text-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uPNiAIcUHN .text-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uPNiAIcUHN .text-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uPNiAIcUHN .text-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uPNiAIcUHN .text-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uPNiAIcUHN .text-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uPNiAIcUHN .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uPNiAIcUHN .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uPNiAIcUHN .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uPNiAIcUHN .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uPNiAIcUHN .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uPNiAIcUHN .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uPNiAIcUHN .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uPNiAIcUHN .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uPNiAIcUHN .text-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uPNiAIcUHN .text-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uPNiAIcUHN .text-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uPNiAIcUHN .text-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uPNiAIcUHN .text-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uPNiAIcUHN .text-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uPNiAIcUHN .text-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-uPNiAIcUHN .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uPNiAIcUHN .text-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uPNiAIcUHN .text-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uPNiAIcUHN .text-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uPNiAIcUHN .text-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uPNiAIcUHN .text-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uPNiAIcUHN .text-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uPNiAIcUHN .text-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uPNiAIcUHN .text-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uPNiAIcUHN .text-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uPNiAIcUHN .text-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uPNiAIcUHN .text-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uPNiAIcUHN .text-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uPNiAIcUHN .text-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uPNiAIcUHN .text-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uPNiAIcUHN .text-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uPNiAIcUHN .text-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uPNiAIcUHN .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uPNiAIcUHN .text-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #dd2b1c !important;
}
.cid-uPNiAIcUHN .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uPNiAIcUHN .text-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #ffffff !important;
}
.cid-uPNiAIcUHN .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uPNiAIcUHN .text-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #3a341c !important;
}
.cid-uPNiAIcUHN .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uPNiAIcUHN .text-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #320707 !important;
}
.cid-uPNiAIcUHN .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uPNiAIcUHN .text-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #a0e2e1 !important;
}
.cid-uPNiAIcUHN .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uPNiAIcUHN .text-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #ffea64 !important;
}
.cid-uPNiAIcUHN .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uPNiAIcUHN .text-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uPNiAIcUHN .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uPNiAIcUHN .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uPNiAIcUHN .mbr-section-title {
  color: #000000;
}
.cid-uPNiAIcUHN .mbr-text {
  color: #000000;
}
.cid-uPNiAIwybq {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #dd2b1c, #232323);
}
@media (min-width: 768px) {
  .cid-uPNiAIwybq {
    align-items: flex-start;
  }
  .cid-uPNiAIwybq .row {
    justify-content: flex-start;
  }
}
.cid-uPNiAIwybq .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uPNiAIwybq .mbr-text,
.cid-uPNiAIwybq .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uPNiAIwybq .mbr-section-title,
.cid-uPNiAIwybq .line {
  color: #ffffff;
  text-align: center;
}
.cid-uPNiAIwybq h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uPNiAIwybq h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uPNiAIwybq .mbr-section-subtitle,
.cid-uPNiAIwybq .align {
  text-align: left;
  color: #232323;
}
.cid-uPNiAJoHB8 {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #232323, #dd2b1c);
}
@media (min-width: 768px) {
  .cid-uPNiAJoHB8 {
    align-items: flex-start;
  }
  .cid-uPNiAJoHB8 .row {
    justify-content: flex-start;
  }
}
.cid-uPNiAJoHB8 .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uPNiAJoHB8 .mbr-text,
.cid-uPNiAJoHB8 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uPNiAJoHB8 .mbr-section-title,
.cid-uPNiAJoHB8 .line {
  color: #ffffff;
  text-align: center;
}
.cid-uPNiAJoHB8 h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uPNiAJoHB8 h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uPNiAJoHB8 .mbr-section-subtitle,
.cid-uPNiAJoHB8 .align {
  text-align: left;
  color: #232323;
}
.cid-uPNiAKiHTj {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/yapi-proje-gelistirme-prosteel2032-1000x749.jpg");
}
.cid-uPNiAKiHTj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNiAKiHTj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNiAKiHTj .row {
  margin: 0 -8px;
}
.cid-uPNiAKiHTj .row .card {
  padding: 0 8px;
}
.cid-uPNiAKiHTj .card-wrapper {
  position: relative;
  padding: 75px 64px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uPNiAKiHTj .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uPNiAKiHTj .card-wrapper {
    padding: 24px;
  }
}
.cid-uPNiAKiHTj .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
}
.cid-uPNiAKiHTj .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #dd2b1c;
  opacity: .6;
}
.cid-uPNiAKiHTj .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uPNiAKiHTj .card-wrapper .card-wrap .mbr-label {
  margin-bottom: 24px;
}
.cid-uPNiAKiHTj .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uPNiAKiHTj .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uPNiAKiHTj .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uPNiAKiHTj .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uPNiAKiHTj .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPNiAKiHTj .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uPNiAKiHTj .mbr-label {
  color: #63635d;
  text-align: center;
}
.cid-uPNiAKiHTj .mbr-text,
.cid-uPNiAKiHTj .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uPNiAKiHTj .mbr-section-title,
.cid-uPNiAKiHTj .mbr-section-btn {
  color: #ffffff;
}
.cid-uPNiAKy10w {
  padding-top: 2rem;
  padding-bottom: 0rem;
  border-bottom: 2px solid #ffffff;
  background-image: url("../../../assets/images/yapi-proje-gelistirme-prosteel2010-1000x679.jpg");
}
.cid-uPNiAKy10w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNiAKy10w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNiAKy10w .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uPNiAKy10w .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uPNiAKy10w .content-wrapper {
    padding: 0;
  }
}
.cid-uPNiAKy10w .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uPNiAKy10w .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uPNiAKy10w .mbr-section-title,
.cid-uPNiAKy10w .title-wrapper {
  color: #ffffff;
}
.cid-uPNiAKy10w .mbr-section-title,
.cid-uPNiAKy10w .mbr-section-btn,
.cid-uPNiAKy10w .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uPNiAKMfmH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPNiAKMfmH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNiAKMfmH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNiAKMfmH .container {
  max-width: 1472px;
}
.cid-uPNiAKMfmH .footer-main-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-radius: 2.08rem;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-uPNiAKMfmH .col-brand {
  width: 100%;
  padding: 2.5rem;
}
@media (max-width: 991px) {
  .cid-uPNiAKMfmH .col-brand {
    padding: 24px;
  }
}
.cid-uPNiAKMfmH .navbar-brand {
  display: flex;
  flex-basis: auto;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  white-space: normal;
  flex-shrink: 0;
  align-items: center;
  padding: 0;
  z-index: 1;
  margin-right: auto;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uPNiAKMfmH .navbar-brand:hover {
  transform: scale(1.1);
}
.cid-uPNiAKMfmH .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uPNiAKMfmH .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uPNiAKMfmH .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uPNiAKMfmH .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uPNiAKMfmH .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uPNiAKMfmH .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uPNiAKMfmH .links-container {
  width: 100%;
  padding: 2.5rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 8.8%;
}
@media (max-width: 991px) {
  .cid-uPNiAKMfmH .links-container {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 17.6%;
    row-gap: 6.67rem;
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uPNiAKMfmH .links-container {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1.2rem;
    row-gap: 1.2rem;
  }
}
.cid-uPNiAKMfmH .mbr-section-subtitle {
  color: #13287d;
  margin-bottom: 12px;
}
.cid-uPNiAKMfmH .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #232323;
}
.cid-uPNiAKMfmH .list li {
  width: 100%;
  color: inherit !important;
  margin: 6px 0;
}
.cid-uPNiAKMfmH .list li:hover {
  color: #dd2b1c !important;
}
.cid-uPNiAKMfmH .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uPNiAKMfmH .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uPNiAKMfmH .copyright-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid rgba(255, 255, 255, 0.01);
  padding: 32px 0 24px;
}
@media (max-width: 767px) {
  .cid-uPNiAKMfmH .copyright-container {
    padding: 24px 0 16px;
    flex-wrap: wrap;
  }
}
.cid-uPNiAKMfmH .copyright {
  color: #232323;
  max-width: 45%;
}
@media (max-width: 767px) {
  .cid-uPNiAKMfmH .copyright {
    max-width: 100%;
    width: 100%;
  }
}
.cid-uPNiAKMfmH .social-row {
  width: auto;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  max-width: 45%;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uPNiAKMfmH .social-row {
    max-width: 100%;
    width: 100%;
    justify-content: flex-start;
  }
}
.cid-uPNiAKMfmH .mbr-iconfont {
  font-size: 22px;
  color: #ae5eff;
}
.cid-uPNiAKMfmH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.01);
  margin-left: 4px;
  margin-bottom: 4px;
  padding: 12px;
  min-height: 70px;
  min-width: 70px;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-uPNiAKMfmH .soc-item {
    margin-left: 0;
    margin-right: 4px;
    margin-bottom: 0;
    margin-top: 4px;
    padding: 10px;
    min-height: 50px;
    min-width: 50px;
  }
}
.cid-uPNiAKMfmH .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPNiAKMfmH .soc-item a:hover {
  text-decoration-line: none !important;
}
.cid-uPNiAKMfmH .soc-item:hover {
  transform: scale(0.95);
}
.cid-uPNiAKMfmH .soc-item:hover .mbr-iconfont {
  color: #FFDD65 !important;
}
.cid-uPNiC86D7t .navbar {
  padding: 0.5rem 0;
  background: #9c98cf;
  transition: none;
  min-height: 50px;
}
.cid-uPNiC86D7t .navbar-fixed-top {
  padding-top: 0;
}
.cid-uPNiC86D7t .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-uPNiC86D7t .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #5a67a1;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-uPNiC86D7t .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-uPNiC86D7t .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uPNiC86D7t .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uPNiC86D7t .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uPNiC86D7t .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-uPNiC86D7t .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uPNiC86D7t .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uPNiC86D7t .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uPNiC86D7t .menu-content-top {
  background: #dd2b1c;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uPNiC86D7t .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-uPNiC86D7t .dropdown-item:hover {
  color: #d2d2df !important;
}
.cid-uPNiC86D7t .nav-link,
.cid-uPNiC86D7t .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-uPNiC86D7t .nav-link:hover,
.cid-uPNiC86D7t .brand-name:hover {
  color: #d2d2df !important;
}
.cid-uPNiC86D7t .dropdown-menu {
  background-color: #5a67a1;
}
.cid-uPNiC86D7t .dropdown-item:active {
  background-color: #5a67a1;
}
.cid-uPNiC86D7t .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-uPNiC86D7t .navbar-dropdown.bg-color.transparent.opened {
  background: #9c98cf;
}
.cid-uPNiC86D7t .nav-item {
  position: relative;
}
.cid-uPNiC86D7t .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uPNiC86D7t .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-uPNiC86D7t .nav-item .nav-link:focus {
  outline: none;
}
.cid-uPNiC86D7t .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPNiC86D7t .content-text {
  margin-bottom: 0;
}
.cid-uPNiC86D7t .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uPNiC86D7t .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #dd2b1c;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uPNiC86D7t .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uPNiC86D7t .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uPNiC86D7t .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uPNiC86D7t .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPNiC86D7t .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uPNiC86D7t .content-right-side {
  text-align: center;
}
.cid-uPNiC86D7t .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uPNiC86D7t .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uPNiC86D7t .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uPNiC86D7t .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-uPNiC86D7t .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uPNiC86D7t .info-widget:first-child {
  margin-left: 0;
}
.cid-uPNiC86D7t .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-uPNiC86D7t .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uPNiC86D7t .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uPNiC86D7t .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uPNiC86D7t .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-uPNiC86D7t .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uPNiC86D7t .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #5a67a1;
}
@media (min-width: 992px) {
  .cid-uPNiC86D7t .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-uPNiC86D7t .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #d2d2df;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-uPNiC86D7t .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-uPNiC86D7t .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uPNiC86D7t .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-uPNiC86D7t .navbar {
    display: block;
    padding: 0;
  }
  .cid-uPNiC86D7t .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-uPNiC86D7t .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uPNiC86D7t .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uPNiC86D7t .navbar-toggler {
    display: none;
  }
  .cid-uPNiC86D7t .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-uPNiC86D7t .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uPNiC86D7t .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-uPNiC86D7t .btn-sm {
  padding: 13px 29px;
}
.cid-uPNiC86D7t .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uPNiC86D7t .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-uPNiC86D7t .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-uPNiC86D7t .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uPNiC86D7t .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uPNiC86D7t .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uPNiC86D7t .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uPNiC86D7t .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uPNiC86D7t .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uPNiC86D7t .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPNiC86D7t .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPNiC86D7t .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uPNiC86D7t .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uPNiC86D7t .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPNiC86D7t .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uPNiC86D7t .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPNiC86D7t .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uPNiC86D7t .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-uPNiC86D7t .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uPNiC86D7t .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uPNiC86D7t .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uPNiC86D7t button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-uPNiC86D7t button.navbar-toggler:focus {
  outline: none;
}
.cid-uPNiC86D7t button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uPNiC86D7t button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPNiC86D7t button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPNiC86D7t button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPNiC86D7t button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPNiC86D7t nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPNiC86D7t nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPNiC86D7t nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPNiC86D7t nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPNiC86D7t .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPNiC86D7t .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPNiC86D7t .collapsed .btn {
  display: flex;
}
.cid-uPNiC86D7t .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uPNiC86D7t .collapsed .navbar-collapse.collapsing,
.cid-uPNiC86D7t .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uPNiC86D7t .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uPNiC86D7t .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uPNiC86D7t .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uPNiC86D7t .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uPNiC86D7t .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uPNiC86D7t .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uPNiC86D7t .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uPNiC86D7t .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uPNiC86D7t .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uPNiC86D7t .collapsed button.navbar-toggler {
  display: block;
}
.cid-uPNiC86D7t .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uPNiC86D7t .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uPNiC86D7t .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uPNiC86D7t .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uPNiC86D7t .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uPNiC86D7t .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uPNiC86D7t .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uPNiC86D7t .menu-content-top {
    display: flex;
  }
  .cid-uPNiC86D7t .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-uPNiC86D7t .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-uPNiC86D7t .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-uPNiC86D7t .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-uPNiC86D7t .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-uPNiC86D7t .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-uPNiC86D7t .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-uPNiC86D7t .navbar-collapse.collapsing,
  .cid-uPNiC86D7t .navbar-collapse.show {
    display: block !important;
  }
  .cid-uPNiC86D7t .navbar-collapse.collapsing .navbar-nav,
  .cid-uPNiC86D7t .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uPNiC86D7t .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uPNiC86D7t .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uPNiC86D7t .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-uPNiC86D7t .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #dd2b1c;
  }
  .cid-uPNiC86D7t .navbar-collapse.collapsing .navbar-buttons,
  .cid-uPNiC86D7t .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uPNiC86D7t .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uPNiC86D7t .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uPNiC86D7t img {
    height: 3.8rem !important;
  }
  .cid-uPNiC86D7t .btn {
    display: flex;
  }
  .cid-uPNiC86D7t button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-uPNiC86D7t .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-uPNiC86D7t .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uPNiC86D7t .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uPNiC86D7t .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uPNiC86D7t .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uPNiC86D7t .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uPNiC86D7t .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uPNiC86D7t .nav-link:focus {
  outline: none;
}
.cid-uPNiC86D7t .navbar-toggler {
  position: relative;
}
.cid-uPNiC86D7t .widget-title,
.cid-uPNiC86D7t .widget-icon {
  color: #e9e9e9;
}
.cid-uPNiC86D7t .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-uPNiC86D7t .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-uPNiC86D7t .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-uPNiC86D7t .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-uPNiC86D7t .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-uPNiC86D7t .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-uPNiC86D7t .menu-content-top,
  .cid-uPNiC86D7t .menu-bottom {
    padding: 0 15px;
  }
  .cid-uPNiC86D7t button.navbar-toggler {
    align-self: center;
  }
  .cid-uPNiC86D7t .btn {
    margin-left: 0;
  }
  .cid-uPNiC86D7t .widget-icon {
    padding-right: 0;
  }
}
.cid-uPNiC86D7t .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-uPNiC86D7t .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #5a67a1;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-uPNiC86D7t .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-uPNiC86D7t .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #d2d2df;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-uPNiC86D7t .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-uPNiC8vbju {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(to bottom, #163300, #dd2b1c);
}
@media (min-width: 768px) {
  .cid-uPNiC8vbju {
    align-items: flex-start;
  }
  .cid-uPNiC8vbju .row {
    justify-content: flex-start;
  }
}
.cid-uPNiC8vbju .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uPNiC8vbju .mbr-text,
.cid-uPNiC8vbju .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uPNiC8vbju .mbr-section-title,
.cid-uPNiC8vbju .line {
  color: #232323;
}
.cid-uPNiC8vbju h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uPNiC8vbju h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uPNiC8vbju .mbr-section-subtitle,
.cid-uPNiC8vbju .align {
  text-align: left;
  color: #232323;
}
.cid-uQni61xfTa {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #254b45;
}
.cid-uQni61xfTa .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uQni61xfTa .modal-body .close {
  background: #1b1b1b;
}
.cid-uQni61xfTa .modal-body .close span {
  font-style: normal;
}
@media (min-width: 992px) {
  .cid-uQni61xfTa .align-center {
    text-align: left;
    max-width: 850px;
  }
  .cid-uQni61xfTa .carousel-caption {
    justify-content: flex-start !important;
    padding-left: 5rem;
  }
}
.cid-uQni61xfTa .mbr-slider .carousel-control {
  background: black!important;
  border-radius: 6px;
  height: 100px;
  width: 50px;
}
.cid-uQni61xfTa .mbri-right:before {
  content: "\e909";
  color: white;
}
.cid-uQni61xfTa .mbri-left:before {
  content: "\e90a";
  color: white;
}
.cid-uQni61xfTa .container {
  max-width: 100%;
  padding: 0;
}
.cid-uQni61xfTa .content-slider-wrap {
  width: 100%;
}
.cid-uQni61xfTa .carousel-inner > .active,
.cid-uQni61xfTa .carousel-inner > .next,
.cid-uQni61xfTa .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-uQni61xfTa .carousel-control .icon-next,
.cid-uQni61xfTa .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uQni61xfTa .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uQni61xfTa .mbr-iconfont {
  color: black;
  font-size: 2rem!important;
  font-family: 'Moririse2' !important;
  font-weight: 600;
}
.cid-uQni61xfTa .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-uQni61xfTa .boxed-slider > div {
  position: relative;
}
.cid-uQni61xfTa .container img {
  width: 100%;
}
.cid-uQni61xfTa .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-uQni61xfTa .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uQni61xfTa .mbr-table-cell {
  padding: 0;
}
.cid-uQni61xfTa .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uQni61xfTa .carousel-caption {
  top: auto;
  right: 0;
  bottom: 2rem;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uQni61xfTa .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uQni61xfTa .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-uQni61xfTa .carousel-item.active.right,
.cid-uQni61xfTa .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uQni61xfTa .carousel-item.active.left,
.cid-uQni61xfTa .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uQni61xfTa .carousel-item.active,
.cid-uQni61xfTa .carousel-item.next.left,
.cid-uQni61xfTa .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-uQni61xfTa .mbr-slider .carousel-control {
  top: 50%;
  margin-top: -1.5rem;
  font-size: 35px;
  transition: all .3s;
  z-index: 11;
}
@media (max-width: 767px) {
  .cid-uQni61xfTa .mbr-slider .carousel-control {
    top: 20%;
  }
}
.cid-uQni61xfTa .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQni61xfTa .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uQni61xfTa .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-uQni61xfTa .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uQni61xfTa .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 10px;
  width: 10px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-uQni61xfTa .mbr-slider .carousel-indicators li.active,
.cid-uQni61xfTa .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-uQni61xfTa .mbr-slider .carousel-indicators li::after,
.cid-uQni61xfTa .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-uQni61xfTa .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-uQni61xfTa .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-uQni61xfTa .mbr-slider > .container img {
  width: 100%;
}
.cid-uQni61xfTa .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uQni61xfTa .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-uQni61xfTa .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uQni61xfTa .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uQni61xfTa .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-uQni61xfTa .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-uQni61xfTa .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-uQni61xfTa .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-uQni61xfTa .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-uQni61xfTa .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uQni61xfTa .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-uQni61xfTa .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-uQni61xfTa .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-uQni61xfTa .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-uQni61xfTa .carousel-inner {
  height: 100%;
}
.cid-uQni61xfTa .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-uQni61xfTa .image_wrapper {
  height: 950px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-uQni61xfTa .image_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uQni61xfTa .carousel-item .container-slide {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uQni61xfTa .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uQni61xfTa .content-slider-wrap {
    width: 100%!important;
  }
  .cid-uQni61xfTa .image_wrapper {
    height: 570px;
  }
}
.cid-uQni61xfTa P {
  color: #dd2b1c;
}
.cid-uPNiC8ZkYQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff1e2;
}
.cid-uPNiC8ZkYQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNiC8ZkYQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNiC8ZkYQ .content-wrapper {
  display: flex;
  position: relative;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-uPNiC8ZkYQ .content-wrapper {
    padding: 30px 20px;
  }
}
.cid-uPNiC8ZkYQ .content-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uPNiC8ZkYQ .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uPNiC8ZkYQ .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: linear-gradient(0.251turn, #f8e7d2 37%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-uPNiC8ZkYQ .content-wrapper .content-wrap {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uPNiC8ZkYQ .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uPNiC8ZkYQ .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #fff1e2;
  padding: 8px 16px;
  margin-bottom: 32px;
}
.cid-uPNiC8ZkYQ .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uPNiC8ZkYQ .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uPNiC8ZkYQ .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 64px;
}
.cid-uPNiC8ZkYQ .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPNiC8ZkYQ .mbr-section-title {
  color: #404349;
}
.cid-uPNiC8ZkYQ .mbr-text {
  color: #404349;
}
.cid-uPNiC8ZkYQ .mbr-desc {
  color: #b19a7c;
}
.cid-uPNiC9cZJ1 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/celik-hadde-imalati-uretimi-prosteel-800x600.png");
}
.cid-uPNiC9cZJ1::before {
  content: '';
  position: absolute;
  right: -14%;
  bottom: 0;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(#dd2b1c -10%, transparent 95%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uPNiC9cZJ1::before {
    opacity: .4;
  }
}
.cid-uPNiC9cZJ1::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -20%;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #a7a4a3 -10%, transparent 95%);
}
@media (max-width: 992px) {
  .cid-uPNiC9cZJ1::after {
    opacity: .4;
  }
}
.cid-uPNiC9cZJ1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNiC9cZJ1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNiC9cZJ1 .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uPNiC9cZJ1 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uPNiC9cZJ1 .container {
    padding: 0 16px;
  }
}
.cid-uPNiC9cZJ1 .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uPNiC9cZJ1 .row .card {
  justify-content: flex-end;
}
.cid-uPNiC9cZJ1 .title-wrapper {
  margin-bottom: 246px;
}
@media (max-width: 1200px) {
  .cid-uPNiC9cZJ1 .title-wrapper {
    margin-bottom: 148px;
  }
}
@media (max-width: 992px) {
  .cid-uPNiC9cZJ1 .title-wrapper {
    margin-bottom: 90px;
  }
}
.cid-uPNiC9cZJ1 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uPNiC9cZJ1 .title-wrapper .mbr-section-title span {
  color: #dd2b1c;
}
.cid-uPNiC9cZJ1 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPNiC9cZJ1 .text-wrapper .text_2 {
  margin-top: 32px;
}
.cid-uPNiC9cZJ1 .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uPNiC9cZJ1 .text-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uPNiC9cZJ1 .text-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uPNiC9cZJ1 .text-wrapper .mbr-section-btn .btn-success-outline,
.cid-uPNiC9cZJ1 .text-wrapper .mbr-section-btn .btn-info-outline,
.cid-uPNiC9cZJ1 .text-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uPNiC9cZJ1 .text-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uPNiC9cZJ1 .text-wrapper .mbr-section-btn .btn-black-outline,
.cid-uPNiC9cZJ1 .text-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uPNiC9cZJ1 .text-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uPNiC9cZJ1 .text-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uPNiC9cZJ1 .text-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uPNiC9cZJ1 .text-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uPNiC9cZJ1 .text-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uPNiC9cZJ1 .text-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uPNiC9cZJ1 .text-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uPNiC9cZJ1 .text-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uPNiC9cZJ1 .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uPNiC9cZJ1 .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uPNiC9cZJ1 .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uPNiC9cZJ1 .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uPNiC9cZJ1 .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uPNiC9cZJ1 .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uPNiC9cZJ1 .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uPNiC9cZJ1 .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uPNiC9cZJ1 .text-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uPNiC9cZJ1 .text-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uPNiC9cZJ1 .text-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uPNiC9cZJ1 .text-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uPNiC9cZJ1 .text-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uPNiC9cZJ1 .text-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uPNiC9cZJ1 .text-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-uPNiC9cZJ1 .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uPNiC9cZJ1 .text-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uPNiC9cZJ1 .text-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uPNiC9cZJ1 .text-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uPNiC9cZJ1 .text-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uPNiC9cZJ1 .text-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uPNiC9cZJ1 .text-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uPNiC9cZJ1 .text-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uPNiC9cZJ1 .text-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uPNiC9cZJ1 .text-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uPNiC9cZJ1 .text-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uPNiC9cZJ1 .text-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uPNiC9cZJ1 .text-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uPNiC9cZJ1 .text-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uPNiC9cZJ1 .text-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uPNiC9cZJ1 .text-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uPNiC9cZJ1 .text-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uPNiC9cZJ1 .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uPNiC9cZJ1 .text-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #dd2b1c !important;
}
.cid-uPNiC9cZJ1 .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uPNiC9cZJ1 .text-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #ffffff !important;
}
.cid-uPNiC9cZJ1 .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uPNiC9cZJ1 .text-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #3a341c !important;
}
.cid-uPNiC9cZJ1 .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uPNiC9cZJ1 .text-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #320707 !important;
}
.cid-uPNiC9cZJ1 .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uPNiC9cZJ1 .text-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #a0e2e1 !important;
}
.cid-uPNiC9cZJ1 .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uPNiC9cZJ1 .text-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #ffea64 !important;
}
.cid-uPNiC9cZJ1 .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uPNiC9cZJ1 .text-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uPNiC9cZJ1 .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uPNiC9cZJ1 .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uPNiC9cZJ1 .mbr-section-title {
  color: #000000;
}
.cid-uPNiC9cZJ1 .mbr-text {
  color: #000000;
}
.cid-uPNiC9wXgp {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #dd2b1c, #232323);
}
@media (min-width: 768px) {
  .cid-uPNiC9wXgp {
    align-items: flex-start;
  }
  .cid-uPNiC9wXgp .row {
    justify-content: flex-start;
  }
}
.cid-uPNiC9wXgp .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uPNiC9wXgp .mbr-text,
.cid-uPNiC9wXgp .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uPNiC9wXgp .mbr-section-title,
.cid-uPNiC9wXgp .line {
  color: #ffffff;
  text-align: center;
}
.cid-uPNiC9wXgp h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uPNiC9wXgp h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uPNiC9wXgp .mbr-section-subtitle,
.cid-uPNiC9wXgp .align {
  text-align: left;
  color: #232323;
}
.cid-uPNiCapfQ7 {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #232323, #dd2b1c);
}
@media (min-width: 768px) {
  .cid-uPNiCapfQ7 {
    align-items: flex-start;
  }
  .cid-uPNiCapfQ7 .row {
    justify-content: flex-start;
  }
}
.cid-uPNiCapfQ7 .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uPNiCapfQ7 .mbr-text,
.cid-uPNiCapfQ7 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uPNiCapfQ7 .mbr-section-title,
.cid-uPNiCapfQ7 .line {
  color: #ffffff;
  text-align: center;
}
.cid-uPNiCapfQ7 h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uPNiCapfQ7 h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uPNiCapfQ7 .mbr-section-subtitle,
.cid-uPNiCapfQ7 .align {
  text-align: left;
  color: #232323;
}
.cid-uPNiCbmFT5 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/yapi-proje-gelistirme-prosteel2032-1000x749.jpg");
}
.cid-uPNiCbmFT5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNiCbmFT5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNiCbmFT5 .row {
  margin: 0 -8px;
}
.cid-uPNiCbmFT5 .row .card {
  padding: 0 8px;
}
.cid-uPNiCbmFT5 .card-wrapper {
  position: relative;
  padding: 75px 64px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uPNiCbmFT5 .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uPNiCbmFT5 .card-wrapper {
    padding: 24px;
  }
}
.cid-uPNiCbmFT5 .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
}
.cid-uPNiCbmFT5 .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #dd2b1c;
  opacity: .6;
}
.cid-uPNiCbmFT5 .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uPNiCbmFT5 .card-wrapper .card-wrap .mbr-label {
  margin-bottom: 24px;
}
.cid-uPNiCbmFT5 .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uPNiCbmFT5 .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uPNiCbmFT5 .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uPNiCbmFT5 .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uPNiCbmFT5 .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPNiCbmFT5 .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uPNiCbmFT5 .mbr-label {
  color: #63635d;
  text-align: center;
}
.cid-uPNiCbmFT5 .mbr-text,
.cid-uPNiCbmFT5 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uPNiCbmFT5 .mbr-section-title,
.cid-uPNiCbmFT5 .mbr-section-btn {
  color: #ffffff;
}
.cid-uPNiCbDYD6 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  border-bottom: 2px solid #ffffff;
  background-image: url("../../../assets/images/yapi-proje-gelistirme-prosteel2010-1000x679.jpg");
}
.cid-uPNiCbDYD6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNiCbDYD6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNiCbDYD6 .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uPNiCbDYD6 .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uPNiCbDYD6 .content-wrapper {
    padding: 0;
  }
}
.cid-uPNiCbDYD6 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uPNiCbDYD6 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uPNiCbDYD6 .mbr-section-title,
.cid-uPNiCbDYD6 .title-wrapper {
  color: #ffffff;
}
.cid-uPNiCbDYD6 .mbr-section-title,
.cid-uPNiCbDYD6 .mbr-section-btn,
.cid-uPNiCbDYD6 .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uPNiCbSKd7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPNiCbSKd7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNiCbSKd7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNiCbSKd7 .container {
  max-width: 1472px;
}
.cid-uPNiCbSKd7 .footer-main-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-radius: 2.08rem;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-uPNiCbSKd7 .col-brand {
  width: 100%;
  padding: 2.5rem;
}
@media (max-width: 991px) {
  .cid-uPNiCbSKd7 .col-brand {
    padding: 24px;
  }
}
.cid-uPNiCbSKd7 .navbar-brand {
  display: flex;
  flex-basis: auto;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  white-space: normal;
  flex-shrink: 0;
  align-items: center;
  padding: 0;
  z-index: 1;
  margin-right: auto;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uPNiCbSKd7 .navbar-brand:hover {
  transform: scale(1.1);
}
.cid-uPNiCbSKd7 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uPNiCbSKd7 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uPNiCbSKd7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uPNiCbSKd7 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uPNiCbSKd7 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uPNiCbSKd7 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uPNiCbSKd7 .links-container {
  width: 100%;
  padding: 2.5rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 8.8%;
}
@media (max-width: 991px) {
  .cid-uPNiCbSKd7 .links-container {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 17.6%;
    row-gap: 6.67rem;
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uPNiCbSKd7 .links-container {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1.2rem;
    row-gap: 1.2rem;
  }
}
.cid-uPNiCbSKd7 .mbr-section-subtitle {
  color: #13287d;
  margin-bottom: 12px;
}
.cid-uPNiCbSKd7 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #232323;
}
.cid-uPNiCbSKd7 .list li {
  width: 100%;
  color: inherit !important;
  margin: 6px 0;
}
.cid-uPNiCbSKd7 .list li:hover {
  color: #dd2b1c !important;
}
.cid-uPNiCbSKd7 .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uPNiCbSKd7 .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uPNiCbSKd7 .copyright-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid rgba(255, 255, 255, 0.01);
  padding: 32px 0 24px;
}
@media (max-width: 767px) {
  .cid-uPNiCbSKd7 .copyright-container {
    padding: 24px 0 16px;
    flex-wrap: wrap;
  }
}
.cid-uPNiCbSKd7 .copyright {
  color: #232323;
  max-width: 45%;
}
@media (max-width: 767px) {
  .cid-uPNiCbSKd7 .copyright {
    max-width: 100%;
    width: 100%;
  }
}
.cid-uPNiCbSKd7 .social-row {
  width: auto;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  max-width: 45%;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uPNiCbSKd7 .social-row {
    max-width: 100%;
    width: 100%;
    justify-content: flex-start;
  }
}
.cid-uPNiCbSKd7 .mbr-iconfont {
  font-size: 22px;
  color: #ae5eff;
}
.cid-uPNiCbSKd7 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.01);
  margin-left: 4px;
  margin-bottom: 4px;
  padding: 12px;
  min-height: 70px;
  min-width: 70px;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-uPNiCbSKd7 .soc-item {
    margin-left: 0;
    margin-right: 4px;
    margin-bottom: 0;
    margin-top: 4px;
    padding: 10px;
    min-height: 50px;
    min-width: 50px;
  }
}
.cid-uPNiCbSKd7 .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPNiCbSKd7 .soc-item a:hover {
  text-decoration-line: none !important;
}
.cid-uPNiCbSKd7 .soc-item:hover {
  transform: scale(0.95);
}
.cid-uPNiCbSKd7 .soc-item:hover .mbr-iconfont {
  color: #FFDD65 !important;
}
.cid-uPNiDVSQoS .navbar {
  padding: 0.5rem 0;
  background: #9c98cf;
  transition: none;
  min-height: 50px;
}
.cid-uPNiDVSQoS .navbar-fixed-top {
  padding-top: 0;
}
.cid-uPNiDVSQoS .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-uPNiDVSQoS .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #5a67a1;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-uPNiDVSQoS .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-uPNiDVSQoS .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uPNiDVSQoS .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uPNiDVSQoS .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uPNiDVSQoS .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-uPNiDVSQoS .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uPNiDVSQoS .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uPNiDVSQoS .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uPNiDVSQoS .menu-content-top {
  background: #dd2b1c;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uPNiDVSQoS .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-uPNiDVSQoS .dropdown-item:hover {
  color: #d2d2df !important;
}
.cid-uPNiDVSQoS .nav-link,
.cid-uPNiDVSQoS .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-uPNiDVSQoS .nav-link:hover,
.cid-uPNiDVSQoS .brand-name:hover {
  color: #d2d2df !important;
}
.cid-uPNiDVSQoS .dropdown-menu {
  background-color: #5a67a1;
}
.cid-uPNiDVSQoS .dropdown-item:active {
  background-color: #5a67a1;
}
.cid-uPNiDVSQoS .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-uPNiDVSQoS .navbar-dropdown.bg-color.transparent.opened {
  background: #9c98cf;
}
.cid-uPNiDVSQoS .nav-item {
  position: relative;
}
.cid-uPNiDVSQoS .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uPNiDVSQoS .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-uPNiDVSQoS .nav-item .nav-link:focus {
  outline: none;
}
.cid-uPNiDVSQoS .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPNiDVSQoS .content-text {
  margin-bottom: 0;
}
.cid-uPNiDVSQoS .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uPNiDVSQoS .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #dd2b1c;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uPNiDVSQoS .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uPNiDVSQoS .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uPNiDVSQoS .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uPNiDVSQoS .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPNiDVSQoS .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uPNiDVSQoS .content-right-side {
  text-align: center;
}
.cid-uPNiDVSQoS .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uPNiDVSQoS .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uPNiDVSQoS .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uPNiDVSQoS .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-uPNiDVSQoS .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uPNiDVSQoS .info-widget:first-child {
  margin-left: 0;
}
.cid-uPNiDVSQoS .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-uPNiDVSQoS .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uPNiDVSQoS .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uPNiDVSQoS .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uPNiDVSQoS .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-uPNiDVSQoS .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uPNiDVSQoS .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #5a67a1;
}
@media (min-width: 992px) {
  .cid-uPNiDVSQoS .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-uPNiDVSQoS .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #d2d2df;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-uPNiDVSQoS .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-uPNiDVSQoS .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uPNiDVSQoS .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-uPNiDVSQoS .navbar {
    display: block;
    padding: 0;
  }
  .cid-uPNiDVSQoS .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-uPNiDVSQoS .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uPNiDVSQoS .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uPNiDVSQoS .navbar-toggler {
    display: none;
  }
  .cid-uPNiDVSQoS .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-uPNiDVSQoS .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uPNiDVSQoS .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-uPNiDVSQoS .btn-sm {
  padding: 13px 29px;
}
.cid-uPNiDVSQoS .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uPNiDVSQoS .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-uPNiDVSQoS .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-uPNiDVSQoS .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uPNiDVSQoS .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uPNiDVSQoS .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uPNiDVSQoS .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uPNiDVSQoS .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uPNiDVSQoS .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uPNiDVSQoS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPNiDVSQoS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPNiDVSQoS .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uPNiDVSQoS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uPNiDVSQoS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPNiDVSQoS .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uPNiDVSQoS .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPNiDVSQoS .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uPNiDVSQoS .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-uPNiDVSQoS .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uPNiDVSQoS .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uPNiDVSQoS .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uPNiDVSQoS button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-uPNiDVSQoS button.navbar-toggler:focus {
  outline: none;
}
.cid-uPNiDVSQoS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uPNiDVSQoS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPNiDVSQoS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPNiDVSQoS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPNiDVSQoS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPNiDVSQoS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPNiDVSQoS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPNiDVSQoS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPNiDVSQoS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPNiDVSQoS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPNiDVSQoS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPNiDVSQoS .collapsed .btn {
  display: flex;
}
.cid-uPNiDVSQoS .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uPNiDVSQoS .collapsed .navbar-collapse.collapsing,
.cid-uPNiDVSQoS .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uPNiDVSQoS .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uPNiDVSQoS .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uPNiDVSQoS .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uPNiDVSQoS .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uPNiDVSQoS .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uPNiDVSQoS .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uPNiDVSQoS .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uPNiDVSQoS .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uPNiDVSQoS .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uPNiDVSQoS .collapsed button.navbar-toggler {
  display: block;
}
.cid-uPNiDVSQoS .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uPNiDVSQoS .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uPNiDVSQoS .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uPNiDVSQoS .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uPNiDVSQoS .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uPNiDVSQoS .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uPNiDVSQoS .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uPNiDVSQoS .menu-content-top {
    display: flex;
  }
  .cid-uPNiDVSQoS .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-uPNiDVSQoS .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-uPNiDVSQoS .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-uPNiDVSQoS .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-uPNiDVSQoS .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-uPNiDVSQoS .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-uPNiDVSQoS .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-uPNiDVSQoS .navbar-collapse.collapsing,
  .cid-uPNiDVSQoS .navbar-collapse.show {
    display: block !important;
  }
  .cid-uPNiDVSQoS .navbar-collapse.collapsing .navbar-nav,
  .cid-uPNiDVSQoS .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uPNiDVSQoS .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uPNiDVSQoS .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uPNiDVSQoS .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-uPNiDVSQoS .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #dd2b1c;
  }
  .cid-uPNiDVSQoS .navbar-collapse.collapsing .navbar-buttons,
  .cid-uPNiDVSQoS .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uPNiDVSQoS .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uPNiDVSQoS .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uPNiDVSQoS img {
    height: 3.8rem !important;
  }
  .cid-uPNiDVSQoS .btn {
    display: flex;
  }
  .cid-uPNiDVSQoS button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-uPNiDVSQoS .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-uPNiDVSQoS .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uPNiDVSQoS .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uPNiDVSQoS .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uPNiDVSQoS .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uPNiDVSQoS .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uPNiDVSQoS .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uPNiDVSQoS .nav-link:focus {
  outline: none;
}
.cid-uPNiDVSQoS .navbar-toggler {
  position: relative;
}
.cid-uPNiDVSQoS .widget-title,
.cid-uPNiDVSQoS .widget-icon {
  color: #e9e9e9;
}
.cid-uPNiDVSQoS .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-uPNiDVSQoS .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-uPNiDVSQoS .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-uPNiDVSQoS .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-uPNiDVSQoS .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-uPNiDVSQoS .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-uPNiDVSQoS .menu-content-top,
  .cid-uPNiDVSQoS .menu-bottom {
    padding: 0 15px;
  }
  .cid-uPNiDVSQoS button.navbar-toggler {
    align-self: center;
  }
  .cid-uPNiDVSQoS .btn {
    margin-left: 0;
  }
  .cid-uPNiDVSQoS .widget-icon {
    padding-right: 0;
  }
}
.cid-uPNiDVSQoS .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-uPNiDVSQoS .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #5a67a1;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-uPNiDVSQoS .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-uPNiDVSQoS .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #d2d2df;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-uPNiDVSQoS .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-uPNiDWeNGT {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(to bottom, #163300, #dd2b1c);
}
@media (min-width: 768px) {
  .cid-uPNiDWeNGT {
    align-items: flex-start;
  }
  .cid-uPNiDWeNGT .row {
    justify-content: flex-start;
  }
}
.cid-uPNiDWeNGT .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uPNiDWeNGT .mbr-text,
.cid-uPNiDWeNGT .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uPNiDWeNGT .mbr-section-title,
.cid-uPNiDWeNGT .line {
  color: #232323;
}
.cid-uPNiDWeNGT h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uPNiDWeNGT h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uPNiDWeNGT .mbr-section-subtitle,
.cid-uPNiDWeNGT .align {
  text-align: left;
  color: #232323;
}
.cid-uQnibFaUk7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #254b45;
}
.cid-uQnibFaUk7 .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uQnibFaUk7 .modal-body .close {
  background: #1b1b1b;
}
.cid-uQnibFaUk7 .modal-body .close span {
  font-style: normal;
}
@media (min-width: 992px) {
  .cid-uQnibFaUk7 .align-center {
    text-align: left;
    max-width: 850px;
  }
  .cid-uQnibFaUk7 .carousel-caption {
    justify-content: flex-start !important;
    padding-left: 5rem;
  }
}
.cid-uQnibFaUk7 .mbr-slider .carousel-control {
  background: black!important;
  border-radius: 6px;
  height: 100px;
  width: 50px;
}
.cid-uQnibFaUk7 .mbri-right:before {
  content: "\e909";
  color: white;
}
.cid-uQnibFaUk7 .mbri-left:before {
  content: "\e90a";
  color: white;
}
.cid-uQnibFaUk7 .container {
  max-width: 100%;
  padding: 0;
}
.cid-uQnibFaUk7 .content-slider-wrap {
  width: 100%;
}
.cid-uQnibFaUk7 .carousel-inner > .active,
.cid-uQnibFaUk7 .carousel-inner > .next,
.cid-uQnibFaUk7 .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-uQnibFaUk7 .carousel-control .icon-next,
.cid-uQnibFaUk7 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uQnibFaUk7 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uQnibFaUk7 .mbr-iconfont {
  color: black;
  font-size: 2rem!important;
  font-family: 'Moririse2' !important;
  font-weight: 600;
}
.cid-uQnibFaUk7 .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-uQnibFaUk7 .boxed-slider > div {
  position: relative;
}
.cid-uQnibFaUk7 .container img {
  width: 100%;
}
.cid-uQnibFaUk7 .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-uQnibFaUk7 .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uQnibFaUk7 .mbr-table-cell {
  padding: 0;
}
.cid-uQnibFaUk7 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uQnibFaUk7 .carousel-caption {
  top: auto;
  right: 0;
  bottom: 2rem;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uQnibFaUk7 .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uQnibFaUk7 .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-uQnibFaUk7 .carousel-item.active.right,
.cid-uQnibFaUk7 .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uQnibFaUk7 .carousel-item.active.left,
.cid-uQnibFaUk7 .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uQnibFaUk7 .carousel-item.active,
.cid-uQnibFaUk7 .carousel-item.next.left,
.cid-uQnibFaUk7 .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-uQnibFaUk7 .mbr-slider .carousel-control {
  top: 50%;
  margin-top: -1.5rem;
  font-size: 35px;
  transition: all .3s;
  z-index: 11;
}
@media (max-width: 767px) {
  .cid-uQnibFaUk7 .mbr-slider .carousel-control {
    top: 20%;
  }
}
.cid-uQnibFaUk7 .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQnibFaUk7 .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uQnibFaUk7 .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-uQnibFaUk7 .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uQnibFaUk7 .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 10px;
  width: 10px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-uQnibFaUk7 .mbr-slider .carousel-indicators li.active,
.cid-uQnibFaUk7 .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-uQnibFaUk7 .mbr-slider .carousel-indicators li::after,
.cid-uQnibFaUk7 .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-uQnibFaUk7 .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-uQnibFaUk7 .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-uQnibFaUk7 .mbr-slider > .container img {
  width: 100%;
}
.cid-uQnibFaUk7 .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uQnibFaUk7 .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-uQnibFaUk7 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uQnibFaUk7 .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uQnibFaUk7 .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-uQnibFaUk7 .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-uQnibFaUk7 .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-uQnibFaUk7 .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-uQnibFaUk7 .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-uQnibFaUk7 .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uQnibFaUk7 .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-uQnibFaUk7 .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-uQnibFaUk7 .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-uQnibFaUk7 .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-uQnibFaUk7 .carousel-inner {
  height: 100%;
}
.cid-uQnibFaUk7 .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-uQnibFaUk7 .image_wrapper {
  height: 950px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-uQnibFaUk7 .image_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uQnibFaUk7 .carousel-item .container-slide {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uQnibFaUk7 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uQnibFaUk7 .content-slider-wrap {
    width: 100%!important;
  }
  .cid-uQnibFaUk7 .image_wrapper {
    height: 570px;
  }
}
.cid-uQnibFaUk7 P {
  color: #dd2b1c;
}
.cid-uPNiDWFTJA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff1e2;
}
.cid-uPNiDWFTJA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNiDWFTJA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNiDWFTJA .content-wrapper {
  display: flex;
  position: relative;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-uPNiDWFTJA .content-wrapper {
    padding: 30px 20px;
  }
}
.cid-uPNiDWFTJA .content-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uPNiDWFTJA .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uPNiDWFTJA .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: linear-gradient(0.251turn, #f8e7d2 37%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-uPNiDWFTJA .content-wrapper .content-wrap {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uPNiDWFTJA .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uPNiDWFTJA .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #fff1e2;
  padding: 8px 16px;
  margin-bottom: 32px;
}
.cid-uPNiDWFTJA .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uPNiDWFTJA .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uPNiDWFTJA .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 64px;
}
.cid-uPNiDWFTJA .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPNiDWFTJA .mbr-section-title {
  color: #404349;
}
.cid-uPNiDWFTJA .mbr-text {
  color: #404349;
}
.cid-uPNiDWFTJA .mbr-desc {
  color: #b19a7c;
}
.cid-uPNiDWR9vs {
  padding-top: 2rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/celik-hadde-imalati-uretimi-prosteel-800x600.png");
}
.cid-uPNiDWR9vs::before {
  content: '';
  position: absolute;
  right: -14%;
  bottom: 0;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(#dd2b1c -10%, transparent 95%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uPNiDWR9vs::before {
    opacity: .4;
  }
}
.cid-uPNiDWR9vs::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -20%;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #a7a4a3 -10%, transparent 95%);
}
@media (max-width: 992px) {
  .cid-uPNiDWR9vs::after {
    opacity: .4;
  }
}
.cid-uPNiDWR9vs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNiDWR9vs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNiDWR9vs .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uPNiDWR9vs .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uPNiDWR9vs .container {
    padding: 0 16px;
  }
}
.cid-uPNiDWR9vs .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uPNiDWR9vs .row .card {
  justify-content: flex-end;
}
.cid-uPNiDWR9vs .title-wrapper {
  margin-bottom: 246px;
}
@media (max-width: 1200px) {
  .cid-uPNiDWR9vs .title-wrapper {
    margin-bottom: 148px;
  }
}
@media (max-width: 992px) {
  .cid-uPNiDWR9vs .title-wrapper {
    margin-bottom: 90px;
  }
}
.cid-uPNiDWR9vs .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uPNiDWR9vs .title-wrapper .mbr-section-title span {
  color: #dd2b1c;
}
.cid-uPNiDWR9vs .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPNiDWR9vs .text-wrapper .text_2 {
  margin-top: 32px;
}
.cid-uPNiDWR9vs .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uPNiDWR9vs .text-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uPNiDWR9vs .text-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uPNiDWR9vs .text-wrapper .mbr-section-btn .btn-success-outline,
.cid-uPNiDWR9vs .text-wrapper .mbr-section-btn .btn-info-outline,
.cid-uPNiDWR9vs .text-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uPNiDWR9vs .text-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uPNiDWR9vs .text-wrapper .mbr-section-btn .btn-black-outline,
.cid-uPNiDWR9vs .text-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uPNiDWR9vs .text-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uPNiDWR9vs .text-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uPNiDWR9vs .text-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uPNiDWR9vs .text-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uPNiDWR9vs .text-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uPNiDWR9vs .text-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uPNiDWR9vs .text-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uPNiDWR9vs .text-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uPNiDWR9vs .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uPNiDWR9vs .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uPNiDWR9vs .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uPNiDWR9vs .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uPNiDWR9vs .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uPNiDWR9vs .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uPNiDWR9vs .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uPNiDWR9vs .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uPNiDWR9vs .text-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uPNiDWR9vs .text-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uPNiDWR9vs .text-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uPNiDWR9vs .text-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uPNiDWR9vs .text-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uPNiDWR9vs .text-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uPNiDWR9vs .text-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-uPNiDWR9vs .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uPNiDWR9vs .text-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uPNiDWR9vs .text-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uPNiDWR9vs .text-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uPNiDWR9vs .text-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uPNiDWR9vs .text-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uPNiDWR9vs .text-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uPNiDWR9vs .text-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uPNiDWR9vs .text-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uPNiDWR9vs .text-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uPNiDWR9vs .text-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uPNiDWR9vs .text-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uPNiDWR9vs .text-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uPNiDWR9vs .text-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uPNiDWR9vs .text-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uPNiDWR9vs .text-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uPNiDWR9vs .text-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uPNiDWR9vs .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uPNiDWR9vs .text-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #dd2b1c !important;
}
.cid-uPNiDWR9vs .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uPNiDWR9vs .text-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #ffffff !important;
}
.cid-uPNiDWR9vs .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uPNiDWR9vs .text-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #3a341c !important;
}
.cid-uPNiDWR9vs .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uPNiDWR9vs .text-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #320707 !important;
}
.cid-uPNiDWR9vs .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uPNiDWR9vs .text-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #a0e2e1 !important;
}
.cid-uPNiDWR9vs .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uPNiDWR9vs .text-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #ffea64 !important;
}
.cid-uPNiDWR9vs .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uPNiDWR9vs .text-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uPNiDWR9vs .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uPNiDWR9vs .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uPNiDWR9vs .mbr-section-title {
  color: #000000;
}
.cid-uPNiDWR9vs .mbr-text {
  color: #000000;
}
.cid-uPNiDX4Ow7 {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #dd2b1c, #232323);
}
@media (min-width: 768px) {
  .cid-uPNiDX4Ow7 {
    align-items: flex-start;
  }
  .cid-uPNiDX4Ow7 .row {
    justify-content: flex-start;
  }
}
.cid-uPNiDX4Ow7 .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uPNiDX4Ow7 .mbr-text,
.cid-uPNiDX4Ow7 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uPNiDX4Ow7 .mbr-section-title,
.cid-uPNiDX4Ow7 .line {
  color: #ffffff;
  text-align: center;
}
.cid-uPNiDX4Ow7 h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uPNiDX4Ow7 h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uPNiDX4Ow7 .mbr-section-subtitle,
.cid-uPNiDX4Ow7 .align {
  text-align: left;
  color: #232323;
}
.cid-uPNiDXZvEL {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #232323, #dd2b1c);
}
@media (min-width: 768px) {
  .cid-uPNiDXZvEL {
    align-items: flex-start;
  }
  .cid-uPNiDXZvEL .row {
    justify-content: flex-start;
  }
}
.cid-uPNiDXZvEL .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uPNiDXZvEL .mbr-text,
.cid-uPNiDXZvEL .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uPNiDXZvEL .mbr-section-title,
.cid-uPNiDXZvEL .line {
  color: #ffffff;
  text-align: center;
}
.cid-uPNiDXZvEL h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uPNiDXZvEL h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uPNiDXZvEL .mbr-section-subtitle,
.cid-uPNiDXZvEL .align {
  text-align: left;
  color: #232323;
}
.cid-uPNiDYYvqH {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/yapi-proje-gelistirme-prosteel2032-1000x749.jpg");
}
.cid-uPNiDYYvqH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNiDYYvqH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNiDYYvqH .row {
  margin: 0 -8px;
}
.cid-uPNiDYYvqH .row .card {
  padding: 0 8px;
}
.cid-uPNiDYYvqH .card-wrapper {
  position: relative;
  padding: 75px 64px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uPNiDYYvqH .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uPNiDYYvqH .card-wrapper {
    padding: 24px;
  }
}
.cid-uPNiDYYvqH .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
}
.cid-uPNiDYYvqH .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #dd2b1c;
  opacity: .6;
}
.cid-uPNiDYYvqH .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uPNiDYYvqH .card-wrapper .card-wrap .mbr-label {
  margin-bottom: 24px;
}
.cid-uPNiDYYvqH .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uPNiDYYvqH .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uPNiDYYvqH .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uPNiDYYvqH .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uPNiDYYvqH .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPNiDYYvqH .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uPNiDYYvqH .mbr-label {
  color: #63635d;
  text-align: center;
}
.cid-uPNiDYYvqH .mbr-text,
.cid-uPNiDYYvqH .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uPNiDYYvqH .mbr-section-title,
.cid-uPNiDYYvqH .mbr-section-btn {
  color: #ffffff;
}
.cid-uPNiDZb6Dy {
  padding-top: 2rem;
  padding-bottom: 0rem;
  border-bottom: 2px solid #ffffff;
  background-image: url("../../../assets/images/yapi-proje-gelistirme-prosteel2010-1000x679.jpg");
}
.cid-uPNiDZb6Dy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNiDZb6Dy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNiDZb6Dy .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uPNiDZb6Dy .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uPNiDZb6Dy .content-wrapper {
    padding: 0;
  }
}
.cid-uPNiDZb6Dy .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uPNiDZb6Dy .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uPNiDZb6Dy .mbr-section-title,
.cid-uPNiDZb6Dy .title-wrapper {
  color: #ffffff;
}
.cid-uPNiDZb6Dy .mbr-section-title,
.cid-uPNiDZb6Dy .mbr-section-btn,
.cid-uPNiDZb6Dy .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uPNiDZoqpg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPNiDZoqpg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNiDZoqpg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNiDZoqpg .container {
  max-width: 1472px;
}
.cid-uPNiDZoqpg .footer-main-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-radius: 2.08rem;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-uPNiDZoqpg .col-brand {
  width: 100%;
  padding: 2.5rem;
}
@media (max-width: 991px) {
  .cid-uPNiDZoqpg .col-brand {
    padding: 24px;
  }
}
.cid-uPNiDZoqpg .navbar-brand {
  display: flex;
  flex-basis: auto;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  white-space: normal;
  flex-shrink: 0;
  align-items: center;
  padding: 0;
  z-index: 1;
  margin-right: auto;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uPNiDZoqpg .navbar-brand:hover {
  transform: scale(1.1);
}
.cid-uPNiDZoqpg .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uPNiDZoqpg .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uPNiDZoqpg .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uPNiDZoqpg .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uPNiDZoqpg .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uPNiDZoqpg .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uPNiDZoqpg .links-container {
  width: 100%;
  padding: 2.5rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 8.8%;
}
@media (max-width: 991px) {
  .cid-uPNiDZoqpg .links-container {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 17.6%;
    row-gap: 6.67rem;
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uPNiDZoqpg .links-container {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1.2rem;
    row-gap: 1.2rem;
  }
}
.cid-uPNiDZoqpg .mbr-section-subtitle {
  color: #13287d;
  margin-bottom: 12px;
}
.cid-uPNiDZoqpg .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #232323;
}
.cid-uPNiDZoqpg .list li {
  width: 100%;
  color: inherit !important;
  margin: 6px 0;
}
.cid-uPNiDZoqpg .list li:hover {
  color: #dd2b1c !important;
}
.cid-uPNiDZoqpg .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uPNiDZoqpg .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uPNiDZoqpg .copyright-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid rgba(255, 255, 255, 0.01);
  padding: 32px 0 24px;
}
@media (max-width: 767px) {
  .cid-uPNiDZoqpg .copyright-container {
    padding: 24px 0 16px;
    flex-wrap: wrap;
  }
}
.cid-uPNiDZoqpg .copyright {
  color: #232323;
  max-width: 45%;
}
@media (max-width: 767px) {
  .cid-uPNiDZoqpg .copyright {
    max-width: 100%;
    width: 100%;
  }
}
.cid-uPNiDZoqpg .social-row {
  width: auto;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  max-width: 45%;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uPNiDZoqpg .social-row {
    max-width: 100%;
    width: 100%;
    justify-content: flex-start;
  }
}
.cid-uPNiDZoqpg .mbr-iconfont {
  font-size: 22px;
  color: #ae5eff;
}
.cid-uPNiDZoqpg .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.01);
  margin-left: 4px;
  margin-bottom: 4px;
  padding: 12px;
  min-height: 70px;
  min-width: 70px;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-uPNiDZoqpg .soc-item {
    margin-left: 0;
    margin-right: 4px;
    margin-bottom: 0;
    margin-top: 4px;
    padding: 10px;
    min-height: 50px;
    min-width: 50px;
  }
}
.cid-uPNiDZoqpg .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPNiDZoqpg .soc-item a:hover {
  text-decoration-line: none !important;
}
.cid-uPNiDZoqpg .soc-item:hover {
  transform: scale(0.95);
}
.cid-uPNiDZoqpg .soc-item:hover .mbr-iconfont {
  color: #FFDD65 !important;
}
.cid-uPNkI56Ncs .navbar {
  padding: 0.5rem 0;
  background: #9c98cf;
  transition: none;
  min-height: 50px;
}
.cid-uPNkI56Ncs .navbar-fixed-top {
  padding-top: 0;
}
.cid-uPNkI56Ncs .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-uPNkI56Ncs .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #5a67a1;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-uPNkI56Ncs .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-uPNkI56Ncs .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uPNkI56Ncs .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uPNkI56Ncs .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uPNkI56Ncs .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-uPNkI56Ncs .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uPNkI56Ncs .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uPNkI56Ncs .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uPNkI56Ncs .menu-content-top {
  background: #dd2b1c;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uPNkI56Ncs .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-uPNkI56Ncs .dropdown-item:hover {
  color: #d2d2df !important;
}
.cid-uPNkI56Ncs .nav-link,
.cid-uPNkI56Ncs .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-uPNkI56Ncs .nav-link:hover,
.cid-uPNkI56Ncs .brand-name:hover {
  color: #d2d2df !important;
}
.cid-uPNkI56Ncs .dropdown-menu {
  background-color: #5a67a1;
}
.cid-uPNkI56Ncs .dropdown-item:active {
  background-color: #5a67a1;
}
.cid-uPNkI56Ncs .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-uPNkI56Ncs .navbar-dropdown.bg-color.transparent.opened {
  background: #9c98cf;
}
.cid-uPNkI56Ncs .nav-item {
  position: relative;
}
.cid-uPNkI56Ncs .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uPNkI56Ncs .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-uPNkI56Ncs .nav-item .nav-link:focus {
  outline: none;
}
.cid-uPNkI56Ncs .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPNkI56Ncs .content-text {
  margin-bottom: 0;
}
.cid-uPNkI56Ncs .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uPNkI56Ncs .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #dd2b1c;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uPNkI56Ncs .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uPNkI56Ncs .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uPNkI56Ncs .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uPNkI56Ncs .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPNkI56Ncs .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uPNkI56Ncs .content-right-side {
  text-align: center;
}
.cid-uPNkI56Ncs .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uPNkI56Ncs .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uPNkI56Ncs .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uPNkI56Ncs .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-uPNkI56Ncs .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uPNkI56Ncs .info-widget:first-child {
  margin-left: 0;
}
.cid-uPNkI56Ncs .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-uPNkI56Ncs .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uPNkI56Ncs .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uPNkI56Ncs .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uPNkI56Ncs .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-uPNkI56Ncs .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uPNkI56Ncs .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #5a67a1;
}
@media (min-width: 992px) {
  .cid-uPNkI56Ncs .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-uPNkI56Ncs .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #d2d2df;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-uPNkI56Ncs .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-uPNkI56Ncs .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uPNkI56Ncs .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-uPNkI56Ncs .navbar {
    display: block;
    padding: 0;
  }
  .cid-uPNkI56Ncs .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-uPNkI56Ncs .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uPNkI56Ncs .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uPNkI56Ncs .navbar-toggler {
    display: none;
  }
  .cid-uPNkI56Ncs .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-uPNkI56Ncs .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uPNkI56Ncs .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-uPNkI56Ncs .btn-sm {
  padding: 13px 29px;
}
.cid-uPNkI56Ncs .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uPNkI56Ncs .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-uPNkI56Ncs .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-uPNkI56Ncs .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uPNkI56Ncs .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uPNkI56Ncs .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uPNkI56Ncs .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uPNkI56Ncs .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uPNkI56Ncs .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uPNkI56Ncs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPNkI56Ncs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPNkI56Ncs .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uPNkI56Ncs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uPNkI56Ncs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPNkI56Ncs .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uPNkI56Ncs .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPNkI56Ncs .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uPNkI56Ncs .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-uPNkI56Ncs .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uPNkI56Ncs .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uPNkI56Ncs .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uPNkI56Ncs button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-uPNkI56Ncs button.navbar-toggler:focus {
  outline: none;
}
.cid-uPNkI56Ncs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uPNkI56Ncs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPNkI56Ncs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPNkI56Ncs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPNkI56Ncs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPNkI56Ncs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPNkI56Ncs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPNkI56Ncs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPNkI56Ncs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPNkI56Ncs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPNkI56Ncs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPNkI56Ncs .collapsed .btn {
  display: flex;
}
.cid-uPNkI56Ncs .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uPNkI56Ncs .collapsed .navbar-collapse.collapsing,
.cid-uPNkI56Ncs .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uPNkI56Ncs .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uPNkI56Ncs .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uPNkI56Ncs .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uPNkI56Ncs .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uPNkI56Ncs .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uPNkI56Ncs .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uPNkI56Ncs .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uPNkI56Ncs .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uPNkI56Ncs .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uPNkI56Ncs .collapsed button.navbar-toggler {
  display: block;
}
.cid-uPNkI56Ncs .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uPNkI56Ncs .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uPNkI56Ncs .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uPNkI56Ncs .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uPNkI56Ncs .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uPNkI56Ncs .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uPNkI56Ncs .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uPNkI56Ncs .menu-content-top {
    display: flex;
  }
  .cid-uPNkI56Ncs .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-uPNkI56Ncs .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-uPNkI56Ncs .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-uPNkI56Ncs .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-uPNkI56Ncs .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-uPNkI56Ncs .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-uPNkI56Ncs .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-uPNkI56Ncs .navbar-collapse.collapsing,
  .cid-uPNkI56Ncs .navbar-collapse.show {
    display: block !important;
  }
  .cid-uPNkI56Ncs .navbar-collapse.collapsing .navbar-nav,
  .cid-uPNkI56Ncs .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uPNkI56Ncs .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uPNkI56Ncs .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uPNkI56Ncs .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-uPNkI56Ncs .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #dd2b1c;
  }
  .cid-uPNkI56Ncs .navbar-collapse.collapsing .navbar-buttons,
  .cid-uPNkI56Ncs .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uPNkI56Ncs .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uPNkI56Ncs .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uPNkI56Ncs img {
    height: 3.8rem !important;
  }
  .cid-uPNkI56Ncs .btn {
    display: flex;
  }
  .cid-uPNkI56Ncs button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-uPNkI56Ncs .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-uPNkI56Ncs .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uPNkI56Ncs .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uPNkI56Ncs .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uPNkI56Ncs .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uPNkI56Ncs .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uPNkI56Ncs .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uPNkI56Ncs .nav-link:focus {
  outline: none;
}
.cid-uPNkI56Ncs .navbar-toggler {
  position: relative;
}
.cid-uPNkI56Ncs .widget-title,
.cid-uPNkI56Ncs .widget-icon {
  color: #e9e9e9;
}
.cid-uPNkI56Ncs .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-uPNkI56Ncs .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-uPNkI56Ncs .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-uPNkI56Ncs .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-uPNkI56Ncs .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-uPNkI56Ncs .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-uPNkI56Ncs .menu-content-top,
  .cid-uPNkI56Ncs .menu-bottom {
    padding: 0 15px;
  }
  .cid-uPNkI56Ncs button.navbar-toggler {
    align-self: center;
  }
  .cid-uPNkI56Ncs .btn {
    margin-left: 0;
  }
  .cid-uPNkI56Ncs .widget-icon {
    padding-right: 0;
  }
}
.cid-uPNkI56Ncs .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-uPNkI56Ncs .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #5a67a1;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-uPNkI56Ncs .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-uPNkI56Ncs .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #d2d2df;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-uPNkI56Ncs .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-uPNkI5rnCX {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(to bottom, #163300, #dd2b1c);
}
@media (min-width: 768px) {
  .cid-uPNkI5rnCX {
    align-items: flex-start;
  }
  .cid-uPNkI5rnCX .row {
    justify-content: flex-start;
  }
}
.cid-uPNkI5rnCX .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uPNkI5rnCX .mbr-text,
.cid-uPNkI5rnCX .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uPNkI5rnCX .mbr-section-title,
.cid-uPNkI5rnCX .line {
  color: #232323;
}
.cid-uPNkI5rnCX h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uPNkI5rnCX h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uPNkI5rnCX .mbr-section-subtitle,
.cid-uPNkI5rnCX .align {
  text-align: left;
  color: #232323;
}
.cid-uQninYPUGy {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #254b45;
}
.cid-uQninYPUGy .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uQninYPUGy .modal-body .close {
  background: #1b1b1b;
}
.cid-uQninYPUGy .modal-body .close span {
  font-style: normal;
}
@media (min-width: 992px) {
  .cid-uQninYPUGy .align-center {
    text-align: left;
    max-width: 850px;
  }
  .cid-uQninYPUGy .carousel-caption {
    justify-content: flex-start !important;
    padding-left: 5rem;
  }
}
.cid-uQninYPUGy .mbr-slider .carousel-control {
  background: black!important;
  border-radius: 6px;
  height: 100px;
  width: 50px;
}
.cid-uQninYPUGy .mbri-right:before {
  content: "\e909";
  color: white;
}
.cid-uQninYPUGy .mbri-left:before {
  content: "\e90a";
  color: white;
}
.cid-uQninYPUGy .container {
  max-width: 100%;
  padding: 0;
}
.cid-uQninYPUGy .content-slider-wrap {
  width: 100%;
}
.cid-uQninYPUGy .carousel-inner > .active,
.cid-uQninYPUGy .carousel-inner > .next,
.cid-uQninYPUGy .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-uQninYPUGy .carousel-control .icon-next,
.cid-uQninYPUGy .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uQninYPUGy .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uQninYPUGy .mbr-iconfont {
  color: black;
  font-size: 2rem!important;
  font-family: 'Moririse2' !important;
  font-weight: 600;
}
.cid-uQninYPUGy .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-uQninYPUGy .boxed-slider > div {
  position: relative;
}
.cid-uQninYPUGy .container img {
  width: 100%;
}
.cid-uQninYPUGy .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-uQninYPUGy .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uQninYPUGy .mbr-table-cell {
  padding: 0;
}
.cid-uQninYPUGy .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uQninYPUGy .carousel-caption {
  top: auto;
  right: 0;
  bottom: 2rem;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uQninYPUGy .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uQninYPUGy .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-uQninYPUGy .carousel-item.active.right,
.cid-uQninYPUGy .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uQninYPUGy .carousel-item.active.left,
.cid-uQninYPUGy .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uQninYPUGy .carousel-item.active,
.cid-uQninYPUGy .carousel-item.next.left,
.cid-uQninYPUGy .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-uQninYPUGy .mbr-slider .carousel-control {
  top: 50%;
  margin-top: -1.5rem;
  font-size: 35px;
  transition: all .3s;
  z-index: 11;
}
@media (max-width: 767px) {
  .cid-uQninYPUGy .mbr-slider .carousel-control {
    top: 20%;
  }
}
.cid-uQninYPUGy .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQninYPUGy .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uQninYPUGy .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-uQninYPUGy .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uQninYPUGy .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 10px;
  width: 10px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-uQninYPUGy .mbr-slider .carousel-indicators li.active,
.cid-uQninYPUGy .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-uQninYPUGy .mbr-slider .carousel-indicators li::after,
.cid-uQninYPUGy .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-uQninYPUGy .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-uQninYPUGy .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-uQninYPUGy .mbr-slider > .container img {
  width: 100%;
}
.cid-uQninYPUGy .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uQninYPUGy .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-uQninYPUGy .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uQninYPUGy .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uQninYPUGy .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-uQninYPUGy .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-uQninYPUGy .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-uQninYPUGy .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-uQninYPUGy .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-uQninYPUGy .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uQninYPUGy .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-uQninYPUGy .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-uQninYPUGy .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-uQninYPUGy .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-uQninYPUGy .carousel-inner {
  height: 100%;
}
.cid-uQninYPUGy .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-uQninYPUGy .image_wrapper {
  height: 950px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-uQninYPUGy .image_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uQninYPUGy .carousel-item .container-slide {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uQninYPUGy .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uQninYPUGy .content-slider-wrap {
    width: 100%!important;
  }
  .cid-uQninYPUGy .image_wrapper {
    height: 570px;
  }
}
.cid-uQninYPUGy P {
  color: #dd2b1c;
}
.cid-uPNkI5O4aY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff1e2;
}
.cid-uPNkI5O4aY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNkI5O4aY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNkI5O4aY .content-wrapper {
  display: flex;
  position: relative;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-uPNkI5O4aY .content-wrapper {
    padding: 30px 20px;
  }
}
.cid-uPNkI5O4aY .content-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uPNkI5O4aY .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uPNkI5O4aY .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: linear-gradient(0.251turn, #f8e7d2 37%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-uPNkI5O4aY .content-wrapper .content-wrap {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uPNkI5O4aY .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uPNkI5O4aY .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #fff1e2;
  padding: 8px 16px;
  margin-bottom: 32px;
}
.cid-uPNkI5O4aY .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uPNkI5O4aY .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uPNkI5O4aY .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 64px;
}
.cid-uPNkI5O4aY .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPNkI5O4aY .mbr-section-title {
  color: #404349;
}
.cid-uPNkI5O4aY .mbr-text {
  color: #404349;
}
.cid-uPNkI5O4aY .mbr-desc {
  color: #b19a7c;
}
.cid-uPNkI60vY3 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/celik-hadde-imalati-uretimi-prosteel-800x600.png");
}
.cid-uPNkI60vY3::before {
  content: '';
  position: absolute;
  right: -14%;
  bottom: 0;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(#dd2b1c -10%, transparent 95%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uPNkI60vY3::before {
    opacity: .4;
  }
}
.cid-uPNkI60vY3::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -20%;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #a7a4a3 -10%, transparent 95%);
}
@media (max-width: 992px) {
  .cid-uPNkI60vY3::after {
    opacity: .4;
  }
}
.cid-uPNkI60vY3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNkI60vY3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNkI60vY3 .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uPNkI60vY3 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uPNkI60vY3 .container {
    padding: 0 16px;
  }
}
.cid-uPNkI60vY3 .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uPNkI60vY3 .row .card {
  justify-content: flex-end;
}
.cid-uPNkI60vY3 .title-wrapper {
  margin-bottom: 246px;
}
@media (max-width: 1200px) {
  .cid-uPNkI60vY3 .title-wrapper {
    margin-bottom: 148px;
  }
}
@media (max-width: 992px) {
  .cid-uPNkI60vY3 .title-wrapper {
    margin-bottom: 90px;
  }
}
.cid-uPNkI60vY3 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uPNkI60vY3 .title-wrapper .mbr-section-title span {
  color: #dd2b1c;
}
.cid-uPNkI60vY3 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPNkI60vY3 .text-wrapper .text_2 {
  margin-top: 32px;
}
.cid-uPNkI60vY3 .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uPNkI60vY3 .text-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uPNkI60vY3 .text-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uPNkI60vY3 .text-wrapper .mbr-section-btn .btn-success-outline,
.cid-uPNkI60vY3 .text-wrapper .mbr-section-btn .btn-info-outline,
.cid-uPNkI60vY3 .text-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uPNkI60vY3 .text-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uPNkI60vY3 .text-wrapper .mbr-section-btn .btn-black-outline,
.cid-uPNkI60vY3 .text-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uPNkI60vY3 .text-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uPNkI60vY3 .text-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uPNkI60vY3 .text-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uPNkI60vY3 .text-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uPNkI60vY3 .text-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uPNkI60vY3 .text-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uPNkI60vY3 .text-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uPNkI60vY3 .text-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uPNkI60vY3 .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uPNkI60vY3 .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uPNkI60vY3 .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uPNkI60vY3 .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uPNkI60vY3 .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uPNkI60vY3 .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uPNkI60vY3 .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uPNkI60vY3 .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uPNkI60vY3 .text-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uPNkI60vY3 .text-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uPNkI60vY3 .text-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uPNkI60vY3 .text-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uPNkI60vY3 .text-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uPNkI60vY3 .text-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uPNkI60vY3 .text-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-uPNkI60vY3 .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uPNkI60vY3 .text-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uPNkI60vY3 .text-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uPNkI60vY3 .text-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uPNkI60vY3 .text-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uPNkI60vY3 .text-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uPNkI60vY3 .text-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uPNkI60vY3 .text-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uPNkI60vY3 .text-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uPNkI60vY3 .text-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uPNkI60vY3 .text-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uPNkI60vY3 .text-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uPNkI60vY3 .text-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uPNkI60vY3 .text-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uPNkI60vY3 .text-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uPNkI60vY3 .text-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uPNkI60vY3 .text-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uPNkI60vY3 .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uPNkI60vY3 .text-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #dd2b1c !important;
}
.cid-uPNkI60vY3 .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uPNkI60vY3 .text-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #ffffff !important;
}
.cid-uPNkI60vY3 .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uPNkI60vY3 .text-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #3a341c !important;
}
.cid-uPNkI60vY3 .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uPNkI60vY3 .text-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #320707 !important;
}
.cid-uPNkI60vY3 .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uPNkI60vY3 .text-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #a0e2e1 !important;
}
.cid-uPNkI60vY3 .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uPNkI60vY3 .text-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #ffea64 !important;
}
.cid-uPNkI60vY3 .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uPNkI60vY3 .text-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uPNkI60vY3 .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uPNkI60vY3 .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uPNkI60vY3 .mbr-section-title {
  color: #000000;
}
.cid-uPNkI60vY3 .mbr-text {
  color: #000000;
}
.cid-uPNkI6ft1u {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #dd2b1c, #232323);
}
@media (min-width: 768px) {
  .cid-uPNkI6ft1u {
    align-items: flex-start;
  }
  .cid-uPNkI6ft1u .row {
    justify-content: flex-start;
  }
}
.cid-uPNkI6ft1u .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uPNkI6ft1u .mbr-text,
.cid-uPNkI6ft1u .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uPNkI6ft1u .mbr-section-title,
.cid-uPNkI6ft1u .line {
  color: #ffffff;
  text-align: center;
}
.cid-uPNkI6ft1u h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uPNkI6ft1u h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uPNkI6ft1u .mbr-section-subtitle,
.cid-uPNkI6ft1u .align {
  text-align: left;
  color: #232323;
}
.cid-uPNkI7dghp {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #232323, #dd2b1c);
}
@media (min-width: 768px) {
  .cid-uPNkI7dghp {
    align-items: flex-start;
  }
  .cid-uPNkI7dghp .row {
    justify-content: flex-start;
  }
}
.cid-uPNkI7dghp .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uPNkI7dghp .mbr-text,
.cid-uPNkI7dghp .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uPNkI7dghp .mbr-section-title,
.cid-uPNkI7dghp .line {
  color: #ffffff;
  text-align: center;
}
.cid-uPNkI7dghp h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uPNkI7dghp h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uPNkI7dghp .mbr-section-subtitle,
.cid-uPNkI7dghp .align {
  text-align: left;
  color: #232323;
}
.cid-uPNkI84128 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/yapi-proje-gelistirme-prosteel2032-1000x749.jpg");
}
.cid-uPNkI84128 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNkI84128 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNkI84128 .row {
  margin: 0 -8px;
}
.cid-uPNkI84128 .row .card {
  padding: 0 8px;
}
.cid-uPNkI84128 .card-wrapper {
  position: relative;
  padding: 75px 64px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uPNkI84128 .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uPNkI84128 .card-wrapper {
    padding: 24px;
  }
}
.cid-uPNkI84128 .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
}
.cid-uPNkI84128 .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #dd2b1c;
  opacity: .6;
}
.cid-uPNkI84128 .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uPNkI84128 .card-wrapper .card-wrap .mbr-label {
  margin-bottom: 24px;
}
.cid-uPNkI84128 .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uPNkI84128 .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uPNkI84128 .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uPNkI84128 .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uPNkI84128 .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPNkI84128 .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uPNkI84128 .mbr-label {
  color: #63635d;
  text-align: center;
}
.cid-uPNkI84128 .mbr-text,
.cid-uPNkI84128 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uPNkI84128 .mbr-section-title,
.cid-uPNkI84128 .mbr-section-btn {
  color: #ffffff;
}
.cid-uPNkI8kImR {
  padding-top: 2rem;
  padding-bottom: 0rem;
  border-bottom: 2px solid #ffffff;
  background-image: url("../../../assets/images/yapi-proje-gelistirme-prosteel2010-1000x679.jpg");
}
.cid-uPNkI8kImR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNkI8kImR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNkI8kImR .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uPNkI8kImR .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uPNkI8kImR .content-wrapper {
    padding: 0;
  }
}
.cid-uPNkI8kImR .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uPNkI8kImR .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uPNkI8kImR .mbr-section-title,
.cid-uPNkI8kImR .title-wrapper {
  color: #ffffff;
}
.cid-uPNkI8kImR .mbr-section-title,
.cid-uPNkI8kImR .mbr-section-btn,
.cid-uPNkI8kImR .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uPNkI8xYrA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPNkI8xYrA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNkI8xYrA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNkI8xYrA .container {
  max-width: 1472px;
}
.cid-uPNkI8xYrA .footer-main-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-radius: 2.08rem;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-uPNkI8xYrA .col-brand {
  width: 100%;
  padding: 2.5rem;
}
@media (max-width: 991px) {
  .cid-uPNkI8xYrA .col-brand {
    padding: 24px;
  }
}
.cid-uPNkI8xYrA .navbar-brand {
  display: flex;
  flex-basis: auto;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  white-space: normal;
  flex-shrink: 0;
  align-items: center;
  padding: 0;
  z-index: 1;
  margin-right: auto;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uPNkI8xYrA .navbar-brand:hover {
  transform: scale(1.1);
}
.cid-uPNkI8xYrA .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uPNkI8xYrA .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uPNkI8xYrA .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uPNkI8xYrA .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uPNkI8xYrA .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uPNkI8xYrA .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uPNkI8xYrA .links-container {
  width: 100%;
  padding: 2.5rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 8.8%;
}
@media (max-width: 991px) {
  .cid-uPNkI8xYrA .links-container {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 17.6%;
    row-gap: 6.67rem;
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uPNkI8xYrA .links-container {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1.2rem;
    row-gap: 1.2rem;
  }
}
.cid-uPNkI8xYrA .mbr-section-subtitle {
  color: #13287d;
  margin-bottom: 12px;
}
.cid-uPNkI8xYrA .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #232323;
}
.cid-uPNkI8xYrA .list li {
  width: 100%;
  color: inherit !important;
  margin: 6px 0;
}
.cid-uPNkI8xYrA .list li:hover {
  color: #dd2b1c !important;
}
.cid-uPNkI8xYrA .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uPNkI8xYrA .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uPNkI8xYrA .copyright-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid rgba(255, 255, 255, 0.01);
  padding: 32px 0 24px;
}
@media (max-width: 767px) {
  .cid-uPNkI8xYrA .copyright-container {
    padding: 24px 0 16px;
    flex-wrap: wrap;
  }
}
.cid-uPNkI8xYrA .copyright {
  color: #232323;
  max-width: 45%;
}
@media (max-width: 767px) {
  .cid-uPNkI8xYrA .copyright {
    max-width: 100%;
    width: 100%;
  }
}
.cid-uPNkI8xYrA .social-row {
  width: auto;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  max-width: 45%;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uPNkI8xYrA .social-row {
    max-width: 100%;
    width: 100%;
    justify-content: flex-start;
  }
}
.cid-uPNkI8xYrA .mbr-iconfont {
  font-size: 22px;
  color: #ae5eff;
}
.cid-uPNkI8xYrA .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.01);
  margin-left: 4px;
  margin-bottom: 4px;
  padding: 12px;
  min-height: 70px;
  min-width: 70px;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-uPNkI8xYrA .soc-item {
    margin-left: 0;
    margin-right: 4px;
    margin-bottom: 0;
    margin-top: 4px;
    padding: 10px;
    min-height: 50px;
    min-width: 50px;
  }
}
.cid-uPNkI8xYrA .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPNkI8xYrA .soc-item a:hover {
  text-decoration-line: none !important;
}
.cid-uPNkI8xYrA .soc-item:hover {
  transform: scale(0.95);
}
.cid-uPNkI8xYrA .soc-item:hover .mbr-iconfont {
  color: #FFDD65 !important;
}
.cid-uPNkVYYSmV .navbar {
  padding: 0.5rem 0;
  background: #9c98cf;
  transition: none;
  min-height: 50px;
}
.cid-uPNkVYYSmV .navbar-fixed-top {
  padding-top: 0;
}
.cid-uPNkVYYSmV .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-uPNkVYYSmV .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #5a67a1;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-uPNkVYYSmV .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-uPNkVYYSmV .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uPNkVYYSmV .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uPNkVYYSmV .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uPNkVYYSmV .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-uPNkVYYSmV .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uPNkVYYSmV .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uPNkVYYSmV .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uPNkVYYSmV .menu-content-top {
  background: #dd2b1c;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uPNkVYYSmV .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-uPNkVYYSmV .dropdown-item:hover {
  color: #d2d2df !important;
}
.cid-uPNkVYYSmV .nav-link,
.cid-uPNkVYYSmV .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-uPNkVYYSmV .nav-link:hover,
.cid-uPNkVYYSmV .brand-name:hover {
  color: #d2d2df !important;
}
.cid-uPNkVYYSmV .dropdown-menu {
  background-color: #5a67a1;
}
.cid-uPNkVYYSmV .dropdown-item:active {
  background-color: #5a67a1;
}
.cid-uPNkVYYSmV .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-uPNkVYYSmV .navbar-dropdown.bg-color.transparent.opened {
  background: #9c98cf;
}
.cid-uPNkVYYSmV .nav-item {
  position: relative;
}
.cid-uPNkVYYSmV .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uPNkVYYSmV .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-uPNkVYYSmV .nav-item .nav-link:focus {
  outline: none;
}
.cid-uPNkVYYSmV .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPNkVYYSmV .content-text {
  margin-bottom: 0;
}
.cid-uPNkVYYSmV .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uPNkVYYSmV .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #dd2b1c;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uPNkVYYSmV .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uPNkVYYSmV .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uPNkVYYSmV .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uPNkVYYSmV .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPNkVYYSmV .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uPNkVYYSmV .content-right-side {
  text-align: center;
}
.cid-uPNkVYYSmV .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uPNkVYYSmV .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uPNkVYYSmV .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uPNkVYYSmV .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-uPNkVYYSmV .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uPNkVYYSmV .info-widget:first-child {
  margin-left: 0;
}
.cid-uPNkVYYSmV .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-uPNkVYYSmV .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uPNkVYYSmV .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uPNkVYYSmV .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uPNkVYYSmV .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-uPNkVYYSmV .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uPNkVYYSmV .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #5a67a1;
}
@media (min-width: 992px) {
  .cid-uPNkVYYSmV .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-uPNkVYYSmV .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #d2d2df;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-uPNkVYYSmV .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-uPNkVYYSmV .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uPNkVYYSmV .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-uPNkVYYSmV .navbar {
    display: block;
    padding: 0;
  }
  .cid-uPNkVYYSmV .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-uPNkVYYSmV .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uPNkVYYSmV .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uPNkVYYSmV .navbar-toggler {
    display: none;
  }
  .cid-uPNkVYYSmV .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-uPNkVYYSmV .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uPNkVYYSmV .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-uPNkVYYSmV .btn-sm {
  padding: 13px 29px;
}
.cid-uPNkVYYSmV .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uPNkVYYSmV .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-uPNkVYYSmV .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-uPNkVYYSmV .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uPNkVYYSmV .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uPNkVYYSmV .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uPNkVYYSmV .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uPNkVYYSmV .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uPNkVYYSmV .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uPNkVYYSmV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPNkVYYSmV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPNkVYYSmV .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uPNkVYYSmV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uPNkVYYSmV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPNkVYYSmV .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uPNkVYYSmV .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPNkVYYSmV .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uPNkVYYSmV .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-uPNkVYYSmV .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uPNkVYYSmV .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uPNkVYYSmV .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uPNkVYYSmV button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-uPNkVYYSmV button.navbar-toggler:focus {
  outline: none;
}
.cid-uPNkVYYSmV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uPNkVYYSmV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPNkVYYSmV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPNkVYYSmV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPNkVYYSmV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPNkVYYSmV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPNkVYYSmV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPNkVYYSmV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPNkVYYSmV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPNkVYYSmV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPNkVYYSmV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPNkVYYSmV .collapsed .btn {
  display: flex;
}
.cid-uPNkVYYSmV .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uPNkVYYSmV .collapsed .navbar-collapse.collapsing,
.cid-uPNkVYYSmV .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uPNkVYYSmV .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uPNkVYYSmV .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uPNkVYYSmV .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uPNkVYYSmV .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uPNkVYYSmV .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uPNkVYYSmV .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uPNkVYYSmV .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uPNkVYYSmV .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uPNkVYYSmV .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uPNkVYYSmV .collapsed button.navbar-toggler {
  display: block;
}
.cid-uPNkVYYSmV .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uPNkVYYSmV .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uPNkVYYSmV .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uPNkVYYSmV .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uPNkVYYSmV .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uPNkVYYSmV .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uPNkVYYSmV .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uPNkVYYSmV .menu-content-top {
    display: flex;
  }
  .cid-uPNkVYYSmV .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-uPNkVYYSmV .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-uPNkVYYSmV .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-uPNkVYYSmV .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-uPNkVYYSmV .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-uPNkVYYSmV .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-uPNkVYYSmV .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-uPNkVYYSmV .navbar-collapse.collapsing,
  .cid-uPNkVYYSmV .navbar-collapse.show {
    display: block !important;
  }
  .cid-uPNkVYYSmV .navbar-collapse.collapsing .navbar-nav,
  .cid-uPNkVYYSmV .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uPNkVYYSmV .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uPNkVYYSmV .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uPNkVYYSmV .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-uPNkVYYSmV .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #dd2b1c;
  }
  .cid-uPNkVYYSmV .navbar-collapse.collapsing .navbar-buttons,
  .cid-uPNkVYYSmV .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uPNkVYYSmV .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uPNkVYYSmV .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uPNkVYYSmV img {
    height: 3.8rem !important;
  }
  .cid-uPNkVYYSmV .btn {
    display: flex;
  }
  .cid-uPNkVYYSmV button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-uPNkVYYSmV .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-uPNkVYYSmV .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uPNkVYYSmV .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uPNkVYYSmV .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uPNkVYYSmV .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uPNkVYYSmV .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uPNkVYYSmV .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uPNkVYYSmV .nav-link:focus {
  outline: none;
}
.cid-uPNkVYYSmV .navbar-toggler {
  position: relative;
}
.cid-uPNkVYYSmV .widget-title,
.cid-uPNkVYYSmV .widget-icon {
  color: #e9e9e9;
}
.cid-uPNkVYYSmV .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-uPNkVYYSmV .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-uPNkVYYSmV .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-uPNkVYYSmV .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-uPNkVYYSmV .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-uPNkVYYSmV .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-uPNkVYYSmV .menu-content-top,
  .cid-uPNkVYYSmV .menu-bottom {
    padding: 0 15px;
  }
  .cid-uPNkVYYSmV button.navbar-toggler {
    align-self: center;
  }
  .cid-uPNkVYYSmV .btn {
    margin-left: 0;
  }
  .cid-uPNkVYYSmV .widget-icon {
    padding-right: 0;
  }
}
.cid-uPNkVYYSmV .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-uPNkVYYSmV .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #5a67a1;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-uPNkVYYSmV .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-uPNkVYYSmV .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #d2d2df;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-uPNkVYYSmV .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-uPNkVZm5Kb {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(to bottom, #163300, #dd2b1c);
}
@media (min-width: 768px) {
  .cid-uPNkVZm5Kb {
    align-items: flex-start;
  }
  .cid-uPNkVZm5Kb .row {
    justify-content: flex-start;
  }
}
.cid-uPNkVZm5Kb .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uPNkVZm5Kb .mbr-text,
.cid-uPNkVZm5Kb .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uPNkVZm5Kb .mbr-section-title,
.cid-uPNkVZm5Kb .line {
  color: #232323;
}
.cid-uPNkVZm5Kb h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uPNkVZm5Kb h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uPNkVZm5Kb .mbr-section-subtitle,
.cid-uPNkVZm5Kb .align {
  text-align: left;
  color: #232323;
}
.cid-uQnitjyQni {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #254b45;
}
.cid-uQnitjyQni .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uQnitjyQni .modal-body .close {
  background: #1b1b1b;
}
.cid-uQnitjyQni .modal-body .close span {
  font-style: normal;
}
@media (min-width: 992px) {
  .cid-uQnitjyQni .align-center {
    text-align: left;
    max-width: 850px;
  }
  .cid-uQnitjyQni .carousel-caption {
    justify-content: flex-start !important;
    padding-left: 5rem;
  }
}
.cid-uQnitjyQni .mbr-slider .carousel-control {
  background: black!important;
  border-radius: 6px;
  height: 100px;
  width: 50px;
}
.cid-uQnitjyQni .mbri-right:before {
  content: "\e909";
  color: white;
}
.cid-uQnitjyQni .mbri-left:before {
  content: "\e90a";
  color: white;
}
.cid-uQnitjyQni .container {
  max-width: 100%;
  padding: 0;
}
.cid-uQnitjyQni .content-slider-wrap {
  width: 100%;
}
.cid-uQnitjyQni .carousel-inner > .active,
.cid-uQnitjyQni .carousel-inner > .next,
.cid-uQnitjyQni .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-uQnitjyQni .carousel-control .icon-next,
.cid-uQnitjyQni .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uQnitjyQni .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uQnitjyQni .mbr-iconfont {
  color: black;
  font-size: 2rem!important;
  font-family: 'Moririse2' !important;
  font-weight: 600;
}
.cid-uQnitjyQni .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-uQnitjyQni .boxed-slider > div {
  position: relative;
}
.cid-uQnitjyQni .container img {
  width: 100%;
}
.cid-uQnitjyQni .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-uQnitjyQni .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uQnitjyQni .mbr-table-cell {
  padding: 0;
}
.cid-uQnitjyQni .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uQnitjyQni .carousel-caption {
  top: auto;
  right: 0;
  bottom: 2rem;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uQnitjyQni .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uQnitjyQni .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-uQnitjyQni .carousel-item.active.right,
.cid-uQnitjyQni .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uQnitjyQni .carousel-item.active.left,
.cid-uQnitjyQni .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uQnitjyQni .carousel-item.active,
.cid-uQnitjyQni .carousel-item.next.left,
.cid-uQnitjyQni .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-uQnitjyQni .mbr-slider .carousel-control {
  top: 50%;
  margin-top: -1.5rem;
  font-size: 35px;
  transition: all .3s;
  z-index: 11;
}
@media (max-width: 767px) {
  .cid-uQnitjyQni .mbr-slider .carousel-control {
    top: 20%;
  }
}
.cid-uQnitjyQni .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQnitjyQni .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uQnitjyQni .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-uQnitjyQni .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uQnitjyQni .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 10px;
  width: 10px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-uQnitjyQni .mbr-slider .carousel-indicators li.active,
.cid-uQnitjyQni .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-uQnitjyQni .mbr-slider .carousel-indicators li::after,
.cid-uQnitjyQni .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-uQnitjyQni .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-uQnitjyQni .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-uQnitjyQni .mbr-slider > .container img {
  width: 100%;
}
.cid-uQnitjyQni .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uQnitjyQni .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-uQnitjyQni .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uQnitjyQni .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uQnitjyQni .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-uQnitjyQni .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-uQnitjyQni .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-uQnitjyQni .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-uQnitjyQni .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-uQnitjyQni .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uQnitjyQni .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-uQnitjyQni .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-uQnitjyQni .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-uQnitjyQni .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-uQnitjyQni .carousel-inner {
  height: 100%;
}
.cid-uQnitjyQni .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-uQnitjyQni .image_wrapper {
  height: 950px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-uQnitjyQni .image_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uQnitjyQni .carousel-item .container-slide {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uQnitjyQni .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uQnitjyQni .content-slider-wrap {
    width: 100%!important;
  }
  .cid-uQnitjyQni .image_wrapper {
    height: 570px;
  }
}
.cid-uQnitjyQni P {
  color: #dd2b1c;
}
.cid-uPNkVZLiuH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff1e2;
}
.cid-uPNkVZLiuH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNkVZLiuH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNkVZLiuH .content-wrapper {
  display: flex;
  position: relative;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-uPNkVZLiuH .content-wrapper {
    padding: 30px 20px;
  }
}
.cid-uPNkVZLiuH .content-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uPNkVZLiuH .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uPNkVZLiuH .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: linear-gradient(0.251turn, #f8e7d2 37%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-uPNkVZLiuH .content-wrapper .content-wrap {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uPNkVZLiuH .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uPNkVZLiuH .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #fff1e2;
  padding: 8px 16px;
  margin-bottom: 32px;
}
.cid-uPNkVZLiuH .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uPNkVZLiuH .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uPNkVZLiuH .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 64px;
}
.cid-uPNkVZLiuH .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPNkVZLiuH .mbr-section-title {
  color: #404349;
}
.cid-uPNkVZLiuH .mbr-text {
  color: #404349;
}
.cid-uPNkVZLiuH .mbr-desc {
  color: #b19a7c;
}
.cid-uPNkVZYbs8 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/celik-hadde-imalati-uretimi-prosteel-800x600.png");
}
.cid-uPNkVZYbs8::before {
  content: '';
  position: absolute;
  right: -14%;
  bottom: 0;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(#dd2b1c -10%, transparent 95%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uPNkVZYbs8::before {
    opacity: .4;
  }
}
.cid-uPNkVZYbs8::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -20%;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #a7a4a3 -10%, transparent 95%);
}
@media (max-width: 992px) {
  .cid-uPNkVZYbs8::after {
    opacity: .4;
  }
}
.cid-uPNkVZYbs8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNkVZYbs8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNkVZYbs8 .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uPNkVZYbs8 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uPNkVZYbs8 .container {
    padding: 0 16px;
  }
}
.cid-uPNkVZYbs8 .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uPNkVZYbs8 .row .card {
  justify-content: flex-end;
}
.cid-uPNkVZYbs8 .title-wrapper {
  margin-bottom: 246px;
}
@media (max-width: 1200px) {
  .cid-uPNkVZYbs8 .title-wrapper {
    margin-bottom: 148px;
  }
}
@media (max-width: 992px) {
  .cid-uPNkVZYbs8 .title-wrapper {
    margin-bottom: 90px;
  }
}
.cid-uPNkVZYbs8 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uPNkVZYbs8 .title-wrapper .mbr-section-title span {
  color: #dd2b1c;
}
.cid-uPNkVZYbs8 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPNkVZYbs8 .text-wrapper .text_2 {
  margin-top: 32px;
}
.cid-uPNkVZYbs8 .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uPNkVZYbs8 .text-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uPNkVZYbs8 .text-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uPNkVZYbs8 .text-wrapper .mbr-section-btn .btn-success-outline,
.cid-uPNkVZYbs8 .text-wrapper .mbr-section-btn .btn-info-outline,
.cid-uPNkVZYbs8 .text-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uPNkVZYbs8 .text-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uPNkVZYbs8 .text-wrapper .mbr-section-btn .btn-black-outline,
.cid-uPNkVZYbs8 .text-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uPNkVZYbs8 .text-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uPNkVZYbs8 .text-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uPNkVZYbs8 .text-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uPNkVZYbs8 .text-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uPNkVZYbs8 .text-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uPNkVZYbs8 .text-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uPNkVZYbs8 .text-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uPNkVZYbs8 .text-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uPNkVZYbs8 .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uPNkVZYbs8 .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uPNkVZYbs8 .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uPNkVZYbs8 .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uPNkVZYbs8 .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uPNkVZYbs8 .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uPNkVZYbs8 .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uPNkVZYbs8 .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uPNkVZYbs8 .text-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uPNkVZYbs8 .text-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uPNkVZYbs8 .text-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uPNkVZYbs8 .text-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uPNkVZYbs8 .text-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uPNkVZYbs8 .text-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uPNkVZYbs8 .text-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-uPNkVZYbs8 .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uPNkVZYbs8 .text-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uPNkVZYbs8 .text-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uPNkVZYbs8 .text-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uPNkVZYbs8 .text-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uPNkVZYbs8 .text-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uPNkVZYbs8 .text-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uPNkVZYbs8 .text-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uPNkVZYbs8 .text-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uPNkVZYbs8 .text-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uPNkVZYbs8 .text-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uPNkVZYbs8 .text-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uPNkVZYbs8 .text-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uPNkVZYbs8 .text-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uPNkVZYbs8 .text-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uPNkVZYbs8 .text-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uPNkVZYbs8 .text-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uPNkVZYbs8 .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uPNkVZYbs8 .text-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #dd2b1c !important;
}
.cid-uPNkVZYbs8 .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uPNkVZYbs8 .text-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #ffffff !important;
}
.cid-uPNkVZYbs8 .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uPNkVZYbs8 .text-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #3a341c !important;
}
.cid-uPNkVZYbs8 .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uPNkVZYbs8 .text-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #320707 !important;
}
.cid-uPNkVZYbs8 .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uPNkVZYbs8 .text-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #a0e2e1 !important;
}
.cid-uPNkVZYbs8 .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uPNkVZYbs8 .text-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #ffea64 !important;
}
.cid-uPNkVZYbs8 .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uPNkVZYbs8 .text-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uPNkVZYbs8 .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uPNkVZYbs8 .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uPNkVZYbs8 .mbr-section-title {
  color: #000000;
}
.cid-uPNkVZYbs8 .mbr-text {
  color: #000000;
}
.cid-uPNkW0bZli {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #dd2b1c, #232323);
}
@media (min-width: 768px) {
  .cid-uPNkW0bZli {
    align-items: flex-start;
  }
  .cid-uPNkW0bZli .row {
    justify-content: flex-start;
  }
}
.cid-uPNkW0bZli .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uPNkW0bZli .mbr-text,
.cid-uPNkW0bZli .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uPNkW0bZli .mbr-section-title,
.cid-uPNkW0bZli .line {
  color: #ffffff;
  text-align: center;
}
.cid-uPNkW0bZli h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uPNkW0bZli h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uPNkW0bZli .mbr-section-subtitle,
.cid-uPNkW0bZli .align {
  text-align: left;
  color: #232323;
}
.cid-uPNkW1dTpV {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #232323, #dd2b1c);
}
@media (min-width: 768px) {
  .cid-uPNkW1dTpV {
    align-items: flex-start;
  }
  .cid-uPNkW1dTpV .row {
    justify-content: flex-start;
  }
}
.cid-uPNkW1dTpV .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uPNkW1dTpV .mbr-text,
.cid-uPNkW1dTpV .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uPNkW1dTpV .mbr-section-title,
.cid-uPNkW1dTpV .line {
  color: #ffffff;
  text-align: center;
}
.cid-uPNkW1dTpV h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uPNkW1dTpV h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uPNkW1dTpV .mbr-section-subtitle,
.cid-uPNkW1dTpV .align {
  text-align: left;
  color: #232323;
}
.cid-uPNkW26V0E {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/yapi-proje-gelistirme-prosteel2032-1000x749.jpg");
}
.cid-uPNkW26V0E .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNkW26V0E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNkW26V0E .row {
  margin: 0 -8px;
}
.cid-uPNkW26V0E .row .card {
  padding: 0 8px;
}
.cid-uPNkW26V0E .card-wrapper {
  position: relative;
  padding: 75px 64px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uPNkW26V0E .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uPNkW26V0E .card-wrapper {
    padding: 24px;
  }
}
.cid-uPNkW26V0E .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
}
.cid-uPNkW26V0E .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #dd2b1c;
  opacity: .6;
}
.cid-uPNkW26V0E .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uPNkW26V0E .card-wrapper .card-wrap .mbr-label {
  margin-bottom: 24px;
}
.cid-uPNkW26V0E .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uPNkW26V0E .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uPNkW26V0E .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uPNkW26V0E .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uPNkW26V0E .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPNkW26V0E .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uPNkW26V0E .mbr-label {
  color: #63635d;
  text-align: center;
}
.cid-uPNkW26V0E .mbr-text,
.cid-uPNkW26V0E .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uPNkW26V0E .mbr-section-title,
.cid-uPNkW26V0E .mbr-section-btn {
  color: #ffffff;
}
.cid-uPNkW2mN4G {
  padding-top: 2rem;
  padding-bottom: 0rem;
  border-bottom: 2px solid #ffffff;
  background-image: url("../../../assets/images/yapi-proje-gelistirme-prosteel2010-1000x679.jpg");
}
.cid-uPNkW2mN4G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNkW2mN4G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNkW2mN4G .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uPNkW2mN4G .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uPNkW2mN4G .content-wrapper {
    padding: 0;
  }
}
.cid-uPNkW2mN4G .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uPNkW2mN4G .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uPNkW2mN4G .mbr-section-title,
.cid-uPNkW2mN4G .title-wrapper {
  color: #ffffff;
}
.cid-uPNkW2mN4G .mbr-section-title,
.cid-uPNkW2mN4G .mbr-section-btn,
.cid-uPNkW2mN4G .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uPNkW2A451 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPNkW2A451 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNkW2A451 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNkW2A451 .container {
  max-width: 1472px;
}
.cid-uPNkW2A451 .footer-main-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-radius: 2.08rem;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-uPNkW2A451 .col-brand {
  width: 100%;
  padding: 2.5rem;
}
@media (max-width: 991px) {
  .cid-uPNkW2A451 .col-brand {
    padding: 24px;
  }
}
.cid-uPNkW2A451 .navbar-brand {
  display: flex;
  flex-basis: auto;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  white-space: normal;
  flex-shrink: 0;
  align-items: center;
  padding: 0;
  z-index: 1;
  margin-right: auto;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uPNkW2A451 .navbar-brand:hover {
  transform: scale(1.1);
}
.cid-uPNkW2A451 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uPNkW2A451 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uPNkW2A451 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uPNkW2A451 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uPNkW2A451 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uPNkW2A451 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uPNkW2A451 .links-container {
  width: 100%;
  padding: 2.5rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 8.8%;
}
@media (max-width: 991px) {
  .cid-uPNkW2A451 .links-container {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 17.6%;
    row-gap: 6.67rem;
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uPNkW2A451 .links-container {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1.2rem;
    row-gap: 1.2rem;
  }
}
.cid-uPNkW2A451 .mbr-section-subtitle {
  color: #13287d;
  margin-bottom: 12px;
}
.cid-uPNkW2A451 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #232323;
}
.cid-uPNkW2A451 .list li {
  width: 100%;
  color: inherit !important;
  margin: 6px 0;
}
.cid-uPNkW2A451 .list li:hover {
  color: #dd2b1c !important;
}
.cid-uPNkW2A451 .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uPNkW2A451 .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uPNkW2A451 .copyright-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid rgba(255, 255, 255, 0.01);
  padding: 32px 0 24px;
}
@media (max-width: 767px) {
  .cid-uPNkW2A451 .copyright-container {
    padding: 24px 0 16px;
    flex-wrap: wrap;
  }
}
.cid-uPNkW2A451 .copyright {
  color: #232323;
  max-width: 45%;
}
@media (max-width: 767px) {
  .cid-uPNkW2A451 .copyright {
    max-width: 100%;
    width: 100%;
  }
}
.cid-uPNkW2A451 .social-row {
  width: auto;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  max-width: 45%;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uPNkW2A451 .social-row {
    max-width: 100%;
    width: 100%;
    justify-content: flex-start;
  }
}
.cid-uPNkW2A451 .mbr-iconfont {
  font-size: 22px;
  color: #ae5eff;
}
.cid-uPNkW2A451 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.01);
  margin-left: 4px;
  margin-bottom: 4px;
  padding: 12px;
  min-height: 70px;
  min-width: 70px;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-uPNkW2A451 .soc-item {
    margin-left: 0;
    margin-right: 4px;
    margin-bottom: 0;
    margin-top: 4px;
    padding: 10px;
    min-height: 50px;
    min-width: 50px;
  }
}
.cid-uPNkW2A451 .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPNkW2A451 .soc-item a:hover {
  text-decoration-line: none !important;
}
.cid-uPNkW2A451 .soc-item:hover {
  transform: scale(0.95);
}
.cid-uPNkW2A451 .soc-item:hover .mbr-iconfont {
  color: #FFDD65 !important;
}
.cid-uPNkYj4hsB .navbar {
  padding: 0.5rem 0;
  background: #9c98cf;
  transition: none;
  min-height: 50px;
}
.cid-uPNkYj4hsB .navbar-fixed-top {
  padding-top: 0;
}
.cid-uPNkYj4hsB .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-uPNkYj4hsB .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #5a67a1;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-uPNkYj4hsB .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-uPNkYj4hsB .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uPNkYj4hsB .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uPNkYj4hsB .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uPNkYj4hsB .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-uPNkYj4hsB .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uPNkYj4hsB .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uPNkYj4hsB .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uPNkYj4hsB .menu-content-top {
  background: #dd2b1c;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uPNkYj4hsB .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-uPNkYj4hsB .dropdown-item:hover {
  color: #d2d2df !important;
}
.cid-uPNkYj4hsB .nav-link,
.cid-uPNkYj4hsB .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-uPNkYj4hsB .nav-link:hover,
.cid-uPNkYj4hsB .brand-name:hover {
  color: #d2d2df !important;
}
.cid-uPNkYj4hsB .dropdown-menu {
  background-color: #5a67a1;
}
.cid-uPNkYj4hsB .dropdown-item:active {
  background-color: #5a67a1;
}
.cid-uPNkYj4hsB .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-uPNkYj4hsB .navbar-dropdown.bg-color.transparent.opened {
  background: #9c98cf;
}
.cid-uPNkYj4hsB .nav-item {
  position: relative;
}
.cid-uPNkYj4hsB .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uPNkYj4hsB .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-uPNkYj4hsB .nav-item .nav-link:focus {
  outline: none;
}
.cid-uPNkYj4hsB .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPNkYj4hsB .content-text {
  margin-bottom: 0;
}
.cid-uPNkYj4hsB .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uPNkYj4hsB .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #dd2b1c;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uPNkYj4hsB .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uPNkYj4hsB .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uPNkYj4hsB .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uPNkYj4hsB .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPNkYj4hsB .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uPNkYj4hsB .content-right-side {
  text-align: center;
}
.cid-uPNkYj4hsB .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uPNkYj4hsB .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uPNkYj4hsB .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uPNkYj4hsB .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-uPNkYj4hsB .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uPNkYj4hsB .info-widget:first-child {
  margin-left: 0;
}
.cid-uPNkYj4hsB .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-uPNkYj4hsB .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uPNkYj4hsB .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uPNkYj4hsB .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uPNkYj4hsB .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-uPNkYj4hsB .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uPNkYj4hsB .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #5a67a1;
}
@media (min-width: 992px) {
  .cid-uPNkYj4hsB .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-uPNkYj4hsB .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #d2d2df;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-uPNkYj4hsB .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-uPNkYj4hsB .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uPNkYj4hsB .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-uPNkYj4hsB .navbar {
    display: block;
    padding: 0;
  }
  .cid-uPNkYj4hsB .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-uPNkYj4hsB .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uPNkYj4hsB .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uPNkYj4hsB .navbar-toggler {
    display: none;
  }
  .cid-uPNkYj4hsB .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-uPNkYj4hsB .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uPNkYj4hsB .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-uPNkYj4hsB .btn-sm {
  padding: 13px 29px;
}
.cid-uPNkYj4hsB .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uPNkYj4hsB .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-uPNkYj4hsB .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-uPNkYj4hsB .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uPNkYj4hsB .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uPNkYj4hsB .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uPNkYj4hsB .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uPNkYj4hsB .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uPNkYj4hsB .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uPNkYj4hsB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPNkYj4hsB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPNkYj4hsB .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uPNkYj4hsB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uPNkYj4hsB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPNkYj4hsB .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uPNkYj4hsB .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPNkYj4hsB .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uPNkYj4hsB .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-uPNkYj4hsB .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uPNkYj4hsB .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uPNkYj4hsB .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uPNkYj4hsB button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-uPNkYj4hsB button.navbar-toggler:focus {
  outline: none;
}
.cid-uPNkYj4hsB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uPNkYj4hsB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPNkYj4hsB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPNkYj4hsB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPNkYj4hsB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPNkYj4hsB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPNkYj4hsB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPNkYj4hsB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPNkYj4hsB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPNkYj4hsB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPNkYj4hsB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPNkYj4hsB .collapsed .btn {
  display: flex;
}
.cid-uPNkYj4hsB .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uPNkYj4hsB .collapsed .navbar-collapse.collapsing,
.cid-uPNkYj4hsB .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uPNkYj4hsB .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uPNkYj4hsB .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uPNkYj4hsB .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uPNkYj4hsB .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uPNkYj4hsB .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uPNkYj4hsB .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uPNkYj4hsB .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uPNkYj4hsB .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uPNkYj4hsB .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uPNkYj4hsB .collapsed button.navbar-toggler {
  display: block;
}
.cid-uPNkYj4hsB .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uPNkYj4hsB .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uPNkYj4hsB .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uPNkYj4hsB .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uPNkYj4hsB .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uPNkYj4hsB .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uPNkYj4hsB .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uPNkYj4hsB .menu-content-top {
    display: flex;
  }
  .cid-uPNkYj4hsB .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-uPNkYj4hsB .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-uPNkYj4hsB .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-uPNkYj4hsB .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-uPNkYj4hsB .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-uPNkYj4hsB .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-uPNkYj4hsB .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-uPNkYj4hsB .navbar-collapse.collapsing,
  .cid-uPNkYj4hsB .navbar-collapse.show {
    display: block !important;
  }
  .cid-uPNkYj4hsB .navbar-collapse.collapsing .navbar-nav,
  .cid-uPNkYj4hsB .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uPNkYj4hsB .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uPNkYj4hsB .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uPNkYj4hsB .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-uPNkYj4hsB .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #dd2b1c;
  }
  .cid-uPNkYj4hsB .navbar-collapse.collapsing .navbar-buttons,
  .cid-uPNkYj4hsB .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uPNkYj4hsB .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uPNkYj4hsB .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uPNkYj4hsB img {
    height: 3.8rem !important;
  }
  .cid-uPNkYj4hsB .btn {
    display: flex;
  }
  .cid-uPNkYj4hsB button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-uPNkYj4hsB .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-uPNkYj4hsB .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uPNkYj4hsB .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uPNkYj4hsB .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uPNkYj4hsB .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uPNkYj4hsB .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uPNkYj4hsB .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uPNkYj4hsB .nav-link:focus {
  outline: none;
}
.cid-uPNkYj4hsB .navbar-toggler {
  position: relative;
}
.cid-uPNkYj4hsB .widget-title,
.cid-uPNkYj4hsB .widget-icon {
  color: #e9e9e9;
}
.cid-uPNkYj4hsB .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-uPNkYj4hsB .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-uPNkYj4hsB .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-uPNkYj4hsB .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-uPNkYj4hsB .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-uPNkYj4hsB .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-uPNkYj4hsB .menu-content-top,
  .cid-uPNkYj4hsB .menu-bottom {
    padding: 0 15px;
  }
  .cid-uPNkYj4hsB button.navbar-toggler {
    align-self: center;
  }
  .cid-uPNkYj4hsB .btn {
    margin-left: 0;
  }
  .cid-uPNkYj4hsB .widget-icon {
    padding-right: 0;
  }
}
.cid-uPNkYj4hsB .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-uPNkYj4hsB .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #5a67a1;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-uPNkYj4hsB .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-uPNkYj4hsB .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #d2d2df;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-uPNkYj4hsB .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-uPNkYjvQMr {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(to bottom, #163300, #dd2b1c);
}
@media (min-width: 768px) {
  .cid-uPNkYjvQMr {
    align-items: flex-start;
  }
  .cid-uPNkYjvQMr .row {
    justify-content: flex-start;
  }
}
.cid-uPNkYjvQMr .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uPNkYjvQMr .mbr-text,
.cid-uPNkYjvQMr .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uPNkYjvQMr .mbr-section-title,
.cid-uPNkYjvQMr .line {
  color: #232323;
}
.cid-uPNkYjvQMr h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uPNkYjvQMr h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uPNkYjvQMr .mbr-section-subtitle,
.cid-uPNkYjvQMr .align {
  text-align: left;
  color: #232323;
}
.cid-uQnixjv9Hq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #254b45;
}
.cid-uQnixjv9Hq .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uQnixjv9Hq .modal-body .close {
  background: #1b1b1b;
}
.cid-uQnixjv9Hq .modal-body .close span {
  font-style: normal;
}
@media (min-width: 992px) {
  .cid-uQnixjv9Hq .align-center {
    text-align: left;
    max-width: 850px;
  }
  .cid-uQnixjv9Hq .carousel-caption {
    justify-content: flex-start !important;
    padding-left: 5rem;
  }
}
.cid-uQnixjv9Hq .mbr-slider .carousel-control {
  background: black!important;
  border-radius: 6px;
  height: 100px;
  width: 50px;
}
.cid-uQnixjv9Hq .mbri-right:before {
  content: "\e909";
  color: white;
}
.cid-uQnixjv9Hq .mbri-left:before {
  content: "\e90a";
  color: white;
}
.cid-uQnixjv9Hq .container {
  max-width: 100%;
  padding: 0;
}
.cid-uQnixjv9Hq .content-slider-wrap {
  width: 100%;
}
.cid-uQnixjv9Hq .carousel-inner > .active,
.cid-uQnixjv9Hq .carousel-inner > .next,
.cid-uQnixjv9Hq .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-uQnixjv9Hq .carousel-control .icon-next,
.cid-uQnixjv9Hq .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uQnixjv9Hq .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uQnixjv9Hq .mbr-iconfont {
  color: black;
  font-size: 2rem!important;
  font-family: 'Moririse2' !important;
  font-weight: 600;
}
.cid-uQnixjv9Hq .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-uQnixjv9Hq .boxed-slider > div {
  position: relative;
}
.cid-uQnixjv9Hq .container img {
  width: 100%;
}
.cid-uQnixjv9Hq .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-uQnixjv9Hq .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uQnixjv9Hq .mbr-table-cell {
  padding: 0;
}
.cid-uQnixjv9Hq .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uQnixjv9Hq .carousel-caption {
  top: auto;
  right: 0;
  bottom: 2rem;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uQnixjv9Hq .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uQnixjv9Hq .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-uQnixjv9Hq .carousel-item.active.right,
.cid-uQnixjv9Hq .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uQnixjv9Hq .carousel-item.active.left,
.cid-uQnixjv9Hq .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uQnixjv9Hq .carousel-item.active,
.cid-uQnixjv9Hq .carousel-item.next.left,
.cid-uQnixjv9Hq .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-uQnixjv9Hq .mbr-slider .carousel-control {
  top: 50%;
  margin-top: -1.5rem;
  font-size: 35px;
  transition: all .3s;
  z-index: 11;
}
@media (max-width: 767px) {
  .cid-uQnixjv9Hq .mbr-slider .carousel-control {
    top: 20%;
  }
}
.cid-uQnixjv9Hq .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQnixjv9Hq .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uQnixjv9Hq .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-uQnixjv9Hq .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uQnixjv9Hq .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 10px;
  width: 10px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-uQnixjv9Hq .mbr-slider .carousel-indicators li.active,
.cid-uQnixjv9Hq .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-uQnixjv9Hq .mbr-slider .carousel-indicators li::after,
.cid-uQnixjv9Hq .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-uQnixjv9Hq .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-uQnixjv9Hq .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-uQnixjv9Hq .mbr-slider > .container img {
  width: 100%;
}
.cid-uQnixjv9Hq .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uQnixjv9Hq .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-uQnixjv9Hq .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uQnixjv9Hq .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uQnixjv9Hq .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-uQnixjv9Hq .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-uQnixjv9Hq .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-uQnixjv9Hq .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-uQnixjv9Hq .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-uQnixjv9Hq .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uQnixjv9Hq .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-uQnixjv9Hq .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-uQnixjv9Hq .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-uQnixjv9Hq .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-uQnixjv9Hq .carousel-inner {
  height: 100%;
}
.cid-uQnixjv9Hq .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-uQnixjv9Hq .image_wrapper {
  height: 950px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-uQnixjv9Hq .image_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uQnixjv9Hq .carousel-item .container-slide {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uQnixjv9Hq .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uQnixjv9Hq .content-slider-wrap {
    width: 100%!important;
  }
  .cid-uQnixjv9Hq .image_wrapper {
    height: 570px;
  }
}
.cid-uQnixjv9Hq P {
  color: #dd2b1c;
}
.cid-uPNkYjTFqP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff1e2;
}
.cid-uPNkYjTFqP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNkYjTFqP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNkYjTFqP .content-wrapper {
  display: flex;
  position: relative;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-uPNkYjTFqP .content-wrapper {
    padding: 30px 20px;
  }
}
.cid-uPNkYjTFqP .content-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uPNkYjTFqP .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uPNkYjTFqP .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: linear-gradient(0.251turn, #f8e7d2 37%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-uPNkYjTFqP .content-wrapper .content-wrap {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uPNkYjTFqP .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uPNkYjTFqP .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #fff1e2;
  padding: 8px 16px;
  margin-bottom: 32px;
}
.cid-uPNkYjTFqP .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uPNkYjTFqP .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uPNkYjTFqP .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 64px;
}
.cid-uPNkYjTFqP .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPNkYjTFqP .mbr-section-title {
  color: #404349;
}
.cid-uPNkYjTFqP .mbr-text {
  color: #404349;
}
.cid-uPNkYjTFqP .mbr-desc {
  color: #b19a7c;
}
.cid-uPNkYk7T1j {
  padding-top: 2rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/celik-hadde-imalati-uretimi-prosteel-800x600.png");
}
.cid-uPNkYk7T1j::before {
  content: '';
  position: absolute;
  right: -14%;
  bottom: 0;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(#dd2b1c -10%, transparent 95%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uPNkYk7T1j::before {
    opacity: .4;
  }
}
.cid-uPNkYk7T1j::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -20%;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #a7a4a3 -10%, transparent 95%);
}
@media (max-width: 992px) {
  .cid-uPNkYk7T1j::after {
    opacity: .4;
  }
}
.cid-uPNkYk7T1j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNkYk7T1j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNkYk7T1j .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uPNkYk7T1j .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uPNkYk7T1j .container {
    padding: 0 16px;
  }
}
.cid-uPNkYk7T1j .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uPNkYk7T1j .row .card {
  justify-content: flex-end;
}
.cid-uPNkYk7T1j .title-wrapper {
  margin-bottom: 246px;
}
@media (max-width: 1200px) {
  .cid-uPNkYk7T1j .title-wrapper {
    margin-bottom: 148px;
  }
}
@media (max-width: 992px) {
  .cid-uPNkYk7T1j .title-wrapper {
    margin-bottom: 90px;
  }
}
.cid-uPNkYk7T1j .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uPNkYk7T1j .title-wrapper .mbr-section-title span {
  color: #dd2b1c;
}
.cid-uPNkYk7T1j .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPNkYk7T1j .text-wrapper .text_2 {
  margin-top: 32px;
}
.cid-uPNkYk7T1j .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uPNkYk7T1j .text-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uPNkYk7T1j .text-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uPNkYk7T1j .text-wrapper .mbr-section-btn .btn-success-outline,
.cid-uPNkYk7T1j .text-wrapper .mbr-section-btn .btn-info-outline,
.cid-uPNkYk7T1j .text-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uPNkYk7T1j .text-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uPNkYk7T1j .text-wrapper .mbr-section-btn .btn-black-outline,
.cid-uPNkYk7T1j .text-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uPNkYk7T1j .text-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uPNkYk7T1j .text-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uPNkYk7T1j .text-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uPNkYk7T1j .text-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uPNkYk7T1j .text-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uPNkYk7T1j .text-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uPNkYk7T1j .text-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uPNkYk7T1j .text-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uPNkYk7T1j .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uPNkYk7T1j .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uPNkYk7T1j .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uPNkYk7T1j .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uPNkYk7T1j .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uPNkYk7T1j .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uPNkYk7T1j .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uPNkYk7T1j .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uPNkYk7T1j .text-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uPNkYk7T1j .text-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uPNkYk7T1j .text-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uPNkYk7T1j .text-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uPNkYk7T1j .text-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uPNkYk7T1j .text-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uPNkYk7T1j .text-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-uPNkYk7T1j .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uPNkYk7T1j .text-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uPNkYk7T1j .text-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uPNkYk7T1j .text-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uPNkYk7T1j .text-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uPNkYk7T1j .text-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uPNkYk7T1j .text-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uPNkYk7T1j .text-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uPNkYk7T1j .text-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uPNkYk7T1j .text-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uPNkYk7T1j .text-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uPNkYk7T1j .text-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uPNkYk7T1j .text-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uPNkYk7T1j .text-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uPNkYk7T1j .text-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uPNkYk7T1j .text-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uPNkYk7T1j .text-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uPNkYk7T1j .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uPNkYk7T1j .text-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #dd2b1c !important;
}
.cid-uPNkYk7T1j .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uPNkYk7T1j .text-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #ffffff !important;
}
.cid-uPNkYk7T1j .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uPNkYk7T1j .text-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #3a341c !important;
}
.cid-uPNkYk7T1j .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uPNkYk7T1j .text-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #320707 !important;
}
.cid-uPNkYk7T1j .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uPNkYk7T1j .text-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #a0e2e1 !important;
}
.cid-uPNkYk7T1j .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uPNkYk7T1j .text-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #ffea64 !important;
}
.cid-uPNkYk7T1j .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uPNkYk7T1j .text-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uPNkYk7T1j .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uPNkYk7T1j .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uPNkYk7T1j .mbr-section-title {
  color: #000000;
}
.cid-uPNkYk7T1j .mbr-text {
  color: #000000;
}
.cid-uPNkYkl9hW {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #dd2b1c, #232323);
}
@media (min-width: 768px) {
  .cid-uPNkYkl9hW {
    align-items: flex-start;
  }
  .cid-uPNkYkl9hW .row {
    justify-content: flex-start;
  }
}
.cid-uPNkYkl9hW .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uPNkYkl9hW .mbr-text,
.cid-uPNkYkl9hW .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uPNkYkl9hW .mbr-section-title,
.cid-uPNkYkl9hW .line {
  color: #ffffff;
  text-align: center;
}
.cid-uPNkYkl9hW h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uPNkYkl9hW h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uPNkYkl9hW .mbr-section-subtitle,
.cid-uPNkYkl9hW .align {
  text-align: left;
  color: #232323;
}
.cid-uPNkYlnyb4 {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #232323, #dd2b1c);
}
@media (min-width: 768px) {
  .cid-uPNkYlnyb4 {
    align-items: flex-start;
  }
  .cid-uPNkYlnyb4 .row {
    justify-content: flex-start;
  }
}
.cid-uPNkYlnyb4 .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uPNkYlnyb4 .mbr-text,
.cid-uPNkYlnyb4 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uPNkYlnyb4 .mbr-section-title,
.cid-uPNkYlnyb4 .line {
  color: #ffffff;
  text-align: center;
}
.cid-uPNkYlnyb4 h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uPNkYlnyb4 h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uPNkYlnyb4 .mbr-section-subtitle,
.cid-uPNkYlnyb4 .align {
  text-align: left;
  color: #232323;
}
.cid-uPNkYmgAbA {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/yapi-proje-gelistirme-prosteel2032-1000x749.jpg");
}
.cid-uPNkYmgAbA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNkYmgAbA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNkYmgAbA .row {
  margin: 0 -8px;
}
.cid-uPNkYmgAbA .row .card {
  padding: 0 8px;
}
.cid-uPNkYmgAbA .card-wrapper {
  position: relative;
  padding: 75px 64px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uPNkYmgAbA .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uPNkYmgAbA .card-wrapper {
    padding: 24px;
  }
}
.cid-uPNkYmgAbA .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
}
.cid-uPNkYmgAbA .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #dd2b1c;
  opacity: .6;
}
.cid-uPNkYmgAbA .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uPNkYmgAbA .card-wrapper .card-wrap .mbr-label {
  margin-bottom: 24px;
}
.cid-uPNkYmgAbA .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uPNkYmgAbA .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uPNkYmgAbA .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uPNkYmgAbA .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uPNkYmgAbA .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPNkYmgAbA .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uPNkYmgAbA .mbr-label {
  color: #63635d;
  text-align: center;
}
.cid-uPNkYmgAbA .mbr-text,
.cid-uPNkYmgAbA .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uPNkYmgAbA .mbr-section-title,
.cid-uPNkYmgAbA .mbr-section-btn {
  color: #ffffff;
}
.cid-uPNkYmwrP6 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  border-bottom: 2px solid #ffffff;
  background-image: url("../../../assets/images/yapi-proje-gelistirme-prosteel2010-1000x679.jpg");
}
.cid-uPNkYmwrP6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNkYmwrP6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNkYmwrP6 .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uPNkYmwrP6 .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uPNkYmwrP6 .content-wrapper {
    padding: 0;
  }
}
.cid-uPNkYmwrP6 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uPNkYmwrP6 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uPNkYmwrP6 .mbr-section-title,
.cid-uPNkYmwrP6 .title-wrapper {
  color: #ffffff;
}
.cid-uPNkYmwrP6 .mbr-section-title,
.cid-uPNkYmwrP6 .mbr-section-btn,
.cid-uPNkYmwrP6 .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uPNkYmLZUl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPNkYmLZUl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNkYmLZUl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNkYmLZUl .container {
  max-width: 1472px;
}
.cid-uPNkYmLZUl .footer-main-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-radius: 2.08rem;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-uPNkYmLZUl .col-brand {
  width: 100%;
  padding: 2.5rem;
}
@media (max-width: 991px) {
  .cid-uPNkYmLZUl .col-brand {
    padding: 24px;
  }
}
.cid-uPNkYmLZUl .navbar-brand {
  display: flex;
  flex-basis: auto;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  white-space: normal;
  flex-shrink: 0;
  align-items: center;
  padding: 0;
  z-index: 1;
  margin-right: auto;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uPNkYmLZUl .navbar-brand:hover {
  transform: scale(1.1);
}
.cid-uPNkYmLZUl .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uPNkYmLZUl .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uPNkYmLZUl .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uPNkYmLZUl .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uPNkYmLZUl .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uPNkYmLZUl .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uPNkYmLZUl .links-container {
  width: 100%;
  padding: 2.5rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 8.8%;
}
@media (max-width: 991px) {
  .cid-uPNkYmLZUl .links-container {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 17.6%;
    row-gap: 6.67rem;
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uPNkYmLZUl .links-container {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1.2rem;
    row-gap: 1.2rem;
  }
}
.cid-uPNkYmLZUl .mbr-section-subtitle {
  color: #13287d;
  margin-bottom: 12px;
}
.cid-uPNkYmLZUl .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #232323;
}
.cid-uPNkYmLZUl .list li {
  width: 100%;
  color: inherit !important;
  margin: 6px 0;
}
.cid-uPNkYmLZUl .list li:hover {
  color: #dd2b1c !important;
}
.cid-uPNkYmLZUl .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uPNkYmLZUl .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uPNkYmLZUl .copyright-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid rgba(255, 255, 255, 0.01);
  padding: 32px 0 24px;
}
@media (max-width: 767px) {
  .cid-uPNkYmLZUl .copyright-container {
    padding: 24px 0 16px;
    flex-wrap: wrap;
  }
}
.cid-uPNkYmLZUl .copyright {
  color: #232323;
  max-width: 45%;
}
@media (max-width: 767px) {
  .cid-uPNkYmLZUl .copyright {
    max-width: 100%;
    width: 100%;
  }
}
.cid-uPNkYmLZUl .social-row {
  width: auto;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  max-width: 45%;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uPNkYmLZUl .social-row {
    max-width: 100%;
    width: 100%;
    justify-content: flex-start;
  }
}
.cid-uPNkYmLZUl .mbr-iconfont {
  font-size: 22px;
  color: #ae5eff;
}
.cid-uPNkYmLZUl .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.01);
  margin-left: 4px;
  margin-bottom: 4px;
  padding: 12px;
  min-height: 70px;
  min-width: 70px;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-uPNkYmLZUl .soc-item {
    margin-left: 0;
    margin-right: 4px;
    margin-bottom: 0;
    margin-top: 4px;
    padding: 10px;
    min-height: 50px;
    min-width: 50px;
  }
}
.cid-uPNkYmLZUl .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPNkYmLZUl .soc-item a:hover {
  text-decoration-line: none !important;
}
.cid-uPNkYmLZUl .soc-item:hover {
  transform: scale(0.95);
}
.cid-uPNkYmLZUl .soc-item:hover .mbr-iconfont {
  color: #FFDD65 !important;
}
.cid-uPNkZrGFF0 .navbar {
  padding: 0.5rem 0;
  background: #9c98cf;
  transition: none;
  min-height: 50px;
}
.cid-uPNkZrGFF0 .navbar-fixed-top {
  padding-top: 0;
}
.cid-uPNkZrGFF0 .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-uPNkZrGFF0 .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #5a67a1;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-uPNkZrGFF0 .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-uPNkZrGFF0 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uPNkZrGFF0 .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uPNkZrGFF0 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uPNkZrGFF0 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-uPNkZrGFF0 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uPNkZrGFF0 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uPNkZrGFF0 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uPNkZrGFF0 .menu-content-top {
  background: #dd2b1c;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uPNkZrGFF0 .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-uPNkZrGFF0 .dropdown-item:hover {
  color: #d2d2df !important;
}
.cid-uPNkZrGFF0 .nav-link,
.cid-uPNkZrGFF0 .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-uPNkZrGFF0 .nav-link:hover,
.cid-uPNkZrGFF0 .brand-name:hover {
  color: #d2d2df !important;
}
.cid-uPNkZrGFF0 .dropdown-menu {
  background-color: #5a67a1;
}
.cid-uPNkZrGFF0 .dropdown-item:active {
  background-color: #5a67a1;
}
.cid-uPNkZrGFF0 .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-uPNkZrGFF0 .navbar-dropdown.bg-color.transparent.opened {
  background: #9c98cf;
}
.cid-uPNkZrGFF0 .nav-item {
  position: relative;
}
.cid-uPNkZrGFF0 .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uPNkZrGFF0 .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-uPNkZrGFF0 .nav-item .nav-link:focus {
  outline: none;
}
.cid-uPNkZrGFF0 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPNkZrGFF0 .content-text {
  margin-bottom: 0;
}
.cid-uPNkZrGFF0 .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uPNkZrGFF0 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #dd2b1c;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uPNkZrGFF0 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uPNkZrGFF0 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uPNkZrGFF0 .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uPNkZrGFF0 .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPNkZrGFF0 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uPNkZrGFF0 .content-right-side {
  text-align: center;
}
.cid-uPNkZrGFF0 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uPNkZrGFF0 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uPNkZrGFF0 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uPNkZrGFF0 .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-uPNkZrGFF0 .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uPNkZrGFF0 .info-widget:first-child {
  margin-left: 0;
}
.cid-uPNkZrGFF0 .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-uPNkZrGFF0 .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uPNkZrGFF0 .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uPNkZrGFF0 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uPNkZrGFF0 .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-uPNkZrGFF0 .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uPNkZrGFF0 .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #5a67a1;
}
@media (min-width: 992px) {
  .cid-uPNkZrGFF0 .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-uPNkZrGFF0 .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #d2d2df;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-uPNkZrGFF0 .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-uPNkZrGFF0 .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uPNkZrGFF0 .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-uPNkZrGFF0 .navbar {
    display: block;
    padding: 0;
  }
  .cid-uPNkZrGFF0 .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-uPNkZrGFF0 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uPNkZrGFF0 .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uPNkZrGFF0 .navbar-toggler {
    display: none;
  }
  .cid-uPNkZrGFF0 .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-uPNkZrGFF0 .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uPNkZrGFF0 .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-uPNkZrGFF0 .btn-sm {
  padding: 13px 29px;
}
.cid-uPNkZrGFF0 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uPNkZrGFF0 .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-uPNkZrGFF0 .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-uPNkZrGFF0 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uPNkZrGFF0 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uPNkZrGFF0 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uPNkZrGFF0 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uPNkZrGFF0 .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uPNkZrGFF0 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uPNkZrGFF0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPNkZrGFF0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPNkZrGFF0 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uPNkZrGFF0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uPNkZrGFF0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPNkZrGFF0 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uPNkZrGFF0 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPNkZrGFF0 .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uPNkZrGFF0 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-uPNkZrGFF0 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uPNkZrGFF0 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uPNkZrGFF0 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uPNkZrGFF0 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-uPNkZrGFF0 button.navbar-toggler:focus {
  outline: none;
}
.cid-uPNkZrGFF0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uPNkZrGFF0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPNkZrGFF0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPNkZrGFF0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPNkZrGFF0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPNkZrGFF0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPNkZrGFF0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPNkZrGFF0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPNkZrGFF0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPNkZrGFF0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPNkZrGFF0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPNkZrGFF0 .collapsed .btn {
  display: flex;
}
.cid-uPNkZrGFF0 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uPNkZrGFF0 .collapsed .navbar-collapse.collapsing,
.cid-uPNkZrGFF0 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uPNkZrGFF0 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uPNkZrGFF0 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uPNkZrGFF0 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uPNkZrGFF0 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uPNkZrGFF0 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uPNkZrGFF0 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uPNkZrGFF0 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uPNkZrGFF0 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uPNkZrGFF0 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uPNkZrGFF0 .collapsed button.navbar-toggler {
  display: block;
}
.cid-uPNkZrGFF0 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uPNkZrGFF0 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uPNkZrGFF0 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uPNkZrGFF0 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uPNkZrGFF0 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uPNkZrGFF0 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uPNkZrGFF0 .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uPNkZrGFF0 .menu-content-top {
    display: flex;
  }
  .cid-uPNkZrGFF0 .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-uPNkZrGFF0 .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-uPNkZrGFF0 .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-uPNkZrGFF0 .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-uPNkZrGFF0 .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-uPNkZrGFF0 .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-uPNkZrGFF0 .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-uPNkZrGFF0 .navbar-collapse.collapsing,
  .cid-uPNkZrGFF0 .navbar-collapse.show {
    display: block !important;
  }
  .cid-uPNkZrGFF0 .navbar-collapse.collapsing .navbar-nav,
  .cid-uPNkZrGFF0 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uPNkZrGFF0 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uPNkZrGFF0 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uPNkZrGFF0 .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-uPNkZrGFF0 .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #dd2b1c;
  }
  .cid-uPNkZrGFF0 .navbar-collapse.collapsing .navbar-buttons,
  .cid-uPNkZrGFF0 .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uPNkZrGFF0 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uPNkZrGFF0 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uPNkZrGFF0 img {
    height: 3.8rem !important;
  }
  .cid-uPNkZrGFF0 .btn {
    display: flex;
  }
  .cid-uPNkZrGFF0 button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-uPNkZrGFF0 .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-uPNkZrGFF0 .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uPNkZrGFF0 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uPNkZrGFF0 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uPNkZrGFF0 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uPNkZrGFF0 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uPNkZrGFF0 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uPNkZrGFF0 .nav-link:focus {
  outline: none;
}
.cid-uPNkZrGFF0 .navbar-toggler {
  position: relative;
}
.cid-uPNkZrGFF0 .widget-title,
.cid-uPNkZrGFF0 .widget-icon {
  color: #e9e9e9;
}
.cid-uPNkZrGFF0 .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-uPNkZrGFF0 .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-uPNkZrGFF0 .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-uPNkZrGFF0 .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-uPNkZrGFF0 .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-uPNkZrGFF0 .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-uPNkZrGFF0 .menu-content-top,
  .cid-uPNkZrGFF0 .menu-bottom {
    padding: 0 15px;
  }
  .cid-uPNkZrGFF0 button.navbar-toggler {
    align-self: center;
  }
  .cid-uPNkZrGFF0 .btn {
    margin-left: 0;
  }
  .cid-uPNkZrGFF0 .widget-icon {
    padding-right: 0;
  }
}
.cid-uPNkZrGFF0 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-uPNkZrGFF0 .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #5a67a1;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-uPNkZrGFF0 .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-uPNkZrGFF0 .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #d2d2df;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-uPNkZrGFF0 .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-uPNkZs3Ryy {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(to bottom, #163300, #dd2b1c);
}
@media (min-width: 768px) {
  .cid-uPNkZs3Ryy {
    align-items: flex-start;
  }
  .cid-uPNkZs3Ryy .row {
    justify-content: flex-start;
  }
}
.cid-uPNkZs3Ryy .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uPNkZs3Ryy .mbr-text,
.cid-uPNkZs3Ryy .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uPNkZs3Ryy .mbr-section-title,
.cid-uPNkZs3Ryy .line {
  color: #232323;
}
.cid-uPNkZs3Ryy h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uPNkZs3Ryy h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uPNkZs3Ryy .mbr-section-subtitle,
.cid-uPNkZs3Ryy .align {
  text-align: left;
  color: #232323;
}
.cid-uQniB5U65c {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #254b45;
}
.cid-uQniB5U65c .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uQniB5U65c .modal-body .close {
  background: #1b1b1b;
}
.cid-uQniB5U65c .modal-body .close span {
  font-style: normal;
}
@media (min-width: 992px) {
  .cid-uQniB5U65c .align-center {
    text-align: left;
    max-width: 850px;
  }
  .cid-uQniB5U65c .carousel-caption {
    justify-content: flex-start !important;
    padding-left: 5rem;
  }
}
.cid-uQniB5U65c .mbr-slider .carousel-control {
  background: black!important;
  border-radius: 6px;
  height: 100px;
  width: 50px;
}
.cid-uQniB5U65c .mbri-right:before {
  content: "\e909";
  color: white;
}
.cid-uQniB5U65c .mbri-left:before {
  content: "\e90a";
  color: white;
}
.cid-uQniB5U65c .container {
  max-width: 100%;
  padding: 0;
}
.cid-uQniB5U65c .content-slider-wrap {
  width: 100%;
}
.cid-uQniB5U65c .carousel-inner > .active,
.cid-uQniB5U65c .carousel-inner > .next,
.cid-uQniB5U65c .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-uQniB5U65c .carousel-control .icon-next,
.cid-uQniB5U65c .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uQniB5U65c .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uQniB5U65c .mbr-iconfont {
  color: black;
  font-size: 2rem!important;
  font-family: 'Moririse2' !important;
  font-weight: 600;
}
.cid-uQniB5U65c .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-uQniB5U65c .boxed-slider > div {
  position: relative;
}
.cid-uQniB5U65c .container img {
  width: 100%;
}
.cid-uQniB5U65c .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-uQniB5U65c .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uQniB5U65c .mbr-table-cell {
  padding: 0;
}
.cid-uQniB5U65c .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uQniB5U65c .carousel-caption {
  top: auto;
  right: 0;
  bottom: 2rem;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uQniB5U65c .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uQniB5U65c .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-uQniB5U65c .carousel-item.active.right,
.cid-uQniB5U65c .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uQniB5U65c .carousel-item.active.left,
.cid-uQniB5U65c .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uQniB5U65c .carousel-item.active,
.cid-uQniB5U65c .carousel-item.next.left,
.cid-uQniB5U65c .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-uQniB5U65c .mbr-slider .carousel-control {
  top: 50%;
  margin-top: -1.5rem;
  font-size: 35px;
  transition: all .3s;
  z-index: 11;
}
@media (max-width: 767px) {
  .cid-uQniB5U65c .mbr-slider .carousel-control {
    top: 20%;
  }
}
.cid-uQniB5U65c .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQniB5U65c .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uQniB5U65c .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-uQniB5U65c .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uQniB5U65c .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 10px;
  width: 10px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-uQniB5U65c .mbr-slider .carousel-indicators li.active,
.cid-uQniB5U65c .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-uQniB5U65c .mbr-slider .carousel-indicators li::after,
.cid-uQniB5U65c .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-uQniB5U65c .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-uQniB5U65c .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-uQniB5U65c .mbr-slider > .container img {
  width: 100%;
}
.cid-uQniB5U65c .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uQniB5U65c .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-uQniB5U65c .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uQniB5U65c .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uQniB5U65c .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-uQniB5U65c .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-uQniB5U65c .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-uQniB5U65c .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-uQniB5U65c .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-uQniB5U65c .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uQniB5U65c .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-uQniB5U65c .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-uQniB5U65c .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-uQniB5U65c .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-uQniB5U65c .carousel-inner {
  height: 100%;
}
.cid-uQniB5U65c .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-uQniB5U65c .image_wrapper {
  height: 950px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-uQniB5U65c .image_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uQniB5U65c .carousel-item .container-slide {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uQniB5U65c .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uQniB5U65c .content-slider-wrap {
    width: 100%!important;
  }
  .cid-uQniB5U65c .image_wrapper {
    height: 570px;
  }
}
.cid-uQniB5U65c P {
  color: #dd2b1c;
}
.cid-uPNkZsmNUk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff1e2;
}
.cid-uPNkZsmNUk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNkZsmNUk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNkZsmNUk .content-wrapper {
  display: flex;
  position: relative;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-uPNkZsmNUk .content-wrapper {
    padding: 30px 20px;
  }
}
.cid-uPNkZsmNUk .content-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uPNkZsmNUk .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uPNkZsmNUk .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: linear-gradient(0.251turn, #f8e7d2 37%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-uPNkZsmNUk .content-wrapper .content-wrap {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uPNkZsmNUk .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uPNkZsmNUk .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #fff1e2;
  padding: 8px 16px;
  margin-bottom: 32px;
}
.cid-uPNkZsmNUk .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uPNkZsmNUk .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uPNkZsmNUk .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 64px;
}
.cid-uPNkZsmNUk .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPNkZsmNUk .mbr-section-title {
  color: #404349;
}
.cid-uPNkZsmNUk .mbr-text {
  color: #404349;
}
.cid-uPNkZsmNUk .mbr-desc {
  color: #b19a7c;
}
.cid-uPNkZsz61M {
  padding-top: 2rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/celik-hadde-imalati-uretimi-prosteel-800x600.png");
}
.cid-uPNkZsz61M::before {
  content: '';
  position: absolute;
  right: -14%;
  bottom: 0;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(#dd2b1c -10%, transparent 95%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uPNkZsz61M::before {
    opacity: .4;
  }
}
.cid-uPNkZsz61M::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -20%;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #a7a4a3 -10%, transparent 95%);
}
@media (max-width: 992px) {
  .cid-uPNkZsz61M::after {
    opacity: .4;
  }
}
.cid-uPNkZsz61M .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNkZsz61M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNkZsz61M .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uPNkZsz61M .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uPNkZsz61M .container {
    padding: 0 16px;
  }
}
.cid-uPNkZsz61M .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uPNkZsz61M .row .card {
  justify-content: flex-end;
}
.cid-uPNkZsz61M .title-wrapper {
  margin-bottom: 246px;
}
@media (max-width: 1200px) {
  .cid-uPNkZsz61M .title-wrapper {
    margin-bottom: 148px;
  }
}
@media (max-width: 992px) {
  .cid-uPNkZsz61M .title-wrapper {
    margin-bottom: 90px;
  }
}
.cid-uPNkZsz61M .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uPNkZsz61M .title-wrapper .mbr-section-title span {
  color: #dd2b1c;
}
.cid-uPNkZsz61M .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPNkZsz61M .text-wrapper .text_2 {
  margin-top: 32px;
}
.cid-uPNkZsz61M .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uPNkZsz61M .text-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uPNkZsz61M .text-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uPNkZsz61M .text-wrapper .mbr-section-btn .btn-success-outline,
.cid-uPNkZsz61M .text-wrapper .mbr-section-btn .btn-info-outline,
.cid-uPNkZsz61M .text-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uPNkZsz61M .text-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uPNkZsz61M .text-wrapper .mbr-section-btn .btn-black-outline,
.cid-uPNkZsz61M .text-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uPNkZsz61M .text-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uPNkZsz61M .text-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uPNkZsz61M .text-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uPNkZsz61M .text-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uPNkZsz61M .text-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uPNkZsz61M .text-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uPNkZsz61M .text-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uPNkZsz61M .text-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uPNkZsz61M .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uPNkZsz61M .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uPNkZsz61M .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uPNkZsz61M .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uPNkZsz61M .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uPNkZsz61M .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uPNkZsz61M .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uPNkZsz61M .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uPNkZsz61M .text-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uPNkZsz61M .text-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uPNkZsz61M .text-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uPNkZsz61M .text-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uPNkZsz61M .text-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uPNkZsz61M .text-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uPNkZsz61M .text-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-uPNkZsz61M .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uPNkZsz61M .text-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uPNkZsz61M .text-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uPNkZsz61M .text-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uPNkZsz61M .text-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uPNkZsz61M .text-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uPNkZsz61M .text-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uPNkZsz61M .text-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uPNkZsz61M .text-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uPNkZsz61M .text-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uPNkZsz61M .text-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uPNkZsz61M .text-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uPNkZsz61M .text-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uPNkZsz61M .text-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uPNkZsz61M .text-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uPNkZsz61M .text-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uPNkZsz61M .text-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uPNkZsz61M .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uPNkZsz61M .text-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #dd2b1c !important;
}
.cid-uPNkZsz61M .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uPNkZsz61M .text-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #ffffff !important;
}
.cid-uPNkZsz61M .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uPNkZsz61M .text-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #3a341c !important;
}
.cid-uPNkZsz61M .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uPNkZsz61M .text-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #320707 !important;
}
.cid-uPNkZsz61M .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uPNkZsz61M .text-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #a0e2e1 !important;
}
.cid-uPNkZsz61M .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uPNkZsz61M .text-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #ffea64 !important;
}
.cid-uPNkZsz61M .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uPNkZsz61M .text-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uPNkZsz61M .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uPNkZsz61M .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uPNkZsz61M .mbr-section-title {
  color: #000000;
}
.cid-uPNkZsz61M .mbr-text {
  color: #000000;
}
.cid-uPNkZsP600 {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #dd2b1c, #232323);
}
@media (min-width: 768px) {
  .cid-uPNkZsP600 {
    align-items: flex-start;
  }
  .cid-uPNkZsP600 .row {
    justify-content: flex-start;
  }
}
.cid-uPNkZsP600 .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uPNkZsP600 .mbr-text,
.cid-uPNkZsP600 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uPNkZsP600 .mbr-section-title,
.cid-uPNkZsP600 .line {
  color: #ffffff;
  text-align: center;
}
.cid-uPNkZsP600 h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uPNkZsP600 h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uPNkZsP600 .mbr-section-subtitle,
.cid-uPNkZsP600 .align {
  text-align: left;
  color: #232323;
}
.cid-uPNkZtNA40 {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #232323, #dd2b1c);
}
@media (min-width: 768px) {
  .cid-uPNkZtNA40 {
    align-items: flex-start;
  }
  .cid-uPNkZtNA40 .row {
    justify-content: flex-start;
  }
}
.cid-uPNkZtNA40 .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uPNkZtNA40 .mbr-text,
.cid-uPNkZtNA40 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uPNkZtNA40 .mbr-section-title,
.cid-uPNkZtNA40 .line {
  color: #ffffff;
  text-align: center;
}
.cid-uPNkZtNA40 h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uPNkZtNA40 h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uPNkZtNA40 .mbr-section-subtitle,
.cid-uPNkZtNA40 .align {
  text-align: left;
  color: #232323;
}
.cid-uPNkZuDpg5 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/yapi-proje-gelistirme-prosteel2032-1000x749.jpg");
}
.cid-uPNkZuDpg5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNkZuDpg5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNkZuDpg5 .row {
  margin: 0 -8px;
}
.cid-uPNkZuDpg5 .row .card {
  padding: 0 8px;
}
.cid-uPNkZuDpg5 .card-wrapper {
  position: relative;
  padding: 75px 64px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uPNkZuDpg5 .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uPNkZuDpg5 .card-wrapper {
    padding: 24px;
  }
}
.cid-uPNkZuDpg5 .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
}
.cid-uPNkZuDpg5 .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #dd2b1c;
  opacity: .6;
}
.cid-uPNkZuDpg5 .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uPNkZuDpg5 .card-wrapper .card-wrap .mbr-label {
  margin-bottom: 24px;
}
.cid-uPNkZuDpg5 .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uPNkZuDpg5 .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uPNkZuDpg5 .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uPNkZuDpg5 .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uPNkZuDpg5 .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPNkZuDpg5 .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uPNkZuDpg5 .mbr-label {
  color: #63635d;
  text-align: center;
}
.cid-uPNkZuDpg5 .mbr-text,
.cid-uPNkZuDpg5 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uPNkZuDpg5 .mbr-section-title,
.cid-uPNkZuDpg5 .mbr-section-btn {
  color: #ffffff;
}
.cid-uPNkZuRtIa {
  padding-top: 2rem;
  padding-bottom: 0rem;
  border-bottom: 2px solid #ffffff;
  background-image: url("../../../assets/images/yapi-proje-gelistirme-prosteel2010-1000x679.jpg");
}
.cid-uPNkZuRtIa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNkZuRtIa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNkZuRtIa .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uPNkZuRtIa .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uPNkZuRtIa .content-wrapper {
    padding: 0;
  }
}
.cid-uPNkZuRtIa .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uPNkZuRtIa .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uPNkZuRtIa .mbr-section-title,
.cid-uPNkZuRtIa .title-wrapper {
  color: #ffffff;
}
.cid-uPNkZuRtIa .mbr-section-title,
.cid-uPNkZuRtIa .mbr-section-btn,
.cid-uPNkZuRtIa .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uPNkZv5uQD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPNkZv5uQD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNkZv5uQD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNkZv5uQD .container {
  max-width: 1472px;
}
.cid-uPNkZv5uQD .footer-main-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-radius: 2.08rem;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-uPNkZv5uQD .col-brand {
  width: 100%;
  padding: 2.5rem;
}
@media (max-width: 991px) {
  .cid-uPNkZv5uQD .col-brand {
    padding: 24px;
  }
}
.cid-uPNkZv5uQD .navbar-brand {
  display: flex;
  flex-basis: auto;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  white-space: normal;
  flex-shrink: 0;
  align-items: center;
  padding: 0;
  z-index: 1;
  margin-right: auto;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uPNkZv5uQD .navbar-brand:hover {
  transform: scale(1.1);
}
.cid-uPNkZv5uQD .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uPNkZv5uQD .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uPNkZv5uQD .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uPNkZv5uQD .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uPNkZv5uQD .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uPNkZv5uQD .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uPNkZv5uQD .links-container {
  width: 100%;
  padding: 2.5rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 8.8%;
}
@media (max-width: 991px) {
  .cid-uPNkZv5uQD .links-container {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 17.6%;
    row-gap: 6.67rem;
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uPNkZv5uQD .links-container {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1.2rem;
    row-gap: 1.2rem;
  }
}
.cid-uPNkZv5uQD .mbr-section-subtitle {
  color: #13287d;
  margin-bottom: 12px;
}
.cid-uPNkZv5uQD .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #232323;
}
.cid-uPNkZv5uQD .list li {
  width: 100%;
  color: inherit !important;
  margin: 6px 0;
}
.cid-uPNkZv5uQD .list li:hover {
  color: #dd2b1c !important;
}
.cid-uPNkZv5uQD .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uPNkZv5uQD .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uPNkZv5uQD .copyright-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid rgba(255, 255, 255, 0.01);
  padding: 32px 0 24px;
}
@media (max-width: 767px) {
  .cid-uPNkZv5uQD .copyright-container {
    padding: 24px 0 16px;
    flex-wrap: wrap;
  }
}
.cid-uPNkZv5uQD .copyright {
  color: #232323;
  max-width: 45%;
}
@media (max-width: 767px) {
  .cid-uPNkZv5uQD .copyright {
    max-width: 100%;
    width: 100%;
  }
}
.cid-uPNkZv5uQD .social-row {
  width: auto;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  max-width: 45%;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uPNkZv5uQD .social-row {
    max-width: 100%;
    width: 100%;
    justify-content: flex-start;
  }
}
.cid-uPNkZv5uQD .mbr-iconfont {
  font-size: 22px;
  color: #ae5eff;
}
.cid-uPNkZv5uQD .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.01);
  margin-left: 4px;
  margin-bottom: 4px;
  padding: 12px;
  min-height: 70px;
  min-width: 70px;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-uPNkZv5uQD .soc-item {
    margin-left: 0;
    margin-right: 4px;
    margin-bottom: 0;
    margin-top: 4px;
    padding: 10px;
    min-height: 50px;
    min-width: 50px;
  }
}
.cid-uPNkZv5uQD .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPNkZv5uQD .soc-item a:hover {
  text-decoration-line: none !important;
}
.cid-uPNkZv5uQD .soc-item:hover {
  transform: scale(0.95);
}
.cid-uPNkZv5uQD .soc-item:hover .mbr-iconfont {
  color: #FFDD65 !important;
}
.cid-uPNl0rKZ9N .navbar {
  padding: 0.5rem 0;
  background: #9c98cf;
  transition: none;
  min-height: 50px;
}
.cid-uPNl0rKZ9N .navbar-fixed-top {
  padding-top: 0;
}
.cid-uPNl0rKZ9N .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-uPNl0rKZ9N .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #5a67a1;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-uPNl0rKZ9N .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-uPNl0rKZ9N .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uPNl0rKZ9N .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uPNl0rKZ9N .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uPNl0rKZ9N .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-uPNl0rKZ9N .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uPNl0rKZ9N .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uPNl0rKZ9N .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uPNl0rKZ9N .menu-content-top {
  background: #dd2b1c;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uPNl0rKZ9N .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-uPNl0rKZ9N .dropdown-item:hover {
  color: #d2d2df !important;
}
.cid-uPNl0rKZ9N .nav-link,
.cid-uPNl0rKZ9N .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-uPNl0rKZ9N .nav-link:hover,
.cid-uPNl0rKZ9N .brand-name:hover {
  color: #d2d2df !important;
}
.cid-uPNl0rKZ9N .dropdown-menu {
  background-color: #5a67a1;
}
.cid-uPNl0rKZ9N .dropdown-item:active {
  background-color: #5a67a1;
}
.cid-uPNl0rKZ9N .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-uPNl0rKZ9N .navbar-dropdown.bg-color.transparent.opened {
  background: #9c98cf;
}
.cid-uPNl0rKZ9N .nav-item {
  position: relative;
}
.cid-uPNl0rKZ9N .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uPNl0rKZ9N .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-uPNl0rKZ9N .nav-item .nav-link:focus {
  outline: none;
}
.cid-uPNl0rKZ9N .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPNl0rKZ9N .content-text {
  margin-bottom: 0;
}
.cid-uPNl0rKZ9N .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uPNl0rKZ9N .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #dd2b1c;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uPNl0rKZ9N .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uPNl0rKZ9N .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uPNl0rKZ9N .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uPNl0rKZ9N .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPNl0rKZ9N .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uPNl0rKZ9N .content-right-side {
  text-align: center;
}
.cid-uPNl0rKZ9N .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uPNl0rKZ9N .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uPNl0rKZ9N .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uPNl0rKZ9N .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-uPNl0rKZ9N .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uPNl0rKZ9N .info-widget:first-child {
  margin-left: 0;
}
.cid-uPNl0rKZ9N .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-uPNl0rKZ9N .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uPNl0rKZ9N .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uPNl0rKZ9N .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uPNl0rKZ9N .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-uPNl0rKZ9N .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uPNl0rKZ9N .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #5a67a1;
}
@media (min-width: 992px) {
  .cid-uPNl0rKZ9N .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-uPNl0rKZ9N .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #d2d2df;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-uPNl0rKZ9N .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-uPNl0rKZ9N .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uPNl0rKZ9N .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-uPNl0rKZ9N .navbar {
    display: block;
    padding: 0;
  }
  .cid-uPNl0rKZ9N .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-uPNl0rKZ9N .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uPNl0rKZ9N .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uPNl0rKZ9N .navbar-toggler {
    display: none;
  }
  .cid-uPNl0rKZ9N .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-uPNl0rKZ9N .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uPNl0rKZ9N .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-uPNl0rKZ9N .btn-sm {
  padding: 13px 29px;
}
.cid-uPNl0rKZ9N .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uPNl0rKZ9N .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-uPNl0rKZ9N .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-uPNl0rKZ9N .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uPNl0rKZ9N .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uPNl0rKZ9N .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uPNl0rKZ9N .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uPNl0rKZ9N .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uPNl0rKZ9N .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uPNl0rKZ9N .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPNl0rKZ9N .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPNl0rKZ9N .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uPNl0rKZ9N .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uPNl0rKZ9N .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPNl0rKZ9N .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uPNl0rKZ9N .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPNl0rKZ9N .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uPNl0rKZ9N .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-uPNl0rKZ9N .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uPNl0rKZ9N .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uPNl0rKZ9N .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uPNl0rKZ9N button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-uPNl0rKZ9N button.navbar-toggler:focus {
  outline: none;
}
.cid-uPNl0rKZ9N button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uPNl0rKZ9N button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPNl0rKZ9N button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPNl0rKZ9N button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPNl0rKZ9N button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPNl0rKZ9N nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPNl0rKZ9N nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPNl0rKZ9N nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPNl0rKZ9N nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPNl0rKZ9N .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPNl0rKZ9N .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPNl0rKZ9N .collapsed .btn {
  display: flex;
}
.cid-uPNl0rKZ9N .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uPNl0rKZ9N .collapsed .navbar-collapse.collapsing,
.cid-uPNl0rKZ9N .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uPNl0rKZ9N .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uPNl0rKZ9N .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uPNl0rKZ9N .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uPNl0rKZ9N .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uPNl0rKZ9N .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uPNl0rKZ9N .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uPNl0rKZ9N .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uPNl0rKZ9N .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uPNl0rKZ9N .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uPNl0rKZ9N .collapsed button.navbar-toggler {
  display: block;
}
.cid-uPNl0rKZ9N .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uPNl0rKZ9N .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uPNl0rKZ9N .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uPNl0rKZ9N .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uPNl0rKZ9N .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uPNl0rKZ9N .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uPNl0rKZ9N .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uPNl0rKZ9N .menu-content-top {
    display: flex;
  }
  .cid-uPNl0rKZ9N .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-uPNl0rKZ9N .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-uPNl0rKZ9N .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-uPNl0rKZ9N .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-uPNl0rKZ9N .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-uPNl0rKZ9N .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-uPNl0rKZ9N .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-uPNl0rKZ9N .navbar-collapse.collapsing,
  .cid-uPNl0rKZ9N .navbar-collapse.show {
    display: block !important;
  }
  .cid-uPNl0rKZ9N .navbar-collapse.collapsing .navbar-nav,
  .cid-uPNl0rKZ9N .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uPNl0rKZ9N .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uPNl0rKZ9N .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uPNl0rKZ9N .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-uPNl0rKZ9N .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #dd2b1c;
  }
  .cid-uPNl0rKZ9N .navbar-collapse.collapsing .navbar-buttons,
  .cid-uPNl0rKZ9N .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uPNl0rKZ9N .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uPNl0rKZ9N .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uPNl0rKZ9N img {
    height: 3.8rem !important;
  }
  .cid-uPNl0rKZ9N .btn {
    display: flex;
  }
  .cid-uPNl0rKZ9N button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-uPNl0rKZ9N .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-uPNl0rKZ9N .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uPNl0rKZ9N .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uPNl0rKZ9N .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uPNl0rKZ9N .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uPNl0rKZ9N .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uPNl0rKZ9N .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uPNl0rKZ9N .nav-link:focus {
  outline: none;
}
.cid-uPNl0rKZ9N .navbar-toggler {
  position: relative;
}
.cid-uPNl0rKZ9N .widget-title,
.cid-uPNl0rKZ9N .widget-icon {
  color: #e9e9e9;
}
.cid-uPNl0rKZ9N .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-uPNl0rKZ9N .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-uPNl0rKZ9N .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-uPNl0rKZ9N .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-uPNl0rKZ9N .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-uPNl0rKZ9N .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-uPNl0rKZ9N .menu-content-top,
  .cid-uPNl0rKZ9N .menu-bottom {
    padding: 0 15px;
  }
  .cid-uPNl0rKZ9N button.navbar-toggler {
    align-self: center;
  }
  .cid-uPNl0rKZ9N .btn {
    margin-left: 0;
  }
  .cid-uPNl0rKZ9N .widget-icon {
    padding-right: 0;
  }
}
.cid-uPNl0rKZ9N .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-uPNl0rKZ9N .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #5a67a1;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-uPNl0rKZ9N .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-uPNl0rKZ9N .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #d2d2df;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-uPNl0rKZ9N .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-uPNl0s3mWX {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(to bottom, #163300, #dd2b1c);
}
@media (min-width: 768px) {
  .cid-uPNl0s3mWX {
    align-items: flex-start;
  }
  .cid-uPNl0s3mWX .row {
    justify-content: flex-start;
  }
}
.cid-uPNl0s3mWX .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uPNl0s3mWX .mbr-text,
.cid-uPNl0s3mWX .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uPNl0s3mWX .mbr-section-title,
.cid-uPNl0s3mWX .line {
  color: #232323;
}
.cid-uPNl0s3mWX h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uPNl0s3mWX h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uPNl0s3mWX .mbr-section-subtitle,
.cid-uPNl0s3mWX .align {
  text-align: left;
  color: #232323;
}
.cid-uQniF93jZZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #254b45;
}
.cid-uQniF93jZZ .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uQniF93jZZ .modal-body .close {
  background: #1b1b1b;
}
.cid-uQniF93jZZ .modal-body .close span {
  font-style: normal;
}
@media (min-width: 992px) {
  .cid-uQniF93jZZ .align-center {
    text-align: left;
    max-width: 850px;
  }
  .cid-uQniF93jZZ .carousel-caption {
    justify-content: flex-start !important;
    padding-left: 5rem;
  }
}
.cid-uQniF93jZZ .mbr-slider .carousel-control {
  background: black!important;
  border-radius: 6px;
  height: 100px;
  width: 50px;
}
.cid-uQniF93jZZ .mbri-right:before {
  content: "\e909";
  color: white;
}
.cid-uQniF93jZZ .mbri-left:before {
  content: "\e90a";
  color: white;
}
.cid-uQniF93jZZ .container {
  max-width: 100%;
  padding: 0;
}
.cid-uQniF93jZZ .content-slider-wrap {
  width: 100%;
}
.cid-uQniF93jZZ .carousel-inner > .active,
.cid-uQniF93jZZ .carousel-inner > .next,
.cid-uQniF93jZZ .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-uQniF93jZZ .carousel-control .icon-next,
.cid-uQniF93jZZ .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uQniF93jZZ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uQniF93jZZ .mbr-iconfont {
  color: black;
  font-size: 2rem!important;
  font-family: 'Moririse2' !important;
  font-weight: 600;
}
.cid-uQniF93jZZ .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-uQniF93jZZ .boxed-slider > div {
  position: relative;
}
.cid-uQniF93jZZ .container img {
  width: 100%;
}
.cid-uQniF93jZZ .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-uQniF93jZZ .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uQniF93jZZ .mbr-table-cell {
  padding: 0;
}
.cid-uQniF93jZZ .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uQniF93jZZ .carousel-caption {
  top: auto;
  right: 0;
  bottom: 2rem;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uQniF93jZZ .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uQniF93jZZ .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-uQniF93jZZ .carousel-item.active.right,
.cid-uQniF93jZZ .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uQniF93jZZ .carousel-item.active.left,
.cid-uQniF93jZZ .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uQniF93jZZ .carousel-item.active,
.cid-uQniF93jZZ .carousel-item.next.left,
.cid-uQniF93jZZ .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-uQniF93jZZ .mbr-slider .carousel-control {
  top: 50%;
  margin-top: -1.5rem;
  font-size: 35px;
  transition: all .3s;
  z-index: 11;
}
@media (max-width: 767px) {
  .cid-uQniF93jZZ .mbr-slider .carousel-control {
    top: 20%;
  }
}
.cid-uQniF93jZZ .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQniF93jZZ .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uQniF93jZZ .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-uQniF93jZZ .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uQniF93jZZ .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 10px;
  width: 10px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-uQniF93jZZ .mbr-slider .carousel-indicators li.active,
.cid-uQniF93jZZ .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-uQniF93jZZ .mbr-slider .carousel-indicators li::after,
.cid-uQniF93jZZ .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-uQniF93jZZ .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-uQniF93jZZ .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-uQniF93jZZ .mbr-slider > .container img {
  width: 100%;
}
.cid-uQniF93jZZ .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uQniF93jZZ .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-uQniF93jZZ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uQniF93jZZ .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uQniF93jZZ .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-uQniF93jZZ .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-uQniF93jZZ .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-uQniF93jZZ .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-uQniF93jZZ .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-uQniF93jZZ .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uQniF93jZZ .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-uQniF93jZZ .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-uQniF93jZZ .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-uQniF93jZZ .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-uQniF93jZZ .carousel-inner {
  height: 100%;
}
.cid-uQniF93jZZ .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-uQniF93jZZ .image_wrapper {
  height: 950px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-uQniF93jZZ .image_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uQniF93jZZ .carousel-item .container-slide {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uQniF93jZZ .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uQniF93jZZ .content-slider-wrap {
    width: 100%!important;
  }
  .cid-uQniF93jZZ .image_wrapper {
    height: 570px;
  }
}
.cid-uQniF93jZZ P {
  color: #dd2b1c;
}
.cid-uPNl0sni6c {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff1e2;
}
.cid-uPNl0sni6c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNl0sni6c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNl0sni6c .content-wrapper {
  display: flex;
  position: relative;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-uPNl0sni6c .content-wrapper {
    padding: 30px 20px;
  }
}
.cid-uPNl0sni6c .content-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uPNl0sni6c .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uPNl0sni6c .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: linear-gradient(0.251turn, #f8e7d2 37%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-uPNl0sni6c .content-wrapper .content-wrap {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uPNl0sni6c .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uPNl0sni6c .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #fff1e2;
  padding: 8px 16px;
  margin-bottom: 32px;
}
.cid-uPNl0sni6c .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uPNl0sni6c .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uPNl0sni6c .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 64px;
}
.cid-uPNl0sni6c .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPNl0sni6c .mbr-section-title {
  color: #404349;
}
.cid-uPNl0sni6c .mbr-text {
  color: #404349;
}
.cid-uPNl0sni6c .mbr-desc {
  color: #b19a7c;
}
.cid-uPNl0syCAi {
  padding-top: 2rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/celik-hadde-imalati-uretimi-prosteel-800x600.png");
}
.cid-uPNl0syCAi::before {
  content: '';
  position: absolute;
  right: -14%;
  bottom: 0;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(#dd2b1c -10%, transparent 95%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uPNl0syCAi::before {
    opacity: .4;
  }
}
.cid-uPNl0syCAi::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -20%;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #a7a4a3 -10%, transparent 95%);
}
@media (max-width: 992px) {
  .cid-uPNl0syCAi::after {
    opacity: .4;
  }
}
.cid-uPNl0syCAi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNl0syCAi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNl0syCAi .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uPNl0syCAi .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uPNl0syCAi .container {
    padding: 0 16px;
  }
}
.cid-uPNl0syCAi .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uPNl0syCAi .row .card {
  justify-content: flex-end;
}
.cid-uPNl0syCAi .title-wrapper {
  margin-bottom: 246px;
}
@media (max-width: 1200px) {
  .cid-uPNl0syCAi .title-wrapper {
    margin-bottom: 148px;
  }
}
@media (max-width: 992px) {
  .cid-uPNl0syCAi .title-wrapper {
    margin-bottom: 90px;
  }
}
.cid-uPNl0syCAi .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uPNl0syCAi .title-wrapper .mbr-section-title span {
  color: #dd2b1c;
}
.cid-uPNl0syCAi .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPNl0syCAi .text-wrapper .text_2 {
  margin-top: 32px;
}
.cid-uPNl0syCAi .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uPNl0syCAi .text-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uPNl0syCAi .text-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uPNl0syCAi .text-wrapper .mbr-section-btn .btn-success-outline,
.cid-uPNl0syCAi .text-wrapper .mbr-section-btn .btn-info-outline,
.cid-uPNl0syCAi .text-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uPNl0syCAi .text-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uPNl0syCAi .text-wrapper .mbr-section-btn .btn-black-outline,
.cid-uPNl0syCAi .text-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uPNl0syCAi .text-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uPNl0syCAi .text-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uPNl0syCAi .text-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uPNl0syCAi .text-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uPNl0syCAi .text-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uPNl0syCAi .text-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uPNl0syCAi .text-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uPNl0syCAi .text-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uPNl0syCAi .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uPNl0syCAi .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uPNl0syCAi .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uPNl0syCAi .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uPNl0syCAi .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uPNl0syCAi .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uPNl0syCAi .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uPNl0syCAi .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uPNl0syCAi .text-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uPNl0syCAi .text-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uPNl0syCAi .text-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uPNl0syCAi .text-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uPNl0syCAi .text-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uPNl0syCAi .text-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uPNl0syCAi .text-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-uPNl0syCAi .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uPNl0syCAi .text-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uPNl0syCAi .text-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uPNl0syCAi .text-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uPNl0syCAi .text-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uPNl0syCAi .text-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uPNl0syCAi .text-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uPNl0syCAi .text-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uPNl0syCAi .text-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uPNl0syCAi .text-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uPNl0syCAi .text-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uPNl0syCAi .text-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uPNl0syCAi .text-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uPNl0syCAi .text-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uPNl0syCAi .text-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uPNl0syCAi .text-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uPNl0syCAi .text-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uPNl0syCAi .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uPNl0syCAi .text-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #dd2b1c !important;
}
.cid-uPNl0syCAi .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uPNl0syCAi .text-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #ffffff !important;
}
.cid-uPNl0syCAi .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uPNl0syCAi .text-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #3a341c !important;
}
.cid-uPNl0syCAi .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uPNl0syCAi .text-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #320707 !important;
}
.cid-uPNl0syCAi .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uPNl0syCAi .text-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #a0e2e1 !important;
}
.cid-uPNl0syCAi .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uPNl0syCAi .text-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #ffea64 !important;
}
.cid-uPNl0syCAi .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uPNl0syCAi .text-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uPNl0syCAi .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uPNl0syCAi .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uPNl0syCAi .mbr-section-title {
  color: #000000;
}
.cid-uPNl0syCAi .mbr-text {
  color: #000000;
}
.cid-uPNl0sLusj {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #dd2b1c, #232323);
}
@media (min-width: 768px) {
  .cid-uPNl0sLusj {
    align-items: flex-start;
  }
  .cid-uPNl0sLusj .row {
    justify-content: flex-start;
  }
}
.cid-uPNl0sLusj .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uPNl0sLusj .mbr-text,
.cid-uPNl0sLusj .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uPNl0sLusj .mbr-section-title,
.cid-uPNl0sLusj .line {
  color: #ffffff;
  text-align: center;
}
.cid-uPNl0sLusj h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uPNl0sLusj h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uPNl0sLusj .mbr-section-subtitle,
.cid-uPNl0sLusj .align {
  text-align: left;
  color: #232323;
}
.cid-uPNl0tJnI0 {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #232323, #dd2b1c);
}
@media (min-width: 768px) {
  .cid-uPNl0tJnI0 {
    align-items: flex-start;
  }
  .cid-uPNl0tJnI0 .row {
    justify-content: flex-start;
  }
}
.cid-uPNl0tJnI0 .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uPNl0tJnI0 .mbr-text,
.cid-uPNl0tJnI0 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uPNl0tJnI0 .mbr-section-title,
.cid-uPNl0tJnI0 .line {
  color: #ffffff;
  text-align: center;
}
.cid-uPNl0tJnI0 h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uPNl0tJnI0 h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uPNl0tJnI0 .mbr-section-subtitle,
.cid-uPNl0tJnI0 .align {
  text-align: left;
  color: #232323;
}
.cid-uPNl0uzR24 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/yapi-proje-gelistirme-prosteel2032-1000x749.jpg");
}
.cid-uPNl0uzR24 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNl0uzR24 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNl0uzR24 .row {
  margin: 0 -8px;
}
.cid-uPNl0uzR24 .row .card {
  padding: 0 8px;
}
.cid-uPNl0uzR24 .card-wrapper {
  position: relative;
  padding: 75px 64px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uPNl0uzR24 .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uPNl0uzR24 .card-wrapper {
    padding: 24px;
  }
}
.cid-uPNl0uzR24 .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
}
.cid-uPNl0uzR24 .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #dd2b1c;
  opacity: .6;
}
.cid-uPNl0uzR24 .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uPNl0uzR24 .card-wrapper .card-wrap .mbr-label {
  margin-bottom: 24px;
}
.cid-uPNl0uzR24 .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uPNl0uzR24 .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uPNl0uzR24 .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uPNl0uzR24 .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uPNl0uzR24 .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPNl0uzR24 .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uPNl0uzR24 .mbr-label {
  color: #63635d;
  text-align: center;
}
.cid-uPNl0uzR24 .mbr-text,
.cid-uPNl0uzR24 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uPNl0uzR24 .mbr-section-title,
.cid-uPNl0uzR24 .mbr-section-btn {
  color: #ffffff;
}
.cid-uPNl0uN7FJ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  border-bottom: 2px solid #ffffff;
  background-image: url("../../../assets/images/yapi-proje-gelistirme-prosteel2010-1000x679.jpg");
}
.cid-uPNl0uN7FJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNl0uN7FJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNl0uN7FJ .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uPNl0uN7FJ .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uPNl0uN7FJ .content-wrapper {
    padding: 0;
  }
}
.cid-uPNl0uN7FJ .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uPNl0uN7FJ .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uPNl0uN7FJ .mbr-section-title,
.cid-uPNl0uN7FJ .title-wrapper {
  color: #ffffff;
}
.cid-uPNl0uN7FJ .mbr-section-title,
.cid-uPNl0uN7FJ .mbr-section-btn,
.cid-uPNl0uN7FJ .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uPNl0v1bq4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPNl0v1bq4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNl0v1bq4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNl0v1bq4 .container {
  max-width: 1472px;
}
.cid-uPNl0v1bq4 .footer-main-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-radius: 2.08rem;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-uPNl0v1bq4 .col-brand {
  width: 100%;
  padding: 2.5rem;
}
@media (max-width: 991px) {
  .cid-uPNl0v1bq4 .col-brand {
    padding: 24px;
  }
}
.cid-uPNl0v1bq4 .navbar-brand {
  display: flex;
  flex-basis: auto;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  white-space: normal;
  flex-shrink: 0;
  align-items: center;
  padding: 0;
  z-index: 1;
  margin-right: auto;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uPNl0v1bq4 .navbar-brand:hover {
  transform: scale(1.1);
}
.cid-uPNl0v1bq4 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uPNl0v1bq4 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uPNl0v1bq4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uPNl0v1bq4 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uPNl0v1bq4 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uPNl0v1bq4 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uPNl0v1bq4 .links-container {
  width: 100%;
  padding: 2.5rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 8.8%;
}
@media (max-width: 991px) {
  .cid-uPNl0v1bq4 .links-container {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 17.6%;
    row-gap: 6.67rem;
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uPNl0v1bq4 .links-container {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1.2rem;
    row-gap: 1.2rem;
  }
}
.cid-uPNl0v1bq4 .mbr-section-subtitle {
  color: #13287d;
  margin-bottom: 12px;
}
.cid-uPNl0v1bq4 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #232323;
}
.cid-uPNl0v1bq4 .list li {
  width: 100%;
  color: inherit !important;
  margin: 6px 0;
}
.cid-uPNl0v1bq4 .list li:hover {
  color: #dd2b1c !important;
}
.cid-uPNl0v1bq4 .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uPNl0v1bq4 .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uPNl0v1bq4 .copyright-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid rgba(255, 255, 255, 0.01);
  padding: 32px 0 24px;
}
@media (max-width: 767px) {
  .cid-uPNl0v1bq4 .copyright-container {
    padding: 24px 0 16px;
    flex-wrap: wrap;
  }
}
.cid-uPNl0v1bq4 .copyright {
  color: #232323;
  max-width: 45%;
}
@media (max-width: 767px) {
  .cid-uPNl0v1bq4 .copyright {
    max-width: 100%;
    width: 100%;
  }
}
.cid-uPNl0v1bq4 .social-row {
  width: auto;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  max-width: 45%;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uPNl0v1bq4 .social-row {
    max-width: 100%;
    width: 100%;
    justify-content: flex-start;
  }
}
.cid-uPNl0v1bq4 .mbr-iconfont {
  font-size: 22px;
  color: #ae5eff;
}
.cid-uPNl0v1bq4 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.01);
  margin-left: 4px;
  margin-bottom: 4px;
  padding: 12px;
  min-height: 70px;
  min-width: 70px;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-uPNl0v1bq4 .soc-item {
    margin-left: 0;
    margin-right: 4px;
    margin-bottom: 0;
    margin-top: 4px;
    padding: 10px;
    min-height: 50px;
    min-width: 50px;
  }
}
.cid-uPNl0v1bq4 .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPNl0v1bq4 .soc-item a:hover {
  text-decoration-line: none !important;
}
.cid-uPNl0v1bq4 .soc-item:hover {
  transform: scale(0.95);
}
.cid-uPNl0v1bq4 .soc-item:hover .mbr-iconfont {
  color: #FFDD65 !important;
}
.cid-uPNl1MDbQK .navbar {
  padding: 0.5rem 0;
  background: #9c98cf;
  transition: none;
  min-height: 50px;
}
.cid-uPNl1MDbQK .navbar-fixed-top {
  padding-top: 0;
}
.cid-uPNl1MDbQK .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-uPNl1MDbQK .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #5a67a1;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-uPNl1MDbQK .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-uPNl1MDbQK .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uPNl1MDbQK .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uPNl1MDbQK .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uPNl1MDbQK .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-uPNl1MDbQK .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uPNl1MDbQK .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uPNl1MDbQK .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uPNl1MDbQK .menu-content-top {
  background: #dd2b1c;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uPNl1MDbQK .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-uPNl1MDbQK .dropdown-item:hover {
  color: #d2d2df !important;
}
.cid-uPNl1MDbQK .nav-link,
.cid-uPNl1MDbQK .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-uPNl1MDbQK .nav-link:hover,
.cid-uPNl1MDbQK .brand-name:hover {
  color: #d2d2df !important;
}
.cid-uPNl1MDbQK .dropdown-menu {
  background-color: #5a67a1;
}
.cid-uPNl1MDbQK .dropdown-item:active {
  background-color: #5a67a1;
}
.cid-uPNl1MDbQK .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-uPNl1MDbQK .navbar-dropdown.bg-color.transparent.opened {
  background: #9c98cf;
}
.cid-uPNl1MDbQK .nav-item {
  position: relative;
}
.cid-uPNl1MDbQK .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uPNl1MDbQK .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-uPNl1MDbQK .nav-item .nav-link:focus {
  outline: none;
}
.cid-uPNl1MDbQK .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPNl1MDbQK .content-text {
  margin-bottom: 0;
}
.cid-uPNl1MDbQK .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uPNl1MDbQK .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #dd2b1c;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uPNl1MDbQK .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uPNl1MDbQK .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uPNl1MDbQK .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uPNl1MDbQK .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPNl1MDbQK .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uPNl1MDbQK .content-right-side {
  text-align: center;
}
.cid-uPNl1MDbQK .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uPNl1MDbQK .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uPNl1MDbQK .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uPNl1MDbQK .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-uPNl1MDbQK .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uPNl1MDbQK .info-widget:first-child {
  margin-left: 0;
}
.cid-uPNl1MDbQK .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-uPNl1MDbQK .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uPNl1MDbQK .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uPNl1MDbQK .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uPNl1MDbQK .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-uPNl1MDbQK .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uPNl1MDbQK .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #5a67a1;
}
@media (min-width: 992px) {
  .cid-uPNl1MDbQK .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-uPNl1MDbQK .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #d2d2df;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-uPNl1MDbQK .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-uPNl1MDbQK .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uPNl1MDbQK .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-uPNl1MDbQK .navbar {
    display: block;
    padding: 0;
  }
  .cid-uPNl1MDbQK .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-uPNl1MDbQK .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uPNl1MDbQK .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uPNl1MDbQK .navbar-toggler {
    display: none;
  }
  .cid-uPNl1MDbQK .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-uPNl1MDbQK .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uPNl1MDbQK .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-uPNl1MDbQK .btn-sm {
  padding: 13px 29px;
}
.cid-uPNl1MDbQK .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uPNl1MDbQK .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-uPNl1MDbQK .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-uPNl1MDbQK .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uPNl1MDbQK .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uPNl1MDbQK .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uPNl1MDbQK .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uPNl1MDbQK .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uPNl1MDbQK .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uPNl1MDbQK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPNl1MDbQK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPNl1MDbQK .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uPNl1MDbQK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uPNl1MDbQK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPNl1MDbQK .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uPNl1MDbQK .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPNl1MDbQK .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uPNl1MDbQK .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-uPNl1MDbQK .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uPNl1MDbQK .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uPNl1MDbQK .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uPNl1MDbQK button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-uPNl1MDbQK button.navbar-toggler:focus {
  outline: none;
}
.cid-uPNl1MDbQK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uPNl1MDbQK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPNl1MDbQK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPNl1MDbQK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPNl1MDbQK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPNl1MDbQK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPNl1MDbQK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPNl1MDbQK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPNl1MDbQK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPNl1MDbQK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPNl1MDbQK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPNl1MDbQK .collapsed .btn {
  display: flex;
}
.cid-uPNl1MDbQK .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uPNl1MDbQK .collapsed .navbar-collapse.collapsing,
.cid-uPNl1MDbQK .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uPNl1MDbQK .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uPNl1MDbQK .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uPNl1MDbQK .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uPNl1MDbQK .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uPNl1MDbQK .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uPNl1MDbQK .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uPNl1MDbQK .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uPNl1MDbQK .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uPNl1MDbQK .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uPNl1MDbQK .collapsed button.navbar-toggler {
  display: block;
}
.cid-uPNl1MDbQK .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uPNl1MDbQK .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uPNl1MDbQK .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uPNl1MDbQK .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uPNl1MDbQK .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uPNl1MDbQK .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uPNl1MDbQK .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uPNl1MDbQK .menu-content-top {
    display: flex;
  }
  .cid-uPNl1MDbQK .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-uPNl1MDbQK .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-uPNl1MDbQK .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-uPNl1MDbQK .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-uPNl1MDbQK .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-uPNl1MDbQK .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-uPNl1MDbQK .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-uPNl1MDbQK .navbar-collapse.collapsing,
  .cid-uPNl1MDbQK .navbar-collapse.show {
    display: block !important;
  }
  .cid-uPNl1MDbQK .navbar-collapse.collapsing .navbar-nav,
  .cid-uPNl1MDbQK .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uPNl1MDbQK .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uPNl1MDbQK .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uPNl1MDbQK .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-uPNl1MDbQK .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #dd2b1c;
  }
  .cid-uPNl1MDbQK .navbar-collapse.collapsing .navbar-buttons,
  .cid-uPNl1MDbQK .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uPNl1MDbQK .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uPNl1MDbQK .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uPNl1MDbQK img {
    height: 3.8rem !important;
  }
  .cid-uPNl1MDbQK .btn {
    display: flex;
  }
  .cid-uPNl1MDbQK button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-uPNl1MDbQK .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-uPNl1MDbQK .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uPNl1MDbQK .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uPNl1MDbQK .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uPNl1MDbQK .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uPNl1MDbQK .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uPNl1MDbQK .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uPNl1MDbQK .nav-link:focus {
  outline: none;
}
.cid-uPNl1MDbQK .navbar-toggler {
  position: relative;
}
.cid-uPNl1MDbQK .widget-title,
.cid-uPNl1MDbQK .widget-icon {
  color: #e9e9e9;
}
.cid-uPNl1MDbQK .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-uPNl1MDbQK .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-uPNl1MDbQK .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-uPNl1MDbQK .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-uPNl1MDbQK .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-uPNl1MDbQK .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-uPNl1MDbQK .menu-content-top,
  .cid-uPNl1MDbQK .menu-bottom {
    padding: 0 15px;
  }
  .cid-uPNl1MDbQK button.navbar-toggler {
    align-self: center;
  }
  .cid-uPNl1MDbQK .btn {
    margin-left: 0;
  }
  .cid-uPNl1MDbQK .widget-icon {
    padding-right: 0;
  }
}
.cid-uPNl1MDbQK .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-uPNl1MDbQK .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #5a67a1;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-uPNl1MDbQK .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-uPNl1MDbQK .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #d2d2df;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-uPNl1MDbQK .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-uPNl1MYZRI {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(to bottom, #163300, #dd2b1c);
}
@media (min-width: 768px) {
  .cid-uPNl1MYZRI {
    align-items: flex-start;
  }
  .cid-uPNl1MYZRI .row {
    justify-content: flex-start;
  }
}
.cid-uPNl1MYZRI .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uPNl1MYZRI .mbr-text,
.cid-uPNl1MYZRI .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uPNl1MYZRI .mbr-section-title,
.cid-uPNl1MYZRI .line {
  color: #232323;
}
.cid-uPNl1MYZRI h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uPNl1MYZRI h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uPNl1MYZRI .mbr-section-subtitle,
.cid-uPNl1MYZRI .align {
  text-align: left;
  color: #232323;
}
.cid-uQniJNJYjv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #254b45;
}
.cid-uQniJNJYjv .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uQniJNJYjv .modal-body .close {
  background: #1b1b1b;
}
.cid-uQniJNJYjv .modal-body .close span {
  font-style: normal;
}
@media (min-width: 992px) {
  .cid-uQniJNJYjv .align-center {
    text-align: left;
    max-width: 850px;
  }
  .cid-uQniJNJYjv .carousel-caption {
    justify-content: flex-start !important;
    padding-left: 5rem;
  }
}
.cid-uQniJNJYjv .mbr-slider .carousel-control {
  background: black!important;
  border-radius: 6px;
  height: 100px;
  width: 50px;
}
.cid-uQniJNJYjv .mbri-right:before {
  content: "\e909";
  color: white;
}
.cid-uQniJNJYjv .mbri-left:before {
  content: "\e90a";
  color: white;
}
.cid-uQniJNJYjv .container {
  max-width: 100%;
  padding: 0;
}
.cid-uQniJNJYjv .content-slider-wrap {
  width: 100%;
}
.cid-uQniJNJYjv .carousel-inner > .active,
.cid-uQniJNJYjv .carousel-inner > .next,
.cid-uQniJNJYjv .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-uQniJNJYjv .carousel-control .icon-next,
.cid-uQniJNJYjv .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uQniJNJYjv .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uQniJNJYjv .mbr-iconfont {
  color: black;
  font-size: 2rem!important;
  font-family: 'Moririse2' !important;
  font-weight: 600;
}
.cid-uQniJNJYjv .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-uQniJNJYjv .boxed-slider > div {
  position: relative;
}
.cid-uQniJNJYjv .container img {
  width: 100%;
}
.cid-uQniJNJYjv .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-uQniJNJYjv .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uQniJNJYjv .mbr-table-cell {
  padding: 0;
}
.cid-uQniJNJYjv .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uQniJNJYjv .carousel-caption {
  top: auto;
  right: 0;
  bottom: 2rem;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uQniJNJYjv .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uQniJNJYjv .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-uQniJNJYjv .carousel-item.active.right,
.cid-uQniJNJYjv .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uQniJNJYjv .carousel-item.active.left,
.cid-uQniJNJYjv .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uQniJNJYjv .carousel-item.active,
.cid-uQniJNJYjv .carousel-item.next.left,
.cid-uQniJNJYjv .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-uQniJNJYjv .mbr-slider .carousel-control {
  top: 50%;
  margin-top: -1.5rem;
  font-size: 35px;
  transition: all .3s;
  z-index: 11;
}
@media (max-width: 767px) {
  .cid-uQniJNJYjv .mbr-slider .carousel-control {
    top: 20%;
  }
}
.cid-uQniJNJYjv .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQniJNJYjv .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uQniJNJYjv .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-uQniJNJYjv .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uQniJNJYjv .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 10px;
  width: 10px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-uQniJNJYjv .mbr-slider .carousel-indicators li.active,
.cid-uQniJNJYjv .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-uQniJNJYjv .mbr-slider .carousel-indicators li::after,
.cid-uQniJNJYjv .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-uQniJNJYjv .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-uQniJNJYjv .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-uQniJNJYjv .mbr-slider > .container img {
  width: 100%;
}
.cid-uQniJNJYjv .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uQniJNJYjv .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-uQniJNJYjv .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uQniJNJYjv .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uQniJNJYjv .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-uQniJNJYjv .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-uQniJNJYjv .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-uQniJNJYjv .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-uQniJNJYjv .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-uQniJNJYjv .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uQniJNJYjv .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-uQniJNJYjv .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-uQniJNJYjv .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-uQniJNJYjv .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-uQniJNJYjv .carousel-inner {
  height: 100%;
}
.cid-uQniJNJYjv .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-uQniJNJYjv .image_wrapper {
  height: 950px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-uQniJNJYjv .image_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uQniJNJYjv .carousel-item .container-slide {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uQniJNJYjv .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uQniJNJYjv .content-slider-wrap {
    width: 100%!important;
  }
  .cid-uQniJNJYjv .image_wrapper {
    height: 570px;
  }
}
.cid-uQniJNJYjv P {
  color: #dd2b1c;
}
.cid-uPNl1NibBa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff1e2;
}
.cid-uPNl1NibBa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNl1NibBa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNl1NibBa .content-wrapper {
  display: flex;
  position: relative;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-uPNl1NibBa .content-wrapper {
    padding: 30px 20px;
  }
}
.cid-uPNl1NibBa .content-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uPNl1NibBa .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uPNl1NibBa .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: linear-gradient(0.251turn, #f8e7d2 37%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-uPNl1NibBa .content-wrapper .content-wrap {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uPNl1NibBa .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uPNl1NibBa .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #fff1e2;
  padding: 8px 16px;
  margin-bottom: 32px;
}
.cid-uPNl1NibBa .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uPNl1NibBa .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uPNl1NibBa .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 64px;
}
.cid-uPNl1NibBa .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPNl1NibBa .mbr-section-title {
  color: #404349;
}
.cid-uPNl1NibBa .mbr-text {
  color: #404349;
}
.cid-uPNl1NibBa .mbr-desc {
  color: #b19a7c;
}
.cid-uPNl1Nt2Dk {
  padding-top: 2rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/celik-hadde-imalati-uretimi-prosteel-800x600.png");
}
.cid-uPNl1Nt2Dk::before {
  content: '';
  position: absolute;
  right: -14%;
  bottom: 0;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(#dd2b1c -10%, transparent 95%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uPNl1Nt2Dk::before {
    opacity: .4;
  }
}
.cid-uPNl1Nt2Dk::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -20%;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #a7a4a3 -10%, transparent 95%);
}
@media (max-width: 992px) {
  .cid-uPNl1Nt2Dk::after {
    opacity: .4;
  }
}
.cid-uPNl1Nt2Dk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNl1Nt2Dk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNl1Nt2Dk .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uPNl1Nt2Dk .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uPNl1Nt2Dk .container {
    padding: 0 16px;
  }
}
.cid-uPNl1Nt2Dk .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uPNl1Nt2Dk .row .card {
  justify-content: flex-end;
}
.cid-uPNl1Nt2Dk .title-wrapper {
  margin-bottom: 246px;
}
@media (max-width: 1200px) {
  .cid-uPNl1Nt2Dk .title-wrapper {
    margin-bottom: 148px;
  }
}
@media (max-width: 992px) {
  .cid-uPNl1Nt2Dk .title-wrapper {
    margin-bottom: 90px;
  }
}
.cid-uPNl1Nt2Dk .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uPNl1Nt2Dk .title-wrapper .mbr-section-title span {
  color: #dd2b1c;
}
.cid-uPNl1Nt2Dk .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPNl1Nt2Dk .text-wrapper .text_2 {
  margin-top: 32px;
}
.cid-uPNl1Nt2Dk .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uPNl1Nt2Dk .text-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uPNl1Nt2Dk .text-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uPNl1Nt2Dk .text-wrapper .mbr-section-btn .btn-success-outline,
.cid-uPNl1Nt2Dk .text-wrapper .mbr-section-btn .btn-info-outline,
.cid-uPNl1Nt2Dk .text-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uPNl1Nt2Dk .text-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uPNl1Nt2Dk .text-wrapper .mbr-section-btn .btn-black-outline,
.cid-uPNl1Nt2Dk .text-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uPNl1Nt2Dk .text-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uPNl1Nt2Dk .text-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uPNl1Nt2Dk .text-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uPNl1Nt2Dk .text-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uPNl1Nt2Dk .text-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uPNl1Nt2Dk .text-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uPNl1Nt2Dk .text-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uPNl1Nt2Dk .text-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uPNl1Nt2Dk .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uPNl1Nt2Dk .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uPNl1Nt2Dk .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uPNl1Nt2Dk .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uPNl1Nt2Dk .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uPNl1Nt2Dk .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uPNl1Nt2Dk .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uPNl1Nt2Dk .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uPNl1Nt2Dk .text-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uPNl1Nt2Dk .text-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uPNl1Nt2Dk .text-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uPNl1Nt2Dk .text-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uPNl1Nt2Dk .text-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uPNl1Nt2Dk .text-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uPNl1Nt2Dk .text-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-uPNl1Nt2Dk .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uPNl1Nt2Dk .text-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uPNl1Nt2Dk .text-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uPNl1Nt2Dk .text-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uPNl1Nt2Dk .text-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uPNl1Nt2Dk .text-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uPNl1Nt2Dk .text-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uPNl1Nt2Dk .text-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uPNl1Nt2Dk .text-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uPNl1Nt2Dk .text-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uPNl1Nt2Dk .text-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uPNl1Nt2Dk .text-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uPNl1Nt2Dk .text-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uPNl1Nt2Dk .text-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uPNl1Nt2Dk .text-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uPNl1Nt2Dk .text-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uPNl1Nt2Dk .text-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uPNl1Nt2Dk .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uPNl1Nt2Dk .text-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #dd2b1c !important;
}
.cid-uPNl1Nt2Dk .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uPNl1Nt2Dk .text-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #ffffff !important;
}
.cid-uPNl1Nt2Dk .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uPNl1Nt2Dk .text-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #3a341c !important;
}
.cid-uPNl1Nt2Dk .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uPNl1Nt2Dk .text-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #320707 !important;
}
.cid-uPNl1Nt2Dk .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uPNl1Nt2Dk .text-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #a0e2e1 !important;
}
.cid-uPNl1Nt2Dk .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uPNl1Nt2Dk .text-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #ffea64 !important;
}
.cid-uPNl1Nt2Dk .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uPNl1Nt2Dk .text-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uPNl1Nt2Dk .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uPNl1Nt2Dk .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uPNl1Nt2Dk .mbr-section-title {
  color: #000000;
}
.cid-uPNl1Nt2Dk .mbr-text {
  color: #000000;
}
.cid-uPNl1NE1h3 {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #dd2b1c, #232323);
}
@media (min-width: 768px) {
  .cid-uPNl1NE1h3 {
    align-items: flex-start;
  }
  .cid-uPNl1NE1h3 .row {
    justify-content: flex-start;
  }
}
.cid-uPNl1NE1h3 .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uPNl1NE1h3 .mbr-text,
.cid-uPNl1NE1h3 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uPNl1NE1h3 .mbr-section-title,
.cid-uPNl1NE1h3 .line {
  color: #ffffff;
  text-align: center;
}
.cid-uPNl1NE1h3 h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uPNl1NE1h3 h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uPNl1NE1h3 .mbr-section-subtitle,
.cid-uPNl1NE1h3 .align {
  text-align: left;
  color: #232323;
}
.cid-uPNl1OETCy {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #232323, #dd2b1c);
}
@media (min-width: 768px) {
  .cid-uPNl1OETCy {
    align-items: flex-start;
  }
  .cid-uPNl1OETCy .row {
    justify-content: flex-start;
  }
}
.cid-uPNl1OETCy .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uPNl1OETCy .mbr-text,
.cid-uPNl1OETCy .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uPNl1OETCy .mbr-section-title,
.cid-uPNl1OETCy .line {
  color: #ffffff;
  text-align: center;
}
.cid-uPNl1OETCy h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uPNl1OETCy h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uPNl1OETCy .mbr-section-subtitle,
.cid-uPNl1OETCy .align {
  text-align: left;
  color: #232323;
}
.cid-uPNl1PuQvV {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/yapi-proje-gelistirme-prosteel2032-1000x749.jpg");
}
.cid-uPNl1PuQvV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNl1PuQvV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNl1PuQvV .row {
  margin: 0 -8px;
}
.cid-uPNl1PuQvV .row .card {
  padding: 0 8px;
}
.cid-uPNl1PuQvV .card-wrapper {
  position: relative;
  padding: 75px 64px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uPNl1PuQvV .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uPNl1PuQvV .card-wrapper {
    padding: 24px;
  }
}
.cid-uPNl1PuQvV .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
}
.cid-uPNl1PuQvV .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #dd2b1c;
  opacity: .6;
}
.cid-uPNl1PuQvV .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uPNl1PuQvV .card-wrapper .card-wrap .mbr-label {
  margin-bottom: 24px;
}
.cid-uPNl1PuQvV .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uPNl1PuQvV .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uPNl1PuQvV .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uPNl1PuQvV .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uPNl1PuQvV .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPNl1PuQvV .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uPNl1PuQvV .mbr-label {
  color: #63635d;
  text-align: center;
}
.cid-uPNl1PuQvV .mbr-text,
.cid-uPNl1PuQvV .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uPNl1PuQvV .mbr-section-title,
.cid-uPNl1PuQvV .mbr-section-btn {
  color: #ffffff;
}
.cid-uPNl1PI7TO {
  padding-top: 2rem;
  padding-bottom: 0rem;
  border-bottom: 2px solid #ffffff;
  background-image: url("../../../assets/images/yapi-proje-gelistirme-prosteel2010-1000x679.jpg");
}
.cid-uPNl1PI7TO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNl1PI7TO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNl1PI7TO .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uPNl1PI7TO .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uPNl1PI7TO .content-wrapper {
    padding: 0;
  }
}
.cid-uPNl1PI7TO .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uPNl1PI7TO .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uPNl1PI7TO .mbr-section-title,
.cid-uPNl1PI7TO .title-wrapper {
  color: #ffffff;
}
.cid-uPNl1PI7TO .mbr-section-title,
.cid-uPNl1PI7TO .mbr-section-btn,
.cid-uPNl1PI7TO .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uPNl1PWtca {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPNl1PWtca .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNl1PWtca .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNl1PWtca .container {
  max-width: 1472px;
}
.cid-uPNl1PWtca .footer-main-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-radius: 2.08rem;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-uPNl1PWtca .col-brand {
  width: 100%;
  padding: 2.5rem;
}
@media (max-width: 991px) {
  .cid-uPNl1PWtca .col-brand {
    padding: 24px;
  }
}
.cid-uPNl1PWtca .navbar-brand {
  display: flex;
  flex-basis: auto;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  white-space: normal;
  flex-shrink: 0;
  align-items: center;
  padding: 0;
  z-index: 1;
  margin-right: auto;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uPNl1PWtca .navbar-brand:hover {
  transform: scale(1.1);
}
.cid-uPNl1PWtca .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uPNl1PWtca .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uPNl1PWtca .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uPNl1PWtca .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uPNl1PWtca .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uPNl1PWtca .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uPNl1PWtca .links-container {
  width: 100%;
  padding: 2.5rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 8.8%;
}
@media (max-width: 991px) {
  .cid-uPNl1PWtca .links-container {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 17.6%;
    row-gap: 6.67rem;
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uPNl1PWtca .links-container {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1.2rem;
    row-gap: 1.2rem;
  }
}
.cid-uPNl1PWtca .mbr-section-subtitle {
  color: #13287d;
  margin-bottom: 12px;
}
.cid-uPNl1PWtca .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #232323;
}
.cid-uPNl1PWtca .list li {
  width: 100%;
  color: inherit !important;
  margin: 6px 0;
}
.cid-uPNl1PWtca .list li:hover {
  color: #dd2b1c !important;
}
.cid-uPNl1PWtca .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uPNl1PWtca .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uPNl1PWtca .copyright-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid rgba(255, 255, 255, 0.01);
  padding: 32px 0 24px;
}
@media (max-width: 767px) {
  .cid-uPNl1PWtca .copyright-container {
    padding: 24px 0 16px;
    flex-wrap: wrap;
  }
}
.cid-uPNl1PWtca .copyright {
  color: #232323;
  max-width: 45%;
}
@media (max-width: 767px) {
  .cid-uPNl1PWtca .copyright {
    max-width: 100%;
    width: 100%;
  }
}
.cid-uPNl1PWtca .social-row {
  width: auto;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  max-width: 45%;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uPNl1PWtca .social-row {
    max-width: 100%;
    width: 100%;
    justify-content: flex-start;
  }
}
.cid-uPNl1PWtca .mbr-iconfont {
  font-size: 22px;
  color: #ae5eff;
}
.cid-uPNl1PWtca .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.01);
  margin-left: 4px;
  margin-bottom: 4px;
  padding: 12px;
  min-height: 70px;
  min-width: 70px;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-uPNl1PWtca .soc-item {
    margin-left: 0;
    margin-right: 4px;
    margin-bottom: 0;
    margin-top: 4px;
    padding: 10px;
    min-height: 50px;
    min-width: 50px;
  }
}
.cid-uPNl1PWtca .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPNl1PWtca .soc-item a:hover {
  text-decoration-line: none !important;
}
.cid-uPNl1PWtca .soc-item:hover {
  transform: scale(0.95);
}
.cid-uPNl1PWtca .soc-item:hover .mbr-iconfont {
  color: #FFDD65 !important;
}
.cid-uPNl2N3Cqs .navbar {
  padding: 0.5rem 0;
  background: #9c98cf;
  transition: none;
  min-height: 50px;
}
.cid-uPNl2N3Cqs .navbar-fixed-top {
  padding-top: 0;
}
.cid-uPNl2N3Cqs .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-uPNl2N3Cqs .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #5a67a1;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-uPNl2N3Cqs .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-uPNl2N3Cqs .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uPNl2N3Cqs .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uPNl2N3Cqs .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uPNl2N3Cqs .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-uPNl2N3Cqs .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uPNl2N3Cqs .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uPNl2N3Cqs .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uPNl2N3Cqs .menu-content-top {
  background: #dd2b1c;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uPNl2N3Cqs .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-uPNl2N3Cqs .dropdown-item:hover {
  color: #d2d2df !important;
}
.cid-uPNl2N3Cqs .nav-link,
.cid-uPNl2N3Cqs .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-uPNl2N3Cqs .nav-link:hover,
.cid-uPNl2N3Cqs .brand-name:hover {
  color: #d2d2df !important;
}
.cid-uPNl2N3Cqs .dropdown-menu {
  background-color: #5a67a1;
}
.cid-uPNl2N3Cqs .dropdown-item:active {
  background-color: #5a67a1;
}
.cid-uPNl2N3Cqs .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-uPNl2N3Cqs .navbar-dropdown.bg-color.transparent.opened {
  background: #9c98cf;
}
.cid-uPNl2N3Cqs .nav-item {
  position: relative;
}
.cid-uPNl2N3Cqs .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uPNl2N3Cqs .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-uPNl2N3Cqs .nav-item .nav-link:focus {
  outline: none;
}
.cid-uPNl2N3Cqs .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPNl2N3Cqs .content-text {
  margin-bottom: 0;
}
.cid-uPNl2N3Cqs .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uPNl2N3Cqs .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #dd2b1c;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uPNl2N3Cqs .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uPNl2N3Cqs .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uPNl2N3Cqs .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uPNl2N3Cqs .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPNl2N3Cqs .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uPNl2N3Cqs .content-right-side {
  text-align: center;
}
.cid-uPNl2N3Cqs .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uPNl2N3Cqs .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uPNl2N3Cqs .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uPNl2N3Cqs .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-uPNl2N3Cqs .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uPNl2N3Cqs .info-widget:first-child {
  margin-left: 0;
}
.cid-uPNl2N3Cqs .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-uPNl2N3Cqs .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uPNl2N3Cqs .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uPNl2N3Cqs .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uPNl2N3Cqs .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-uPNl2N3Cqs .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uPNl2N3Cqs .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #5a67a1;
}
@media (min-width: 992px) {
  .cid-uPNl2N3Cqs .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-uPNl2N3Cqs .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #d2d2df;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-uPNl2N3Cqs .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-uPNl2N3Cqs .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uPNl2N3Cqs .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-uPNl2N3Cqs .navbar {
    display: block;
    padding: 0;
  }
  .cid-uPNl2N3Cqs .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-uPNl2N3Cqs .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uPNl2N3Cqs .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uPNl2N3Cqs .navbar-toggler {
    display: none;
  }
  .cid-uPNl2N3Cqs .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-uPNl2N3Cqs .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uPNl2N3Cqs .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-uPNl2N3Cqs .btn-sm {
  padding: 13px 29px;
}
.cid-uPNl2N3Cqs .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uPNl2N3Cqs .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-uPNl2N3Cqs .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-uPNl2N3Cqs .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uPNl2N3Cqs .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uPNl2N3Cqs .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uPNl2N3Cqs .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uPNl2N3Cqs .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uPNl2N3Cqs .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uPNl2N3Cqs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPNl2N3Cqs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPNl2N3Cqs .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uPNl2N3Cqs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uPNl2N3Cqs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPNl2N3Cqs .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uPNl2N3Cqs .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPNl2N3Cqs .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uPNl2N3Cqs .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-uPNl2N3Cqs .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uPNl2N3Cqs .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uPNl2N3Cqs .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uPNl2N3Cqs button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-uPNl2N3Cqs button.navbar-toggler:focus {
  outline: none;
}
.cid-uPNl2N3Cqs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uPNl2N3Cqs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPNl2N3Cqs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPNl2N3Cqs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPNl2N3Cqs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPNl2N3Cqs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPNl2N3Cqs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPNl2N3Cqs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPNl2N3Cqs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPNl2N3Cqs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPNl2N3Cqs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPNl2N3Cqs .collapsed .btn {
  display: flex;
}
.cid-uPNl2N3Cqs .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uPNl2N3Cqs .collapsed .navbar-collapse.collapsing,
.cid-uPNl2N3Cqs .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uPNl2N3Cqs .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uPNl2N3Cqs .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uPNl2N3Cqs .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uPNl2N3Cqs .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uPNl2N3Cqs .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uPNl2N3Cqs .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uPNl2N3Cqs .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uPNl2N3Cqs .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uPNl2N3Cqs .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uPNl2N3Cqs .collapsed button.navbar-toggler {
  display: block;
}
.cid-uPNl2N3Cqs .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uPNl2N3Cqs .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uPNl2N3Cqs .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uPNl2N3Cqs .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uPNl2N3Cqs .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uPNl2N3Cqs .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uPNl2N3Cqs .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uPNl2N3Cqs .menu-content-top {
    display: flex;
  }
  .cid-uPNl2N3Cqs .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-uPNl2N3Cqs .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-uPNl2N3Cqs .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-uPNl2N3Cqs .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-uPNl2N3Cqs .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-uPNl2N3Cqs .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-uPNl2N3Cqs .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-uPNl2N3Cqs .navbar-collapse.collapsing,
  .cid-uPNl2N3Cqs .navbar-collapse.show {
    display: block !important;
  }
  .cid-uPNl2N3Cqs .navbar-collapse.collapsing .navbar-nav,
  .cid-uPNl2N3Cqs .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uPNl2N3Cqs .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uPNl2N3Cqs .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uPNl2N3Cqs .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-uPNl2N3Cqs .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #dd2b1c;
  }
  .cid-uPNl2N3Cqs .navbar-collapse.collapsing .navbar-buttons,
  .cid-uPNl2N3Cqs .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uPNl2N3Cqs .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uPNl2N3Cqs .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uPNl2N3Cqs img {
    height: 3.8rem !important;
  }
  .cid-uPNl2N3Cqs .btn {
    display: flex;
  }
  .cid-uPNl2N3Cqs button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-uPNl2N3Cqs .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-uPNl2N3Cqs .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uPNl2N3Cqs .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uPNl2N3Cqs .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uPNl2N3Cqs .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uPNl2N3Cqs .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uPNl2N3Cqs .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uPNl2N3Cqs .nav-link:focus {
  outline: none;
}
.cid-uPNl2N3Cqs .navbar-toggler {
  position: relative;
}
.cid-uPNl2N3Cqs .widget-title,
.cid-uPNl2N3Cqs .widget-icon {
  color: #e9e9e9;
}
.cid-uPNl2N3Cqs .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-uPNl2N3Cqs .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-uPNl2N3Cqs .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-uPNl2N3Cqs .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-uPNl2N3Cqs .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-uPNl2N3Cqs .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-uPNl2N3Cqs .menu-content-top,
  .cid-uPNl2N3Cqs .menu-bottom {
    padding: 0 15px;
  }
  .cid-uPNl2N3Cqs button.navbar-toggler {
    align-self: center;
  }
  .cid-uPNl2N3Cqs .btn {
    margin-left: 0;
  }
  .cid-uPNl2N3Cqs .widget-icon {
    padding-right: 0;
  }
}
.cid-uPNl2N3Cqs .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-uPNl2N3Cqs .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #5a67a1;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-uPNl2N3Cqs .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-uPNl2N3Cqs .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #d2d2df;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-uPNl2N3Cqs .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-uPNl2Noa1v {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(to bottom, #163300, #dd2b1c);
}
@media (min-width: 768px) {
  .cid-uPNl2Noa1v {
    align-items: flex-start;
  }
  .cid-uPNl2Noa1v .row {
    justify-content: flex-start;
  }
}
.cid-uPNl2Noa1v .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uPNl2Noa1v .mbr-text,
.cid-uPNl2Noa1v .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uPNl2Noa1v .mbr-section-title,
.cid-uPNl2Noa1v .line {
  color: #232323;
}
.cid-uPNl2Noa1v h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uPNl2Noa1v h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uPNl2Noa1v .mbr-section-subtitle,
.cid-uPNl2Noa1v .align {
  text-align: left;
  color: #232323;
}
.cid-uQniPEtl8r {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #254b45;
}
.cid-uQniPEtl8r .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uQniPEtl8r .modal-body .close {
  background: #1b1b1b;
}
.cid-uQniPEtl8r .modal-body .close span {
  font-style: normal;
}
@media (min-width: 992px) {
  .cid-uQniPEtl8r .align-center {
    text-align: left;
    max-width: 850px;
  }
  .cid-uQniPEtl8r .carousel-caption {
    justify-content: flex-start !important;
    padding-left: 5rem;
  }
}
.cid-uQniPEtl8r .mbr-slider .carousel-control {
  background: black!important;
  border-radius: 6px;
  height: 100px;
  width: 50px;
}
.cid-uQniPEtl8r .mbri-right:before {
  content: "\e909";
  color: white;
}
.cid-uQniPEtl8r .mbri-left:before {
  content: "\e90a";
  color: white;
}
.cid-uQniPEtl8r .container {
  max-width: 100%;
  padding: 0;
}
.cid-uQniPEtl8r .content-slider-wrap {
  width: 100%;
}
.cid-uQniPEtl8r .carousel-inner > .active,
.cid-uQniPEtl8r .carousel-inner > .next,
.cid-uQniPEtl8r .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-uQniPEtl8r .carousel-control .icon-next,
.cid-uQniPEtl8r .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uQniPEtl8r .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uQniPEtl8r .mbr-iconfont {
  color: black;
  font-size: 2rem!important;
  font-family: 'Moririse2' !important;
  font-weight: 600;
}
.cid-uQniPEtl8r .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-uQniPEtl8r .boxed-slider > div {
  position: relative;
}
.cid-uQniPEtl8r .container img {
  width: 100%;
}
.cid-uQniPEtl8r .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-uQniPEtl8r .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uQniPEtl8r .mbr-table-cell {
  padding: 0;
}
.cid-uQniPEtl8r .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uQniPEtl8r .carousel-caption {
  top: auto;
  right: 0;
  bottom: 2rem;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uQniPEtl8r .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uQniPEtl8r .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-uQniPEtl8r .carousel-item.active.right,
.cid-uQniPEtl8r .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uQniPEtl8r .carousel-item.active.left,
.cid-uQniPEtl8r .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uQniPEtl8r .carousel-item.active,
.cid-uQniPEtl8r .carousel-item.next.left,
.cid-uQniPEtl8r .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-uQniPEtl8r .mbr-slider .carousel-control {
  top: 50%;
  margin-top: -1.5rem;
  font-size: 35px;
  transition: all .3s;
  z-index: 11;
}
@media (max-width: 767px) {
  .cid-uQniPEtl8r .mbr-slider .carousel-control {
    top: 20%;
  }
}
.cid-uQniPEtl8r .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQniPEtl8r .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uQniPEtl8r .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-uQniPEtl8r .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uQniPEtl8r .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 10px;
  width: 10px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-uQniPEtl8r .mbr-slider .carousel-indicators li.active,
.cid-uQniPEtl8r .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-uQniPEtl8r .mbr-slider .carousel-indicators li::after,
.cid-uQniPEtl8r .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-uQniPEtl8r .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-uQniPEtl8r .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-uQniPEtl8r .mbr-slider > .container img {
  width: 100%;
}
.cid-uQniPEtl8r .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uQniPEtl8r .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-uQniPEtl8r .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uQniPEtl8r .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uQniPEtl8r .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-uQniPEtl8r .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-uQniPEtl8r .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-uQniPEtl8r .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-uQniPEtl8r .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-uQniPEtl8r .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uQniPEtl8r .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-uQniPEtl8r .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-uQniPEtl8r .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-uQniPEtl8r .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-uQniPEtl8r .carousel-inner {
  height: 100%;
}
.cid-uQniPEtl8r .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-uQniPEtl8r .image_wrapper {
  height: 950px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-uQniPEtl8r .image_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uQniPEtl8r .carousel-item .container-slide {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uQniPEtl8r .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uQniPEtl8r .content-slider-wrap {
    width: 100%!important;
  }
  .cid-uQniPEtl8r .image_wrapper {
    height: 570px;
  }
}
.cid-uQniPEtl8r P {
  color: #dd2b1c;
}
.cid-uPNl2NHYPd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff1e2;
}
.cid-uPNl2NHYPd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNl2NHYPd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNl2NHYPd .content-wrapper {
  display: flex;
  position: relative;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-uPNl2NHYPd .content-wrapper {
    padding: 30px 20px;
  }
}
.cid-uPNl2NHYPd .content-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uPNl2NHYPd .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uPNl2NHYPd .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: linear-gradient(0.251turn, #f8e7d2 37%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-uPNl2NHYPd .content-wrapper .content-wrap {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uPNl2NHYPd .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uPNl2NHYPd .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #fff1e2;
  padding: 8px 16px;
  margin-bottom: 32px;
}
.cid-uPNl2NHYPd .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uPNl2NHYPd .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uPNl2NHYPd .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 64px;
}
.cid-uPNl2NHYPd .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPNl2NHYPd .mbr-section-title {
  color: #404349;
}
.cid-uPNl2NHYPd .mbr-text {
  color: #404349;
}
.cid-uPNl2NHYPd .mbr-desc {
  color: #b19a7c;
}
.cid-uPNl2NTkeb {
  padding-top: 2rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/celik-hadde-imalati-uretimi-prosteel-800x600.png");
}
.cid-uPNl2NTkeb::before {
  content: '';
  position: absolute;
  right: -14%;
  bottom: 0;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(#dd2b1c -10%, transparent 95%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uPNl2NTkeb::before {
    opacity: .4;
  }
}
.cid-uPNl2NTkeb::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -20%;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #a7a4a3 -10%, transparent 95%);
}
@media (max-width: 992px) {
  .cid-uPNl2NTkeb::after {
    opacity: .4;
  }
}
.cid-uPNl2NTkeb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNl2NTkeb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNl2NTkeb .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uPNl2NTkeb .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uPNl2NTkeb .container {
    padding: 0 16px;
  }
}
.cid-uPNl2NTkeb .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uPNl2NTkeb .row .card {
  justify-content: flex-end;
}
.cid-uPNl2NTkeb .title-wrapper {
  margin-bottom: 246px;
}
@media (max-width: 1200px) {
  .cid-uPNl2NTkeb .title-wrapper {
    margin-bottom: 148px;
  }
}
@media (max-width: 992px) {
  .cid-uPNl2NTkeb .title-wrapper {
    margin-bottom: 90px;
  }
}
.cid-uPNl2NTkeb .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uPNl2NTkeb .title-wrapper .mbr-section-title span {
  color: #dd2b1c;
}
.cid-uPNl2NTkeb .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPNl2NTkeb .text-wrapper .text_2 {
  margin-top: 32px;
}
.cid-uPNl2NTkeb .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uPNl2NTkeb .text-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uPNl2NTkeb .text-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uPNl2NTkeb .text-wrapper .mbr-section-btn .btn-success-outline,
.cid-uPNl2NTkeb .text-wrapper .mbr-section-btn .btn-info-outline,
.cid-uPNl2NTkeb .text-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uPNl2NTkeb .text-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uPNl2NTkeb .text-wrapper .mbr-section-btn .btn-black-outline,
.cid-uPNl2NTkeb .text-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uPNl2NTkeb .text-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uPNl2NTkeb .text-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uPNl2NTkeb .text-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uPNl2NTkeb .text-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uPNl2NTkeb .text-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uPNl2NTkeb .text-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uPNl2NTkeb .text-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uPNl2NTkeb .text-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uPNl2NTkeb .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uPNl2NTkeb .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uPNl2NTkeb .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uPNl2NTkeb .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uPNl2NTkeb .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uPNl2NTkeb .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uPNl2NTkeb .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uPNl2NTkeb .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uPNl2NTkeb .text-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uPNl2NTkeb .text-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uPNl2NTkeb .text-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uPNl2NTkeb .text-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uPNl2NTkeb .text-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uPNl2NTkeb .text-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uPNl2NTkeb .text-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-uPNl2NTkeb .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uPNl2NTkeb .text-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uPNl2NTkeb .text-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uPNl2NTkeb .text-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uPNl2NTkeb .text-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uPNl2NTkeb .text-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uPNl2NTkeb .text-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uPNl2NTkeb .text-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uPNl2NTkeb .text-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uPNl2NTkeb .text-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uPNl2NTkeb .text-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uPNl2NTkeb .text-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uPNl2NTkeb .text-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uPNl2NTkeb .text-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uPNl2NTkeb .text-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uPNl2NTkeb .text-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uPNl2NTkeb .text-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uPNl2NTkeb .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uPNl2NTkeb .text-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #dd2b1c !important;
}
.cid-uPNl2NTkeb .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uPNl2NTkeb .text-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #ffffff !important;
}
.cid-uPNl2NTkeb .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uPNl2NTkeb .text-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #3a341c !important;
}
.cid-uPNl2NTkeb .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uPNl2NTkeb .text-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #320707 !important;
}
.cid-uPNl2NTkeb .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uPNl2NTkeb .text-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #a0e2e1 !important;
}
.cid-uPNl2NTkeb .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uPNl2NTkeb .text-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #ffea64 !important;
}
.cid-uPNl2NTkeb .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uPNl2NTkeb .text-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uPNl2NTkeb .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uPNl2NTkeb .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uPNl2NTkeb .mbr-section-title {
  color: #000000;
}
.cid-uPNl2NTkeb .mbr-text {
  color: #000000;
}
.cid-uPNl2O6kiv {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #dd2b1c, #232323);
}
@media (min-width: 768px) {
  .cid-uPNl2O6kiv {
    align-items: flex-start;
  }
  .cid-uPNl2O6kiv .row {
    justify-content: flex-start;
  }
}
.cid-uPNl2O6kiv .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uPNl2O6kiv .mbr-text,
.cid-uPNl2O6kiv .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uPNl2O6kiv .mbr-section-title,
.cid-uPNl2O6kiv .line {
  color: #ffffff;
  text-align: center;
}
.cid-uPNl2O6kiv h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uPNl2O6kiv h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uPNl2O6kiv .mbr-section-subtitle,
.cid-uPNl2O6kiv .align {
  text-align: left;
  color: #232323;
}
.cid-uPNl2P7cuj {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #232323, #dd2b1c);
}
@media (min-width: 768px) {
  .cid-uPNl2P7cuj {
    align-items: flex-start;
  }
  .cid-uPNl2P7cuj .row {
    justify-content: flex-start;
  }
}
.cid-uPNl2P7cuj .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uPNl2P7cuj .mbr-text,
.cid-uPNl2P7cuj .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uPNl2P7cuj .mbr-section-title,
.cid-uPNl2P7cuj .line {
  color: #ffffff;
  text-align: center;
}
.cid-uPNl2P7cuj h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uPNl2P7cuj h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uPNl2P7cuj .mbr-section-subtitle,
.cid-uPNl2P7cuj .align {
  text-align: left;
  color: #232323;
}
.cid-uPNl2PVfAL {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/yapi-proje-gelistirme-prosteel2032-1000x749.jpg");
}
.cid-uPNl2PVfAL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNl2PVfAL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNl2PVfAL .row {
  margin: 0 -8px;
}
.cid-uPNl2PVfAL .row .card {
  padding: 0 8px;
}
.cid-uPNl2PVfAL .card-wrapper {
  position: relative;
  padding: 75px 64px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uPNl2PVfAL .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uPNl2PVfAL .card-wrapper {
    padding: 24px;
  }
}
.cid-uPNl2PVfAL .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
}
.cid-uPNl2PVfAL .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #dd2b1c;
  opacity: .6;
}
.cid-uPNl2PVfAL .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uPNl2PVfAL .card-wrapper .card-wrap .mbr-label {
  margin-bottom: 24px;
}
.cid-uPNl2PVfAL .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uPNl2PVfAL .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uPNl2PVfAL .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uPNl2PVfAL .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uPNl2PVfAL .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPNl2PVfAL .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uPNl2PVfAL .mbr-label {
  color: #63635d;
  text-align: center;
}
.cid-uPNl2PVfAL .mbr-text,
.cid-uPNl2PVfAL .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uPNl2PVfAL .mbr-section-title,
.cid-uPNl2PVfAL .mbr-section-btn {
  color: #ffffff;
}
.cid-uPNl2Q9UD8 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  border-bottom: 2px solid #ffffff;
  background-image: url("../../../assets/images/yapi-proje-gelistirme-prosteel2010-1000x679.jpg");
}
.cid-uPNl2Q9UD8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNl2Q9UD8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNl2Q9UD8 .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uPNl2Q9UD8 .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uPNl2Q9UD8 .content-wrapper {
    padding: 0;
  }
}
.cid-uPNl2Q9UD8 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uPNl2Q9UD8 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uPNl2Q9UD8 .mbr-section-title,
.cid-uPNl2Q9UD8 .title-wrapper {
  color: #ffffff;
}
.cid-uPNl2Q9UD8 .mbr-section-title,
.cid-uPNl2Q9UD8 .mbr-section-btn,
.cid-uPNl2Q9UD8 .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uPNl2QnWgF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPNl2QnWgF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNl2QnWgF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNl2QnWgF .container {
  max-width: 1472px;
}
.cid-uPNl2QnWgF .footer-main-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-radius: 2.08rem;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-uPNl2QnWgF .col-brand {
  width: 100%;
  padding: 2.5rem;
}
@media (max-width: 991px) {
  .cid-uPNl2QnWgF .col-brand {
    padding: 24px;
  }
}
.cid-uPNl2QnWgF .navbar-brand {
  display: flex;
  flex-basis: auto;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  white-space: normal;
  flex-shrink: 0;
  align-items: center;
  padding: 0;
  z-index: 1;
  margin-right: auto;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uPNl2QnWgF .navbar-brand:hover {
  transform: scale(1.1);
}
.cid-uPNl2QnWgF .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uPNl2QnWgF .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uPNl2QnWgF .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uPNl2QnWgF .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uPNl2QnWgF .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uPNl2QnWgF .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uPNl2QnWgF .links-container {
  width: 100%;
  padding: 2.5rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 8.8%;
}
@media (max-width: 991px) {
  .cid-uPNl2QnWgF .links-container {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 17.6%;
    row-gap: 6.67rem;
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uPNl2QnWgF .links-container {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1.2rem;
    row-gap: 1.2rem;
  }
}
.cid-uPNl2QnWgF .mbr-section-subtitle {
  color: #13287d;
  margin-bottom: 12px;
}
.cid-uPNl2QnWgF .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #232323;
}
.cid-uPNl2QnWgF .list li {
  width: 100%;
  color: inherit !important;
  margin: 6px 0;
}
.cid-uPNl2QnWgF .list li:hover {
  color: #dd2b1c !important;
}
.cid-uPNl2QnWgF .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uPNl2QnWgF .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uPNl2QnWgF .copyright-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid rgba(255, 255, 255, 0.01);
  padding: 32px 0 24px;
}
@media (max-width: 767px) {
  .cid-uPNl2QnWgF .copyright-container {
    padding: 24px 0 16px;
    flex-wrap: wrap;
  }
}
.cid-uPNl2QnWgF .copyright {
  color: #232323;
  max-width: 45%;
}
@media (max-width: 767px) {
  .cid-uPNl2QnWgF .copyright {
    max-width: 100%;
    width: 100%;
  }
}
.cid-uPNl2QnWgF .social-row {
  width: auto;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  max-width: 45%;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uPNl2QnWgF .social-row {
    max-width: 100%;
    width: 100%;
    justify-content: flex-start;
  }
}
.cid-uPNl2QnWgF .mbr-iconfont {
  font-size: 22px;
  color: #ae5eff;
}
.cid-uPNl2QnWgF .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.01);
  margin-left: 4px;
  margin-bottom: 4px;
  padding: 12px;
  min-height: 70px;
  min-width: 70px;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-uPNl2QnWgF .soc-item {
    margin-left: 0;
    margin-right: 4px;
    margin-bottom: 0;
    margin-top: 4px;
    padding: 10px;
    min-height: 50px;
    min-width: 50px;
  }
}
.cid-uPNl2QnWgF .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPNl2QnWgF .soc-item a:hover {
  text-decoration-line: none !important;
}
.cid-uPNl2QnWgF .soc-item:hover {
  transform: scale(0.95);
}
.cid-uPNl2QnWgF .soc-item:hover .mbr-iconfont {
  color: #FFDD65 !important;
}
.cid-uPNl3RqH9w .navbar {
  padding: 0.5rem 0;
  background: #9c98cf;
  transition: none;
  min-height: 50px;
}
.cid-uPNl3RqH9w .navbar-fixed-top {
  padding-top: 0;
}
.cid-uPNl3RqH9w .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-uPNl3RqH9w .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #5a67a1;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-uPNl3RqH9w .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-uPNl3RqH9w .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uPNl3RqH9w .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uPNl3RqH9w .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uPNl3RqH9w .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-uPNl3RqH9w .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uPNl3RqH9w .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uPNl3RqH9w .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uPNl3RqH9w .menu-content-top {
  background: #dd2b1c;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uPNl3RqH9w .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-uPNl3RqH9w .dropdown-item:hover {
  color: #d2d2df !important;
}
.cid-uPNl3RqH9w .nav-link,
.cid-uPNl3RqH9w .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-uPNl3RqH9w .nav-link:hover,
.cid-uPNl3RqH9w .brand-name:hover {
  color: #d2d2df !important;
}
.cid-uPNl3RqH9w .dropdown-menu {
  background-color: #5a67a1;
}
.cid-uPNl3RqH9w .dropdown-item:active {
  background-color: #5a67a1;
}
.cid-uPNl3RqH9w .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-uPNl3RqH9w .navbar-dropdown.bg-color.transparent.opened {
  background: #9c98cf;
}
.cid-uPNl3RqH9w .nav-item {
  position: relative;
}
.cid-uPNl3RqH9w .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uPNl3RqH9w .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-uPNl3RqH9w .nav-item .nav-link:focus {
  outline: none;
}
.cid-uPNl3RqH9w .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPNl3RqH9w .content-text {
  margin-bottom: 0;
}
.cid-uPNl3RqH9w .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uPNl3RqH9w .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #dd2b1c;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uPNl3RqH9w .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uPNl3RqH9w .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uPNl3RqH9w .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uPNl3RqH9w .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPNl3RqH9w .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uPNl3RqH9w .content-right-side {
  text-align: center;
}
.cid-uPNl3RqH9w .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uPNl3RqH9w .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uPNl3RqH9w .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uPNl3RqH9w .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-uPNl3RqH9w .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uPNl3RqH9w .info-widget:first-child {
  margin-left: 0;
}
.cid-uPNl3RqH9w .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-uPNl3RqH9w .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uPNl3RqH9w .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uPNl3RqH9w .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uPNl3RqH9w .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-uPNl3RqH9w .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uPNl3RqH9w .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #5a67a1;
}
@media (min-width: 992px) {
  .cid-uPNl3RqH9w .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-uPNl3RqH9w .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #d2d2df;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-uPNl3RqH9w .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-uPNl3RqH9w .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uPNl3RqH9w .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-uPNl3RqH9w .navbar {
    display: block;
    padding: 0;
  }
  .cid-uPNl3RqH9w .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-uPNl3RqH9w .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uPNl3RqH9w .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uPNl3RqH9w .navbar-toggler {
    display: none;
  }
  .cid-uPNl3RqH9w .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-uPNl3RqH9w .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uPNl3RqH9w .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-uPNl3RqH9w .btn-sm {
  padding: 13px 29px;
}
.cid-uPNl3RqH9w .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uPNl3RqH9w .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-uPNl3RqH9w .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-uPNl3RqH9w .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uPNl3RqH9w .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uPNl3RqH9w .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uPNl3RqH9w .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uPNl3RqH9w .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uPNl3RqH9w .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uPNl3RqH9w .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPNl3RqH9w .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPNl3RqH9w .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uPNl3RqH9w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uPNl3RqH9w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPNl3RqH9w .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uPNl3RqH9w .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPNl3RqH9w .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uPNl3RqH9w .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-uPNl3RqH9w .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uPNl3RqH9w .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uPNl3RqH9w .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uPNl3RqH9w button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-uPNl3RqH9w button.navbar-toggler:focus {
  outline: none;
}
.cid-uPNl3RqH9w button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uPNl3RqH9w button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPNl3RqH9w button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPNl3RqH9w button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPNl3RqH9w button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPNl3RqH9w nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPNl3RqH9w nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPNl3RqH9w nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPNl3RqH9w nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPNl3RqH9w .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPNl3RqH9w .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPNl3RqH9w .collapsed .btn {
  display: flex;
}
.cid-uPNl3RqH9w .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uPNl3RqH9w .collapsed .navbar-collapse.collapsing,
.cid-uPNl3RqH9w .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uPNl3RqH9w .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uPNl3RqH9w .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uPNl3RqH9w .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uPNl3RqH9w .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uPNl3RqH9w .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uPNl3RqH9w .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uPNl3RqH9w .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uPNl3RqH9w .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uPNl3RqH9w .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uPNl3RqH9w .collapsed button.navbar-toggler {
  display: block;
}
.cid-uPNl3RqH9w .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uPNl3RqH9w .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uPNl3RqH9w .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uPNl3RqH9w .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uPNl3RqH9w .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uPNl3RqH9w .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uPNl3RqH9w .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uPNl3RqH9w .menu-content-top {
    display: flex;
  }
  .cid-uPNl3RqH9w .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-uPNl3RqH9w .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-uPNl3RqH9w .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-uPNl3RqH9w .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-uPNl3RqH9w .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-uPNl3RqH9w .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-uPNl3RqH9w .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-uPNl3RqH9w .navbar-collapse.collapsing,
  .cid-uPNl3RqH9w .navbar-collapse.show {
    display: block !important;
  }
  .cid-uPNl3RqH9w .navbar-collapse.collapsing .navbar-nav,
  .cid-uPNl3RqH9w .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uPNl3RqH9w .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uPNl3RqH9w .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uPNl3RqH9w .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-uPNl3RqH9w .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #dd2b1c;
  }
  .cid-uPNl3RqH9w .navbar-collapse.collapsing .navbar-buttons,
  .cid-uPNl3RqH9w .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uPNl3RqH9w .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uPNl3RqH9w .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uPNl3RqH9w img {
    height: 3.8rem !important;
  }
  .cid-uPNl3RqH9w .btn {
    display: flex;
  }
  .cid-uPNl3RqH9w button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-uPNl3RqH9w .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-uPNl3RqH9w .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uPNl3RqH9w .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uPNl3RqH9w .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uPNl3RqH9w .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uPNl3RqH9w .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uPNl3RqH9w .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uPNl3RqH9w .nav-link:focus {
  outline: none;
}
.cid-uPNl3RqH9w .navbar-toggler {
  position: relative;
}
.cid-uPNl3RqH9w .widget-title,
.cid-uPNl3RqH9w .widget-icon {
  color: #e9e9e9;
}
.cid-uPNl3RqH9w .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-uPNl3RqH9w .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-uPNl3RqH9w .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-uPNl3RqH9w .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-uPNl3RqH9w .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-uPNl3RqH9w .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-uPNl3RqH9w .menu-content-top,
  .cid-uPNl3RqH9w .menu-bottom {
    padding: 0 15px;
  }
  .cid-uPNl3RqH9w button.navbar-toggler {
    align-self: center;
  }
  .cid-uPNl3RqH9w .btn {
    margin-left: 0;
  }
  .cid-uPNl3RqH9w .widget-icon {
    padding-right: 0;
  }
}
.cid-uPNl3RqH9w .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-uPNl3RqH9w .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #5a67a1;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-uPNl3RqH9w .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-uPNl3RqH9w .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #d2d2df;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-uPNl3RqH9w .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-uPNl3RK4uZ {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(to bottom, #163300, #dd2b1c);
}
@media (min-width: 768px) {
  .cid-uPNl3RK4uZ {
    align-items: flex-start;
  }
  .cid-uPNl3RK4uZ .row {
    justify-content: flex-start;
  }
}
.cid-uPNl3RK4uZ .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uPNl3RK4uZ .mbr-text,
.cid-uPNl3RK4uZ .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uPNl3RK4uZ .mbr-section-title,
.cid-uPNl3RK4uZ .line {
  color: #232323;
}
.cid-uPNl3RK4uZ h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uPNl3RK4uZ h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uPNl3RK4uZ .mbr-section-subtitle,
.cid-uPNl3RK4uZ .align {
  text-align: left;
  color: #232323;
}
.cid-uQniTZRx1v {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #254b45;
}
.cid-uQniTZRx1v .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uQniTZRx1v .modal-body .close {
  background: #1b1b1b;
}
.cid-uQniTZRx1v .modal-body .close span {
  font-style: normal;
}
@media (min-width: 992px) {
  .cid-uQniTZRx1v .align-center {
    text-align: left;
    max-width: 850px;
  }
  .cid-uQniTZRx1v .carousel-caption {
    justify-content: flex-start !important;
    padding-left: 5rem;
  }
}
.cid-uQniTZRx1v .mbr-slider .carousel-control {
  background: black!important;
  border-radius: 6px;
  height: 100px;
  width: 50px;
}
.cid-uQniTZRx1v .mbri-right:before {
  content: "\e909";
  color: white;
}
.cid-uQniTZRx1v .mbri-left:before {
  content: "\e90a";
  color: white;
}
.cid-uQniTZRx1v .container {
  max-width: 100%;
  padding: 0;
}
.cid-uQniTZRx1v .content-slider-wrap {
  width: 100%;
}
.cid-uQniTZRx1v .carousel-inner > .active,
.cid-uQniTZRx1v .carousel-inner > .next,
.cid-uQniTZRx1v .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-uQniTZRx1v .carousel-control .icon-next,
.cid-uQniTZRx1v .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uQniTZRx1v .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uQniTZRx1v .mbr-iconfont {
  color: black;
  font-size: 2rem!important;
  font-family: 'Moririse2' !important;
  font-weight: 600;
}
.cid-uQniTZRx1v .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-uQniTZRx1v .boxed-slider > div {
  position: relative;
}
.cid-uQniTZRx1v .container img {
  width: 100%;
}
.cid-uQniTZRx1v .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-uQniTZRx1v .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uQniTZRx1v .mbr-table-cell {
  padding: 0;
}
.cid-uQniTZRx1v .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uQniTZRx1v .carousel-caption {
  top: auto;
  right: 0;
  bottom: 2rem;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uQniTZRx1v .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uQniTZRx1v .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-uQniTZRx1v .carousel-item.active.right,
.cid-uQniTZRx1v .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uQniTZRx1v .carousel-item.active.left,
.cid-uQniTZRx1v .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uQniTZRx1v .carousel-item.active,
.cid-uQniTZRx1v .carousel-item.next.left,
.cid-uQniTZRx1v .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-uQniTZRx1v .mbr-slider .carousel-control {
  top: 50%;
  margin-top: -1.5rem;
  font-size: 35px;
  transition: all .3s;
  z-index: 11;
}
@media (max-width: 767px) {
  .cid-uQniTZRx1v .mbr-slider .carousel-control {
    top: 20%;
  }
}
.cid-uQniTZRx1v .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQniTZRx1v .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uQniTZRx1v .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-uQniTZRx1v .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uQniTZRx1v .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 10px;
  width: 10px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-uQniTZRx1v .mbr-slider .carousel-indicators li.active,
.cid-uQniTZRx1v .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-uQniTZRx1v .mbr-slider .carousel-indicators li::after,
.cid-uQniTZRx1v .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-uQniTZRx1v .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-uQniTZRx1v .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-uQniTZRx1v .mbr-slider > .container img {
  width: 100%;
}
.cid-uQniTZRx1v .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uQniTZRx1v .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-uQniTZRx1v .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uQniTZRx1v .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uQniTZRx1v .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-uQniTZRx1v .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-uQniTZRx1v .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-uQniTZRx1v .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-uQniTZRx1v .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-uQniTZRx1v .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uQniTZRx1v .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-uQniTZRx1v .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-uQniTZRx1v .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-uQniTZRx1v .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-uQniTZRx1v .carousel-inner {
  height: 100%;
}
.cid-uQniTZRx1v .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-uQniTZRx1v .image_wrapper {
  height: 950px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-uQniTZRx1v .image_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uQniTZRx1v .carousel-item .container-slide {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uQniTZRx1v .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uQniTZRx1v .content-slider-wrap {
    width: 100%!important;
  }
  .cid-uQniTZRx1v .image_wrapper {
    height: 570px;
  }
}
.cid-uQniTZRx1v P {
  color: #dd2b1c;
}
.cid-uPNl3S592Z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff1e2;
}
.cid-uPNl3S592Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNl3S592Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNl3S592Z .content-wrapper {
  display: flex;
  position: relative;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-uPNl3S592Z .content-wrapper {
    padding: 30px 20px;
  }
}
.cid-uPNl3S592Z .content-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uPNl3S592Z .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uPNl3S592Z .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: linear-gradient(0.251turn, #f8e7d2 37%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-uPNl3S592Z .content-wrapper .content-wrap {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uPNl3S592Z .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uPNl3S592Z .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #fff1e2;
  padding: 8px 16px;
  margin-bottom: 32px;
}
.cid-uPNl3S592Z .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uPNl3S592Z .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uPNl3S592Z .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 64px;
}
.cid-uPNl3S592Z .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPNl3S592Z .mbr-section-title {
  color: #404349;
}
.cid-uPNl3S592Z .mbr-text {
  color: #404349;
}
.cid-uPNl3S592Z .mbr-desc {
  color: #b19a7c;
}
.cid-uPNl3SibKG {
  padding-top: 2rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/celik-hadde-imalati-uretimi-prosteel-800x600.png");
}
.cid-uPNl3SibKG::before {
  content: '';
  position: absolute;
  right: -14%;
  bottom: 0;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(#dd2b1c -10%, transparent 95%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uPNl3SibKG::before {
    opacity: .4;
  }
}
.cid-uPNl3SibKG::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -20%;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #a7a4a3 -10%, transparent 95%);
}
@media (max-width: 992px) {
  .cid-uPNl3SibKG::after {
    opacity: .4;
  }
}
.cid-uPNl3SibKG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNl3SibKG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNl3SibKG .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uPNl3SibKG .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uPNl3SibKG .container {
    padding: 0 16px;
  }
}
.cid-uPNl3SibKG .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uPNl3SibKG .row .card {
  justify-content: flex-end;
}
.cid-uPNl3SibKG .title-wrapper {
  margin-bottom: 246px;
}
@media (max-width: 1200px) {
  .cid-uPNl3SibKG .title-wrapper {
    margin-bottom: 148px;
  }
}
@media (max-width: 992px) {
  .cid-uPNl3SibKG .title-wrapper {
    margin-bottom: 90px;
  }
}
.cid-uPNl3SibKG .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uPNl3SibKG .title-wrapper .mbr-section-title span {
  color: #dd2b1c;
}
.cid-uPNl3SibKG .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPNl3SibKG .text-wrapper .text_2 {
  margin-top: 32px;
}
.cid-uPNl3SibKG .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uPNl3SibKG .text-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uPNl3SibKG .text-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uPNl3SibKG .text-wrapper .mbr-section-btn .btn-success-outline,
.cid-uPNl3SibKG .text-wrapper .mbr-section-btn .btn-info-outline,
.cid-uPNl3SibKG .text-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uPNl3SibKG .text-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uPNl3SibKG .text-wrapper .mbr-section-btn .btn-black-outline,
.cid-uPNl3SibKG .text-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uPNl3SibKG .text-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uPNl3SibKG .text-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uPNl3SibKG .text-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uPNl3SibKG .text-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uPNl3SibKG .text-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uPNl3SibKG .text-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uPNl3SibKG .text-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uPNl3SibKG .text-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uPNl3SibKG .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uPNl3SibKG .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uPNl3SibKG .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uPNl3SibKG .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uPNl3SibKG .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uPNl3SibKG .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uPNl3SibKG .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uPNl3SibKG .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uPNl3SibKG .text-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uPNl3SibKG .text-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uPNl3SibKG .text-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uPNl3SibKG .text-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uPNl3SibKG .text-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uPNl3SibKG .text-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uPNl3SibKG .text-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-uPNl3SibKG .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uPNl3SibKG .text-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uPNl3SibKG .text-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uPNl3SibKG .text-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uPNl3SibKG .text-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uPNl3SibKG .text-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uPNl3SibKG .text-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uPNl3SibKG .text-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uPNl3SibKG .text-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uPNl3SibKG .text-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uPNl3SibKG .text-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uPNl3SibKG .text-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uPNl3SibKG .text-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uPNl3SibKG .text-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uPNl3SibKG .text-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uPNl3SibKG .text-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uPNl3SibKG .text-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uPNl3SibKG .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uPNl3SibKG .text-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #dd2b1c !important;
}
.cid-uPNl3SibKG .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uPNl3SibKG .text-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #ffffff !important;
}
.cid-uPNl3SibKG .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uPNl3SibKG .text-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #3a341c !important;
}
.cid-uPNl3SibKG .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uPNl3SibKG .text-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #320707 !important;
}
.cid-uPNl3SibKG .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uPNl3SibKG .text-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #a0e2e1 !important;
}
.cid-uPNl3SibKG .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uPNl3SibKG .text-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #ffea64 !important;
}
.cid-uPNl3SibKG .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uPNl3SibKG .text-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uPNl3SibKG .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uPNl3SibKG .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uPNl3SibKG .mbr-section-title {
  color: #000000;
}
.cid-uPNl3SibKG .mbr-text {
  color: #000000;
}
.cid-uPNl3SybHq {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #dd2b1c, #232323);
}
@media (min-width: 768px) {
  .cid-uPNl3SybHq {
    align-items: flex-start;
  }
  .cid-uPNl3SybHq .row {
    justify-content: flex-start;
  }
}
.cid-uPNl3SybHq .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uPNl3SybHq .mbr-text,
.cid-uPNl3SybHq .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uPNl3SybHq .mbr-section-title,
.cid-uPNl3SybHq .line {
  color: #ffffff;
  text-align: center;
}
.cid-uPNl3SybHq h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uPNl3SybHq h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uPNl3SybHq .mbr-section-subtitle,
.cid-uPNl3SybHq .align {
  text-align: left;
  color: #232323;
}
.cid-uPNl3TuXSW {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #232323, #dd2b1c);
}
@media (min-width: 768px) {
  .cid-uPNl3TuXSW {
    align-items: flex-start;
  }
  .cid-uPNl3TuXSW .row {
    justify-content: flex-start;
  }
}
.cid-uPNl3TuXSW .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uPNl3TuXSW .mbr-text,
.cid-uPNl3TuXSW .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uPNl3TuXSW .mbr-section-title,
.cid-uPNl3TuXSW .line {
  color: #ffffff;
  text-align: center;
}
.cid-uPNl3TuXSW h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uPNl3TuXSW h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uPNl3TuXSW .mbr-section-subtitle,
.cid-uPNl3TuXSW .align {
  text-align: left;
  color: #232323;
}
.cid-uPNl3UitO4 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/yapi-proje-gelistirme-prosteel2032-1000x749.jpg");
}
.cid-uPNl3UitO4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNl3UitO4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNl3UitO4 .row {
  margin: 0 -8px;
}
.cid-uPNl3UitO4 .row .card {
  padding: 0 8px;
}
.cid-uPNl3UitO4 .card-wrapper {
  position: relative;
  padding: 75px 64px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uPNl3UitO4 .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uPNl3UitO4 .card-wrapper {
    padding: 24px;
  }
}
.cid-uPNl3UitO4 .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
}
.cid-uPNl3UitO4 .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #dd2b1c;
  opacity: .6;
}
.cid-uPNl3UitO4 .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uPNl3UitO4 .card-wrapper .card-wrap .mbr-label {
  margin-bottom: 24px;
}
.cid-uPNl3UitO4 .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uPNl3UitO4 .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uPNl3UitO4 .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uPNl3UitO4 .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uPNl3UitO4 .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPNl3UitO4 .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uPNl3UitO4 .mbr-label {
  color: #63635d;
  text-align: center;
}
.cid-uPNl3UitO4 .mbr-text,
.cid-uPNl3UitO4 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uPNl3UitO4 .mbr-section-title,
.cid-uPNl3UitO4 .mbr-section-btn {
  color: #ffffff;
}
.cid-uPNl3Uxhl7 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  border-bottom: 2px solid #ffffff;
  background-image: url("../../../assets/images/yapi-proje-gelistirme-prosteel2010-1000x679.jpg");
}
.cid-uPNl3Uxhl7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNl3Uxhl7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNl3Uxhl7 .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uPNl3Uxhl7 .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uPNl3Uxhl7 .content-wrapper {
    padding: 0;
  }
}
.cid-uPNl3Uxhl7 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uPNl3Uxhl7 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uPNl3Uxhl7 .mbr-section-title,
.cid-uPNl3Uxhl7 .title-wrapper {
  color: #ffffff;
}
.cid-uPNl3Uxhl7 .mbr-section-title,
.cid-uPNl3Uxhl7 .mbr-section-btn,
.cid-uPNl3Uxhl7 .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uPNl3UKL3V {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPNl3UKL3V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNl3UKL3V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNl3UKL3V .container {
  max-width: 1472px;
}
.cid-uPNl3UKL3V .footer-main-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-radius: 2.08rem;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-uPNl3UKL3V .col-brand {
  width: 100%;
  padding: 2.5rem;
}
@media (max-width: 991px) {
  .cid-uPNl3UKL3V .col-brand {
    padding: 24px;
  }
}
.cid-uPNl3UKL3V .navbar-brand {
  display: flex;
  flex-basis: auto;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  white-space: normal;
  flex-shrink: 0;
  align-items: center;
  padding: 0;
  z-index: 1;
  margin-right: auto;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uPNl3UKL3V .navbar-brand:hover {
  transform: scale(1.1);
}
.cid-uPNl3UKL3V .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uPNl3UKL3V .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uPNl3UKL3V .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uPNl3UKL3V .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uPNl3UKL3V .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uPNl3UKL3V .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uPNl3UKL3V .links-container {
  width: 100%;
  padding: 2.5rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 8.8%;
}
@media (max-width: 991px) {
  .cid-uPNl3UKL3V .links-container {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 17.6%;
    row-gap: 6.67rem;
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uPNl3UKL3V .links-container {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1.2rem;
    row-gap: 1.2rem;
  }
}
.cid-uPNl3UKL3V .mbr-section-subtitle {
  color: #13287d;
  margin-bottom: 12px;
}
.cid-uPNl3UKL3V .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #232323;
}
.cid-uPNl3UKL3V .list li {
  width: 100%;
  color: inherit !important;
  margin: 6px 0;
}
.cid-uPNl3UKL3V .list li:hover {
  color: #dd2b1c !important;
}
.cid-uPNl3UKL3V .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uPNl3UKL3V .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uPNl3UKL3V .copyright-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid rgba(255, 255, 255, 0.01);
  padding: 32px 0 24px;
}
@media (max-width: 767px) {
  .cid-uPNl3UKL3V .copyright-container {
    padding: 24px 0 16px;
    flex-wrap: wrap;
  }
}
.cid-uPNl3UKL3V .copyright {
  color: #232323;
  max-width: 45%;
}
@media (max-width: 767px) {
  .cid-uPNl3UKL3V .copyright {
    max-width: 100%;
    width: 100%;
  }
}
.cid-uPNl3UKL3V .social-row {
  width: auto;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  max-width: 45%;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uPNl3UKL3V .social-row {
    max-width: 100%;
    width: 100%;
    justify-content: flex-start;
  }
}
.cid-uPNl3UKL3V .mbr-iconfont {
  font-size: 22px;
  color: #ae5eff;
}
.cid-uPNl3UKL3V .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.01);
  margin-left: 4px;
  margin-bottom: 4px;
  padding: 12px;
  min-height: 70px;
  min-width: 70px;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-uPNl3UKL3V .soc-item {
    margin-left: 0;
    margin-right: 4px;
    margin-bottom: 0;
    margin-top: 4px;
    padding: 10px;
    min-height: 50px;
    min-width: 50px;
  }
}
.cid-uPNl3UKL3V .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPNl3UKL3V .soc-item a:hover {
  text-decoration-line: none !important;
}
.cid-uPNl3UKL3V .soc-item:hover {
  transform: scale(0.95);
}
.cid-uPNl3UKL3V .soc-item:hover .mbr-iconfont {
  color: #FFDD65 !important;
}
.cid-uPNl684tNp .navbar {
  padding: 0.5rem 0;
  background: #9c98cf;
  transition: none;
  min-height: 50px;
}
.cid-uPNl684tNp .navbar-fixed-top {
  padding-top: 0;
}
.cid-uPNl684tNp .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-uPNl684tNp .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #5a67a1;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-uPNl684tNp .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-uPNl684tNp .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uPNl684tNp .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uPNl684tNp .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uPNl684tNp .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-uPNl684tNp .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uPNl684tNp .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uPNl684tNp .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uPNl684tNp .menu-content-top {
  background: #dd2b1c;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uPNl684tNp .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-uPNl684tNp .dropdown-item:hover {
  color: #d2d2df !important;
}
.cid-uPNl684tNp .nav-link,
.cid-uPNl684tNp .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-uPNl684tNp .nav-link:hover,
.cid-uPNl684tNp .brand-name:hover {
  color: #d2d2df !important;
}
.cid-uPNl684tNp .dropdown-menu {
  background-color: #5a67a1;
}
.cid-uPNl684tNp .dropdown-item:active {
  background-color: #5a67a1;
}
.cid-uPNl684tNp .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-uPNl684tNp .navbar-dropdown.bg-color.transparent.opened {
  background: #9c98cf;
}
.cid-uPNl684tNp .nav-item {
  position: relative;
}
.cid-uPNl684tNp .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uPNl684tNp .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-uPNl684tNp .nav-item .nav-link:focus {
  outline: none;
}
.cid-uPNl684tNp .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPNl684tNp .content-text {
  margin-bottom: 0;
}
.cid-uPNl684tNp .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uPNl684tNp .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #dd2b1c;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uPNl684tNp .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uPNl684tNp .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uPNl684tNp .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uPNl684tNp .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPNl684tNp .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uPNl684tNp .content-right-side {
  text-align: center;
}
.cid-uPNl684tNp .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uPNl684tNp .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uPNl684tNp .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uPNl684tNp .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-uPNl684tNp .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uPNl684tNp .info-widget:first-child {
  margin-left: 0;
}
.cid-uPNl684tNp .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-uPNl684tNp .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uPNl684tNp .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uPNl684tNp .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uPNl684tNp .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-uPNl684tNp .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uPNl684tNp .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #5a67a1;
}
@media (min-width: 992px) {
  .cid-uPNl684tNp .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-uPNl684tNp .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #d2d2df;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-uPNl684tNp .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-uPNl684tNp .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uPNl684tNp .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-uPNl684tNp .navbar {
    display: block;
    padding: 0;
  }
  .cid-uPNl684tNp .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-uPNl684tNp .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uPNl684tNp .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uPNl684tNp .navbar-toggler {
    display: none;
  }
  .cid-uPNl684tNp .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-uPNl684tNp .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uPNl684tNp .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-uPNl684tNp .btn-sm {
  padding: 13px 29px;
}
.cid-uPNl684tNp .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uPNl684tNp .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-uPNl684tNp .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-uPNl684tNp .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uPNl684tNp .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uPNl684tNp .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uPNl684tNp .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uPNl684tNp .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uPNl684tNp .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uPNl684tNp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPNl684tNp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPNl684tNp .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uPNl684tNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uPNl684tNp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPNl684tNp .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uPNl684tNp .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPNl684tNp .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uPNl684tNp .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-uPNl684tNp .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uPNl684tNp .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uPNl684tNp .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uPNl684tNp button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-uPNl684tNp button.navbar-toggler:focus {
  outline: none;
}
.cid-uPNl684tNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uPNl684tNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPNl684tNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPNl684tNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPNl684tNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPNl684tNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPNl684tNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPNl684tNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPNl684tNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPNl684tNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPNl684tNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPNl684tNp .collapsed .btn {
  display: flex;
}
.cid-uPNl684tNp .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uPNl684tNp .collapsed .navbar-collapse.collapsing,
.cid-uPNl684tNp .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uPNl684tNp .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uPNl684tNp .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uPNl684tNp .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uPNl684tNp .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uPNl684tNp .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uPNl684tNp .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uPNl684tNp .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uPNl684tNp .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uPNl684tNp .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uPNl684tNp .collapsed button.navbar-toggler {
  display: block;
}
.cid-uPNl684tNp .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uPNl684tNp .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uPNl684tNp .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uPNl684tNp .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uPNl684tNp .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uPNl684tNp .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uPNl684tNp .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uPNl684tNp .menu-content-top {
    display: flex;
  }
  .cid-uPNl684tNp .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-uPNl684tNp .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-uPNl684tNp .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-uPNl684tNp .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-uPNl684tNp .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-uPNl684tNp .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-uPNl684tNp .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-uPNl684tNp .navbar-collapse.collapsing,
  .cid-uPNl684tNp .navbar-collapse.show {
    display: block !important;
  }
  .cid-uPNl684tNp .navbar-collapse.collapsing .navbar-nav,
  .cid-uPNl684tNp .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uPNl684tNp .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uPNl684tNp .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uPNl684tNp .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-uPNl684tNp .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #dd2b1c;
  }
  .cid-uPNl684tNp .navbar-collapse.collapsing .navbar-buttons,
  .cid-uPNl684tNp .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uPNl684tNp .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uPNl684tNp .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uPNl684tNp img {
    height: 3.8rem !important;
  }
  .cid-uPNl684tNp .btn {
    display: flex;
  }
  .cid-uPNl684tNp button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-uPNl684tNp .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-uPNl684tNp .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uPNl684tNp .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uPNl684tNp .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uPNl684tNp .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uPNl684tNp .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uPNl684tNp .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uPNl684tNp .nav-link:focus {
  outline: none;
}
.cid-uPNl684tNp .navbar-toggler {
  position: relative;
}
.cid-uPNl684tNp .widget-title,
.cid-uPNl684tNp .widget-icon {
  color: #e9e9e9;
}
.cid-uPNl684tNp .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-uPNl684tNp .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-uPNl684tNp .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-uPNl684tNp .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-uPNl684tNp .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-uPNl684tNp .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-uPNl684tNp .menu-content-top,
  .cid-uPNl684tNp .menu-bottom {
    padding: 0 15px;
  }
  .cid-uPNl684tNp button.navbar-toggler {
    align-self: center;
  }
  .cid-uPNl684tNp .btn {
    margin-left: 0;
  }
  .cid-uPNl684tNp .widget-icon {
    padding-right: 0;
  }
}
.cid-uPNl684tNp .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-uPNl684tNp .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #5a67a1;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-uPNl684tNp .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-uPNl684tNp .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #d2d2df;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-uPNl684tNp .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-uPNl68qfCM {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(to bottom, #163300, #dd2b1c);
}
@media (min-width: 768px) {
  .cid-uPNl68qfCM {
    align-items: flex-start;
  }
  .cid-uPNl68qfCM .row {
    justify-content: flex-start;
  }
}
.cid-uPNl68qfCM .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uPNl68qfCM .mbr-text,
.cid-uPNl68qfCM .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uPNl68qfCM .mbr-section-title,
.cid-uPNl68qfCM .line {
  color: #232323;
}
.cid-uPNl68qfCM h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uPNl68qfCM h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uPNl68qfCM .mbr-section-subtitle,
.cid-uPNl68qfCM .align {
  text-align: left;
  color: #232323;
}
.cid-uQniXRnWo0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #254b45;
}
.cid-uQniXRnWo0 .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uQniXRnWo0 .modal-body .close {
  background: #1b1b1b;
}
.cid-uQniXRnWo0 .modal-body .close span {
  font-style: normal;
}
@media (min-width: 992px) {
  .cid-uQniXRnWo0 .align-center {
    text-align: left;
    max-width: 850px;
  }
  .cid-uQniXRnWo0 .carousel-caption {
    justify-content: flex-start !important;
    padding-left: 5rem;
  }
}
.cid-uQniXRnWo0 .mbr-slider .carousel-control {
  background: black!important;
  border-radius: 6px;
  height: 100px;
  width: 50px;
}
.cid-uQniXRnWo0 .mbri-right:before {
  content: "\e909";
  color: white;
}
.cid-uQniXRnWo0 .mbri-left:before {
  content: "\e90a";
  color: white;
}
.cid-uQniXRnWo0 .container {
  max-width: 100%;
  padding: 0;
}
.cid-uQniXRnWo0 .content-slider-wrap {
  width: 100%;
}
.cid-uQniXRnWo0 .carousel-inner > .active,
.cid-uQniXRnWo0 .carousel-inner > .next,
.cid-uQniXRnWo0 .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-uQniXRnWo0 .carousel-control .icon-next,
.cid-uQniXRnWo0 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uQniXRnWo0 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uQniXRnWo0 .mbr-iconfont {
  color: black;
  font-size: 2rem!important;
  font-family: 'Moririse2' !important;
  font-weight: 600;
}
.cid-uQniXRnWo0 .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-uQniXRnWo0 .boxed-slider > div {
  position: relative;
}
.cid-uQniXRnWo0 .container img {
  width: 100%;
}
.cid-uQniXRnWo0 .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-uQniXRnWo0 .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uQniXRnWo0 .mbr-table-cell {
  padding: 0;
}
.cid-uQniXRnWo0 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uQniXRnWo0 .carousel-caption {
  top: auto;
  right: 0;
  bottom: 2rem;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uQniXRnWo0 .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uQniXRnWo0 .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-uQniXRnWo0 .carousel-item.active.right,
.cid-uQniXRnWo0 .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uQniXRnWo0 .carousel-item.active.left,
.cid-uQniXRnWo0 .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uQniXRnWo0 .carousel-item.active,
.cid-uQniXRnWo0 .carousel-item.next.left,
.cid-uQniXRnWo0 .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-uQniXRnWo0 .mbr-slider .carousel-control {
  top: 50%;
  margin-top: -1.5rem;
  font-size: 35px;
  transition: all .3s;
  z-index: 11;
}
@media (max-width: 767px) {
  .cid-uQniXRnWo0 .mbr-slider .carousel-control {
    top: 20%;
  }
}
.cid-uQniXRnWo0 .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQniXRnWo0 .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uQniXRnWo0 .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-uQniXRnWo0 .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uQniXRnWo0 .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 10px;
  width: 10px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-uQniXRnWo0 .mbr-slider .carousel-indicators li.active,
.cid-uQniXRnWo0 .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-uQniXRnWo0 .mbr-slider .carousel-indicators li::after,
.cid-uQniXRnWo0 .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-uQniXRnWo0 .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-uQniXRnWo0 .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-uQniXRnWo0 .mbr-slider > .container img {
  width: 100%;
}
.cid-uQniXRnWo0 .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uQniXRnWo0 .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-uQniXRnWo0 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uQniXRnWo0 .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uQniXRnWo0 .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-uQniXRnWo0 .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-uQniXRnWo0 .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-uQniXRnWo0 .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-uQniXRnWo0 .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-uQniXRnWo0 .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uQniXRnWo0 .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-uQniXRnWo0 .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-uQniXRnWo0 .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-uQniXRnWo0 .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-uQniXRnWo0 .carousel-inner {
  height: 100%;
}
.cid-uQniXRnWo0 .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-uQniXRnWo0 .image_wrapper {
  height: 950px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-uQniXRnWo0 .image_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uQniXRnWo0 .carousel-item .container-slide {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uQniXRnWo0 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uQniXRnWo0 .content-slider-wrap {
    width: 100%!important;
  }
  .cid-uQniXRnWo0 .image_wrapper {
    height: 570px;
  }
}
.cid-uQniXRnWo0 P {
  color: #dd2b1c;
}
.cid-uPNl68NREy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff1e2;
}
.cid-uPNl68NREy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNl68NREy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNl68NREy .content-wrapper {
  display: flex;
  position: relative;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-uPNl68NREy .content-wrapper {
    padding: 30px 20px;
  }
}
.cid-uPNl68NREy .content-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uPNl68NREy .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uPNl68NREy .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: linear-gradient(0.251turn, #f8e7d2 37%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-uPNl68NREy .content-wrapper .content-wrap {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uPNl68NREy .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uPNl68NREy .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #fff1e2;
  padding: 8px 16px;
  margin-bottom: 32px;
}
.cid-uPNl68NREy .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uPNl68NREy .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uPNl68NREy .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 64px;
}
.cid-uPNl68NREy .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPNl68NREy .mbr-section-title {
  color: #404349;
}
.cid-uPNl68NREy .mbr-text {
  color: #404349;
}
.cid-uPNl68NREy .mbr-desc {
  color: #b19a7c;
}
.cid-uPNl68Zd7v {
  padding-top: 2rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/celik-hadde-imalati-uretimi-prosteel-800x600.png");
}
.cid-uPNl68Zd7v::before {
  content: '';
  position: absolute;
  right: -14%;
  bottom: 0;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(#dd2b1c -10%, transparent 95%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uPNl68Zd7v::before {
    opacity: .4;
  }
}
.cid-uPNl68Zd7v::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -20%;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #a7a4a3 -10%, transparent 95%);
}
@media (max-width: 992px) {
  .cid-uPNl68Zd7v::after {
    opacity: .4;
  }
}
.cid-uPNl68Zd7v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNl68Zd7v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNl68Zd7v .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uPNl68Zd7v .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uPNl68Zd7v .container {
    padding: 0 16px;
  }
}
.cid-uPNl68Zd7v .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uPNl68Zd7v .row .card {
  justify-content: flex-end;
}
.cid-uPNl68Zd7v .title-wrapper {
  margin-bottom: 246px;
}
@media (max-width: 1200px) {
  .cid-uPNl68Zd7v .title-wrapper {
    margin-bottom: 148px;
  }
}
@media (max-width: 992px) {
  .cid-uPNl68Zd7v .title-wrapper {
    margin-bottom: 90px;
  }
}
.cid-uPNl68Zd7v .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uPNl68Zd7v .title-wrapper .mbr-section-title span {
  color: #dd2b1c;
}
.cid-uPNl68Zd7v .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPNl68Zd7v .text-wrapper .text_2 {
  margin-top: 32px;
}
.cid-uPNl68Zd7v .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uPNl68Zd7v .text-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uPNl68Zd7v .text-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uPNl68Zd7v .text-wrapper .mbr-section-btn .btn-success-outline,
.cid-uPNl68Zd7v .text-wrapper .mbr-section-btn .btn-info-outline,
.cid-uPNl68Zd7v .text-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uPNl68Zd7v .text-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uPNl68Zd7v .text-wrapper .mbr-section-btn .btn-black-outline,
.cid-uPNl68Zd7v .text-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uPNl68Zd7v .text-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uPNl68Zd7v .text-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uPNl68Zd7v .text-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uPNl68Zd7v .text-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uPNl68Zd7v .text-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uPNl68Zd7v .text-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uPNl68Zd7v .text-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uPNl68Zd7v .text-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uPNl68Zd7v .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uPNl68Zd7v .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uPNl68Zd7v .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uPNl68Zd7v .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uPNl68Zd7v .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uPNl68Zd7v .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uPNl68Zd7v .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uPNl68Zd7v .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uPNl68Zd7v .text-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uPNl68Zd7v .text-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uPNl68Zd7v .text-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uPNl68Zd7v .text-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uPNl68Zd7v .text-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uPNl68Zd7v .text-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uPNl68Zd7v .text-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-uPNl68Zd7v .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uPNl68Zd7v .text-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uPNl68Zd7v .text-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uPNl68Zd7v .text-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uPNl68Zd7v .text-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uPNl68Zd7v .text-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uPNl68Zd7v .text-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uPNl68Zd7v .text-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uPNl68Zd7v .text-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uPNl68Zd7v .text-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uPNl68Zd7v .text-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uPNl68Zd7v .text-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uPNl68Zd7v .text-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uPNl68Zd7v .text-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uPNl68Zd7v .text-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uPNl68Zd7v .text-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uPNl68Zd7v .text-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uPNl68Zd7v .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uPNl68Zd7v .text-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #dd2b1c !important;
}
.cid-uPNl68Zd7v .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uPNl68Zd7v .text-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #ffffff !important;
}
.cid-uPNl68Zd7v .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uPNl68Zd7v .text-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #3a341c !important;
}
.cid-uPNl68Zd7v .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uPNl68Zd7v .text-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #320707 !important;
}
.cid-uPNl68Zd7v .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uPNl68Zd7v .text-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #a0e2e1 !important;
}
.cid-uPNl68Zd7v .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uPNl68Zd7v .text-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #ffea64 !important;
}
.cid-uPNl68Zd7v .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uPNl68Zd7v .text-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uPNl68Zd7v .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uPNl68Zd7v .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uPNl68Zd7v .mbr-section-title {
  color: #000000;
}
.cid-uPNl68Zd7v .mbr-text {
  color: #000000;
}
.cid-uPNl69cBO9 {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #dd2b1c, #232323);
}
@media (min-width: 768px) {
  .cid-uPNl69cBO9 {
    align-items: flex-start;
  }
  .cid-uPNl69cBO9 .row {
    justify-content: flex-start;
  }
}
.cid-uPNl69cBO9 .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uPNl69cBO9 .mbr-text,
.cid-uPNl69cBO9 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uPNl69cBO9 .mbr-section-title,
.cid-uPNl69cBO9 .line {
  color: #ffffff;
  text-align: center;
}
.cid-uPNl69cBO9 h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uPNl69cBO9 h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uPNl69cBO9 .mbr-section-subtitle,
.cid-uPNl69cBO9 .align {
  text-align: left;
  color: #232323;
}
.cid-uPNl6acIxO {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #232323, #dd2b1c);
}
@media (min-width: 768px) {
  .cid-uPNl6acIxO {
    align-items: flex-start;
  }
  .cid-uPNl6acIxO .row {
    justify-content: flex-start;
  }
}
.cid-uPNl6acIxO .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uPNl6acIxO .mbr-text,
.cid-uPNl6acIxO .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uPNl6acIxO .mbr-section-title,
.cid-uPNl6acIxO .line {
  color: #ffffff;
  text-align: center;
}
.cid-uPNl6acIxO h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uPNl6acIxO h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uPNl6acIxO .mbr-section-subtitle,
.cid-uPNl6acIxO .align {
  text-align: left;
  color: #232323;
}
.cid-uPNl6b1Jxr {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/yapi-proje-gelistirme-prosteel2032-1000x749.jpg");
}
.cid-uPNl6b1Jxr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNl6b1Jxr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNl6b1Jxr .row {
  margin: 0 -8px;
}
.cid-uPNl6b1Jxr .row .card {
  padding: 0 8px;
}
.cid-uPNl6b1Jxr .card-wrapper {
  position: relative;
  padding: 75px 64px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uPNl6b1Jxr .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uPNl6b1Jxr .card-wrapper {
    padding: 24px;
  }
}
.cid-uPNl6b1Jxr .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
}
.cid-uPNl6b1Jxr .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #dd2b1c;
  opacity: .6;
}
.cid-uPNl6b1Jxr .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uPNl6b1Jxr .card-wrapper .card-wrap .mbr-label {
  margin-bottom: 24px;
}
.cid-uPNl6b1Jxr .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uPNl6b1Jxr .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uPNl6b1Jxr .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uPNl6b1Jxr .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uPNl6b1Jxr .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPNl6b1Jxr .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uPNl6b1Jxr .mbr-label {
  color: #63635d;
  text-align: center;
}
.cid-uPNl6b1Jxr .mbr-text,
.cid-uPNl6b1Jxr .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uPNl6b1Jxr .mbr-section-title,
.cid-uPNl6b1Jxr .mbr-section-btn {
  color: #ffffff;
}
.cid-uPNl6bgE8f {
  padding-top: 2rem;
  padding-bottom: 0rem;
  border-bottom: 2px solid #ffffff;
  background-image: url("../../../assets/images/yapi-proje-gelistirme-prosteel2010-1000x679.jpg");
}
.cid-uPNl6bgE8f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNl6bgE8f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNl6bgE8f .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uPNl6bgE8f .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uPNl6bgE8f .content-wrapper {
    padding: 0;
  }
}
.cid-uPNl6bgE8f .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uPNl6bgE8f .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uPNl6bgE8f .mbr-section-title,
.cid-uPNl6bgE8f .title-wrapper {
  color: #ffffff;
}
.cid-uPNl6bgE8f .mbr-section-title,
.cid-uPNl6bgE8f .mbr-section-btn,
.cid-uPNl6bgE8f .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uPNl6btSNP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPNl6btSNP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNl6btSNP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNl6btSNP .container {
  max-width: 1472px;
}
.cid-uPNl6btSNP .footer-main-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-radius: 2.08rem;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-uPNl6btSNP .col-brand {
  width: 100%;
  padding: 2.5rem;
}
@media (max-width: 991px) {
  .cid-uPNl6btSNP .col-brand {
    padding: 24px;
  }
}
.cid-uPNl6btSNP .navbar-brand {
  display: flex;
  flex-basis: auto;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  white-space: normal;
  flex-shrink: 0;
  align-items: center;
  padding: 0;
  z-index: 1;
  margin-right: auto;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uPNl6btSNP .navbar-brand:hover {
  transform: scale(1.1);
}
.cid-uPNl6btSNP .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uPNl6btSNP .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uPNl6btSNP .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uPNl6btSNP .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uPNl6btSNP .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uPNl6btSNP .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uPNl6btSNP .links-container {
  width: 100%;
  padding: 2.5rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 8.8%;
}
@media (max-width: 991px) {
  .cid-uPNl6btSNP .links-container {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 17.6%;
    row-gap: 6.67rem;
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uPNl6btSNP .links-container {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1.2rem;
    row-gap: 1.2rem;
  }
}
.cid-uPNl6btSNP .mbr-section-subtitle {
  color: #13287d;
  margin-bottom: 12px;
}
.cid-uPNl6btSNP .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #232323;
}
.cid-uPNl6btSNP .list li {
  width: 100%;
  color: inherit !important;
  margin: 6px 0;
}
.cid-uPNl6btSNP .list li:hover {
  color: #dd2b1c !important;
}
.cid-uPNl6btSNP .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uPNl6btSNP .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uPNl6btSNP .copyright-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid rgba(255, 255, 255, 0.01);
  padding: 32px 0 24px;
}
@media (max-width: 767px) {
  .cid-uPNl6btSNP .copyright-container {
    padding: 24px 0 16px;
    flex-wrap: wrap;
  }
}
.cid-uPNl6btSNP .copyright {
  color: #232323;
  max-width: 45%;
}
@media (max-width: 767px) {
  .cid-uPNl6btSNP .copyright {
    max-width: 100%;
    width: 100%;
  }
}
.cid-uPNl6btSNP .social-row {
  width: auto;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  max-width: 45%;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uPNl6btSNP .social-row {
    max-width: 100%;
    width: 100%;
    justify-content: flex-start;
  }
}
.cid-uPNl6btSNP .mbr-iconfont {
  font-size: 22px;
  color: #ae5eff;
}
.cid-uPNl6btSNP .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.01);
  margin-left: 4px;
  margin-bottom: 4px;
  padding: 12px;
  min-height: 70px;
  min-width: 70px;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-uPNl6btSNP .soc-item {
    margin-left: 0;
    margin-right: 4px;
    margin-bottom: 0;
    margin-top: 4px;
    padding: 10px;
    min-height: 50px;
    min-width: 50px;
  }
}
.cid-uPNl6btSNP .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPNl6btSNP .soc-item a:hover {
  text-decoration-line: none !important;
}
.cid-uPNl6btSNP .soc-item:hover {
  transform: scale(0.95);
}
.cid-uPNl6btSNP .soc-item:hover .mbr-iconfont {
  color: #FFDD65 !important;
}
.cid-uPNl7rUxtW .navbar {
  padding: 0.5rem 0;
  background: #9c98cf;
  transition: none;
  min-height: 50px;
}
.cid-uPNl7rUxtW .navbar-fixed-top {
  padding-top: 0;
}
.cid-uPNl7rUxtW .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-uPNl7rUxtW .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #5a67a1;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-uPNl7rUxtW .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-uPNl7rUxtW .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uPNl7rUxtW .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uPNl7rUxtW .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uPNl7rUxtW .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-uPNl7rUxtW .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uPNl7rUxtW .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uPNl7rUxtW .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uPNl7rUxtW .menu-content-top {
  background: #dd2b1c;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uPNl7rUxtW .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-uPNl7rUxtW .dropdown-item:hover {
  color: #d2d2df !important;
}
.cid-uPNl7rUxtW .nav-link,
.cid-uPNl7rUxtW .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-uPNl7rUxtW .nav-link:hover,
.cid-uPNl7rUxtW .brand-name:hover {
  color: #d2d2df !important;
}
.cid-uPNl7rUxtW .dropdown-menu {
  background-color: #5a67a1;
}
.cid-uPNl7rUxtW .dropdown-item:active {
  background-color: #5a67a1;
}
.cid-uPNl7rUxtW .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-uPNl7rUxtW .navbar-dropdown.bg-color.transparent.opened {
  background: #9c98cf;
}
.cid-uPNl7rUxtW .nav-item {
  position: relative;
}
.cid-uPNl7rUxtW .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uPNl7rUxtW .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-uPNl7rUxtW .nav-item .nav-link:focus {
  outline: none;
}
.cid-uPNl7rUxtW .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPNl7rUxtW .content-text {
  margin-bottom: 0;
}
.cid-uPNl7rUxtW .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uPNl7rUxtW .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #dd2b1c;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uPNl7rUxtW .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uPNl7rUxtW .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uPNl7rUxtW .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uPNl7rUxtW .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPNl7rUxtW .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uPNl7rUxtW .content-right-side {
  text-align: center;
}
.cid-uPNl7rUxtW .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uPNl7rUxtW .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uPNl7rUxtW .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uPNl7rUxtW .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-uPNl7rUxtW .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uPNl7rUxtW .info-widget:first-child {
  margin-left: 0;
}
.cid-uPNl7rUxtW .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-uPNl7rUxtW .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uPNl7rUxtW .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uPNl7rUxtW .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uPNl7rUxtW .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-uPNl7rUxtW .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uPNl7rUxtW .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #5a67a1;
}
@media (min-width: 992px) {
  .cid-uPNl7rUxtW .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-uPNl7rUxtW .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #d2d2df;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-uPNl7rUxtW .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-uPNl7rUxtW .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uPNl7rUxtW .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-uPNl7rUxtW .navbar {
    display: block;
    padding: 0;
  }
  .cid-uPNl7rUxtW .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-uPNl7rUxtW .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uPNl7rUxtW .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uPNl7rUxtW .navbar-toggler {
    display: none;
  }
  .cid-uPNl7rUxtW .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-uPNl7rUxtW .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uPNl7rUxtW .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-uPNl7rUxtW .btn-sm {
  padding: 13px 29px;
}
.cid-uPNl7rUxtW .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uPNl7rUxtW .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-uPNl7rUxtW .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-uPNl7rUxtW .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uPNl7rUxtW .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uPNl7rUxtW .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uPNl7rUxtW .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uPNl7rUxtW .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uPNl7rUxtW .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uPNl7rUxtW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPNl7rUxtW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPNl7rUxtW .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uPNl7rUxtW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uPNl7rUxtW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPNl7rUxtW .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uPNl7rUxtW .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPNl7rUxtW .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uPNl7rUxtW .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-uPNl7rUxtW .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uPNl7rUxtW .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uPNl7rUxtW .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uPNl7rUxtW button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-uPNl7rUxtW button.navbar-toggler:focus {
  outline: none;
}
.cid-uPNl7rUxtW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uPNl7rUxtW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPNl7rUxtW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPNl7rUxtW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPNl7rUxtW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPNl7rUxtW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPNl7rUxtW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPNl7rUxtW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPNl7rUxtW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPNl7rUxtW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPNl7rUxtW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPNl7rUxtW .collapsed .btn {
  display: flex;
}
.cid-uPNl7rUxtW .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uPNl7rUxtW .collapsed .navbar-collapse.collapsing,
.cid-uPNl7rUxtW .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uPNl7rUxtW .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uPNl7rUxtW .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uPNl7rUxtW .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uPNl7rUxtW .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uPNl7rUxtW .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uPNl7rUxtW .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uPNl7rUxtW .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uPNl7rUxtW .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uPNl7rUxtW .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uPNl7rUxtW .collapsed button.navbar-toggler {
  display: block;
}
.cid-uPNl7rUxtW .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uPNl7rUxtW .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uPNl7rUxtW .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uPNl7rUxtW .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uPNl7rUxtW .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uPNl7rUxtW .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uPNl7rUxtW .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uPNl7rUxtW .menu-content-top {
    display: flex;
  }
  .cid-uPNl7rUxtW .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-uPNl7rUxtW .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-uPNl7rUxtW .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-uPNl7rUxtW .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-uPNl7rUxtW .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-uPNl7rUxtW .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-uPNl7rUxtW .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-uPNl7rUxtW .navbar-collapse.collapsing,
  .cid-uPNl7rUxtW .navbar-collapse.show {
    display: block !important;
  }
  .cid-uPNl7rUxtW .navbar-collapse.collapsing .navbar-nav,
  .cid-uPNl7rUxtW .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uPNl7rUxtW .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uPNl7rUxtW .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uPNl7rUxtW .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-uPNl7rUxtW .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #dd2b1c;
  }
  .cid-uPNl7rUxtW .navbar-collapse.collapsing .navbar-buttons,
  .cid-uPNl7rUxtW .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uPNl7rUxtW .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uPNl7rUxtW .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uPNl7rUxtW img {
    height: 3.8rem !important;
  }
  .cid-uPNl7rUxtW .btn {
    display: flex;
  }
  .cid-uPNl7rUxtW button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-uPNl7rUxtW .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-uPNl7rUxtW .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uPNl7rUxtW .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uPNl7rUxtW .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uPNl7rUxtW .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uPNl7rUxtW .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uPNl7rUxtW .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uPNl7rUxtW .nav-link:focus {
  outline: none;
}
.cid-uPNl7rUxtW .navbar-toggler {
  position: relative;
}
.cid-uPNl7rUxtW .widget-title,
.cid-uPNl7rUxtW .widget-icon {
  color: #e9e9e9;
}
.cid-uPNl7rUxtW .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-uPNl7rUxtW .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-uPNl7rUxtW .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-uPNl7rUxtW .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-uPNl7rUxtW .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-uPNl7rUxtW .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-uPNl7rUxtW .menu-content-top,
  .cid-uPNl7rUxtW .menu-bottom {
    padding: 0 15px;
  }
  .cid-uPNl7rUxtW button.navbar-toggler {
    align-self: center;
  }
  .cid-uPNl7rUxtW .btn {
    margin-left: 0;
  }
  .cid-uPNl7rUxtW .widget-icon {
    padding-right: 0;
  }
}
.cid-uPNl7rUxtW .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-uPNl7rUxtW .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #5a67a1;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-uPNl7rUxtW .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-uPNl7rUxtW .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #d2d2df;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-uPNl7rUxtW .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-uPNl7sehMl {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(to bottom, #163300, #dd2b1c);
}
@media (min-width: 768px) {
  .cid-uPNl7sehMl {
    align-items: flex-start;
  }
  .cid-uPNl7sehMl .row {
    justify-content: flex-start;
  }
}
.cid-uPNl7sehMl .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uPNl7sehMl .mbr-text,
.cid-uPNl7sehMl .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uPNl7sehMl .mbr-section-title,
.cid-uPNl7sehMl .line {
  color: #232323;
}
.cid-uPNl7sehMl h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uPNl7sehMl h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uPNl7sehMl .mbr-section-subtitle,
.cid-uPNl7sehMl .align {
  text-align: left;
  color: #232323;
}
.cid-uQnj1yyrBh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #254b45;
}
.cid-uQnj1yyrBh .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uQnj1yyrBh .modal-body .close {
  background: #1b1b1b;
}
.cid-uQnj1yyrBh .modal-body .close span {
  font-style: normal;
}
@media (min-width: 992px) {
  .cid-uQnj1yyrBh .align-center {
    text-align: left;
    max-width: 850px;
  }
  .cid-uQnj1yyrBh .carousel-caption {
    justify-content: flex-start !important;
    padding-left: 5rem;
  }
}
.cid-uQnj1yyrBh .mbr-slider .carousel-control {
  background: black!important;
  border-radius: 6px;
  height: 100px;
  width: 50px;
}
.cid-uQnj1yyrBh .mbri-right:before {
  content: "\e909";
  color: white;
}
.cid-uQnj1yyrBh .mbri-left:before {
  content: "\e90a";
  color: white;
}
.cid-uQnj1yyrBh .container {
  max-width: 100%;
  padding: 0;
}
.cid-uQnj1yyrBh .content-slider-wrap {
  width: 100%;
}
.cid-uQnj1yyrBh .carousel-inner > .active,
.cid-uQnj1yyrBh .carousel-inner > .next,
.cid-uQnj1yyrBh .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-uQnj1yyrBh .carousel-control .icon-next,
.cid-uQnj1yyrBh .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uQnj1yyrBh .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uQnj1yyrBh .mbr-iconfont {
  color: black;
  font-size: 2rem!important;
  font-family: 'Moririse2' !important;
  font-weight: 600;
}
.cid-uQnj1yyrBh .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-uQnj1yyrBh .boxed-slider > div {
  position: relative;
}
.cid-uQnj1yyrBh .container img {
  width: 100%;
}
.cid-uQnj1yyrBh .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-uQnj1yyrBh .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uQnj1yyrBh .mbr-table-cell {
  padding: 0;
}
.cid-uQnj1yyrBh .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uQnj1yyrBh .carousel-caption {
  top: auto;
  right: 0;
  bottom: 2rem;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uQnj1yyrBh .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uQnj1yyrBh .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-uQnj1yyrBh .carousel-item.active.right,
.cid-uQnj1yyrBh .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uQnj1yyrBh .carousel-item.active.left,
.cid-uQnj1yyrBh .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uQnj1yyrBh .carousel-item.active,
.cid-uQnj1yyrBh .carousel-item.next.left,
.cid-uQnj1yyrBh .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-uQnj1yyrBh .mbr-slider .carousel-control {
  top: 50%;
  margin-top: -1.5rem;
  font-size: 35px;
  transition: all .3s;
  z-index: 11;
}
@media (max-width: 767px) {
  .cid-uQnj1yyrBh .mbr-slider .carousel-control {
    top: 20%;
  }
}
.cid-uQnj1yyrBh .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQnj1yyrBh .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uQnj1yyrBh .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-uQnj1yyrBh .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uQnj1yyrBh .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 10px;
  width: 10px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-uQnj1yyrBh .mbr-slider .carousel-indicators li.active,
.cid-uQnj1yyrBh .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-uQnj1yyrBh .mbr-slider .carousel-indicators li::after,
.cid-uQnj1yyrBh .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-uQnj1yyrBh .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-uQnj1yyrBh .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-uQnj1yyrBh .mbr-slider > .container img {
  width: 100%;
}
.cid-uQnj1yyrBh .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uQnj1yyrBh .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-uQnj1yyrBh .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uQnj1yyrBh .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uQnj1yyrBh .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-uQnj1yyrBh .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-uQnj1yyrBh .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-uQnj1yyrBh .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-uQnj1yyrBh .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-uQnj1yyrBh .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uQnj1yyrBh .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-uQnj1yyrBh .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-uQnj1yyrBh .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-uQnj1yyrBh .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-uQnj1yyrBh .carousel-inner {
  height: 100%;
}
.cid-uQnj1yyrBh .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-uQnj1yyrBh .image_wrapper {
  height: 950px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-uQnj1yyrBh .image_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uQnj1yyrBh .carousel-item .container-slide {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uQnj1yyrBh .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uQnj1yyrBh .content-slider-wrap {
    width: 100%!important;
  }
  .cid-uQnj1yyrBh .image_wrapper {
    height: 570px;
  }
}
.cid-uQnj1yyrBh P {
  color: #dd2b1c;
}
.cid-uPNl7syKuh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff1e2;
}
.cid-uPNl7syKuh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNl7syKuh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNl7syKuh .content-wrapper {
  display: flex;
  position: relative;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-uPNl7syKuh .content-wrapper {
    padding: 30px 20px;
  }
}
.cid-uPNl7syKuh .content-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uPNl7syKuh .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uPNl7syKuh .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: linear-gradient(0.251turn, #f8e7d2 37%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-uPNl7syKuh .content-wrapper .content-wrap {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uPNl7syKuh .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uPNl7syKuh .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #fff1e2;
  padding: 8px 16px;
  margin-bottom: 32px;
}
.cid-uPNl7syKuh .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uPNl7syKuh .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uPNl7syKuh .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 64px;
}
.cid-uPNl7syKuh .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPNl7syKuh .mbr-section-title {
  color: #404349;
}
.cid-uPNl7syKuh .mbr-text {
  color: #404349;
}
.cid-uPNl7syKuh .mbr-desc {
  color: #b19a7c;
}
.cid-uPNl7sLX0Z {
  padding-top: 2rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/celik-hadde-imalati-uretimi-prosteel-800x600.png");
}
.cid-uPNl7sLX0Z::before {
  content: '';
  position: absolute;
  right: -14%;
  bottom: 0;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(#dd2b1c -10%, transparent 95%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uPNl7sLX0Z::before {
    opacity: .4;
  }
}
.cid-uPNl7sLX0Z::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -20%;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #a7a4a3 -10%, transparent 95%);
}
@media (max-width: 992px) {
  .cid-uPNl7sLX0Z::after {
    opacity: .4;
  }
}
.cid-uPNl7sLX0Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNl7sLX0Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNl7sLX0Z .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uPNl7sLX0Z .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uPNl7sLX0Z .container {
    padding: 0 16px;
  }
}
.cid-uPNl7sLX0Z .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uPNl7sLX0Z .row .card {
  justify-content: flex-end;
}
.cid-uPNl7sLX0Z .title-wrapper {
  margin-bottom: 246px;
}
@media (max-width: 1200px) {
  .cid-uPNl7sLX0Z .title-wrapper {
    margin-bottom: 148px;
  }
}
@media (max-width: 992px) {
  .cid-uPNl7sLX0Z .title-wrapper {
    margin-bottom: 90px;
  }
}
.cid-uPNl7sLX0Z .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uPNl7sLX0Z .title-wrapper .mbr-section-title span {
  color: #dd2b1c;
}
.cid-uPNl7sLX0Z .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPNl7sLX0Z .text-wrapper .text_2 {
  margin-top: 32px;
}
.cid-uPNl7sLX0Z .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uPNl7sLX0Z .text-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uPNl7sLX0Z .text-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uPNl7sLX0Z .text-wrapper .mbr-section-btn .btn-success-outline,
.cid-uPNl7sLX0Z .text-wrapper .mbr-section-btn .btn-info-outline,
.cid-uPNl7sLX0Z .text-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uPNl7sLX0Z .text-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uPNl7sLX0Z .text-wrapper .mbr-section-btn .btn-black-outline,
.cid-uPNl7sLX0Z .text-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uPNl7sLX0Z .text-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uPNl7sLX0Z .text-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uPNl7sLX0Z .text-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uPNl7sLX0Z .text-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uPNl7sLX0Z .text-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uPNl7sLX0Z .text-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uPNl7sLX0Z .text-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uPNl7sLX0Z .text-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uPNl7sLX0Z .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uPNl7sLX0Z .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uPNl7sLX0Z .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uPNl7sLX0Z .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uPNl7sLX0Z .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uPNl7sLX0Z .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uPNl7sLX0Z .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uPNl7sLX0Z .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uPNl7sLX0Z .text-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uPNl7sLX0Z .text-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uPNl7sLX0Z .text-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uPNl7sLX0Z .text-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uPNl7sLX0Z .text-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uPNl7sLX0Z .text-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uPNl7sLX0Z .text-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-uPNl7sLX0Z .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uPNl7sLX0Z .text-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uPNl7sLX0Z .text-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uPNl7sLX0Z .text-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uPNl7sLX0Z .text-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uPNl7sLX0Z .text-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uPNl7sLX0Z .text-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uPNl7sLX0Z .text-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uPNl7sLX0Z .text-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uPNl7sLX0Z .text-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uPNl7sLX0Z .text-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uPNl7sLX0Z .text-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uPNl7sLX0Z .text-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uPNl7sLX0Z .text-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uPNl7sLX0Z .text-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uPNl7sLX0Z .text-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uPNl7sLX0Z .text-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uPNl7sLX0Z .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uPNl7sLX0Z .text-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #dd2b1c !important;
}
.cid-uPNl7sLX0Z .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uPNl7sLX0Z .text-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #ffffff !important;
}
.cid-uPNl7sLX0Z .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uPNl7sLX0Z .text-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #3a341c !important;
}
.cid-uPNl7sLX0Z .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uPNl7sLX0Z .text-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #320707 !important;
}
.cid-uPNl7sLX0Z .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uPNl7sLX0Z .text-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #a0e2e1 !important;
}
.cid-uPNl7sLX0Z .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uPNl7sLX0Z .text-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #ffea64 !important;
}
.cid-uPNl7sLX0Z .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uPNl7sLX0Z .text-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uPNl7sLX0Z .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uPNl7sLX0Z .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uPNl7sLX0Z .mbr-section-title {
  color: #000000;
}
.cid-uPNl7sLX0Z .mbr-text {
  color: #000000;
}
.cid-uPNl7sZeQW {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #dd2b1c, #232323);
}
@media (min-width: 768px) {
  .cid-uPNl7sZeQW {
    align-items: flex-start;
  }
  .cid-uPNl7sZeQW .row {
    justify-content: flex-start;
  }
}
.cid-uPNl7sZeQW .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uPNl7sZeQW .mbr-text,
.cid-uPNl7sZeQW .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uPNl7sZeQW .mbr-section-title,
.cid-uPNl7sZeQW .line {
  color: #ffffff;
  text-align: center;
}
.cid-uPNl7sZeQW h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uPNl7sZeQW h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uPNl7sZeQW .mbr-section-subtitle,
.cid-uPNl7sZeQW .align {
  text-align: left;
  color: #232323;
}
.cid-uPNl7tU6wS {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #232323, #dd2b1c);
}
@media (min-width: 768px) {
  .cid-uPNl7tU6wS {
    align-items: flex-start;
  }
  .cid-uPNl7tU6wS .row {
    justify-content: flex-start;
  }
}
.cid-uPNl7tU6wS .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uPNl7tU6wS .mbr-text,
.cid-uPNl7tU6wS .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uPNl7tU6wS .mbr-section-title,
.cid-uPNl7tU6wS .line {
  color: #ffffff;
  text-align: center;
}
.cid-uPNl7tU6wS h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uPNl7tU6wS h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uPNl7tU6wS .mbr-section-subtitle,
.cid-uPNl7tU6wS .align {
  text-align: left;
  color: #232323;
}
.cid-uPNl7uNMWc {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/yapi-proje-gelistirme-prosteel2032-1000x749.jpg");
}
.cid-uPNl7uNMWc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNl7uNMWc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNl7uNMWc .row {
  margin: 0 -8px;
}
.cid-uPNl7uNMWc .row .card {
  padding: 0 8px;
}
.cid-uPNl7uNMWc .card-wrapper {
  position: relative;
  padding: 75px 64px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uPNl7uNMWc .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uPNl7uNMWc .card-wrapper {
    padding: 24px;
  }
}
.cid-uPNl7uNMWc .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
}
.cid-uPNl7uNMWc .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #dd2b1c;
  opacity: .6;
}
.cid-uPNl7uNMWc .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uPNl7uNMWc .card-wrapper .card-wrap .mbr-label {
  margin-bottom: 24px;
}
.cid-uPNl7uNMWc .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uPNl7uNMWc .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uPNl7uNMWc .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uPNl7uNMWc .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uPNl7uNMWc .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPNl7uNMWc .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uPNl7uNMWc .mbr-label {
  color: #63635d;
  text-align: center;
}
.cid-uPNl7uNMWc .mbr-text,
.cid-uPNl7uNMWc .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uPNl7uNMWc .mbr-section-title,
.cid-uPNl7uNMWc .mbr-section-btn {
  color: #ffffff;
}
.cid-uPNl7v2C8q {
  padding-top: 2rem;
  padding-bottom: 0rem;
  border-bottom: 2px solid #ffffff;
  background-image: url("../../../assets/images/yapi-proje-gelistirme-prosteel2010-1000x679.jpg");
}
.cid-uPNl7v2C8q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNl7v2C8q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNl7v2C8q .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uPNl7v2C8q .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uPNl7v2C8q .content-wrapper {
    padding: 0;
  }
}
.cid-uPNl7v2C8q .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uPNl7v2C8q .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uPNl7v2C8q .mbr-section-title,
.cid-uPNl7v2C8q .title-wrapper {
  color: #ffffff;
}
.cid-uPNl7v2C8q .mbr-section-title,
.cid-uPNl7v2C8q .mbr-section-btn,
.cid-uPNl7v2C8q .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uPNl7vgyUt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPNl7vgyUt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNl7vgyUt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNl7vgyUt .container {
  max-width: 1472px;
}
.cid-uPNl7vgyUt .footer-main-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-radius: 2.08rem;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-uPNl7vgyUt .col-brand {
  width: 100%;
  padding: 2.5rem;
}
@media (max-width: 991px) {
  .cid-uPNl7vgyUt .col-brand {
    padding: 24px;
  }
}
.cid-uPNl7vgyUt .navbar-brand {
  display: flex;
  flex-basis: auto;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  white-space: normal;
  flex-shrink: 0;
  align-items: center;
  padding: 0;
  z-index: 1;
  margin-right: auto;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uPNl7vgyUt .navbar-brand:hover {
  transform: scale(1.1);
}
.cid-uPNl7vgyUt .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uPNl7vgyUt .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uPNl7vgyUt .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uPNl7vgyUt .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uPNl7vgyUt .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uPNl7vgyUt .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uPNl7vgyUt .links-container {
  width: 100%;
  padding: 2.5rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 8.8%;
}
@media (max-width: 991px) {
  .cid-uPNl7vgyUt .links-container {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 17.6%;
    row-gap: 6.67rem;
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uPNl7vgyUt .links-container {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1.2rem;
    row-gap: 1.2rem;
  }
}
.cid-uPNl7vgyUt .mbr-section-subtitle {
  color: #13287d;
  margin-bottom: 12px;
}
.cid-uPNl7vgyUt .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #232323;
}
.cid-uPNl7vgyUt .list li {
  width: 100%;
  color: inherit !important;
  margin: 6px 0;
}
.cid-uPNl7vgyUt .list li:hover {
  color: #dd2b1c !important;
}
.cid-uPNl7vgyUt .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uPNl7vgyUt .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uPNl7vgyUt .copyright-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid rgba(255, 255, 255, 0.01);
  padding: 32px 0 24px;
}
@media (max-width: 767px) {
  .cid-uPNl7vgyUt .copyright-container {
    padding: 24px 0 16px;
    flex-wrap: wrap;
  }
}
.cid-uPNl7vgyUt .copyright {
  color: #232323;
  max-width: 45%;
}
@media (max-width: 767px) {
  .cid-uPNl7vgyUt .copyright {
    max-width: 100%;
    width: 100%;
  }
}
.cid-uPNl7vgyUt .social-row {
  width: auto;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  max-width: 45%;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uPNl7vgyUt .social-row {
    max-width: 100%;
    width: 100%;
    justify-content: flex-start;
  }
}
.cid-uPNl7vgyUt .mbr-iconfont {
  font-size: 22px;
  color: #ae5eff;
}
.cid-uPNl7vgyUt .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.01);
  margin-left: 4px;
  margin-bottom: 4px;
  padding: 12px;
  min-height: 70px;
  min-width: 70px;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-uPNl7vgyUt .soc-item {
    margin-left: 0;
    margin-right: 4px;
    margin-bottom: 0;
    margin-top: 4px;
    padding: 10px;
    min-height: 50px;
    min-width: 50px;
  }
}
.cid-uPNl7vgyUt .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPNl7vgyUt .soc-item a:hover {
  text-decoration-line: none !important;
}
.cid-uPNl7vgyUt .soc-item:hover {
  transform: scale(0.95);
}
.cid-uPNl7vgyUt .soc-item:hover .mbr-iconfont {
  color: #FFDD65 !important;
}
.cid-uPNmutyBkP .navbar {
  padding: 0.5rem 0;
  background: #9c98cf;
  transition: none;
  min-height: 50px;
}
.cid-uPNmutyBkP .navbar-fixed-top {
  padding-top: 0;
}
.cid-uPNmutyBkP .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-uPNmutyBkP .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #5a67a1;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-uPNmutyBkP .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-uPNmutyBkP .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uPNmutyBkP .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uPNmutyBkP .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uPNmutyBkP .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-uPNmutyBkP .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uPNmutyBkP .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uPNmutyBkP .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uPNmutyBkP .menu-content-top {
  background: #dd2b1c;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uPNmutyBkP .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-uPNmutyBkP .dropdown-item:hover {
  color: #d2d2df !important;
}
.cid-uPNmutyBkP .nav-link,
.cid-uPNmutyBkP .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-uPNmutyBkP .nav-link:hover,
.cid-uPNmutyBkP .brand-name:hover {
  color: #d2d2df !important;
}
.cid-uPNmutyBkP .dropdown-menu {
  background-color: #5a67a1;
}
.cid-uPNmutyBkP .dropdown-item:active {
  background-color: #5a67a1;
}
.cid-uPNmutyBkP .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-uPNmutyBkP .navbar-dropdown.bg-color.transparent.opened {
  background: #9c98cf;
}
.cid-uPNmutyBkP .nav-item {
  position: relative;
}
.cid-uPNmutyBkP .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uPNmutyBkP .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-uPNmutyBkP .nav-item .nav-link:focus {
  outline: none;
}
.cid-uPNmutyBkP .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPNmutyBkP .content-text {
  margin-bottom: 0;
}
.cid-uPNmutyBkP .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uPNmutyBkP .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #dd2b1c;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uPNmutyBkP .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uPNmutyBkP .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uPNmutyBkP .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uPNmutyBkP .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPNmutyBkP .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uPNmutyBkP .content-right-side {
  text-align: center;
}
.cid-uPNmutyBkP .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uPNmutyBkP .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uPNmutyBkP .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uPNmutyBkP .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-uPNmutyBkP .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uPNmutyBkP .info-widget:first-child {
  margin-left: 0;
}
.cid-uPNmutyBkP .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-uPNmutyBkP .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uPNmutyBkP .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uPNmutyBkP .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uPNmutyBkP .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-uPNmutyBkP .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uPNmutyBkP .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #5a67a1;
}
@media (min-width: 992px) {
  .cid-uPNmutyBkP .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-uPNmutyBkP .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #d2d2df;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-uPNmutyBkP .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-uPNmutyBkP .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uPNmutyBkP .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-uPNmutyBkP .navbar {
    display: block;
    padding: 0;
  }
  .cid-uPNmutyBkP .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-uPNmutyBkP .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uPNmutyBkP .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uPNmutyBkP .navbar-toggler {
    display: none;
  }
  .cid-uPNmutyBkP .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-uPNmutyBkP .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uPNmutyBkP .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-uPNmutyBkP .btn-sm {
  padding: 13px 29px;
}
.cid-uPNmutyBkP .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uPNmutyBkP .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-uPNmutyBkP .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-uPNmutyBkP .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uPNmutyBkP .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uPNmutyBkP .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uPNmutyBkP .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uPNmutyBkP .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uPNmutyBkP .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uPNmutyBkP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPNmutyBkP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPNmutyBkP .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uPNmutyBkP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uPNmutyBkP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPNmutyBkP .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uPNmutyBkP .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPNmutyBkP .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uPNmutyBkP .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-uPNmutyBkP .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uPNmutyBkP .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uPNmutyBkP .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uPNmutyBkP button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-uPNmutyBkP button.navbar-toggler:focus {
  outline: none;
}
.cid-uPNmutyBkP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uPNmutyBkP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPNmutyBkP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPNmutyBkP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPNmutyBkP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPNmutyBkP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPNmutyBkP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPNmutyBkP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPNmutyBkP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPNmutyBkP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPNmutyBkP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPNmutyBkP .collapsed .btn {
  display: flex;
}
.cid-uPNmutyBkP .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uPNmutyBkP .collapsed .navbar-collapse.collapsing,
.cid-uPNmutyBkP .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uPNmutyBkP .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uPNmutyBkP .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uPNmutyBkP .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uPNmutyBkP .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uPNmutyBkP .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uPNmutyBkP .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uPNmutyBkP .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uPNmutyBkP .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uPNmutyBkP .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uPNmutyBkP .collapsed button.navbar-toggler {
  display: block;
}
.cid-uPNmutyBkP .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uPNmutyBkP .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uPNmutyBkP .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uPNmutyBkP .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uPNmutyBkP .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uPNmutyBkP .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uPNmutyBkP .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uPNmutyBkP .menu-content-top {
    display: flex;
  }
  .cid-uPNmutyBkP .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-uPNmutyBkP .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-uPNmutyBkP .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-uPNmutyBkP .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-uPNmutyBkP .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-uPNmutyBkP .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-uPNmutyBkP .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-uPNmutyBkP .navbar-collapse.collapsing,
  .cid-uPNmutyBkP .navbar-collapse.show {
    display: block !important;
  }
  .cid-uPNmutyBkP .navbar-collapse.collapsing .navbar-nav,
  .cid-uPNmutyBkP .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uPNmutyBkP .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uPNmutyBkP .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uPNmutyBkP .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-uPNmutyBkP .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #dd2b1c;
  }
  .cid-uPNmutyBkP .navbar-collapse.collapsing .navbar-buttons,
  .cid-uPNmutyBkP .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uPNmutyBkP .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uPNmutyBkP .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uPNmutyBkP img {
    height: 3.8rem !important;
  }
  .cid-uPNmutyBkP .btn {
    display: flex;
  }
  .cid-uPNmutyBkP button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-uPNmutyBkP .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-uPNmutyBkP .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uPNmutyBkP .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uPNmutyBkP .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uPNmutyBkP .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uPNmutyBkP .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uPNmutyBkP .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uPNmutyBkP .nav-link:focus {
  outline: none;
}
.cid-uPNmutyBkP .navbar-toggler {
  position: relative;
}
.cid-uPNmutyBkP .widget-title,
.cid-uPNmutyBkP .widget-icon {
  color: #e9e9e9;
}
.cid-uPNmutyBkP .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-uPNmutyBkP .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-uPNmutyBkP .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-uPNmutyBkP .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-uPNmutyBkP .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-uPNmutyBkP .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-uPNmutyBkP .menu-content-top,
  .cid-uPNmutyBkP .menu-bottom {
    padding: 0 15px;
  }
  .cid-uPNmutyBkP button.navbar-toggler {
    align-self: center;
  }
  .cid-uPNmutyBkP .btn {
    margin-left: 0;
  }
  .cid-uPNmutyBkP .widget-icon {
    padding-right: 0;
  }
}
.cid-uPNmutyBkP .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-uPNmutyBkP .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #5a67a1;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-uPNmutyBkP .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-uPNmutyBkP .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #d2d2df;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-uPNmutyBkP .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-uPNmutTjHH {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(to bottom, #163300, #dd2b1c);
}
@media (min-width: 768px) {
  .cid-uPNmutTjHH {
    align-items: flex-start;
  }
  .cid-uPNmutTjHH .row {
    justify-content: flex-start;
  }
}
.cid-uPNmutTjHH .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uPNmutTjHH .mbr-text,
.cid-uPNmutTjHH .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uPNmutTjHH .mbr-section-title,
.cid-uPNmutTjHH .line {
  color: #232323;
}
.cid-uPNmutTjHH h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uPNmutTjHH h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uPNmutTjHH .mbr-section-subtitle,
.cid-uPNmutTjHH .align {
  text-align: left;
  color: #232323;
}
.cid-uQnjcSPEpH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #254b45;
}
.cid-uQnjcSPEpH .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uQnjcSPEpH .modal-body .close {
  background: #1b1b1b;
}
.cid-uQnjcSPEpH .modal-body .close span {
  font-style: normal;
}
@media (min-width: 992px) {
  .cid-uQnjcSPEpH .align-center {
    text-align: left;
    max-width: 850px;
  }
  .cid-uQnjcSPEpH .carousel-caption {
    justify-content: flex-start !important;
    padding-left: 5rem;
  }
}
.cid-uQnjcSPEpH .mbr-slider .carousel-control {
  background: black!important;
  border-radius: 6px;
  height: 100px;
  width: 50px;
}
.cid-uQnjcSPEpH .mbri-right:before {
  content: "\e909";
  color: white;
}
.cid-uQnjcSPEpH .mbri-left:before {
  content: "\e90a";
  color: white;
}
.cid-uQnjcSPEpH .container {
  max-width: 100%;
  padding: 0;
}
.cid-uQnjcSPEpH .content-slider-wrap {
  width: 100%;
}
.cid-uQnjcSPEpH .carousel-inner > .active,
.cid-uQnjcSPEpH .carousel-inner > .next,
.cid-uQnjcSPEpH .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-uQnjcSPEpH .carousel-control .icon-next,
.cid-uQnjcSPEpH .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uQnjcSPEpH .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uQnjcSPEpH .mbr-iconfont {
  color: black;
  font-size: 2rem!important;
  font-family: 'Moririse2' !important;
  font-weight: 600;
}
.cid-uQnjcSPEpH .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-uQnjcSPEpH .boxed-slider > div {
  position: relative;
}
.cid-uQnjcSPEpH .container img {
  width: 100%;
}
.cid-uQnjcSPEpH .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-uQnjcSPEpH .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uQnjcSPEpH .mbr-table-cell {
  padding: 0;
}
.cid-uQnjcSPEpH .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uQnjcSPEpH .carousel-caption {
  top: auto;
  right: 0;
  bottom: 2rem;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uQnjcSPEpH .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uQnjcSPEpH .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-uQnjcSPEpH .carousel-item.active.right,
.cid-uQnjcSPEpH .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uQnjcSPEpH .carousel-item.active.left,
.cid-uQnjcSPEpH .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uQnjcSPEpH .carousel-item.active,
.cid-uQnjcSPEpH .carousel-item.next.left,
.cid-uQnjcSPEpH .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-uQnjcSPEpH .mbr-slider .carousel-control {
  top: 50%;
  margin-top: -1.5rem;
  font-size: 35px;
  transition: all .3s;
  z-index: 11;
}
@media (max-width: 767px) {
  .cid-uQnjcSPEpH .mbr-slider .carousel-control {
    top: 20%;
  }
}
.cid-uQnjcSPEpH .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQnjcSPEpH .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uQnjcSPEpH .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-uQnjcSPEpH .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uQnjcSPEpH .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 10px;
  width: 10px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-uQnjcSPEpH .mbr-slider .carousel-indicators li.active,
.cid-uQnjcSPEpH .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-uQnjcSPEpH .mbr-slider .carousel-indicators li::after,
.cid-uQnjcSPEpH .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-uQnjcSPEpH .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-uQnjcSPEpH .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-uQnjcSPEpH .mbr-slider > .container img {
  width: 100%;
}
.cid-uQnjcSPEpH .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uQnjcSPEpH .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-uQnjcSPEpH .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uQnjcSPEpH .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uQnjcSPEpH .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-uQnjcSPEpH .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-uQnjcSPEpH .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-uQnjcSPEpH .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-uQnjcSPEpH .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-uQnjcSPEpH .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uQnjcSPEpH .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-uQnjcSPEpH .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-uQnjcSPEpH .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-uQnjcSPEpH .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-uQnjcSPEpH .carousel-inner {
  height: 100%;
}
.cid-uQnjcSPEpH .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-uQnjcSPEpH .image_wrapper {
  height: 950px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-uQnjcSPEpH .image_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uQnjcSPEpH .carousel-item .container-slide {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uQnjcSPEpH .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uQnjcSPEpH .content-slider-wrap {
    width: 100%!important;
  }
  .cid-uQnjcSPEpH .image_wrapper {
    height: 570px;
  }
}
.cid-uQnjcSPEpH P {
  color: #dd2b1c;
}
.cid-uPNmuuclmc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff1e2;
}
.cid-uPNmuuclmc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNmuuclmc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNmuuclmc .content-wrapper {
  display: flex;
  position: relative;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-uPNmuuclmc .content-wrapper {
    padding: 30px 20px;
  }
}
.cid-uPNmuuclmc .content-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uPNmuuclmc .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uPNmuuclmc .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: linear-gradient(0.251turn, #f8e7d2 37%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-uPNmuuclmc .content-wrapper .content-wrap {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uPNmuuclmc .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uPNmuuclmc .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #fff1e2;
  padding: 8px 16px;
  margin-bottom: 32px;
}
.cid-uPNmuuclmc .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uPNmuuclmc .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uPNmuuclmc .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 64px;
}
.cid-uPNmuuclmc .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPNmuuclmc .mbr-section-title {
  color: #404349;
}
.cid-uPNmuuclmc .mbr-text {
  color: #404349;
}
.cid-uPNmuuclmc .mbr-desc {
  color: #b19a7c;
}
.cid-uPNmuurTXI {
  padding-top: 2rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/celik-hadde-imalati-uretimi-prosteel-800x600.png");
}
.cid-uPNmuurTXI::before {
  content: '';
  position: absolute;
  right: -14%;
  bottom: 0;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(#dd2b1c -10%, transparent 95%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uPNmuurTXI::before {
    opacity: .4;
  }
}
.cid-uPNmuurTXI::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -20%;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #a7a4a3 -10%, transparent 95%);
}
@media (max-width: 992px) {
  .cid-uPNmuurTXI::after {
    opacity: .4;
  }
}
.cid-uPNmuurTXI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNmuurTXI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNmuurTXI .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uPNmuurTXI .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uPNmuurTXI .container {
    padding: 0 16px;
  }
}
.cid-uPNmuurTXI .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uPNmuurTXI .row .card {
  justify-content: flex-end;
}
.cid-uPNmuurTXI .title-wrapper {
  margin-bottom: 246px;
}
@media (max-width: 1200px) {
  .cid-uPNmuurTXI .title-wrapper {
    margin-bottom: 148px;
  }
}
@media (max-width: 992px) {
  .cid-uPNmuurTXI .title-wrapper {
    margin-bottom: 90px;
  }
}
.cid-uPNmuurTXI .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uPNmuurTXI .title-wrapper .mbr-section-title span {
  color: #dd2b1c;
}
.cid-uPNmuurTXI .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPNmuurTXI .text-wrapper .text_2 {
  margin-top: 32px;
}
.cid-uPNmuurTXI .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uPNmuurTXI .text-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uPNmuurTXI .text-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uPNmuurTXI .text-wrapper .mbr-section-btn .btn-success-outline,
.cid-uPNmuurTXI .text-wrapper .mbr-section-btn .btn-info-outline,
.cid-uPNmuurTXI .text-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uPNmuurTXI .text-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uPNmuurTXI .text-wrapper .mbr-section-btn .btn-black-outline,
.cid-uPNmuurTXI .text-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uPNmuurTXI .text-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uPNmuurTXI .text-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uPNmuurTXI .text-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uPNmuurTXI .text-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uPNmuurTXI .text-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uPNmuurTXI .text-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uPNmuurTXI .text-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uPNmuurTXI .text-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uPNmuurTXI .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uPNmuurTXI .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uPNmuurTXI .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uPNmuurTXI .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uPNmuurTXI .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uPNmuurTXI .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uPNmuurTXI .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uPNmuurTXI .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uPNmuurTXI .text-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uPNmuurTXI .text-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uPNmuurTXI .text-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uPNmuurTXI .text-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uPNmuurTXI .text-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uPNmuurTXI .text-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uPNmuurTXI .text-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-uPNmuurTXI .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uPNmuurTXI .text-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uPNmuurTXI .text-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uPNmuurTXI .text-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uPNmuurTXI .text-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uPNmuurTXI .text-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uPNmuurTXI .text-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uPNmuurTXI .text-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uPNmuurTXI .text-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uPNmuurTXI .text-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uPNmuurTXI .text-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uPNmuurTXI .text-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uPNmuurTXI .text-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uPNmuurTXI .text-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uPNmuurTXI .text-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uPNmuurTXI .text-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uPNmuurTXI .text-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uPNmuurTXI .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uPNmuurTXI .text-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #dd2b1c !important;
}
.cid-uPNmuurTXI .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uPNmuurTXI .text-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #ffffff !important;
}
.cid-uPNmuurTXI .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uPNmuurTXI .text-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #3a341c !important;
}
.cid-uPNmuurTXI .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uPNmuurTXI .text-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #320707 !important;
}
.cid-uPNmuurTXI .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uPNmuurTXI .text-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #a0e2e1 !important;
}
.cid-uPNmuurTXI .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uPNmuurTXI .text-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #ffea64 !important;
}
.cid-uPNmuurTXI .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uPNmuurTXI .text-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uPNmuurTXI .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uPNmuurTXI .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uPNmuurTXI .mbr-section-title {
  color: #000000;
}
.cid-uPNmuurTXI .mbr-text {
  color: #000000;
}
.cid-uPNmuuDdtw {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #dd2b1c, #232323);
}
@media (min-width: 768px) {
  .cid-uPNmuuDdtw {
    align-items: flex-start;
  }
  .cid-uPNmuuDdtw .row {
    justify-content: flex-start;
  }
}
.cid-uPNmuuDdtw .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uPNmuuDdtw .mbr-text,
.cid-uPNmuuDdtw .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uPNmuuDdtw .mbr-section-title,
.cid-uPNmuuDdtw .line {
  color: #ffffff;
  text-align: center;
}
.cid-uPNmuuDdtw h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uPNmuuDdtw h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uPNmuuDdtw .mbr-section-subtitle,
.cid-uPNmuuDdtw .align {
  text-align: left;
  color: #232323;
}
.cid-uPNmuvuRjJ {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #232323, #dd2b1c);
}
@media (min-width: 768px) {
  .cid-uPNmuvuRjJ {
    align-items: flex-start;
  }
  .cid-uPNmuvuRjJ .row {
    justify-content: flex-start;
  }
}
.cid-uPNmuvuRjJ .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uPNmuvuRjJ .mbr-text,
.cid-uPNmuvuRjJ .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uPNmuvuRjJ .mbr-section-title,
.cid-uPNmuvuRjJ .line {
  color: #ffffff;
  text-align: center;
}
.cid-uPNmuvuRjJ h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uPNmuvuRjJ h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uPNmuvuRjJ .mbr-section-subtitle,
.cid-uPNmuvuRjJ .align {
  text-align: left;
  color: #232323;
}
.cid-uPNmuwnxZf {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/yapi-proje-gelistirme-prosteel2032-1000x749.jpg");
}
.cid-uPNmuwnxZf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNmuwnxZf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNmuwnxZf .row {
  margin: 0 -8px;
}
.cid-uPNmuwnxZf .row .card {
  padding: 0 8px;
}
.cid-uPNmuwnxZf .card-wrapper {
  position: relative;
  padding: 75px 64px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uPNmuwnxZf .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uPNmuwnxZf .card-wrapper {
    padding: 24px;
  }
}
.cid-uPNmuwnxZf .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
}
.cid-uPNmuwnxZf .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #dd2b1c;
  opacity: .6;
}
.cid-uPNmuwnxZf .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uPNmuwnxZf .card-wrapper .card-wrap .mbr-label {
  margin-bottom: 24px;
}
.cid-uPNmuwnxZf .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uPNmuwnxZf .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uPNmuwnxZf .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uPNmuwnxZf .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uPNmuwnxZf .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPNmuwnxZf .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uPNmuwnxZf .mbr-label {
  color: #63635d;
  text-align: center;
}
.cid-uPNmuwnxZf .mbr-text,
.cid-uPNmuwnxZf .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uPNmuwnxZf .mbr-section-title,
.cid-uPNmuwnxZf .mbr-section-btn {
  color: #ffffff;
}
.cid-uPNmuwDD28 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  border-bottom: 2px solid #ffffff;
  background-image: url("../../../assets/images/yapi-proje-gelistirme-prosteel2010-1000x679.jpg");
}
.cid-uPNmuwDD28 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNmuwDD28 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNmuwDD28 .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uPNmuwDD28 .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uPNmuwDD28 .content-wrapper {
    padding: 0;
  }
}
.cid-uPNmuwDD28 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uPNmuwDD28 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uPNmuwDD28 .mbr-section-title,
.cid-uPNmuwDD28 .title-wrapper {
  color: #ffffff;
}
.cid-uPNmuwDD28 .mbr-section-title,
.cid-uPNmuwDD28 .mbr-section-btn,
.cid-uPNmuwDD28 .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uPNmuwTEBT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPNmuwTEBT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNmuwTEBT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNmuwTEBT .container {
  max-width: 1472px;
}
.cid-uPNmuwTEBT .footer-main-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-radius: 2.08rem;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-uPNmuwTEBT .col-brand {
  width: 100%;
  padding: 2.5rem;
}
@media (max-width: 991px) {
  .cid-uPNmuwTEBT .col-brand {
    padding: 24px;
  }
}
.cid-uPNmuwTEBT .navbar-brand {
  display: flex;
  flex-basis: auto;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  white-space: normal;
  flex-shrink: 0;
  align-items: center;
  padding: 0;
  z-index: 1;
  margin-right: auto;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uPNmuwTEBT .navbar-brand:hover {
  transform: scale(1.1);
}
.cid-uPNmuwTEBT .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uPNmuwTEBT .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uPNmuwTEBT .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uPNmuwTEBT .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uPNmuwTEBT .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uPNmuwTEBT .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uPNmuwTEBT .links-container {
  width: 100%;
  padding: 2.5rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 8.8%;
}
@media (max-width: 991px) {
  .cid-uPNmuwTEBT .links-container {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 17.6%;
    row-gap: 6.67rem;
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uPNmuwTEBT .links-container {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1.2rem;
    row-gap: 1.2rem;
  }
}
.cid-uPNmuwTEBT .mbr-section-subtitle {
  color: #13287d;
  margin-bottom: 12px;
}
.cid-uPNmuwTEBT .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #232323;
}
.cid-uPNmuwTEBT .list li {
  width: 100%;
  color: inherit !important;
  margin: 6px 0;
}
.cid-uPNmuwTEBT .list li:hover {
  color: #dd2b1c !important;
}
.cid-uPNmuwTEBT .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uPNmuwTEBT .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uPNmuwTEBT .copyright-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid rgba(255, 255, 255, 0.01);
  padding: 32px 0 24px;
}
@media (max-width: 767px) {
  .cid-uPNmuwTEBT .copyright-container {
    padding: 24px 0 16px;
    flex-wrap: wrap;
  }
}
.cid-uPNmuwTEBT .copyright {
  color: #232323;
  max-width: 45%;
}
@media (max-width: 767px) {
  .cid-uPNmuwTEBT .copyright {
    max-width: 100%;
    width: 100%;
  }
}
.cid-uPNmuwTEBT .social-row {
  width: auto;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  max-width: 45%;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uPNmuwTEBT .social-row {
    max-width: 100%;
    width: 100%;
    justify-content: flex-start;
  }
}
.cid-uPNmuwTEBT .mbr-iconfont {
  font-size: 22px;
  color: #ae5eff;
}
.cid-uPNmuwTEBT .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.01);
  margin-left: 4px;
  margin-bottom: 4px;
  padding: 12px;
  min-height: 70px;
  min-width: 70px;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-uPNmuwTEBT .soc-item {
    margin-left: 0;
    margin-right: 4px;
    margin-bottom: 0;
    margin-top: 4px;
    padding: 10px;
    min-height: 50px;
    min-width: 50px;
  }
}
.cid-uPNmuwTEBT .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPNmuwTEBT .soc-item a:hover {
  text-decoration-line: none !important;
}
.cid-uPNmuwTEBT .soc-item:hover {
  transform: scale(0.95);
}
.cid-uPNmuwTEBT .soc-item:hover .mbr-iconfont {
  color: #FFDD65 !important;
}
.cid-uPNmNZDyYc .navbar {
  padding: 0.5rem 0;
  background: #9c98cf;
  transition: none;
  min-height: 50px;
}
.cid-uPNmNZDyYc .navbar-fixed-top {
  padding-top: 0;
}
.cid-uPNmNZDyYc .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-uPNmNZDyYc .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #5a67a1;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-uPNmNZDyYc .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-uPNmNZDyYc .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uPNmNZDyYc .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uPNmNZDyYc .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uPNmNZDyYc .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-uPNmNZDyYc .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uPNmNZDyYc .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uPNmNZDyYc .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uPNmNZDyYc .menu-content-top {
  background: #dd2b1c;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uPNmNZDyYc .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-uPNmNZDyYc .dropdown-item:hover {
  color: #d2d2df !important;
}
.cid-uPNmNZDyYc .nav-link,
.cid-uPNmNZDyYc .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-uPNmNZDyYc .nav-link:hover,
.cid-uPNmNZDyYc .brand-name:hover {
  color: #d2d2df !important;
}
.cid-uPNmNZDyYc .dropdown-menu {
  background-color: #5a67a1;
}
.cid-uPNmNZDyYc .dropdown-item:active {
  background-color: #5a67a1;
}
.cid-uPNmNZDyYc .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-uPNmNZDyYc .navbar-dropdown.bg-color.transparent.opened {
  background: #9c98cf;
}
.cid-uPNmNZDyYc .nav-item {
  position: relative;
}
.cid-uPNmNZDyYc .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uPNmNZDyYc .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-uPNmNZDyYc .nav-item .nav-link:focus {
  outline: none;
}
.cid-uPNmNZDyYc .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPNmNZDyYc .content-text {
  margin-bottom: 0;
}
.cid-uPNmNZDyYc .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uPNmNZDyYc .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #dd2b1c;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uPNmNZDyYc .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uPNmNZDyYc .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uPNmNZDyYc .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uPNmNZDyYc .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPNmNZDyYc .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uPNmNZDyYc .content-right-side {
  text-align: center;
}
.cid-uPNmNZDyYc .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uPNmNZDyYc .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uPNmNZDyYc .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uPNmNZDyYc .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-uPNmNZDyYc .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uPNmNZDyYc .info-widget:first-child {
  margin-left: 0;
}
.cid-uPNmNZDyYc .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-uPNmNZDyYc .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uPNmNZDyYc .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uPNmNZDyYc .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uPNmNZDyYc .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-uPNmNZDyYc .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uPNmNZDyYc .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #5a67a1;
}
@media (min-width: 992px) {
  .cid-uPNmNZDyYc .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-uPNmNZDyYc .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #d2d2df;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-uPNmNZDyYc .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-uPNmNZDyYc .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uPNmNZDyYc .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-uPNmNZDyYc .navbar {
    display: block;
    padding: 0;
  }
  .cid-uPNmNZDyYc .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-uPNmNZDyYc .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uPNmNZDyYc .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uPNmNZDyYc .navbar-toggler {
    display: none;
  }
  .cid-uPNmNZDyYc .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-uPNmNZDyYc .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uPNmNZDyYc .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-uPNmNZDyYc .btn-sm {
  padding: 13px 29px;
}
.cid-uPNmNZDyYc .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uPNmNZDyYc .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-uPNmNZDyYc .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-uPNmNZDyYc .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uPNmNZDyYc .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uPNmNZDyYc .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uPNmNZDyYc .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uPNmNZDyYc .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uPNmNZDyYc .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uPNmNZDyYc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPNmNZDyYc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPNmNZDyYc .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uPNmNZDyYc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uPNmNZDyYc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPNmNZDyYc .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uPNmNZDyYc .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPNmNZDyYc .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uPNmNZDyYc .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-uPNmNZDyYc .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uPNmNZDyYc .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uPNmNZDyYc .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uPNmNZDyYc button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-uPNmNZDyYc button.navbar-toggler:focus {
  outline: none;
}
.cid-uPNmNZDyYc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uPNmNZDyYc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPNmNZDyYc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPNmNZDyYc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPNmNZDyYc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPNmNZDyYc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPNmNZDyYc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPNmNZDyYc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPNmNZDyYc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPNmNZDyYc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPNmNZDyYc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPNmNZDyYc .collapsed .btn {
  display: flex;
}
.cid-uPNmNZDyYc .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uPNmNZDyYc .collapsed .navbar-collapse.collapsing,
.cid-uPNmNZDyYc .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uPNmNZDyYc .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uPNmNZDyYc .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uPNmNZDyYc .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uPNmNZDyYc .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uPNmNZDyYc .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uPNmNZDyYc .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uPNmNZDyYc .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uPNmNZDyYc .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uPNmNZDyYc .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uPNmNZDyYc .collapsed button.navbar-toggler {
  display: block;
}
.cid-uPNmNZDyYc .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uPNmNZDyYc .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uPNmNZDyYc .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uPNmNZDyYc .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uPNmNZDyYc .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uPNmNZDyYc .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uPNmNZDyYc .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uPNmNZDyYc .menu-content-top {
    display: flex;
  }
  .cid-uPNmNZDyYc .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-uPNmNZDyYc .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-uPNmNZDyYc .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-uPNmNZDyYc .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-uPNmNZDyYc .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-uPNmNZDyYc .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-uPNmNZDyYc .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-uPNmNZDyYc .navbar-collapse.collapsing,
  .cid-uPNmNZDyYc .navbar-collapse.show {
    display: block !important;
  }
  .cid-uPNmNZDyYc .navbar-collapse.collapsing .navbar-nav,
  .cid-uPNmNZDyYc .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uPNmNZDyYc .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uPNmNZDyYc .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uPNmNZDyYc .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-uPNmNZDyYc .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #dd2b1c;
  }
  .cid-uPNmNZDyYc .navbar-collapse.collapsing .navbar-buttons,
  .cid-uPNmNZDyYc .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uPNmNZDyYc .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uPNmNZDyYc .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uPNmNZDyYc img {
    height: 3.8rem !important;
  }
  .cid-uPNmNZDyYc .btn {
    display: flex;
  }
  .cid-uPNmNZDyYc button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-uPNmNZDyYc .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-uPNmNZDyYc .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uPNmNZDyYc .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uPNmNZDyYc .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uPNmNZDyYc .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uPNmNZDyYc .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uPNmNZDyYc .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uPNmNZDyYc .nav-link:focus {
  outline: none;
}
.cid-uPNmNZDyYc .navbar-toggler {
  position: relative;
}
.cid-uPNmNZDyYc .widget-title,
.cid-uPNmNZDyYc .widget-icon {
  color: #e9e9e9;
}
.cid-uPNmNZDyYc .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-uPNmNZDyYc .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-uPNmNZDyYc .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-uPNmNZDyYc .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-uPNmNZDyYc .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-uPNmNZDyYc .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-uPNmNZDyYc .menu-content-top,
  .cid-uPNmNZDyYc .menu-bottom {
    padding: 0 15px;
  }
  .cid-uPNmNZDyYc button.navbar-toggler {
    align-self: center;
  }
  .cid-uPNmNZDyYc .btn {
    margin-left: 0;
  }
  .cid-uPNmNZDyYc .widget-icon {
    padding-right: 0;
  }
}
.cid-uPNmNZDyYc .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-uPNmNZDyYc .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #5a67a1;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-uPNmNZDyYc .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-uPNmNZDyYc .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #d2d2df;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-uPNmNZDyYc .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-uPNmO03oaC {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(to bottom, #163300, #dd2b1c);
}
@media (min-width: 768px) {
  .cid-uPNmO03oaC {
    align-items: flex-start;
  }
  .cid-uPNmO03oaC .row {
    justify-content: flex-start;
  }
}
.cid-uPNmO03oaC .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uPNmO03oaC .mbr-text,
.cid-uPNmO03oaC .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uPNmO03oaC .mbr-section-title,
.cid-uPNmO03oaC .line {
  color: #232323;
}
.cid-uPNmO03oaC h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uPNmO03oaC h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uPNmO03oaC .mbr-section-subtitle,
.cid-uPNmO03oaC .align {
  text-align: left;
  color: #232323;
}
.cid-uQnjhlfXde {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #254b45;
}
.cid-uQnjhlfXde .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uQnjhlfXde .modal-body .close {
  background: #1b1b1b;
}
.cid-uQnjhlfXde .modal-body .close span {
  font-style: normal;
}
@media (min-width: 992px) {
  .cid-uQnjhlfXde .align-center {
    text-align: left;
    max-width: 850px;
  }
  .cid-uQnjhlfXde .carousel-caption {
    justify-content: flex-start !important;
    padding-left: 5rem;
  }
}
.cid-uQnjhlfXde .mbr-slider .carousel-control {
  background: black!important;
  border-radius: 6px;
  height: 100px;
  width: 50px;
}
.cid-uQnjhlfXde .mbri-right:before {
  content: "\e909";
  color: white;
}
.cid-uQnjhlfXde .mbri-left:before {
  content: "\e90a";
  color: white;
}
.cid-uQnjhlfXde .container {
  max-width: 100%;
  padding: 0;
}
.cid-uQnjhlfXde .content-slider-wrap {
  width: 100%;
}
.cid-uQnjhlfXde .carousel-inner > .active,
.cid-uQnjhlfXde .carousel-inner > .next,
.cid-uQnjhlfXde .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-uQnjhlfXde .carousel-control .icon-next,
.cid-uQnjhlfXde .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uQnjhlfXde .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uQnjhlfXde .mbr-iconfont {
  color: black;
  font-size: 2rem!important;
  font-family: 'Moririse2' !important;
  font-weight: 600;
}
.cid-uQnjhlfXde .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-uQnjhlfXde .boxed-slider > div {
  position: relative;
}
.cid-uQnjhlfXde .container img {
  width: 100%;
}
.cid-uQnjhlfXde .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-uQnjhlfXde .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uQnjhlfXde .mbr-table-cell {
  padding: 0;
}
.cid-uQnjhlfXde .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uQnjhlfXde .carousel-caption {
  top: auto;
  right: 0;
  bottom: 2rem;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uQnjhlfXde .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uQnjhlfXde .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-uQnjhlfXde .carousel-item.active.right,
.cid-uQnjhlfXde .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uQnjhlfXde .carousel-item.active.left,
.cid-uQnjhlfXde .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uQnjhlfXde .carousel-item.active,
.cid-uQnjhlfXde .carousel-item.next.left,
.cid-uQnjhlfXde .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-uQnjhlfXde .mbr-slider .carousel-control {
  top: 50%;
  margin-top: -1.5rem;
  font-size: 35px;
  transition: all .3s;
  z-index: 11;
}
@media (max-width: 767px) {
  .cid-uQnjhlfXde .mbr-slider .carousel-control {
    top: 20%;
  }
}
.cid-uQnjhlfXde .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQnjhlfXde .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uQnjhlfXde .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-uQnjhlfXde .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uQnjhlfXde .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 10px;
  width: 10px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-uQnjhlfXde .mbr-slider .carousel-indicators li.active,
.cid-uQnjhlfXde .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-uQnjhlfXde .mbr-slider .carousel-indicators li::after,
.cid-uQnjhlfXde .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-uQnjhlfXde .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-uQnjhlfXde .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-uQnjhlfXde .mbr-slider > .container img {
  width: 100%;
}
.cid-uQnjhlfXde .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uQnjhlfXde .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-uQnjhlfXde .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uQnjhlfXde .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uQnjhlfXde .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-uQnjhlfXde .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-uQnjhlfXde .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-uQnjhlfXde .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-uQnjhlfXde .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-uQnjhlfXde .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uQnjhlfXde .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-uQnjhlfXde .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-uQnjhlfXde .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-uQnjhlfXde .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-uQnjhlfXde .carousel-inner {
  height: 100%;
}
.cid-uQnjhlfXde .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-uQnjhlfXde .image_wrapper {
  height: 950px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-uQnjhlfXde .image_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uQnjhlfXde .carousel-item .container-slide {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uQnjhlfXde .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uQnjhlfXde .content-slider-wrap {
    width: 100%!important;
  }
  .cid-uQnjhlfXde .image_wrapper {
    height: 570px;
  }
}
.cid-uQnjhlfXde P {
  color: #dd2b1c;
}
.cid-uPNmO0vloo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff1e2;
}
.cid-uPNmO0vloo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNmO0vloo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNmO0vloo .content-wrapper {
  display: flex;
  position: relative;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-uPNmO0vloo .content-wrapper {
    padding: 30px 20px;
  }
}
.cid-uPNmO0vloo .content-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uPNmO0vloo .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uPNmO0vloo .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: linear-gradient(0.251turn, #f8e7d2 37%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-uPNmO0vloo .content-wrapper .content-wrap {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uPNmO0vloo .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uPNmO0vloo .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #fff1e2;
  padding: 8px 16px;
  margin-bottom: 32px;
}
.cid-uPNmO0vloo .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uPNmO0vloo .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uPNmO0vloo .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 64px;
}
.cid-uPNmO0vloo .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPNmO0vloo .mbr-section-title {
  color: #404349;
}
.cid-uPNmO0vloo .mbr-text {
  color: #404349;
}
.cid-uPNmO0vloo .mbr-desc {
  color: #b19a7c;
}
.cid-uPNmO0IrIX {
  padding-top: 2rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/celik-hadde-imalati-uretimi-prosteel-800x600.png");
}
.cid-uPNmO0IrIX::before {
  content: '';
  position: absolute;
  right: -14%;
  bottom: 0;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(#dd2b1c -10%, transparent 95%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uPNmO0IrIX::before {
    opacity: .4;
  }
}
.cid-uPNmO0IrIX::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -20%;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #a7a4a3 -10%, transparent 95%);
}
@media (max-width: 992px) {
  .cid-uPNmO0IrIX::after {
    opacity: .4;
  }
}
.cid-uPNmO0IrIX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNmO0IrIX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNmO0IrIX .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uPNmO0IrIX .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uPNmO0IrIX .container {
    padding: 0 16px;
  }
}
.cid-uPNmO0IrIX .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uPNmO0IrIX .row .card {
  justify-content: flex-end;
}
.cid-uPNmO0IrIX .title-wrapper {
  margin-bottom: 246px;
}
@media (max-width: 1200px) {
  .cid-uPNmO0IrIX .title-wrapper {
    margin-bottom: 148px;
  }
}
@media (max-width: 992px) {
  .cid-uPNmO0IrIX .title-wrapper {
    margin-bottom: 90px;
  }
}
.cid-uPNmO0IrIX .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uPNmO0IrIX .title-wrapper .mbr-section-title span {
  color: #dd2b1c;
}
.cid-uPNmO0IrIX .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPNmO0IrIX .text-wrapper .text_2 {
  margin-top: 32px;
}
.cid-uPNmO0IrIX .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uPNmO0IrIX .text-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uPNmO0IrIX .text-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uPNmO0IrIX .text-wrapper .mbr-section-btn .btn-success-outline,
.cid-uPNmO0IrIX .text-wrapper .mbr-section-btn .btn-info-outline,
.cid-uPNmO0IrIX .text-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uPNmO0IrIX .text-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uPNmO0IrIX .text-wrapper .mbr-section-btn .btn-black-outline,
.cid-uPNmO0IrIX .text-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uPNmO0IrIX .text-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uPNmO0IrIX .text-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uPNmO0IrIX .text-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uPNmO0IrIX .text-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uPNmO0IrIX .text-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uPNmO0IrIX .text-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uPNmO0IrIX .text-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uPNmO0IrIX .text-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uPNmO0IrIX .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uPNmO0IrIX .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uPNmO0IrIX .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uPNmO0IrIX .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uPNmO0IrIX .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uPNmO0IrIX .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uPNmO0IrIX .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uPNmO0IrIX .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uPNmO0IrIX .text-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uPNmO0IrIX .text-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uPNmO0IrIX .text-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uPNmO0IrIX .text-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uPNmO0IrIX .text-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uPNmO0IrIX .text-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uPNmO0IrIX .text-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-uPNmO0IrIX .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uPNmO0IrIX .text-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uPNmO0IrIX .text-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uPNmO0IrIX .text-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uPNmO0IrIX .text-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uPNmO0IrIX .text-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uPNmO0IrIX .text-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uPNmO0IrIX .text-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uPNmO0IrIX .text-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uPNmO0IrIX .text-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uPNmO0IrIX .text-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uPNmO0IrIX .text-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uPNmO0IrIX .text-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uPNmO0IrIX .text-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uPNmO0IrIX .text-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uPNmO0IrIX .text-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uPNmO0IrIX .text-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uPNmO0IrIX .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uPNmO0IrIX .text-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #dd2b1c !important;
}
.cid-uPNmO0IrIX .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uPNmO0IrIX .text-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #ffffff !important;
}
.cid-uPNmO0IrIX .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uPNmO0IrIX .text-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #3a341c !important;
}
.cid-uPNmO0IrIX .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uPNmO0IrIX .text-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #320707 !important;
}
.cid-uPNmO0IrIX .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uPNmO0IrIX .text-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #a0e2e1 !important;
}
.cid-uPNmO0IrIX .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uPNmO0IrIX .text-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #ffea64 !important;
}
.cid-uPNmO0IrIX .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uPNmO0IrIX .text-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uPNmO0IrIX .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uPNmO0IrIX .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uPNmO0IrIX .mbr-section-title {
  color: #000000;
}
.cid-uPNmO0IrIX .mbr-text {
  color: #000000;
}
.cid-uPNmO0WrtM {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #dd2b1c, #232323);
}
@media (min-width: 768px) {
  .cid-uPNmO0WrtM {
    align-items: flex-start;
  }
  .cid-uPNmO0WrtM .row {
    justify-content: flex-start;
  }
}
.cid-uPNmO0WrtM .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uPNmO0WrtM .mbr-text,
.cid-uPNmO0WrtM .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uPNmO0WrtM .mbr-section-title,
.cid-uPNmO0WrtM .line {
  color: #ffffff;
  text-align: center;
}
.cid-uPNmO0WrtM h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uPNmO0WrtM h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uPNmO0WrtM .mbr-section-subtitle,
.cid-uPNmO0WrtM .align {
  text-align: left;
  color: #232323;
}
.cid-uPNmO1YoI4 {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #232323, #dd2b1c);
}
@media (min-width: 768px) {
  .cid-uPNmO1YoI4 {
    align-items: flex-start;
  }
  .cid-uPNmO1YoI4 .row {
    justify-content: flex-start;
  }
}
.cid-uPNmO1YoI4 .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uPNmO1YoI4 .mbr-text,
.cid-uPNmO1YoI4 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uPNmO1YoI4 .mbr-section-title,
.cid-uPNmO1YoI4 .line {
  color: #ffffff;
  text-align: center;
}
.cid-uPNmO1YoI4 h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uPNmO1YoI4 h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uPNmO1YoI4 .mbr-section-subtitle,
.cid-uPNmO1YoI4 .align {
  text-align: left;
  color: #232323;
}
.cid-uPNmO2UkH6 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/yapi-proje-gelistirme-prosteel2032-1000x749.jpg");
}
.cid-uPNmO2UkH6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNmO2UkH6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNmO2UkH6 .row {
  margin: 0 -8px;
}
.cid-uPNmO2UkH6 .row .card {
  padding: 0 8px;
}
.cid-uPNmO2UkH6 .card-wrapper {
  position: relative;
  padding: 75px 64px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uPNmO2UkH6 .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uPNmO2UkH6 .card-wrapper {
    padding: 24px;
  }
}
.cid-uPNmO2UkH6 .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
}
.cid-uPNmO2UkH6 .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #dd2b1c;
  opacity: .6;
}
.cid-uPNmO2UkH6 .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uPNmO2UkH6 .card-wrapper .card-wrap .mbr-label {
  margin-bottom: 24px;
}
.cid-uPNmO2UkH6 .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uPNmO2UkH6 .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uPNmO2UkH6 .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uPNmO2UkH6 .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uPNmO2UkH6 .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPNmO2UkH6 .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uPNmO2UkH6 .mbr-label {
  color: #63635d;
  text-align: center;
}
.cid-uPNmO2UkH6 .mbr-text,
.cid-uPNmO2UkH6 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uPNmO2UkH6 .mbr-section-title,
.cid-uPNmO2UkH6 .mbr-section-btn {
  color: #ffffff;
}
.cid-uPNmO3aub0 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  border-bottom: 2px solid #ffffff;
  background-image: url("../../../assets/images/yapi-proje-gelistirme-prosteel2010-1000x679.jpg");
}
.cid-uPNmO3aub0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNmO3aub0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNmO3aub0 .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uPNmO3aub0 .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uPNmO3aub0 .content-wrapper {
    padding: 0;
  }
}
.cid-uPNmO3aub0 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uPNmO3aub0 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uPNmO3aub0 .mbr-section-title,
.cid-uPNmO3aub0 .title-wrapper {
  color: #ffffff;
}
.cid-uPNmO3aub0 .mbr-section-title,
.cid-uPNmO3aub0 .mbr-section-btn,
.cid-uPNmO3aub0 .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uPNmO3nPm2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPNmO3nPm2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNmO3nPm2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNmO3nPm2 .container {
  max-width: 1472px;
}
.cid-uPNmO3nPm2 .footer-main-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-radius: 2.08rem;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-uPNmO3nPm2 .col-brand {
  width: 100%;
  padding: 2.5rem;
}
@media (max-width: 991px) {
  .cid-uPNmO3nPm2 .col-brand {
    padding: 24px;
  }
}
.cid-uPNmO3nPm2 .navbar-brand {
  display: flex;
  flex-basis: auto;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  white-space: normal;
  flex-shrink: 0;
  align-items: center;
  padding: 0;
  z-index: 1;
  margin-right: auto;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uPNmO3nPm2 .navbar-brand:hover {
  transform: scale(1.1);
}
.cid-uPNmO3nPm2 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uPNmO3nPm2 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uPNmO3nPm2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uPNmO3nPm2 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uPNmO3nPm2 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uPNmO3nPm2 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uPNmO3nPm2 .links-container {
  width: 100%;
  padding: 2.5rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 8.8%;
}
@media (max-width: 991px) {
  .cid-uPNmO3nPm2 .links-container {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 17.6%;
    row-gap: 6.67rem;
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uPNmO3nPm2 .links-container {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1.2rem;
    row-gap: 1.2rem;
  }
}
.cid-uPNmO3nPm2 .mbr-section-subtitle {
  color: #13287d;
  margin-bottom: 12px;
}
.cid-uPNmO3nPm2 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #232323;
}
.cid-uPNmO3nPm2 .list li {
  width: 100%;
  color: inherit !important;
  margin: 6px 0;
}
.cid-uPNmO3nPm2 .list li:hover {
  color: #dd2b1c !important;
}
.cid-uPNmO3nPm2 .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uPNmO3nPm2 .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uPNmO3nPm2 .copyright-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid rgba(255, 255, 255, 0.01);
  padding: 32px 0 24px;
}
@media (max-width: 767px) {
  .cid-uPNmO3nPm2 .copyright-container {
    padding: 24px 0 16px;
    flex-wrap: wrap;
  }
}
.cid-uPNmO3nPm2 .copyright {
  color: #232323;
  max-width: 45%;
}
@media (max-width: 767px) {
  .cid-uPNmO3nPm2 .copyright {
    max-width: 100%;
    width: 100%;
  }
}
.cid-uPNmO3nPm2 .social-row {
  width: auto;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  max-width: 45%;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uPNmO3nPm2 .social-row {
    max-width: 100%;
    width: 100%;
    justify-content: flex-start;
  }
}
.cid-uPNmO3nPm2 .mbr-iconfont {
  font-size: 22px;
  color: #ae5eff;
}
.cid-uPNmO3nPm2 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.01);
  margin-left: 4px;
  margin-bottom: 4px;
  padding: 12px;
  min-height: 70px;
  min-width: 70px;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-uPNmO3nPm2 .soc-item {
    margin-left: 0;
    margin-right: 4px;
    margin-bottom: 0;
    margin-top: 4px;
    padding: 10px;
    min-height: 50px;
    min-width: 50px;
  }
}
.cid-uPNmO3nPm2 .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPNmO3nPm2 .soc-item a:hover {
  text-decoration-line: none !important;
}
.cid-uPNmO3nPm2 .soc-item:hover {
  transform: scale(0.95);
}
.cid-uPNmO3nPm2 .soc-item:hover .mbr-iconfont {
  color: #FFDD65 !important;
}
.cid-uPNmPyU5qh .navbar {
  padding: 0.5rem 0;
  background: #9c98cf;
  transition: none;
  min-height: 50px;
}
.cid-uPNmPyU5qh .navbar-fixed-top {
  padding-top: 0;
}
.cid-uPNmPyU5qh .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-uPNmPyU5qh .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #5a67a1;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-uPNmPyU5qh .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-uPNmPyU5qh .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uPNmPyU5qh .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uPNmPyU5qh .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uPNmPyU5qh .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-uPNmPyU5qh .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uPNmPyU5qh .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uPNmPyU5qh .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uPNmPyU5qh .menu-content-top {
  background: #dd2b1c;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uPNmPyU5qh .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-uPNmPyU5qh .dropdown-item:hover {
  color: #d2d2df !important;
}
.cid-uPNmPyU5qh .nav-link,
.cid-uPNmPyU5qh .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-uPNmPyU5qh .nav-link:hover,
.cid-uPNmPyU5qh .brand-name:hover {
  color: #d2d2df !important;
}
.cid-uPNmPyU5qh .dropdown-menu {
  background-color: #5a67a1;
}
.cid-uPNmPyU5qh .dropdown-item:active {
  background-color: #5a67a1;
}
.cid-uPNmPyU5qh .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-uPNmPyU5qh .navbar-dropdown.bg-color.transparent.opened {
  background: #9c98cf;
}
.cid-uPNmPyU5qh .nav-item {
  position: relative;
}
.cid-uPNmPyU5qh .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uPNmPyU5qh .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-uPNmPyU5qh .nav-item .nav-link:focus {
  outline: none;
}
.cid-uPNmPyU5qh .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPNmPyU5qh .content-text {
  margin-bottom: 0;
}
.cid-uPNmPyU5qh .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uPNmPyU5qh .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #dd2b1c;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uPNmPyU5qh .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uPNmPyU5qh .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uPNmPyU5qh .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uPNmPyU5qh .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPNmPyU5qh .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uPNmPyU5qh .content-right-side {
  text-align: center;
}
.cid-uPNmPyU5qh .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uPNmPyU5qh .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uPNmPyU5qh .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uPNmPyU5qh .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-uPNmPyU5qh .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uPNmPyU5qh .info-widget:first-child {
  margin-left: 0;
}
.cid-uPNmPyU5qh .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-uPNmPyU5qh .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uPNmPyU5qh .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uPNmPyU5qh .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uPNmPyU5qh .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-uPNmPyU5qh .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uPNmPyU5qh .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #5a67a1;
}
@media (min-width: 992px) {
  .cid-uPNmPyU5qh .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-uPNmPyU5qh .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #d2d2df;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-uPNmPyU5qh .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-uPNmPyU5qh .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uPNmPyU5qh .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-uPNmPyU5qh .navbar {
    display: block;
    padding: 0;
  }
  .cid-uPNmPyU5qh .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-uPNmPyU5qh .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uPNmPyU5qh .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uPNmPyU5qh .navbar-toggler {
    display: none;
  }
  .cid-uPNmPyU5qh .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-uPNmPyU5qh .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uPNmPyU5qh .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-uPNmPyU5qh .btn-sm {
  padding: 13px 29px;
}
.cid-uPNmPyU5qh .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uPNmPyU5qh .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-uPNmPyU5qh .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-uPNmPyU5qh .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uPNmPyU5qh .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uPNmPyU5qh .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uPNmPyU5qh .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uPNmPyU5qh .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uPNmPyU5qh .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uPNmPyU5qh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPNmPyU5qh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPNmPyU5qh .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uPNmPyU5qh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uPNmPyU5qh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPNmPyU5qh .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uPNmPyU5qh .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPNmPyU5qh .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uPNmPyU5qh .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-uPNmPyU5qh .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uPNmPyU5qh .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uPNmPyU5qh .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uPNmPyU5qh button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-uPNmPyU5qh button.navbar-toggler:focus {
  outline: none;
}
.cid-uPNmPyU5qh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uPNmPyU5qh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPNmPyU5qh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPNmPyU5qh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPNmPyU5qh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPNmPyU5qh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPNmPyU5qh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPNmPyU5qh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPNmPyU5qh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPNmPyU5qh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPNmPyU5qh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPNmPyU5qh .collapsed .btn {
  display: flex;
}
.cid-uPNmPyU5qh .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uPNmPyU5qh .collapsed .navbar-collapse.collapsing,
.cid-uPNmPyU5qh .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uPNmPyU5qh .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uPNmPyU5qh .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uPNmPyU5qh .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uPNmPyU5qh .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uPNmPyU5qh .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uPNmPyU5qh .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uPNmPyU5qh .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uPNmPyU5qh .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uPNmPyU5qh .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uPNmPyU5qh .collapsed button.navbar-toggler {
  display: block;
}
.cid-uPNmPyU5qh .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uPNmPyU5qh .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uPNmPyU5qh .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uPNmPyU5qh .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uPNmPyU5qh .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uPNmPyU5qh .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uPNmPyU5qh .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uPNmPyU5qh .menu-content-top {
    display: flex;
  }
  .cid-uPNmPyU5qh .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-uPNmPyU5qh .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-uPNmPyU5qh .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-uPNmPyU5qh .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-uPNmPyU5qh .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-uPNmPyU5qh .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-uPNmPyU5qh .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-uPNmPyU5qh .navbar-collapse.collapsing,
  .cid-uPNmPyU5qh .navbar-collapse.show {
    display: block !important;
  }
  .cid-uPNmPyU5qh .navbar-collapse.collapsing .navbar-nav,
  .cid-uPNmPyU5qh .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uPNmPyU5qh .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uPNmPyU5qh .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uPNmPyU5qh .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-uPNmPyU5qh .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #dd2b1c;
  }
  .cid-uPNmPyU5qh .navbar-collapse.collapsing .navbar-buttons,
  .cid-uPNmPyU5qh .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uPNmPyU5qh .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uPNmPyU5qh .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uPNmPyU5qh img {
    height: 3.8rem !important;
  }
  .cid-uPNmPyU5qh .btn {
    display: flex;
  }
  .cid-uPNmPyU5qh button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-uPNmPyU5qh .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-uPNmPyU5qh .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uPNmPyU5qh .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uPNmPyU5qh .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uPNmPyU5qh .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uPNmPyU5qh .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uPNmPyU5qh .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uPNmPyU5qh .nav-link:focus {
  outline: none;
}
.cid-uPNmPyU5qh .navbar-toggler {
  position: relative;
}
.cid-uPNmPyU5qh .widget-title,
.cid-uPNmPyU5qh .widget-icon {
  color: #e9e9e9;
}
.cid-uPNmPyU5qh .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-uPNmPyU5qh .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-uPNmPyU5qh .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-uPNmPyU5qh .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-uPNmPyU5qh .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-uPNmPyU5qh .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-uPNmPyU5qh .menu-content-top,
  .cid-uPNmPyU5qh .menu-bottom {
    padding: 0 15px;
  }
  .cid-uPNmPyU5qh button.navbar-toggler {
    align-self: center;
  }
  .cid-uPNmPyU5qh .btn {
    margin-left: 0;
  }
  .cid-uPNmPyU5qh .widget-icon {
    padding-right: 0;
  }
}
.cid-uPNmPyU5qh .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-uPNmPyU5qh .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #5a67a1;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-uPNmPyU5qh .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-uPNmPyU5qh .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #d2d2df;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-uPNmPyU5qh .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-uPNmPzi3pZ {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(to bottom, #163300, #dd2b1c);
}
@media (min-width: 768px) {
  .cid-uPNmPzi3pZ {
    align-items: flex-start;
  }
  .cid-uPNmPzi3pZ .row {
    justify-content: flex-start;
  }
}
.cid-uPNmPzi3pZ .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uPNmPzi3pZ .mbr-text,
.cid-uPNmPzi3pZ .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uPNmPzi3pZ .mbr-section-title,
.cid-uPNmPzi3pZ .line {
  color: #232323;
}
.cid-uPNmPzi3pZ h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uPNmPzi3pZ h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uPNmPzi3pZ .mbr-section-subtitle,
.cid-uPNmPzi3pZ .align {
  text-align: left;
  color: #232323;
}
.cid-uQnjm1v3YK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #254b45;
}
.cid-uQnjm1v3YK .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uQnjm1v3YK .modal-body .close {
  background: #1b1b1b;
}
.cid-uQnjm1v3YK .modal-body .close span {
  font-style: normal;
}
@media (min-width: 992px) {
  .cid-uQnjm1v3YK .align-center {
    text-align: left;
    max-width: 850px;
  }
  .cid-uQnjm1v3YK .carousel-caption {
    justify-content: flex-start !important;
    padding-left: 5rem;
  }
}
.cid-uQnjm1v3YK .mbr-slider .carousel-control {
  background: black!important;
  border-radius: 6px;
  height: 100px;
  width: 50px;
}
.cid-uQnjm1v3YK .mbri-right:before {
  content: "\e909";
  color: white;
}
.cid-uQnjm1v3YK .mbri-left:before {
  content: "\e90a";
  color: white;
}
.cid-uQnjm1v3YK .container {
  max-width: 100%;
  padding: 0;
}
.cid-uQnjm1v3YK .content-slider-wrap {
  width: 100%;
}
.cid-uQnjm1v3YK .carousel-inner > .active,
.cid-uQnjm1v3YK .carousel-inner > .next,
.cid-uQnjm1v3YK .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-uQnjm1v3YK .carousel-control .icon-next,
.cid-uQnjm1v3YK .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uQnjm1v3YK .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uQnjm1v3YK .mbr-iconfont {
  color: black;
  font-size: 2rem!important;
  font-family: 'Moririse2' !important;
  font-weight: 600;
}
.cid-uQnjm1v3YK .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-uQnjm1v3YK .boxed-slider > div {
  position: relative;
}
.cid-uQnjm1v3YK .container img {
  width: 100%;
}
.cid-uQnjm1v3YK .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-uQnjm1v3YK .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uQnjm1v3YK .mbr-table-cell {
  padding: 0;
}
.cid-uQnjm1v3YK .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uQnjm1v3YK .carousel-caption {
  top: auto;
  right: 0;
  bottom: 2rem;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uQnjm1v3YK .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uQnjm1v3YK .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-uQnjm1v3YK .carousel-item.active.right,
.cid-uQnjm1v3YK .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uQnjm1v3YK .carousel-item.active.left,
.cid-uQnjm1v3YK .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uQnjm1v3YK .carousel-item.active,
.cid-uQnjm1v3YK .carousel-item.next.left,
.cid-uQnjm1v3YK .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-uQnjm1v3YK .mbr-slider .carousel-control {
  top: 50%;
  margin-top: -1.5rem;
  font-size: 35px;
  transition: all .3s;
  z-index: 11;
}
@media (max-width: 767px) {
  .cid-uQnjm1v3YK .mbr-slider .carousel-control {
    top: 20%;
  }
}
.cid-uQnjm1v3YK .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQnjm1v3YK .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uQnjm1v3YK .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-uQnjm1v3YK .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uQnjm1v3YK .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 10px;
  width: 10px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-uQnjm1v3YK .mbr-slider .carousel-indicators li.active,
.cid-uQnjm1v3YK .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-uQnjm1v3YK .mbr-slider .carousel-indicators li::after,
.cid-uQnjm1v3YK .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-uQnjm1v3YK .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-uQnjm1v3YK .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-uQnjm1v3YK .mbr-slider > .container img {
  width: 100%;
}
.cid-uQnjm1v3YK .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uQnjm1v3YK .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-uQnjm1v3YK .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uQnjm1v3YK .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uQnjm1v3YK .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-uQnjm1v3YK .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-uQnjm1v3YK .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-uQnjm1v3YK .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-uQnjm1v3YK .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-uQnjm1v3YK .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uQnjm1v3YK .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-uQnjm1v3YK .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-uQnjm1v3YK .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-uQnjm1v3YK .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-uQnjm1v3YK .carousel-inner {
  height: 100%;
}
.cid-uQnjm1v3YK .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-uQnjm1v3YK .image_wrapper {
  height: 950px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-uQnjm1v3YK .image_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uQnjm1v3YK .carousel-item .container-slide {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uQnjm1v3YK .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uQnjm1v3YK .content-slider-wrap {
    width: 100%!important;
  }
  .cid-uQnjm1v3YK .image_wrapper {
    height: 570px;
  }
}
.cid-uQnjm1v3YK P {
  color: #dd2b1c;
}
.cid-uPNmPzJLjt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff1e2;
}
.cid-uPNmPzJLjt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNmPzJLjt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNmPzJLjt .content-wrapper {
  display: flex;
  position: relative;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-uPNmPzJLjt .content-wrapper {
    padding: 30px 20px;
  }
}
.cid-uPNmPzJLjt .content-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uPNmPzJLjt .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uPNmPzJLjt .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: linear-gradient(0.251turn, #f8e7d2 37%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-uPNmPzJLjt .content-wrapper .content-wrap {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uPNmPzJLjt .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uPNmPzJLjt .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #fff1e2;
  padding: 8px 16px;
  margin-bottom: 32px;
}
.cid-uPNmPzJLjt .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uPNmPzJLjt .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uPNmPzJLjt .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 64px;
}
.cid-uPNmPzJLjt .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPNmPzJLjt .mbr-section-title {
  color: #404349;
}
.cid-uPNmPzJLjt .mbr-text {
  color: #404349;
}
.cid-uPNmPzJLjt .mbr-desc {
  color: #b19a7c;
}
.cid-uPNmPzYQ8Y {
  padding-top: 2rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/celik-hadde-imalati-uretimi-prosteel-800x600.png");
}
.cid-uPNmPzYQ8Y::before {
  content: '';
  position: absolute;
  right: -14%;
  bottom: 0;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(#dd2b1c -10%, transparent 95%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uPNmPzYQ8Y::before {
    opacity: .4;
  }
}
.cid-uPNmPzYQ8Y::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -20%;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #a7a4a3 -10%, transparent 95%);
}
@media (max-width: 992px) {
  .cid-uPNmPzYQ8Y::after {
    opacity: .4;
  }
}
.cid-uPNmPzYQ8Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNmPzYQ8Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNmPzYQ8Y .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uPNmPzYQ8Y .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uPNmPzYQ8Y .container {
    padding: 0 16px;
  }
}
.cid-uPNmPzYQ8Y .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uPNmPzYQ8Y .row .card {
  justify-content: flex-end;
}
.cid-uPNmPzYQ8Y .title-wrapper {
  margin-bottom: 246px;
}
@media (max-width: 1200px) {
  .cid-uPNmPzYQ8Y .title-wrapper {
    margin-bottom: 148px;
  }
}
@media (max-width: 992px) {
  .cid-uPNmPzYQ8Y .title-wrapper {
    margin-bottom: 90px;
  }
}
.cid-uPNmPzYQ8Y .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uPNmPzYQ8Y .title-wrapper .mbr-section-title span {
  color: #dd2b1c;
}
.cid-uPNmPzYQ8Y .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPNmPzYQ8Y .text-wrapper .text_2 {
  margin-top: 32px;
}
.cid-uPNmPzYQ8Y .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uPNmPzYQ8Y .text-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uPNmPzYQ8Y .text-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uPNmPzYQ8Y .text-wrapper .mbr-section-btn .btn-success-outline,
.cid-uPNmPzYQ8Y .text-wrapper .mbr-section-btn .btn-info-outline,
.cid-uPNmPzYQ8Y .text-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uPNmPzYQ8Y .text-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uPNmPzYQ8Y .text-wrapper .mbr-section-btn .btn-black-outline,
.cid-uPNmPzYQ8Y .text-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uPNmPzYQ8Y .text-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uPNmPzYQ8Y .text-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uPNmPzYQ8Y .text-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uPNmPzYQ8Y .text-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uPNmPzYQ8Y .text-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uPNmPzYQ8Y .text-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uPNmPzYQ8Y .text-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uPNmPzYQ8Y .text-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uPNmPzYQ8Y .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uPNmPzYQ8Y .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uPNmPzYQ8Y .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uPNmPzYQ8Y .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uPNmPzYQ8Y .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uPNmPzYQ8Y .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uPNmPzYQ8Y .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uPNmPzYQ8Y .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uPNmPzYQ8Y .text-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uPNmPzYQ8Y .text-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uPNmPzYQ8Y .text-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uPNmPzYQ8Y .text-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uPNmPzYQ8Y .text-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uPNmPzYQ8Y .text-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uPNmPzYQ8Y .text-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-uPNmPzYQ8Y .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uPNmPzYQ8Y .text-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uPNmPzYQ8Y .text-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uPNmPzYQ8Y .text-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uPNmPzYQ8Y .text-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uPNmPzYQ8Y .text-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uPNmPzYQ8Y .text-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uPNmPzYQ8Y .text-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uPNmPzYQ8Y .text-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uPNmPzYQ8Y .text-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uPNmPzYQ8Y .text-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uPNmPzYQ8Y .text-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uPNmPzYQ8Y .text-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uPNmPzYQ8Y .text-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uPNmPzYQ8Y .text-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uPNmPzYQ8Y .text-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uPNmPzYQ8Y .text-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uPNmPzYQ8Y .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uPNmPzYQ8Y .text-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #dd2b1c !important;
}
.cid-uPNmPzYQ8Y .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uPNmPzYQ8Y .text-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #ffffff !important;
}
.cid-uPNmPzYQ8Y .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uPNmPzYQ8Y .text-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #3a341c !important;
}
.cid-uPNmPzYQ8Y .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uPNmPzYQ8Y .text-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #320707 !important;
}
.cid-uPNmPzYQ8Y .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uPNmPzYQ8Y .text-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #a0e2e1 !important;
}
.cid-uPNmPzYQ8Y .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uPNmPzYQ8Y .text-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #ffea64 !important;
}
.cid-uPNmPzYQ8Y .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uPNmPzYQ8Y .text-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uPNmPzYQ8Y .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uPNmPzYQ8Y .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uPNmPzYQ8Y .mbr-section-title {
  color: #000000;
}
.cid-uPNmPzYQ8Y .mbr-text {
  color: #000000;
}
.cid-uPNmPAd64c {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #dd2b1c, #232323);
}
@media (min-width: 768px) {
  .cid-uPNmPAd64c {
    align-items: flex-start;
  }
  .cid-uPNmPAd64c .row {
    justify-content: flex-start;
  }
}
.cid-uPNmPAd64c .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uPNmPAd64c .mbr-text,
.cid-uPNmPAd64c .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uPNmPAd64c .mbr-section-title,
.cid-uPNmPAd64c .line {
  color: #ffffff;
  text-align: center;
}
.cid-uPNmPAd64c h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uPNmPAd64c h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uPNmPAd64c .mbr-section-subtitle,
.cid-uPNmPAd64c .align {
  text-align: left;
  color: #232323;
}
.cid-uPNmPBc4AH {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #232323, #dd2b1c);
}
@media (min-width: 768px) {
  .cid-uPNmPBc4AH {
    align-items: flex-start;
  }
  .cid-uPNmPBc4AH .row {
    justify-content: flex-start;
  }
}
.cid-uPNmPBc4AH .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uPNmPBc4AH .mbr-text,
.cid-uPNmPBc4AH .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uPNmPBc4AH .mbr-section-title,
.cid-uPNmPBc4AH .line {
  color: #ffffff;
  text-align: center;
}
.cid-uPNmPBc4AH h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uPNmPBc4AH h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uPNmPBc4AH .mbr-section-subtitle,
.cid-uPNmPBc4AH .align {
  text-align: left;
  color: #232323;
}
.cid-uPNmPC1EmO {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/yapi-proje-gelistirme-prosteel2032-1000x749.jpg");
}
.cid-uPNmPC1EmO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNmPC1EmO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNmPC1EmO .row {
  margin: 0 -8px;
}
.cid-uPNmPC1EmO .row .card {
  padding: 0 8px;
}
.cid-uPNmPC1EmO .card-wrapper {
  position: relative;
  padding: 75px 64px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uPNmPC1EmO .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uPNmPC1EmO .card-wrapper {
    padding: 24px;
  }
}
.cid-uPNmPC1EmO .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
}
.cid-uPNmPC1EmO .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #dd2b1c;
  opacity: .6;
}
.cid-uPNmPC1EmO .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uPNmPC1EmO .card-wrapper .card-wrap .mbr-label {
  margin-bottom: 24px;
}
.cid-uPNmPC1EmO .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uPNmPC1EmO .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uPNmPC1EmO .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uPNmPC1EmO .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uPNmPC1EmO .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPNmPC1EmO .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uPNmPC1EmO .mbr-label {
  color: #63635d;
  text-align: center;
}
.cid-uPNmPC1EmO .mbr-text,
.cid-uPNmPC1EmO .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uPNmPC1EmO .mbr-section-title,
.cid-uPNmPC1EmO .mbr-section-btn {
  color: #ffffff;
}
.cid-uPNmPCiBDu {
  padding-top: 2rem;
  padding-bottom: 0rem;
  border-bottom: 2px solid #ffffff;
  background-image: url("../../../assets/images/yapi-proje-gelistirme-prosteel2010-1000x679.jpg");
}
.cid-uPNmPCiBDu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNmPCiBDu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNmPCiBDu .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uPNmPCiBDu .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uPNmPCiBDu .content-wrapper {
    padding: 0;
  }
}
.cid-uPNmPCiBDu .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uPNmPCiBDu .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uPNmPCiBDu .mbr-section-title,
.cid-uPNmPCiBDu .title-wrapper {
  color: #ffffff;
}
.cid-uPNmPCiBDu .mbr-section-title,
.cid-uPNmPCiBDu .mbr-section-btn,
.cid-uPNmPCiBDu .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uPNmPCvux1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPNmPCvux1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNmPCvux1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNmPCvux1 .container {
  max-width: 1472px;
}
.cid-uPNmPCvux1 .footer-main-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-radius: 2.08rem;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-uPNmPCvux1 .col-brand {
  width: 100%;
  padding: 2.5rem;
}
@media (max-width: 991px) {
  .cid-uPNmPCvux1 .col-brand {
    padding: 24px;
  }
}
.cid-uPNmPCvux1 .navbar-brand {
  display: flex;
  flex-basis: auto;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  white-space: normal;
  flex-shrink: 0;
  align-items: center;
  padding: 0;
  z-index: 1;
  margin-right: auto;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uPNmPCvux1 .navbar-brand:hover {
  transform: scale(1.1);
}
.cid-uPNmPCvux1 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uPNmPCvux1 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uPNmPCvux1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uPNmPCvux1 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uPNmPCvux1 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uPNmPCvux1 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uPNmPCvux1 .links-container {
  width: 100%;
  padding: 2.5rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 8.8%;
}
@media (max-width: 991px) {
  .cid-uPNmPCvux1 .links-container {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 17.6%;
    row-gap: 6.67rem;
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uPNmPCvux1 .links-container {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1.2rem;
    row-gap: 1.2rem;
  }
}
.cid-uPNmPCvux1 .mbr-section-subtitle {
  color: #13287d;
  margin-bottom: 12px;
}
.cid-uPNmPCvux1 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #232323;
}
.cid-uPNmPCvux1 .list li {
  width: 100%;
  color: inherit !important;
  margin: 6px 0;
}
.cid-uPNmPCvux1 .list li:hover {
  color: #dd2b1c !important;
}
.cid-uPNmPCvux1 .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uPNmPCvux1 .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uPNmPCvux1 .copyright-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid rgba(255, 255, 255, 0.01);
  padding: 32px 0 24px;
}
@media (max-width: 767px) {
  .cid-uPNmPCvux1 .copyright-container {
    padding: 24px 0 16px;
    flex-wrap: wrap;
  }
}
.cid-uPNmPCvux1 .copyright {
  color: #232323;
  max-width: 45%;
}
@media (max-width: 767px) {
  .cid-uPNmPCvux1 .copyright {
    max-width: 100%;
    width: 100%;
  }
}
.cid-uPNmPCvux1 .social-row {
  width: auto;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  max-width: 45%;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uPNmPCvux1 .social-row {
    max-width: 100%;
    width: 100%;
    justify-content: flex-start;
  }
}
.cid-uPNmPCvux1 .mbr-iconfont {
  font-size: 22px;
  color: #ae5eff;
}
.cid-uPNmPCvux1 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.01);
  margin-left: 4px;
  margin-bottom: 4px;
  padding: 12px;
  min-height: 70px;
  min-width: 70px;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-uPNmPCvux1 .soc-item {
    margin-left: 0;
    margin-right: 4px;
    margin-bottom: 0;
    margin-top: 4px;
    padding: 10px;
    min-height: 50px;
    min-width: 50px;
  }
}
.cid-uPNmPCvux1 .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPNmPCvux1 .soc-item a:hover {
  text-decoration-line: none !important;
}
.cid-uPNmPCvux1 .soc-item:hover {
  transform: scale(0.95);
}
.cid-uPNmPCvux1 .soc-item:hover .mbr-iconfont {
  color: #FFDD65 !important;
}
.cid-uPNmQWc3o8 .navbar {
  padding: 0.5rem 0;
  background: #9c98cf;
  transition: none;
  min-height: 50px;
}
.cid-uPNmQWc3o8 .navbar-fixed-top {
  padding-top: 0;
}
.cid-uPNmQWc3o8 .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-uPNmQWc3o8 .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #5a67a1;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-uPNmQWc3o8 .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-uPNmQWc3o8 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uPNmQWc3o8 .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uPNmQWc3o8 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uPNmQWc3o8 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-uPNmQWc3o8 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uPNmQWc3o8 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uPNmQWc3o8 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uPNmQWc3o8 .menu-content-top {
  background: #dd2b1c;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uPNmQWc3o8 .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-uPNmQWc3o8 .dropdown-item:hover {
  color: #d2d2df !important;
}
.cid-uPNmQWc3o8 .nav-link,
.cid-uPNmQWc3o8 .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-uPNmQWc3o8 .nav-link:hover,
.cid-uPNmQWc3o8 .brand-name:hover {
  color: #d2d2df !important;
}
.cid-uPNmQWc3o8 .dropdown-menu {
  background-color: #5a67a1;
}
.cid-uPNmQWc3o8 .dropdown-item:active {
  background-color: #5a67a1;
}
.cid-uPNmQWc3o8 .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-uPNmQWc3o8 .navbar-dropdown.bg-color.transparent.opened {
  background: #9c98cf;
}
.cid-uPNmQWc3o8 .nav-item {
  position: relative;
}
.cid-uPNmQWc3o8 .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uPNmQWc3o8 .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-uPNmQWc3o8 .nav-item .nav-link:focus {
  outline: none;
}
.cid-uPNmQWc3o8 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPNmQWc3o8 .content-text {
  margin-bottom: 0;
}
.cid-uPNmQWc3o8 .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uPNmQWc3o8 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #dd2b1c;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uPNmQWc3o8 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uPNmQWc3o8 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uPNmQWc3o8 .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uPNmQWc3o8 .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPNmQWc3o8 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uPNmQWc3o8 .content-right-side {
  text-align: center;
}
.cid-uPNmQWc3o8 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uPNmQWc3o8 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uPNmQWc3o8 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uPNmQWc3o8 .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-uPNmQWc3o8 .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uPNmQWc3o8 .info-widget:first-child {
  margin-left: 0;
}
.cid-uPNmQWc3o8 .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-uPNmQWc3o8 .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uPNmQWc3o8 .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uPNmQWc3o8 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uPNmQWc3o8 .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-uPNmQWc3o8 .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uPNmQWc3o8 .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #5a67a1;
}
@media (min-width: 992px) {
  .cid-uPNmQWc3o8 .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-uPNmQWc3o8 .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #d2d2df;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-uPNmQWc3o8 .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-uPNmQWc3o8 .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uPNmQWc3o8 .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-uPNmQWc3o8 .navbar {
    display: block;
    padding: 0;
  }
  .cid-uPNmQWc3o8 .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-uPNmQWc3o8 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uPNmQWc3o8 .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uPNmQWc3o8 .navbar-toggler {
    display: none;
  }
  .cid-uPNmQWc3o8 .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-uPNmQWc3o8 .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uPNmQWc3o8 .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-uPNmQWc3o8 .btn-sm {
  padding: 13px 29px;
}
.cid-uPNmQWc3o8 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uPNmQWc3o8 .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-uPNmQWc3o8 .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-uPNmQWc3o8 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uPNmQWc3o8 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uPNmQWc3o8 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uPNmQWc3o8 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uPNmQWc3o8 .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uPNmQWc3o8 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uPNmQWc3o8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPNmQWc3o8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPNmQWc3o8 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uPNmQWc3o8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uPNmQWc3o8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPNmQWc3o8 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uPNmQWc3o8 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPNmQWc3o8 .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uPNmQWc3o8 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-uPNmQWc3o8 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uPNmQWc3o8 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uPNmQWc3o8 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uPNmQWc3o8 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-uPNmQWc3o8 button.navbar-toggler:focus {
  outline: none;
}
.cid-uPNmQWc3o8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uPNmQWc3o8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPNmQWc3o8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPNmQWc3o8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPNmQWc3o8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPNmQWc3o8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPNmQWc3o8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPNmQWc3o8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPNmQWc3o8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPNmQWc3o8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPNmQWc3o8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPNmQWc3o8 .collapsed .btn {
  display: flex;
}
.cid-uPNmQWc3o8 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uPNmQWc3o8 .collapsed .navbar-collapse.collapsing,
.cid-uPNmQWc3o8 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uPNmQWc3o8 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uPNmQWc3o8 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uPNmQWc3o8 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uPNmQWc3o8 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uPNmQWc3o8 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uPNmQWc3o8 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uPNmQWc3o8 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uPNmQWc3o8 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uPNmQWc3o8 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uPNmQWc3o8 .collapsed button.navbar-toggler {
  display: block;
}
.cid-uPNmQWc3o8 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uPNmQWc3o8 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uPNmQWc3o8 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uPNmQWc3o8 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uPNmQWc3o8 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uPNmQWc3o8 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uPNmQWc3o8 .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uPNmQWc3o8 .menu-content-top {
    display: flex;
  }
  .cid-uPNmQWc3o8 .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-uPNmQWc3o8 .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-uPNmQWc3o8 .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-uPNmQWc3o8 .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-uPNmQWc3o8 .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-uPNmQWc3o8 .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-uPNmQWc3o8 .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-uPNmQWc3o8 .navbar-collapse.collapsing,
  .cid-uPNmQWc3o8 .navbar-collapse.show {
    display: block !important;
  }
  .cid-uPNmQWc3o8 .navbar-collapse.collapsing .navbar-nav,
  .cid-uPNmQWc3o8 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uPNmQWc3o8 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uPNmQWc3o8 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uPNmQWc3o8 .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-uPNmQWc3o8 .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #dd2b1c;
  }
  .cid-uPNmQWc3o8 .navbar-collapse.collapsing .navbar-buttons,
  .cid-uPNmQWc3o8 .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uPNmQWc3o8 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uPNmQWc3o8 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uPNmQWc3o8 img {
    height: 3.8rem !important;
  }
  .cid-uPNmQWc3o8 .btn {
    display: flex;
  }
  .cid-uPNmQWc3o8 button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-uPNmQWc3o8 .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-uPNmQWc3o8 .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uPNmQWc3o8 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uPNmQWc3o8 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uPNmQWc3o8 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uPNmQWc3o8 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uPNmQWc3o8 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uPNmQWc3o8 .nav-link:focus {
  outline: none;
}
.cid-uPNmQWc3o8 .navbar-toggler {
  position: relative;
}
.cid-uPNmQWc3o8 .widget-title,
.cid-uPNmQWc3o8 .widget-icon {
  color: #e9e9e9;
}
.cid-uPNmQWc3o8 .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-uPNmQWc3o8 .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-uPNmQWc3o8 .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-uPNmQWc3o8 .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-uPNmQWc3o8 .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-uPNmQWc3o8 .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-uPNmQWc3o8 .menu-content-top,
  .cid-uPNmQWc3o8 .menu-bottom {
    padding: 0 15px;
  }
  .cid-uPNmQWc3o8 button.navbar-toggler {
    align-self: center;
  }
  .cid-uPNmQWc3o8 .btn {
    margin-left: 0;
  }
  .cid-uPNmQWc3o8 .widget-icon {
    padding-right: 0;
  }
}
.cid-uPNmQWc3o8 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-uPNmQWc3o8 .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #5a67a1;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-uPNmQWc3o8 .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-uPNmQWc3o8 .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #d2d2df;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-uPNmQWc3o8 .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-uPNmQWElto {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(to bottom, #163300, #dd2b1c);
}
@media (min-width: 768px) {
  .cid-uPNmQWElto {
    align-items: flex-start;
  }
  .cid-uPNmQWElto .row {
    justify-content: flex-start;
  }
}
.cid-uPNmQWElto .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uPNmQWElto .mbr-text,
.cid-uPNmQWElto .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uPNmQWElto .mbr-section-title,
.cid-uPNmQWElto .line {
  color: #232323;
}
.cid-uPNmQWElto h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uPNmQWElto h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uPNmQWElto .mbr-section-subtitle,
.cid-uPNmQWElto .align {
  text-align: left;
  color: #232323;
}
.cid-uQnjq0QQP1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #254b45;
}
.cid-uQnjq0QQP1 .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uQnjq0QQP1 .modal-body .close {
  background: #1b1b1b;
}
.cid-uQnjq0QQP1 .modal-body .close span {
  font-style: normal;
}
@media (min-width: 992px) {
  .cid-uQnjq0QQP1 .align-center {
    text-align: left;
    max-width: 850px;
  }
  .cid-uQnjq0QQP1 .carousel-caption {
    justify-content: flex-start !important;
    padding-left: 5rem;
  }
}
.cid-uQnjq0QQP1 .mbr-slider .carousel-control {
  background: black!important;
  border-radius: 6px;
  height: 100px;
  width: 50px;
}
.cid-uQnjq0QQP1 .mbri-right:before {
  content: "\e909";
  color: white;
}
.cid-uQnjq0QQP1 .mbri-left:before {
  content: "\e90a";
  color: white;
}
.cid-uQnjq0QQP1 .container {
  max-width: 100%;
  padding: 0;
}
.cid-uQnjq0QQP1 .content-slider-wrap {
  width: 100%;
}
.cid-uQnjq0QQP1 .carousel-inner > .active,
.cid-uQnjq0QQP1 .carousel-inner > .next,
.cid-uQnjq0QQP1 .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-uQnjq0QQP1 .carousel-control .icon-next,
.cid-uQnjq0QQP1 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uQnjq0QQP1 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uQnjq0QQP1 .mbr-iconfont {
  color: black;
  font-size: 2rem!important;
  font-family: 'Moririse2' !important;
  font-weight: 600;
}
.cid-uQnjq0QQP1 .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-uQnjq0QQP1 .boxed-slider > div {
  position: relative;
}
.cid-uQnjq0QQP1 .container img {
  width: 100%;
}
.cid-uQnjq0QQP1 .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-uQnjq0QQP1 .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uQnjq0QQP1 .mbr-table-cell {
  padding: 0;
}
.cid-uQnjq0QQP1 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uQnjq0QQP1 .carousel-caption {
  top: auto;
  right: 0;
  bottom: 2rem;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uQnjq0QQP1 .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uQnjq0QQP1 .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-uQnjq0QQP1 .carousel-item.active.right,
.cid-uQnjq0QQP1 .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uQnjq0QQP1 .carousel-item.active.left,
.cid-uQnjq0QQP1 .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uQnjq0QQP1 .carousel-item.active,
.cid-uQnjq0QQP1 .carousel-item.next.left,
.cid-uQnjq0QQP1 .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-uQnjq0QQP1 .mbr-slider .carousel-control {
  top: 50%;
  margin-top: -1.5rem;
  font-size: 35px;
  transition: all .3s;
  z-index: 11;
}
@media (max-width: 767px) {
  .cid-uQnjq0QQP1 .mbr-slider .carousel-control {
    top: 20%;
  }
}
.cid-uQnjq0QQP1 .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQnjq0QQP1 .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uQnjq0QQP1 .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-uQnjq0QQP1 .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uQnjq0QQP1 .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 10px;
  width: 10px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-uQnjq0QQP1 .mbr-slider .carousel-indicators li.active,
.cid-uQnjq0QQP1 .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-uQnjq0QQP1 .mbr-slider .carousel-indicators li::after,
.cid-uQnjq0QQP1 .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-uQnjq0QQP1 .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-uQnjq0QQP1 .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-uQnjq0QQP1 .mbr-slider > .container img {
  width: 100%;
}
.cid-uQnjq0QQP1 .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uQnjq0QQP1 .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-uQnjq0QQP1 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uQnjq0QQP1 .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uQnjq0QQP1 .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-uQnjq0QQP1 .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-uQnjq0QQP1 .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-uQnjq0QQP1 .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-uQnjq0QQP1 .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-uQnjq0QQP1 .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uQnjq0QQP1 .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-uQnjq0QQP1 .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-uQnjq0QQP1 .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-uQnjq0QQP1 .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-uQnjq0QQP1 .carousel-inner {
  height: 100%;
}
.cid-uQnjq0QQP1 .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-uQnjq0QQP1 .image_wrapper {
  height: 950px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-uQnjq0QQP1 .image_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uQnjq0QQP1 .carousel-item .container-slide {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uQnjq0QQP1 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uQnjq0QQP1 .content-slider-wrap {
    width: 100%!important;
  }
  .cid-uQnjq0QQP1 .image_wrapper {
    height: 570px;
  }
}
.cid-uQnjq0QQP1 P {
  color: #dd2b1c;
}
.cid-uPNmQX3ux5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff1e2;
}
.cid-uPNmQX3ux5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNmQX3ux5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNmQX3ux5 .content-wrapper {
  display: flex;
  position: relative;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-uPNmQX3ux5 .content-wrapper {
    padding: 30px 20px;
  }
}
.cid-uPNmQX3ux5 .content-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uPNmQX3ux5 .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uPNmQX3ux5 .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: linear-gradient(0.251turn, #f8e7d2 37%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-uPNmQX3ux5 .content-wrapper .content-wrap {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uPNmQX3ux5 .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uPNmQX3ux5 .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #fff1e2;
  padding: 8px 16px;
  margin-bottom: 32px;
}
.cid-uPNmQX3ux5 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uPNmQX3ux5 .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uPNmQX3ux5 .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 64px;
}
.cid-uPNmQX3ux5 .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPNmQX3ux5 .mbr-section-title {
  color: #404349;
}
.cid-uPNmQX3ux5 .mbr-text {
  color: #404349;
}
.cid-uPNmQX3ux5 .mbr-desc {
  color: #b19a7c;
}
.cid-uPNmQXhlt5 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/celik-hadde-imalati-uretimi-prosteel-800x600.png");
}
.cid-uPNmQXhlt5::before {
  content: '';
  position: absolute;
  right: -14%;
  bottom: 0;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(#dd2b1c -10%, transparent 95%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uPNmQXhlt5::before {
    opacity: .4;
  }
}
.cid-uPNmQXhlt5::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -20%;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #a7a4a3 -10%, transparent 95%);
}
@media (max-width: 992px) {
  .cid-uPNmQXhlt5::after {
    opacity: .4;
  }
}
.cid-uPNmQXhlt5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNmQXhlt5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNmQXhlt5 .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uPNmQXhlt5 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uPNmQXhlt5 .container {
    padding: 0 16px;
  }
}
.cid-uPNmQXhlt5 .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uPNmQXhlt5 .row .card {
  justify-content: flex-end;
}
.cid-uPNmQXhlt5 .title-wrapper {
  margin-bottom: 246px;
}
@media (max-width: 1200px) {
  .cid-uPNmQXhlt5 .title-wrapper {
    margin-bottom: 148px;
  }
}
@media (max-width: 992px) {
  .cid-uPNmQXhlt5 .title-wrapper {
    margin-bottom: 90px;
  }
}
.cid-uPNmQXhlt5 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uPNmQXhlt5 .title-wrapper .mbr-section-title span {
  color: #dd2b1c;
}
.cid-uPNmQXhlt5 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPNmQXhlt5 .text-wrapper .text_2 {
  margin-top: 32px;
}
.cid-uPNmQXhlt5 .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uPNmQXhlt5 .text-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uPNmQXhlt5 .text-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uPNmQXhlt5 .text-wrapper .mbr-section-btn .btn-success-outline,
.cid-uPNmQXhlt5 .text-wrapper .mbr-section-btn .btn-info-outline,
.cid-uPNmQXhlt5 .text-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uPNmQXhlt5 .text-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uPNmQXhlt5 .text-wrapper .mbr-section-btn .btn-black-outline,
.cid-uPNmQXhlt5 .text-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uPNmQXhlt5 .text-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uPNmQXhlt5 .text-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uPNmQXhlt5 .text-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uPNmQXhlt5 .text-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uPNmQXhlt5 .text-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uPNmQXhlt5 .text-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uPNmQXhlt5 .text-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uPNmQXhlt5 .text-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uPNmQXhlt5 .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uPNmQXhlt5 .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uPNmQXhlt5 .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uPNmQXhlt5 .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uPNmQXhlt5 .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uPNmQXhlt5 .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uPNmQXhlt5 .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uPNmQXhlt5 .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uPNmQXhlt5 .text-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uPNmQXhlt5 .text-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uPNmQXhlt5 .text-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uPNmQXhlt5 .text-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uPNmQXhlt5 .text-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uPNmQXhlt5 .text-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uPNmQXhlt5 .text-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-uPNmQXhlt5 .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uPNmQXhlt5 .text-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uPNmQXhlt5 .text-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uPNmQXhlt5 .text-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uPNmQXhlt5 .text-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uPNmQXhlt5 .text-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uPNmQXhlt5 .text-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uPNmQXhlt5 .text-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uPNmQXhlt5 .text-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uPNmQXhlt5 .text-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uPNmQXhlt5 .text-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uPNmQXhlt5 .text-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uPNmQXhlt5 .text-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uPNmQXhlt5 .text-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uPNmQXhlt5 .text-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uPNmQXhlt5 .text-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uPNmQXhlt5 .text-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uPNmQXhlt5 .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uPNmQXhlt5 .text-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #dd2b1c !important;
}
.cid-uPNmQXhlt5 .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uPNmQXhlt5 .text-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #ffffff !important;
}
.cid-uPNmQXhlt5 .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uPNmQXhlt5 .text-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #3a341c !important;
}
.cid-uPNmQXhlt5 .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uPNmQXhlt5 .text-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #320707 !important;
}
.cid-uPNmQXhlt5 .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uPNmQXhlt5 .text-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #a0e2e1 !important;
}
.cid-uPNmQXhlt5 .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uPNmQXhlt5 .text-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #ffea64 !important;
}
.cid-uPNmQXhlt5 .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uPNmQXhlt5 .text-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uPNmQXhlt5 .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uPNmQXhlt5 .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uPNmQXhlt5 .mbr-section-title {
  color: #000000;
}
.cid-uPNmQXhlt5 .mbr-text {
  color: #000000;
}
.cid-uPNmQXAP0z {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #dd2b1c, #232323);
}
@media (min-width: 768px) {
  .cid-uPNmQXAP0z {
    align-items: flex-start;
  }
  .cid-uPNmQXAP0z .row {
    justify-content: flex-start;
  }
}
.cid-uPNmQXAP0z .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uPNmQXAP0z .mbr-text,
.cid-uPNmQXAP0z .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uPNmQXAP0z .mbr-section-title,
.cid-uPNmQXAP0z .line {
  color: #ffffff;
  text-align: center;
}
.cid-uPNmQXAP0z h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uPNmQXAP0z h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uPNmQXAP0z .mbr-section-subtitle,
.cid-uPNmQXAP0z .align {
  text-align: left;
  color: #232323;
}
.cid-uPNmQYySmg {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #232323, #dd2b1c);
}
@media (min-width: 768px) {
  .cid-uPNmQYySmg {
    align-items: flex-start;
  }
  .cid-uPNmQYySmg .row {
    justify-content: flex-start;
  }
}
.cid-uPNmQYySmg .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uPNmQYySmg .mbr-text,
.cid-uPNmQYySmg .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uPNmQYySmg .mbr-section-title,
.cid-uPNmQYySmg .line {
  color: #ffffff;
  text-align: center;
}
.cid-uPNmQYySmg h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uPNmQYySmg h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uPNmQYySmg .mbr-section-subtitle,
.cid-uPNmQYySmg .align {
  text-align: left;
  color: #232323;
}
.cid-uPNmQZwBMn {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/yapi-proje-gelistirme-prosteel2032-1000x749.jpg");
}
.cid-uPNmQZwBMn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNmQZwBMn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNmQZwBMn .row {
  margin: 0 -8px;
}
.cid-uPNmQZwBMn .row .card {
  padding: 0 8px;
}
.cid-uPNmQZwBMn .card-wrapper {
  position: relative;
  padding: 75px 64px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uPNmQZwBMn .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uPNmQZwBMn .card-wrapper {
    padding: 24px;
  }
}
.cid-uPNmQZwBMn .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
}
.cid-uPNmQZwBMn .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #dd2b1c;
  opacity: .6;
}
.cid-uPNmQZwBMn .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uPNmQZwBMn .card-wrapper .card-wrap .mbr-label {
  margin-bottom: 24px;
}
.cid-uPNmQZwBMn .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uPNmQZwBMn .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uPNmQZwBMn .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uPNmQZwBMn .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uPNmQZwBMn .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPNmQZwBMn .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uPNmQZwBMn .mbr-label {
  color: #63635d;
  text-align: center;
}
.cid-uPNmQZwBMn .mbr-text,
.cid-uPNmQZwBMn .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uPNmQZwBMn .mbr-section-title,
.cid-uPNmQZwBMn .mbr-section-btn {
  color: #ffffff;
}
.cid-uPNmQZMSMD {
  padding-top: 2rem;
  padding-bottom: 0rem;
  border-bottom: 2px solid #ffffff;
  background-image: url("../../../assets/images/yapi-proje-gelistirme-prosteel2010-1000x679.jpg");
}
.cid-uPNmQZMSMD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNmQZMSMD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNmQZMSMD .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uPNmQZMSMD .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uPNmQZMSMD .content-wrapper {
    padding: 0;
  }
}
.cid-uPNmQZMSMD .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uPNmQZMSMD .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uPNmQZMSMD .mbr-section-title,
.cid-uPNmQZMSMD .title-wrapper {
  color: #ffffff;
}
.cid-uPNmQZMSMD .mbr-section-title,
.cid-uPNmQZMSMD .mbr-section-btn,
.cid-uPNmQZMSMD .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uPNmR0291S {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPNmR0291S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNmR0291S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNmR0291S .container {
  max-width: 1472px;
}
.cid-uPNmR0291S .footer-main-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-radius: 2.08rem;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-uPNmR0291S .col-brand {
  width: 100%;
  padding: 2.5rem;
}
@media (max-width: 991px) {
  .cid-uPNmR0291S .col-brand {
    padding: 24px;
  }
}
.cid-uPNmR0291S .navbar-brand {
  display: flex;
  flex-basis: auto;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  white-space: normal;
  flex-shrink: 0;
  align-items: center;
  padding: 0;
  z-index: 1;
  margin-right: auto;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uPNmR0291S .navbar-brand:hover {
  transform: scale(1.1);
}
.cid-uPNmR0291S .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uPNmR0291S .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uPNmR0291S .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uPNmR0291S .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uPNmR0291S .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uPNmR0291S .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uPNmR0291S .links-container {
  width: 100%;
  padding: 2.5rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 8.8%;
}
@media (max-width: 991px) {
  .cid-uPNmR0291S .links-container {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 17.6%;
    row-gap: 6.67rem;
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uPNmR0291S .links-container {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1.2rem;
    row-gap: 1.2rem;
  }
}
.cid-uPNmR0291S .mbr-section-subtitle {
  color: #13287d;
  margin-bottom: 12px;
}
.cid-uPNmR0291S .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #232323;
}
.cid-uPNmR0291S .list li {
  width: 100%;
  color: inherit !important;
  margin: 6px 0;
}
.cid-uPNmR0291S .list li:hover {
  color: #dd2b1c !important;
}
.cid-uPNmR0291S .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uPNmR0291S .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uPNmR0291S .copyright-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid rgba(255, 255, 255, 0.01);
  padding: 32px 0 24px;
}
@media (max-width: 767px) {
  .cid-uPNmR0291S .copyright-container {
    padding: 24px 0 16px;
    flex-wrap: wrap;
  }
}
.cid-uPNmR0291S .copyright {
  color: #232323;
  max-width: 45%;
}
@media (max-width: 767px) {
  .cid-uPNmR0291S .copyright {
    max-width: 100%;
    width: 100%;
  }
}
.cid-uPNmR0291S .social-row {
  width: auto;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  max-width: 45%;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uPNmR0291S .social-row {
    max-width: 100%;
    width: 100%;
    justify-content: flex-start;
  }
}
.cid-uPNmR0291S .mbr-iconfont {
  font-size: 22px;
  color: #ae5eff;
}
.cid-uPNmR0291S .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.01);
  margin-left: 4px;
  margin-bottom: 4px;
  padding: 12px;
  min-height: 70px;
  min-width: 70px;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-uPNmR0291S .soc-item {
    margin-left: 0;
    margin-right: 4px;
    margin-bottom: 0;
    margin-top: 4px;
    padding: 10px;
    min-height: 50px;
    min-width: 50px;
  }
}
.cid-uPNmR0291S .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPNmR0291S .soc-item a:hover {
  text-decoration-line: none !important;
}
.cid-uPNmR0291S .soc-item:hover {
  transform: scale(0.95);
}
.cid-uPNmR0291S .soc-item:hover .mbr-iconfont {
  color: #FFDD65 !important;
}
.cid-uPNmSrdspm .navbar {
  padding: 0.5rem 0;
  background: #9c98cf;
  transition: none;
  min-height: 50px;
}
.cid-uPNmSrdspm .navbar-fixed-top {
  padding-top: 0;
}
.cid-uPNmSrdspm .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-uPNmSrdspm .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #5a67a1;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-uPNmSrdspm .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-uPNmSrdspm .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uPNmSrdspm .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uPNmSrdspm .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uPNmSrdspm .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-uPNmSrdspm .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uPNmSrdspm .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uPNmSrdspm .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uPNmSrdspm .menu-content-top {
  background: #dd2b1c;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uPNmSrdspm .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-uPNmSrdspm .dropdown-item:hover {
  color: #d2d2df !important;
}
.cid-uPNmSrdspm .nav-link,
.cid-uPNmSrdspm .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-uPNmSrdspm .nav-link:hover,
.cid-uPNmSrdspm .brand-name:hover {
  color: #d2d2df !important;
}
.cid-uPNmSrdspm .dropdown-menu {
  background-color: #5a67a1;
}
.cid-uPNmSrdspm .dropdown-item:active {
  background-color: #5a67a1;
}
.cid-uPNmSrdspm .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-uPNmSrdspm .navbar-dropdown.bg-color.transparent.opened {
  background: #9c98cf;
}
.cid-uPNmSrdspm .nav-item {
  position: relative;
}
.cid-uPNmSrdspm .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uPNmSrdspm .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-uPNmSrdspm .nav-item .nav-link:focus {
  outline: none;
}
.cid-uPNmSrdspm .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPNmSrdspm .content-text {
  margin-bottom: 0;
}
.cid-uPNmSrdspm .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uPNmSrdspm .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #dd2b1c;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uPNmSrdspm .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uPNmSrdspm .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uPNmSrdspm .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uPNmSrdspm .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPNmSrdspm .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uPNmSrdspm .content-right-side {
  text-align: center;
}
.cid-uPNmSrdspm .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uPNmSrdspm .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uPNmSrdspm .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uPNmSrdspm .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-uPNmSrdspm .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uPNmSrdspm .info-widget:first-child {
  margin-left: 0;
}
.cid-uPNmSrdspm .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-uPNmSrdspm .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uPNmSrdspm .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uPNmSrdspm .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uPNmSrdspm .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-uPNmSrdspm .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uPNmSrdspm .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #5a67a1;
}
@media (min-width: 992px) {
  .cid-uPNmSrdspm .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-uPNmSrdspm .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #d2d2df;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-uPNmSrdspm .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-uPNmSrdspm .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uPNmSrdspm .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-uPNmSrdspm .navbar {
    display: block;
    padding: 0;
  }
  .cid-uPNmSrdspm .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-uPNmSrdspm .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uPNmSrdspm .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uPNmSrdspm .navbar-toggler {
    display: none;
  }
  .cid-uPNmSrdspm .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-uPNmSrdspm .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uPNmSrdspm .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-uPNmSrdspm .btn-sm {
  padding: 13px 29px;
}
.cid-uPNmSrdspm .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uPNmSrdspm .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-uPNmSrdspm .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-uPNmSrdspm .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uPNmSrdspm .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uPNmSrdspm .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uPNmSrdspm .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uPNmSrdspm .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uPNmSrdspm .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uPNmSrdspm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPNmSrdspm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPNmSrdspm .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uPNmSrdspm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uPNmSrdspm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPNmSrdspm .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uPNmSrdspm .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPNmSrdspm .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uPNmSrdspm .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-uPNmSrdspm .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uPNmSrdspm .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uPNmSrdspm .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uPNmSrdspm button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-uPNmSrdspm button.navbar-toggler:focus {
  outline: none;
}
.cid-uPNmSrdspm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uPNmSrdspm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPNmSrdspm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPNmSrdspm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPNmSrdspm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPNmSrdspm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPNmSrdspm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPNmSrdspm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPNmSrdspm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPNmSrdspm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPNmSrdspm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPNmSrdspm .collapsed .btn {
  display: flex;
}
.cid-uPNmSrdspm .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uPNmSrdspm .collapsed .navbar-collapse.collapsing,
.cid-uPNmSrdspm .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uPNmSrdspm .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uPNmSrdspm .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uPNmSrdspm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uPNmSrdspm .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uPNmSrdspm .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uPNmSrdspm .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uPNmSrdspm .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uPNmSrdspm .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uPNmSrdspm .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uPNmSrdspm .collapsed button.navbar-toggler {
  display: block;
}
.cid-uPNmSrdspm .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uPNmSrdspm .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uPNmSrdspm .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uPNmSrdspm .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uPNmSrdspm .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uPNmSrdspm .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uPNmSrdspm .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uPNmSrdspm .menu-content-top {
    display: flex;
  }
  .cid-uPNmSrdspm .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-uPNmSrdspm .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-uPNmSrdspm .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-uPNmSrdspm .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-uPNmSrdspm .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-uPNmSrdspm .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-uPNmSrdspm .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-uPNmSrdspm .navbar-collapse.collapsing,
  .cid-uPNmSrdspm .navbar-collapse.show {
    display: block !important;
  }
  .cid-uPNmSrdspm .navbar-collapse.collapsing .navbar-nav,
  .cid-uPNmSrdspm .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uPNmSrdspm .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uPNmSrdspm .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uPNmSrdspm .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-uPNmSrdspm .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #dd2b1c;
  }
  .cid-uPNmSrdspm .navbar-collapse.collapsing .navbar-buttons,
  .cid-uPNmSrdspm .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uPNmSrdspm .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uPNmSrdspm .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uPNmSrdspm img {
    height: 3.8rem !important;
  }
  .cid-uPNmSrdspm .btn {
    display: flex;
  }
  .cid-uPNmSrdspm button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-uPNmSrdspm .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-uPNmSrdspm .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uPNmSrdspm .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uPNmSrdspm .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uPNmSrdspm .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uPNmSrdspm .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uPNmSrdspm .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uPNmSrdspm .nav-link:focus {
  outline: none;
}
.cid-uPNmSrdspm .navbar-toggler {
  position: relative;
}
.cid-uPNmSrdspm .widget-title,
.cid-uPNmSrdspm .widget-icon {
  color: #e9e9e9;
}
.cid-uPNmSrdspm .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-uPNmSrdspm .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-uPNmSrdspm .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-uPNmSrdspm .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-uPNmSrdspm .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-uPNmSrdspm .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-uPNmSrdspm .menu-content-top,
  .cid-uPNmSrdspm .menu-bottom {
    padding: 0 15px;
  }
  .cid-uPNmSrdspm button.navbar-toggler {
    align-self: center;
  }
  .cid-uPNmSrdspm .btn {
    margin-left: 0;
  }
  .cid-uPNmSrdspm .widget-icon {
    padding-right: 0;
  }
}
.cid-uPNmSrdspm .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-uPNmSrdspm .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #5a67a1;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-uPNmSrdspm .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-uPNmSrdspm .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #d2d2df;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-uPNmSrdspm .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-uPNmSrCoPk {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(to bottom, #163300, #dd2b1c);
}
@media (min-width: 768px) {
  .cid-uPNmSrCoPk {
    align-items: flex-start;
  }
  .cid-uPNmSrCoPk .row {
    justify-content: flex-start;
  }
}
.cid-uPNmSrCoPk .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uPNmSrCoPk .mbr-text,
.cid-uPNmSrCoPk .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uPNmSrCoPk .mbr-section-title,
.cid-uPNmSrCoPk .line {
  color: #232323;
}
.cid-uPNmSrCoPk h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uPNmSrCoPk h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uPNmSrCoPk .mbr-section-subtitle,
.cid-uPNmSrCoPk .align {
  text-align: left;
  color: #232323;
}
.cid-uQnjukn8I9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #254b45;
}
.cid-uQnjukn8I9 .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uQnjukn8I9 .modal-body .close {
  background: #1b1b1b;
}
.cid-uQnjukn8I9 .modal-body .close span {
  font-style: normal;
}
@media (min-width: 992px) {
  .cid-uQnjukn8I9 .align-center {
    text-align: left;
    max-width: 850px;
  }
  .cid-uQnjukn8I9 .carousel-caption {
    justify-content: flex-start !important;
    padding-left: 5rem;
  }
}
.cid-uQnjukn8I9 .mbr-slider .carousel-control {
  background: black!important;
  border-radius: 6px;
  height: 100px;
  width: 50px;
}
.cid-uQnjukn8I9 .mbri-right:before {
  content: "\e909";
  color: white;
}
.cid-uQnjukn8I9 .mbri-left:before {
  content: "\e90a";
  color: white;
}
.cid-uQnjukn8I9 .container {
  max-width: 100%;
  padding: 0;
}
.cid-uQnjukn8I9 .content-slider-wrap {
  width: 100%;
}
.cid-uQnjukn8I9 .carousel-inner > .active,
.cid-uQnjukn8I9 .carousel-inner > .next,
.cid-uQnjukn8I9 .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-uQnjukn8I9 .carousel-control .icon-next,
.cid-uQnjukn8I9 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uQnjukn8I9 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uQnjukn8I9 .mbr-iconfont {
  color: black;
  font-size: 2rem!important;
  font-family: 'Moririse2' !important;
  font-weight: 600;
}
.cid-uQnjukn8I9 .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-uQnjukn8I9 .boxed-slider > div {
  position: relative;
}
.cid-uQnjukn8I9 .container img {
  width: 100%;
}
.cid-uQnjukn8I9 .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-uQnjukn8I9 .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uQnjukn8I9 .mbr-table-cell {
  padding: 0;
}
.cid-uQnjukn8I9 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uQnjukn8I9 .carousel-caption {
  top: auto;
  right: 0;
  bottom: 2rem;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uQnjukn8I9 .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uQnjukn8I9 .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-uQnjukn8I9 .carousel-item.active.right,
.cid-uQnjukn8I9 .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uQnjukn8I9 .carousel-item.active.left,
.cid-uQnjukn8I9 .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uQnjukn8I9 .carousel-item.active,
.cid-uQnjukn8I9 .carousel-item.next.left,
.cid-uQnjukn8I9 .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-uQnjukn8I9 .mbr-slider .carousel-control {
  top: 50%;
  margin-top: -1.5rem;
  font-size: 35px;
  transition: all .3s;
  z-index: 11;
}
@media (max-width: 767px) {
  .cid-uQnjukn8I9 .mbr-slider .carousel-control {
    top: 20%;
  }
}
.cid-uQnjukn8I9 .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQnjukn8I9 .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uQnjukn8I9 .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-uQnjukn8I9 .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uQnjukn8I9 .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 10px;
  width: 10px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-uQnjukn8I9 .mbr-slider .carousel-indicators li.active,
.cid-uQnjukn8I9 .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-uQnjukn8I9 .mbr-slider .carousel-indicators li::after,
.cid-uQnjukn8I9 .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-uQnjukn8I9 .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-uQnjukn8I9 .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-uQnjukn8I9 .mbr-slider > .container img {
  width: 100%;
}
.cid-uQnjukn8I9 .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uQnjukn8I9 .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-uQnjukn8I9 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uQnjukn8I9 .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uQnjukn8I9 .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-uQnjukn8I9 .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-uQnjukn8I9 .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-uQnjukn8I9 .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-uQnjukn8I9 .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-uQnjukn8I9 .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uQnjukn8I9 .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-uQnjukn8I9 .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-uQnjukn8I9 .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-uQnjukn8I9 .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-uQnjukn8I9 .carousel-inner {
  height: 100%;
}
.cid-uQnjukn8I9 .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-uQnjukn8I9 .image_wrapper {
  height: 950px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-uQnjukn8I9 .image_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uQnjukn8I9 .carousel-item .container-slide {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uQnjukn8I9 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uQnjukn8I9 .content-slider-wrap {
    width: 100%!important;
  }
  .cid-uQnjukn8I9 .image_wrapper {
    height: 570px;
  }
}
.cid-uQnjukn8I9 P {
  color: #dd2b1c;
}
.cid-uPNmSs5Oec {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff1e2;
}
.cid-uPNmSs5Oec .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNmSs5Oec .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNmSs5Oec .content-wrapper {
  display: flex;
  position: relative;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-uPNmSs5Oec .content-wrapper {
    padding: 30px 20px;
  }
}
.cid-uPNmSs5Oec .content-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uPNmSs5Oec .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uPNmSs5Oec .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: linear-gradient(0.251turn, #f8e7d2 37%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-uPNmSs5Oec .content-wrapper .content-wrap {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uPNmSs5Oec .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uPNmSs5Oec .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #fff1e2;
  padding: 8px 16px;
  margin-bottom: 32px;
}
.cid-uPNmSs5Oec .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uPNmSs5Oec .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uPNmSs5Oec .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 64px;
}
.cid-uPNmSs5Oec .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPNmSs5Oec .mbr-section-title {
  color: #404349;
}
.cid-uPNmSs5Oec .mbr-text {
  color: #404349;
}
.cid-uPNmSs5Oec .mbr-desc {
  color: #b19a7c;
}
.cid-uPNmSsjQuD {
  padding-top: 2rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/celik-hadde-imalati-uretimi-prosteel-800x600.png");
}
.cid-uPNmSsjQuD::before {
  content: '';
  position: absolute;
  right: -14%;
  bottom: 0;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(#dd2b1c -10%, transparent 95%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uPNmSsjQuD::before {
    opacity: .4;
  }
}
.cid-uPNmSsjQuD::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -20%;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #a7a4a3 -10%, transparent 95%);
}
@media (max-width: 992px) {
  .cid-uPNmSsjQuD::after {
    opacity: .4;
  }
}
.cid-uPNmSsjQuD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNmSsjQuD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNmSsjQuD .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uPNmSsjQuD .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uPNmSsjQuD .container {
    padding: 0 16px;
  }
}
.cid-uPNmSsjQuD .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uPNmSsjQuD .row .card {
  justify-content: flex-end;
}
.cid-uPNmSsjQuD .title-wrapper {
  margin-bottom: 246px;
}
@media (max-width: 1200px) {
  .cid-uPNmSsjQuD .title-wrapper {
    margin-bottom: 148px;
  }
}
@media (max-width: 992px) {
  .cid-uPNmSsjQuD .title-wrapper {
    margin-bottom: 90px;
  }
}
.cid-uPNmSsjQuD .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uPNmSsjQuD .title-wrapper .mbr-section-title span {
  color: #dd2b1c;
}
.cid-uPNmSsjQuD .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPNmSsjQuD .text-wrapper .text_2 {
  margin-top: 32px;
}
.cid-uPNmSsjQuD .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uPNmSsjQuD .text-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uPNmSsjQuD .text-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uPNmSsjQuD .text-wrapper .mbr-section-btn .btn-success-outline,
.cid-uPNmSsjQuD .text-wrapper .mbr-section-btn .btn-info-outline,
.cid-uPNmSsjQuD .text-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uPNmSsjQuD .text-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uPNmSsjQuD .text-wrapper .mbr-section-btn .btn-black-outline,
.cid-uPNmSsjQuD .text-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uPNmSsjQuD .text-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uPNmSsjQuD .text-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uPNmSsjQuD .text-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uPNmSsjQuD .text-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uPNmSsjQuD .text-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uPNmSsjQuD .text-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uPNmSsjQuD .text-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uPNmSsjQuD .text-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uPNmSsjQuD .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uPNmSsjQuD .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uPNmSsjQuD .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uPNmSsjQuD .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uPNmSsjQuD .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uPNmSsjQuD .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uPNmSsjQuD .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uPNmSsjQuD .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uPNmSsjQuD .text-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uPNmSsjQuD .text-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uPNmSsjQuD .text-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uPNmSsjQuD .text-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uPNmSsjQuD .text-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uPNmSsjQuD .text-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uPNmSsjQuD .text-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-uPNmSsjQuD .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uPNmSsjQuD .text-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uPNmSsjQuD .text-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uPNmSsjQuD .text-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uPNmSsjQuD .text-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uPNmSsjQuD .text-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uPNmSsjQuD .text-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uPNmSsjQuD .text-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uPNmSsjQuD .text-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uPNmSsjQuD .text-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uPNmSsjQuD .text-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uPNmSsjQuD .text-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uPNmSsjQuD .text-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uPNmSsjQuD .text-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uPNmSsjQuD .text-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uPNmSsjQuD .text-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uPNmSsjQuD .text-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uPNmSsjQuD .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uPNmSsjQuD .text-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #dd2b1c !important;
}
.cid-uPNmSsjQuD .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uPNmSsjQuD .text-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #ffffff !important;
}
.cid-uPNmSsjQuD .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uPNmSsjQuD .text-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #3a341c !important;
}
.cid-uPNmSsjQuD .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uPNmSsjQuD .text-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #320707 !important;
}
.cid-uPNmSsjQuD .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uPNmSsjQuD .text-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #a0e2e1 !important;
}
.cid-uPNmSsjQuD .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uPNmSsjQuD .text-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #ffea64 !important;
}
.cid-uPNmSsjQuD .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uPNmSsjQuD .text-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uPNmSsjQuD .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uPNmSsjQuD .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uPNmSsjQuD .mbr-section-title {
  color: #000000;
}
.cid-uPNmSsjQuD .mbr-text {
  color: #000000;
}
.cid-uPNmSszOIn {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #dd2b1c, #232323);
}
@media (min-width: 768px) {
  .cid-uPNmSszOIn {
    align-items: flex-start;
  }
  .cid-uPNmSszOIn .row {
    justify-content: flex-start;
  }
}
.cid-uPNmSszOIn .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uPNmSszOIn .mbr-text,
.cid-uPNmSszOIn .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uPNmSszOIn .mbr-section-title,
.cid-uPNmSszOIn .line {
  color: #ffffff;
  text-align: center;
}
.cid-uPNmSszOIn h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uPNmSszOIn h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uPNmSszOIn .mbr-section-subtitle,
.cid-uPNmSszOIn .align {
  text-align: left;
  color: #232323;
}
.cid-uPNmStAGA7 {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #232323, #dd2b1c);
}
@media (min-width: 768px) {
  .cid-uPNmStAGA7 {
    align-items: flex-start;
  }
  .cid-uPNmStAGA7 .row {
    justify-content: flex-start;
  }
}
.cid-uPNmStAGA7 .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uPNmStAGA7 .mbr-text,
.cid-uPNmStAGA7 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uPNmStAGA7 .mbr-section-title,
.cid-uPNmStAGA7 .line {
  color: #ffffff;
  text-align: center;
}
.cid-uPNmStAGA7 h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uPNmStAGA7 h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uPNmStAGA7 .mbr-section-subtitle,
.cid-uPNmStAGA7 .align {
  text-align: left;
  color: #232323;
}
.cid-uPNmSuuQRP {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/yapi-proje-gelistirme-prosteel2032-1000x749.jpg");
}
.cid-uPNmSuuQRP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNmSuuQRP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNmSuuQRP .row {
  margin: 0 -8px;
}
.cid-uPNmSuuQRP .row .card {
  padding: 0 8px;
}
.cid-uPNmSuuQRP .card-wrapper {
  position: relative;
  padding: 75px 64px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uPNmSuuQRP .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uPNmSuuQRP .card-wrapper {
    padding: 24px;
  }
}
.cid-uPNmSuuQRP .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
}
.cid-uPNmSuuQRP .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #dd2b1c;
  opacity: .6;
}
.cid-uPNmSuuQRP .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uPNmSuuQRP .card-wrapper .card-wrap .mbr-label {
  margin-bottom: 24px;
}
.cid-uPNmSuuQRP .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uPNmSuuQRP .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uPNmSuuQRP .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uPNmSuuQRP .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uPNmSuuQRP .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPNmSuuQRP .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uPNmSuuQRP .mbr-label {
  color: #63635d;
  text-align: center;
}
.cid-uPNmSuuQRP .mbr-text,
.cid-uPNmSuuQRP .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uPNmSuuQRP .mbr-section-title,
.cid-uPNmSuuQRP .mbr-section-btn {
  color: #ffffff;
}
.cid-uPNmSuJUuO {
  padding-top: 2rem;
  padding-bottom: 0rem;
  border-bottom: 2px solid #ffffff;
  background-image: url("../../../assets/images/yapi-proje-gelistirme-prosteel2010-1000x679.jpg");
}
.cid-uPNmSuJUuO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNmSuJUuO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNmSuJUuO .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uPNmSuJUuO .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uPNmSuJUuO .content-wrapper {
    padding: 0;
  }
}
.cid-uPNmSuJUuO .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uPNmSuJUuO .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uPNmSuJUuO .mbr-section-title,
.cid-uPNmSuJUuO .title-wrapper {
  color: #ffffff;
}
.cid-uPNmSuJUuO .mbr-section-title,
.cid-uPNmSuJUuO .mbr-section-btn,
.cid-uPNmSuJUuO .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uPNmSuZof6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPNmSuZof6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNmSuZof6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNmSuZof6 .container {
  max-width: 1472px;
}
.cid-uPNmSuZof6 .footer-main-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-radius: 2.08rem;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-uPNmSuZof6 .col-brand {
  width: 100%;
  padding: 2.5rem;
}
@media (max-width: 991px) {
  .cid-uPNmSuZof6 .col-brand {
    padding: 24px;
  }
}
.cid-uPNmSuZof6 .navbar-brand {
  display: flex;
  flex-basis: auto;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  white-space: normal;
  flex-shrink: 0;
  align-items: center;
  padding: 0;
  z-index: 1;
  margin-right: auto;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uPNmSuZof6 .navbar-brand:hover {
  transform: scale(1.1);
}
.cid-uPNmSuZof6 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uPNmSuZof6 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uPNmSuZof6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uPNmSuZof6 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uPNmSuZof6 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uPNmSuZof6 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uPNmSuZof6 .links-container {
  width: 100%;
  padding: 2.5rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 8.8%;
}
@media (max-width: 991px) {
  .cid-uPNmSuZof6 .links-container {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 17.6%;
    row-gap: 6.67rem;
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uPNmSuZof6 .links-container {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1.2rem;
    row-gap: 1.2rem;
  }
}
.cid-uPNmSuZof6 .mbr-section-subtitle {
  color: #13287d;
  margin-bottom: 12px;
}
.cid-uPNmSuZof6 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #232323;
}
.cid-uPNmSuZof6 .list li {
  width: 100%;
  color: inherit !important;
  margin: 6px 0;
}
.cid-uPNmSuZof6 .list li:hover {
  color: #dd2b1c !important;
}
.cid-uPNmSuZof6 .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uPNmSuZof6 .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uPNmSuZof6 .copyright-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid rgba(255, 255, 255, 0.01);
  padding: 32px 0 24px;
}
@media (max-width: 767px) {
  .cid-uPNmSuZof6 .copyright-container {
    padding: 24px 0 16px;
    flex-wrap: wrap;
  }
}
.cid-uPNmSuZof6 .copyright {
  color: #232323;
  max-width: 45%;
}
@media (max-width: 767px) {
  .cid-uPNmSuZof6 .copyright {
    max-width: 100%;
    width: 100%;
  }
}
.cid-uPNmSuZof6 .social-row {
  width: auto;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  max-width: 45%;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uPNmSuZof6 .social-row {
    max-width: 100%;
    width: 100%;
    justify-content: flex-start;
  }
}
.cid-uPNmSuZof6 .mbr-iconfont {
  font-size: 22px;
  color: #ae5eff;
}
.cid-uPNmSuZof6 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.01);
  margin-left: 4px;
  margin-bottom: 4px;
  padding: 12px;
  min-height: 70px;
  min-width: 70px;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-uPNmSuZof6 .soc-item {
    margin-left: 0;
    margin-right: 4px;
    margin-bottom: 0;
    margin-top: 4px;
    padding: 10px;
    min-height: 50px;
    min-width: 50px;
  }
}
.cid-uPNmSuZof6 .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPNmSuZof6 .soc-item a:hover {
  text-decoration-line: none !important;
}
.cid-uPNmSuZof6 .soc-item:hover {
  transform: scale(0.95);
}
.cid-uPNmSuZof6 .soc-item:hover .mbr-iconfont {
  color: #FFDD65 !important;
}
.cid-uPNmUAtghq .navbar {
  padding: 0.5rem 0;
  background: #9c98cf;
  transition: none;
  min-height: 50px;
}
.cid-uPNmUAtghq .navbar-fixed-top {
  padding-top: 0;
}
.cid-uPNmUAtghq .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-uPNmUAtghq .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #5a67a1;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-uPNmUAtghq .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-uPNmUAtghq .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uPNmUAtghq .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uPNmUAtghq .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uPNmUAtghq .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-uPNmUAtghq .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uPNmUAtghq .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uPNmUAtghq .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uPNmUAtghq .menu-content-top {
  background: #dd2b1c;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uPNmUAtghq .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-uPNmUAtghq .dropdown-item:hover {
  color: #d2d2df !important;
}
.cid-uPNmUAtghq .nav-link,
.cid-uPNmUAtghq .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-uPNmUAtghq .nav-link:hover,
.cid-uPNmUAtghq .brand-name:hover {
  color: #d2d2df !important;
}
.cid-uPNmUAtghq .dropdown-menu {
  background-color: #5a67a1;
}
.cid-uPNmUAtghq .dropdown-item:active {
  background-color: #5a67a1;
}
.cid-uPNmUAtghq .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-uPNmUAtghq .navbar-dropdown.bg-color.transparent.opened {
  background: #9c98cf;
}
.cid-uPNmUAtghq .nav-item {
  position: relative;
}
.cid-uPNmUAtghq .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uPNmUAtghq .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-uPNmUAtghq .nav-item .nav-link:focus {
  outline: none;
}
.cid-uPNmUAtghq .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPNmUAtghq .content-text {
  margin-bottom: 0;
}
.cid-uPNmUAtghq .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uPNmUAtghq .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #dd2b1c;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uPNmUAtghq .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uPNmUAtghq .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uPNmUAtghq .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uPNmUAtghq .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPNmUAtghq .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uPNmUAtghq .content-right-side {
  text-align: center;
}
.cid-uPNmUAtghq .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uPNmUAtghq .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uPNmUAtghq .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uPNmUAtghq .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-uPNmUAtghq .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uPNmUAtghq .info-widget:first-child {
  margin-left: 0;
}
.cid-uPNmUAtghq .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-uPNmUAtghq .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uPNmUAtghq .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uPNmUAtghq .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uPNmUAtghq .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-uPNmUAtghq .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uPNmUAtghq .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #5a67a1;
}
@media (min-width: 992px) {
  .cid-uPNmUAtghq .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-uPNmUAtghq .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #d2d2df;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-uPNmUAtghq .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-uPNmUAtghq .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uPNmUAtghq .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-uPNmUAtghq .navbar {
    display: block;
    padding: 0;
  }
  .cid-uPNmUAtghq .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-uPNmUAtghq .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uPNmUAtghq .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uPNmUAtghq .navbar-toggler {
    display: none;
  }
  .cid-uPNmUAtghq .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-uPNmUAtghq .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uPNmUAtghq .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-uPNmUAtghq .btn-sm {
  padding: 13px 29px;
}
.cid-uPNmUAtghq .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uPNmUAtghq .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-uPNmUAtghq .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-uPNmUAtghq .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uPNmUAtghq .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uPNmUAtghq .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uPNmUAtghq .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uPNmUAtghq .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uPNmUAtghq .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uPNmUAtghq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPNmUAtghq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPNmUAtghq .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uPNmUAtghq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uPNmUAtghq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPNmUAtghq .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uPNmUAtghq .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPNmUAtghq .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uPNmUAtghq .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-uPNmUAtghq .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uPNmUAtghq .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uPNmUAtghq .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uPNmUAtghq button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-uPNmUAtghq button.navbar-toggler:focus {
  outline: none;
}
.cid-uPNmUAtghq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uPNmUAtghq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPNmUAtghq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPNmUAtghq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPNmUAtghq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPNmUAtghq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPNmUAtghq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPNmUAtghq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPNmUAtghq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPNmUAtghq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPNmUAtghq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPNmUAtghq .collapsed .btn {
  display: flex;
}
.cid-uPNmUAtghq .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uPNmUAtghq .collapsed .navbar-collapse.collapsing,
.cid-uPNmUAtghq .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uPNmUAtghq .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uPNmUAtghq .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uPNmUAtghq .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uPNmUAtghq .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uPNmUAtghq .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uPNmUAtghq .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uPNmUAtghq .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uPNmUAtghq .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uPNmUAtghq .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uPNmUAtghq .collapsed button.navbar-toggler {
  display: block;
}
.cid-uPNmUAtghq .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uPNmUAtghq .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uPNmUAtghq .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uPNmUAtghq .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uPNmUAtghq .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uPNmUAtghq .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uPNmUAtghq .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uPNmUAtghq .menu-content-top {
    display: flex;
  }
  .cid-uPNmUAtghq .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-uPNmUAtghq .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-uPNmUAtghq .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-uPNmUAtghq .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-uPNmUAtghq .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-uPNmUAtghq .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-uPNmUAtghq .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-uPNmUAtghq .navbar-collapse.collapsing,
  .cid-uPNmUAtghq .navbar-collapse.show {
    display: block !important;
  }
  .cid-uPNmUAtghq .navbar-collapse.collapsing .navbar-nav,
  .cid-uPNmUAtghq .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uPNmUAtghq .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uPNmUAtghq .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uPNmUAtghq .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-uPNmUAtghq .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #dd2b1c;
  }
  .cid-uPNmUAtghq .navbar-collapse.collapsing .navbar-buttons,
  .cid-uPNmUAtghq .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uPNmUAtghq .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uPNmUAtghq .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uPNmUAtghq img {
    height: 3.8rem !important;
  }
  .cid-uPNmUAtghq .btn {
    display: flex;
  }
  .cid-uPNmUAtghq button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-uPNmUAtghq .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-uPNmUAtghq .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uPNmUAtghq .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uPNmUAtghq .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uPNmUAtghq .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uPNmUAtghq .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uPNmUAtghq .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uPNmUAtghq .nav-link:focus {
  outline: none;
}
.cid-uPNmUAtghq .navbar-toggler {
  position: relative;
}
.cid-uPNmUAtghq .widget-title,
.cid-uPNmUAtghq .widget-icon {
  color: #e9e9e9;
}
.cid-uPNmUAtghq .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-uPNmUAtghq .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-uPNmUAtghq .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-uPNmUAtghq .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-uPNmUAtghq .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-uPNmUAtghq .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-uPNmUAtghq .menu-content-top,
  .cid-uPNmUAtghq .menu-bottom {
    padding: 0 15px;
  }
  .cid-uPNmUAtghq button.navbar-toggler {
    align-self: center;
  }
  .cid-uPNmUAtghq .btn {
    margin-left: 0;
  }
  .cid-uPNmUAtghq .widget-icon {
    padding-right: 0;
  }
}
.cid-uPNmUAtghq .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-uPNmUAtghq .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #5a67a1;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-uPNmUAtghq .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-uPNmUAtghq .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #d2d2df;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-uPNmUAtghq .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-uPNmUAOXbl {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(to bottom, #163300, #dd2b1c);
}
@media (min-width: 768px) {
  .cid-uPNmUAOXbl {
    align-items: flex-start;
  }
  .cid-uPNmUAOXbl .row {
    justify-content: flex-start;
  }
}
.cid-uPNmUAOXbl .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uPNmUAOXbl .mbr-text,
.cid-uPNmUAOXbl .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uPNmUAOXbl .mbr-section-title,
.cid-uPNmUAOXbl .line {
  color: #232323;
}
.cid-uPNmUAOXbl h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uPNmUAOXbl h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uPNmUAOXbl .mbr-section-subtitle,
.cid-uPNmUAOXbl .align {
  text-align: left;
  color: #232323;
}
.cid-uQnjynjEOx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #254b45;
}
.cid-uQnjynjEOx .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uQnjynjEOx .modal-body .close {
  background: #1b1b1b;
}
.cid-uQnjynjEOx .modal-body .close span {
  font-style: normal;
}
@media (min-width: 992px) {
  .cid-uQnjynjEOx .align-center {
    text-align: left;
    max-width: 850px;
  }
  .cid-uQnjynjEOx .carousel-caption {
    justify-content: flex-start !important;
    padding-left: 5rem;
  }
}
.cid-uQnjynjEOx .mbr-slider .carousel-control {
  background: black!important;
  border-radius: 6px;
  height: 100px;
  width: 50px;
}
.cid-uQnjynjEOx .mbri-right:before {
  content: "\e909";
  color: white;
}
.cid-uQnjynjEOx .mbri-left:before {
  content: "\e90a";
  color: white;
}
.cid-uQnjynjEOx .container {
  max-width: 100%;
  padding: 0;
}
.cid-uQnjynjEOx .content-slider-wrap {
  width: 100%;
}
.cid-uQnjynjEOx .carousel-inner > .active,
.cid-uQnjynjEOx .carousel-inner > .next,
.cid-uQnjynjEOx .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-uQnjynjEOx .carousel-control .icon-next,
.cid-uQnjynjEOx .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uQnjynjEOx .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uQnjynjEOx .mbr-iconfont {
  color: black;
  font-size: 2rem!important;
  font-family: 'Moririse2' !important;
  font-weight: 600;
}
.cid-uQnjynjEOx .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-uQnjynjEOx .boxed-slider > div {
  position: relative;
}
.cid-uQnjynjEOx .container img {
  width: 100%;
}
.cid-uQnjynjEOx .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-uQnjynjEOx .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uQnjynjEOx .mbr-table-cell {
  padding: 0;
}
.cid-uQnjynjEOx .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uQnjynjEOx .carousel-caption {
  top: auto;
  right: 0;
  bottom: 2rem;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uQnjynjEOx .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uQnjynjEOx .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-uQnjynjEOx .carousel-item.active.right,
.cid-uQnjynjEOx .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uQnjynjEOx .carousel-item.active.left,
.cid-uQnjynjEOx .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uQnjynjEOx .carousel-item.active,
.cid-uQnjynjEOx .carousel-item.next.left,
.cid-uQnjynjEOx .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-uQnjynjEOx .mbr-slider .carousel-control {
  top: 50%;
  margin-top: -1.5rem;
  font-size: 35px;
  transition: all .3s;
  z-index: 11;
}
@media (max-width: 767px) {
  .cid-uQnjynjEOx .mbr-slider .carousel-control {
    top: 20%;
  }
}
.cid-uQnjynjEOx .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQnjynjEOx .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uQnjynjEOx .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-uQnjynjEOx .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uQnjynjEOx .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 10px;
  width: 10px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-uQnjynjEOx .mbr-slider .carousel-indicators li.active,
.cid-uQnjynjEOx .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-uQnjynjEOx .mbr-slider .carousel-indicators li::after,
.cid-uQnjynjEOx .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-uQnjynjEOx .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-uQnjynjEOx .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-uQnjynjEOx .mbr-slider > .container img {
  width: 100%;
}
.cid-uQnjynjEOx .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uQnjynjEOx .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-uQnjynjEOx .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uQnjynjEOx .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uQnjynjEOx .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-uQnjynjEOx .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-uQnjynjEOx .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-uQnjynjEOx .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-uQnjynjEOx .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-uQnjynjEOx .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uQnjynjEOx .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-uQnjynjEOx .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-uQnjynjEOx .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-uQnjynjEOx .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-uQnjynjEOx .carousel-inner {
  height: 100%;
}
.cid-uQnjynjEOx .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-uQnjynjEOx .image_wrapper {
  height: 950px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-uQnjynjEOx .image_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uQnjynjEOx .carousel-item .container-slide {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uQnjynjEOx .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uQnjynjEOx .content-slider-wrap {
    width: 100%!important;
  }
  .cid-uQnjynjEOx .image_wrapper {
    height: 570px;
  }
}
.cid-uQnjynjEOx P {
  color: #dd2b1c;
}
.cid-uPNmUBcDPa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff1e2;
}
.cid-uPNmUBcDPa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNmUBcDPa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNmUBcDPa .content-wrapper {
  display: flex;
  position: relative;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-uPNmUBcDPa .content-wrapper {
    padding: 30px 20px;
  }
}
.cid-uPNmUBcDPa .content-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uPNmUBcDPa .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uPNmUBcDPa .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: linear-gradient(0.251turn, #f8e7d2 37%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-uPNmUBcDPa .content-wrapper .content-wrap {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uPNmUBcDPa .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uPNmUBcDPa .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #fff1e2;
  padding: 8px 16px;
  margin-bottom: 32px;
}
.cid-uPNmUBcDPa .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uPNmUBcDPa .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uPNmUBcDPa .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 64px;
}
.cid-uPNmUBcDPa .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPNmUBcDPa .mbr-section-title {
  color: #404349;
}
.cid-uPNmUBcDPa .mbr-text {
  color: #404349;
}
.cid-uPNmUBcDPa .mbr-desc {
  color: #b19a7c;
}
.cid-uPNmUBoCgV {
  padding-top: 2rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/celik-hadde-imalati-uretimi-prosteel-800x600.png");
}
.cid-uPNmUBoCgV::before {
  content: '';
  position: absolute;
  right: -14%;
  bottom: 0;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(#dd2b1c -10%, transparent 95%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uPNmUBoCgV::before {
    opacity: .4;
  }
}
.cid-uPNmUBoCgV::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -20%;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #a7a4a3 -10%, transparent 95%);
}
@media (max-width: 992px) {
  .cid-uPNmUBoCgV::after {
    opacity: .4;
  }
}
.cid-uPNmUBoCgV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNmUBoCgV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNmUBoCgV .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uPNmUBoCgV .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uPNmUBoCgV .container {
    padding: 0 16px;
  }
}
.cid-uPNmUBoCgV .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uPNmUBoCgV .row .card {
  justify-content: flex-end;
}
.cid-uPNmUBoCgV .title-wrapper {
  margin-bottom: 246px;
}
@media (max-width: 1200px) {
  .cid-uPNmUBoCgV .title-wrapper {
    margin-bottom: 148px;
  }
}
@media (max-width: 992px) {
  .cid-uPNmUBoCgV .title-wrapper {
    margin-bottom: 90px;
  }
}
.cid-uPNmUBoCgV .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uPNmUBoCgV .title-wrapper .mbr-section-title span {
  color: #dd2b1c;
}
.cid-uPNmUBoCgV .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPNmUBoCgV .text-wrapper .text_2 {
  margin-top: 32px;
}
.cid-uPNmUBoCgV .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uPNmUBoCgV .text-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uPNmUBoCgV .text-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uPNmUBoCgV .text-wrapper .mbr-section-btn .btn-success-outline,
.cid-uPNmUBoCgV .text-wrapper .mbr-section-btn .btn-info-outline,
.cid-uPNmUBoCgV .text-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uPNmUBoCgV .text-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uPNmUBoCgV .text-wrapper .mbr-section-btn .btn-black-outline,
.cid-uPNmUBoCgV .text-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uPNmUBoCgV .text-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uPNmUBoCgV .text-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uPNmUBoCgV .text-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uPNmUBoCgV .text-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uPNmUBoCgV .text-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uPNmUBoCgV .text-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uPNmUBoCgV .text-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uPNmUBoCgV .text-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uPNmUBoCgV .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uPNmUBoCgV .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uPNmUBoCgV .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uPNmUBoCgV .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uPNmUBoCgV .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uPNmUBoCgV .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uPNmUBoCgV .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uPNmUBoCgV .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uPNmUBoCgV .text-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uPNmUBoCgV .text-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uPNmUBoCgV .text-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uPNmUBoCgV .text-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uPNmUBoCgV .text-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uPNmUBoCgV .text-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uPNmUBoCgV .text-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-uPNmUBoCgV .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uPNmUBoCgV .text-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uPNmUBoCgV .text-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uPNmUBoCgV .text-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uPNmUBoCgV .text-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uPNmUBoCgV .text-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uPNmUBoCgV .text-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uPNmUBoCgV .text-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uPNmUBoCgV .text-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uPNmUBoCgV .text-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uPNmUBoCgV .text-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uPNmUBoCgV .text-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uPNmUBoCgV .text-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uPNmUBoCgV .text-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uPNmUBoCgV .text-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uPNmUBoCgV .text-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uPNmUBoCgV .text-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uPNmUBoCgV .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uPNmUBoCgV .text-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #dd2b1c !important;
}
.cid-uPNmUBoCgV .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uPNmUBoCgV .text-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #ffffff !important;
}
.cid-uPNmUBoCgV .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uPNmUBoCgV .text-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #3a341c !important;
}
.cid-uPNmUBoCgV .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uPNmUBoCgV .text-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #320707 !important;
}
.cid-uPNmUBoCgV .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uPNmUBoCgV .text-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #a0e2e1 !important;
}
.cid-uPNmUBoCgV .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uPNmUBoCgV .text-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #ffea64 !important;
}
.cid-uPNmUBoCgV .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uPNmUBoCgV .text-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uPNmUBoCgV .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uPNmUBoCgV .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uPNmUBoCgV .mbr-section-title {
  color: #000000;
}
.cid-uPNmUBoCgV .mbr-text {
  color: #000000;
}
.cid-uPNmUBzgeR {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #dd2b1c, #232323);
}
@media (min-width: 768px) {
  .cid-uPNmUBzgeR {
    align-items: flex-start;
  }
  .cid-uPNmUBzgeR .row {
    justify-content: flex-start;
  }
}
.cid-uPNmUBzgeR .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uPNmUBzgeR .mbr-text,
.cid-uPNmUBzgeR .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uPNmUBzgeR .mbr-section-title,
.cid-uPNmUBzgeR .line {
  color: #ffffff;
  text-align: center;
}
.cid-uPNmUBzgeR h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uPNmUBzgeR h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uPNmUBzgeR .mbr-section-subtitle,
.cid-uPNmUBzgeR .align {
  text-align: left;
  color: #232323;
}
.cid-uPNmUCvrWC {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #232323, #dd2b1c);
}
@media (min-width: 768px) {
  .cid-uPNmUCvrWC {
    align-items: flex-start;
  }
  .cid-uPNmUCvrWC .row {
    justify-content: flex-start;
  }
}
.cid-uPNmUCvrWC .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uPNmUCvrWC .mbr-text,
.cid-uPNmUCvrWC .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uPNmUCvrWC .mbr-section-title,
.cid-uPNmUCvrWC .line {
  color: #ffffff;
  text-align: center;
}
.cid-uPNmUCvrWC h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uPNmUCvrWC h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uPNmUCvrWC .mbr-section-subtitle,
.cid-uPNmUCvrWC .align {
  text-align: left;
  color: #232323;
}
.cid-uPNmUDf9xw {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/yapi-proje-gelistirme-prosteel2032-1000x749.jpg");
}
.cid-uPNmUDf9xw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNmUDf9xw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNmUDf9xw .row {
  margin: 0 -8px;
}
.cid-uPNmUDf9xw .row .card {
  padding: 0 8px;
}
.cid-uPNmUDf9xw .card-wrapper {
  position: relative;
  padding: 75px 64px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uPNmUDf9xw .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uPNmUDf9xw .card-wrapper {
    padding: 24px;
  }
}
.cid-uPNmUDf9xw .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
}
.cid-uPNmUDf9xw .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #dd2b1c;
  opacity: .6;
}
.cid-uPNmUDf9xw .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uPNmUDf9xw .card-wrapper .card-wrap .mbr-label {
  margin-bottom: 24px;
}
.cid-uPNmUDf9xw .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uPNmUDf9xw .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uPNmUDf9xw .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uPNmUDf9xw .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uPNmUDf9xw .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPNmUDf9xw .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uPNmUDf9xw .mbr-label {
  color: #63635d;
  text-align: center;
}
.cid-uPNmUDf9xw .mbr-text,
.cid-uPNmUDf9xw .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uPNmUDf9xw .mbr-section-title,
.cid-uPNmUDf9xw .mbr-section-btn {
  color: #ffffff;
}
.cid-uPNmUDw4uE {
  padding-top: 2rem;
  padding-bottom: 0rem;
  border-bottom: 2px solid #ffffff;
  background-image: url("../../../assets/images/yapi-proje-gelistirme-prosteel2010-1000x679.jpg");
}
.cid-uPNmUDw4uE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNmUDw4uE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNmUDw4uE .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uPNmUDw4uE .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uPNmUDw4uE .content-wrapper {
    padding: 0;
  }
}
.cid-uPNmUDw4uE .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uPNmUDw4uE .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uPNmUDw4uE .mbr-section-title,
.cid-uPNmUDw4uE .title-wrapper {
  color: #ffffff;
}
.cid-uPNmUDw4uE .mbr-section-title,
.cid-uPNmUDw4uE .mbr-section-btn,
.cid-uPNmUDw4uE .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uPNmUDJ2Z5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPNmUDJ2Z5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNmUDJ2Z5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNmUDJ2Z5 .container {
  max-width: 1472px;
}
.cid-uPNmUDJ2Z5 .footer-main-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-radius: 2.08rem;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-uPNmUDJ2Z5 .col-brand {
  width: 100%;
  padding: 2.5rem;
}
@media (max-width: 991px) {
  .cid-uPNmUDJ2Z5 .col-brand {
    padding: 24px;
  }
}
.cid-uPNmUDJ2Z5 .navbar-brand {
  display: flex;
  flex-basis: auto;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  white-space: normal;
  flex-shrink: 0;
  align-items: center;
  padding: 0;
  z-index: 1;
  margin-right: auto;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uPNmUDJ2Z5 .navbar-brand:hover {
  transform: scale(1.1);
}
.cid-uPNmUDJ2Z5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uPNmUDJ2Z5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uPNmUDJ2Z5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uPNmUDJ2Z5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uPNmUDJ2Z5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uPNmUDJ2Z5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uPNmUDJ2Z5 .links-container {
  width: 100%;
  padding: 2.5rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 8.8%;
}
@media (max-width: 991px) {
  .cid-uPNmUDJ2Z5 .links-container {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 17.6%;
    row-gap: 6.67rem;
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uPNmUDJ2Z5 .links-container {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1.2rem;
    row-gap: 1.2rem;
  }
}
.cid-uPNmUDJ2Z5 .mbr-section-subtitle {
  color: #13287d;
  margin-bottom: 12px;
}
.cid-uPNmUDJ2Z5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #232323;
}
.cid-uPNmUDJ2Z5 .list li {
  width: 100%;
  color: inherit !important;
  margin: 6px 0;
}
.cid-uPNmUDJ2Z5 .list li:hover {
  color: #dd2b1c !important;
}
.cid-uPNmUDJ2Z5 .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uPNmUDJ2Z5 .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uPNmUDJ2Z5 .copyright-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid rgba(255, 255, 255, 0.01);
  padding: 32px 0 24px;
}
@media (max-width: 767px) {
  .cid-uPNmUDJ2Z5 .copyright-container {
    padding: 24px 0 16px;
    flex-wrap: wrap;
  }
}
.cid-uPNmUDJ2Z5 .copyright {
  color: #232323;
  max-width: 45%;
}
@media (max-width: 767px) {
  .cid-uPNmUDJ2Z5 .copyright {
    max-width: 100%;
    width: 100%;
  }
}
.cid-uPNmUDJ2Z5 .social-row {
  width: auto;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  max-width: 45%;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uPNmUDJ2Z5 .social-row {
    max-width: 100%;
    width: 100%;
    justify-content: flex-start;
  }
}
.cid-uPNmUDJ2Z5 .mbr-iconfont {
  font-size: 22px;
  color: #ae5eff;
}
.cid-uPNmUDJ2Z5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.01);
  margin-left: 4px;
  margin-bottom: 4px;
  padding: 12px;
  min-height: 70px;
  min-width: 70px;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-uPNmUDJ2Z5 .soc-item {
    margin-left: 0;
    margin-right: 4px;
    margin-bottom: 0;
    margin-top: 4px;
    padding: 10px;
    min-height: 50px;
    min-width: 50px;
  }
}
.cid-uPNmUDJ2Z5 .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPNmUDJ2Z5 .soc-item a:hover {
  text-decoration-line: none !important;
}
.cid-uPNmUDJ2Z5 .soc-item:hover {
  transform: scale(0.95);
}
.cid-uPNmUDJ2Z5 .soc-item:hover .mbr-iconfont {
  color: #FFDD65 !important;
}
.cid-uPNmWnaMmB .navbar {
  padding: 0.5rem 0;
  background: #9c98cf;
  transition: none;
  min-height: 50px;
}
.cid-uPNmWnaMmB .navbar-fixed-top {
  padding-top: 0;
}
.cid-uPNmWnaMmB .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-uPNmWnaMmB .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #5a67a1;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-uPNmWnaMmB .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-uPNmWnaMmB .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uPNmWnaMmB .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uPNmWnaMmB .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uPNmWnaMmB .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-uPNmWnaMmB .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uPNmWnaMmB .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uPNmWnaMmB .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uPNmWnaMmB .menu-content-top {
  background: #dd2b1c;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uPNmWnaMmB .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-uPNmWnaMmB .dropdown-item:hover {
  color: #d2d2df !important;
}
.cid-uPNmWnaMmB .nav-link,
.cid-uPNmWnaMmB .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-uPNmWnaMmB .nav-link:hover,
.cid-uPNmWnaMmB .brand-name:hover {
  color: #d2d2df !important;
}
.cid-uPNmWnaMmB .dropdown-menu {
  background-color: #5a67a1;
}
.cid-uPNmWnaMmB .dropdown-item:active {
  background-color: #5a67a1;
}
.cid-uPNmWnaMmB .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-uPNmWnaMmB .navbar-dropdown.bg-color.transparent.opened {
  background: #9c98cf;
}
.cid-uPNmWnaMmB .nav-item {
  position: relative;
}
.cid-uPNmWnaMmB .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uPNmWnaMmB .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-uPNmWnaMmB .nav-item .nav-link:focus {
  outline: none;
}
.cid-uPNmWnaMmB .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPNmWnaMmB .content-text {
  margin-bottom: 0;
}
.cid-uPNmWnaMmB .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uPNmWnaMmB .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #dd2b1c;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uPNmWnaMmB .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uPNmWnaMmB .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uPNmWnaMmB .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uPNmWnaMmB .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPNmWnaMmB .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uPNmWnaMmB .content-right-side {
  text-align: center;
}
.cid-uPNmWnaMmB .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uPNmWnaMmB .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uPNmWnaMmB .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uPNmWnaMmB .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-uPNmWnaMmB .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uPNmWnaMmB .info-widget:first-child {
  margin-left: 0;
}
.cid-uPNmWnaMmB .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-uPNmWnaMmB .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uPNmWnaMmB .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uPNmWnaMmB .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uPNmWnaMmB .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-uPNmWnaMmB .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uPNmWnaMmB .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #5a67a1;
}
@media (min-width: 992px) {
  .cid-uPNmWnaMmB .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-uPNmWnaMmB .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #d2d2df;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-uPNmWnaMmB .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-uPNmWnaMmB .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uPNmWnaMmB .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-uPNmWnaMmB .navbar {
    display: block;
    padding: 0;
  }
  .cid-uPNmWnaMmB .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-uPNmWnaMmB .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uPNmWnaMmB .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uPNmWnaMmB .navbar-toggler {
    display: none;
  }
  .cid-uPNmWnaMmB .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-uPNmWnaMmB .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uPNmWnaMmB .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-uPNmWnaMmB .btn-sm {
  padding: 13px 29px;
}
.cid-uPNmWnaMmB .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uPNmWnaMmB .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-uPNmWnaMmB .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-uPNmWnaMmB .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uPNmWnaMmB .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uPNmWnaMmB .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uPNmWnaMmB .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uPNmWnaMmB .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uPNmWnaMmB .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uPNmWnaMmB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPNmWnaMmB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPNmWnaMmB .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uPNmWnaMmB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uPNmWnaMmB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPNmWnaMmB .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uPNmWnaMmB .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPNmWnaMmB .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uPNmWnaMmB .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-uPNmWnaMmB .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uPNmWnaMmB .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uPNmWnaMmB .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uPNmWnaMmB button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-uPNmWnaMmB button.navbar-toggler:focus {
  outline: none;
}
.cid-uPNmWnaMmB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uPNmWnaMmB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPNmWnaMmB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPNmWnaMmB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPNmWnaMmB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPNmWnaMmB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPNmWnaMmB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPNmWnaMmB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPNmWnaMmB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPNmWnaMmB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPNmWnaMmB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPNmWnaMmB .collapsed .btn {
  display: flex;
}
.cid-uPNmWnaMmB .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uPNmWnaMmB .collapsed .navbar-collapse.collapsing,
.cid-uPNmWnaMmB .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uPNmWnaMmB .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uPNmWnaMmB .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uPNmWnaMmB .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uPNmWnaMmB .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uPNmWnaMmB .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uPNmWnaMmB .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uPNmWnaMmB .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uPNmWnaMmB .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uPNmWnaMmB .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uPNmWnaMmB .collapsed button.navbar-toggler {
  display: block;
}
.cid-uPNmWnaMmB .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uPNmWnaMmB .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uPNmWnaMmB .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uPNmWnaMmB .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uPNmWnaMmB .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uPNmWnaMmB .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uPNmWnaMmB .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uPNmWnaMmB .menu-content-top {
    display: flex;
  }
  .cid-uPNmWnaMmB .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-uPNmWnaMmB .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-uPNmWnaMmB .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-uPNmWnaMmB .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-uPNmWnaMmB .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-uPNmWnaMmB .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-uPNmWnaMmB .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-uPNmWnaMmB .navbar-collapse.collapsing,
  .cid-uPNmWnaMmB .navbar-collapse.show {
    display: block !important;
  }
  .cid-uPNmWnaMmB .navbar-collapse.collapsing .navbar-nav,
  .cid-uPNmWnaMmB .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uPNmWnaMmB .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uPNmWnaMmB .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uPNmWnaMmB .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-uPNmWnaMmB .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #dd2b1c;
  }
  .cid-uPNmWnaMmB .navbar-collapse.collapsing .navbar-buttons,
  .cid-uPNmWnaMmB .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uPNmWnaMmB .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uPNmWnaMmB .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uPNmWnaMmB img {
    height: 3.8rem !important;
  }
  .cid-uPNmWnaMmB .btn {
    display: flex;
  }
  .cid-uPNmWnaMmB button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-uPNmWnaMmB .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-uPNmWnaMmB .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uPNmWnaMmB .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uPNmWnaMmB .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uPNmWnaMmB .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uPNmWnaMmB .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uPNmWnaMmB .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uPNmWnaMmB .nav-link:focus {
  outline: none;
}
.cid-uPNmWnaMmB .navbar-toggler {
  position: relative;
}
.cid-uPNmWnaMmB .widget-title,
.cid-uPNmWnaMmB .widget-icon {
  color: #e9e9e9;
}
.cid-uPNmWnaMmB .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-uPNmWnaMmB .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-uPNmWnaMmB .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-uPNmWnaMmB .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-uPNmWnaMmB .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-uPNmWnaMmB .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-uPNmWnaMmB .menu-content-top,
  .cid-uPNmWnaMmB .menu-bottom {
    padding: 0 15px;
  }
  .cid-uPNmWnaMmB button.navbar-toggler {
    align-self: center;
  }
  .cid-uPNmWnaMmB .btn {
    margin-left: 0;
  }
  .cid-uPNmWnaMmB .widget-icon {
    padding-right: 0;
  }
}
.cid-uPNmWnaMmB .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-uPNmWnaMmB .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #5a67a1;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-uPNmWnaMmB .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-uPNmWnaMmB .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #d2d2df;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-uPNmWnaMmB .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-uPNmWnwQqR {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(to bottom, #163300, #dd2b1c);
}
@media (min-width: 768px) {
  .cid-uPNmWnwQqR {
    align-items: flex-start;
  }
  .cid-uPNmWnwQqR .row {
    justify-content: flex-start;
  }
}
.cid-uPNmWnwQqR .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uPNmWnwQqR .mbr-text,
.cid-uPNmWnwQqR .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uPNmWnwQqR .mbr-section-title,
.cid-uPNmWnwQqR .line {
  color: #232323;
}
.cid-uPNmWnwQqR h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uPNmWnwQqR h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uPNmWnwQqR .mbr-section-subtitle,
.cid-uPNmWnwQqR .align {
  text-align: left;
  color: #232323;
}
.cid-uQnjCjo2T4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #254b45;
}
.cid-uQnjCjo2T4 .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uQnjCjo2T4 .modal-body .close {
  background: #1b1b1b;
}
.cid-uQnjCjo2T4 .modal-body .close span {
  font-style: normal;
}
@media (min-width: 992px) {
  .cid-uQnjCjo2T4 .align-center {
    text-align: left;
    max-width: 850px;
  }
  .cid-uQnjCjo2T4 .carousel-caption {
    justify-content: flex-start !important;
    padding-left: 5rem;
  }
}
.cid-uQnjCjo2T4 .mbr-slider .carousel-control {
  background: black!important;
  border-radius: 6px;
  height: 100px;
  width: 50px;
}
.cid-uQnjCjo2T4 .mbri-right:before {
  content: "\e909";
  color: white;
}
.cid-uQnjCjo2T4 .mbri-left:before {
  content: "\e90a";
  color: white;
}
.cid-uQnjCjo2T4 .container {
  max-width: 100%;
  padding: 0;
}
.cid-uQnjCjo2T4 .content-slider-wrap {
  width: 100%;
}
.cid-uQnjCjo2T4 .carousel-inner > .active,
.cid-uQnjCjo2T4 .carousel-inner > .next,
.cid-uQnjCjo2T4 .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-uQnjCjo2T4 .carousel-control .icon-next,
.cid-uQnjCjo2T4 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uQnjCjo2T4 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uQnjCjo2T4 .mbr-iconfont {
  color: black;
  font-size: 2rem!important;
  font-family: 'Moririse2' !important;
  font-weight: 600;
}
.cid-uQnjCjo2T4 .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-uQnjCjo2T4 .boxed-slider > div {
  position: relative;
}
.cid-uQnjCjo2T4 .container img {
  width: 100%;
}
.cid-uQnjCjo2T4 .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-uQnjCjo2T4 .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uQnjCjo2T4 .mbr-table-cell {
  padding: 0;
}
.cid-uQnjCjo2T4 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uQnjCjo2T4 .carousel-caption {
  top: auto;
  right: 0;
  bottom: 2rem;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uQnjCjo2T4 .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uQnjCjo2T4 .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-uQnjCjo2T4 .carousel-item.active.right,
.cid-uQnjCjo2T4 .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uQnjCjo2T4 .carousel-item.active.left,
.cid-uQnjCjo2T4 .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uQnjCjo2T4 .carousel-item.active,
.cid-uQnjCjo2T4 .carousel-item.next.left,
.cid-uQnjCjo2T4 .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-uQnjCjo2T4 .mbr-slider .carousel-control {
  top: 50%;
  margin-top: -1.5rem;
  font-size: 35px;
  transition: all .3s;
  z-index: 11;
}
@media (max-width: 767px) {
  .cid-uQnjCjo2T4 .mbr-slider .carousel-control {
    top: 20%;
  }
}
.cid-uQnjCjo2T4 .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQnjCjo2T4 .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uQnjCjo2T4 .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-uQnjCjo2T4 .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uQnjCjo2T4 .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 10px;
  width: 10px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-uQnjCjo2T4 .mbr-slider .carousel-indicators li.active,
.cid-uQnjCjo2T4 .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-uQnjCjo2T4 .mbr-slider .carousel-indicators li::after,
.cid-uQnjCjo2T4 .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-uQnjCjo2T4 .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-uQnjCjo2T4 .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-uQnjCjo2T4 .mbr-slider > .container img {
  width: 100%;
}
.cid-uQnjCjo2T4 .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uQnjCjo2T4 .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-uQnjCjo2T4 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uQnjCjo2T4 .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uQnjCjo2T4 .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-uQnjCjo2T4 .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-uQnjCjo2T4 .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-uQnjCjo2T4 .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-uQnjCjo2T4 .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-uQnjCjo2T4 .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uQnjCjo2T4 .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-uQnjCjo2T4 .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-uQnjCjo2T4 .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-uQnjCjo2T4 .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-uQnjCjo2T4 .carousel-inner {
  height: 100%;
}
.cid-uQnjCjo2T4 .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-uQnjCjo2T4 .image_wrapper {
  height: 950px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-uQnjCjo2T4 .image_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uQnjCjo2T4 .carousel-item .container-slide {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uQnjCjo2T4 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uQnjCjo2T4 .content-slider-wrap {
    width: 100%!important;
  }
  .cid-uQnjCjo2T4 .image_wrapper {
    height: 570px;
  }
}
.cid-uQnjCjo2T4 P {
  color: #dd2b1c;
}
.cid-uPNmWnSfxK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff1e2;
}
.cid-uPNmWnSfxK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNmWnSfxK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNmWnSfxK .content-wrapper {
  display: flex;
  position: relative;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-uPNmWnSfxK .content-wrapper {
    padding: 30px 20px;
  }
}
.cid-uPNmWnSfxK .content-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uPNmWnSfxK .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uPNmWnSfxK .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: linear-gradient(0.251turn, #f8e7d2 37%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-uPNmWnSfxK .content-wrapper .content-wrap {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uPNmWnSfxK .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uPNmWnSfxK .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #fff1e2;
  padding: 8px 16px;
  margin-bottom: 32px;
}
.cid-uPNmWnSfxK .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uPNmWnSfxK .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uPNmWnSfxK .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 64px;
}
.cid-uPNmWnSfxK .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPNmWnSfxK .mbr-section-title {
  color: #404349;
}
.cid-uPNmWnSfxK .mbr-text {
  color: #404349;
}
.cid-uPNmWnSfxK .mbr-desc {
  color: #b19a7c;
}
.cid-uPNmWo5icD {
  padding-top: 2rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/celik-hadde-imalati-uretimi-prosteel-800x600.png");
}
.cid-uPNmWo5icD::before {
  content: '';
  position: absolute;
  right: -14%;
  bottom: 0;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(#dd2b1c -10%, transparent 95%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uPNmWo5icD::before {
    opacity: .4;
  }
}
.cid-uPNmWo5icD::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -20%;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #a7a4a3 -10%, transparent 95%);
}
@media (max-width: 992px) {
  .cid-uPNmWo5icD::after {
    opacity: .4;
  }
}
.cid-uPNmWo5icD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNmWo5icD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNmWo5icD .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uPNmWo5icD .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uPNmWo5icD .container {
    padding: 0 16px;
  }
}
.cid-uPNmWo5icD .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uPNmWo5icD .row .card {
  justify-content: flex-end;
}
.cid-uPNmWo5icD .title-wrapper {
  margin-bottom: 246px;
}
@media (max-width: 1200px) {
  .cid-uPNmWo5icD .title-wrapper {
    margin-bottom: 148px;
  }
}
@media (max-width: 992px) {
  .cid-uPNmWo5icD .title-wrapper {
    margin-bottom: 90px;
  }
}
.cid-uPNmWo5icD .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uPNmWo5icD .title-wrapper .mbr-section-title span {
  color: #dd2b1c;
}
.cid-uPNmWo5icD .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPNmWo5icD .text-wrapper .text_2 {
  margin-top: 32px;
}
.cid-uPNmWo5icD .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uPNmWo5icD .text-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uPNmWo5icD .text-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uPNmWo5icD .text-wrapper .mbr-section-btn .btn-success-outline,
.cid-uPNmWo5icD .text-wrapper .mbr-section-btn .btn-info-outline,
.cid-uPNmWo5icD .text-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uPNmWo5icD .text-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uPNmWo5icD .text-wrapper .mbr-section-btn .btn-black-outline,
.cid-uPNmWo5icD .text-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uPNmWo5icD .text-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uPNmWo5icD .text-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uPNmWo5icD .text-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uPNmWo5icD .text-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uPNmWo5icD .text-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uPNmWo5icD .text-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uPNmWo5icD .text-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uPNmWo5icD .text-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uPNmWo5icD .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uPNmWo5icD .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uPNmWo5icD .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uPNmWo5icD .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uPNmWo5icD .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uPNmWo5icD .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uPNmWo5icD .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uPNmWo5icD .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uPNmWo5icD .text-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uPNmWo5icD .text-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uPNmWo5icD .text-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uPNmWo5icD .text-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uPNmWo5icD .text-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uPNmWo5icD .text-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uPNmWo5icD .text-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-uPNmWo5icD .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uPNmWo5icD .text-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uPNmWo5icD .text-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uPNmWo5icD .text-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uPNmWo5icD .text-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uPNmWo5icD .text-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uPNmWo5icD .text-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uPNmWo5icD .text-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uPNmWo5icD .text-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uPNmWo5icD .text-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uPNmWo5icD .text-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uPNmWo5icD .text-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uPNmWo5icD .text-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uPNmWo5icD .text-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uPNmWo5icD .text-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uPNmWo5icD .text-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uPNmWo5icD .text-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uPNmWo5icD .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uPNmWo5icD .text-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #dd2b1c !important;
}
.cid-uPNmWo5icD .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uPNmWo5icD .text-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #ffffff !important;
}
.cid-uPNmWo5icD .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uPNmWo5icD .text-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #3a341c !important;
}
.cid-uPNmWo5icD .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uPNmWo5icD .text-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #320707 !important;
}
.cid-uPNmWo5icD .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uPNmWo5icD .text-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #a0e2e1 !important;
}
.cid-uPNmWo5icD .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uPNmWo5icD .text-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #ffea64 !important;
}
.cid-uPNmWo5icD .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uPNmWo5icD .text-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uPNmWo5icD .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uPNmWo5icD .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uPNmWo5icD .mbr-section-title {
  color: #000000;
}
.cid-uPNmWo5icD .mbr-text {
  color: #000000;
}
.cid-uPNmWohIO3 {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #dd2b1c, #232323);
}
@media (min-width: 768px) {
  .cid-uPNmWohIO3 {
    align-items: flex-start;
  }
  .cid-uPNmWohIO3 .row {
    justify-content: flex-start;
  }
}
.cid-uPNmWohIO3 .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uPNmWohIO3 .mbr-text,
.cid-uPNmWohIO3 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uPNmWohIO3 .mbr-section-title,
.cid-uPNmWohIO3 .line {
  color: #ffffff;
  text-align: center;
}
.cid-uPNmWohIO3 h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uPNmWohIO3 h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uPNmWohIO3 .mbr-section-subtitle,
.cid-uPNmWohIO3 .align {
  text-align: left;
  color: #232323;
}
.cid-uPNmWpgxCw {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #232323, #dd2b1c);
}
@media (min-width: 768px) {
  .cid-uPNmWpgxCw {
    align-items: flex-start;
  }
  .cid-uPNmWpgxCw .row {
    justify-content: flex-start;
  }
}
.cid-uPNmWpgxCw .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uPNmWpgxCw .mbr-text,
.cid-uPNmWpgxCw .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uPNmWpgxCw .mbr-section-title,
.cid-uPNmWpgxCw .line {
  color: #ffffff;
  text-align: center;
}
.cid-uPNmWpgxCw h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uPNmWpgxCw h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uPNmWpgxCw .mbr-section-subtitle,
.cid-uPNmWpgxCw .align {
  text-align: left;
  color: #232323;
}
.cid-uPNmWq52xF {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/yapi-proje-gelistirme-prosteel2032-1000x749.jpg");
}
.cid-uPNmWq52xF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNmWq52xF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNmWq52xF .row {
  margin: 0 -8px;
}
.cid-uPNmWq52xF .row .card {
  padding: 0 8px;
}
.cid-uPNmWq52xF .card-wrapper {
  position: relative;
  padding: 75px 64px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uPNmWq52xF .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uPNmWq52xF .card-wrapper {
    padding: 24px;
  }
}
.cid-uPNmWq52xF .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
}
.cid-uPNmWq52xF .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #dd2b1c;
  opacity: .6;
}
.cid-uPNmWq52xF .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uPNmWq52xF .card-wrapper .card-wrap .mbr-label {
  margin-bottom: 24px;
}
.cid-uPNmWq52xF .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uPNmWq52xF .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uPNmWq52xF .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uPNmWq52xF .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uPNmWq52xF .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPNmWq52xF .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uPNmWq52xF .mbr-label {
  color: #63635d;
  text-align: center;
}
.cid-uPNmWq52xF .mbr-text,
.cid-uPNmWq52xF .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uPNmWq52xF .mbr-section-title,
.cid-uPNmWq52xF .mbr-section-btn {
  color: #ffffff;
}
.cid-uPNmWqmVnP {
  padding-top: 2rem;
  padding-bottom: 0rem;
  border-bottom: 2px solid #ffffff;
  background-image: url("../../../assets/images/yapi-proje-gelistirme-prosteel2010-1000x679.jpg");
}
.cid-uPNmWqmVnP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNmWqmVnP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNmWqmVnP .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uPNmWqmVnP .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uPNmWqmVnP .content-wrapper {
    padding: 0;
  }
}
.cid-uPNmWqmVnP .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uPNmWqmVnP .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uPNmWqmVnP .mbr-section-title,
.cid-uPNmWqmVnP .title-wrapper {
  color: #ffffff;
}
.cid-uPNmWqmVnP .mbr-section-title,
.cid-uPNmWqmVnP .mbr-section-btn,
.cid-uPNmWqmVnP .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uPNmWqzbIR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPNmWqzbIR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNmWqzbIR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNmWqzbIR .container {
  max-width: 1472px;
}
.cid-uPNmWqzbIR .footer-main-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-radius: 2.08rem;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-uPNmWqzbIR .col-brand {
  width: 100%;
  padding: 2.5rem;
}
@media (max-width: 991px) {
  .cid-uPNmWqzbIR .col-brand {
    padding: 24px;
  }
}
.cid-uPNmWqzbIR .navbar-brand {
  display: flex;
  flex-basis: auto;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  white-space: normal;
  flex-shrink: 0;
  align-items: center;
  padding: 0;
  z-index: 1;
  margin-right: auto;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uPNmWqzbIR .navbar-brand:hover {
  transform: scale(1.1);
}
.cid-uPNmWqzbIR .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uPNmWqzbIR .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uPNmWqzbIR .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uPNmWqzbIR .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uPNmWqzbIR .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uPNmWqzbIR .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uPNmWqzbIR .links-container {
  width: 100%;
  padding: 2.5rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 8.8%;
}
@media (max-width: 991px) {
  .cid-uPNmWqzbIR .links-container {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 17.6%;
    row-gap: 6.67rem;
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uPNmWqzbIR .links-container {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1.2rem;
    row-gap: 1.2rem;
  }
}
.cid-uPNmWqzbIR .mbr-section-subtitle {
  color: #13287d;
  margin-bottom: 12px;
}
.cid-uPNmWqzbIR .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #232323;
}
.cid-uPNmWqzbIR .list li {
  width: 100%;
  color: inherit !important;
  margin: 6px 0;
}
.cid-uPNmWqzbIR .list li:hover {
  color: #dd2b1c !important;
}
.cid-uPNmWqzbIR .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uPNmWqzbIR .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uPNmWqzbIR .copyright-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid rgba(255, 255, 255, 0.01);
  padding: 32px 0 24px;
}
@media (max-width: 767px) {
  .cid-uPNmWqzbIR .copyright-container {
    padding: 24px 0 16px;
    flex-wrap: wrap;
  }
}
.cid-uPNmWqzbIR .copyright {
  color: #232323;
  max-width: 45%;
}
@media (max-width: 767px) {
  .cid-uPNmWqzbIR .copyright {
    max-width: 100%;
    width: 100%;
  }
}
.cid-uPNmWqzbIR .social-row {
  width: auto;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  max-width: 45%;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uPNmWqzbIR .social-row {
    max-width: 100%;
    width: 100%;
    justify-content: flex-start;
  }
}
.cid-uPNmWqzbIR .mbr-iconfont {
  font-size: 22px;
  color: #ae5eff;
}
.cid-uPNmWqzbIR .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.01);
  margin-left: 4px;
  margin-bottom: 4px;
  padding: 12px;
  min-height: 70px;
  min-width: 70px;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-uPNmWqzbIR .soc-item {
    margin-left: 0;
    margin-right: 4px;
    margin-bottom: 0;
    margin-top: 4px;
    padding: 10px;
    min-height: 50px;
    min-width: 50px;
  }
}
.cid-uPNmWqzbIR .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPNmWqzbIR .soc-item a:hover {
  text-decoration-line: none !important;
}
.cid-uPNmWqzbIR .soc-item:hover {
  transform: scale(0.95);
}
.cid-uPNmWqzbIR .soc-item:hover .mbr-iconfont {
  color: #FFDD65 !important;
}
.cid-uPNmXXJfPO .navbar {
  padding: 0.5rem 0;
  background: #9c98cf;
  transition: none;
  min-height: 50px;
}
.cid-uPNmXXJfPO .navbar-fixed-top {
  padding-top: 0;
}
.cid-uPNmXXJfPO .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-uPNmXXJfPO .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #5a67a1;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-uPNmXXJfPO .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-uPNmXXJfPO .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uPNmXXJfPO .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uPNmXXJfPO .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uPNmXXJfPO .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-uPNmXXJfPO .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uPNmXXJfPO .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uPNmXXJfPO .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uPNmXXJfPO .menu-content-top {
  background: #dd2b1c;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uPNmXXJfPO .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-uPNmXXJfPO .dropdown-item:hover {
  color: #d2d2df !important;
}
.cid-uPNmXXJfPO .nav-link,
.cid-uPNmXXJfPO .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-uPNmXXJfPO .nav-link:hover,
.cid-uPNmXXJfPO .brand-name:hover {
  color: #d2d2df !important;
}
.cid-uPNmXXJfPO .dropdown-menu {
  background-color: #5a67a1;
}
.cid-uPNmXXJfPO .dropdown-item:active {
  background-color: #5a67a1;
}
.cid-uPNmXXJfPO .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-uPNmXXJfPO .navbar-dropdown.bg-color.transparent.opened {
  background: #9c98cf;
}
.cid-uPNmXXJfPO .nav-item {
  position: relative;
}
.cid-uPNmXXJfPO .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uPNmXXJfPO .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-uPNmXXJfPO .nav-item .nav-link:focus {
  outline: none;
}
.cid-uPNmXXJfPO .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPNmXXJfPO .content-text {
  margin-bottom: 0;
}
.cid-uPNmXXJfPO .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uPNmXXJfPO .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #dd2b1c;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uPNmXXJfPO .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uPNmXXJfPO .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uPNmXXJfPO .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uPNmXXJfPO .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPNmXXJfPO .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uPNmXXJfPO .content-right-side {
  text-align: center;
}
.cid-uPNmXXJfPO .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uPNmXXJfPO .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uPNmXXJfPO .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uPNmXXJfPO .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-uPNmXXJfPO .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uPNmXXJfPO .info-widget:first-child {
  margin-left: 0;
}
.cid-uPNmXXJfPO .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-uPNmXXJfPO .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uPNmXXJfPO .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uPNmXXJfPO .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uPNmXXJfPO .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-uPNmXXJfPO .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uPNmXXJfPO .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #5a67a1;
}
@media (min-width: 992px) {
  .cid-uPNmXXJfPO .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-uPNmXXJfPO .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #d2d2df;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-uPNmXXJfPO .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-uPNmXXJfPO .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uPNmXXJfPO .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-uPNmXXJfPO .navbar {
    display: block;
    padding: 0;
  }
  .cid-uPNmXXJfPO .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-uPNmXXJfPO .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uPNmXXJfPO .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uPNmXXJfPO .navbar-toggler {
    display: none;
  }
  .cid-uPNmXXJfPO .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-uPNmXXJfPO .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uPNmXXJfPO .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-uPNmXXJfPO .btn-sm {
  padding: 13px 29px;
}
.cid-uPNmXXJfPO .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uPNmXXJfPO .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-uPNmXXJfPO .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-uPNmXXJfPO .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uPNmXXJfPO .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uPNmXXJfPO .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uPNmXXJfPO .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uPNmXXJfPO .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uPNmXXJfPO .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uPNmXXJfPO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPNmXXJfPO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPNmXXJfPO .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uPNmXXJfPO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uPNmXXJfPO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPNmXXJfPO .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uPNmXXJfPO .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPNmXXJfPO .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uPNmXXJfPO .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-uPNmXXJfPO .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uPNmXXJfPO .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uPNmXXJfPO .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uPNmXXJfPO button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-uPNmXXJfPO button.navbar-toggler:focus {
  outline: none;
}
.cid-uPNmXXJfPO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uPNmXXJfPO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPNmXXJfPO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPNmXXJfPO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPNmXXJfPO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPNmXXJfPO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPNmXXJfPO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPNmXXJfPO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPNmXXJfPO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPNmXXJfPO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPNmXXJfPO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPNmXXJfPO .collapsed .btn {
  display: flex;
}
.cid-uPNmXXJfPO .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uPNmXXJfPO .collapsed .navbar-collapse.collapsing,
.cid-uPNmXXJfPO .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uPNmXXJfPO .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uPNmXXJfPO .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uPNmXXJfPO .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uPNmXXJfPO .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uPNmXXJfPO .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uPNmXXJfPO .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uPNmXXJfPO .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uPNmXXJfPO .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uPNmXXJfPO .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uPNmXXJfPO .collapsed button.navbar-toggler {
  display: block;
}
.cid-uPNmXXJfPO .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uPNmXXJfPO .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uPNmXXJfPO .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uPNmXXJfPO .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uPNmXXJfPO .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uPNmXXJfPO .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uPNmXXJfPO .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uPNmXXJfPO .menu-content-top {
    display: flex;
  }
  .cid-uPNmXXJfPO .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-uPNmXXJfPO .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-uPNmXXJfPO .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-uPNmXXJfPO .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-uPNmXXJfPO .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-uPNmXXJfPO .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-uPNmXXJfPO .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-uPNmXXJfPO .navbar-collapse.collapsing,
  .cid-uPNmXXJfPO .navbar-collapse.show {
    display: block !important;
  }
  .cid-uPNmXXJfPO .navbar-collapse.collapsing .navbar-nav,
  .cid-uPNmXXJfPO .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uPNmXXJfPO .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uPNmXXJfPO .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uPNmXXJfPO .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-uPNmXXJfPO .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #dd2b1c;
  }
  .cid-uPNmXXJfPO .navbar-collapse.collapsing .navbar-buttons,
  .cid-uPNmXXJfPO .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uPNmXXJfPO .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uPNmXXJfPO .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uPNmXXJfPO img {
    height: 3.8rem !important;
  }
  .cid-uPNmXXJfPO .btn {
    display: flex;
  }
  .cid-uPNmXXJfPO button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-uPNmXXJfPO .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-uPNmXXJfPO .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uPNmXXJfPO .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uPNmXXJfPO .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uPNmXXJfPO .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uPNmXXJfPO .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uPNmXXJfPO .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uPNmXXJfPO .nav-link:focus {
  outline: none;
}
.cid-uPNmXXJfPO .navbar-toggler {
  position: relative;
}
.cid-uPNmXXJfPO .widget-title,
.cid-uPNmXXJfPO .widget-icon {
  color: #e9e9e9;
}
.cid-uPNmXXJfPO .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-uPNmXXJfPO .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-uPNmXXJfPO .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-uPNmXXJfPO .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-uPNmXXJfPO .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-uPNmXXJfPO .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-uPNmXXJfPO .menu-content-top,
  .cid-uPNmXXJfPO .menu-bottom {
    padding: 0 15px;
  }
  .cid-uPNmXXJfPO button.navbar-toggler {
    align-self: center;
  }
  .cid-uPNmXXJfPO .btn {
    margin-left: 0;
  }
  .cid-uPNmXXJfPO .widget-icon {
    padding-right: 0;
  }
}
.cid-uPNmXXJfPO .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-uPNmXXJfPO .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #5a67a1;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-uPNmXXJfPO .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-uPNmXXJfPO .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #d2d2df;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-uPNmXXJfPO .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-uPNmXYzeBs {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(to bottom, #163300, #dd2b1c);
}
@media (min-width: 768px) {
  .cid-uPNmXYzeBs {
    align-items: flex-start;
  }
  .cid-uPNmXYzeBs .row {
    justify-content: flex-start;
  }
}
.cid-uPNmXYzeBs .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uPNmXYzeBs .mbr-text,
.cid-uPNmXYzeBs .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uPNmXYzeBs .mbr-section-title,
.cid-uPNmXYzeBs .line {
  color: #232323;
}
.cid-uPNmXYzeBs h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uPNmXYzeBs h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uPNmXYzeBs .mbr-section-subtitle,
.cid-uPNmXYzeBs .align {
  text-align: left;
  color: #232323;
}
.cid-uQnjGJ1MHq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #254b45;
}
.cid-uQnjGJ1MHq .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uQnjGJ1MHq .modal-body .close {
  background: #1b1b1b;
}
.cid-uQnjGJ1MHq .modal-body .close span {
  font-style: normal;
}
@media (min-width: 992px) {
  .cid-uQnjGJ1MHq .align-center {
    text-align: left;
    max-width: 850px;
  }
  .cid-uQnjGJ1MHq .carousel-caption {
    justify-content: flex-start !important;
    padding-left: 5rem;
  }
}
.cid-uQnjGJ1MHq .mbr-slider .carousel-control {
  background: black!important;
  border-radius: 6px;
  height: 100px;
  width: 50px;
}
.cid-uQnjGJ1MHq .mbri-right:before {
  content: "\e909";
  color: white;
}
.cid-uQnjGJ1MHq .mbri-left:before {
  content: "\e90a";
  color: white;
}
.cid-uQnjGJ1MHq .container {
  max-width: 100%;
  padding: 0;
}
.cid-uQnjGJ1MHq .content-slider-wrap {
  width: 100%;
}
.cid-uQnjGJ1MHq .carousel-inner > .active,
.cid-uQnjGJ1MHq .carousel-inner > .next,
.cid-uQnjGJ1MHq .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-uQnjGJ1MHq .carousel-control .icon-next,
.cid-uQnjGJ1MHq .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uQnjGJ1MHq .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uQnjGJ1MHq .mbr-iconfont {
  color: black;
  font-size: 2rem!important;
  font-family: 'Moririse2' !important;
  font-weight: 600;
}
.cid-uQnjGJ1MHq .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-uQnjGJ1MHq .boxed-slider > div {
  position: relative;
}
.cid-uQnjGJ1MHq .container img {
  width: 100%;
}
.cid-uQnjGJ1MHq .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-uQnjGJ1MHq .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uQnjGJ1MHq .mbr-table-cell {
  padding: 0;
}
.cid-uQnjGJ1MHq .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uQnjGJ1MHq .carousel-caption {
  top: auto;
  right: 0;
  bottom: 2rem;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uQnjGJ1MHq .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uQnjGJ1MHq .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-uQnjGJ1MHq .carousel-item.active.right,
.cid-uQnjGJ1MHq .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uQnjGJ1MHq .carousel-item.active.left,
.cid-uQnjGJ1MHq .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uQnjGJ1MHq .carousel-item.active,
.cid-uQnjGJ1MHq .carousel-item.next.left,
.cid-uQnjGJ1MHq .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-uQnjGJ1MHq .mbr-slider .carousel-control {
  top: 50%;
  margin-top: -1.5rem;
  font-size: 35px;
  transition: all .3s;
  z-index: 11;
}
@media (max-width: 767px) {
  .cid-uQnjGJ1MHq .mbr-slider .carousel-control {
    top: 20%;
  }
}
.cid-uQnjGJ1MHq .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQnjGJ1MHq .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uQnjGJ1MHq .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-uQnjGJ1MHq .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uQnjGJ1MHq .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 10px;
  width: 10px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-uQnjGJ1MHq .mbr-slider .carousel-indicators li.active,
.cid-uQnjGJ1MHq .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-uQnjGJ1MHq .mbr-slider .carousel-indicators li::after,
.cid-uQnjGJ1MHq .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-uQnjGJ1MHq .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-uQnjGJ1MHq .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-uQnjGJ1MHq .mbr-slider > .container img {
  width: 100%;
}
.cid-uQnjGJ1MHq .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uQnjGJ1MHq .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-uQnjGJ1MHq .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uQnjGJ1MHq .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uQnjGJ1MHq .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-uQnjGJ1MHq .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-uQnjGJ1MHq .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-uQnjGJ1MHq .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-uQnjGJ1MHq .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-uQnjGJ1MHq .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uQnjGJ1MHq .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-uQnjGJ1MHq .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-uQnjGJ1MHq .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-uQnjGJ1MHq .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-uQnjGJ1MHq .carousel-inner {
  height: 100%;
}
.cid-uQnjGJ1MHq .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-uQnjGJ1MHq .image_wrapper {
  height: 950px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-uQnjGJ1MHq .image_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uQnjGJ1MHq .carousel-item .container-slide {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uQnjGJ1MHq .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uQnjGJ1MHq .content-slider-wrap {
    width: 100%!important;
  }
  .cid-uQnjGJ1MHq .image_wrapper {
    height: 570px;
  }
}
.cid-uQnjGJ1MHq P {
  color: #dd2b1c;
}
.cid-uPNmXZ74Uf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff1e2;
}
.cid-uPNmXZ74Uf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNmXZ74Uf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNmXZ74Uf .content-wrapper {
  display: flex;
  position: relative;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-uPNmXZ74Uf .content-wrapper {
    padding: 30px 20px;
  }
}
.cid-uPNmXZ74Uf .content-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uPNmXZ74Uf .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uPNmXZ74Uf .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: linear-gradient(0.251turn, #f8e7d2 37%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-uPNmXZ74Uf .content-wrapper .content-wrap {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uPNmXZ74Uf .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uPNmXZ74Uf .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #fff1e2;
  padding: 8px 16px;
  margin-bottom: 32px;
}
.cid-uPNmXZ74Uf .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uPNmXZ74Uf .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uPNmXZ74Uf .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 64px;
}
.cid-uPNmXZ74Uf .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPNmXZ74Uf .mbr-section-title {
  color: #404349;
}
.cid-uPNmXZ74Uf .mbr-text {
  color: #404349;
}
.cid-uPNmXZ74Uf .mbr-desc {
  color: #b19a7c;
}
.cid-uPNmXZurJL {
  padding-top: 2rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/celik-hadde-imalati-uretimi-prosteel-800x600.png");
}
.cid-uPNmXZurJL::before {
  content: '';
  position: absolute;
  right: -14%;
  bottom: 0;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(#dd2b1c -10%, transparent 95%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uPNmXZurJL::before {
    opacity: .4;
  }
}
.cid-uPNmXZurJL::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -20%;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #a7a4a3 -10%, transparent 95%);
}
@media (max-width: 992px) {
  .cid-uPNmXZurJL::after {
    opacity: .4;
  }
}
.cid-uPNmXZurJL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNmXZurJL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNmXZurJL .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uPNmXZurJL .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uPNmXZurJL .container {
    padding: 0 16px;
  }
}
.cid-uPNmXZurJL .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uPNmXZurJL .row .card {
  justify-content: flex-end;
}
.cid-uPNmXZurJL .title-wrapper {
  margin-bottom: 246px;
}
@media (max-width: 1200px) {
  .cid-uPNmXZurJL .title-wrapper {
    margin-bottom: 148px;
  }
}
@media (max-width: 992px) {
  .cid-uPNmXZurJL .title-wrapper {
    margin-bottom: 90px;
  }
}
.cid-uPNmXZurJL .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uPNmXZurJL .title-wrapper .mbr-section-title span {
  color: #dd2b1c;
}
.cid-uPNmXZurJL .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPNmXZurJL .text-wrapper .text_2 {
  margin-top: 32px;
}
.cid-uPNmXZurJL .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uPNmXZurJL .text-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uPNmXZurJL .text-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uPNmXZurJL .text-wrapper .mbr-section-btn .btn-success-outline,
.cid-uPNmXZurJL .text-wrapper .mbr-section-btn .btn-info-outline,
.cid-uPNmXZurJL .text-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uPNmXZurJL .text-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uPNmXZurJL .text-wrapper .mbr-section-btn .btn-black-outline,
.cid-uPNmXZurJL .text-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uPNmXZurJL .text-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uPNmXZurJL .text-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uPNmXZurJL .text-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uPNmXZurJL .text-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uPNmXZurJL .text-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uPNmXZurJL .text-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uPNmXZurJL .text-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uPNmXZurJL .text-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uPNmXZurJL .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uPNmXZurJL .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uPNmXZurJL .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uPNmXZurJL .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uPNmXZurJL .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uPNmXZurJL .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uPNmXZurJL .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uPNmXZurJL .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uPNmXZurJL .text-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uPNmXZurJL .text-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uPNmXZurJL .text-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uPNmXZurJL .text-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uPNmXZurJL .text-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uPNmXZurJL .text-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uPNmXZurJL .text-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-uPNmXZurJL .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uPNmXZurJL .text-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uPNmXZurJL .text-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uPNmXZurJL .text-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uPNmXZurJL .text-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uPNmXZurJL .text-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uPNmXZurJL .text-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uPNmXZurJL .text-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uPNmXZurJL .text-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uPNmXZurJL .text-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uPNmXZurJL .text-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uPNmXZurJL .text-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uPNmXZurJL .text-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uPNmXZurJL .text-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uPNmXZurJL .text-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uPNmXZurJL .text-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uPNmXZurJL .text-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uPNmXZurJL .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uPNmXZurJL .text-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #dd2b1c !important;
}
.cid-uPNmXZurJL .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uPNmXZurJL .text-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #ffffff !important;
}
.cid-uPNmXZurJL .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uPNmXZurJL .text-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #3a341c !important;
}
.cid-uPNmXZurJL .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uPNmXZurJL .text-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #320707 !important;
}
.cid-uPNmXZurJL .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uPNmXZurJL .text-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #a0e2e1 !important;
}
.cid-uPNmXZurJL .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uPNmXZurJL .text-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #ffea64 !important;
}
.cid-uPNmXZurJL .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uPNmXZurJL .text-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uPNmXZurJL .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uPNmXZurJL .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uPNmXZurJL .mbr-section-title {
  color: #000000;
}
.cid-uPNmXZurJL .mbr-text {
  color: #000000;
}
.cid-uPNmXZSNJn {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #dd2b1c, #232323);
}
@media (min-width: 768px) {
  .cid-uPNmXZSNJn {
    align-items: flex-start;
  }
  .cid-uPNmXZSNJn .row {
    justify-content: flex-start;
  }
}
.cid-uPNmXZSNJn .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uPNmXZSNJn .mbr-text,
.cid-uPNmXZSNJn .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uPNmXZSNJn .mbr-section-title,
.cid-uPNmXZSNJn .line {
  color: #ffffff;
  text-align: center;
}
.cid-uPNmXZSNJn h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uPNmXZSNJn h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uPNmXZSNJn .mbr-section-subtitle,
.cid-uPNmXZSNJn .align {
  text-align: left;
  color: #232323;
}
.cid-uPNmY1vePk {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #232323, #dd2b1c);
}
@media (min-width: 768px) {
  .cid-uPNmY1vePk {
    align-items: flex-start;
  }
  .cid-uPNmY1vePk .row {
    justify-content: flex-start;
  }
}
.cid-uPNmY1vePk .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uPNmY1vePk .mbr-text,
.cid-uPNmY1vePk .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uPNmY1vePk .mbr-section-title,
.cid-uPNmY1vePk .line {
  color: #ffffff;
  text-align: center;
}
.cid-uPNmY1vePk h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uPNmY1vePk h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uPNmY1vePk .mbr-section-subtitle,
.cid-uPNmY1vePk .align {
  text-align: left;
  color: #232323;
}
.cid-uPNmY2vRHx {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/yapi-proje-gelistirme-prosteel2032-1000x749.jpg");
}
.cid-uPNmY2vRHx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNmY2vRHx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNmY2vRHx .row {
  margin: 0 -8px;
}
.cid-uPNmY2vRHx .row .card {
  padding: 0 8px;
}
.cid-uPNmY2vRHx .card-wrapper {
  position: relative;
  padding: 75px 64px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uPNmY2vRHx .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uPNmY2vRHx .card-wrapper {
    padding: 24px;
  }
}
.cid-uPNmY2vRHx .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
}
.cid-uPNmY2vRHx .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #dd2b1c;
  opacity: .6;
}
.cid-uPNmY2vRHx .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uPNmY2vRHx .card-wrapper .card-wrap .mbr-label {
  margin-bottom: 24px;
}
.cid-uPNmY2vRHx .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uPNmY2vRHx .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uPNmY2vRHx .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uPNmY2vRHx .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uPNmY2vRHx .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPNmY2vRHx .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uPNmY2vRHx .mbr-label {
  color: #63635d;
  text-align: center;
}
.cid-uPNmY2vRHx .mbr-text,
.cid-uPNmY2vRHx .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uPNmY2vRHx .mbr-section-title,
.cid-uPNmY2vRHx .mbr-section-btn {
  color: #ffffff;
}
.cid-uPNmY2J8tP {
  padding-top: 2rem;
  padding-bottom: 0rem;
  border-bottom: 2px solid #ffffff;
  background-image: url("../../../assets/images/yapi-proje-gelistirme-prosteel2010-1000x679.jpg");
}
.cid-uPNmY2J8tP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNmY2J8tP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNmY2J8tP .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uPNmY2J8tP .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uPNmY2J8tP .content-wrapper {
    padding: 0;
  }
}
.cid-uPNmY2J8tP .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uPNmY2J8tP .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uPNmY2J8tP .mbr-section-title,
.cid-uPNmY2J8tP .title-wrapper {
  color: #ffffff;
}
.cid-uPNmY2J8tP .mbr-section-title,
.cid-uPNmY2J8tP .mbr-section-btn,
.cid-uPNmY2J8tP .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uPNmY2WLso {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPNmY2WLso .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPNmY2WLso .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPNmY2WLso .container {
  max-width: 1472px;
}
.cid-uPNmY2WLso .footer-main-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-radius: 2.08rem;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-uPNmY2WLso .col-brand {
  width: 100%;
  padding: 2.5rem;
}
@media (max-width: 991px) {
  .cid-uPNmY2WLso .col-brand {
    padding: 24px;
  }
}
.cid-uPNmY2WLso .navbar-brand {
  display: flex;
  flex-basis: auto;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  white-space: normal;
  flex-shrink: 0;
  align-items: center;
  padding: 0;
  z-index: 1;
  margin-right: auto;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uPNmY2WLso .navbar-brand:hover {
  transform: scale(1.1);
}
.cid-uPNmY2WLso .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uPNmY2WLso .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uPNmY2WLso .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uPNmY2WLso .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uPNmY2WLso .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uPNmY2WLso .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uPNmY2WLso .links-container {
  width: 100%;
  padding: 2.5rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 8.8%;
}
@media (max-width: 991px) {
  .cid-uPNmY2WLso .links-container {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 17.6%;
    row-gap: 6.67rem;
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uPNmY2WLso .links-container {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1.2rem;
    row-gap: 1.2rem;
  }
}
.cid-uPNmY2WLso .mbr-section-subtitle {
  color: #13287d;
  margin-bottom: 12px;
}
.cid-uPNmY2WLso .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #232323;
}
.cid-uPNmY2WLso .list li {
  width: 100%;
  color: inherit !important;
  margin: 6px 0;
}
.cid-uPNmY2WLso .list li:hover {
  color: #dd2b1c !important;
}
.cid-uPNmY2WLso .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uPNmY2WLso .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uPNmY2WLso .copyright-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid rgba(255, 255, 255, 0.01);
  padding: 32px 0 24px;
}
@media (max-width: 767px) {
  .cid-uPNmY2WLso .copyright-container {
    padding: 24px 0 16px;
    flex-wrap: wrap;
  }
}
.cid-uPNmY2WLso .copyright {
  color: #232323;
  max-width: 45%;
}
@media (max-width: 767px) {
  .cid-uPNmY2WLso .copyright {
    max-width: 100%;
    width: 100%;
  }
}
.cid-uPNmY2WLso .social-row {
  width: auto;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  max-width: 45%;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uPNmY2WLso .social-row {
    max-width: 100%;
    width: 100%;
    justify-content: flex-start;
  }
}
.cid-uPNmY2WLso .mbr-iconfont {
  font-size: 22px;
  color: #ae5eff;
}
.cid-uPNmY2WLso .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.01);
  margin-left: 4px;
  margin-bottom: 4px;
  padding: 12px;
  min-height: 70px;
  min-width: 70px;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-uPNmY2WLso .soc-item {
    margin-left: 0;
    margin-right: 4px;
    margin-bottom: 0;
    margin-top: 4px;
    padding: 10px;
    min-height: 50px;
    min-width: 50px;
  }
}
.cid-uPNmY2WLso .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPNmY2WLso .soc-item a:hover {
  text-decoration-line: none !important;
}
.cid-uPNmY2WLso .soc-item:hover {
  transform: scale(0.95);
}
.cid-uPNmY2WLso .soc-item:hover .mbr-iconfont {
  color: #FFDD65 !important;
}
.cid-uPkn0TRxdl .navbar {
  padding: 0.5rem 0;
  background: #9c98cf;
  transition: none;
  min-height: 50px;
}
.cid-uPkn0TRxdl .navbar-fixed-top {
  padding-top: 0;
}
.cid-uPkn0TRxdl .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-uPkn0TRxdl .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #5a67a1;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-uPkn0TRxdl .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-uPkn0TRxdl .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uPkn0TRxdl .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uPkn0TRxdl .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uPkn0TRxdl .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-uPkn0TRxdl .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uPkn0TRxdl .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uPkn0TRxdl .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uPkn0TRxdl .menu-content-top {
  background: #dd2b1c;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uPkn0TRxdl .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-uPkn0TRxdl .dropdown-item:hover {
  color: #d2d2df !important;
}
.cid-uPkn0TRxdl .nav-link,
.cid-uPkn0TRxdl .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-uPkn0TRxdl .nav-link:hover,
.cid-uPkn0TRxdl .brand-name:hover {
  color: #d2d2df !important;
}
.cid-uPkn0TRxdl .dropdown-menu {
  background-color: #5a67a1;
}
.cid-uPkn0TRxdl .dropdown-item:active {
  background-color: #5a67a1;
}
.cid-uPkn0TRxdl .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-uPkn0TRxdl .navbar-dropdown.bg-color.transparent.opened {
  background: #9c98cf;
}
.cid-uPkn0TRxdl .nav-item {
  position: relative;
}
.cid-uPkn0TRxdl .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uPkn0TRxdl .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-uPkn0TRxdl .nav-item .nav-link:focus {
  outline: none;
}
.cid-uPkn0TRxdl .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPkn0TRxdl .content-text {
  margin-bottom: 0;
}
.cid-uPkn0TRxdl .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uPkn0TRxdl .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #dd2b1c;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uPkn0TRxdl .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uPkn0TRxdl .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uPkn0TRxdl .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uPkn0TRxdl .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPkn0TRxdl .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uPkn0TRxdl .content-right-side {
  text-align: center;
}
.cid-uPkn0TRxdl .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uPkn0TRxdl .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uPkn0TRxdl .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uPkn0TRxdl .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-uPkn0TRxdl .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uPkn0TRxdl .info-widget:first-child {
  margin-left: 0;
}
.cid-uPkn0TRxdl .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-uPkn0TRxdl .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uPkn0TRxdl .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uPkn0TRxdl .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uPkn0TRxdl .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-uPkn0TRxdl .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uPkn0TRxdl .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #5a67a1;
}
@media (min-width: 992px) {
  .cid-uPkn0TRxdl .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-uPkn0TRxdl .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #d2d2df;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-uPkn0TRxdl .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-uPkn0TRxdl .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uPkn0TRxdl .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-uPkn0TRxdl .navbar {
    display: block;
    padding: 0;
  }
  .cid-uPkn0TRxdl .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-uPkn0TRxdl .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uPkn0TRxdl .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uPkn0TRxdl .navbar-toggler {
    display: none;
  }
  .cid-uPkn0TRxdl .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-uPkn0TRxdl .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uPkn0TRxdl .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-uPkn0TRxdl .btn-sm {
  padding: 13px 29px;
}
.cid-uPkn0TRxdl .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uPkn0TRxdl .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-uPkn0TRxdl .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-uPkn0TRxdl .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uPkn0TRxdl .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uPkn0TRxdl .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uPkn0TRxdl .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uPkn0TRxdl .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uPkn0TRxdl .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uPkn0TRxdl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPkn0TRxdl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPkn0TRxdl .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uPkn0TRxdl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uPkn0TRxdl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPkn0TRxdl .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uPkn0TRxdl .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPkn0TRxdl .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uPkn0TRxdl .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-uPkn0TRxdl .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uPkn0TRxdl .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uPkn0TRxdl .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uPkn0TRxdl button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-uPkn0TRxdl button.navbar-toggler:focus {
  outline: none;
}
.cid-uPkn0TRxdl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uPkn0TRxdl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPkn0TRxdl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPkn0TRxdl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPkn0TRxdl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPkn0TRxdl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPkn0TRxdl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPkn0TRxdl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPkn0TRxdl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPkn0TRxdl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPkn0TRxdl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPkn0TRxdl .collapsed .btn {
  display: flex;
}
.cid-uPkn0TRxdl .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uPkn0TRxdl .collapsed .navbar-collapse.collapsing,
.cid-uPkn0TRxdl .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uPkn0TRxdl .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uPkn0TRxdl .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uPkn0TRxdl .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uPkn0TRxdl .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uPkn0TRxdl .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uPkn0TRxdl .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uPkn0TRxdl .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uPkn0TRxdl .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uPkn0TRxdl .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uPkn0TRxdl .collapsed button.navbar-toggler {
  display: block;
}
.cid-uPkn0TRxdl .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uPkn0TRxdl .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uPkn0TRxdl .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uPkn0TRxdl .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uPkn0TRxdl .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uPkn0TRxdl .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uPkn0TRxdl .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uPkn0TRxdl .menu-content-top {
    display: flex;
  }
  .cid-uPkn0TRxdl .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-uPkn0TRxdl .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-uPkn0TRxdl .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-uPkn0TRxdl .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-uPkn0TRxdl .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-uPkn0TRxdl .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-uPkn0TRxdl .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-uPkn0TRxdl .navbar-collapse.collapsing,
  .cid-uPkn0TRxdl .navbar-collapse.show {
    display: block !important;
  }
  .cid-uPkn0TRxdl .navbar-collapse.collapsing .navbar-nav,
  .cid-uPkn0TRxdl .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uPkn0TRxdl .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uPkn0TRxdl .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uPkn0TRxdl .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-uPkn0TRxdl .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #dd2b1c;
  }
  .cid-uPkn0TRxdl .navbar-collapse.collapsing .navbar-buttons,
  .cid-uPkn0TRxdl .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uPkn0TRxdl .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uPkn0TRxdl .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uPkn0TRxdl img {
    height: 3.8rem !important;
  }
  .cid-uPkn0TRxdl .btn {
    display: flex;
  }
  .cid-uPkn0TRxdl button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-uPkn0TRxdl .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-uPkn0TRxdl .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uPkn0TRxdl .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uPkn0TRxdl .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uPkn0TRxdl .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uPkn0TRxdl .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uPkn0TRxdl .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uPkn0TRxdl .nav-link:focus {
  outline: none;
}
.cid-uPkn0TRxdl .navbar-toggler {
  position: relative;
}
.cid-uPkn0TRxdl .widget-title,
.cid-uPkn0TRxdl .widget-icon {
  color: #e9e9e9;
}
.cid-uPkn0TRxdl .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-uPkn0TRxdl .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-uPkn0TRxdl .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-uPkn0TRxdl .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-uPkn0TRxdl .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-uPkn0TRxdl .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-uPkn0TRxdl .menu-content-top,
  .cid-uPkn0TRxdl .menu-bottom {
    padding: 0 15px;
  }
  .cid-uPkn0TRxdl button.navbar-toggler {
    align-self: center;
  }
  .cid-uPkn0TRxdl .btn {
    margin-left: 0;
  }
  .cid-uPkn0TRxdl .widget-icon {
    padding-right: 0;
  }
}
.cid-uPkn0TRxdl .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-uPkn0TRxdl .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #5a67a1;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-uPkn0TRxdl .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-uPkn0TRxdl .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #d2d2df;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-uPkn0TRxdl .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-uJ9X8awkRY {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(to bottom, #163300, #dd2b1c);
}
@media (min-width: 768px) {
  .cid-uJ9X8awkRY {
    align-items: flex-start;
  }
  .cid-uJ9X8awkRY .row {
    justify-content: flex-start;
  }
}
.cid-uJ9X8awkRY .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uJ9X8awkRY .mbr-text,
.cid-uJ9X8awkRY .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uJ9X8awkRY .mbr-section-title,
.cid-uJ9X8awkRY .line {
  color: #232323;
}
.cid-uJ9X8awkRY h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uJ9X8awkRY h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uJ9X8awkRY .mbr-section-subtitle,
.cid-uJ9X8awkRY .align {
  text-align: left;
  color: #232323;
}
.cid-uJ9X8ePbvz {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #232323, #dd2b1c);
}
@media (min-width: 768px) {
  .cid-uJ9X8ePbvz {
    align-items: flex-start;
  }
  .cid-uJ9X8ePbvz .row {
    justify-content: flex-start;
  }
}
.cid-uJ9X8ePbvz .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uJ9X8ePbvz .mbr-text,
.cid-uJ9X8ePbvz .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uJ9X8ePbvz .mbr-section-title,
.cid-uJ9X8ePbvz .line {
  color: #ffffff;
  text-align: center;
}
.cid-uJ9X8ePbvz h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uJ9X8ePbvz h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uJ9X8ePbvz .mbr-section-subtitle,
.cid-uJ9X8ePbvz .align {
  text-align: left;
  color: #232323;
}
.cid-uJij8bbmEU {
  padding-top: 2rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #ffffff;
  background-color: #dd2b1c;
}
.cid-uJij8bbmEU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJij8bbmEU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJij8bbmEU .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uJij8bbmEU .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uJij8bbmEU .content-wrapper {
    padding: 0;
  }
}
.cid-uJij8bbmEU .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJij8bbmEU .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uJij8bbmEU .mbr-section-title,
.cid-uJij8bbmEU .title-wrapper {
  color: #ffffff;
}
.cid-uJij8bbmEU .mbr-section-title,
.cid-uJij8bbmEU .mbr-section-btn,
.cid-uJij8bbmEU .title-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uJa3VP2NjV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJa3VP2NjV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJa3VP2NjV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJa3VP2NjV .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uJa3VP2NjV .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uJa3VP2NjV .content-wrapper {
  margin: 0 -8px;
}
.cid-uJa3VP2NjV .content-wrapper .card {
  padding: 0 8px;
}
.cid-uJa3VP2NjV .image-wrapper {
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uJa3VP2NjV .image-wrapper {
    margin-bottom: 12px;
  }
}
.cid-uJa3VP2NjV .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uJa3VP2NjV .image-wrapper img {
    height: 300px;
  }
}
.cid-uJa3VP2NjV .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 992px) {
  .cid-uJa3VP2NjV .items-wrapper {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.cid-uJa3VP2NjV .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #e5e5e5;
  padding: 64px;
}
@media (max-width: 1440px) {
  .cid-uJa3VP2NjV .items-wrapper .item .item-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uJa3VP2NjV .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-uJa3VP2NjV .items-wrapper .item .item-wrapper .iconfont-wrap {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uJa3VP2NjV .items-wrapper .item .item-wrapper .iconfont-wrap {
    margin-bottom: 24px;
  }
}
.cid-uJa3VP2NjV .items-wrapper .item .item-wrapper .iconfont-wrap .mbr-iconfont {
  width: 60px;
  height: 60px;
  min-width: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #dd2b1c;
  font-size: 36px;
  color: #e5e5e5;
}
.cid-uJa3VP2NjV .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 24px;
}
.cid-uJa3VP2NjV .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uJa3VP2NjV .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 24px;
}
.cid-uJa3VP2NjV .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJa3VP2NjV .mbr-section-title {
  color: #2c2c26;
}
.cid-uJa3VP2NjV .card-title {
  color: #2c2c26;
}
.cid-uJa3VP2NjV .card-text {
  color: #63635d;
}
.cid-uJ9X8fIWbR {
  display: flex;
  padding-top: 0px;
  padding-bottom: 45px;
  background: linear-gradient(to bottom, #ffffff, #dd2b1c);
}
.cid-uJ9X8fIWbR .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uJ9X8fIWbR .mbr-text,
.cid-uJ9X8fIWbR .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uJ9X8fIWbR .mbr-section-title,
.cid-uJ9X8fIWbR .line {
  color: #232323;
}
.cid-uJ9X8fIWbR .google-map {
  height: 40rem;
  filter: grayscale(1);
  position: relative;
  border-radius: 2rem;
}
.cid-uJ9X8fIWbR .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uJ9X8fIWbR .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uJ9X8fIWbR .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uJ9X8fIWbR .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uJ9X8fIWbR h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uJ9X8fIWbR h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uJ9X8fIWbR .mbr-section-subtitle,
.cid-uJ9X8fIWbR .align {
  text-align: left;
  color: #232323;
}
.cid-uJij8Ot1zW {
  display: flex;
  padding-top: 0px;
  padding-bottom: 60px;
  background: linear-gradient(to bottom, #dd2b1c, #232323);
}
@media (min-width: 768px) {
  .cid-uJij8Ot1zW {
    align-items: flex-start;
  }
  .cid-uJij8Ot1zW .row {
    justify-content: flex-start;
  }
}
.cid-uJij8Ot1zW .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uJij8Ot1zW .mbr-text,
.cid-uJij8Ot1zW .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uJij8Ot1zW .mbr-section-title,
.cid-uJij8Ot1zW .line {
  color: #ffffff;
  text-align: center;
}
.cid-uJij8Ot1zW h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uJij8Ot1zW h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uJij8Ot1zW .mbr-section-subtitle,
.cid-uJij8Ot1zW .align {
  text-align: left;
  color: #232323;
}
.cid-uPku6nFpfO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPku6nFpfO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPku6nFpfO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPku6nFpfO .container {
  max-width: 1472px;
}
.cid-uPku6nFpfO .footer-main-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-radius: 2.08rem;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-uPku6nFpfO .col-brand {
  width: 100%;
  padding: 2.5rem;
}
@media (max-width: 991px) {
  .cid-uPku6nFpfO .col-brand {
    padding: 24px;
  }
}
.cid-uPku6nFpfO .navbar-brand {
  display: flex;
  flex-basis: auto;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  white-space: normal;
  flex-shrink: 0;
  align-items: center;
  padding: 0;
  z-index: 1;
  margin-right: auto;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uPku6nFpfO .navbar-brand:hover {
  transform: scale(1.1);
}
.cid-uPku6nFpfO .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uPku6nFpfO .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uPku6nFpfO .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uPku6nFpfO .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uPku6nFpfO .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uPku6nFpfO .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uPku6nFpfO .links-container {
  width: 100%;
  padding: 2.5rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 8.8%;
}
@media (max-width: 991px) {
  .cid-uPku6nFpfO .links-container {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 17.6%;
    row-gap: 6.67rem;
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uPku6nFpfO .links-container {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1.2rem;
    row-gap: 1.2rem;
  }
}
.cid-uPku6nFpfO .mbr-section-subtitle {
  color: #13287d;
  margin-bottom: 12px;
}
.cid-uPku6nFpfO .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #232323;
}
.cid-uPku6nFpfO .list li {
  width: 100%;
  color: inherit !important;
  margin: 6px 0;
}
.cid-uPku6nFpfO .list li:hover {
  color: #dd2b1c !important;
}
.cid-uPku6nFpfO .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uPku6nFpfO .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uPku6nFpfO .copyright-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid rgba(255, 255, 255, 0.01);
  padding: 32px 0 24px;
}
@media (max-width: 767px) {
  .cid-uPku6nFpfO .copyright-container {
    padding: 24px 0 16px;
    flex-wrap: wrap;
  }
}
.cid-uPku6nFpfO .copyright {
  color: #232323;
  max-width: 45%;
}
@media (max-width: 767px) {
  .cid-uPku6nFpfO .copyright {
    max-width: 100%;
    width: 100%;
  }
}
.cid-uPku6nFpfO .social-row {
  width: auto;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  max-width: 45%;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uPku6nFpfO .social-row {
    max-width: 100%;
    width: 100%;
    justify-content: flex-start;
  }
}
.cid-uPku6nFpfO .mbr-iconfont {
  font-size: 22px;
  color: #ae5eff;
}
.cid-uPku6nFpfO .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.01);
  margin-left: 4px;
  margin-bottom: 4px;
  padding: 12px;
  min-height: 70px;
  min-width: 70px;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-uPku6nFpfO .soc-item {
    margin-left: 0;
    margin-right: 4px;
    margin-bottom: 0;
    margin-top: 4px;
    padding: 10px;
    min-height: 50px;
    min-width: 50px;
  }
}
.cid-uPku6nFpfO .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPku6nFpfO .soc-item a:hover {
  text-decoration-line: none !important;
}
.cid-uPku6nFpfO .soc-item:hover {
  transform: scale(0.95);
}
.cid-uPku6nFpfO .soc-item:hover .mbr-iconfont {
  color: #FFDD65 !important;
}
.cid-uPkn0TRxdl .navbar {
  padding: 0.5rem 0;
  background: #9c98cf;
  transition: none;
  min-height: 50px;
}
.cid-uPkn0TRxdl .navbar-fixed-top {
  padding-top: 0;
}
.cid-uPkn0TRxdl .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-uPkn0TRxdl .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #5a67a1;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-uPkn0TRxdl .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-uPkn0TRxdl .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uPkn0TRxdl .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uPkn0TRxdl .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uPkn0TRxdl .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-uPkn0TRxdl .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uPkn0TRxdl .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uPkn0TRxdl .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uPkn0TRxdl .menu-content-top {
  background: #dd2b1c;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uPkn0TRxdl .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-uPkn0TRxdl .dropdown-item:hover {
  color: #d2d2df !important;
}
.cid-uPkn0TRxdl .nav-link,
.cid-uPkn0TRxdl .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-uPkn0TRxdl .nav-link:hover,
.cid-uPkn0TRxdl .brand-name:hover {
  color: #d2d2df !important;
}
.cid-uPkn0TRxdl .dropdown-menu {
  background-color: #5a67a1;
}
.cid-uPkn0TRxdl .dropdown-item:active {
  background-color: #5a67a1;
}
.cid-uPkn0TRxdl .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-uPkn0TRxdl .navbar-dropdown.bg-color.transparent.opened {
  background: #9c98cf;
}
.cid-uPkn0TRxdl .nav-item {
  position: relative;
}
.cid-uPkn0TRxdl .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uPkn0TRxdl .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-uPkn0TRxdl .nav-item .nav-link:focus {
  outline: none;
}
.cid-uPkn0TRxdl .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPkn0TRxdl .content-text {
  margin-bottom: 0;
}
.cid-uPkn0TRxdl .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uPkn0TRxdl .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #dd2b1c;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uPkn0TRxdl .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uPkn0TRxdl .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uPkn0TRxdl .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uPkn0TRxdl .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPkn0TRxdl .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uPkn0TRxdl .content-right-side {
  text-align: center;
}
.cid-uPkn0TRxdl .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uPkn0TRxdl .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uPkn0TRxdl .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uPkn0TRxdl .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-uPkn0TRxdl .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uPkn0TRxdl .info-widget:first-child {
  margin-left: 0;
}
.cid-uPkn0TRxdl .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-uPkn0TRxdl .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uPkn0TRxdl .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uPkn0TRxdl .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uPkn0TRxdl .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-uPkn0TRxdl .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uPkn0TRxdl .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #5a67a1;
}
@media (min-width: 992px) {
  .cid-uPkn0TRxdl .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-uPkn0TRxdl .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #d2d2df;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-uPkn0TRxdl .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-uPkn0TRxdl .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uPkn0TRxdl .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-uPkn0TRxdl .navbar {
    display: block;
    padding: 0;
  }
  .cid-uPkn0TRxdl .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-uPkn0TRxdl .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uPkn0TRxdl .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uPkn0TRxdl .navbar-toggler {
    display: none;
  }
  .cid-uPkn0TRxdl .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-uPkn0TRxdl .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uPkn0TRxdl .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-uPkn0TRxdl .btn-sm {
  padding: 13px 29px;
}
.cid-uPkn0TRxdl .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uPkn0TRxdl .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-uPkn0TRxdl .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-uPkn0TRxdl .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uPkn0TRxdl .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uPkn0TRxdl .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uPkn0TRxdl .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uPkn0TRxdl .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uPkn0TRxdl .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uPkn0TRxdl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPkn0TRxdl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPkn0TRxdl .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uPkn0TRxdl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uPkn0TRxdl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPkn0TRxdl .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uPkn0TRxdl .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPkn0TRxdl .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uPkn0TRxdl .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-uPkn0TRxdl .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uPkn0TRxdl .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uPkn0TRxdl .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uPkn0TRxdl button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-uPkn0TRxdl button.navbar-toggler:focus {
  outline: none;
}
.cid-uPkn0TRxdl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uPkn0TRxdl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPkn0TRxdl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPkn0TRxdl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPkn0TRxdl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPkn0TRxdl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPkn0TRxdl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPkn0TRxdl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPkn0TRxdl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPkn0TRxdl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPkn0TRxdl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPkn0TRxdl .collapsed .btn {
  display: flex;
}
.cid-uPkn0TRxdl .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uPkn0TRxdl .collapsed .navbar-collapse.collapsing,
.cid-uPkn0TRxdl .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uPkn0TRxdl .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uPkn0TRxdl .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uPkn0TRxdl .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uPkn0TRxdl .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uPkn0TRxdl .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uPkn0TRxdl .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uPkn0TRxdl .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uPkn0TRxdl .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uPkn0TRxdl .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uPkn0TRxdl .collapsed button.navbar-toggler {
  display: block;
}
.cid-uPkn0TRxdl .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uPkn0TRxdl .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uPkn0TRxdl .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uPkn0TRxdl .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uPkn0TRxdl .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uPkn0TRxdl .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uPkn0TRxdl .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uPkn0TRxdl .menu-content-top {
    display: flex;
  }
  .cid-uPkn0TRxdl .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-uPkn0TRxdl .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-uPkn0TRxdl .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-uPkn0TRxdl .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-uPkn0TRxdl .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-uPkn0TRxdl .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-uPkn0TRxdl .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-uPkn0TRxdl .navbar-collapse.collapsing,
  .cid-uPkn0TRxdl .navbar-collapse.show {
    display: block !important;
  }
  .cid-uPkn0TRxdl .navbar-collapse.collapsing .navbar-nav,
  .cid-uPkn0TRxdl .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uPkn0TRxdl .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uPkn0TRxdl .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uPkn0TRxdl .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-uPkn0TRxdl .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #dd2b1c;
  }
  .cid-uPkn0TRxdl .navbar-collapse.collapsing .navbar-buttons,
  .cid-uPkn0TRxdl .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uPkn0TRxdl .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uPkn0TRxdl .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uPkn0TRxdl img {
    height: 3.8rem !important;
  }
  .cid-uPkn0TRxdl .btn {
    display: flex;
  }
  .cid-uPkn0TRxdl button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-uPkn0TRxdl .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-uPkn0TRxdl .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uPkn0TRxdl .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uPkn0TRxdl .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uPkn0TRxdl .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uPkn0TRxdl .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uPkn0TRxdl .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uPkn0TRxdl .nav-link:focus {
  outline: none;
}
.cid-uPkn0TRxdl .navbar-toggler {
  position: relative;
}
.cid-uPkn0TRxdl .widget-title,
.cid-uPkn0TRxdl .widget-icon {
  color: #e9e9e9;
}
.cid-uPkn0TRxdl .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-uPkn0TRxdl .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-uPkn0TRxdl .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-uPkn0TRxdl .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-uPkn0TRxdl .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-uPkn0TRxdl .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-uPkn0TRxdl .menu-content-top,
  .cid-uPkn0TRxdl .menu-bottom {
    padding: 0 15px;
  }
  .cid-uPkn0TRxdl button.navbar-toggler {
    align-self: center;
  }
  .cid-uPkn0TRxdl .btn {
    margin-left: 0;
  }
  .cid-uPkn0TRxdl .widget-icon {
    padding-right: 0;
  }
}
.cid-uPkn0TRxdl .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-uPkn0TRxdl .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #5a67a1;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-uPkn0TRxdl .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-uPkn0TRxdl .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #d2d2df;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-uPkn0TRxdl .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-uJ9XcNnRrt {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(to bottom, #163300, #dd2b1c);
}
@media (min-width: 768px) {
  .cid-uJ9XcNnRrt {
    align-items: flex-start;
  }
  .cid-uJ9XcNnRrt .row {
    justify-content: flex-start;
  }
}
.cid-uJ9XcNnRrt .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uJ9XcNnRrt .mbr-text,
.cid-uJ9XcNnRrt .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uJ9XcNnRrt .mbr-section-title,
.cid-uJ9XcNnRrt .line {
  color: #232323;
}
.cid-uJ9XcNnRrt h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uJ9XcNnRrt h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uJ9XcNnRrt .mbr-section-subtitle,
.cid-uJ9XcNnRrt .align {
  text-align: left;
  color: #232323;
}
.cid-uJ9XcRelNs {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #232323, #dd2b1c);
}
@media (min-width: 768px) {
  .cid-uJ9XcRelNs {
    align-items: flex-start;
  }
  .cid-uJ9XcRelNs .row {
    justify-content: flex-start;
  }
}
.cid-uJ9XcRelNs .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uJ9XcRelNs .mbr-text,
.cid-uJ9XcRelNs .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uJ9XcRelNs .mbr-section-title,
.cid-uJ9XcRelNs .line {
  color: #ffffff;
}
.cid-uJ9XcRelNs h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uJ9XcRelNs h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uJ9XcRelNs .mbr-section-subtitle,
.cid-uJ9XcRelNs .align {
  text-align: left;
  color: #232323;
}
.cid-uJiiSzfiXo {
  padding-top: 2rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #ffffff;
  background-color: #dd2b1c;
}
.cid-uJiiSzfiXo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJiiSzfiXo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJiiSzfiXo .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uJiiSzfiXo .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uJiiSzfiXo .content-wrapper {
    padding: 0;
  }
}
.cid-uJiiSzfiXo .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJiiSzfiXo .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uJiiSzfiXo .mbr-section-title,
.cid-uJiiSzfiXo .title-wrapper {
  color: #ffffff;
}
.cid-uJiiSzfiXo .mbr-section-title,
.cid-uJiiSzfiXo .mbr-section-btn,
.cid-uJiiSzfiXo .title-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uJa6iuRIQw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJa6iuRIQw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJa6iuRIQw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJa6iuRIQw .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uJa6iuRIQw .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uJa6iuRIQw .content-wrapper {
  margin: 0 -8px;
}
.cid-uJa6iuRIQw .content-wrapper .card {
  padding: 0 8px;
}
.cid-uJa6iuRIQw .image-wrapper {
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uJa6iuRIQw .image-wrapper {
    margin-bottom: 12px;
  }
}
.cid-uJa6iuRIQw .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uJa6iuRIQw .image-wrapper img {
    height: 300px;
  }
}
.cid-uJa6iuRIQw .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 992px) {
  .cid-uJa6iuRIQw .items-wrapper {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.cid-uJa6iuRIQw .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #e5e5e5;
  padding: 64px;
}
@media (max-width: 1440px) {
  .cid-uJa6iuRIQw .items-wrapper .item .item-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uJa6iuRIQw .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-uJa6iuRIQw .items-wrapper .item .item-wrapper .iconfont-wrap {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uJa6iuRIQw .items-wrapper .item .item-wrapper .iconfont-wrap {
    margin-bottom: 24px;
  }
}
.cid-uJa6iuRIQw .items-wrapper .item .item-wrapper .iconfont-wrap .mbr-iconfont {
  width: 60px;
  height: 60px;
  min-width: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #dd2b1c;
  font-size: 36px;
  color: #e5e5e5;
}
.cid-uJa6iuRIQw .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 24px;
}
.cid-uJa6iuRIQw .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uJa6iuRIQw .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 24px;
}
.cid-uJa6iuRIQw .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJa6iuRIQw .mbr-section-title {
  color: #2c2c26;
}
.cid-uJa6iuRIQw .card-title {
  color: #2c2c26;
}
.cid-uJa6iuRIQw .card-text {
  color: #63635d;
}
.cid-uJ9XcS6zoS {
  display: flex;
  padding-top: 0px;
  padding-bottom: 45px;
  background: linear-gradient(to bottom, #ffffff, #dd2b1c);
}
.cid-uJ9XcS6zoS .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uJ9XcS6zoS .mbr-text,
.cid-uJ9XcS6zoS .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uJ9XcS6zoS .mbr-section-title,
.cid-uJ9XcS6zoS .line {
  color: #232323;
}
.cid-uJ9XcS6zoS .google-map {
  height: 40rem;
  filter: grayscale(1);
  position: relative;
  border-radius: 2rem;
}
.cid-uJ9XcS6zoS .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uJ9XcS6zoS .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uJ9XcS6zoS .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uJ9XcS6zoS .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uJ9XcS6zoS h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uJ9XcS6zoS h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uJ9XcS6zoS .mbr-section-subtitle,
.cid-uJ9XcS6zoS .align {
  text-align: left;
  color: #232323;
}
.cid-uJiiSfI1Vo {
  display: flex;
  padding-top: 0px;
  padding-bottom: 60px;
  background: linear-gradient(to bottom, #dd2b1c, #232323);
}
@media (min-width: 768px) {
  .cid-uJiiSfI1Vo {
    align-items: flex-start;
  }
  .cid-uJiiSfI1Vo .row {
    justify-content: flex-start;
  }
}
.cid-uJiiSfI1Vo .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uJiiSfI1Vo .mbr-text,
.cid-uJiiSfI1Vo .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uJiiSfI1Vo .mbr-section-title,
.cid-uJiiSfI1Vo .line {
  color: #ffffff;
  text-align: center;
}
.cid-uJiiSfI1Vo h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uJiiSfI1Vo h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uJiiSfI1Vo .mbr-section-subtitle,
.cid-uJiiSfI1Vo .align {
  text-align: left;
  color: #232323;
}
.cid-uPku6nFpfO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPku6nFpfO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPku6nFpfO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPku6nFpfO .container {
  max-width: 1472px;
}
.cid-uPku6nFpfO .footer-main-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-radius: 2.08rem;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-uPku6nFpfO .col-brand {
  width: 100%;
  padding: 2.5rem;
}
@media (max-width: 991px) {
  .cid-uPku6nFpfO .col-brand {
    padding: 24px;
  }
}
.cid-uPku6nFpfO .navbar-brand {
  display: flex;
  flex-basis: auto;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  white-space: normal;
  flex-shrink: 0;
  align-items: center;
  padding: 0;
  z-index: 1;
  margin-right: auto;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uPku6nFpfO .navbar-brand:hover {
  transform: scale(1.1);
}
.cid-uPku6nFpfO .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uPku6nFpfO .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uPku6nFpfO .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uPku6nFpfO .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uPku6nFpfO .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uPku6nFpfO .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uPku6nFpfO .links-container {
  width: 100%;
  padding: 2.5rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 8.8%;
}
@media (max-width: 991px) {
  .cid-uPku6nFpfO .links-container {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 17.6%;
    row-gap: 6.67rem;
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uPku6nFpfO .links-container {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1.2rem;
    row-gap: 1.2rem;
  }
}
.cid-uPku6nFpfO .mbr-section-subtitle {
  color: #13287d;
  margin-bottom: 12px;
}
.cid-uPku6nFpfO .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #232323;
}
.cid-uPku6nFpfO .list li {
  width: 100%;
  color: inherit !important;
  margin: 6px 0;
}
.cid-uPku6nFpfO .list li:hover {
  color: #dd2b1c !important;
}
.cid-uPku6nFpfO .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uPku6nFpfO .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uPku6nFpfO .copyright-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid rgba(255, 255, 255, 0.01);
  padding: 32px 0 24px;
}
@media (max-width: 767px) {
  .cid-uPku6nFpfO .copyright-container {
    padding: 24px 0 16px;
    flex-wrap: wrap;
  }
}
.cid-uPku6nFpfO .copyright {
  color: #232323;
  max-width: 45%;
}
@media (max-width: 767px) {
  .cid-uPku6nFpfO .copyright {
    max-width: 100%;
    width: 100%;
  }
}
.cid-uPku6nFpfO .social-row {
  width: auto;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  max-width: 45%;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uPku6nFpfO .social-row {
    max-width: 100%;
    width: 100%;
    justify-content: flex-start;
  }
}
.cid-uPku6nFpfO .mbr-iconfont {
  font-size: 22px;
  color: #ae5eff;
}
.cid-uPku6nFpfO .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.01);
  margin-left: 4px;
  margin-bottom: 4px;
  padding: 12px;
  min-height: 70px;
  min-width: 70px;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-uPku6nFpfO .soc-item {
    margin-left: 0;
    margin-right: 4px;
    margin-bottom: 0;
    margin-top: 4px;
    padding: 10px;
    min-height: 50px;
    min-width: 50px;
  }
}
.cid-uPku6nFpfO .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPku6nFpfO .soc-item a:hover {
  text-decoration-line: none !important;
}
.cid-uPku6nFpfO .soc-item:hover {
  transform: scale(0.95);
}
.cid-uPku6nFpfO .soc-item:hover .mbr-iconfont {
  color: #FFDD65 !important;
}
.cid-uPkn0TRxdl .navbar {
  padding: 0.5rem 0;
  background: #9c98cf;
  transition: none;
  min-height: 50px;
}
.cid-uPkn0TRxdl .navbar-fixed-top {
  padding-top: 0;
}
.cid-uPkn0TRxdl .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-uPkn0TRxdl .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #5a67a1;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-uPkn0TRxdl .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-uPkn0TRxdl .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uPkn0TRxdl .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uPkn0TRxdl .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uPkn0TRxdl .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-uPkn0TRxdl .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uPkn0TRxdl .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uPkn0TRxdl .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uPkn0TRxdl .menu-content-top {
  background: #dd2b1c;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uPkn0TRxdl .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-uPkn0TRxdl .dropdown-item:hover {
  color: #d2d2df !important;
}
.cid-uPkn0TRxdl .nav-link,
.cid-uPkn0TRxdl .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-uPkn0TRxdl .nav-link:hover,
.cid-uPkn0TRxdl .brand-name:hover {
  color: #d2d2df !important;
}
.cid-uPkn0TRxdl .dropdown-menu {
  background-color: #5a67a1;
}
.cid-uPkn0TRxdl .dropdown-item:active {
  background-color: #5a67a1;
}
.cid-uPkn0TRxdl .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-uPkn0TRxdl .navbar-dropdown.bg-color.transparent.opened {
  background: #9c98cf;
}
.cid-uPkn0TRxdl .nav-item {
  position: relative;
}
.cid-uPkn0TRxdl .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uPkn0TRxdl .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-uPkn0TRxdl .nav-item .nav-link:focus {
  outline: none;
}
.cid-uPkn0TRxdl .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPkn0TRxdl .content-text {
  margin-bottom: 0;
}
.cid-uPkn0TRxdl .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uPkn0TRxdl .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #dd2b1c;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uPkn0TRxdl .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uPkn0TRxdl .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uPkn0TRxdl .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uPkn0TRxdl .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPkn0TRxdl .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uPkn0TRxdl .content-right-side {
  text-align: center;
}
.cid-uPkn0TRxdl .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uPkn0TRxdl .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uPkn0TRxdl .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uPkn0TRxdl .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-uPkn0TRxdl .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uPkn0TRxdl .info-widget:first-child {
  margin-left: 0;
}
.cid-uPkn0TRxdl .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-uPkn0TRxdl .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uPkn0TRxdl .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uPkn0TRxdl .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uPkn0TRxdl .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-uPkn0TRxdl .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uPkn0TRxdl .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #5a67a1;
}
@media (min-width: 992px) {
  .cid-uPkn0TRxdl .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-uPkn0TRxdl .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #d2d2df;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-uPkn0TRxdl .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-uPkn0TRxdl .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uPkn0TRxdl .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-uPkn0TRxdl .navbar {
    display: block;
    padding: 0;
  }
  .cid-uPkn0TRxdl .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-uPkn0TRxdl .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uPkn0TRxdl .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uPkn0TRxdl .navbar-toggler {
    display: none;
  }
  .cid-uPkn0TRxdl .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-uPkn0TRxdl .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uPkn0TRxdl .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-uPkn0TRxdl .btn-sm {
  padding: 13px 29px;
}
.cid-uPkn0TRxdl .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uPkn0TRxdl .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-uPkn0TRxdl .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-uPkn0TRxdl .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uPkn0TRxdl .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uPkn0TRxdl .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uPkn0TRxdl .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uPkn0TRxdl .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uPkn0TRxdl .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uPkn0TRxdl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPkn0TRxdl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPkn0TRxdl .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uPkn0TRxdl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uPkn0TRxdl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPkn0TRxdl .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uPkn0TRxdl .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPkn0TRxdl .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uPkn0TRxdl .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-uPkn0TRxdl .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uPkn0TRxdl .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uPkn0TRxdl .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uPkn0TRxdl button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-uPkn0TRxdl button.navbar-toggler:focus {
  outline: none;
}
.cid-uPkn0TRxdl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uPkn0TRxdl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPkn0TRxdl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPkn0TRxdl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPkn0TRxdl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPkn0TRxdl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPkn0TRxdl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPkn0TRxdl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPkn0TRxdl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPkn0TRxdl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPkn0TRxdl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPkn0TRxdl .collapsed .btn {
  display: flex;
}
.cid-uPkn0TRxdl .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uPkn0TRxdl .collapsed .navbar-collapse.collapsing,
.cid-uPkn0TRxdl .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uPkn0TRxdl .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uPkn0TRxdl .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uPkn0TRxdl .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uPkn0TRxdl .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uPkn0TRxdl .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uPkn0TRxdl .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uPkn0TRxdl .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uPkn0TRxdl .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uPkn0TRxdl .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uPkn0TRxdl .collapsed button.navbar-toggler {
  display: block;
}
.cid-uPkn0TRxdl .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uPkn0TRxdl .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uPkn0TRxdl .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uPkn0TRxdl .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uPkn0TRxdl .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uPkn0TRxdl .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uPkn0TRxdl .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uPkn0TRxdl .menu-content-top {
    display: flex;
  }
  .cid-uPkn0TRxdl .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-uPkn0TRxdl .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-uPkn0TRxdl .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-uPkn0TRxdl .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-uPkn0TRxdl .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-uPkn0TRxdl .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-uPkn0TRxdl .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-uPkn0TRxdl .navbar-collapse.collapsing,
  .cid-uPkn0TRxdl .navbar-collapse.show {
    display: block !important;
  }
  .cid-uPkn0TRxdl .navbar-collapse.collapsing .navbar-nav,
  .cid-uPkn0TRxdl .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uPkn0TRxdl .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uPkn0TRxdl .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uPkn0TRxdl .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-uPkn0TRxdl .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #dd2b1c;
  }
  .cid-uPkn0TRxdl .navbar-collapse.collapsing .navbar-buttons,
  .cid-uPkn0TRxdl .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uPkn0TRxdl .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uPkn0TRxdl .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uPkn0TRxdl img {
    height: 3.8rem !important;
  }
  .cid-uPkn0TRxdl .btn {
    display: flex;
  }
  .cid-uPkn0TRxdl button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-uPkn0TRxdl .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-uPkn0TRxdl .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uPkn0TRxdl .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uPkn0TRxdl .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uPkn0TRxdl .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uPkn0TRxdl .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uPkn0TRxdl .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uPkn0TRxdl .nav-link:focus {
  outline: none;
}
.cid-uPkn0TRxdl .navbar-toggler {
  position: relative;
}
.cid-uPkn0TRxdl .widget-title,
.cid-uPkn0TRxdl .widget-icon {
  color: #e9e9e9;
}
.cid-uPkn0TRxdl .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-uPkn0TRxdl .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-uPkn0TRxdl .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-uPkn0TRxdl .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-uPkn0TRxdl .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-uPkn0TRxdl .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-uPkn0TRxdl .menu-content-top,
  .cid-uPkn0TRxdl .menu-bottom {
    padding: 0 15px;
  }
  .cid-uPkn0TRxdl button.navbar-toggler {
    align-self: center;
  }
  .cid-uPkn0TRxdl .btn {
    margin-left: 0;
  }
  .cid-uPkn0TRxdl .widget-icon {
    padding-right: 0;
  }
}
.cid-uPkn0TRxdl .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-uPkn0TRxdl .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #5a67a1;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-uPkn0TRxdl .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-uPkn0TRxdl .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #d2d2df;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-uPkn0TRxdl .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-uJ9XgNcfei {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(to bottom, #163300, #dd2b1c);
}
@media (min-width: 768px) {
  .cid-uJ9XgNcfei {
    align-items: flex-start;
  }
  .cid-uJ9XgNcfei .row {
    justify-content: flex-start;
  }
}
.cid-uJ9XgNcfei .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uJ9XgNcfei .mbr-text,
.cid-uJ9XgNcfei .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uJ9XgNcfei .mbr-section-title,
.cid-uJ9XgNcfei .line {
  color: #232323;
}
.cid-uJ9XgNcfei h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uJ9XgNcfei h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uJ9XgNcfei .mbr-section-subtitle,
.cid-uJ9XgNcfei .align {
  text-align: left;
  color: #232323;
}
.cid-uJ9XgRa4O2 {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #232323, #dd2b1c);
}
@media (min-width: 768px) {
  .cid-uJ9XgRa4O2 {
    align-items: flex-start;
  }
  .cid-uJ9XgRa4O2 .row {
    justify-content: flex-start;
  }
}
.cid-uJ9XgRa4O2 .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uJ9XgRa4O2 .mbr-text,
.cid-uJ9XgRa4O2 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uJ9XgRa4O2 .mbr-section-title,
.cid-uJ9XgRa4O2 .line {
  color: #ffffff;
  text-align: center;
}
.cid-uJ9XgRa4O2 h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uJ9XgRa4O2 h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uJ9XgRa4O2 .mbr-section-subtitle,
.cid-uJ9XgRa4O2 .align {
  text-align: left;
  color: #232323;
}
.cid-uJiiD0gz81 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #ffffff;
  background-color: #dd2b1c;
}
.cid-uJiiD0gz81 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJiiD0gz81 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJiiD0gz81 .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uJiiD0gz81 .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uJiiD0gz81 .content-wrapper {
    padding: 0;
  }
}
.cid-uJiiD0gz81 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJiiD0gz81 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uJiiD0gz81 .mbr-section-title,
.cid-uJiiD0gz81 .title-wrapper {
  color: #ffffff;
}
.cid-uJiiD0gz81 .mbr-section-title,
.cid-uJiiD0gz81 .mbr-section-btn,
.cid-uJiiD0gz81 .title-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uJa6Xcpdam {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJa6Xcpdam .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJa6Xcpdam .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJa6Xcpdam .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uJa6Xcpdam .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uJa6Xcpdam .content-wrapper {
  margin: 0 -8px;
}
.cid-uJa6Xcpdam .content-wrapper .card {
  padding: 0 8px;
}
.cid-uJa6Xcpdam .image-wrapper {
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uJa6Xcpdam .image-wrapper {
    margin-bottom: 12px;
  }
}
.cid-uJa6Xcpdam .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uJa6Xcpdam .image-wrapper img {
    height: 300px;
  }
}
.cid-uJa6Xcpdam .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 992px) {
  .cid-uJa6Xcpdam .items-wrapper {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.cid-uJa6Xcpdam .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #e5e5e5;
  padding: 64px;
}
@media (max-width: 1440px) {
  .cid-uJa6Xcpdam .items-wrapper .item .item-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uJa6Xcpdam .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-uJa6Xcpdam .items-wrapper .item .item-wrapper .iconfont-wrap {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uJa6Xcpdam .items-wrapper .item .item-wrapper .iconfont-wrap {
    margin-bottom: 24px;
  }
}
.cid-uJa6Xcpdam .items-wrapper .item .item-wrapper .iconfont-wrap .mbr-iconfont {
  width: 60px;
  height: 60px;
  min-width: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #dd2b1c;
  font-size: 36px;
  color: #e5e5e5;
}
.cid-uJa6Xcpdam .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 24px;
}
.cid-uJa6Xcpdam .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uJa6Xcpdam .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 24px;
}
.cid-uJa6Xcpdam .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJa6Xcpdam .mbr-section-title {
  color: #2c2c26;
}
.cid-uJa6Xcpdam .card-title {
  color: #2c2c26;
}
.cid-uJa6Xcpdam .card-text {
  color: #63635d;
}
.cid-uJ9XgS5Dgh {
  display: flex;
  padding-top: 0px;
  padding-bottom: 45px;
  background: linear-gradient(to bottom, #ffffff, #dd2b1c);
}
.cid-uJ9XgS5Dgh .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uJ9XgS5Dgh .mbr-text,
.cid-uJ9XgS5Dgh .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uJ9XgS5Dgh .mbr-section-title,
.cid-uJ9XgS5Dgh .line {
  color: #232323;
}
.cid-uJ9XgS5Dgh .google-map {
  height: 40rem;
  filter: grayscale(1);
  position: relative;
  border-radius: 2rem;
}
.cid-uJ9XgS5Dgh .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uJ9XgS5Dgh .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uJ9XgS5Dgh .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uJ9XgS5Dgh .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uJ9XgS5Dgh h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uJ9XgS5Dgh h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uJ9XgS5Dgh .mbr-section-subtitle,
.cid-uJ9XgS5Dgh .align {
  text-align: left;
  color: #232323;
}
.cid-uJiiCGx6S3 {
  display: flex;
  padding-top: 0px;
  padding-bottom: 60px;
  background: linear-gradient(to bottom, #dd2b1c, #232323);
}
@media (min-width: 768px) {
  .cid-uJiiCGx6S3 {
    align-items: flex-start;
  }
  .cid-uJiiCGx6S3 .row {
    justify-content: flex-start;
  }
}
.cid-uJiiCGx6S3 .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uJiiCGx6S3 .mbr-text,
.cid-uJiiCGx6S3 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uJiiCGx6S3 .mbr-section-title,
.cid-uJiiCGx6S3 .line {
  color: #ffffff;
  text-align: center;
}
.cid-uJiiCGx6S3 h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uJiiCGx6S3 h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uJiiCGx6S3 .mbr-section-subtitle,
.cid-uJiiCGx6S3 .align {
  text-align: left;
  color: #232323;
}
.cid-uPku6nFpfO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPku6nFpfO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPku6nFpfO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPku6nFpfO .container {
  max-width: 1472px;
}
.cid-uPku6nFpfO .footer-main-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-radius: 2.08rem;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-uPku6nFpfO .col-brand {
  width: 100%;
  padding: 2.5rem;
}
@media (max-width: 991px) {
  .cid-uPku6nFpfO .col-brand {
    padding: 24px;
  }
}
.cid-uPku6nFpfO .navbar-brand {
  display: flex;
  flex-basis: auto;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  white-space: normal;
  flex-shrink: 0;
  align-items: center;
  padding: 0;
  z-index: 1;
  margin-right: auto;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uPku6nFpfO .navbar-brand:hover {
  transform: scale(1.1);
}
.cid-uPku6nFpfO .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uPku6nFpfO .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uPku6nFpfO .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uPku6nFpfO .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uPku6nFpfO .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uPku6nFpfO .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uPku6nFpfO .links-container {
  width: 100%;
  padding: 2.5rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 8.8%;
}
@media (max-width: 991px) {
  .cid-uPku6nFpfO .links-container {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 17.6%;
    row-gap: 6.67rem;
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uPku6nFpfO .links-container {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1.2rem;
    row-gap: 1.2rem;
  }
}
.cid-uPku6nFpfO .mbr-section-subtitle {
  color: #13287d;
  margin-bottom: 12px;
}
.cid-uPku6nFpfO .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #232323;
}
.cid-uPku6nFpfO .list li {
  width: 100%;
  color: inherit !important;
  margin: 6px 0;
}
.cid-uPku6nFpfO .list li:hover {
  color: #dd2b1c !important;
}
.cid-uPku6nFpfO .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uPku6nFpfO .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uPku6nFpfO .copyright-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid rgba(255, 255, 255, 0.01);
  padding: 32px 0 24px;
}
@media (max-width: 767px) {
  .cid-uPku6nFpfO .copyright-container {
    padding: 24px 0 16px;
    flex-wrap: wrap;
  }
}
.cid-uPku6nFpfO .copyright {
  color: #232323;
  max-width: 45%;
}
@media (max-width: 767px) {
  .cid-uPku6nFpfO .copyright {
    max-width: 100%;
    width: 100%;
  }
}
.cid-uPku6nFpfO .social-row {
  width: auto;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  max-width: 45%;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uPku6nFpfO .social-row {
    max-width: 100%;
    width: 100%;
    justify-content: flex-start;
  }
}
.cid-uPku6nFpfO .mbr-iconfont {
  font-size: 22px;
  color: #ae5eff;
}
.cid-uPku6nFpfO .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.01);
  margin-left: 4px;
  margin-bottom: 4px;
  padding: 12px;
  min-height: 70px;
  min-width: 70px;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-uPku6nFpfO .soc-item {
    margin-left: 0;
    margin-right: 4px;
    margin-bottom: 0;
    margin-top: 4px;
    padding: 10px;
    min-height: 50px;
    min-width: 50px;
  }
}
.cid-uPku6nFpfO .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPku6nFpfO .soc-item a:hover {
  text-decoration-line: none !important;
}
.cid-uPku6nFpfO .soc-item:hover {
  transform: scale(0.95);
}
.cid-uPku6nFpfO .soc-item:hover .mbr-iconfont {
  color: #FFDD65 !important;
}
.cid-uPkn0TRxdl .navbar {
  padding: 0.5rem 0;
  background: #9c98cf;
  transition: none;
  min-height: 50px;
}
.cid-uPkn0TRxdl .navbar-fixed-top {
  padding-top: 0;
}
.cid-uPkn0TRxdl .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-uPkn0TRxdl .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #5a67a1;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-uPkn0TRxdl .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-uPkn0TRxdl .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uPkn0TRxdl .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uPkn0TRxdl .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uPkn0TRxdl .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-uPkn0TRxdl .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uPkn0TRxdl .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uPkn0TRxdl .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uPkn0TRxdl .menu-content-top {
  background: #dd2b1c;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uPkn0TRxdl .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-uPkn0TRxdl .dropdown-item:hover {
  color: #d2d2df !important;
}
.cid-uPkn0TRxdl .nav-link,
.cid-uPkn0TRxdl .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-uPkn0TRxdl .nav-link:hover,
.cid-uPkn0TRxdl .brand-name:hover {
  color: #d2d2df !important;
}
.cid-uPkn0TRxdl .dropdown-menu {
  background-color: #5a67a1;
}
.cid-uPkn0TRxdl .dropdown-item:active {
  background-color: #5a67a1;
}
.cid-uPkn0TRxdl .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-uPkn0TRxdl .navbar-dropdown.bg-color.transparent.opened {
  background: #9c98cf;
}
.cid-uPkn0TRxdl .nav-item {
  position: relative;
}
.cid-uPkn0TRxdl .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uPkn0TRxdl .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-uPkn0TRxdl .nav-item .nav-link:focus {
  outline: none;
}
.cid-uPkn0TRxdl .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPkn0TRxdl .content-text {
  margin-bottom: 0;
}
.cid-uPkn0TRxdl .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uPkn0TRxdl .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #dd2b1c;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uPkn0TRxdl .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uPkn0TRxdl .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uPkn0TRxdl .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uPkn0TRxdl .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPkn0TRxdl .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uPkn0TRxdl .content-right-side {
  text-align: center;
}
.cid-uPkn0TRxdl .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uPkn0TRxdl .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uPkn0TRxdl .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uPkn0TRxdl .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-uPkn0TRxdl .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uPkn0TRxdl .info-widget:first-child {
  margin-left: 0;
}
.cid-uPkn0TRxdl .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-uPkn0TRxdl .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uPkn0TRxdl .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uPkn0TRxdl .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uPkn0TRxdl .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-uPkn0TRxdl .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uPkn0TRxdl .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #5a67a1;
}
@media (min-width: 992px) {
  .cid-uPkn0TRxdl .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-uPkn0TRxdl .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #d2d2df;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-uPkn0TRxdl .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-uPkn0TRxdl .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uPkn0TRxdl .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-uPkn0TRxdl .navbar {
    display: block;
    padding: 0;
  }
  .cid-uPkn0TRxdl .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-uPkn0TRxdl .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uPkn0TRxdl .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uPkn0TRxdl .navbar-toggler {
    display: none;
  }
  .cid-uPkn0TRxdl .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-uPkn0TRxdl .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uPkn0TRxdl .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-uPkn0TRxdl .btn-sm {
  padding: 13px 29px;
}
.cid-uPkn0TRxdl .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uPkn0TRxdl .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-uPkn0TRxdl .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-uPkn0TRxdl .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uPkn0TRxdl .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uPkn0TRxdl .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uPkn0TRxdl .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uPkn0TRxdl .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uPkn0TRxdl .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uPkn0TRxdl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPkn0TRxdl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPkn0TRxdl .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uPkn0TRxdl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uPkn0TRxdl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPkn0TRxdl .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uPkn0TRxdl .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPkn0TRxdl .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uPkn0TRxdl .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-uPkn0TRxdl .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uPkn0TRxdl .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uPkn0TRxdl .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uPkn0TRxdl button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-uPkn0TRxdl button.navbar-toggler:focus {
  outline: none;
}
.cid-uPkn0TRxdl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uPkn0TRxdl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPkn0TRxdl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPkn0TRxdl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPkn0TRxdl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPkn0TRxdl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPkn0TRxdl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPkn0TRxdl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPkn0TRxdl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPkn0TRxdl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPkn0TRxdl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPkn0TRxdl .collapsed .btn {
  display: flex;
}
.cid-uPkn0TRxdl .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uPkn0TRxdl .collapsed .navbar-collapse.collapsing,
.cid-uPkn0TRxdl .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uPkn0TRxdl .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uPkn0TRxdl .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uPkn0TRxdl .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uPkn0TRxdl .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uPkn0TRxdl .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uPkn0TRxdl .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uPkn0TRxdl .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uPkn0TRxdl .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uPkn0TRxdl .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uPkn0TRxdl .collapsed button.navbar-toggler {
  display: block;
}
.cid-uPkn0TRxdl .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uPkn0TRxdl .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uPkn0TRxdl .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uPkn0TRxdl .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uPkn0TRxdl .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uPkn0TRxdl .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uPkn0TRxdl .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uPkn0TRxdl .menu-content-top {
    display: flex;
  }
  .cid-uPkn0TRxdl .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-uPkn0TRxdl .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-uPkn0TRxdl .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-uPkn0TRxdl .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-uPkn0TRxdl .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-uPkn0TRxdl .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-uPkn0TRxdl .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-uPkn0TRxdl .navbar-collapse.collapsing,
  .cid-uPkn0TRxdl .navbar-collapse.show {
    display: block !important;
  }
  .cid-uPkn0TRxdl .navbar-collapse.collapsing .navbar-nav,
  .cid-uPkn0TRxdl .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uPkn0TRxdl .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uPkn0TRxdl .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uPkn0TRxdl .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-uPkn0TRxdl .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #dd2b1c;
  }
  .cid-uPkn0TRxdl .navbar-collapse.collapsing .navbar-buttons,
  .cid-uPkn0TRxdl .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uPkn0TRxdl .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uPkn0TRxdl .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uPkn0TRxdl img {
    height: 3.8rem !important;
  }
  .cid-uPkn0TRxdl .btn {
    display: flex;
  }
  .cid-uPkn0TRxdl button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-uPkn0TRxdl .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-uPkn0TRxdl .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uPkn0TRxdl .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uPkn0TRxdl .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uPkn0TRxdl .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uPkn0TRxdl .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uPkn0TRxdl .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uPkn0TRxdl .nav-link:focus {
  outline: none;
}
.cid-uPkn0TRxdl .navbar-toggler {
  position: relative;
}
.cid-uPkn0TRxdl .widget-title,
.cid-uPkn0TRxdl .widget-icon {
  color: #e9e9e9;
}
.cid-uPkn0TRxdl .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-uPkn0TRxdl .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-uPkn0TRxdl .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-uPkn0TRxdl .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-uPkn0TRxdl .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-uPkn0TRxdl .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-uPkn0TRxdl .menu-content-top,
  .cid-uPkn0TRxdl .menu-bottom {
    padding: 0 15px;
  }
  .cid-uPkn0TRxdl button.navbar-toggler {
    align-self: center;
  }
  .cid-uPkn0TRxdl .btn {
    margin-left: 0;
  }
  .cid-uPkn0TRxdl .widget-icon {
    padding-right: 0;
  }
}
.cid-uPkn0TRxdl .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-uPkn0TRxdl .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #5a67a1;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-uPkn0TRxdl .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-uPkn0TRxdl .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #d2d2df;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-uPkn0TRxdl .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-uJ9XnN2M0L {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(to bottom, #163300, #dd2b1c);
}
@media (min-width: 768px) {
  .cid-uJ9XnN2M0L {
    align-items: flex-start;
  }
  .cid-uJ9XnN2M0L .row {
    justify-content: flex-start;
  }
}
.cid-uJ9XnN2M0L .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uJ9XnN2M0L .mbr-text,
.cid-uJ9XnN2M0L .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uJ9XnN2M0L .mbr-section-title,
.cid-uJ9XnN2M0L .line {
  color: #232323;
}
.cid-uJ9XnN2M0L h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uJ9XnN2M0L h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uJ9XnN2M0L .mbr-section-subtitle,
.cid-uJ9XnN2M0L .align {
  text-align: left;
  color: #232323;
}
.cid-uJ9XnQXy2a {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #232323, #dd2b1c);
}
@media (min-width: 768px) {
  .cid-uJ9XnQXy2a {
    align-items: flex-start;
  }
  .cid-uJ9XnQXy2a .row {
    justify-content: flex-start;
  }
}
.cid-uJ9XnQXy2a .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uJ9XnQXy2a .mbr-text,
.cid-uJ9XnQXy2a .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uJ9XnQXy2a .mbr-section-title,
.cid-uJ9XnQXy2a .line {
  color: #ffffff;
  text-align: center;
}
.cid-uJ9XnQXy2a h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uJ9XnQXy2a h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uJ9XnQXy2a .mbr-section-subtitle,
.cid-uJ9XnQXy2a .align {
  text-align: left;
  color: #232323;
}
.cid-uJiiobcAR2 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #ffffff;
  background-color: #dd2b1c;
}
.cid-uJiiobcAR2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJiiobcAR2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJiiobcAR2 .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uJiiobcAR2 .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uJiiobcAR2 .content-wrapper {
    padding: 0;
  }
}
.cid-uJiiobcAR2 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJiiobcAR2 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uJiiobcAR2 .mbr-section-title,
.cid-uJiiobcAR2 .title-wrapper {
  color: #ffffff;
}
.cid-uJiiobcAR2 .mbr-section-title,
.cid-uJiiobcAR2 .mbr-section-btn,
.cid-uJiiobcAR2 .title-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uJa7wpnjvV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJa7wpnjvV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJa7wpnjvV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJa7wpnjvV .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uJa7wpnjvV .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uJa7wpnjvV .content-wrapper {
  margin: 0 -8px;
}
.cid-uJa7wpnjvV .content-wrapper .card {
  padding: 0 8px;
}
.cid-uJa7wpnjvV .image-wrapper {
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uJa7wpnjvV .image-wrapper {
    margin-bottom: 12px;
  }
}
.cid-uJa7wpnjvV .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uJa7wpnjvV .image-wrapper img {
    height: 300px;
  }
}
.cid-uJa7wpnjvV .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 992px) {
  .cid-uJa7wpnjvV .items-wrapper {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.cid-uJa7wpnjvV .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #e5e5e5;
  padding: 64px;
}
@media (max-width: 1440px) {
  .cid-uJa7wpnjvV .items-wrapper .item .item-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uJa7wpnjvV .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-uJa7wpnjvV .items-wrapper .item .item-wrapper .iconfont-wrap {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uJa7wpnjvV .items-wrapper .item .item-wrapper .iconfont-wrap {
    margin-bottom: 24px;
  }
}
.cid-uJa7wpnjvV .items-wrapper .item .item-wrapper .iconfont-wrap .mbr-iconfont {
  width: 60px;
  height: 60px;
  min-width: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #dd2b1c;
  font-size: 36px;
  color: #e5e5e5;
}
.cid-uJa7wpnjvV .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 24px;
}
.cid-uJa7wpnjvV .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uJa7wpnjvV .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 24px;
}
.cid-uJa7wpnjvV .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJa7wpnjvV .mbr-section-title {
  color: #2c2c26;
}
.cid-uJa7wpnjvV .card-title {
  color: #2c2c26;
}
.cid-uJa7wpnjvV .card-text {
  color: #63635d;
}
.cid-uJ9XnRQwE8 {
  display: flex;
  padding-top: 0px;
  padding-bottom: 45px;
  background: linear-gradient(to bottom, #ffffff, #dd2b1c);
}
.cid-uJ9XnRQwE8 .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uJ9XnRQwE8 .mbr-text,
.cid-uJ9XnRQwE8 .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uJ9XnRQwE8 .mbr-section-title,
.cid-uJ9XnRQwE8 .line {
  color: #232323;
}
.cid-uJ9XnRQwE8 .google-map {
  height: 40rem;
  filter: grayscale(1);
  position: relative;
  border-radius: 2rem;
}
.cid-uJ9XnRQwE8 .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uJ9XnRQwE8 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uJ9XnRQwE8 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uJ9XnRQwE8 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uJ9XnRQwE8 h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uJ9XnRQwE8 h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uJ9XnRQwE8 .mbr-section-subtitle,
.cid-uJ9XnRQwE8 .align {
  text-align: left;
  color: #232323;
}
.cid-uJiipbH3th {
  display: flex;
  padding-top: 0px;
  padding-bottom: 60px;
  background: linear-gradient(to bottom, #dd2b1c, #232323);
}
@media (min-width: 768px) {
  .cid-uJiipbH3th {
    align-items: flex-start;
  }
  .cid-uJiipbH3th .row {
    justify-content: flex-start;
  }
}
.cid-uJiipbH3th .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uJiipbH3th .mbr-text,
.cid-uJiipbH3th .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uJiipbH3th .mbr-section-title,
.cid-uJiipbH3th .line {
  color: #ffffff;
  text-align: center;
}
.cid-uJiipbH3th h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uJiipbH3th h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uJiipbH3th .mbr-section-subtitle,
.cid-uJiipbH3th .align {
  text-align: left;
  color: #232323;
}
.cid-uPku6nFpfO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPku6nFpfO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPku6nFpfO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPku6nFpfO .container {
  max-width: 1472px;
}
.cid-uPku6nFpfO .footer-main-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-radius: 2.08rem;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-uPku6nFpfO .col-brand {
  width: 100%;
  padding: 2.5rem;
}
@media (max-width: 991px) {
  .cid-uPku6nFpfO .col-brand {
    padding: 24px;
  }
}
.cid-uPku6nFpfO .navbar-brand {
  display: flex;
  flex-basis: auto;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  white-space: normal;
  flex-shrink: 0;
  align-items: center;
  padding: 0;
  z-index: 1;
  margin-right: auto;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uPku6nFpfO .navbar-brand:hover {
  transform: scale(1.1);
}
.cid-uPku6nFpfO .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uPku6nFpfO .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uPku6nFpfO .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uPku6nFpfO .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uPku6nFpfO .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uPku6nFpfO .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uPku6nFpfO .links-container {
  width: 100%;
  padding: 2.5rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 8.8%;
}
@media (max-width: 991px) {
  .cid-uPku6nFpfO .links-container {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 17.6%;
    row-gap: 6.67rem;
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uPku6nFpfO .links-container {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1.2rem;
    row-gap: 1.2rem;
  }
}
.cid-uPku6nFpfO .mbr-section-subtitle {
  color: #13287d;
  margin-bottom: 12px;
}
.cid-uPku6nFpfO .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #232323;
}
.cid-uPku6nFpfO .list li {
  width: 100%;
  color: inherit !important;
  margin: 6px 0;
}
.cid-uPku6nFpfO .list li:hover {
  color: #dd2b1c !important;
}
.cid-uPku6nFpfO .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uPku6nFpfO .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uPku6nFpfO .copyright-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid rgba(255, 255, 255, 0.01);
  padding: 32px 0 24px;
}
@media (max-width: 767px) {
  .cid-uPku6nFpfO .copyright-container {
    padding: 24px 0 16px;
    flex-wrap: wrap;
  }
}
.cid-uPku6nFpfO .copyright {
  color: #232323;
  max-width: 45%;
}
@media (max-width: 767px) {
  .cid-uPku6nFpfO .copyright {
    max-width: 100%;
    width: 100%;
  }
}
.cid-uPku6nFpfO .social-row {
  width: auto;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  max-width: 45%;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uPku6nFpfO .social-row {
    max-width: 100%;
    width: 100%;
    justify-content: flex-start;
  }
}
.cid-uPku6nFpfO .mbr-iconfont {
  font-size: 22px;
  color: #ae5eff;
}
.cid-uPku6nFpfO .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.01);
  margin-left: 4px;
  margin-bottom: 4px;
  padding: 12px;
  min-height: 70px;
  min-width: 70px;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-uPku6nFpfO .soc-item {
    margin-left: 0;
    margin-right: 4px;
    margin-bottom: 0;
    margin-top: 4px;
    padding: 10px;
    min-height: 50px;
    min-width: 50px;
  }
}
.cid-uPku6nFpfO .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPku6nFpfO .soc-item a:hover {
  text-decoration-line: none !important;
}
.cid-uPku6nFpfO .soc-item:hover {
  transform: scale(0.95);
}
.cid-uPku6nFpfO .soc-item:hover .mbr-iconfont {
  color: #FFDD65 !important;
}
.cid-uPkn0TRxdl .navbar {
  padding: 0.5rem 0;
  background: #9c98cf;
  transition: none;
  min-height: 50px;
}
.cid-uPkn0TRxdl .navbar-fixed-top {
  padding-top: 0;
}
.cid-uPkn0TRxdl .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-uPkn0TRxdl .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #5a67a1;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-uPkn0TRxdl .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-uPkn0TRxdl .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uPkn0TRxdl .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uPkn0TRxdl .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uPkn0TRxdl .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-uPkn0TRxdl .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uPkn0TRxdl .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uPkn0TRxdl .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uPkn0TRxdl .menu-content-top {
  background: #dd2b1c;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uPkn0TRxdl .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-uPkn0TRxdl .dropdown-item:hover {
  color: #d2d2df !important;
}
.cid-uPkn0TRxdl .nav-link,
.cid-uPkn0TRxdl .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-uPkn0TRxdl .nav-link:hover,
.cid-uPkn0TRxdl .brand-name:hover {
  color: #d2d2df !important;
}
.cid-uPkn0TRxdl .dropdown-menu {
  background-color: #5a67a1;
}
.cid-uPkn0TRxdl .dropdown-item:active {
  background-color: #5a67a1;
}
.cid-uPkn0TRxdl .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-uPkn0TRxdl .navbar-dropdown.bg-color.transparent.opened {
  background: #9c98cf;
}
.cid-uPkn0TRxdl .nav-item {
  position: relative;
}
.cid-uPkn0TRxdl .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uPkn0TRxdl .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-uPkn0TRxdl .nav-item .nav-link:focus {
  outline: none;
}
.cid-uPkn0TRxdl .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPkn0TRxdl .content-text {
  margin-bottom: 0;
}
.cid-uPkn0TRxdl .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uPkn0TRxdl .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #dd2b1c;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uPkn0TRxdl .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uPkn0TRxdl .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uPkn0TRxdl .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uPkn0TRxdl .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPkn0TRxdl .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uPkn0TRxdl .content-right-side {
  text-align: center;
}
.cid-uPkn0TRxdl .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uPkn0TRxdl .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uPkn0TRxdl .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uPkn0TRxdl .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-uPkn0TRxdl .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uPkn0TRxdl .info-widget:first-child {
  margin-left: 0;
}
.cid-uPkn0TRxdl .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-uPkn0TRxdl .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uPkn0TRxdl .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uPkn0TRxdl .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uPkn0TRxdl .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-uPkn0TRxdl .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uPkn0TRxdl .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #5a67a1;
}
@media (min-width: 992px) {
  .cid-uPkn0TRxdl .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-uPkn0TRxdl .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #d2d2df;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-uPkn0TRxdl .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-uPkn0TRxdl .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uPkn0TRxdl .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-uPkn0TRxdl .navbar {
    display: block;
    padding: 0;
  }
  .cid-uPkn0TRxdl .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-uPkn0TRxdl .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uPkn0TRxdl .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uPkn0TRxdl .navbar-toggler {
    display: none;
  }
  .cid-uPkn0TRxdl .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-uPkn0TRxdl .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uPkn0TRxdl .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-uPkn0TRxdl .btn-sm {
  padding: 13px 29px;
}
.cid-uPkn0TRxdl .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uPkn0TRxdl .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-uPkn0TRxdl .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-uPkn0TRxdl .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uPkn0TRxdl .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uPkn0TRxdl .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uPkn0TRxdl .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uPkn0TRxdl .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uPkn0TRxdl .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uPkn0TRxdl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPkn0TRxdl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPkn0TRxdl .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uPkn0TRxdl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uPkn0TRxdl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPkn0TRxdl .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uPkn0TRxdl .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPkn0TRxdl .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uPkn0TRxdl .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-uPkn0TRxdl .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uPkn0TRxdl .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uPkn0TRxdl .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uPkn0TRxdl button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-uPkn0TRxdl button.navbar-toggler:focus {
  outline: none;
}
.cid-uPkn0TRxdl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uPkn0TRxdl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPkn0TRxdl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPkn0TRxdl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPkn0TRxdl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPkn0TRxdl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPkn0TRxdl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPkn0TRxdl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPkn0TRxdl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPkn0TRxdl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPkn0TRxdl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPkn0TRxdl .collapsed .btn {
  display: flex;
}
.cid-uPkn0TRxdl .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uPkn0TRxdl .collapsed .navbar-collapse.collapsing,
.cid-uPkn0TRxdl .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uPkn0TRxdl .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uPkn0TRxdl .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uPkn0TRxdl .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uPkn0TRxdl .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uPkn0TRxdl .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uPkn0TRxdl .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uPkn0TRxdl .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uPkn0TRxdl .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uPkn0TRxdl .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uPkn0TRxdl .collapsed button.navbar-toggler {
  display: block;
}
.cid-uPkn0TRxdl .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uPkn0TRxdl .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uPkn0TRxdl .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uPkn0TRxdl .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uPkn0TRxdl .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uPkn0TRxdl .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uPkn0TRxdl .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uPkn0TRxdl .menu-content-top {
    display: flex;
  }
  .cid-uPkn0TRxdl .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-uPkn0TRxdl .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-uPkn0TRxdl .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-uPkn0TRxdl .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-uPkn0TRxdl .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-uPkn0TRxdl .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-uPkn0TRxdl .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-uPkn0TRxdl .navbar-collapse.collapsing,
  .cid-uPkn0TRxdl .navbar-collapse.show {
    display: block !important;
  }
  .cid-uPkn0TRxdl .navbar-collapse.collapsing .navbar-nav,
  .cid-uPkn0TRxdl .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uPkn0TRxdl .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uPkn0TRxdl .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uPkn0TRxdl .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-uPkn0TRxdl .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #dd2b1c;
  }
  .cid-uPkn0TRxdl .navbar-collapse.collapsing .navbar-buttons,
  .cid-uPkn0TRxdl .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uPkn0TRxdl .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uPkn0TRxdl .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uPkn0TRxdl img {
    height: 3.8rem !important;
  }
  .cid-uPkn0TRxdl .btn {
    display: flex;
  }
  .cid-uPkn0TRxdl button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-uPkn0TRxdl .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-uPkn0TRxdl .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uPkn0TRxdl .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uPkn0TRxdl .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uPkn0TRxdl .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uPkn0TRxdl .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uPkn0TRxdl .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uPkn0TRxdl .nav-link:focus {
  outline: none;
}
.cid-uPkn0TRxdl .navbar-toggler {
  position: relative;
}
.cid-uPkn0TRxdl .widget-title,
.cid-uPkn0TRxdl .widget-icon {
  color: #e9e9e9;
}
.cid-uPkn0TRxdl .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-uPkn0TRxdl .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-uPkn0TRxdl .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-uPkn0TRxdl .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-uPkn0TRxdl .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-uPkn0TRxdl .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-uPkn0TRxdl .menu-content-top,
  .cid-uPkn0TRxdl .menu-bottom {
    padding: 0 15px;
  }
  .cid-uPkn0TRxdl button.navbar-toggler {
    align-self: center;
  }
  .cid-uPkn0TRxdl .btn {
    margin-left: 0;
  }
  .cid-uPkn0TRxdl .widget-icon {
    padding-right: 0;
  }
}
.cid-uPkn0TRxdl .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-uPkn0TRxdl .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #5a67a1;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-uPkn0TRxdl .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-uPkn0TRxdl .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #d2d2df;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-uPkn0TRxdl .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-uJ9WgusnpM {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(to bottom, #163300, #dd2b1c);
}
@media (min-width: 768px) {
  .cid-uJ9WgusnpM {
    align-items: flex-start;
  }
  .cid-uJ9WgusnpM .row {
    justify-content: flex-start;
  }
}
.cid-uJ9WgusnpM .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uJ9WgusnpM .mbr-text,
.cid-uJ9WgusnpM .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uJ9WgusnpM .mbr-section-title,
.cid-uJ9WgusnpM .line {
  color: #232323;
}
.cid-uJ9WgusnpM h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uJ9WgusnpM h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uJ9WgusnpM .mbr-section-subtitle,
.cid-uJ9WgusnpM .align {
  text-align: left;
  color: #232323;
}
.cid-uJa17uFZef {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #232323, #dd2b1c);
}
@media (min-width: 768px) {
  .cid-uJa17uFZef {
    align-items: flex-start;
  }
  .cid-uJa17uFZef .row {
    justify-content: flex-start;
  }
}
.cid-uJa17uFZef .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uJa17uFZef .mbr-text,
.cid-uJa17uFZef .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uJa17uFZef .mbr-section-title,
.cid-uJa17uFZef .line {
  color: #ffffff;
  text-align: center;
}
.cid-uJa17uFZef h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uJa17uFZef h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uJa17uFZef .mbr-section-subtitle,
.cid-uJa17uFZef .align {
  text-align: left;
  color: #232323;
}
.cid-uJihRr2uba {
  padding-top: 2rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #ffffff;
  background-color: #dd2b1c;
}
.cid-uJihRr2uba .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJihRr2uba .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJihRr2uba .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uJihRr2uba .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uJihRr2uba .content-wrapper {
    padding: 0;
  }
}
.cid-uJihRr2uba .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJihRr2uba .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uJihRr2uba .mbr-section-title,
.cid-uJihRr2uba .title-wrapper {
  color: #ffffff;
}
.cid-uJihRr2uba .mbr-section-title,
.cid-uJihRr2uba .mbr-section-btn,
.cid-uJihRr2uba .title-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uJi5tU5Dej {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJi5tU5Dej .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJi5tU5Dej .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJi5tU5Dej .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uJi5tU5Dej .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uJi5tU5Dej .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uJi5tU5Dej .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uJi5tU5Dej .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJi5tU5Dej .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uJi5tU5Dej .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJi5tU5Dej .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uJi5tU5Dej .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uJi5tU5Dej .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #dd2b1c;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-uJi5tU5Dej .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-uJi5tU5Dej .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-uJi5tU5Dej .mbr-section-title {
  color: #050f0f;
}
.cid-uJi5tU5Dej .mbr-text {
  color: #050f0f;
}
.cid-uJ9Wgz0kGa {
  display: flex;
  padding-top: 0px;
  padding-bottom: 45px;
  background: linear-gradient(to bottom, #ffffff, #dd2b1c);
}
.cid-uJ9Wgz0kGa .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uJ9Wgz0kGa .mbr-text,
.cid-uJ9Wgz0kGa .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uJ9Wgz0kGa .mbr-section-title,
.cid-uJ9Wgz0kGa .line {
  color: #232323;
}
.cid-uJ9Wgz0kGa .google-map {
  height: 40rem;
  filter: grayscale(1);
  position: relative;
  border-radius: 2rem;
}
.cid-uJ9Wgz0kGa .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uJ9Wgz0kGa .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uJ9Wgz0kGa .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uJ9Wgz0kGa .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uJ9Wgz0kGa h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uJ9Wgz0kGa h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uJ9Wgz0kGa .mbr-section-subtitle,
.cid-uJ9Wgz0kGa .align {
  text-align: left;
  color: #232323;
}
.cid-uJihJLRxGo {
  display: flex;
  padding-top: 0px;
  padding-bottom: 60px;
  background: linear-gradient(to bottom, #dd2b1c, #232323);
}
@media (min-width: 768px) {
  .cid-uJihJLRxGo {
    align-items: flex-start;
  }
  .cid-uJihJLRxGo .row {
    justify-content: flex-start;
  }
}
.cid-uJihJLRxGo .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uJihJLRxGo .mbr-text,
.cid-uJihJLRxGo .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uJihJLRxGo .mbr-section-title,
.cid-uJihJLRxGo .line {
  color: #ffffff;
  text-align: center;
}
.cid-uJihJLRxGo h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uJihJLRxGo h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uJihJLRxGo .mbr-section-subtitle,
.cid-uJihJLRxGo .align {
  text-align: left;
  color: #232323;
}
.cid-uPku6nFpfO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPku6nFpfO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPku6nFpfO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPku6nFpfO .container {
  max-width: 1472px;
}
.cid-uPku6nFpfO .footer-main-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-radius: 2.08rem;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-uPku6nFpfO .col-brand {
  width: 100%;
  padding: 2.5rem;
}
@media (max-width: 991px) {
  .cid-uPku6nFpfO .col-brand {
    padding: 24px;
  }
}
.cid-uPku6nFpfO .navbar-brand {
  display: flex;
  flex-basis: auto;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  white-space: normal;
  flex-shrink: 0;
  align-items: center;
  padding: 0;
  z-index: 1;
  margin-right: auto;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uPku6nFpfO .navbar-brand:hover {
  transform: scale(1.1);
}
.cid-uPku6nFpfO .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uPku6nFpfO .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uPku6nFpfO .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uPku6nFpfO .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uPku6nFpfO .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uPku6nFpfO .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uPku6nFpfO .links-container {
  width: 100%;
  padding: 2.5rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 8.8%;
}
@media (max-width: 991px) {
  .cid-uPku6nFpfO .links-container {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 17.6%;
    row-gap: 6.67rem;
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uPku6nFpfO .links-container {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1.2rem;
    row-gap: 1.2rem;
  }
}
.cid-uPku6nFpfO .mbr-section-subtitle {
  color: #13287d;
  margin-bottom: 12px;
}
.cid-uPku6nFpfO .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #232323;
}
.cid-uPku6nFpfO .list li {
  width: 100%;
  color: inherit !important;
  margin: 6px 0;
}
.cid-uPku6nFpfO .list li:hover {
  color: #dd2b1c !important;
}
.cid-uPku6nFpfO .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uPku6nFpfO .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uPku6nFpfO .copyright-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid rgba(255, 255, 255, 0.01);
  padding: 32px 0 24px;
}
@media (max-width: 767px) {
  .cid-uPku6nFpfO .copyright-container {
    padding: 24px 0 16px;
    flex-wrap: wrap;
  }
}
.cid-uPku6nFpfO .copyright {
  color: #232323;
  max-width: 45%;
}
@media (max-width: 767px) {
  .cid-uPku6nFpfO .copyright {
    max-width: 100%;
    width: 100%;
  }
}
.cid-uPku6nFpfO .social-row {
  width: auto;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  max-width: 45%;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uPku6nFpfO .social-row {
    max-width: 100%;
    width: 100%;
    justify-content: flex-start;
  }
}
.cid-uPku6nFpfO .mbr-iconfont {
  font-size: 22px;
  color: #ae5eff;
}
.cid-uPku6nFpfO .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.01);
  margin-left: 4px;
  margin-bottom: 4px;
  padding: 12px;
  min-height: 70px;
  min-width: 70px;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-uPku6nFpfO .soc-item {
    margin-left: 0;
    margin-right: 4px;
    margin-bottom: 0;
    margin-top: 4px;
    padding: 10px;
    min-height: 50px;
    min-width: 50px;
  }
}
.cid-uPku6nFpfO .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPku6nFpfO .soc-item a:hover {
  text-decoration-line: none !important;
}
.cid-uPku6nFpfO .soc-item:hover {
  transform: scale(0.95);
}
.cid-uPku6nFpfO .soc-item:hover .mbr-iconfont {
  color: #FFDD65 !important;
}
.cid-uPkn0TRxdl .navbar {
  padding: 0.5rem 0;
  background: #9c98cf;
  transition: none;
  min-height: 50px;
}
.cid-uPkn0TRxdl .navbar-fixed-top {
  padding-top: 0;
}
.cid-uPkn0TRxdl .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-uPkn0TRxdl .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #5a67a1;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-uPkn0TRxdl .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-uPkn0TRxdl .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uPkn0TRxdl .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uPkn0TRxdl .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uPkn0TRxdl .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-uPkn0TRxdl .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uPkn0TRxdl .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uPkn0TRxdl .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uPkn0TRxdl .menu-content-top {
  background: #dd2b1c;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uPkn0TRxdl .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-uPkn0TRxdl .dropdown-item:hover {
  color: #d2d2df !important;
}
.cid-uPkn0TRxdl .nav-link,
.cid-uPkn0TRxdl .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-uPkn0TRxdl .nav-link:hover,
.cid-uPkn0TRxdl .brand-name:hover {
  color: #d2d2df !important;
}
.cid-uPkn0TRxdl .dropdown-menu {
  background-color: #5a67a1;
}
.cid-uPkn0TRxdl .dropdown-item:active {
  background-color: #5a67a1;
}
.cid-uPkn0TRxdl .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-uPkn0TRxdl .navbar-dropdown.bg-color.transparent.opened {
  background: #9c98cf;
}
.cid-uPkn0TRxdl .nav-item {
  position: relative;
}
.cid-uPkn0TRxdl .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uPkn0TRxdl .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-uPkn0TRxdl .nav-item .nav-link:focus {
  outline: none;
}
.cid-uPkn0TRxdl .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPkn0TRxdl .content-text {
  margin-bottom: 0;
}
.cid-uPkn0TRxdl .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uPkn0TRxdl .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #dd2b1c;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uPkn0TRxdl .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uPkn0TRxdl .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uPkn0TRxdl .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uPkn0TRxdl .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPkn0TRxdl .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uPkn0TRxdl .content-right-side {
  text-align: center;
}
.cid-uPkn0TRxdl .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uPkn0TRxdl .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uPkn0TRxdl .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uPkn0TRxdl .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-uPkn0TRxdl .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uPkn0TRxdl .info-widget:first-child {
  margin-left: 0;
}
.cid-uPkn0TRxdl .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-uPkn0TRxdl .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uPkn0TRxdl .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uPkn0TRxdl .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uPkn0TRxdl .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-uPkn0TRxdl .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uPkn0TRxdl .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #5a67a1;
}
@media (min-width: 992px) {
  .cid-uPkn0TRxdl .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-uPkn0TRxdl .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #d2d2df;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-uPkn0TRxdl .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-uPkn0TRxdl .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uPkn0TRxdl .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-uPkn0TRxdl .navbar {
    display: block;
    padding: 0;
  }
  .cid-uPkn0TRxdl .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-uPkn0TRxdl .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uPkn0TRxdl .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uPkn0TRxdl .navbar-toggler {
    display: none;
  }
  .cid-uPkn0TRxdl .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-uPkn0TRxdl .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uPkn0TRxdl .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-uPkn0TRxdl .btn-sm {
  padding: 13px 29px;
}
.cid-uPkn0TRxdl .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uPkn0TRxdl .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-uPkn0TRxdl .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-uPkn0TRxdl .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uPkn0TRxdl .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uPkn0TRxdl .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uPkn0TRxdl .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uPkn0TRxdl .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uPkn0TRxdl .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uPkn0TRxdl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPkn0TRxdl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPkn0TRxdl .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uPkn0TRxdl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uPkn0TRxdl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPkn0TRxdl .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uPkn0TRxdl .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPkn0TRxdl .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uPkn0TRxdl .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-uPkn0TRxdl .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uPkn0TRxdl .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uPkn0TRxdl .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uPkn0TRxdl button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-uPkn0TRxdl button.navbar-toggler:focus {
  outline: none;
}
.cid-uPkn0TRxdl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uPkn0TRxdl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPkn0TRxdl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPkn0TRxdl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPkn0TRxdl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPkn0TRxdl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPkn0TRxdl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPkn0TRxdl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPkn0TRxdl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPkn0TRxdl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPkn0TRxdl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPkn0TRxdl .collapsed .btn {
  display: flex;
}
.cid-uPkn0TRxdl .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uPkn0TRxdl .collapsed .navbar-collapse.collapsing,
.cid-uPkn0TRxdl .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uPkn0TRxdl .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uPkn0TRxdl .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uPkn0TRxdl .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uPkn0TRxdl .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uPkn0TRxdl .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uPkn0TRxdl .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uPkn0TRxdl .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uPkn0TRxdl .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uPkn0TRxdl .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uPkn0TRxdl .collapsed button.navbar-toggler {
  display: block;
}
.cid-uPkn0TRxdl .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uPkn0TRxdl .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uPkn0TRxdl .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uPkn0TRxdl .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uPkn0TRxdl .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uPkn0TRxdl .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uPkn0TRxdl .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uPkn0TRxdl .menu-content-top {
    display: flex;
  }
  .cid-uPkn0TRxdl .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-uPkn0TRxdl .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-uPkn0TRxdl .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-uPkn0TRxdl .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-uPkn0TRxdl .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-uPkn0TRxdl .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-uPkn0TRxdl .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-uPkn0TRxdl .navbar-collapse.collapsing,
  .cid-uPkn0TRxdl .navbar-collapse.show {
    display: block !important;
  }
  .cid-uPkn0TRxdl .navbar-collapse.collapsing .navbar-nav,
  .cid-uPkn0TRxdl .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uPkn0TRxdl .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uPkn0TRxdl .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uPkn0TRxdl .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-uPkn0TRxdl .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #dd2b1c;
  }
  .cid-uPkn0TRxdl .navbar-collapse.collapsing .navbar-buttons,
  .cid-uPkn0TRxdl .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uPkn0TRxdl .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uPkn0TRxdl .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uPkn0TRxdl img {
    height: 3.8rem !important;
  }
  .cid-uPkn0TRxdl .btn {
    display: flex;
  }
  .cid-uPkn0TRxdl button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-uPkn0TRxdl .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-uPkn0TRxdl .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uPkn0TRxdl .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uPkn0TRxdl .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uPkn0TRxdl .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uPkn0TRxdl .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uPkn0TRxdl .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uPkn0TRxdl .nav-link:focus {
  outline: none;
}
.cid-uPkn0TRxdl .navbar-toggler {
  position: relative;
}
.cid-uPkn0TRxdl .widget-title,
.cid-uPkn0TRxdl .widget-icon {
  color: #e9e9e9;
}
.cid-uPkn0TRxdl .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-uPkn0TRxdl .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-uPkn0TRxdl .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-uPkn0TRxdl .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-uPkn0TRxdl .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-uPkn0TRxdl .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-uPkn0TRxdl .menu-content-top,
  .cid-uPkn0TRxdl .menu-bottom {
    padding: 0 15px;
  }
  .cid-uPkn0TRxdl button.navbar-toggler {
    align-self: center;
  }
  .cid-uPkn0TRxdl .btn {
    margin-left: 0;
  }
  .cid-uPkn0TRxdl .widget-icon {
    padding-right: 0;
  }
}
.cid-uPkn0TRxdl .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-uPkn0TRxdl .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #5a67a1;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-uPkn0TRxdl .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-uPkn0TRxdl .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #d2d2df;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-uPkn0TRxdl .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-uJ9Whh9XJI {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(to bottom, #163300, #dd2b1c);
}
@media (min-width: 768px) {
  .cid-uJ9Whh9XJI {
    align-items: flex-start;
  }
  .cid-uJ9Whh9XJI .row {
    justify-content: flex-start;
  }
}
.cid-uJ9Whh9XJI .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uJ9Whh9XJI .mbr-text,
.cid-uJ9Whh9XJI .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uJ9Whh9XJI .mbr-section-title,
.cid-uJ9Whh9XJI .line {
  color: #232323;
}
.cid-uJ9Whh9XJI h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uJ9Whh9XJI h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uJ9Whh9XJI .mbr-section-subtitle,
.cid-uJ9Whh9XJI .align {
  text-align: left;
  color: #232323;
}
.cid-uJa0WvWjl2 {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #232323, #dd2b1c);
}
@media (min-width: 768px) {
  .cid-uJa0WvWjl2 {
    align-items: flex-start;
  }
  .cid-uJa0WvWjl2 .row {
    justify-content: flex-start;
  }
}
.cid-uJa0WvWjl2 .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uJa0WvWjl2 .mbr-text,
.cid-uJa0WvWjl2 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uJa0WvWjl2 .mbr-section-title,
.cid-uJa0WvWjl2 .line {
  color: #ffffff;
  text-align: center;
}
.cid-uJa0WvWjl2 h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uJa0WvWjl2 h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uJa0WvWjl2 .mbr-section-subtitle,
.cid-uJa0WvWjl2 .align {
  text-align: left;
  color: #232323;
}
.cid-uJigC703ZH {
  padding-top: 2rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #ffffff;
  background-color: #dd2b1c;
}
.cid-uJigC703ZH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJigC703ZH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJigC703ZH .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uJigC703ZH .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uJigC703ZH .content-wrapper {
    padding: 0;
  }
}
.cid-uJigC703ZH .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJigC703ZH .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uJigC703ZH .mbr-section-title,
.cid-uJigC703ZH .title-wrapper {
  color: #ffffff;
}
.cid-uJigC703ZH .mbr-section-title,
.cid-uJigC703ZH .mbr-section-btn,
.cid-uJigC703ZH .title-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uJi5YngpdI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJi5YngpdI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJi5YngpdI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJi5YngpdI .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uJi5YngpdI .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uJi5YngpdI .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uJi5YngpdI .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uJi5YngpdI .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJi5YngpdI .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uJi5YngpdI .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJi5YngpdI .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uJi5YngpdI .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uJi5YngpdI .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #dd2b1c;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-uJi5YngpdI .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-uJi5YngpdI .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-uJi5YngpdI .mbr-section-title {
  color: #050f0f;
}
.cid-uJi5YngpdI .mbr-text {
  color: #050f0f;
}
.cid-uJ9WhlRjSj {
  display: flex;
  padding-top: 0px;
  padding-bottom: 45px;
  background: linear-gradient(to bottom, #ffffff, #dd2b1c);
}
.cid-uJ9WhlRjSj .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uJ9WhlRjSj .mbr-text,
.cid-uJ9WhlRjSj .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uJ9WhlRjSj .mbr-section-title,
.cid-uJ9WhlRjSj .line {
  color: #232323;
}
.cid-uJ9WhlRjSj .google-map {
  height: 40rem;
  filter: grayscale(1);
  position: relative;
  border-radius: 2rem;
}
.cid-uJ9WhlRjSj .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uJ9WhlRjSj .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uJ9WhlRjSj .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uJ9WhlRjSj .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uJ9WhlRjSj h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uJ9WhlRjSj h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uJ9WhlRjSj .mbr-section-subtitle,
.cid-uJ9WhlRjSj .align {
  text-align: left;
  color: #232323;
}
.cid-uJihCiPTj2 {
  display: flex;
  padding-top: 0px;
  padding-bottom: 60px;
  background: linear-gradient(to bottom, #dd2b1c, #232323);
}
@media (min-width: 768px) {
  .cid-uJihCiPTj2 {
    align-items: flex-start;
  }
  .cid-uJihCiPTj2 .row {
    justify-content: flex-start;
  }
}
.cid-uJihCiPTj2 .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uJihCiPTj2 .mbr-text,
.cid-uJihCiPTj2 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uJihCiPTj2 .mbr-section-title,
.cid-uJihCiPTj2 .line {
  color: #ffffff;
  text-align: center;
}
.cid-uJihCiPTj2 h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uJihCiPTj2 h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uJihCiPTj2 .mbr-section-subtitle,
.cid-uJihCiPTj2 .align {
  text-align: left;
  color: #232323;
}
.cid-uPku6nFpfO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPku6nFpfO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPku6nFpfO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPku6nFpfO .container {
  max-width: 1472px;
}
.cid-uPku6nFpfO .footer-main-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-radius: 2.08rem;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-uPku6nFpfO .col-brand {
  width: 100%;
  padding: 2.5rem;
}
@media (max-width: 991px) {
  .cid-uPku6nFpfO .col-brand {
    padding: 24px;
  }
}
.cid-uPku6nFpfO .navbar-brand {
  display: flex;
  flex-basis: auto;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  white-space: normal;
  flex-shrink: 0;
  align-items: center;
  padding: 0;
  z-index: 1;
  margin-right: auto;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uPku6nFpfO .navbar-brand:hover {
  transform: scale(1.1);
}
.cid-uPku6nFpfO .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uPku6nFpfO .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uPku6nFpfO .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uPku6nFpfO .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uPku6nFpfO .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uPku6nFpfO .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uPku6nFpfO .links-container {
  width: 100%;
  padding: 2.5rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 8.8%;
}
@media (max-width: 991px) {
  .cid-uPku6nFpfO .links-container {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 17.6%;
    row-gap: 6.67rem;
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uPku6nFpfO .links-container {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1.2rem;
    row-gap: 1.2rem;
  }
}
.cid-uPku6nFpfO .mbr-section-subtitle {
  color: #13287d;
  margin-bottom: 12px;
}
.cid-uPku6nFpfO .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #232323;
}
.cid-uPku6nFpfO .list li {
  width: 100%;
  color: inherit !important;
  margin: 6px 0;
}
.cid-uPku6nFpfO .list li:hover {
  color: #dd2b1c !important;
}
.cid-uPku6nFpfO .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uPku6nFpfO .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uPku6nFpfO .copyright-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid rgba(255, 255, 255, 0.01);
  padding: 32px 0 24px;
}
@media (max-width: 767px) {
  .cid-uPku6nFpfO .copyright-container {
    padding: 24px 0 16px;
    flex-wrap: wrap;
  }
}
.cid-uPku6nFpfO .copyright {
  color: #232323;
  max-width: 45%;
}
@media (max-width: 767px) {
  .cid-uPku6nFpfO .copyright {
    max-width: 100%;
    width: 100%;
  }
}
.cid-uPku6nFpfO .social-row {
  width: auto;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  max-width: 45%;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uPku6nFpfO .social-row {
    max-width: 100%;
    width: 100%;
    justify-content: flex-start;
  }
}
.cid-uPku6nFpfO .mbr-iconfont {
  font-size: 22px;
  color: #ae5eff;
}
.cid-uPku6nFpfO .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.01);
  margin-left: 4px;
  margin-bottom: 4px;
  padding: 12px;
  min-height: 70px;
  min-width: 70px;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-uPku6nFpfO .soc-item {
    margin-left: 0;
    margin-right: 4px;
    margin-bottom: 0;
    margin-top: 4px;
    padding: 10px;
    min-height: 50px;
    min-width: 50px;
  }
}
.cid-uPku6nFpfO .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPku6nFpfO .soc-item a:hover {
  text-decoration-line: none !important;
}
.cid-uPku6nFpfO .soc-item:hover {
  transform: scale(0.95);
}
.cid-uPku6nFpfO .soc-item:hover .mbr-iconfont {
  color: #FFDD65 !important;
}
.cid-uPkn0TRxdl .navbar {
  padding: 0.5rem 0;
  background: #9c98cf;
  transition: none;
  min-height: 50px;
}
.cid-uPkn0TRxdl .navbar-fixed-top {
  padding-top: 0;
}
.cid-uPkn0TRxdl .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-uPkn0TRxdl .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #5a67a1;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-uPkn0TRxdl .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-uPkn0TRxdl .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uPkn0TRxdl .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uPkn0TRxdl .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uPkn0TRxdl .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-uPkn0TRxdl .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uPkn0TRxdl .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uPkn0TRxdl .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uPkn0TRxdl .menu-content-top {
  background: #dd2b1c;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uPkn0TRxdl .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-uPkn0TRxdl .dropdown-item:hover {
  color: #d2d2df !important;
}
.cid-uPkn0TRxdl .nav-link,
.cid-uPkn0TRxdl .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-uPkn0TRxdl .nav-link:hover,
.cid-uPkn0TRxdl .brand-name:hover {
  color: #d2d2df !important;
}
.cid-uPkn0TRxdl .dropdown-menu {
  background-color: #5a67a1;
}
.cid-uPkn0TRxdl .dropdown-item:active {
  background-color: #5a67a1;
}
.cid-uPkn0TRxdl .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-uPkn0TRxdl .navbar-dropdown.bg-color.transparent.opened {
  background: #9c98cf;
}
.cid-uPkn0TRxdl .nav-item {
  position: relative;
}
.cid-uPkn0TRxdl .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uPkn0TRxdl .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-uPkn0TRxdl .nav-item .nav-link:focus {
  outline: none;
}
.cid-uPkn0TRxdl .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPkn0TRxdl .content-text {
  margin-bottom: 0;
}
.cid-uPkn0TRxdl .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uPkn0TRxdl .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #dd2b1c;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uPkn0TRxdl .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uPkn0TRxdl .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uPkn0TRxdl .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uPkn0TRxdl .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPkn0TRxdl .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uPkn0TRxdl .content-right-side {
  text-align: center;
}
.cid-uPkn0TRxdl .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uPkn0TRxdl .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uPkn0TRxdl .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uPkn0TRxdl .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-uPkn0TRxdl .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uPkn0TRxdl .info-widget:first-child {
  margin-left: 0;
}
.cid-uPkn0TRxdl .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-uPkn0TRxdl .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uPkn0TRxdl .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uPkn0TRxdl .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uPkn0TRxdl .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-uPkn0TRxdl .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uPkn0TRxdl .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #5a67a1;
}
@media (min-width: 992px) {
  .cid-uPkn0TRxdl .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-uPkn0TRxdl .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #d2d2df;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-uPkn0TRxdl .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-uPkn0TRxdl .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uPkn0TRxdl .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-uPkn0TRxdl .navbar {
    display: block;
    padding: 0;
  }
  .cid-uPkn0TRxdl .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-uPkn0TRxdl .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uPkn0TRxdl .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uPkn0TRxdl .navbar-toggler {
    display: none;
  }
  .cid-uPkn0TRxdl .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-uPkn0TRxdl .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uPkn0TRxdl .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-uPkn0TRxdl .btn-sm {
  padding: 13px 29px;
}
.cid-uPkn0TRxdl .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uPkn0TRxdl .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-uPkn0TRxdl .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-uPkn0TRxdl .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uPkn0TRxdl .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uPkn0TRxdl .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uPkn0TRxdl .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uPkn0TRxdl .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uPkn0TRxdl .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uPkn0TRxdl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPkn0TRxdl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPkn0TRxdl .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uPkn0TRxdl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uPkn0TRxdl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPkn0TRxdl .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uPkn0TRxdl .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPkn0TRxdl .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uPkn0TRxdl .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-uPkn0TRxdl .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uPkn0TRxdl .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uPkn0TRxdl .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uPkn0TRxdl button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-uPkn0TRxdl button.navbar-toggler:focus {
  outline: none;
}
.cid-uPkn0TRxdl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uPkn0TRxdl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPkn0TRxdl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPkn0TRxdl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPkn0TRxdl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPkn0TRxdl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPkn0TRxdl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPkn0TRxdl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPkn0TRxdl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPkn0TRxdl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPkn0TRxdl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPkn0TRxdl .collapsed .btn {
  display: flex;
}
.cid-uPkn0TRxdl .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uPkn0TRxdl .collapsed .navbar-collapse.collapsing,
.cid-uPkn0TRxdl .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uPkn0TRxdl .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uPkn0TRxdl .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uPkn0TRxdl .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uPkn0TRxdl .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uPkn0TRxdl .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uPkn0TRxdl .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uPkn0TRxdl .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uPkn0TRxdl .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uPkn0TRxdl .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uPkn0TRxdl .collapsed button.navbar-toggler {
  display: block;
}
.cid-uPkn0TRxdl .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uPkn0TRxdl .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uPkn0TRxdl .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uPkn0TRxdl .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uPkn0TRxdl .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uPkn0TRxdl .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uPkn0TRxdl .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uPkn0TRxdl .menu-content-top {
    display: flex;
  }
  .cid-uPkn0TRxdl .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-uPkn0TRxdl .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-uPkn0TRxdl .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-uPkn0TRxdl .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-uPkn0TRxdl .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-uPkn0TRxdl .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-uPkn0TRxdl .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-uPkn0TRxdl .navbar-collapse.collapsing,
  .cid-uPkn0TRxdl .navbar-collapse.show {
    display: block !important;
  }
  .cid-uPkn0TRxdl .navbar-collapse.collapsing .navbar-nav,
  .cid-uPkn0TRxdl .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uPkn0TRxdl .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uPkn0TRxdl .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uPkn0TRxdl .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-uPkn0TRxdl .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #dd2b1c;
  }
  .cid-uPkn0TRxdl .navbar-collapse.collapsing .navbar-buttons,
  .cid-uPkn0TRxdl .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uPkn0TRxdl .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uPkn0TRxdl .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uPkn0TRxdl img {
    height: 3.8rem !important;
  }
  .cid-uPkn0TRxdl .btn {
    display: flex;
  }
  .cid-uPkn0TRxdl button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-uPkn0TRxdl .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-uPkn0TRxdl .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uPkn0TRxdl .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uPkn0TRxdl .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uPkn0TRxdl .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uPkn0TRxdl .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uPkn0TRxdl .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uPkn0TRxdl .nav-link:focus {
  outline: none;
}
.cid-uPkn0TRxdl .navbar-toggler {
  position: relative;
}
.cid-uPkn0TRxdl .widget-title,
.cid-uPkn0TRxdl .widget-icon {
  color: #e9e9e9;
}
.cid-uPkn0TRxdl .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-uPkn0TRxdl .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-uPkn0TRxdl .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-uPkn0TRxdl .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-uPkn0TRxdl .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-uPkn0TRxdl .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-uPkn0TRxdl .menu-content-top,
  .cid-uPkn0TRxdl .menu-bottom {
    padding: 0 15px;
  }
  .cid-uPkn0TRxdl button.navbar-toggler {
    align-self: center;
  }
  .cid-uPkn0TRxdl .btn {
    margin-left: 0;
  }
  .cid-uPkn0TRxdl .widget-icon {
    padding-right: 0;
  }
}
.cid-uPkn0TRxdl .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-uPkn0TRxdl .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #5a67a1;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-uPkn0TRxdl .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-uPkn0TRxdl .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #d2d2df;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-uPkn0TRxdl .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-uJ9WhTKbKO {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(to bottom, #163300, #dd2b1c);
}
@media (min-width: 768px) {
  .cid-uJ9WhTKbKO {
    align-items: flex-start;
  }
  .cid-uJ9WhTKbKO .row {
    justify-content: flex-start;
  }
}
.cid-uJ9WhTKbKO .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uJ9WhTKbKO .mbr-text,
.cid-uJ9WhTKbKO .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uJ9WhTKbKO .mbr-section-title,
.cid-uJ9WhTKbKO .line {
  color: #232323;
}
.cid-uJ9WhTKbKO h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uJ9WhTKbKO h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uJ9WhTKbKO .mbr-section-subtitle,
.cid-uJ9WhTKbKO .align {
  text-align: left;
  color: #232323;
}
.cid-uJa8Ne0Uf3 {
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #212529, #dd2b1c);
}
@media (min-width: 768px) {
  .cid-uJa8Ne0Uf3 {
    align-items: flex-start;
  }
  .cid-uJa8Ne0Uf3 .row {
    justify-content: flex-start;
  }
}
.cid-uJa8Ne0Uf3 .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uJa8Ne0Uf3 .mbr-text,
.cid-uJa8Ne0Uf3 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uJa8Ne0Uf3 .mbr-section-title,
.cid-uJa8Ne0Uf3 .line {
  color: #ffffff;
  text-align: center;
}
.cid-uJa8Ne0Uf3 h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uJa8Ne0Uf3 h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uJa8Ne0Uf3 .mbr-section-subtitle,
.cid-uJa8Ne0Uf3 .align {
  text-align: left;
  color: #232323;
}
.cid-uJi6P2bhg8 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #ffffff;
  background-color: #dd2b1c;
}
.cid-uJi6P2bhg8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJi6P2bhg8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJi6P2bhg8 .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uJi6P2bhg8 .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uJi6P2bhg8 .content-wrapper {
    padding: 0;
  }
}
.cid-uJi6P2bhg8 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJi6P2bhg8 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uJi6P2bhg8 .mbr-section-title,
.cid-uJi6P2bhg8 .title-wrapper {
  color: #ffffff;
}
.cid-uJi6P2bhg8 .mbr-section-title,
.cid-uJi6P2bhg8 .mbr-section-btn,
.cid-uJi6P2bhg8 .title-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uJi66gdD42 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJi66gdD42 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJi66gdD42 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJi66gdD42 .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uJi66gdD42 .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uJi66gdD42 .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uJi66gdD42 .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uJi66gdD42 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJi66gdD42 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uJi66gdD42 .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJi66gdD42 .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uJi66gdD42 .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uJi66gdD42 .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #dd2b1c;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-uJi66gdD42 .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-uJi66gdD42 .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-uJi66gdD42 .mbr-section-title {
  color: #050f0f;
}
.cid-uJi66gdD42 .mbr-text {
  color: #050f0f;
}
.cid-uJ9WhYtCAU {
  display: flex;
  padding-top: 0px;
  padding-bottom: 45px;
  background: linear-gradient(to bottom, #ffffff, #dd2b1c);
}
.cid-uJ9WhYtCAU .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uJ9WhYtCAU .mbr-text,
.cid-uJ9WhYtCAU .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uJ9WhYtCAU .mbr-section-title,
.cid-uJ9WhYtCAU .line {
  color: #232323;
}
.cid-uJ9WhYtCAU .google-map {
  height: 40rem;
  filter: grayscale(1);
  position: relative;
  border-radius: 2rem;
}
.cid-uJ9WhYtCAU .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uJ9WhYtCAU .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uJ9WhYtCAU .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uJ9WhYtCAU .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uJ9WhYtCAU h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uJ9WhYtCAU h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uJ9WhYtCAU .mbr-section-subtitle,
.cid-uJ9WhYtCAU .align {
  text-align: left;
  color: #232323;
}
.cid-uJiheBQW05 {
  display: flex;
  padding-top: 0px;
  padding-bottom: 60px;
  background: linear-gradient(to bottom, #dd2b1c, #232323);
}
@media (min-width: 768px) {
  .cid-uJiheBQW05 {
    align-items: flex-start;
  }
  .cid-uJiheBQW05 .row {
    justify-content: flex-start;
  }
}
.cid-uJiheBQW05 .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uJiheBQW05 .mbr-text,
.cid-uJiheBQW05 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uJiheBQW05 .mbr-section-title,
.cid-uJiheBQW05 .line {
  color: #ffffff;
  text-align: center;
}
.cid-uJiheBQW05 h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uJiheBQW05 h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uJiheBQW05 .mbr-section-subtitle,
.cid-uJiheBQW05 .align {
  text-align: left;
  color: #232323;
}
.cid-uPku6nFpfO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPku6nFpfO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPku6nFpfO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPku6nFpfO .container {
  max-width: 1472px;
}
.cid-uPku6nFpfO .footer-main-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-radius: 2.08rem;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-uPku6nFpfO .col-brand {
  width: 100%;
  padding: 2.5rem;
}
@media (max-width: 991px) {
  .cid-uPku6nFpfO .col-brand {
    padding: 24px;
  }
}
.cid-uPku6nFpfO .navbar-brand {
  display: flex;
  flex-basis: auto;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  white-space: normal;
  flex-shrink: 0;
  align-items: center;
  padding: 0;
  z-index: 1;
  margin-right: auto;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uPku6nFpfO .navbar-brand:hover {
  transform: scale(1.1);
}
.cid-uPku6nFpfO .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uPku6nFpfO .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uPku6nFpfO .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uPku6nFpfO .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uPku6nFpfO .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uPku6nFpfO .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uPku6nFpfO .links-container {
  width: 100%;
  padding: 2.5rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 8.8%;
}
@media (max-width: 991px) {
  .cid-uPku6nFpfO .links-container {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 17.6%;
    row-gap: 6.67rem;
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uPku6nFpfO .links-container {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1.2rem;
    row-gap: 1.2rem;
  }
}
.cid-uPku6nFpfO .mbr-section-subtitle {
  color: #13287d;
  margin-bottom: 12px;
}
.cid-uPku6nFpfO .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #232323;
}
.cid-uPku6nFpfO .list li {
  width: 100%;
  color: inherit !important;
  margin: 6px 0;
}
.cid-uPku6nFpfO .list li:hover {
  color: #dd2b1c !important;
}
.cid-uPku6nFpfO .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uPku6nFpfO .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uPku6nFpfO .copyright-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid rgba(255, 255, 255, 0.01);
  padding: 32px 0 24px;
}
@media (max-width: 767px) {
  .cid-uPku6nFpfO .copyright-container {
    padding: 24px 0 16px;
    flex-wrap: wrap;
  }
}
.cid-uPku6nFpfO .copyright {
  color: #232323;
  max-width: 45%;
}
@media (max-width: 767px) {
  .cid-uPku6nFpfO .copyright {
    max-width: 100%;
    width: 100%;
  }
}
.cid-uPku6nFpfO .social-row {
  width: auto;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  max-width: 45%;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uPku6nFpfO .social-row {
    max-width: 100%;
    width: 100%;
    justify-content: flex-start;
  }
}
.cid-uPku6nFpfO .mbr-iconfont {
  font-size: 22px;
  color: #ae5eff;
}
.cid-uPku6nFpfO .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.01);
  margin-left: 4px;
  margin-bottom: 4px;
  padding: 12px;
  min-height: 70px;
  min-width: 70px;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-uPku6nFpfO .soc-item {
    margin-left: 0;
    margin-right: 4px;
    margin-bottom: 0;
    margin-top: 4px;
    padding: 10px;
    min-height: 50px;
    min-width: 50px;
  }
}
.cid-uPku6nFpfO .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPku6nFpfO .soc-item a:hover {
  text-decoration-line: none !important;
}
.cid-uPku6nFpfO .soc-item:hover {
  transform: scale(0.95);
}
.cid-uPku6nFpfO .soc-item:hover .mbr-iconfont {
  color: #FFDD65 !important;
}
.cid-uPkn0TRxdl .navbar {
  padding: 0.5rem 0;
  background: #9c98cf;
  transition: none;
  min-height: 50px;
}
.cid-uPkn0TRxdl .navbar-fixed-top {
  padding-top: 0;
}
.cid-uPkn0TRxdl .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-uPkn0TRxdl .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #5a67a1;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-uPkn0TRxdl .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-uPkn0TRxdl .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uPkn0TRxdl .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uPkn0TRxdl .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uPkn0TRxdl .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-uPkn0TRxdl .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uPkn0TRxdl .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uPkn0TRxdl .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uPkn0TRxdl .menu-content-top {
  background: #dd2b1c;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uPkn0TRxdl .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-uPkn0TRxdl .dropdown-item:hover {
  color: #d2d2df !important;
}
.cid-uPkn0TRxdl .nav-link,
.cid-uPkn0TRxdl .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-uPkn0TRxdl .nav-link:hover,
.cid-uPkn0TRxdl .brand-name:hover {
  color: #d2d2df !important;
}
.cid-uPkn0TRxdl .dropdown-menu {
  background-color: #5a67a1;
}
.cid-uPkn0TRxdl .dropdown-item:active {
  background-color: #5a67a1;
}
.cid-uPkn0TRxdl .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-uPkn0TRxdl .navbar-dropdown.bg-color.transparent.opened {
  background: #9c98cf;
}
.cid-uPkn0TRxdl .nav-item {
  position: relative;
}
.cid-uPkn0TRxdl .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uPkn0TRxdl .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-uPkn0TRxdl .nav-item .nav-link:focus {
  outline: none;
}
.cid-uPkn0TRxdl .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPkn0TRxdl .content-text {
  margin-bottom: 0;
}
.cid-uPkn0TRxdl .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uPkn0TRxdl .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #dd2b1c;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uPkn0TRxdl .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uPkn0TRxdl .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uPkn0TRxdl .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uPkn0TRxdl .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPkn0TRxdl .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uPkn0TRxdl .content-right-side {
  text-align: center;
}
.cid-uPkn0TRxdl .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uPkn0TRxdl .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uPkn0TRxdl .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uPkn0TRxdl .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-uPkn0TRxdl .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uPkn0TRxdl .info-widget:first-child {
  margin-left: 0;
}
.cid-uPkn0TRxdl .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-uPkn0TRxdl .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uPkn0TRxdl .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uPkn0TRxdl .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uPkn0TRxdl .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-uPkn0TRxdl .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uPkn0TRxdl .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #5a67a1;
}
@media (min-width: 992px) {
  .cid-uPkn0TRxdl .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-uPkn0TRxdl .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #d2d2df;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-uPkn0TRxdl .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-uPkn0TRxdl .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uPkn0TRxdl .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-uPkn0TRxdl .navbar {
    display: block;
    padding: 0;
  }
  .cid-uPkn0TRxdl .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-uPkn0TRxdl .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uPkn0TRxdl .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uPkn0TRxdl .navbar-toggler {
    display: none;
  }
  .cid-uPkn0TRxdl .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-uPkn0TRxdl .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uPkn0TRxdl .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-uPkn0TRxdl .btn-sm {
  padding: 13px 29px;
}
.cid-uPkn0TRxdl .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uPkn0TRxdl .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-uPkn0TRxdl .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-uPkn0TRxdl .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uPkn0TRxdl .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uPkn0TRxdl .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uPkn0TRxdl .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uPkn0TRxdl .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uPkn0TRxdl .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uPkn0TRxdl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPkn0TRxdl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPkn0TRxdl .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uPkn0TRxdl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uPkn0TRxdl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPkn0TRxdl .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uPkn0TRxdl .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPkn0TRxdl .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uPkn0TRxdl .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-uPkn0TRxdl .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uPkn0TRxdl .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uPkn0TRxdl .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uPkn0TRxdl button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-uPkn0TRxdl button.navbar-toggler:focus {
  outline: none;
}
.cid-uPkn0TRxdl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uPkn0TRxdl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPkn0TRxdl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPkn0TRxdl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPkn0TRxdl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPkn0TRxdl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPkn0TRxdl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPkn0TRxdl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPkn0TRxdl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPkn0TRxdl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPkn0TRxdl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPkn0TRxdl .collapsed .btn {
  display: flex;
}
.cid-uPkn0TRxdl .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uPkn0TRxdl .collapsed .navbar-collapse.collapsing,
.cid-uPkn0TRxdl .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uPkn0TRxdl .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uPkn0TRxdl .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uPkn0TRxdl .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uPkn0TRxdl .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uPkn0TRxdl .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uPkn0TRxdl .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uPkn0TRxdl .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uPkn0TRxdl .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uPkn0TRxdl .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uPkn0TRxdl .collapsed button.navbar-toggler {
  display: block;
}
.cid-uPkn0TRxdl .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uPkn0TRxdl .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uPkn0TRxdl .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uPkn0TRxdl .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uPkn0TRxdl .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uPkn0TRxdl .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uPkn0TRxdl .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uPkn0TRxdl .menu-content-top {
    display: flex;
  }
  .cid-uPkn0TRxdl .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-uPkn0TRxdl .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-uPkn0TRxdl .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-uPkn0TRxdl .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-uPkn0TRxdl .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-uPkn0TRxdl .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-uPkn0TRxdl .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-uPkn0TRxdl .navbar-collapse.collapsing,
  .cid-uPkn0TRxdl .navbar-collapse.show {
    display: block !important;
  }
  .cid-uPkn0TRxdl .navbar-collapse.collapsing .navbar-nav,
  .cid-uPkn0TRxdl .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uPkn0TRxdl .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uPkn0TRxdl .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uPkn0TRxdl .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-uPkn0TRxdl .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #dd2b1c;
  }
  .cid-uPkn0TRxdl .navbar-collapse.collapsing .navbar-buttons,
  .cid-uPkn0TRxdl .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uPkn0TRxdl .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uPkn0TRxdl .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uPkn0TRxdl img {
    height: 3.8rem !important;
  }
  .cid-uPkn0TRxdl .btn {
    display: flex;
  }
  .cid-uPkn0TRxdl button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-uPkn0TRxdl .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-uPkn0TRxdl .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uPkn0TRxdl .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uPkn0TRxdl .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uPkn0TRxdl .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uPkn0TRxdl .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uPkn0TRxdl .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uPkn0TRxdl .nav-link:focus {
  outline: none;
}
.cid-uPkn0TRxdl .navbar-toggler {
  position: relative;
}
.cid-uPkn0TRxdl .widget-title,
.cid-uPkn0TRxdl .widget-icon {
  color: #e9e9e9;
}
.cid-uPkn0TRxdl .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-uPkn0TRxdl .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-uPkn0TRxdl .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-uPkn0TRxdl .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-uPkn0TRxdl .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-uPkn0TRxdl .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-uPkn0TRxdl .menu-content-top,
  .cid-uPkn0TRxdl .menu-bottom {
    padding: 0 15px;
  }
  .cid-uPkn0TRxdl button.navbar-toggler {
    align-self: center;
  }
  .cid-uPkn0TRxdl .btn {
    margin-left: 0;
  }
  .cid-uPkn0TRxdl .widget-icon {
    padding-right: 0;
  }
}
.cid-uPkn0TRxdl .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-uPkn0TRxdl .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #5a67a1;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-uPkn0TRxdl .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-uPkn0TRxdl .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #d2d2df;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-uPkn0TRxdl .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-uJ9WEpuSZt {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(to bottom, #163300, #dd2b1c);
}
@media (min-width: 768px) {
  .cid-uJ9WEpuSZt {
    align-items: flex-start;
  }
  .cid-uJ9WEpuSZt .row {
    justify-content: flex-start;
  }
}
.cid-uJ9WEpuSZt .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uJ9WEpuSZt .mbr-text,
.cid-uJ9WEpuSZt .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uJ9WEpuSZt .mbr-section-title,
.cid-uJ9WEpuSZt .line {
  color: #232323;
}
.cid-uJ9WEpuSZt h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uJ9WEpuSZt h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uJ9WEpuSZt .mbr-section-subtitle,
.cid-uJ9WEpuSZt .align {
  text-align: left;
  color: #232323;
}
.cid-uJa1yRWcRm {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #232323, #dd2b1c);
}
@media (min-width: 768px) {
  .cid-uJa1yRWcRm {
    align-items: flex-start;
  }
  .cid-uJa1yRWcRm .row {
    justify-content: flex-start;
  }
}
.cid-uJa1yRWcRm .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uJa1yRWcRm .mbr-text,
.cid-uJa1yRWcRm .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uJa1yRWcRm .mbr-section-title,
.cid-uJa1yRWcRm .line {
  color: #ffffff;
  text-align: center;
}
.cid-uJa1yRWcRm h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uJa1yRWcRm h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uJa1yRWcRm .mbr-section-subtitle,
.cid-uJa1yRWcRm .align {
  text-align: left;
  color: #232323;
}
.cid-uJi96Ss6HR {
  padding-top: 2rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #ffffff;
  background-color: #dd2b1c;
}
.cid-uJi96Ss6HR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJi96Ss6HR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJi96Ss6HR .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uJi96Ss6HR .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uJi96Ss6HR .content-wrapper {
    padding: 0;
  }
}
.cid-uJi96Ss6HR .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJi96Ss6HR .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uJi96Ss6HR .mbr-section-title,
.cid-uJi96Ss6HR .title-wrapper {
  color: #ffffff;
}
.cid-uJi96Ss6HR .mbr-section-title,
.cid-uJi96Ss6HR .mbr-section-btn,
.cid-uJi96Ss6HR .title-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uJi6i5JcDN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJi6i5JcDN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJi6i5JcDN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJi6i5JcDN .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uJi6i5JcDN .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uJi6i5JcDN .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uJi6i5JcDN .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uJi6i5JcDN .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJi6i5JcDN .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uJi6i5JcDN .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJi6i5JcDN .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uJi6i5JcDN .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uJi6i5JcDN .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #dd2b1c;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-uJi6i5JcDN .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-uJi6i5JcDN .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-uJi6i5JcDN .mbr-section-title {
  color: #050f0f;
}
.cid-uJi6i5JcDN .mbr-text {
  color: #050f0f;
}
.cid-uJ9WEuyr2Z {
  display: flex;
  padding-top: 0px;
  padding-bottom: 45px;
  background: linear-gradient(to bottom, #ffffff, #dd2b1c);
}
.cid-uJ9WEuyr2Z .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uJ9WEuyr2Z .mbr-text,
.cid-uJ9WEuyr2Z .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uJ9WEuyr2Z .mbr-section-title,
.cid-uJ9WEuyr2Z .line {
  color: #232323;
}
.cid-uJ9WEuyr2Z .google-map {
  height: 40rem;
  filter: grayscale(1);
  position: relative;
  border-radius: 2rem;
}
.cid-uJ9WEuyr2Z .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uJ9WEuyr2Z .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uJ9WEuyr2Z .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uJ9WEuyr2Z .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uJ9WEuyr2Z h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uJ9WEuyr2Z h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uJ9WEuyr2Z .mbr-section-subtitle,
.cid-uJ9WEuyr2Z .align {
  text-align: left;
  color: #232323;
}
.cid-uJi9ofTP60 {
  display: flex;
  padding-top: 0px;
  padding-bottom: 60px;
  background: linear-gradient(to bottom, #dd2b1c, #232323);
}
@media (min-width: 768px) {
  .cid-uJi9ofTP60 {
    align-items: flex-start;
  }
  .cid-uJi9ofTP60 .row {
    justify-content: flex-start;
  }
}
.cid-uJi9ofTP60 .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uJi9ofTP60 .mbr-text,
.cid-uJi9ofTP60 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uJi9ofTP60 .mbr-section-title,
.cid-uJi9ofTP60 .line {
  color: #ffffff;
  text-align: center;
}
.cid-uJi9ofTP60 h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uJi9ofTP60 h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uJi9ofTP60 .mbr-section-subtitle,
.cid-uJi9ofTP60 .align {
  text-align: left;
  color: #232323;
}
.cid-uPku6nFpfO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPku6nFpfO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPku6nFpfO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPku6nFpfO .container {
  max-width: 1472px;
}
.cid-uPku6nFpfO .footer-main-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-radius: 2.08rem;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-uPku6nFpfO .col-brand {
  width: 100%;
  padding: 2.5rem;
}
@media (max-width: 991px) {
  .cid-uPku6nFpfO .col-brand {
    padding: 24px;
  }
}
.cid-uPku6nFpfO .navbar-brand {
  display: flex;
  flex-basis: auto;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  white-space: normal;
  flex-shrink: 0;
  align-items: center;
  padding: 0;
  z-index: 1;
  margin-right: auto;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uPku6nFpfO .navbar-brand:hover {
  transform: scale(1.1);
}
.cid-uPku6nFpfO .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uPku6nFpfO .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uPku6nFpfO .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uPku6nFpfO .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uPku6nFpfO .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uPku6nFpfO .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uPku6nFpfO .links-container {
  width: 100%;
  padding: 2.5rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 8.8%;
}
@media (max-width: 991px) {
  .cid-uPku6nFpfO .links-container {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 17.6%;
    row-gap: 6.67rem;
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uPku6nFpfO .links-container {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1.2rem;
    row-gap: 1.2rem;
  }
}
.cid-uPku6nFpfO .mbr-section-subtitle {
  color: #13287d;
  margin-bottom: 12px;
}
.cid-uPku6nFpfO .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #232323;
}
.cid-uPku6nFpfO .list li {
  width: 100%;
  color: inherit !important;
  margin: 6px 0;
}
.cid-uPku6nFpfO .list li:hover {
  color: #dd2b1c !important;
}
.cid-uPku6nFpfO .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uPku6nFpfO .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uPku6nFpfO .copyright-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid rgba(255, 255, 255, 0.01);
  padding: 32px 0 24px;
}
@media (max-width: 767px) {
  .cid-uPku6nFpfO .copyright-container {
    padding: 24px 0 16px;
    flex-wrap: wrap;
  }
}
.cid-uPku6nFpfO .copyright {
  color: #232323;
  max-width: 45%;
}
@media (max-width: 767px) {
  .cid-uPku6nFpfO .copyright {
    max-width: 100%;
    width: 100%;
  }
}
.cid-uPku6nFpfO .social-row {
  width: auto;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  max-width: 45%;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uPku6nFpfO .social-row {
    max-width: 100%;
    width: 100%;
    justify-content: flex-start;
  }
}
.cid-uPku6nFpfO .mbr-iconfont {
  font-size: 22px;
  color: #ae5eff;
}
.cid-uPku6nFpfO .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.01);
  margin-left: 4px;
  margin-bottom: 4px;
  padding: 12px;
  min-height: 70px;
  min-width: 70px;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-uPku6nFpfO .soc-item {
    margin-left: 0;
    margin-right: 4px;
    margin-bottom: 0;
    margin-top: 4px;
    padding: 10px;
    min-height: 50px;
    min-width: 50px;
  }
}
.cid-uPku6nFpfO .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPku6nFpfO .soc-item a:hover {
  text-decoration-line: none !important;
}
.cid-uPku6nFpfO .soc-item:hover {
  transform: scale(0.95);
}
.cid-uPku6nFpfO .soc-item:hover .mbr-iconfont {
  color: #FFDD65 !important;
}
.cid-uPkn0TRxdl .navbar {
  padding: 0.5rem 0;
  background: #9c98cf;
  transition: none;
  min-height: 50px;
}
.cid-uPkn0TRxdl .navbar-fixed-top {
  padding-top: 0;
}
.cid-uPkn0TRxdl .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-uPkn0TRxdl .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #5a67a1;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-uPkn0TRxdl .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-uPkn0TRxdl .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uPkn0TRxdl .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uPkn0TRxdl .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uPkn0TRxdl .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-uPkn0TRxdl .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uPkn0TRxdl .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uPkn0TRxdl .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uPkn0TRxdl .menu-content-top {
  background: #dd2b1c;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uPkn0TRxdl .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-uPkn0TRxdl .dropdown-item:hover {
  color: #d2d2df !important;
}
.cid-uPkn0TRxdl .nav-link,
.cid-uPkn0TRxdl .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-uPkn0TRxdl .nav-link:hover,
.cid-uPkn0TRxdl .brand-name:hover {
  color: #d2d2df !important;
}
.cid-uPkn0TRxdl .dropdown-menu {
  background-color: #5a67a1;
}
.cid-uPkn0TRxdl .dropdown-item:active {
  background-color: #5a67a1;
}
.cid-uPkn0TRxdl .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-uPkn0TRxdl .navbar-dropdown.bg-color.transparent.opened {
  background: #9c98cf;
}
.cid-uPkn0TRxdl .nav-item {
  position: relative;
}
.cid-uPkn0TRxdl .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uPkn0TRxdl .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-uPkn0TRxdl .nav-item .nav-link:focus {
  outline: none;
}
.cid-uPkn0TRxdl .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPkn0TRxdl .content-text {
  margin-bottom: 0;
}
.cid-uPkn0TRxdl .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uPkn0TRxdl .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #dd2b1c;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uPkn0TRxdl .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uPkn0TRxdl .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uPkn0TRxdl .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uPkn0TRxdl .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPkn0TRxdl .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uPkn0TRxdl .content-right-side {
  text-align: center;
}
.cid-uPkn0TRxdl .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uPkn0TRxdl .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uPkn0TRxdl .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uPkn0TRxdl .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-uPkn0TRxdl .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uPkn0TRxdl .info-widget:first-child {
  margin-left: 0;
}
.cid-uPkn0TRxdl .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-uPkn0TRxdl .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uPkn0TRxdl .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uPkn0TRxdl .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uPkn0TRxdl .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-uPkn0TRxdl .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uPkn0TRxdl .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #5a67a1;
}
@media (min-width: 992px) {
  .cid-uPkn0TRxdl .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-uPkn0TRxdl .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #d2d2df;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-uPkn0TRxdl .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-uPkn0TRxdl .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uPkn0TRxdl .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-uPkn0TRxdl .navbar {
    display: block;
    padding: 0;
  }
  .cid-uPkn0TRxdl .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-uPkn0TRxdl .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uPkn0TRxdl .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uPkn0TRxdl .navbar-toggler {
    display: none;
  }
  .cid-uPkn0TRxdl .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-uPkn0TRxdl .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uPkn0TRxdl .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-uPkn0TRxdl .btn-sm {
  padding: 13px 29px;
}
.cid-uPkn0TRxdl .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uPkn0TRxdl .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-uPkn0TRxdl .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-uPkn0TRxdl .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uPkn0TRxdl .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uPkn0TRxdl .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uPkn0TRxdl .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uPkn0TRxdl .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uPkn0TRxdl .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uPkn0TRxdl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPkn0TRxdl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPkn0TRxdl .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uPkn0TRxdl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uPkn0TRxdl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPkn0TRxdl .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uPkn0TRxdl .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPkn0TRxdl .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uPkn0TRxdl .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-uPkn0TRxdl .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uPkn0TRxdl .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uPkn0TRxdl .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uPkn0TRxdl button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-uPkn0TRxdl button.navbar-toggler:focus {
  outline: none;
}
.cid-uPkn0TRxdl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uPkn0TRxdl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPkn0TRxdl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPkn0TRxdl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPkn0TRxdl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPkn0TRxdl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPkn0TRxdl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPkn0TRxdl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPkn0TRxdl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPkn0TRxdl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPkn0TRxdl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPkn0TRxdl .collapsed .btn {
  display: flex;
}
.cid-uPkn0TRxdl .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uPkn0TRxdl .collapsed .navbar-collapse.collapsing,
.cid-uPkn0TRxdl .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uPkn0TRxdl .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uPkn0TRxdl .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uPkn0TRxdl .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uPkn0TRxdl .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uPkn0TRxdl .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uPkn0TRxdl .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uPkn0TRxdl .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uPkn0TRxdl .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uPkn0TRxdl .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uPkn0TRxdl .collapsed button.navbar-toggler {
  display: block;
}
.cid-uPkn0TRxdl .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uPkn0TRxdl .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uPkn0TRxdl .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uPkn0TRxdl .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uPkn0TRxdl .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uPkn0TRxdl .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uPkn0TRxdl .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uPkn0TRxdl .menu-content-top {
    display: flex;
  }
  .cid-uPkn0TRxdl .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-uPkn0TRxdl .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-uPkn0TRxdl .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-uPkn0TRxdl .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-uPkn0TRxdl .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-uPkn0TRxdl .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-uPkn0TRxdl .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-uPkn0TRxdl .navbar-collapse.collapsing,
  .cid-uPkn0TRxdl .navbar-collapse.show {
    display: block !important;
  }
  .cid-uPkn0TRxdl .navbar-collapse.collapsing .navbar-nav,
  .cid-uPkn0TRxdl .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uPkn0TRxdl .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uPkn0TRxdl .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uPkn0TRxdl .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-uPkn0TRxdl .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #dd2b1c;
  }
  .cid-uPkn0TRxdl .navbar-collapse.collapsing .navbar-buttons,
  .cid-uPkn0TRxdl .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uPkn0TRxdl .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uPkn0TRxdl .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uPkn0TRxdl img {
    height: 3.8rem !important;
  }
  .cid-uPkn0TRxdl .btn {
    display: flex;
  }
  .cid-uPkn0TRxdl button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-uPkn0TRxdl .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-uPkn0TRxdl .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uPkn0TRxdl .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uPkn0TRxdl .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uPkn0TRxdl .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uPkn0TRxdl .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uPkn0TRxdl .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uPkn0TRxdl .nav-link:focus {
  outline: none;
}
.cid-uPkn0TRxdl .navbar-toggler {
  position: relative;
}
.cid-uPkn0TRxdl .widget-title,
.cid-uPkn0TRxdl .widget-icon {
  color: #e9e9e9;
}
.cid-uPkn0TRxdl .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-uPkn0TRxdl .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-uPkn0TRxdl .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-uPkn0TRxdl .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-uPkn0TRxdl .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-uPkn0TRxdl .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-uPkn0TRxdl .menu-content-top,
  .cid-uPkn0TRxdl .menu-bottom {
    padding: 0 15px;
  }
  .cid-uPkn0TRxdl button.navbar-toggler {
    align-self: center;
  }
  .cid-uPkn0TRxdl .btn {
    margin-left: 0;
  }
  .cid-uPkn0TRxdl .widget-icon {
    padding-right: 0;
  }
}
.cid-uPkn0TRxdl .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-uPkn0TRxdl .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #5a67a1;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-uPkn0TRxdl .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-uPkn0TRxdl .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #d2d2df;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-uPkn0TRxdl .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-uJ9OM6Rw1r {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(to bottom, #163300, #dd2b1c);
}
@media (min-width: 768px) {
  .cid-uJ9OM6Rw1r {
    align-items: flex-start;
  }
  .cid-uJ9OM6Rw1r .row {
    justify-content: flex-start;
  }
}
.cid-uJ9OM6Rw1r .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uJ9OM6Rw1r .mbr-text,
.cid-uJ9OM6Rw1r .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uJ9OM6Rw1r .mbr-section-title,
.cid-uJ9OM6Rw1r .line {
  color: #232323;
}
.cid-uJ9OM6Rw1r h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uJ9OM6Rw1r h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uJ9OM6Rw1r .mbr-section-subtitle,
.cid-uJ9OM6Rw1r .align {
  text-align: left;
  color: #232323;
}
.cid-uPO38ijAnv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #254b45;
}
.cid-uPO38ijAnv .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uPO38ijAnv .modal-body .close {
  background: #1b1b1b;
}
.cid-uPO38ijAnv .modal-body .close span {
  font-style: normal;
}
@media (min-width: 992px) {
  .cid-uPO38ijAnv .align-center {
    text-align: left;
    max-width: 850px;
  }
  .cid-uPO38ijAnv .carousel-caption {
    justify-content: flex-start !important;
    padding-left: 5rem;
  }
}
.cid-uPO38ijAnv .mbr-slider .carousel-control {
  background: black!important;
  border-radius: 6px;
  height: 100px;
  width: 50px;
}
.cid-uPO38ijAnv .mbri-right:before {
  content: "\e909";
  color: white;
}
.cid-uPO38ijAnv .mbri-left:before {
  content: "\e90a";
  color: white;
}
.cid-uPO38ijAnv .container {
  max-width: 100%;
  padding: 0;
}
.cid-uPO38ijAnv .content-slider-wrap {
  width: 100%;
}
.cid-uPO38ijAnv .carousel-inner > .active,
.cid-uPO38ijAnv .carousel-inner > .next,
.cid-uPO38ijAnv .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-uPO38ijAnv .carousel-control .icon-next,
.cid-uPO38ijAnv .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uPO38ijAnv .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uPO38ijAnv .mbr-iconfont {
  color: black;
  font-size: 2rem!important;
  font-family: 'Moririse2' !important;
  font-weight: 600;
}
.cid-uPO38ijAnv .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-uPO38ijAnv .boxed-slider > div {
  position: relative;
}
.cid-uPO38ijAnv .container img {
  width: 100%;
}
.cid-uPO38ijAnv .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-uPO38ijAnv .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uPO38ijAnv .mbr-table-cell {
  padding: 0;
}
.cid-uPO38ijAnv .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uPO38ijAnv .carousel-caption {
  top: auto;
  right: 0;
  bottom: 2rem;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uPO38ijAnv .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uPO38ijAnv .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-uPO38ijAnv .carousel-item.active.right,
.cid-uPO38ijAnv .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uPO38ijAnv .carousel-item.active.left,
.cid-uPO38ijAnv .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uPO38ijAnv .carousel-item.active,
.cid-uPO38ijAnv .carousel-item.next.left,
.cid-uPO38ijAnv .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-uPO38ijAnv .mbr-slider .carousel-control {
  top: 50%;
  margin-top: -1.5rem;
  font-size: 35px;
  transition: all .3s;
  z-index: 11;
}
@media (max-width: 767px) {
  .cid-uPO38ijAnv .mbr-slider .carousel-control {
    top: 20%;
  }
}
.cid-uPO38ijAnv .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uPO38ijAnv .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uPO38ijAnv .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-uPO38ijAnv .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uPO38ijAnv .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 10px;
  width: 10px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-uPO38ijAnv .mbr-slider .carousel-indicators li.active,
.cid-uPO38ijAnv .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-uPO38ijAnv .mbr-slider .carousel-indicators li::after,
.cid-uPO38ijAnv .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-uPO38ijAnv .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-uPO38ijAnv .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-uPO38ijAnv .mbr-slider > .container img {
  width: 100%;
}
.cid-uPO38ijAnv .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uPO38ijAnv .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-uPO38ijAnv .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uPO38ijAnv .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uPO38ijAnv .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-uPO38ijAnv .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-uPO38ijAnv .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-uPO38ijAnv .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-uPO38ijAnv .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-uPO38ijAnv .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uPO38ijAnv .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-uPO38ijAnv .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-uPO38ijAnv .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-uPO38ijAnv .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-uPO38ijAnv .carousel-inner {
  height: 100%;
}
.cid-uPO38ijAnv .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-uPO38ijAnv .image_wrapper {
  height: 950px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-uPO38ijAnv .image_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uPO38ijAnv .carousel-item .container-slide {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uPO38ijAnv .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uPO38ijAnv .content-slider-wrap {
    width: 100%!important;
  }
  .cid-uPO38ijAnv .image_wrapper {
    height: 570px;
  }
}
.cid-uPO38ijAnv P {
  color: #dd2b1c;
}
.cid-uJa3s1SNqf {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #232323, #dd2b1c);
}
@media (min-width: 768px) {
  .cid-uJa3s1SNqf {
    align-items: flex-start;
  }
  .cid-uJa3s1SNqf .row {
    justify-content: flex-start;
  }
}
.cid-uJa3s1SNqf .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uJa3s1SNqf .mbr-text,
.cid-uJa3s1SNqf .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uJa3s1SNqf .mbr-section-title,
.cid-uJa3s1SNqf .line {
  color: #ffffff;
  text-align: center;
}
.cid-uJa3s1SNqf h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uJa3s1SNqf h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uJa3s1SNqf .mbr-section-subtitle,
.cid-uJa3s1SNqf .align {
  text-align: left;
  color: #232323;
}
.cid-uJhY8Fprlh {
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
  background-color: #e8ebe8;
}
.cid-uJhY8Fprlh .mbr-section-title {
  margin-bottom: 18px;
  color: #464646;
}
.cid-uJhY8Fprlh .head_title {
  margin: 25px 0 58px;
  text-align: center;
}
.cid-uJhY8Fprlh .mbr-text {
  color: #464646;
}
.cid-uJhY8Fprlh .two_background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background-color: #d5d9d5;
  z-index: 0;
}
.cid-uJhY8Fprlh img,
.cid-uJhY8Fprlh .item-img {
  width: 100%;
  object-fit: cover;
  transition: transform 0.35s cubic-bezier(0.4, 0.12, 0.4, 0.85);
  height: 400px;
}
.cid-uJhY8Fprlh .item {
  margin-bottom: 65px;
}
.cid-uJhY8Fprlh .item-wrapper {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uJhY8Fprlh .card_info {
  margin-bottom: 12px;
}
.cid-uJhY8Fprlh .card_title {
  color: #464646;
  line-height: 1.2727em;
  margin-bottom: 18px;
}
.cid-uJhY8Fprlh .card_text {
  color: #ffffff;
  margin-top: 4px;
}
.cid-uJhY8Fprlh .item-img {
  margin-bottom: 30px;
  overflow: hidden;
}
.cid-uJhY8Fprlh .item-img:hover img {
  transform: translateX(7px) scale(1.05);
}
.cid-uJhY8Fprlh .linkBtn a {
  position: relative;
  display: inline-block;
  padding: 1px 7px;
  vertical-align: middle;
  overflow: hidden;
  line-height: 2em;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: .2em;
}
.cid-uJhY8Fprlh .linkBtn a:after,
.cid-uJhY8Fprlh .linkBtn a:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  background-color: currentColor;
  transition: transform 0.4s cubic-bezier(0.31, 0.29, 0.05, 0.96);
}
.cid-uJhY8Fprlh .linkBtn a:before {
  left: 0;
}
.cid-uJhY8Fprlh .linkBtn a:after {
  left: -100%;
  transition-delay: .3s;
}
.cid-uJhY8Fprlh .linkBtn a:hover:before,
.cid-uJhY8Fprlh .linkBtn a:hover:after {
  transform: translateX(100%);
}
.cid-uJhY8Fprlh .card_date {
  color: #464646;
}
.cid-uJhY8Fprlh .card_text,
.cid-uJhY8Fprlh .linkBtn {
  color: #191919;
}
.cid-uJ9OM7Bmxr {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/yapi-proje-gelistirme-prosteel2033-1000x749.jpg");
}
.cid-uJ9OM7Bmxr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ9OM7Bmxr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ9OM7Bmxr .row {
  margin: 0 -8px;
}
.cid-uJ9OM7Bmxr .row .card {
  padding: 0 8px;
}
.cid-uJ9OM7Bmxr .card-wrapper {
  position: relative;
  padding: 75px 64px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uJ9OM7Bmxr .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uJ9OM7Bmxr .card-wrapper {
    padding: 24px;
  }
}
.cid-uJ9OM7Bmxr .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
}
.cid-uJ9OM7Bmxr .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .6;
}
.cid-uJ9OM7Bmxr .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uJ9OM7Bmxr .card-wrapper .card-wrap .mbr-label {
  margin-bottom: 24px;
}
.cid-uJ9OM7Bmxr .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uJ9OM7Bmxr .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uJ9OM7Bmxr .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uJ9OM7Bmxr .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uJ9OM7Bmxr .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJ9OM7Bmxr .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uJ9OM7Bmxr .mbr-label {
  color: #63635d;
  text-align: center;
}
.cid-uJ9OM7Bmxr .mbr-text,
.cid-uJ9OM7Bmxr .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uJ9OMbpY5j {
  display: flex;
  padding-top: 0px;
  padding-bottom: 45px;
  background: linear-gradient(to bottom, #dd2b1c, #ffffff);
}
.cid-uJ9OMbpY5j .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uJ9OMbpY5j .mbr-text,
.cid-uJ9OMbpY5j .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uJ9OMbpY5j .mbr-section-title,
.cid-uJ9OMbpY5j .line {
  color: #232323;
}
.cid-uJ9OMbpY5j .google-map {
  height: 40rem;
  filter: grayscale(1);
  position: relative;
  border-radius: 2rem;
}
.cid-uJ9OMbpY5j .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uJ9OMbpY5j .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uJ9OMbpY5j .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uJ9OMbpY5j .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uJ9OMbpY5j h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uJ9OMbpY5j h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uJ9OMbpY5j .mbr-section-subtitle,
.cid-uJ9OMbpY5j .align {
  text-align: left;
  color: #232323;
}
.cid-uPku6nFpfO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPku6nFpfO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPku6nFpfO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPku6nFpfO .container {
  max-width: 1472px;
}
.cid-uPku6nFpfO .footer-main-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-radius: 2.08rem;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-uPku6nFpfO .col-brand {
  width: 100%;
  padding: 2.5rem;
}
@media (max-width: 991px) {
  .cid-uPku6nFpfO .col-brand {
    padding: 24px;
  }
}
.cid-uPku6nFpfO .navbar-brand {
  display: flex;
  flex-basis: auto;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  white-space: normal;
  flex-shrink: 0;
  align-items: center;
  padding: 0;
  z-index: 1;
  margin-right: auto;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uPku6nFpfO .navbar-brand:hover {
  transform: scale(1.1);
}
.cid-uPku6nFpfO .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uPku6nFpfO .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uPku6nFpfO .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uPku6nFpfO .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uPku6nFpfO .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uPku6nFpfO .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uPku6nFpfO .links-container {
  width: 100%;
  padding: 2.5rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 8.8%;
}
@media (max-width: 991px) {
  .cid-uPku6nFpfO .links-container {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 17.6%;
    row-gap: 6.67rem;
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uPku6nFpfO .links-container {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1.2rem;
    row-gap: 1.2rem;
  }
}
.cid-uPku6nFpfO .mbr-section-subtitle {
  color: #13287d;
  margin-bottom: 12px;
}
.cid-uPku6nFpfO .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #232323;
}
.cid-uPku6nFpfO .list li {
  width: 100%;
  color: inherit !important;
  margin: 6px 0;
}
.cid-uPku6nFpfO .list li:hover {
  color: #dd2b1c !important;
}
.cid-uPku6nFpfO .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uPku6nFpfO .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uPku6nFpfO .copyright-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid rgba(255, 255, 255, 0.01);
  padding: 32px 0 24px;
}
@media (max-width: 767px) {
  .cid-uPku6nFpfO .copyright-container {
    padding: 24px 0 16px;
    flex-wrap: wrap;
  }
}
.cid-uPku6nFpfO .copyright {
  color: #232323;
  max-width: 45%;
}
@media (max-width: 767px) {
  .cid-uPku6nFpfO .copyright {
    max-width: 100%;
    width: 100%;
  }
}
.cid-uPku6nFpfO .social-row {
  width: auto;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  max-width: 45%;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uPku6nFpfO .social-row {
    max-width: 100%;
    width: 100%;
    justify-content: flex-start;
  }
}
.cid-uPku6nFpfO .mbr-iconfont {
  font-size: 22px;
  color: #ae5eff;
}
.cid-uPku6nFpfO .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.01);
  margin-left: 4px;
  margin-bottom: 4px;
  padding: 12px;
  min-height: 70px;
  min-width: 70px;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-uPku6nFpfO .soc-item {
    margin-left: 0;
    margin-right: 4px;
    margin-bottom: 0;
    margin-top: 4px;
    padding: 10px;
    min-height: 50px;
    min-width: 50px;
  }
}
.cid-uPku6nFpfO .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPku6nFpfO .soc-item a:hover {
  text-decoration-line: none !important;
}
.cid-uPku6nFpfO .soc-item:hover {
  transform: scale(0.95);
}
.cid-uPku6nFpfO .soc-item:hover .mbr-iconfont {
  color: #FFDD65 !important;
}
.cid-uPkn0TRxdl .navbar {
  padding: 0.5rem 0;
  background: #9c98cf;
  transition: none;
  min-height: 50px;
}
.cid-uPkn0TRxdl .navbar-fixed-top {
  padding-top: 0;
}
.cid-uPkn0TRxdl .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-uPkn0TRxdl .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #5a67a1;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-uPkn0TRxdl .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-uPkn0TRxdl .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uPkn0TRxdl .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uPkn0TRxdl .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uPkn0TRxdl .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-uPkn0TRxdl .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uPkn0TRxdl .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uPkn0TRxdl .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uPkn0TRxdl .menu-content-top {
  background: #dd2b1c;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uPkn0TRxdl .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-uPkn0TRxdl .dropdown-item:hover {
  color: #d2d2df !important;
}
.cid-uPkn0TRxdl .nav-link,
.cid-uPkn0TRxdl .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-uPkn0TRxdl .nav-link:hover,
.cid-uPkn0TRxdl .brand-name:hover {
  color: #d2d2df !important;
}
.cid-uPkn0TRxdl .dropdown-menu {
  background-color: #5a67a1;
}
.cid-uPkn0TRxdl .dropdown-item:active {
  background-color: #5a67a1;
}
.cid-uPkn0TRxdl .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-uPkn0TRxdl .navbar-dropdown.bg-color.transparent.opened {
  background: #9c98cf;
}
.cid-uPkn0TRxdl .nav-item {
  position: relative;
}
.cid-uPkn0TRxdl .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uPkn0TRxdl .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-uPkn0TRxdl .nav-item .nav-link:focus {
  outline: none;
}
.cid-uPkn0TRxdl .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPkn0TRxdl .content-text {
  margin-bottom: 0;
}
.cid-uPkn0TRxdl .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uPkn0TRxdl .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #dd2b1c;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uPkn0TRxdl .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uPkn0TRxdl .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uPkn0TRxdl .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uPkn0TRxdl .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPkn0TRxdl .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uPkn0TRxdl .content-right-side {
  text-align: center;
}
.cid-uPkn0TRxdl .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uPkn0TRxdl .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uPkn0TRxdl .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uPkn0TRxdl .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-uPkn0TRxdl .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uPkn0TRxdl .info-widget:first-child {
  margin-left: 0;
}
.cid-uPkn0TRxdl .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-uPkn0TRxdl .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uPkn0TRxdl .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uPkn0TRxdl .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uPkn0TRxdl .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-uPkn0TRxdl .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uPkn0TRxdl .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #5a67a1;
}
@media (min-width: 992px) {
  .cid-uPkn0TRxdl .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-uPkn0TRxdl .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #d2d2df;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-uPkn0TRxdl .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-uPkn0TRxdl .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uPkn0TRxdl .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-uPkn0TRxdl .navbar {
    display: block;
    padding: 0;
  }
  .cid-uPkn0TRxdl .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-uPkn0TRxdl .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uPkn0TRxdl .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uPkn0TRxdl .navbar-toggler {
    display: none;
  }
  .cid-uPkn0TRxdl .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-uPkn0TRxdl .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uPkn0TRxdl .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-uPkn0TRxdl .btn-sm {
  padding: 13px 29px;
}
.cid-uPkn0TRxdl .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uPkn0TRxdl .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-uPkn0TRxdl .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-uPkn0TRxdl .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uPkn0TRxdl .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uPkn0TRxdl .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uPkn0TRxdl .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uPkn0TRxdl .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uPkn0TRxdl .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uPkn0TRxdl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPkn0TRxdl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPkn0TRxdl .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uPkn0TRxdl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uPkn0TRxdl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPkn0TRxdl .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uPkn0TRxdl .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPkn0TRxdl .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uPkn0TRxdl .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-uPkn0TRxdl .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uPkn0TRxdl .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uPkn0TRxdl .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uPkn0TRxdl button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-uPkn0TRxdl button.navbar-toggler:focus {
  outline: none;
}
.cid-uPkn0TRxdl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uPkn0TRxdl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPkn0TRxdl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPkn0TRxdl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPkn0TRxdl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPkn0TRxdl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPkn0TRxdl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPkn0TRxdl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPkn0TRxdl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPkn0TRxdl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPkn0TRxdl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPkn0TRxdl .collapsed .btn {
  display: flex;
}
.cid-uPkn0TRxdl .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uPkn0TRxdl .collapsed .navbar-collapse.collapsing,
.cid-uPkn0TRxdl .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uPkn0TRxdl .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uPkn0TRxdl .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uPkn0TRxdl .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uPkn0TRxdl .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uPkn0TRxdl .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uPkn0TRxdl .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uPkn0TRxdl .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uPkn0TRxdl .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uPkn0TRxdl .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uPkn0TRxdl .collapsed button.navbar-toggler {
  display: block;
}
.cid-uPkn0TRxdl .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uPkn0TRxdl .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uPkn0TRxdl .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uPkn0TRxdl .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uPkn0TRxdl .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uPkn0TRxdl .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uPkn0TRxdl .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uPkn0TRxdl .menu-content-top {
    display: flex;
  }
  .cid-uPkn0TRxdl .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-uPkn0TRxdl .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-uPkn0TRxdl .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-uPkn0TRxdl .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-uPkn0TRxdl .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-uPkn0TRxdl .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-uPkn0TRxdl .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-uPkn0TRxdl .navbar-collapse.collapsing,
  .cid-uPkn0TRxdl .navbar-collapse.show {
    display: block !important;
  }
  .cid-uPkn0TRxdl .navbar-collapse.collapsing .navbar-nav,
  .cid-uPkn0TRxdl .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uPkn0TRxdl .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uPkn0TRxdl .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uPkn0TRxdl .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-uPkn0TRxdl .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #dd2b1c;
  }
  .cid-uPkn0TRxdl .navbar-collapse.collapsing .navbar-buttons,
  .cid-uPkn0TRxdl .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uPkn0TRxdl .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uPkn0TRxdl .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uPkn0TRxdl img {
    height: 3.8rem !important;
  }
  .cid-uPkn0TRxdl .btn {
    display: flex;
  }
  .cid-uPkn0TRxdl button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-uPkn0TRxdl .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-uPkn0TRxdl .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uPkn0TRxdl .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uPkn0TRxdl .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uPkn0TRxdl .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uPkn0TRxdl .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uPkn0TRxdl .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uPkn0TRxdl .nav-link:focus {
  outline: none;
}
.cid-uPkn0TRxdl .navbar-toggler {
  position: relative;
}
.cid-uPkn0TRxdl .widget-title,
.cid-uPkn0TRxdl .widget-icon {
  color: #e9e9e9;
}
.cid-uPkn0TRxdl .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-uPkn0TRxdl .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-uPkn0TRxdl .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-uPkn0TRxdl .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-uPkn0TRxdl .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-uPkn0TRxdl .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-uPkn0TRxdl .menu-content-top,
  .cid-uPkn0TRxdl .menu-bottom {
    padding: 0 15px;
  }
  .cid-uPkn0TRxdl button.navbar-toggler {
    align-self: center;
  }
  .cid-uPkn0TRxdl .btn {
    margin-left: 0;
  }
  .cid-uPkn0TRxdl .widget-icon {
    padding-right: 0;
  }
}
.cid-uPkn0TRxdl .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-uPkn0TRxdl .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #5a67a1;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-uPkn0TRxdl .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-uPkn0TRxdl .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #d2d2df;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-uPkn0TRxdl .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-uJ9OF3M0CY {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(to bottom, #163300, #dd2b1c);
}
@media (min-width: 768px) {
  .cid-uJ9OF3M0CY {
    align-items: flex-start;
  }
  .cid-uJ9OF3M0CY .row {
    justify-content: flex-start;
  }
}
.cid-uJ9OF3M0CY .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uJ9OF3M0CY .mbr-text,
.cid-uJ9OF3M0CY .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uJ9OF3M0CY .mbr-section-title,
.cid-uJ9OF3M0CY .line {
  color: #232323;
}
.cid-uJ9OF3M0CY h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uJ9OF3M0CY h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uJ9OF3M0CY .mbr-section-subtitle,
.cid-uJ9OF3M0CY .align {
  text-align: left;
  color: #232323;
}
.cid-uPO34SW9My {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #254b45;
}
.cid-uPO34SW9My .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uPO34SW9My .modal-body .close {
  background: #1b1b1b;
}
.cid-uPO34SW9My .modal-body .close span {
  font-style: normal;
}
@media (min-width: 992px) {
  .cid-uPO34SW9My .align-center {
    text-align: left;
    max-width: 850px;
  }
  .cid-uPO34SW9My .carousel-caption {
    justify-content: flex-start !important;
    padding-left: 5rem;
  }
}
.cid-uPO34SW9My .mbr-slider .carousel-control {
  background: black!important;
  border-radius: 6px;
  height: 100px;
  width: 50px;
}
.cid-uPO34SW9My .mbri-right:before {
  content: "\e909";
  color: white;
}
.cid-uPO34SW9My .mbri-left:before {
  content: "\e90a";
  color: white;
}
.cid-uPO34SW9My .container {
  max-width: 100%;
  padding: 0;
}
.cid-uPO34SW9My .content-slider-wrap {
  width: 100%;
}
.cid-uPO34SW9My .carousel-inner > .active,
.cid-uPO34SW9My .carousel-inner > .next,
.cid-uPO34SW9My .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-uPO34SW9My .carousel-control .icon-next,
.cid-uPO34SW9My .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uPO34SW9My .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uPO34SW9My .mbr-iconfont {
  color: black;
  font-size: 2rem!important;
  font-family: 'Moririse2' !important;
  font-weight: 600;
}
.cid-uPO34SW9My .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-uPO34SW9My .boxed-slider > div {
  position: relative;
}
.cid-uPO34SW9My .container img {
  width: 100%;
}
.cid-uPO34SW9My .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-uPO34SW9My .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uPO34SW9My .mbr-table-cell {
  padding: 0;
}
.cid-uPO34SW9My .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uPO34SW9My .carousel-caption {
  top: auto;
  right: 0;
  bottom: 2rem;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uPO34SW9My .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uPO34SW9My .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-uPO34SW9My .carousel-item.active.right,
.cid-uPO34SW9My .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uPO34SW9My .carousel-item.active.left,
.cid-uPO34SW9My .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uPO34SW9My .carousel-item.active,
.cid-uPO34SW9My .carousel-item.next.left,
.cid-uPO34SW9My .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-uPO34SW9My .mbr-slider .carousel-control {
  top: 50%;
  margin-top: -1.5rem;
  font-size: 35px;
  transition: all .3s;
  z-index: 11;
}
@media (max-width: 767px) {
  .cid-uPO34SW9My .mbr-slider .carousel-control {
    top: 20%;
  }
}
.cid-uPO34SW9My .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uPO34SW9My .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uPO34SW9My .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-uPO34SW9My .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uPO34SW9My .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 10px;
  width: 10px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-uPO34SW9My .mbr-slider .carousel-indicators li.active,
.cid-uPO34SW9My .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-uPO34SW9My .mbr-slider .carousel-indicators li::after,
.cid-uPO34SW9My .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-uPO34SW9My .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-uPO34SW9My .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-uPO34SW9My .mbr-slider > .container img {
  width: 100%;
}
.cid-uPO34SW9My .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uPO34SW9My .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-uPO34SW9My .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uPO34SW9My .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uPO34SW9My .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-uPO34SW9My .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-uPO34SW9My .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-uPO34SW9My .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-uPO34SW9My .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-uPO34SW9My .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uPO34SW9My .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-uPO34SW9My .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-uPO34SW9My .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-uPO34SW9My .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-uPO34SW9My .carousel-inner {
  height: 100%;
}
.cid-uPO34SW9My .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-uPO34SW9My .image_wrapper {
  height: 950px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-uPO34SW9My .image_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uPO34SW9My .carousel-item .container-slide {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uPO34SW9My .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uPO34SW9My .content-slider-wrap {
    width: 100%!important;
  }
  .cid-uPO34SW9My .image_wrapper {
    height: 570px;
  }
}
.cid-uPO34SW9My P {
  color: #dd2b1c;
}
.cid-uJa81Y1c8K {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #232323, #dd2b1c);
}
@media (min-width: 768px) {
  .cid-uJa81Y1c8K {
    align-items: flex-start;
  }
  .cid-uJa81Y1c8K .row {
    justify-content: flex-start;
  }
}
.cid-uJa81Y1c8K .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uJa81Y1c8K .mbr-text,
.cid-uJa81Y1c8K .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uJa81Y1c8K .mbr-section-title,
.cid-uJa81Y1c8K .line {
  color: #ffffff;
  text-align: center;
}
.cid-uJa81Y1c8K h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uJa81Y1c8K h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uJa81Y1c8K .mbr-section-subtitle,
.cid-uJa81Y1c8K .align {
  text-align: left;
  color: #232323;
}
.cid-uJhTKUIwTJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJhTKUIwTJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJhTKUIwTJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJhTKUIwTJ .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uJhTKUIwTJ .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uJhTKUIwTJ .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uJhTKUIwTJ .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uJhTKUIwTJ .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJhTKUIwTJ .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uJhTKUIwTJ .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJhTKUIwTJ .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uJhTKUIwTJ .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uJhTKUIwTJ .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #dd2b1c;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-uJhTKUIwTJ .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-uJhTKUIwTJ .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-uJhTKUIwTJ .mbr-section-title {
  color: #050f0f;
}
.cid-uJhTKUIwTJ .mbr-text {
  color: #050f0f;
}
.cid-uJ9OF4u76A {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/yapi-proje-gelistirme-prosteel2061-1000x750.jpg");
}
.cid-uJ9OF4u76A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ9OF4u76A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ9OF4u76A .row {
  margin: 0 -8px;
}
.cid-uJ9OF4u76A .row .card {
  padding: 0 8px;
}
.cid-uJ9OF4u76A .card-wrapper {
  position: relative;
  padding: 75px 64px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uJ9OF4u76A .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uJ9OF4u76A .card-wrapper {
    padding: 24px;
  }
}
.cid-uJ9OF4u76A .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
}
.cid-uJ9OF4u76A .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .6;
}
.cid-uJ9OF4u76A .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uJ9OF4u76A .card-wrapper .card-wrap .mbr-label {
  margin-bottom: 24px;
}
.cid-uJ9OF4u76A .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uJ9OF4u76A .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uJ9OF4u76A .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uJ9OF4u76A .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uJ9OF4u76A .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJ9OF4u76A .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uJ9OF4u76A .mbr-label {
  color: #63635d;
  text-align: center;
}
.cid-uJ9OF4u76A .mbr-text,
.cid-uJ9OF4u76A .text-wrapper {
  color: #63635d;
  text-align: center;
}
.cid-uJ9OF8hGOz {
  display: flex;
  padding-top: 0px;
  padding-bottom: 45px;
  background: linear-gradient(to bottom, #dd2b1c, #ffffff);
}
.cid-uJ9OF8hGOz .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uJ9OF8hGOz .mbr-text,
.cid-uJ9OF8hGOz .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uJ9OF8hGOz .mbr-section-title,
.cid-uJ9OF8hGOz .line {
  color: #232323;
}
.cid-uJ9OF8hGOz .google-map {
  height: 40rem;
  filter: grayscale(1);
  position: relative;
  border-radius: 2rem;
}
.cid-uJ9OF8hGOz .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uJ9OF8hGOz .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uJ9OF8hGOz .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uJ9OF8hGOz .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uJ9OF8hGOz h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uJ9OF8hGOz h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uJ9OF8hGOz .mbr-section-subtitle,
.cid-uJ9OF8hGOz .align {
  text-align: left;
  color: #232323;
}
.cid-uPku6nFpfO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPku6nFpfO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPku6nFpfO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPku6nFpfO .container {
  max-width: 1472px;
}
.cid-uPku6nFpfO .footer-main-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-radius: 2.08rem;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-uPku6nFpfO .col-brand {
  width: 100%;
  padding: 2.5rem;
}
@media (max-width: 991px) {
  .cid-uPku6nFpfO .col-brand {
    padding: 24px;
  }
}
.cid-uPku6nFpfO .navbar-brand {
  display: flex;
  flex-basis: auto;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  white-space: normal;
  flex-shrink: 0;
  align-items: center;
  padding: 0;
  z-index: 1;
  margin-right: auto;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uPku6nFpfO .navbar-brand:hover {
  transform: scale(1.1);
}
.cid-uPku6nFpfO .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uPku6nFpfO .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uPku6nFpfO .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uPku6nFpfO .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uPku6nFpfO .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uPku6nFpfO .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uPku6nFpfO .links-container {
  width: 100%;
  padding: 2.5rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 8.8%;
}
@media (max-width: 991px) {
  .cid-uPku6nFpfO .links-container {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 17.6%;
    row-gap: 6.67rem;
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uPku6nFpfO .links-container {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1.2rem;
    row-gap: 1.2rem;
  }
}
.cid-uPku6nFpfO .mbr-section-subtitle {
  color: #13287d;
  margin-bottom: 12px;
}
.cid-uPku6nFpfO .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #232323;
}
.cid-uPku6nFpfO .list li {
  width: 100%;
  color: inherit !important;
  margin: 6px 0;
}
.cid-uPku6nFpfO .list li:hover {
  color: #dd2b1c !important;
}
.cid-uPku6nFpfO .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uPku6nFpfO .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uPku6nFpfO .copyright-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid rgba(255, 255, 255, 0.01);
  padding: 32px 0 24px;
}
@media (max-width: 767px) {
  .cid-uPku6nFpfO .copyright-container {
    padding: 24px 0 16px;
    flex-wrap: wrap;
  }
}
.cid-uPku6nFpfO .copyright {
  color: #232323;
  max-width: 45%;
}
@media (max-width: 767px) {
  .cid-uPku6nFpfO .copyright {
    max-width: 100%;
    width: 100%;
  }
}
.cid-uPku6nFpfO .social-row {
  width: auto;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  max-width: 45%;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uPku6nFpfO .social-row {
    max-width: 100%;
    width: 100%;
    justify-content: flex-start;
  }
}
.cid-uPku6nFpfO .mbr-iconfont {
  font-size: 22px;
  color: #ae5eff;
}
.cid-uPku6nFpfO .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.01);
  margin-left: 4px;
  margin-bottom: 4px;
  padding: 12px;
  min-height: 70px;
  min-width: 70px;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-uPku6nFpfO .soc-item {
    margin-left: 0;
    margin-right: 4px;
    margin-bottom: 0;
    margin-top: 4px;
    padding: 10px;
    min-height: 50px;
    min-width: 50px;
  }
}
.cid-uPku6nFpfO .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPku6nFpfO .soc-item a:hover {
  text-decoration-line: none !important;
}
.cid-uPku6nFpfO .soc-item:hover {
  transform: scale(0.95);
}
.cid-uPku6nFpfO .soc-item:hover .mbr-iconfont {
  color: #FFDD65 !important;
}
.cid-uPkn0TRxdl .navbar {
  padding: 0.5rem 0;
  background: #9c98cf;
  transition: none;
  min-height: 50px;
}
.cid-uPkn0TRxdl .navbar-fixed-top {
  padding-top: 0;
}
.cid-uPkn0TRxdl .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-uPkn0TRxdl .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #5a67a1;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-uPkn0TRxdl .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-uPkn0TRxdl .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uPkn0TRxdl .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uPkn0TRxdl .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uPkn0TRxdl .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-uPkn0TRxdl .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uPkn0TRxdl .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uPkn0TRxdl .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uPkn0TRxdl .menu-content-top {
  background: #dd2b1c;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uPkn0TRxdl .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-uPkn0TRxdl .dropdown-item:hover {
  color: #d2d2df !important;
}
.cid-uPkn0TRxdl .nav-link,
.cid-uPkn0TRxdl .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-uPkn0TRxdl .nav-link:hover,
.cid-uPkn0TRxdl .brand-name:hover {
  color: #d2d2df !important;
}
.cid-uPkn0TRxdl .dropdown-menu {
  background-color: #5a67a1;
}
.cid-uPkn0TRxdl .dropdown-item:active {
  background-color: #5a67a1;
}
.cid-uPkn0TRxdl .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-uPkn0TRxdl .navbar-dropdown.bg-color.transparent.opened {
  background: #9c98cf;
}
.cid-uPkn0TRxdl .nav-item {
  position: relative;
}
.cid-uPkn0TRxdl .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uPkn0TRxdl .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-uPkn0TRxdl .nav-item .nav-link:focus {
  outline: none;
}
.cid-uPkn0TRxdl .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPkn0TRxdl .content-text {
  margin-bottom: 0;
}
.cid-uPkn0TRxdl .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uPkn0TRxdl .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #dd2b1c;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uPkn0TRxdl .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uPkn0TRxdl .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uPkn0TRxdl .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uPkn0TRxdl .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPkn0TRxdl .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uPkn0TRxdl .content-right-side {
  text-align: center;
}
.cid-uPkn0TRxdl .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uPkn0TRxdl .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uPkn0TRxdl .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uPkn0TRxdl .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-uPkn0TRxdl .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uPkn0TRxdl .info-widget:first-child {
  margin-left: 0;
}
.cid-uPkn0TRxdl .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-uPkn0TRxdl .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uPkn0TRxdl .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uPkn0TRxdl .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uPkn0TRxdl .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-uPkn0TRxdl .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uPkn0TRxdl .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #5a67a1;
}
@media (min-width: 992px) {
  .cid-uPkn0TRxdl .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-uPkn0TRxdl .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #d2d2df;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-uPkn0TRxdl .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-uPkn0TRxdl .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uPkn0TRxdl .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-uPkn0TRxdl .navbar {
    display: block;
    padding: 0;
  }
  .cid-uPkn0TRxdl .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-uPkn0TRxdl .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uPkn0TRxdl .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uPkn0TRxdl .navbar-toggler {
    display: none;
  }
  .cid-uPkn0TRxdl .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-uPkn0TRxdl .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uPkn0TRxdl .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-uPkn0TRxdl .btn-sm {
  padding: 13px 29px;
}
.cid-uPkn0TRxdl .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uPkn0TRxdl .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-uPkn0TRxdl .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-uPkn0TRxdl .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uPkn0TRxdl .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uPkn0TRxdl .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uPkn0TRxdl .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uPkn0TRxdl .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uPkn0TRxdl .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uPkn0TRxdl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPkn0TRxdl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPkn0TRxdl .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uPkn0TRxdl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uPkn0TRxdl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPkn0TRxdl .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uPkn0TRxdl .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPkn0TRxdl .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uPkn0TRxdl .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-uPkn0TRxdl .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uPkn0TRxdl .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uPkn0TRxdl .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uPkn0TRxdl button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-uPkn0TRxdl button.navbar-toggler:focus {
  outline: none;
}
.cid-uPkn0TRxdl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uPkn0TRxdl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPkn0TRxdl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPkn0TRxdl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPkn0TRxdl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPkn0TRxdl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPkn0TRxdl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPkn0TRxdl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPkn0TRxdl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPkn0TRxdl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPkn0TRxdl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPkn0TRxdl .collapsed .btn {
  display: flex;
}
.cid-uPkn0TRxdl .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uPkn0TRxdl .collapsed .navbar-collapse.collapsing,
.cid-uPkn0TRxdl .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uPkn0TRxdl .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uPkn0TRxdl .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uPkn0TRxdl .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uPkn0TRxdl .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uPkn0TRxdl .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uPkn0TRxdl .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uPkn0TRxdl .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uPkn0TRxdl .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uPkn0TRxdl .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uPkn0TRxdl .collapsed button.navbar-toggler {
  display: block;
}
.cid-uPkn0TRxdl .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uPkn0TRxdl .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uPkn0TRxdl .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uPkn0TRxdl .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uPkn0TRxdl .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uPkn0TRxdl .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uPkn0TRxdl .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uPkn0TRxdl .menu-content-top {
    display: flex;
  }
  .cid-uPkn0TRxdl .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-uPkn0TRxdl .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-uPkn0TRxdl .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-uPkn0TRxdl .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-uPkn0TRxdl .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-uPkn0TRxdl .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-uPkn0TRxdl .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-uPkn0TRxdl .navbar-collapse.collapsing,
  .cid-uPkn0TRxdl .navbar-collapse.show {
    display: block !important;
  }
  .cid-uPkn0TRxdl .navbar-collapse.collapsing .navbar-nav,
  .cid-uPkn0TRxdl .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uPkn0TRxdl .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uPkn0TRxdl .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uPkn0TRxdl .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-uPkn0TRxdl .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #dd2b1c;
  }
  .cid-uPkn0TRxdl .navbar-collapse.collapsing .navbar-buttons,
  .cid-uPkn0TRxdl .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uPkn0TRxdl .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uPkn0TRxdl .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uPkn0TRxdl img {
    height: 3.8rem !important;
  }
  .cid-uPkn0TRxdl .btn {
    display: flex;
  }
  .cid-uPkn0TRxdl button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-uPkn0TRxdl .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-uPkn0TRxdl .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uPkn0TRxdl .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uPkn0TRxdl .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uPkn0TRxdl .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uPkn0TRxdl .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uPkn0TRxdl .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uPkn0TRxdl .nav-link:focus {
  outline: none;
}
.cid-uPkn0TRxdl .navbar-toggler {
  position: relative;
}
.cid-uPkn0TRxdl .widget-title,
.cid-uPkn0TRxdl .widget-icon {
  color: #e9e9e9;
}
.cid-uPkn0TRxdl .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-uPkn0TRxdl .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-uPkn0TRxdl .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-uPkn0TRxdl .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-uPkn0TRxdl .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-uPkn0TRxdl .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-uPkn0TRxdl .menu-content-top,
  .cid-uPkn0TRxdl .menu-bottom {
    padding: 0 15px;
  }
  .cid-uPkn0TRxdl button.navbar-toggler {
    align-self: center;
  }
  .cid-uPkn0TRxdl .btn {
    margin-left: 0;
  }
  .cid-uPkn0TRxdl .widget-icon {
    padding-right: 0;
  }
}
.cid-uPkn0TRxdl .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-uPkn0TRxdl .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #5a67a1;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-uPkn0TRxdl .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-uPkn0TRxdl .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #d2d2df;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-uPkn0TRxdl .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-uJ9OCGlb6O {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(to bottom, #163300, #dd2b1c);
}
@media (min-width: 768px) {
  .cid-uJ9OCGlb6O {
    align-items: flex-start;
  }
  .cid-uJ9OCGlb6O .row {
    justify-content: flex-start;
  }
}
.cid-uJ9OCGlb6O .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uJ9OCGlb6O .mbr-text,
.cid-uJ9OCGlb6O .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uJ9OCGlb6O .mbr-section-title,
.cid-uJ9OCGlb6O .line {
  color: #232323;
}
.cid-uJ9OCGlb6O h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uJ9OCGlb6O h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uJ9OCGlb6O .mbr-section-subtitle,
.cid-uJ9OCGlb6O .align {
  text-align: left;
  color: #232323;
}
.cid-uPO2ZTCtoD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #254b45;
}
.cid-uPO2ZTCtoD .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uPO2ZTCtoD .modal-body .close {
  background: #1b1b1b;
}
.cid-uPO2ZTCtoD .modal-body .close span {
  font-style: normal;
}
@media (min-width: 992px) {
  .cid-uPO2ZTCtoD .align-center {
    text-align: left;
    max-width: 850px;
  }
  .cid-uPO2ZTCtoD .carousel-caption {
    justify-content: flex-start !important;
    padding-left: 5rem;
  }
}
.cid-uPO2ZTCtoD .mbr-slider .carousel-control {
  background: black!important;
  border-radius: 6px;
  height: 100px;
  width: 50px;
}
.cid-uPO2ZTCtoD .mbri-right:before {
  content: "\e909";
  color: white;
}
.cid-uPO2ZTCtoD .mbri-left:before {
  content: "\e90a";
  color: white;
}
.cid-uPO2ZTCtoD .container {
  max-width: 100%;
  padding: 0;
}
.cid-uPO2ZTCtoD .content-slider-wrap {
  width: 100%;
}
.cid-uPO2ZTCtoD .carousel-inner > .active,
.cid-uPO2ZTCtoD .carousel-inner > .next,
.cid-uPO2ZTCtoD .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-uPO2ZTCtoD .carousel-control .icon-next,
.cid-uPO2ZTCtoD .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uPO2ZTCtoD .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uPO2ZTCtoD .mbr-iconfont {
  color: black;
  font-size: 2rem!important;
  font-family: 'Moririse2' !important;
  font-weight: 600;
}
.cid-uPO2ZTCtoD .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-uPO2ZTCtoD .boxed-slider > div {
  position: relative;
}
.cid-uPO2ZTCtoD .container img {
  width: 100%;
}
.cid-uPO2ZTCtoD .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-uPO2ZTCtoD .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uPO2ZTCtoD .mbr-table-cell {
  padding: 0;
}
.cid-uPO2ZTCtoD .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uPO2ZTCtoD .carousel-caption {
  top: auto;
  right: 0;
  bottom: 2rem;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uPO2ZTCtoD .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uPO2ZTCtoD .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-uPO2ZTCtoD .carousel-item.active.right,
.cid-uPO2ZTCtoD .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uPO2ZTCtoD .carousel-item.active.left,
.cid-uPO2ZTCtoD .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uPO2ZTCtoD .carousel-item.active,
.cid-uPO2ZTCtoD .carousel-item.next.left,
.cid-uPO2ZTCtoD .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-uPO2ZTCtoD .mbr-slider .carousel-control {
  top: 50%;
  margin-top: -1.5rem;
  font-size: 35px;
  transition: all .3s;
  z-index: 11;
}
@media (max-width: 767px) {
  .cid-uPO2ZTCtoD .mbr-slider .carousel-control {
    top: 20%;
  }
}
.cid-uPO2ZTCtoD .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uPO2ZTCtoD .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uPO2ZTCtoD .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-uPO2ZTCtoD .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uPO2ZTCtoD .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 10px;
  width: 10px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-uPO2ZTCtoD .mbr-slider .carousel-indicators li.active,
.cid-uPO2ZTCtoD .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-uPO2ZTCtoD .mbr-slider .carousel-indicators li::after,
.cid-uPO2ZTCtoD .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-uPO2ZTCtoD .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-uPO2ZTCtoD .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-uPO2ZTCtoD .mbr-slider > .container img {
  width: 100%;
}
.cid-uPO2ZTCtoD .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uPO2ZTCtoD .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-uPO2ZTCtoD .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uPO2ZTCtoD .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uPO2ZTCtoD .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-uPO2ZTCtoD .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-uPO2ZTCtoD .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-uPO2ZTCtoD .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-uPO2ZTCtoD .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-uPO2ZTCtoD .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uPO2ZTCtoD .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-uPO2ZTCtoD .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-uPO2ZTCtoD .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-uPO2ZTCtoD .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-uPO2ZTCtoD .carousel-inner {
  height: 100%;
}
.cid-uPO2ZTCtoD .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-uPO2ZTCtoD .image_wrapper {
  height: 950px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-uPO2ZTCtoD .image_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uPO2ZTCtoD .carousel-item .container-slide {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uPO2ZTCtoD .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uPO2ZTCtoD .content-slider-wrap {
    width: 100%!important;
  }
  .cid-uPO2ZTCtoD .image_wrapper {
    height: 570px;
  }
}
.cid-uPO2ZTCtoD P {
  color: #dd2b1c;
}
.cid-uJa8fMtD1s {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #232323, #dd2b1c);
}
@media (min-width: 768px) {
  .cid-uJa8fMtD1s {
    align-items: flex-start;
  }
  .cid-uJa8fMtD1s .row {
    justify-content: flex-start;
  }
}
.cid-uJa8fMtD1s .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uJa8fMtD1s .mbr-text,
.cid-uJa8fMtD1s .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uJa8fMtD1s .mbr-section-title,
.cid-uJa8fMtD1s .line {
  color: #ffffff;
  text-align: center;
}
.cid-uJa8fMtD1s h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uJa8fMtD1s h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uJa8fMtD1s .mbr-section-subtitle,
.cid-uJa8fMtD1s .align {
  text-align: left;
  color: #232323;
}
.cid-uJhT0Nfi9Q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJhT0Nfi9Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJhT0Nfi9Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJhT0Nfi9Q .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uJhT0Nfi9Q .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uJhT0Nfi9Q .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uJhT0Nfi9Q .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uJhT0Nfi9Q .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJhT0Nfi9Q .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uJhT0Nfi9Q .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJhT0Nfi9Q .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uJhT0Nfi9Q .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uJhT0Nfi9Q .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #dd2b1c;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-uJhT0Nfi9Q .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-uJhT0Nfi9Q .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-uJhT0Nfi9Q .mbr-section-title {
  color: #050f0f;
}
.cid-uJhT0Nfi9Q .mbr-text {
  color: #050f0f;
}
.cid-uJ9OCHA3yz {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uJ9OCHA3yz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ9OCHA3yz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ9OCHA3yz .content-wrapper {
  padding: 75px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 800px;
}
@media (max-width: 1440px) {
  .cid-uJ9OCHA3yz .content-wrapper {
    padding: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uJ9OCHA3yz .content-wrapper {
    padding: 36px 24px;
    min-height: auto;
  }
}
.cid-uJ9OCHA3yz .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uJ9OCHA3yz .content-wrapper .image-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e7e7e7;
  opacity: 0.7;
  pointer-events: none;
  z-index: 1;
}
.cid-uJ9OCHA3yz .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 2;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uJ9OCHA3yz .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uJ9OCHA3yz .content-wrapper .text-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uJ9OCHA3yz .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJ9OCHA3yz .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uJ9OCHA3yz .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 2;
}
.cid-uJ9OCHA3yz .mbr-section-title {
  color: #000000;
}
.cid-uJ9OCHA3yz .mbr-text {
  color: #000000;
}
.cid-uJ9OCLlEWc {
  display: flex;
  padding-top: 0px;
  padding-bottom: 45px;
  background: linear-gradient(to bottom, #dd2b1c, #ffffff);
}
.cid-uJ9OCLlEWc .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uJ9OCLlEWc .mbr-text,
.cid-uJ9OCLlEWc .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uJ9OCLlEWc .mbr-section-title,
.cid-uJ9OCLlEWc .line {
  color: #232323;
}
.cid-uJ9OCLlEWc .google-map {
  height: 40rem;
  filter: grayscale(1);
  position: relative;
  border-radius: 2rem;
}
.cid-uJ9OCLlEWc .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uJ9OCLlEWc .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uJ9OCLlEWc .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uJ9OCLlEWc .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uJ9OCLlEWc h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uJ9OCLlEWc h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uJ9OCLlEWc .mbr-section-subtitle,
.cid-uJ9OCLlEWc .align {
  text-align: left;
  color: #232323;
}
.cid-uPku6nFpfO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPku6nFpfO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPku6nFpfO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPku6nFpfO .container {
  max-width: 1472px;
}
.cid-uPku6nFpfO .footer-main-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-radius: 2.08rem;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-uPku6nFpfO .col-brand {
  width: 100%;
  padding: 2.5rem;
}
@media (max-width: 991px) {
  .cid-uPku6nFpfO .col-brand {
    padding: 24px;
  }
}
.cid-uPku6nFpfO .navbar-brand {
  display: flex;
  flex-basis: auto;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  white-space: normal;
  flex-shrink: 0;
  align-items: center;
  padding: 0;
  z-index: 1;
  margin-right: auto;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uPku6nFpfO .navbar-brand:hover {
  transform: scale(1.1);
}
.cid-uPku6nFpfO .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uPku6nFpfO .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uPku6nFpfO .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uPku6nFpfO .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uPku6nFpfO .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uPku6nFpfO .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uPku6nFpfO .links-container {
  width: 100%;
  padding: 2.5rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 8.8%;
}
@media (max-width: 991px) {
  .cid-uPku6nFpfO .links-container {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 17.6%;
    row-gap: 6.67rem;
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uPku6nFpfO .links-container {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1.2rem;
    row-gap: 1.2rem;
  }
}
.cid-uPku6nFpfO .mbr-section-subtitle {
  color: #13287d;
  margin-bottom: 12px;
}
.cid-uPku6nFpfO .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #232323;
}
.cid-uPku6nFpfO .list li {
  width: 100%;
  color: inherit !important;
  margin: 6px 0;
}
.cid-uPku6nFpfO .list li:hover {
  color: #dd2b1c !important;
}
.cid-uPku6nFpfO .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uPku6nFpfO .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uPku6nFpfO .copyright-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid rgba(255, 255, 255, 0.01);
  padding: 32px 0 24px;
}
@media (max-width: 767px) {
  .cid-uPku6nFpfO .copyright-container {
    padding: 24px 0 16px;
    flex-wrap: wrap;
  }
}
.cid-uPku6nFpfO .copyright {
  color: #232323;
  max-width: 45%;
}
@media (max-width: 767px) {
  .cid-uPku6nFpfO .copyright {
    max-width: 100%;
    width: 100%;
  }
}
.cid-uPku6nFpfO .social-row {
  width: auto;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  max-width: 45%;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uPku6nFpfO .social-row {
    max-width: 100%;
    width: 100%;
    justify-content: flex-start;
  }
}
.cid-uPku6nFpfO .mbr-iconfont {
  font-size: 22px;
  color: #ae5eff;
}
.cid-uPku6nFpfO .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.01);
  margin-left: 4px;
  margin-bottom: 4px;
  padding: 12px;
  min-height: 70px;
  min-width: 70px;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-uPku6nFpfO .soc-item {
    margin-left: 0;
    margin-right: 4px;
    margin-bottom: 0;
    margin-top: 4px;
    padding: 10px;
    min-height: 50px;
    min-width: 50px;
  }
}
.cid-uPku6nFpfO .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPku6nFpfO .soc-item a:hover {
  text-decoration-line: none !important;
}
.cid-uPku6nFpfO .soc-item:hover {
  transform: scale(0.95);
}
.cid-uPku6nFpfO .soc-item:hover .mbr-iconfont {
  color: #FFDD65 !important;
}
.cid-uPkn0TRxdl .navbar {
  padding: 0.5rem 0;
  background: #9c98cf;
  transition: none;
  min-height: 50px;
}
.cid-uPkn0TRxdl .navbar-fixed-top {
  padding-top: 0;
}
.cid-uPkn0TRxdl .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-uPkn0TRxdl .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #5a67a1;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-uPkn0TRxdl .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-uPkn0TRxdl .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uPkn0TRxdl .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uPkn0TRxdl .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uPkn0TRxdl .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-uPkn0TRxdl .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uPkn0TRxdl .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uPkn0TRxdl .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uPkn0TRxdl .menu-content-top {
  background: #dd2b1c;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uPkn0TRxdl .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-uPkn0TRxdl .dropdown-item:hover {
  color: #d2d2df !important;
}
.cid-uPkn0TRxdl .nav-link,
.cid-uPkn0TRxdl .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-uPkn0TRxdl .nav-link:hover,
.cid-uPkn0TRxdl .brand-name:hover {
  color: #d2d2df !important;
}
.cid-uPkn0TRxdl .dropdown-menu {
  background-color: #5a67a1;
}
.cid-uPkn0TRxdl .dropdown-item:active {
  background-color: #5a67a1;
}
.cid-uPkn0TRxdl .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-uPkn0TRxdl .navbar-dropdown.bg-color.transparent.opened {
  background: #9c98cf;
}
.cid-uPkn0TRxdl .nav-item {
  position: relative;
}
.cid-uPkn0TRxdl .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uPkn0TRxdl .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-uPkn0TRxdl .nav-item .nav-link:focus {
  outline: none;
}
.cid-uPkn0TRxdl .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPkn0TRxdl .content-text {
  margin-bottom: 0;
}
.cid-uPkn0TRxdl .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uPkn0TRxdl .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #dd2b1c;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uPkn0TRxdl .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uPkn0TRxdl .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uPkn0TRxdl .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uPkn0TRxdl .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPkn0TRxdl .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uPkn0TRxdl .content-right-side {
  text-align: center;
}
.cid-uPkn0TRxdl .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uPkn0TRxdl .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uPkn0TRxdl .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uPkn0TRxdl .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-uPkn0TRxdl .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uPkn0TRxdl .info-widget:first-child {
  margin-left: 0;
}
.cid-uPkn0TRxdl .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-uPkn0TRxdl .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uPkn0TRxdl .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uPkn0TRxdl .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uPkn0TRxdl .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-uPkn0TRxdl .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uPkn0TRxdl .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #5a67a1;
}
@media (min-width: 992px) {
  .cid-uPkn0TRxdl .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-uPkn0TRxdl .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #d2d2df;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-uPkn0TRxdl .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-uPkn0TRxdl .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uPkn0TRxdl .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-uPkn0TRxdl .navbar {
    display: block;
    padding: 0;
  }
  .cid-uPkn0TRxdl .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-uPkn0TRxdl .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uPkn0TRxdl .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uPkn0TRxdl .navbar-toggler {
    display: none;
  }
  .cid-uPkn0TRxdl .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-uPkn0TRxdl .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uPkn0TRxdl .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-uPkn0TRxdl .btn-sm {
  padding: 13px 29px;
}
.cid-uPkn0TRxdl .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uPkn0TRxdl .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-uPkn0TRxdl .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-uPkn0TRxdl .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uPkn0TRxdl .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uPkn0TRxdl .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uPkn0TRxdl .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uPkn0TRxdl .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uPkn0TRxdl .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uPkn0TRxdl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPkn0TRxdl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPkn0TRxdl .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uPkn0TRxdl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uPkn0TRxdl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPkn0TRxdl .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uPkn0TRxdl .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPkn0TRxdl .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uPkn0TRxdl .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-uPkn0TRxdl .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uPkn0TRxdl .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uPkn0TRxdl .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uPkn0TRxdl button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-uPkn0TRxdl button.navbar-toggler:focus {
  outline: none;
}
.cid-uPkn0TRxdl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uPkn0TRxdl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPkn0TRxdl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPkn0TRxdl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPkn0TRxdl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPkn0TRxdl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPkn0TRxdl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPkn0TRxdl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPkn0TRxdl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPkn0TRxdl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPkn0TRxdl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPkn0TRxdl .collapsed .btn {
  display: flex;
}
.cid-uPkn0TRxdl .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uPkn0TRxdl .collapsed .navbar-collapse.collapsing,
.cid-uPkn0TRxdl .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uPkn0TRxdl .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uPkn0TRxdl .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uPkn0TRxdl .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uPkn0TRxdl .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uPkn0TRxdl .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uPkn0TRxdl .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uPkn0TRxdl .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uPkn0TRxdl .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uPkn0TRxdl .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uPkn0TRxdl .collapsed button.navbar-toggler {
  display: block;
}
.cid-uPkn0TRxdl .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uPkn0TRxdl .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uPkn0TRxdl .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uPkn0TRxdl .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uPkn0TRxdl .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uPkn0TRxdl .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uPkn0TRxdl .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uPkn0TRxdl .menu-content-top {
    display: flex;
  }
  .cid-uPkn0TRxdl .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-uPkn0TRxdl .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-uPkn0TRxdl .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-uPkn0TRxdl .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-uPkn0TRxdl .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-uPkn0TRxdl .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-uPkn0TRxdl .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-uPkn0TRxdl .navbar-collapse.collapsing,
  .cid-uPkn0TRxdl .navbar-collapse.show {
    display: block !important;
  }
  .cid-uPkn0TRxdl .navbar-collapse.collapsing .navbar-nav,
  .cid-uPkn0TRxdl .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uPkn0TRxdl .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uPkn0TRxdl .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uPkn0TRxdl .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-uPkn0TRxdl .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #dd2b1c;
  }
  .cid-uPkn0TRxdl .navbar-collapse.collapsing .navbar-buttons,
  .cid-uPkn0TRxdl .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uPkn0TRxdl .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uPkn0TRxdl .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uPkn0TRxdl img {
    height: 3.8rem !important;
  }
  .cid-uPkn0TRxdl .btn {
    display: flex;
  }
  .cid-uPkn0TRxdl button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-uPkn0TRxdl .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-uPkn0TRxdl .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uPkn0TRxdl .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uPkn0TRxdl .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uPkn0TRxdl .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uPkn0TRxdl .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uPkn0TRxdl .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uPkn0TRxdl .nav-link:focus {
  outline: none;
}
.cid-uPkn0TRxdl .navbar-toggler {
  position: relative;
}
.cid-uPkn0TRxdl .widget-title,
.cid-uPkn0TRxdl .widget-icon {
  color: #e9e9e9;
}
.cid-uPkn0TRxdl .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-uPkn0TRxdl .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-uPkn0TRxdl .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-uPkn0TRxdl .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-uPkn0TRxdl .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-uPkn0TRxdl .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-uPkn0TRxdl .menu-content-top,
  .cid-uPkn0TRxdl .menu-bottom {
    padding: 0 15px;
  }
  .cid-uPkn0TRxdl button.navbar-toggler {
    align-self: center;
  }
  .cid-uPkn0TRxdl .btn {
    margin-left: 0;
  }
  .cid-uPkn0TRxdl .widget-icon {
    padding-right: 0;
  }
}
.cid-uPkn0TRxdl .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-uPkn0TRxdl .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #5a67a1;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-uPkn0TRxdl .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-uPkn0TRxdl .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #d2d2df;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-uPkn0TRxdl .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-uJ9OGXYoP7 {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(to bottom, #163300, #dd2b1c);
}
@media (min-width: 768px) {
  .cid-uJ9OGXYoP7 {
    align-items: flex-start;
  }
  .cid-uJ9OGXYoP7 .row {
    justify-content: flex-start;
  }
}
.cid-uJ9OGXYoP7 .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uJ9OGXYoP7 .mbr-text,
.cid-uJ9OGXYoP7 .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uJ9OGXYoP7 .mbr-section-title,
.cid-uJ9OGXYoP7 .line {
  color: #232323;
}
.cid-uJ9OGXYoP7 h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uJ9OGXYoP7 h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uJ9OGXYoP7 .mbr-section-subtitle,
.cid-uJ9OGXYoP7 .align {
  text-align: left;
  color: #232323;
}
.cid-uJa3yJZHLK {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #232323, #dd2b1c);
}
@media (min-width: 768px) {
  .cid-uJa3yJZHLK {
    align-items: flex-start;
  }
  .cid-uJa3yJZHLK .row {
    justify-content: flex-start;
  }
}
.cid-uJa3yJZHLK .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uJa3yJZHLK .mbr-text,
.cid-uJa3yJZHLK .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uJa3yJZHLK .mbr-section-title,
.cid-uJa3yJZHLK .line {
  color: #ffffff;
  text-align: center;
}
.cid-uJa3yJZHLK h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uJa3yJZHLK h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uJa3yJZHLK .mbr-section-subtitle,
.cid-uJa3yJZHLK .align {
  text-align: left;
  color: #232323;
}
.cid-uJ9OGZ7iZL {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uJ9OGZ7iZL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ9OGZ7iZL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ9OGZ7iZL .content-wrapper {
  padding: 75px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 800px;
}
@media (max-width: 1440px) {
  .cid-uJ9OGZ7iZL .content-wrapper {
    padding: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uJ9OGZ7iZL .content-wrapper {
    padding: 36px 24px;
    min-height: auto;
  }
}
.cid-uJ9OGZ7iZL .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uJ9OGZ7iZL .content-wrapper .image-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e7e7e7;
  opacity: 0.7;
  pointer-events: none;
  z-index: 1;
}
.cid-uJ9OGZ7iZL .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 2;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uJ9OGZ7iZL .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uJ9OGZ7iZL .content-wrapper .text-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uJ9OGZ7iZL .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJ9OGZ7iZL .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uJ9OGZ7iZL .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 2;
}
.cid-uJ9OGZ7iZL .mbr-section-title {
  color: #000000;
}
.cid-uJ9OGZ7iZL .mbr-text {
  color: #000000;
}
.cid-uJ9OGZ7iZL .mbr-text,
.cid-uJ9OGZ7iZL .text-wrapper {
  text-align: center;
}
.cid-uJ9OH2Iub8 {
  display: flex;
  padding-top: 0px;
  padding-bottom: 45px;
  background: linear-gradient(to bottom, #dd2b1c, #ffffff);
}
.cid-uJ9OH2Iub8 .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uJ9OH2Iub8 .mbr-text,
.cid-uJ9OH2Iub8 .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uJ9OH2Iub8 .mbr-section-title,
.cid-uJ9OH2Iub8 .line {
  color: #232323;
}
.cid-uJ9OH2Iub8 .google-map {
  height: 40rem;
  filter: grayscale(1);
  position: relative;
  border-radius: 2rem;
}
.cid-uJ9OH2Iub8 .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uJ9OH2Iub8 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uJ9OH2Iub8 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uJ9OH2Iub8 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uJ9OH2Iub8 h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uJ9OH2Iub8 h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uJ9OH2Iub8 .mbr-section-subtitle,
.cid-uJ9OH2Iub8 .align {
  text-align: left;
  color: #232323;
}
.cid-uPku6nFpfO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPku6nFpfO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPku6nFpfO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPku6nFpfO .container {
  max-width: 1472px;
}
.cid-uPku6nFpfO .footer-main-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-radius: 2.08rem;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-uPku6nFpfO .col-brand {
  width: 100%;
  padding: 2.5rem;
}
@media (max-width: 991px) {
  .cid-uPku6nFpfO .col-brand {
    padding: 24px;
  }
}
.cid-uPku6nFpfO .navbar-brand {
  display: flex;
  flex-basis: auto;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  white-space: normal;
  flex-shrink: 0;
  align-items: center;
  padding: 0;
  z-index: 1;
  margin-right: auto;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uPku6nFpfO .navbar-brand:hover {
  transform: scale(1.1);
}
.cid-uPku6nFpfO .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uPku6nFpfO .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uPku6nFpfO .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uPku6nFpfO .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uPku6nFpfO .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uPku6nFpfO .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uPku6nFpfO .links-container {
  width: 100%;
  padding: 2.5rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 8.8%;
}
@media (max-width: 991px) {
  .cid-uPku6nFpfO .links-container {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 17.6%;
    row-gap: 6.67rem;
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uPku6nFpfO .links-container {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1.2rem;
    row-gap: 1.2rem;
  }
}
.cid-uPku6nFpfO .mbr-section-subtitle {
  color: #13287d;
  margin-bottom: 12px;
}
.cid-uPku6nFpfO .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #232323;
}
.cid-uPku6nFpfO .list li {
  width: 100%;
  color: inherit !important;
  margin: 6px 0;
}
.cid-uPku6nFpfO .list li:hover {
  color: #dd2b1c !important;
}
.cid-uPku6nFpfO .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uPku6nFpfO .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uPku6nFpfO .copyright-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid rgba(255, 255, 255, 0.01);
  padding: 32px 0 24px;
}
@media (max-width: 767px) {
  .cid-uPku6nFpfO .copyright-container {
    padding: 24px 0 16px;
    flex-wrap: wrap;
  }
}
.cid-uPku6nFpfO .copyright {
  color: #232323;
  max-width: 45%;
}
@media (max-width: 767px) {
  .cid-uPku6nFpfO .copyright {
    max-width: 100%;
    width: 100%;
  }
}
.cid-uPku6nFpfO .social-row {
  width: auto;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  max-width: 45%;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uPku6nFpfO .social-row {
    max-width: 100%;
    width: 100%;
    justify-content: flex-start;
  }
}
.cid-uPku6nFpfO .mbr-iconfont {
  font-size: 22px;
  color: #ae5eff;
}
.cid-uPku6nFpfO .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.01);
  margin-left: 4px;
  margin-bottom: 4px;
  padding: 12px;
  min-height: 70px;
  min-width: 70px;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-uPku6nFpfO .soc-item {
    margin-left: 0;
    margin-right: 4px;
    margin-bottom: 0;
    margin-top: 4px;
    padding: 10px;
    min-height: 50px;
    min-width: 50px;
  }
}
.cid-uPku6nFpfO .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPku6nFpfO .soc-item a:hover {
  text-decoration-line: none !important;
}
.cid-uPku6nFpfO .soc-item:hover {
  transform: scale(0.95);
}
.cid-uPku6nFpfO .soc-item:hover .mbr-iconfont {
  color: #FFDD65 !important;
}
.cid-uPkn0TRxdl .navbar {
  padding: 0.5rem 0;
  background: #9c98cf;
  transition: none;
  min-height: 50px;
}
.cid-uPkn0TRxdl .navbar-fixed-top {
  padding-top: 0;
}
.cid-uPkn0TRxdl .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-uPkn0TRxdl .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #5a67a1;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-uPkn0TRxdl .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-uPkn0TRxdl .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uPkn0TRxdl .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uPkn0TRxdl .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uPkn0TRxdl .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-uPkn0TRxdl .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uPkn0TRxdl .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uPkn0TRxdl .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uPkn0TRxdl .menu-content-top {
  background: #dd2b1c;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uPkn0TRxdl .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-uPkn0TRxdl .dropdown-item:hover {
  color: #d2d2df !important;
}
.cid-uPkn0TRxdl .nav-link,
.cid-uPkn0TRxdl .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-uPkn0TRxdl .nav-link:hover,
.cid-uPkn0TRxdl .brand-name:hover {
  color: #d2d2df !important;
}
.cid-uPkn0TRxdl .dropdown-menu {
  background-color: #5a67a1;
}
.cid-uPkn0TRxdl .dropdown-item:active {
  background-color: #5a67a1;
}
.cid-uPkn0TRxdl .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-uPkn0TRxdl .navbar-dropdown.bg-color.transparent.opened {
  background: #9c98cf;
}
.cid-uPkn0TRxdl .nav-item {
  position: relative;
}
.cid-uPkn0TRxdl .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uPkn0TRxdl .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-uPkn0TRxdl .nav-item .nav-link:focus {
  outline: none;
}
.cid-uPkn0TRxdl .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPkn0TRxdl .content-text {
  margin-bottom: 0;
}
.cid-uPkn0TRxdl .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uPkn0TRxdl .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #dd2b1c;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uPkn0TRxdl .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uPkn0TRxdl .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uPkn0TRxdl .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uPkn0TRxdl .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPkn0TRxdl .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uPkn0TRxdl .content-right-side {
  text-align: center;
}
.cid-uPkn0TRxdl .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uPkn0TRxdl .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uPkn0TRxdl .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uPkn0TRxdl .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-uPkn0TRxdl .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uPkn0TRxdl .info-widget:first-child {
  margin-left: 0;
}
.cid-uPkn0TRxdl .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-uPkn0TRxdl .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uPkn0TRxdl .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uPkn0TRxdl .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uPkn0TRxdl .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-uPkn0TRxdl .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uPkn0TRxdl .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #5a67a1;
}
@media (min-width: 992px) {
  .cid-uPkn0TRxdl .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-uPkn0TRxdl .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #d2d2df;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-uPkn0TRxdl .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-uPkn0TRxdl .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uPkn0TRxdl .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-uPkn0TRxdl .navbar {
    display: block;
    padding: 0;
  }
  .cid-uPkn0TRxdl .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-uPkn0TRxdl .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uPkn0TRxdl .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uPkn0TRxdl .navbar-toggler {
    display: none;
  }
  .cid-uPkn0TRxdl .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-uPkn0TRxdl .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uPkn0TRxdl .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-uPkn0TRxdl .btn-sm {
  padding: 13px 29px;
}
.cid-uPkn0TRxdl .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uPkn0TRxdl .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-uPkn0TRxdl .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-uPkn0TRxdl .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uPkn0TRxdl .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uPkn0TRxdl .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uPkn0TRxdl .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uPkn0TRxdl .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uPkn0TRxdl .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uPkn0TRxdl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPkn0TRxdl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPkn0TRxdl .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uPkn0TRxdl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uPkn0TRxdl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPkn0TRxdl .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uPkn0TRxdl .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPkn0TRxdl .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uPkn0TRxdl .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-uPkn0TRxdl .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uPkn0TRxdl .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uPkn0TRxdl .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uPkn0TRxdl button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-uPkn0TRxdl button.navbar-toggler:focus {
  outline: none;
}
.cid-uPkn0TRxdl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uPkn0TRxdl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPkn0TRxdl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPkn0TRxdl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPkn0TRxdl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPkn0TRxdl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPkn0TRxdl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPkn0TRxdl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPkn0TRxdl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPkn0TRxdl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPkn0TRxdl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPkn0TRxdl .collapsed .btn {
  display: flex;
}
.cid-uPkn0TRxdl .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uPkn0TRxdl .collapsed .navbar-collapse.collapsing,
.cid-uPkn0TRxdl .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uPkn0TRxdl .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uPkn0TRxdl .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uPkn0TRxdl .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uPkn0TRxdl .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uPkn0TRxdl .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uPkn0TRxdl .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uPkn0TRxdl .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uPkn0TRxdl .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uPkn0TRxdl .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uPkn0TRxdl .collapsed button.navbar-toggler {
  display: block;
}
.cid-uPkn0TRxdl .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uPkn0TRxdl .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uPkn0TRxdl .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uPkn0TRxdl .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uPkn0TRxdl .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uPkn0TRxdl .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uPkn0TRxdl .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uPkn0TRxdl .menu-content-top {
    display: flex;
  }
  .cid-uPkn0TRxdl .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-uPkn0TRxdl .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-uPkn0TRxdl .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-uPkn0TRxdl .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-uPkn0TRxdl .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-uPkn0TRxdl .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-uPkn0TRxdl .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-uPkn0TRxdl .navbar-collapse.collapsing,
  .cid-uPkn0TRxdl .navbar-collapse.show {
    display: block !important;
  }
  .cid-uPkn0TRxdl .navbar-collapse.collapsing .navbar-nav,
  .cid-uPkn0TRxdl .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uPkn0TRxdl .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uPkn0TRxdl .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uPkn0TRxdl .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-uPkn0TRxdl .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #dd2b1c;
  }
  .cid-uPkn0TRxdl .navbar-collapse.collapsing .navbar-buttons,
  .cid-uPkn0TRxdl .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uPkn0TRxdl .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uPkn0TRxdl .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uPkn0TRxdl img {
    height: 3.8rem !important;
  }
  .cid-uPkn0TRxdl .btn {
    display: flex;
  }
  .cid-uPkn0TRxdl button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-uPkn0TRxdl .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-uPkn0TRxdl .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uPkn0TRxdl .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uPkn0TRxdl .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uPkn0TRxdl .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uPkn0TRxdl .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uPkn0TRxdl .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uPkn0TRxdl .nav-link:focus {
  outline: none;
}
.cid-uPkn0TRxdl .navbar-toggler {
  position: relative;
}
.cid-uPkn0TRxdl .widget-title,
.cid-uPkn0TRxdl .widget-icon {
  color: #e9e9e9;
}
.cid-uPkn0TRxdl .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-uPkn0TRxdl .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-uPkn0TRxdl .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-uPkn0TRxdl .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-uPkn0TRxdl .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-uPkn0TRxdl .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-uPkn0TRxdl .menu-content-top,
  .cid-uPkn0TRxdl .menu-bottom {
    padding: 0 15px;
  }
  .cid-uPkn0TRxdl button.navbar-toggler {
    align-self: center;
  }
  .cid-uPkn0TRxdl .btn {
    margin-left: 0;
  }
  .cid-uPkn0TRxdl .widget-icon {
    padding-right: 0;
  }
}
.cid-uPkn0TRxdl .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-uPkn0TRxdl .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #5a67a1;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-uPkn0TRxdl .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-uPkn0TRxdl .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #d2d2df;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-uPkn0TRxdl .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-uJ9OK9pOZR {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(to bottom, #163300, #dd2b1c);
}
@media (min-width: 768px) {
  .cid-uJ9OK9pOZR {
    align-items: flex-start;
  }
  .cid-uJ9OK9pOZR .row {
    justify-content: flex-start;
  }
}
.cid-uJ9OK9pOZR .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uJ9OK9pOZR .mbr-text,
.cid-uJ9OK9pOZR .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uJ9OK9pOZR .mbr-section-title,
.cid-uJ9OK9pOZR .line {
  color: #232323;
}
.cid-uJ9OK9pOZR h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uJ9OK9pOZR h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uJ9OK9pOZR .mbr-section-subtitle,
.cid-uJ9OK9pOZR .align {
  text-align: left;
  color: #232323;
}
.cid-uJa8Ag9hoe {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #232323, #dd2b1c);
}
@media (min-width: 768px) {
  .cid-uJa8Ag9hoe {
    align-items: flex-start;
  }
  .cid-uJa8Ag9hoe .row {
    justify-content: flex-start;
  }
}
.cid-uJa8Ag9hoe .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uJa8Ag9hoe .mbr-text,
.cid-uJa8Ag9hoe .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uJa8Ag9hoe .mbr-section-title,
.cid-uJa8Ag9hoe .line {
  color: #ffffff;
  text-align: center;
}
.cid-uJa8Ag9hoe h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uJa8Ag9hoe h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uJa8Ag9hoe .mbr-section-subtitle,
.cid-uJa8Ag9hoe .align {
  text-align: left;
  color: #232323;
}
.cid-uJ9OKcN1xI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7e8f4;
}
.cid-uJ9OKcN1xI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ9OKcN1xI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ9OKcN1xI .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-uJ9OKcN1xI .title-wrapper .mbr-section-title span {
  color: #dd2b1c;
}
@media (max-width: 992px) {
  .cid-uJ9OKcN1xI .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uJ9OKcN1xI .tabs-wrapper {
  margin-bottom: 32px;
}
.cid-uJ9OKcN1xI .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uJ9OKcN1xI .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 10px 20px 0;
}
.cid-uJ9OKcN1xI .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #ffffff;
  padding: 24px 64px;
  border: none;
  margin-bottom: 0;
  border-radius: 900px;
  background-color: #808080;
}
@media (max-width: 1200px) {
  .cid-uJ9OKcN1xI .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    padding: 20px 32px;
  }
}
.cid-uJ9OKcN1xI .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #dd2b1c;
}
.cid-uJ9OKcN1xI .tab-content .tab-pane .content-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 30px;
  padding: 64px;
  background-color: #d2f2f5;
}
@media (max-width: 992px) {
  .cid-uJ9OKcN1xI .tab-content .tab-pane .content-wrap {
    padding: 46px 22px;
    display: block;
  }
}
.cid-uJ9OKcN1xI .tab-content .tab-pane .content-wrap .item-title {
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uJ9OKcN1xI .tab-content .tab-pane .content-wrap .item-title {
    margin-bottom: 22px;
    width: 100%;
  }
}
.cid-uJ9OKcN1xI .tab-content .tab-pane .content-wrap .item-text {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uJ9OKcN1xI .tab-content .tab-pane .content-wrap .item-text {
    width: 100%;
  }
}
.cid-uJ9OKcN1xI .mbr-section-title {
  color: #212529;
}
.cid-uJ9OKcN1xI .item-title {
  color: #212529;
}
.cid-uJ9OKcN1xI .item-text {
  color: #51565c;
}
.cid-uJ9OKcN1xI .mbr-section-title,
.cid-uJ9OKcN1xI .tabs-wrapper {
  color: #212529;
}
.cid-uJ9OKfExDH {
  display: flex;
  padding-top: 0px;
  padding-bottom: 45px;
  background: linear-gradient(to bottom, #ffffff, #dd2b1c);
}
.cid-uJ9OKfExDH .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uJ9OKfExDH .mbr-text,
.cid-uJ9OKfExDH .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uJ9OKfExDH .mbr-section-title,
.cid-uJ9OKfExDH .line {
  color: #232323;
}
.cid-uJ9OKfExDH .google-map {
  height: 40rem;
  filter: grayscale(1);
  position: relative;
  border-radius: 2rem;
}
.cid-uJ9OKfExDH .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uJ9OKfExDH .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uJ9OKfExDH .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uJ9OKfExDH .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uJ9OKfExDH h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uJ9OKfExDH h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uJ9OKfExDH .mbr-section-subtitle,
.cid-uJ9OKfExDH .align {
  text-align: left;
  color: #232323;
}
.cid-uJikQZRw9g {
  display: flex;
  padding-top: 0px;
  padding-bottom: 60px;
  background: linear-gradient(to bottom, #dd2b1c, #232323);
}
@media (min-width: 768px) {
  .cid-uJikQZRw9g {
    align-items: flex-start;
  }
  .cid-uJikQZRw9g .row {
    justify-content: flex-start;
  }
}
.cid-uJikQZRw9g .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uJikQZRw9g .mbr-text,
.cid-uJikQZRw9g .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uJikQZRw9g .mbr-section-title,
.cid-uJikQZRw9g .line {
  color: #ffffff;
  text-align: center;
}
.cid-uJikQZRw9g h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uJikQZRw9g h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uJikQZRw9g .mbr-section-subtitle,
.cid-uJikQZRw9g .align {
  text-align: left;
  color: #232323;
}
.cid-uPku6nFpfO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPku6nFpfO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPku6nFpfO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPku6nFpfO .container {
  max-width: 1472px;
}
.cid-uPku6nFpfO .footer-main-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-radius: 2.08rem;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-uPku6nFpfO .col-brand {
  width: 100%;
  padding: 2.5rem;
}
@media (max-width: 991px) {
  .cid-uPku6nFpfO .col-brand {
    padding: 24px;
  }
}
.cid-uPku6nFpfO .navbar-brand {
  display: flex;
  flex-basis: auto;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  white-space: normal;
  flex-shrink: 0;
  align-items: center;
  padding: 0;
  z-index: 1;
  margin-right: auto;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uPku6nFpfO .navbar-brand:hover {
  transform: scale(1.1);
}
.cid-uPku6nFpfO .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uPku6nFpfO .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uPku6nFpfO .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uPku6nFpfO .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uPku6nFpfO .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uPku6nFpfO .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uPku6nFpfO .links-container {
  width: 100%;
  padding: 2.5rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 8.8%;
}
@media (max-width: 991px) {
  .cid-uPku6nFpfO .links-container {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 17.6%;
    row-gap: 6.67rem;
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uPku6nFpfO .links-container {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1.2rem;
    row-gap: 1.2rem;
  }
}
.cid-uPku6nFpfO .mbr-section-subtitle {
  color: #13287d;
  margin-bottom: 12px;
}
.cid-uPku6nFpfO .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #232323;
}
.cid-uPku6nFpfO .list li {
  width: 100%;
  color: inherit !important;
  margin: 6px 0;
}
.cid-uPku6nFpfO .list li:hover {
  color: #dd2b1c !important;
}
.cid-uPku6nFpfO .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uPku6nFpfO .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uPku6nFpfO .copyright-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid rgba(255, 255, 255, 0.01);
  padding: 32px 0 24px;
}
@media (max-width: 767px) {
  .cid-uPku6nFpfO .copyright-container {
    padding: 24px 0 16px;
    flex-wrap: wrap;
  }
}
.cid-uPku6nFpfO .copyright {
  color: #232323;
  max-width: 45%;
}
@media (max-width: 767px) {
  .cid-uPku6nFpfO .copyright {
    max-width: 100%;
    width: 100%;
  }
}
.cid-uPku6nFpfO .social-row {
  width: auto;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  max-width: 45%;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uPku6nFpfO .social-row {
    max-width: 100%;
    width: 100%;
    justify-content: flex-start;
  }
}
.cid-uPku6nFpfO .mbr-iconfont {
  font-size: 22px;
  color: #ae5eff;
}
.cid-uPku6nFpfO .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.01);
  margin-left: 4px;
  margin-bottom: 4px;
  padding: 12px;
  min-height: 70px;
  min-width: 70px;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-uPku6nFpfO .soc-item {
    margin-left: 0;
    margin-right: 4px;
    margin-bottom: 0;
    margin-top: 4px;
    padding: 10px;
    min-height: 50px;
    min-width: 50px;
  }
}
.cid-uPku6nFpfO .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPku6nFpfO .soc-item a:hover {
  text-decoration-line: none !important;
}
.cid-uPku6nFpfO .soc-item:hover {
  transform: scale(0.95);
}
.cid-uPku6nFpfO .soc-item:hover .mbr-iconfont {
  color: #FFDD65 !important;
}
.cid-uPkn0TRxdl .navbar {
  padding: 0.5rem 0;
  background: #9c98cf;
  transition: none;
  min-height: 50px;
}
.cid-uPkn0TRxdl .navbar-fixed-top {
  padding-top: 0;
}
.cid-uPkn0TRxdl .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-uPkn0TRxdl .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #5a67a1;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-uPkn0TRxdl .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-uPkn0TRxdl .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uPkn0TRxdl .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uPkn0TRxdl .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uPkn0TRxdl .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-uPkn0TRxdl .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uPkn0TRxdl .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uPkn0TRxdl .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uPkn0TRxdl .menu-content-top {
  background: #dd2b1c;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uPkn0TRxdl .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-uPkn0TRxdl .dropdown-item:hover {
  color: #d2d2df !important;
}
.cid-uPkn0TRxdl .nav-link,
.cid-uPkn0TRxdl .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-uPkn0TRxdl .nav-link:hover,
.cid-uPkn0TRxdl .brand-name:hover {
  color: #d2d2df !important;
}
.cid-uPkn0TRxdl .dropdown-menu {
  background-color: #5a67a1;
}
.cid-uPkn0TRxdl .dropdown-item:active {
  background-color: #5a67a1;
}
.cid-uPkn0TRxdl .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-uPkn0TRxdl .navbar-dropdown.bg-color.transparent.opened {
  background: #9c98cf;
}
.cid-uPkn0TRxdl .nav-item {
  position: relative;
}
.cid-uPkn0TRxdl .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uPkn0TRxdl .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-uPkn0TRxdl .nav-item .nav-link:focus {
  outline: none;
}
.cid-uPkn0TRxdl .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPkn0TRxdl .content-text {
  margin-bottom: 0;
}
.cid-uPkn0TRxdl .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uPkn0TRxdl .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #dd2b1c;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uPkn0TRxdl .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uPkn0TRxdl .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uPkn0TRxdl .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uPkn0TRxdl .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPkn0TRxdl .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uPkn0TRxdl .content-right-side {
  text-align: center;
}
.cid-uPkn0TRxdl .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uPkn0TRxdl .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uPkn0TRxdl .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uPkn0TRxdl .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-uPkn0TRxdl .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uPkn0TRxdl .info-widget:first-child {
  margin-left: 0;
}
.cid-uPkn0TRxdl .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-uPkn0TRxdl .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uPkn0TRxdl .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uPkn0TRxdl .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uPkn0TRxdl .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-uPkn0TRxdl .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uPkn0TRxdl .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #5a67a1;
}
@media (min-width: 992px) {
  .cid-uPkn0TRxdl .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-uPkn0TRxdl .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #d2d2df;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-uPkn0TRxdl .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-uPkn0TRxdl .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uPkn0TRxdl .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-uPkn0TRxdl .navbar {
    display: block;
    padding: 0;
  }
  .cid-uPkn0TRxdl .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-uPkn0TRxdl .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uPkn0TRxdl .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uPkn0TRxdl .navbar-toggler {
    display: none;
  }
  .cid-uPkn0TRxdl .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-uPkn0TRxdl .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uPkn0TRxdl .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-uPkn0TRxdl .btn-sm {
  padding: 13px 29px;
}
.cid-uPkn0TRxdl .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uPkn0TRxdl .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-uPkn0TRxdl .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-uPkn0TRxdl .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uPkn0TRxdl .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uPkn0TRxdl .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uPkn0TRxdl .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uPkn0TRxdl .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uPkn0TRxdl .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uPkn0TRxdl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPkn0TRxdl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPkn0TRxdl .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uPkn0TRxdl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uPkn0TRxdl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPkn0TRxdl .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uPkn0TRxdl .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPkn0TRxdl .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uPkn0TRxdl .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-uPkn0TRxdl .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uPkn0TRxdl .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uPkn0TRxdl .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uPkn0TRxdl button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-uPkn0TRxdl button.navbar-toggler:focus {
  outline: none;
}
.cid-uPkn0TRxdl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uPkn0TRxdl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPkn0TRxdl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPkn0TRxdl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPkn0TRxdl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPkn0TRxdl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPkn0TRxdl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPkn0TRxdl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPkn0TRxdl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPkn0TRxdl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPkn0TRxdl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPkn0TRxdl .collapsed .btn {
  display: flex;
}
.cid-uPkn0TRxdl .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uPkn0TRxdl .collapsed .navbar-collapse.collapsing,
.cid-uPkn0TRxdl .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uPkn0TRxdl .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uPkn0TRxdl .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uPkn0TRxdl .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uPkn0TRxdl .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uPkn0TRxdl .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uPkn0TRxdl .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uPkn0TRxdl .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uPkn0TRxdl .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uPkn0TRxdl .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uPkn0TRxdl .collapsed button.navbar-toggler {
  display: block;
}
.cid-uPkn0TRxdl .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uPkn0TRxdl .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uPkn0TRxdl .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uPkn0TRxdl .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uPkn0TRxdl .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uPkn0TRxdl .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uPkn0TRxdl .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uPkn0TRxdl .menu-content-top {
    display: flex;
  }
  .cid-uPkn0TRxdl .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-uPkn0TRxdl .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-uPkn0TRxdl .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-uPkn0TRxdl .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-uPkn0TRxdl .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-uPkn0TRxdl .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-uPkn0TRxdl .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-uPkn0TRxdl .navbar-collapse.collapsing,
  .cid-uPkn0TRxdl .navbar-collapse.show {
    display: block !important;
  }
  .cid-uPkn0TRxdl .navbar-collapse.collapsing .navbar-nav,
  .cid-uPkn0TRxdl .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uPkn0TRxdl .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uPkn0TRxdl .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uPkn0TRxdl .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-uPkn0TRxdl .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #dd2b1c;
  }
  .cid-uPkn0TRxdl .navbar-collapse.collapsing .navbar-buttons,
  .cid-uPkn0TRxdl .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uPkn0TRxdl .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uPkn0TRxdl .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uPkn0TRxdl img {
    height: 3.8rem !important;
  }
  .cid-uPkn0TRxdl .btn {
    display: flex;
  }
  .cid-uPkn0TRxdl button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-uPkn0TRxdl .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-uPkn0TRxdl .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uPkn0TRxdl .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uPkn0TRxdl .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uPkn0TRxdl .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uPkn0TRxdl .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uPkn0TRxdl .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uPkn0TRxdl .nav-link:focus {
  outline: none;
}
.cid-uPkn0TRxdl .navbar-toggler {
  position: relative;
}
.cid-uPkn0TRxdl .widget-title,
.cid-uPkn0TRxdl .widget-icon {
  color: #e9e9e9;
}
.cid-uPkn0TRxdl .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-uPkn0TRxdl .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-uPkn0TRxdl .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-uPkn0TRxdl .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-uPkn0TRxdl .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-uPkn0TRxdl .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-uPkn0TRxdl .menu-content-top,
  .cid-uPkn0TRxdl .menu-bottom {
    padding: 0 15px;
  }
  .cid-uPkn0TRxdl button.navbar-toggler {
    align-self: center;
  }
  .cid-uPkn0TRxdl .btn {
    margin-left: 0;
  }
  .cid-uPkn0TRxdl .widget-icon {
    padding-right: 0;
  }
}
.cid-uPkn0TRxdl .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-uPkn0TRxdl .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #5a67a1;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-uPkn0TRxdl .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-uPkn0TRxdl .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #d2d2df;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-uPkn0TRxdl .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-uJ6coBHwAZ {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(to bottom, #163300, #dd2b1c);
}
@media (min-width: 768px) {
  .cid-uJ6coBHwAZ {
    align-items: flex-start;
  }
  .cid-uJ6coBHwAZ .row {
    justify-content: flex-start;
  }
}
.cid-uJ6coBHwAZ .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uJ6coBHwAZ .mbr-text,
.cid-uJ6coBHwAZ .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uJ6coBHwAZ .mbr-section-title,
.cid-uJ6coBHwAZ .line {
  color: #232323;
}
.cid-uJ6coBHwAZ h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uJ6coBHwAZ h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uJ6coBHwAZ .mbr-section-subtitle,
.cid-uJ6coBHwAZ .align {
  text-align: left;
  color: #232323;
}
.cid-uJas3LXDku {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #232323, #ffffff);
}
@media (min-width: 768px) {
  .cid-uJas3LXDku {
    align-items: flex-start;
  }
  .cid-uJas3LXDku .row {
    justify-content: flex-start;
  }
}
.cid-uJas3LXDku .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uJas3LXDku .mbr-text,
.cid-uJas3LXDku .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uJas3LXDku .mbr-section-title,
.cid-uJas3LXDku .line {
  color: #ffffff;
  text-align: center;
}
.cid-uJas3LXDku h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uJas3LXDku h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uJas3LXDku .mbr-section-subtitle,
.cid-uJas3LXDku .align {
  text-align: left;
  color: #232323;
}
.cid-uJ6cX72GYF {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uJ6cX72GYF .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uJ6cX72GYF .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uJ6cX72GYF .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uJ6cX72GYF .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uJ6cX72GYF .container {
  padding: 0;
}
.cid-uJ6cX72GYF .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uJ6cX72GYF .icon-focus {
  display: none;
}
.cid-uJ6cX72GYF .btn-primary-outline {
  border: none !important;
  color: gray !important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent !important;
  font-weight: 400;
}
.cid-uJ6cX72GYF .btn-primary-outline:hover {
  background: transparent !important;
  color: #dd2b1c !important;
}
.cid-uJ6cX72GYF li.active .btn {
  background: transparent !important;
  color: black !important;
}
.cid-uJ6cX72GYF li {
  position: relative;
}
.cid-uJ6cX72GYF .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-uJ6cX72GYF .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #444444;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #444444, #3a341c) !important;
}
.cid-uJ6cX72GYF .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uJ6cX72GYF .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uJ6cX72GYF .btn {
  font-family: Plus Jakarta Sans !important;
}
.cid-uJ6cX72GYF .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-uJ6cX72GYF .mbr-gallery-title:hover {
  opacity: 1;
}
.cid-uJ6cX72GYF .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #444444 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #444444, #3a341c) !important;
}
@media (max-width: 767px) {
  .cid-uJ6cX72GYF li:not(:last-child):after {
    top: 9px;
  }
  .cid-uJ6cX72GYF .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0 !important;
  }
}
.cid-uJikAgNVE5 {
  display: flex;
  padding-top: 0px;
  padding-bottom: 60px;
  background: linear-gradient(to bottom, #dd2b1c, #ffffff);
}
@media (min-width: 768px) {
  .cid-uJikAgNVE5 {
    align-items: flex-start;
  }
  .cid-uJikAgNVE5 .row {
    justify-content: flex-start;
  }
}
.cid-uJikAgNVE5 .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uJikAgNVE5 .mbr-text,
.cid-uJikAgNVE5 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uJikAgNVE5 .mbr-section-title,
.cid-uJikAgNVE5 .line {
  color: #ffffff;
  text-align: center;
}
.cid-uJikAgNVE5 h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uJikAgNVE5 h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uJikAgNVE5 .mbr-section-subtitle,
.cid-uJikAgNVE5 .align {
  text-align: left;
  color: #232323;
}
.cid-uPku6nFpfO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPku6nFpfO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPku6nFpfO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPku6nFpfO .container {
  max-width: 1472px;
}
.cid-uPku6nFpfO .footer-main-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-radius: 2.08rem;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-uPku6nFpfO .col-brand {
  width: 100%;
  padding: 2.5rem;
}
@media (max-width: 991px) {
  .cid-uPku6nFpfO .col-brand {
    padding: 24px;
  }
}
.cid-uPku6nFpfO .navbar-brand {
  display: flex;
  flex-basis: auto;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  white-space: normal;
  flex-shrink: 0;
  align-items: center;
  padding: 0;
  z-index: 1;
  margin-right: auto;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uPku6nFpfO .navbar-brand:hover {
  transform: scale(1.1);
}
.cid-uPku6nFpfO .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uPku6nFpfO .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uPku6nFpfO .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uPku6nFpfO .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uPku6nFpfO .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uPku6nFpfO .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uPku6nFpfO .links-container {
  width: 100%;
  padding: 2.5rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 8.8%;
}
@media (max-width: 991px) {
  .cid-uPku6nFpfO .links-container {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 17.6%;
    row-gap: 6.67rem;
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uPku6nFpfO .links-container {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1.2rem;
    row-gap: 1.2rem;
  }
}
.cid-uPku6nFpfO .mbr-section-subtitle {
  color: #13287d;
  margin-bottom: 12px;
}
.cid-uPku6nFpfO .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #232323;
}
.cid-uPku6nFpfO .list li {
  width: 100%;
  color: inherit !important;
  margin: 6px 0;
}
.cid-uPku6nFpfO .list li:hover {
  color: #dd2b1c !important;
}
.cid-uPku6nFpfO .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uPku6nFpfO .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uPku6nFpfO .copyright-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid rgba(255, 255, 255, 0.01);
  padding: 32px 0 24px;
}
@media (max-width: 767px) {
  .cid-uPku6nFpfO .copyright-container {
    padding: 24px 0 16px;
    flex-wrap: wrap;
  }
}
.cid-uPku6nFpfO .copyright {
  color: #232323;
  max-width: 45%;
}
@media (max-width: 767px) {
  .cid-uPku6nFpfO .copyright {
    max-width: 100%;
    width: 100%;
  }
}
.cid-uPku6nFpfO .social-row {
  width: auto;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  max-width: 45%;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uPku6nFpfO .social-row {
    max-width: 100%;
    width: 100%;
    justify-content: flex-start;
  }
}
.cid-uPku6nFpfO .mbr-iconfont {
  font-size: 22px;
  color: #ae5eff;
}
.cid-uPku6nFpfO .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.01);
  margin-left: 4px;
  margin-bottom: 4px;
  padding: 12px;
  min-height: 70px;
  min-width: 70px;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-uPku6nFpfO .soc-item {
    margin-left: 0;
    margin-right: 4px;
    margin-bottom: 0;
    margin-top: 4px;
    padding: 10px;
    min-height: 50px;
    min-width: 50px;
  }
}
.cid-uPku6nFpfO .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPku6nFpfO .soc-item a:hover {
  text-decoration-line: none !important;
}
.cid-uPku6nFpfO .soc-item:hover {
  transform: scale(0.95);
}
.cid-uPku6nFpfO .soc-item:hover .mbr-iconfont {
  color: #FFDD65 !important;
}
.cid-uSfq7cyZ0U .navbar {
  padding: 0.5rem 0;
  background: #9c98cf;
  transition: none;
  min-height: 50px;
}
.cid-uSfq7cyZ0U .navbar-fixed-top {
  padding-top: 0;
}
.cid-uSfq7cyZ0U .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-uSfq7cyZ0U .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #5a67a1;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-uSfq7cyZ0U .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-uSfq7cyZ0U .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uSfq7cyZ0U .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uSfq7cyZ0U .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uSfq7cyZ0U .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-uSfq7cyZ0U .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uSfq7cyZ0U .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uSfq7cyZ0U .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uSfq7cyZ0U .menu-content-top {
  background: #dd2b1c;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uSfq7cyZ0U .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-uSfq7cyZ0U .dropdown-item:hover {
  color: #d2d2df !important;
}
.cid-uSfq7cyZ0U .nav-link,
.cid-uSfq7cyZ0U .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-uSfq7cyZ0U .nav-link:hover,
.cid-uSfq7cyZ0U .brand-name:hover {
  color: #d2d2df !important;
}
.cid-uSfq7cyZ0U .dropdown-menu {
  background-color: #5a67a1;
}
.cid-uSfq7cyZ0U .dropdown-item:active {
  background-color: #5a67a1;
}
.cid-uSfq7cyZ0U .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-uSfq7cyZ0U .navbar-dropdown.bg-color.transparent.opened {
  background: #9c98cf;
}
.cid-uSfq7cyZ0U .nav-item {
  position: relative;
}
.cid-uSfq7cyZ0U .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uSfq7cyZ0U .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-uSfq7cyZ0U .nav-item .nav-link:focus {
  outline: none;
}
.cid-uSfq7cyZ0U .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSfq7cyZ0U .content-text {
  margin-bottom: 0;
}
.cid-uSfq7cyZ0U .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uSfq7cyZ0U .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #dd2b1c;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uSfq7cyZ0U .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uSfq7cyZ0U .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uSfq7cyZ0U .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uSfq7cyZ0U .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uSfq7cyZ0U .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uSfq7cyZ0U .content-right-side {
  text-align: center;
}
.cid-uSfq7cyZ0U .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uSfq7cyZ0U .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uSfq7cyZ0U .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uSfq7cyZ0U .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-uSfq7cyZ0U .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uSfq7cyZ0U .info-widget:first-child {
  margin-left: 0;
}
.cid-uSfq7cyZ0U .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-uSfq7cyZ0U .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uSfq7cyZ0U .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uSfq7cyZ0U .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uSfq7cyZ0U .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-uSfq7cyZ0U .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uSfq7cyZ0U .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #5a67a1;
}
@media (min-width: 992px) {
  .cid-uSfq7cyZ0U .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-uSfq7cyZ0U .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #d2d2df;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-uSfq7cyZ0U .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-uSfq7cyZ0U .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uSfq7cyZ0U .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-uSfq7cyZ0U .navbar {
    display: block;
    padding: 0;
  }
  .cid-uSfq7cyZ0U .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-uSfq7cyZ0U .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uSfq7cyZ0U .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uSfq7cyZ0U .navbar-toggler {
    display: none;
  }
  .cid-uSfq7cyZ0U .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-uSfq7cyZ0U .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uSfq7cyZ0U .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-uSfq7cyZ0U .btn-sm {
  padding: 13px 29px;
}
.cid-uSfq7cyZ0U .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uSfq7cyZ0U .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-uSfq7cyZ0U .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-uSfq7cyZ0U .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uSfq7cyZ0U .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uSfq7cyZ0U .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uSfq7cyZ0U .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uSfq7cyZ0U .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uSfq7cyZ0U .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uSfq7cyZ0U .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uSfq7cyZ0U .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSfq7cyZ0U .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uSfq7cyZ0U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uSfq7cyZ0U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSfq7cyZ0U .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uSfq7cyZ0U .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSfq7cyZ0U .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uSfq7cyZ0U .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-uSfq7cyZ0U .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uSfq7cyZ0U .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uSfq7cyZ0U .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uSfq7cyZ0U button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-uSfq7cyZ0U button.navbar-toggler:focus {
  outline: none;
}
.cid-uSfq7cyZ0U button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uSfq7cyZ0U button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uSfq7cyZ0U button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSfq7cyZ0U button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSfq7cyZ0U button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uSfq7cyZ0U nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSfq7cyZ0U nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSfq7cyZ0U nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSfq7cyZ0U nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSfq7cyZ0U .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSfq7cyZ0U .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSfq7cyZ0U .collapsed .btn {
  display: flex;
}
.cid-uSfq7cyZ0U .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uSfq7cyZ0U .collapsed .navbar-collapse.collapsing,
.cid-uSfq7cyZ0U .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uSfq7cyZ0U .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uSfq7cyZ0U .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uSfq7cyZ0U .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uSfq7cyZ0U .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uSfq7cyZ0U .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uSfq7cyZ0U .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uSfq7cyZ0U .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uSfq7cyZ0U .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uSfq7cyZ0U .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uSfq7cyZ0U .collapsed button.navbar-toggler {
  display: block;
}
.cid-uSfq7cyZ0U .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uSfq7cyZ0U .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uSfq7cyZ0U .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uSfq7cyZ0U .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uSfq7cyZ0U .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uSfq7cyZ0U .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uSfq7cyZ0U .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uSfq7cyZ0U .menu-content-top {
    display: flex;
  }
  .cid-uSfq7cyZ0U .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-uSfq7cyZ0U .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-uSfq7cyZ0U .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-uSfq7cyZ0U .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-uSfq7cyZ0U .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-uSfq7cyZ0U .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-uSfq7cyZ0U .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-uSfq7cyZ0U .navbar-collapse.collapsing,
  .cid-uSfq7cyZ0U .navbar-collapse.show {
    display: block !important;
  }
  .cid-uSfq7cyZ0U .navbar-collapse.collapsing .navbar-nav,
  .cid-uSfq7cyZ0U .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uSfq7cyZ0U .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uSfq7cyZ0U .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uSfq7cyZ0U .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-uSfq7cyZ0U .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #dd2b1c;
  }
  .cid-uSfq7cyZ0U .navbar-collapse.collapsing .navbar-buttons,
  .cid-uSfq7cyZ0U .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uSfq7cyZ0U .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uSfq7cyZ0U .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uSfq7cyZ0U img {
    height: 3.8rem !important;
  }
  .cid-uSfq7cyZ0U .btn {
    display: flex;
  }
  .cid-uSfq7cyZ0U button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-uSfq7cyZ0U .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-uSfq7cyZ0U .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uSfq7cyZ0U .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uSfq7cyZ0U .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uSfq7cyZ0U .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uSfq7cyZ0U .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uSfq7cyZ0U .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uSfq7cyZ0U .nav-link:focus {
  outline: none;
}
.cid-uSfq7cyZ0U .navbar-toggler {
  position: relative;
}
.cid-uSfq7cyZ0U .widget-title,
.cid-uSfq7cyZ0U .widget-icon {
  color: #e9e9e9;
}
.cid-uSfq7cyZ0U .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-uSfq7cyZ0U .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-uSfq7cyZ0U .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-uSfq7cyZ0U .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-uSfq7cyZ0U .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-uSfq7cyZ0U .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-uSfq7cyZ0U .menu-content-top,
  .cid-uSfq7cyZ0U .menu-bottom {
    padding: 0 15px;
  }
  .cid-uSfq7cyZ0U button.navbar-toggler {
    align-self: center;
  }
  .cid-uSfq7cyZ0U .btn {
    margin-left: 0;
  }
  .cid-uSfq7cyZ0U .widget-icon {
    padding-right: 0;
  }
}
.cid-uSfq7cyZ0U .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-uSfq7cyZ0U .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #5a67a1;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-uSfq7cyZ0U .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-uSfq7cyZ0U .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #d2d2df;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-uSfq7cyZ0U .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-uSfq7dHCf8 {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(to bottom, #163300, #dd2b1c);
}
@media (min-width: 768px) {
  .cid-uSfq7dHCf8 {
    align-items: flex-start;
  }
  .cid-uSfq7dHCf8 .row {
    justify-content: flex-start;
  }
}
.cid-uSfq7dHCf8 .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uSfq7dHCf8 .mbr-text,
.cid-uSfq7dHCf8 .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uSfq7dHCf8 .mbr-section-title,
.cid-uSfq7dHCf8 .line {
  color: #232323;
}
.cid-uSfq7dHCf8 h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uSfq7dHCf8 h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uSfq7dHCf8 .mbr-section-subtitle,
.cid-uSfq7dHCf8 .align {
  text-align: left;
  color: #232323;
}
.cid-uSfq7e2SJq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #254b45;
}
.cid-uSfq7e2SJq .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uSfq7e2SJq .modal-body .close {
  background: #1b1b1b;
}
.cid-uSfq7e2SJq .modal-body .close span {
  font-style: normal;
}
@media (min-width: 992px) {
  .cid-uSfq7e2SJq .align-center {
    text-align: left;
    max-width: 850px;
  }
  .cid-uSfq7e2SJq .carousel-caption {
    justify-content: flex-start !important;
    padding-left: 5rem;
  }
}
.cid-uSfq7e2SJq .mbr-slider .carousel-control {
  background: black!important;
  border-radius: 6px;
  height: 100px;
  width: 50px;
}
.cid-uSfq7e2SJq .mbri-right:before {
  content: "\e909";
  color: white;
}
.cid-uSfq7e2SJq .mbri-left:before {
  content: "\e90a";
  color: white;
}
.cid-uSfq7e2SJq .container {
  max-width: 100%;
  padding: 0;
}
.cid-uSfq7e2SJq .content-slider-wrap {
  width: 100%;
}
.cid-uSfq7e2SJq .carousel-inner > .active,
.cid-uSfq7e2SJq .carousel-inner > .next,
.cid-uSfq7e2SJq .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-uSfq7e2SJq .carousel-control .icon-next,
.cid-uSfq7e2SJq .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uSfq7e2SJq .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uSfq7e2SJq .mbr-iconfont {
  color: black;
  font-size: 2rem!important;
  font-family: 'Moririse2' !important;
  font-weight: 600;
}
.cid-uSfq7e2SJq .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-uSfq7e2SJq .boxed-slider > div {
  position: relative;
}
.cid-uSfq7e2SJq .container img {
  width: 100%;
}
.cid-uSfq7e2SJq .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-uSfq7e2SJq .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uSfq7e2SJq .mbr-table-cell {
  padding: 0;
}
.cid-uSfq7e2SJq .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uSfq7e2SJq .carousel-caption {
  top: auto;
  right: 0;
  bottom: 2rem;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uSfq7e2SJq .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uSfq7e2SJq .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-uSfq7e2SJq .carousel-item.active.right,
.cid-uSfq7e2SJq .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uSfq7e2SJq .carousel-item.active.left,
.cid-uSfq7e2SJq .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uSfq7e2SJq .carousel-item.active,
.cid-uSfq7e2SJq .carousel-item.next.left,
.cid-uSfq7e2SJq .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-uSfq7e2SJq .mbr-slider .carousel-control {
  top: 50%;
  margin-top: -1.5rem;
  font-size: 35px;
  transition: all .3s;
  z-index: 11;
}
@media (max-width: 767px) {
  .cid-uSfq7e2SJq .mbr-slider .carousel-control {
    top: 20%;
  }
}
.cid-uSfq7e2SJq .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uSfq7e2SJq .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uSfq7e2SJq .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-uSfq7e2SJq .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uSfq7e2SJq .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 10px;
  width: 10px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-uSfq7e2SJq .mbr-slider .carousel-indicators li.active,
.cid-uSfq7e2SJq .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-uSfq7e2SJq .mbr-slider .carousel-indicators li::after,
.cid-uSfq7e2SJq .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-uSfq7e2SJq .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-uSfq7e2SJq .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-uSfq7e2SJq .mbr-slider > .container img {
  width: 100%;
}
.cid-uSfq7e2SJq .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uSfq7e2SJq .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-uSfq7e2SJq .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uSfq7e2SJq .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uSfq7e2SJq .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-uSfq7e2SJq .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-uSfq7e2SJq .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-uSfq7e2SJq .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-uSfq7e2SJq .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-uSfq7e2SJq .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uSfq7e2SJq .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-uSfq7e2SJq .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-uSfq7e2SJq .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-uSfq7e2SJq .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-uSfq7e2SJq .carousel-inner {
  height: 100%;
}
.cid-uSfq7e2SJq .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-uSfq7e2SJq .image_wrapper {
  height: 950px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-uSfq7e2SJq .image_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uSfq7e2SJq .carousel-item .container-slide {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uSfq7e2SJq .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uSfq7e2SJq .content-slider-wrap {
    width: 100%!important;
  }
  .cid-uSfq7e2SJq .image_wrapper {
    height: 570px;
  }
}
.cid-uSfq7e2SJq P {
  color: #ffffff;
}
.cid-uSfq7e2SJq H2 {
  text-align: left;
}
.cid-uSfq7eKKmG {
  padding-top: 2rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/celik-profiil-imalati-uretimi-prosteel-800x600.png");
}
.cid-uSfq7eKKmG::before {
  content: '';
  position: absolute;
  right: -14%;
  bottom: 0;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(#dd2b1c -10%, transparent 95%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uSfq7eKKmG::before {
    opacity: .4;
  }
}
.cid-uSfq7eKKmG::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -20%;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #a7a4a3 -10%, transparent 95%);
}
@media (max-width: 992px) {
  .cid-uSfq7eKKmG::after {
    opacity: .4;
  }
}
.cid-uSfq7eKKmG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSfq7eKKmG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSfq7eKKmG .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uSfq7eKKmG .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uSfq7eKKmG .container {
    padding: 0 16px;
  }
}
.cid-uSfq7eKKmG .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uSfq7eKKmG .row .card {
  justify-content: flex-end;
}
.cid-uSfq7eKKmG .title-wrapper {
  margin-bottom: 246px;
}
@media (max-width: 1200px) {
  .cid-uSfq7eKKmG .title-wrapper {
    margin-bottom: 148px;
  }
}
@media (max-width: 992px) {
  .cid-uSfq7eKKmG .title-wrapper {
    margin-bottom: 90px;
  }
}
.cid-uSfq7eKKmG .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uSfq7eKKmG .title-wrapper .mbr-section-title span {
  color: #dd2b1c;
}
.cid-uSfq7eKKmG .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSfq7eKKmG .text-wrapper .text_2 {
  margin-top: 32px;
}
.cid-uSfq7eKKmG .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uSfq7eKKmG .text-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uSfq7eKKmG .text-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uSfq7eKKmG .text-wrapper .mbr-section-btn .btn-success-outline,
.cid-uSfq7eKKmG .text-wrapper .mbr-section-btn .btn-info-outline,
.cid-uSfq7eKKmG .text-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uSfq7eKKmG .text-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uSfq7eKKmG .text-wrapper .mbr-section-btn .btn-black-outline,
.cid-uSfq7eKKmG .text-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uSfq7eKKmG .text-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uSfq7eKKmG .text-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uSfq7eKKmG .text-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uSfq7eKKmG .text-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uSfq7eKKmG .text-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uSfq7eKKmG .text-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uSfq7eKKmG .text-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uSfq7eKKmG .text-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uSfq7eKKmG .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uSfq7eKKmG .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uSfq7eKKmG .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uSfq7eKKmG .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uSfq7eKKmG .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uSfq7eKKmG .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uSfq7eKKmG .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uSfq7eKKmG .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uSfq7eKKmG .text-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uSfq7eKKmG .text-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uSfq7eKKmG .text-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uSfq7eKKmG .text-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uSfq7eKKmG .text-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uSfq7eKKmG .text-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uSfq7eKKmG .text-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-uSfq7eKKmG .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uSfq7eKKmG .text-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uSfq7eKKmG .text-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uSfq7eKKmG .text-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uSfq7eKKmG .text-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uSfq7eKKmG .text-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uSfq7eKKmG .text-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uSfq7eKKmG .text-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uSfq7eKKmG .text-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uSfq7eKKmG .text-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uSfq7eKKmG .text-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uSfq7eKKmG .text-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uSfq7eKKmG .text-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uSfq7eKKmG .text-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uSfq7eKKmG .text-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uSfq7eKKmG .text-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uSfq7eKKmG .text-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uSfq7eKKmG .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uSfq7eKKmG .text-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #dd2b1c !important;
}
.cid-uSfq7eKKmG .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uSfq7eKKmG .text-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #ffffff !important;
}
.cid-uSfq7eKKmG .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uSfq7eKKmG .text-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #3a341c !important;
}
.cid-uSfq7eKKmG .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uSfq7eKKmG .text-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #320707 !important;
}
.cid-uSfq7eKKmG .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uSfq7eKKmG .text-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #a0e2e1 !important;
}
.cid-uSfq7eKKmG .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uSfq7eKKmG .text-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #ffea64 !important;
}
.cid-uSfq7eKKmG .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uSfq7eKKmG .text-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uSfq7eKKmG .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uSfq7eKKmG .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uSfq7eKKmG .mbr-section-title {
  color: #000000;
}
.cid-uSfq7eKKmG .mbr-text {
  color: #000000;
}
.cid-uSfq7f7lhB {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #dd2b1c, #232323);
}
@media (min-width: 768px) {
  .cid-uSfq7f7lhB {
    align-items: flex-start;
  }
  .cid-uSfq7f7lhB .row {
    justify-content: flex-start;
  }
}
.cid-uSfq7f7lhB .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uSfq7f7lhB .mbr-text,
.cid-uSfq7f7lhB .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uSfq7f7lhB .mbr-section-title,
.cid-uSfq7f7lhB .line {
  color: #ffffff;
  text-align: center;
}
.cid-uSfq7f7lhB h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uSfq7f7lhB h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uSfq7f7lhB .mbr-section-subtitle,
.cid-uSfq7f7lhB .align {
  text-align: left;
  color: #232323;
}
.cid-uSfDgVbTFs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/yapi-proje-gelistirme-prosteel2047-1000x750.jpg");
}
.cid-uSfDgVbTFs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSfDgVbTFs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSfDgVbTFs .row {
  justify-content: center;
}
.cid-uSfDgVbTFs .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uSfDgVbTFs .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uSfDgVbTFs .container {
    padding: 0 15px;
  }
}
.cid-uSfDgVbTFs .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSfDgVbTFs .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uSfDgVbTFs .content-wrapper {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uSfDgVbTFs .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uSfDgVbTFs .content-wrapper .panel-group .card {
  border: none;
  border-radius: 0;
  padding-left: 15px;
  position: relative;
}
.cid-uSfDgVbTFs .content-wrapper .panel-group .card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, #ffffff 0, #ffffff 50%, transparent 100%);
  opacity: .2;
}
.cid-uSfDgVbTFs .content-wrapper .panel-group .card .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
}
.cid-uSfDgVbTFs .content-wrapper .panel-group .card .card-header .panel-title {
  display: inline-flex;
  align-items: center;
}
.cid-uSfDgVbTFs .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  color: #ffffff;
}
.cid-uSfDgVbTFs .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #ffffff;
}
.cid-uSfDgVbTFs .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uSfDgVbTFs .content-wrapper .panel-group .card .card-header .panel-title .mbr-iconfont {
  width: 22px;
  height: 22px;
  min-width: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #d2d2df;
  margin-right: 15px;
  transition: all 0.3s ease-in-out;
}
.cid-uSfDgVbTFs .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 38px;
}
.cid-uSfDgVbTFs .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  line-height: 1.4;
  margin-bottom: 0;
}
.cid-uSfDgVbTFs .content-wrapper .panel-group .card .panel-collapse .panel-body .mbr-section-btn {
  margin-top: 30px;
}
.cid-uSfDgVbTFs .content-wrapper .panel-group .card .panel-collapse .panel-body .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uSfDgVbTFs .image-wrapper {
  position: relative;
  margin-left: 21px;
  min-height: 320px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uSfDgVbTFs .image-wrapper {
    margin: 0;
  }
}
.cid-uSfDgVbTFs .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid #dd2b1c;
  z-index: 1;
}
.cid-uSfDgVbTFs .image-wrapper::before {
  content: '';
  position: absolute;
  height: 110%;
  width: 125%;
  border-radius: 100%;
  background-color: #284177;
  filter: blur(80px);
  pointer-events: none;
}
.cid-uSfDgVbTFs .image-wrapper .mbr-image-text {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-uSfDgVbTFs .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uSfDgVbTFs .panel-title {
  color: #d2d2df;
}
.cid-uSfDgVbTFs .panel-text {
  color: #d2d2df;
}
.cid-uSfDgVbTFs .mbr-image-text {
  color: #ffffff;
  text-align: center;
}
.cid-uSfDgVbTFs .panel-title-edit,
.cid-uSfDgVbTFs .card-header {
  color: #ffffff;
}
.cid-uSfDgVbTFs .panel-text,
.cid-uSfDgVbTFs .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uSfq7g8MOK {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #232323, #dd2b1c);
}
@media (min-width: 768px) {
  .cid-uSfq7g8MOK {
    align-items: flex-start;
  }
  .cid-uSfq7g8MOK .row {
    justify-content: flex-start;
  }
}
.cid-uSfq7g8MOK .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uSfq7g8MOK .mbr-text,
.cid-uSfq7g8MOK .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uSfq7g8MOK .mbr-section-title,
.cid-uSfq7g8MOK .line {
  color: #ffffff;
  text-align: center;
}
.cid-uSfq7g8MOK h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uSfq7g8MOK h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uSfq7g8MOK .mbr-section-subtitle,
.cid-uSfq7g8MOK .align {
  text-align: left;
  color: #232323;
}
.cid-uSfDhjCQVY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/yapi-proje-gelistirme-prosteel2047-1000x750.jpg");
}
.cid-uSfDhjCQVY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSfDhjCQVY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSfDhjCQVY .row {
  justify-content: center;
}
.cid-uSfDhjCQVY .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uSfDhjCQVY .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uSfDhjCQVY .container {
    padding: 0 15px;
  }
}
.cid-uSfDhjCQVY .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSfDhjCQVY .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uSfDhjCQVY .content-wrapper {
  padding-right: 21px;
  padding-right: 0;
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uSfDhjCQVY .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uSfDhjCQVY .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uSfDhjCQVY .content-wrapper .panel-group .card {
  border: none;
  border-radius: 0;
  padding-left: 15px;
  position: relative;
}
.cid-uSfDhjCQVY .content-wrapper .panel-group .card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, #ffffff 0, #ffffff 50%, transparent 100%);
  opacity: .2;
}
.cid-uSfDhjCQVY .content-wrapper .panel-group .card .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
}
.cid-uSfDhjCQVY .content-wrapper .panel-group .card .card-header .panel-title {
  display: inline-flex;
  align-items: center;
}
.cid-uSfDhjCQVY .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  color: #ffffff;
}
.cid-uSfDhjCQVY .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #ffffff;
}
.cid-uSfDhjCQVY .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uSfDhjCQVY .content-wrapper .panel-group .card .card-header .panel-title .mbr-iconfont {
  width: 22px;
  height: 22px;
  min-width: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #d2d2df;
  margin-right: 15px;
  transition: all 0.3s ease-in-out;
}
.cid-uSfDhjCQVY .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 38px;
}
.cid-uSfDhjCQVY .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  line-height: 1.4;
  margin-bottom: 0;
}
.cid-uSfDhjCQVY .content-wrapper .panel-group .card .panel-collapse .panel-body .mbr-section-btn {
  margin-top: 30px;
}
.cid-uSfDhjCQVY .content-wrapper .panel-group .card .panel-collapse .panel-body .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uSfDhjCQVY .image-wrapper {
  position: relative;
  margin-left: 21px;
  min-height: 320px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-left: 0;
  margin-right: 21px;
}
@media (max-width: 992px) {
  .cid-uSfDhjCQVY .image-wrapper {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-uSfDhjCQVY .image-wrapper {
    margin: 0;
  }
}
.cid-uSfDhjCQVY .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid #dd2b1c;
  z-index: 1;
}
.cid-uSfDhjCQVY .image-wrapper::before {
  content: '';
  position: absolute;
  height: 110%;
  width: 125%;
  border-radius: 100%;
  background-color: #284177;
  filter: blur(80px);
  pointer-events: none;
}
.cid-uSfDhjCQVY .image-wrapper .mbr-image-text {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-uSfDhjCQVY .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uSfDhjCQVY .panel-title {
  color: #d2d2df;
}
.cid-uSfDhjCQVY .panel-text {
  color: #d2d2df;
}
.cid-uSfDhjCQVY .mbr-image-text {
  color: #ffffff;
  text-align: center;
}
.cid-uSfDhjCQVY .panel-title-edit,
.cid-uSfDhjCQVY .card-header {
  color: #ffffff;
}
.cid-uSfDhjCQVY .panel-text,
.cid-uSfDhjCQVY .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uSfq7hhPAO {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/yapi-proje-gelistirme-prosteel2032-1000x749.jpg");
}
.cid-uSfq7hhPAO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSfq7hhPAO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSfq7hhPAO .row {
  margin: 0 -8px;
}
.cid-uSfq7hhPAO .row .card {
  padding: 0 8px;
}
.cid-uSfq7hhPAO .card-wrapper {
  position: relative;
  padding: 75px 64px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uSfq7hhPAO .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uSfq7hhPAO .card-wrapper {
    padding: 24px;
  }
}
.cid-uSfq7hhPAO .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
}
.cid-uSfq7hhPAO .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #dd2b1c;
  opacity: .6;
}
.cid-uSfq7hhPAO .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uSfq7hhPAO .card-wrapper .card-wrap .mbr-label {
  margin-bottom: 24px;
}
.cid-uSfq7hhPAO .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uSfq7hhPAO .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uSfq7hhPAO .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uSfq7hhPAO .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uSfq7hhPAO .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uSfq7hhPAO .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uSfq7hhPAO .mbr-label {
  color: #63635d;
  text-align: center;
}
.cid-uSfq7hhPAO .mbr-text,
.cid-uSfq7hhPAO .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uSfq7hhPAO .mbr-section-title,
.cid-uSfq7hhPAO .mbr-section-btn {
  color: #ffffff;
}
.cid-uSfq7hAqEr {
  padding-top: 2rem;
  padding-bottom: 0rem;
  border-bottom: 2px solid #ffffff;
  background-image: url("../../../assets/images/yapi-proje-gelistirme-prosteel2010-1000x679.jpg");
}
.cid-uSfq7hAqEr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSfq7hAqEr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSfq7hAqEr .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uSfq7hAqEr .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uSfq7hAqEr .content-wrapper {
    padding: 0;
  }
}
.cid-uSfq7hAqEr .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uSfq7hAqEr .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uSfq7hAqEr .mbr-section-title,
.cid-uSfq7hAqEr .title-wrapper {
  color: #ffffff;
}
.cid-uSfq7hAqEr .mbr-section-title,
.cid-uSfq7hAqEr .mbr-section-btn,
.cid-uSfq7hAqEr .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uSfq7hSSBt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSfq7hSSBt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSfq7hSSBt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSfq7hSSBt .container {
  max-width: 1472px;
}
.cid-uSfq7hSSBt .footer-main-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-radius: 2.08rem;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-uSfq7hSSBt .col-brand {
  width: 100%;
  padding: 2.5rem;
}
@media (max-width: 991px) {
  .cid-uSfq7hSSBt .col-brand {
    padding: 24px;
  }
}
.cid-uSfq7hSSBt .navbar-brand {
  display: flex;
  flex-basis: auto;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  white-space: normal;
  flex-shrink: 0;
  align-items: center;
  padding: 0;
  z-index: 1;
  margin-right: auto;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uSfq7hSSBt .navbar-brand:hover {
  transform: scale(1.1);
}
.cid-uSfq7hSSBt .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uSfq7hSSBt .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uSfq7hSSBt .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uSfq7hSSBt .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uSfq7hSSBt .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uSfq7hSSBt .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uSfq7hSSBt .links-container {
  width: 100%;
  padding: 2.5rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 8.8%;
}
@media (max-width: 991px) {
  .cid-uSfq7hSSBt .links-container {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 17.6%;
    row-gap: 6.67rem;
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uSfq7hSSBt .links-container {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1.2rem;
    row-gap: 1.2rem;
  }
}
.cid-uSfq7hSSBt .mbr-section-subtitle {
  color: #13287d;
  margin-bottom: 12px;
}
.cid-uSfq7hSSBt .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #232323;
}
.cid-uSfq7hSSBt .list li {
  width: 100%;
  color: inherit !important;
  margin: 6px 0;
}
.cid-uSfq7hSSBt .list li:hover {
  color: #dd2b1c !important;
}
.cid-uSfq7hSSBt .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uSfq7hSSBt .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uSfq7hSSBt .copyright-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid rgba(255, 255, 255, 0.01);
  padding: 32px 0 24px;
}
@media (max-width: 767px) {
  .cid-uSfq7hSSBt .copyright-container {
    padding: 24px 0 16px;
    flex-wrap: wrap;
  }
}
.cid-uSfq7hSSBt .copyright {
  color: #232323;
  max-width: 45%;
}
@media (max-width: 767px) {
  .cid-uSfq7hSSBt .copyright {
    max-width: 100%;
    width: 100%;
  }
}
.cid-uSfq7hSSBt .social-row {
  width: auto;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  max-width: 45%;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uSfq7hSSBt .social-row {
    max-width: 100%;
    width: 100%;
    justify-content: flex-start;
  }
}
.cid-uSfq7hSSBt .mbr-iconfont {
  font-size: 22px;
  color: #ae5eff;
}
.cid-uSfq7hSSBt .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.01);
  margin-left: 4px;
  margin-bottom: 4px;
  padding: 12px;
  min-height: 70px;
  min-width: 70px;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-uSfq7hSSBt .soc-item {
    margin-left: 0;
    margin-right: 4px;
    margin-bottom: 0;
    margin-top: 4px;
    padding: 10px;
    min-height: 50px;
    min-width: 50px;
  }
}
.cid-uSfq7hSSBt .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uSfq7hSSBt .soc-item a:hover {
  text-decoration-line: none !important;
}
.cid-uSfq7hSSBt .soc-item:hover {
  transform: scale(0.95);
}
.cid-uSfq7hSSBt .soc-item:hover .mbr-iconfont {
  color: #FFDD65 !important;
}
.cid-uPMMT4vD6O .navbar {
  padding: 0.5rem 0;
  background: #9c98cf;
  transition: none;
  min-height: 50px;
}
.cid-uPMMT4vD6O .navbar-fixed-top {
  padding-top: 0;
}
.cid-uPMMT4vD6O .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-uPMMT4vD6O .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #5a67a1;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-uPMMT4vD6O .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-uPMMT4vD6O .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uPMMT4vD6O .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uPMMT4vD6O .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uPMMT4vD6O .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-uPMMT4vD6O .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uPMMT4vD6O .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uPMMT4vD6O .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uPMMT4vD6O .menu-content-top {
  background: #dd2b1c;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uPMMT4vD6O .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-uPMMT4vD6O .dropdown-item:hover {
  color: #d2d2df !important;
}
.cid-uPMMT4vD6O .nav-link,
.cid-uPMMT4vD6O .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-uPMMT4vD6O .nav-link:hover,
.cid-uPMMT4vD6O .brand-name:hover {
  color: #d2d2df !important;
}
.cid-uPMMT4vD6O .dropdown-menu {
  background-color: #5a67a1;
}
.cid-uPMMT4vD6O .dropdown-item:active {
  background-color: #5a67a1;
}
.cid-uPMMT4vD6O .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-uPMMT4vD6O .navbar-dropdown.bg-color.transparent.opened {
  background: #9c98cf;
}
.cid-uPMMT4vD6O .nav-item {
  position: relative;
}
.cid-uPMMT4vD6O .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uPMMT4vD6O .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-uPMMT4vD6O .nav-item .nav-link:focus {
  outline: none;
}
.cid-uPMMT4vD6O .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPMMT4vD6O .content-text {
  margin-bottom: 0;
}
.cid-uPMMT4vD6O .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uPMMT4vD6O .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #dd2b1c;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uPMMT4vD6O .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uPMMT4vD6O .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uPMMT4vD6O .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uPMMT4vD6O .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPMMT4vD6O .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uPMMT4vD6O .content-right-side {
  text-align: center;
}
.cid-uPMMT4vD6O .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uPMMT4vD6O .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uPMMT4vD6O .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uPMMT4vD6O .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-uPMMT4vD6O .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uPMMT4vD6O .info-widget:first-child {
  margin-left: 0;
}
.cid-uPMMT4vD6O .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-uPMMT4vD6O .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uPMMT4vD6O .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uPMMT4vD6O .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uPMMT4vD6O .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-uPMMT4vD6O .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uPMMT4vD6O .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #5a67a1;
}
@media (min-width: 992px) {
  .cid-uPMMT4vD6O .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-uPMMT4vD6O .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #d2d2df;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-uPMMT4vD6O .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-uPMMT4vD6O .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uPMMT4vD6O .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-uPMMT4vD6O .navbar {
    display: block;
    padding: 0;
  }
  .cid-uPMMT4vD6O .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-uPMMT4vD6O .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uPMMT4vD6O .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uPMMT4vD6O .navbar-toggler {
    display: none;
  }
  .cid-uPMMT4vD6O .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-uPMMT4vD6O .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uPMMT4vD6O .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-uPMMT4vD6O .btn-sm {
  padding: 13px 29px;
}
.cid-uPMMT4vD6O .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uPMMT4vD6O .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-uPMMT4vD6O .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-uPMMT4vD6O .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uPMMT4vD6O .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uPMMT4vD6O .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uPMMT4vD6O .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uPMMT4vD6O .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uPMMT4vD6O .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uPMMT4vD6O .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPMMT4vD6O .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPMMT4vD6O .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uPMMT4vD6O .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uPMMT4vD6O .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPMMT4vD6O .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uPMMT4vD6O .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPMMT4vD6O .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uPMMT4vD6O .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-uPMMT4vD6O .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uPMMT4vD6O .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uPMMT4vD6O .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uPMMT4vD6O button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-uPMMT4vD6O button.navbar-toggler:focus {
  outline: none;
}
.cid-uPMMT4vD6O button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uPMMT4vD6O button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPMMT4vD6O button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPMMT4vD6O button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPMMT4vD6O button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPMMT4vD6O nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPMMT4vD6O nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPMMT4vD6O nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPMMT4vD6O nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPMMT4vD6O .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPMMT4vD6O .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPMMT4vD6O .collapsed .btn {
  display: flex;
}
.cid-uPMMT4vD6O .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uPMMT4vD6O .collapsed .navbar-collapse.collapsing,
.cid-uPMMT4vD6O .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uPMMT4vD6O .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uPMMT4vD6O .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uPMMT4vD6O .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uPMMT4vD6O .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uPMMT4vD6O .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uPMMT4vD6O .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uPMMT4vD6O .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uPMMT4vD6O .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uPMMT4vD6O .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uPMMT4vD6O .collapsed button.navbar-toggler {
  display: block;
}
.cid-uPMMT4vD6O .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uPMMT4vD6O .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uPMMT4vD6O .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uPMMT4vD6O .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uPMMT4vD6O .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uPMMT4vD6O .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uPMMT4vD6O .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uPMMT4vD6O .menu-content-top {
    display: flex;
  }
  .cid-uPMMT4vD6O .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-uPMMT4vD6O .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-uPMMT4vD6O .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-uPMMT4vD6O .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-uPMMT4vD6O .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-uPMMT4vD6O .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-uPMMT4vD6O .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-uPMMT4vD6O .navbar-collapse.collapsing,
  .cid-uPMMT4vD6O .navbar-collapse.show {
    display: block !important;
  }
  .cid-uPMMT4vD6O .navbar-collapse.collapsing .navbar-nav,
  .cid-uPMMT4vD6O .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uPMMT4vD6O .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uPMMT4vD6O .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uPMMT4vD6O .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-uPMMT4vD6O .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #dd2b1c;
  }
  .cid-uPMMT4vD6O .navbar-collapse.collapsing .navbar-buttons,
  .cid-uPMMT4vD6O .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uPMMT4vD6O .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uPMMT4vD6O .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uPMMT4vD6O img {
    height: 3.8rem !important;
  }
  .cid-uPMMT4vD6O .btn {
    display: flex;
  }
  .cid-uPMMT4vD6O button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-uPMMT4vD6O .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-uPMMT4vD6O .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uPMMT4vD6O .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uPMMT4vD6O .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uPMMT4vD6O .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uPMMT4vD6O .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uPMMT4vD6O .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uPMMT4vD6O .nav-link:focus {
  outline: none;
}
.cid-uPMMT4vD6O .navbar-toggler {
  position: relative;
}
.cid-uPMMT4vD6O .widget-title,
.cid-uPMMT4vD6O .widget-icon {
  color: #e9e9e9;
}
.cid-uPMMT4vD6O .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-uPMMT4vD6O .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-uPMMT4vD6O .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-uPMMT4vD6O .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-uPMMT4vD6O .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-uPMMT4vD6O .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-uPMMT4vD6O .menu-content-top,
  .cid-uPMMT4vD6O .menu-bottom {
    padding: 0 15px;
  }
  .cid-uPMMT4vD6O button.navbar-toggler {
    align-self: center;
  }
  .cid-uPMMT4vD6O .btn {
    margin-left: 0;
  }
  .cid-uPMMT4vD6O .widget-icon {
    padding-right: 0;
  }
}
.cid-uPMMT4vD6O .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-uPMMT4vD6O .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #5a67a1;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-uPMMT4vD6O .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-uPMMT4vD6O .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #d2d2df;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-uPMMT4vD6O .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-uPMMT4TanB {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(to bottom, #163300, #dd2b1c);
}
@media (min-width: 768px) {
  .cid-uPMMT4TanB {
    align-items: flex-start;
  }
  .cid-uPMMT4TanB .row {
    justify-content: flex-start;
  }
}
.cid-uPMMT4TanB .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uPMMT4TanB .mbr-text,
.cid-uPMMT4TanB .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uPMMT4TanB .mbr-section-title,
.cid-uPMMT4TanB .line {
  color: #232323;
}
.cid-uPMMT4TanB h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uPMMT4TanB h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uPMMT4TanB .mbr-section-subtitle,
.cid-uPMMT4TanB .align {
  text-align: left;
  color: #232323;
}
.cid-uPO43MKhO4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #254b45;
}
.cid-uPO43MKhO4 .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uPO43MKhO4 .modal-body .close {
  background: #1b1b1b;
}
.cid-uPO43MKhO4 .modal-body .close span {
  font-style: normal;
}
@media (min-width: 992px) {
  .cid-uPO43MKhO4 .align-center {
    text-align: left;
    max-width: 850px;
  }
  .cid-uPO43MKhO4 .carousel-caption {
    justify-content: flex-start !important;
    padding-left: 5rem;
  }
}
.cid-uPO43MKhO4 .mbr-slider .carousel-control {
  background: black!important;
  border-radius: 6px;
  height: 100px;
  width: 50px;
}
.cid-uPO43MKhO4 .mbri-right:before {
  content: "\e909";
  color: white;
}
.cid-uPO43MKhO4 .mbri-left:before {
  content: "\e90a";
  color: white;
}
.cid-uPO43MKhO4 .container {
  max-width: 100%;
  padding: 0;
}
.cid-uPO43MKhO4 .content-slider-wrap {
  width: 100%;
}
.cid-uPO43MKhO4 .carousel-inner > .active,
.cid-uPO43MKhO4 .carousel-inner > .next,
.cid-uPO43MKhO4 .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-uPO43MKhO4 .carousel-control .icon-next,
.cid-uPO43MKhO4 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uPO43MKhO4 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uPO43MKhO4 .mbr-iconfont {
  color: black;
  font-size: 2rem!important;
  font-family: 'Moririse2' !important;
  font-weight: 600;
}
.cid-uPO43MKhO4 .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-uPO43MKhO4 .boxed-slider > div {
  position: relative;
}
.cid-uPO43MKhO4 .container img {
  width: 100%;
}
.cid-uPO43MKhO4 .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-uPO43MKhO4 .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uPO43MKhO4 .mbr-table-cell {
  padding: 0;
}
.cid-uPO43MKhO4 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uPO43MKhO4 .carousel-caption {
  top: auto;
  right: 0;
  bottom: 2rem;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uPO43MKhO4 .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uPO43MKhO4 .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-uPO43MKhO4 .carousel-item.active.right,
.cid-uPO43MKhO4 .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uPO43MKhO4 .carousel-item.active.left,
.cid-uPO43MKhO4 .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uPO43MKhO4 .carousel-item.active,
.cid-uPO43MKhO4 .carousel-item.next.left,
.cid-uPO43MKhO4 .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-uPO43MKhO4 .mbr-slider .carousel-control {
  top: 50%;
  margin-top: -1.5rem;
  font-size: 35px;
  transition: all .3s;
  z-index: 11;
}
@media (max-width: 767px) {
  .cid-uPO43MKhO4 .mbr-slider .carousel-control {
    top: 20%;
  }
}
.cid-uPO43MKhO4 .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uPO43MKhO4 .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uPO43MKhO4 .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-uPO43MKhO4 .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uPO43MKhO4 .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 10px;
  width: 10px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-uPO43MKhO4 .mbr-slider .carousel-indicators li.active,
.cid-uPO43MKhO4 .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-uPO43MKhO4 .mbr-slider .carousel-indicators li::after,
.cid-uPO43MKhO4 .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-uPO43MKhO4 .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-uPO43MKhO4 .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-uPO43MKhO4 .mbr-slider > .container img {
  width: 100%;
}
.cid-uPO43MKhO4 .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uPO43MKhO4 .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-uPO43MKhO4 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uPO43MKhO4 .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uPO43MKhO4 .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-uPO43MKhO4 .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-uPO43MKhO4 .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-uPO43MKhO4 .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-uPO43MKhO4 .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-uPO43MKhO4 .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uPO43MKhO4 .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-uPO43MKhO4 .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-uPO43MKhO4 .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-uPO43MKhO4 .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-uPO43MKhO4 .carousel-inner {
  height: 100%;
}
.cid-uPO43MKhO4 .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-uPO43MKhO4 .image_wrapper {
  height: 950px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-uPO43MKhO4 .image_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uPO43MKhO4 .carousel-item .container-slide {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uPO43MKhO4 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uPO43MKhO4 .content-slider-wrap {
    width: 100%!important;
  }
  .cid-uPO43MKhO4 .image_wrapper {
    height: 570px;
  }
}
.cid-uPO43MKhO4 P {
  color: #dd2b1c;
}
.cid-uPMMT5gA6n {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff1e2;
}
.cid-uPMMT5gA6n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPMMT5gA6n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPMMT5gA6n .content-wrapper {
  display: flex;
  position: relative;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-uPMMT5gA6n .content-wrapper {
    padding: 30px 20px;
  }
}
.cid-uPMMT5gA6n .content-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uPMMT5gA6n .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uPMMT5gA6n .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: linear-gradient(0.251turn, #f8e7d2 37%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-uPMMT5gA6n .content-wrapper .content-wrap {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uPMMT5gA6n .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uPMMT5gA6n .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #fff1e2;
  padding: 8px 16px;
  margin-bottom: 32px;
}
.cid-uPMMT5gA6n .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uPMMT5gA6n .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uPMMT5gA6n .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 64px;
}
.cid-uPMMT5gA6n .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPMMT5gA6n .mbr-section-title {
  color: #404349;
}
.cid-uPMMT5gA6n .mbr-text {
  color: #404349;
}
.cid-uPMMT5gA6n .mbr-desc {
  color: #b19a7c;
}
.cid-uPMMT5gA6n .mbr-desc,
.cid-uPMMT5gA6n .desc-wrapper {
  color: #212529;
}
.cid-uPMMT5FYno {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #dd2b1c, #232323);
}
@media (min-width: 768px) {
  .cid-uPMMT5FYno {
    align-items: flex-start;
  }
  .cid-uPMMT5FYno .row {
    justify-content: flex-start;
  }
}
.cid-uPMMT5FYno .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uPMMT5FYno .mbr-text,
.cid-uPMMT5FYno .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uPMMT5FYno .mbr-section-title,
.cid-uPMMT5FYno .line {
  color: #ffffff;
  text-align: center;
}
.cid-uPMMT5FYno h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uPMMT5FYno h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uPMMT5FYno .mbr-section-subtitle,
.cid-uPMMT5FYno .align {
  text-align: left;
  color: #232323;
}
.cid-uPMMT5QKR7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #fafafa;
}
.cid-uPMMT5QKR7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPMMT5QKR7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPMMT5QKR7 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uPMMT5QKR7 .container-fluid {
    padding: 0 16px;
  }
}
.cid-uPMMT5QKR7 .container {
  margin-right: 0;
}
@media (max-width: 992px) {
  .cid-uPMMT5QKR7 .container {
    padding: 0 16px;
  }
}
.cid-uPMMT5QKR7 .slider-wrap {
  padding-right: 0;
}
@media (max-width: 992px) {
  .cid-uPMMT5QKR7 .slider-wrap {
    padding-right: 12px;
  }
}
.cid-uPMMT5QKR7 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 440px;
  max-width: 440px;
}
@media (max-width: 768px) {
  .cid-uPMMT5QKR7 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uPMMT5QKR7 .embla__slide .card-wrap {
  width: 100%;
}
.cid-uPMMT5QKR7 .embla__slide .card-wrap .item-wrapper .image-wrap {
  margin-bottom: 30px;
}
.cid-uPMMT5QKR7 .embla__slide .card-wrap .item-wrapper .image-wrap img {
  height: 230px;
  object-fit: cover;
  border-radius: 16px;
}
.cid-uPMMT5QKR7 .embla__slide .card-wrap .content-wrap .desc-wrap {
  margin-bottom: 20px;
}
.cid-uPMMT5QKR7 .embla__slide .card-wrap .content-wrap .desc-wrap .mbr-desc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  border: 1px solid #000000;
  border-radius: 40px;
  margin-bottom: 0;
}
.cid-uPMMT5QKR7 .embla__slide .card-wrap .content-wrap .card-title {
  margin-bottom: 14px;
}
.cid-uPMMT5QKR7 .embla__slide .card-wrap .content-wrap .card-text {
  margin-bottom: 0;
}
.cid-uPMMT5QKR7 .embla__button--next,
.cid-uPMMT5QKR7 .embla__button--prev {
  display: flex;
}
.cid-uPMMT5QKR7 .embla__button {
  bottom: -4.5rem;
  width: 56px;
  height: 56px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #320707;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uPMMT5QKR7 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uPMMT5QKR7 .embla__button:hover {
  background: transparent;
  color: #ffffff;
}
.cid-uPMMT5QKR7 .embla__button.embla__button--prev {
  left: 0;
}
.cid-uPMMT5QKR7 .embla__button.embla__button--next {
  right: auto;
  left: 20%;
}
@media (max-width: 767px) {
  .cid-uPMMT5QKR7 .embla__button {
    bottom: -4.5rem;
  }
}
.cid-uPMMT5QKR7 .embla {
  position: relative;
  width: 100%;
}
.cid-uPMMT5QKR7 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uPMMT5QKR7 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uPMMT5QKR7 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uPMMT5QKR7 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uPMMT5QKR7 .mbr-desc {
  color: #ffffff;
}
.cid-uPMMT5QKR7 .card-title {
  color: #fb0000;
}
.cid-uPMMT5QKR7 .card-text {
  color: #353535;
}
.cid-uPMMT5QKR7 .mbr-desc,
.cid-uPMMT5QKR7 .desc-wrap {
  color: #000000;
}
.cid-uPMMT6rTas {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #232323, #dd2b1c);
}
@media (min-width: 768px) {
  .cid-uPMMT6rTas {
    align-items: flex-start;
  }
  .cid-uPMMT6rTas .row {
    justify-content: flex-start;
  }
}
.cid-uPMMT6rTas .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uPMMT6rTas .mbr-text,
.cid-uPMMT6rTas .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uPMMT6rTas .mbr-section-title,
.cid-uPMMT6rTas .line {
  color: #ffffff;
  text-align: center;
}
.cid-uPMMT6rTas h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uPMMT6rTas h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uPMMT6rTas .mbr-section-subtitle,
.cid-uPMMT6rTas .align {
  text-align: left;
  color: #232323;
}
.cid-uSfDjSQ9UV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/yapi-proje-gelistirme-prosteel2047-1000x750.jpg");
}
.cid-uSfDjSQ9UV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSfDjSQ9UV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSfDjSQ9UV .row {
  justify-content: center;
}
.cid-uSfDjSQ9UV .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uSfDjSQ9UV .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uSfDjSQ9UV .container {
    padding: 0 15px;
  }
}
.cid-uSfDjSQ9UV .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSfDjSQ9UV .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uSfDjSQ9UV .content-wrapper {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uSfDjSQ9UV .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uSfDjSQ9UV .content-wrapper .panel-group .card {
  border: none;
  border-radius: 0;
  padding-left: 15px;
  position: relative;
}
.cid-uSfDjSQ9UV .content-wrapper .panel-group .card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, #ffffff 0, #ffffff 50%, transparent 100%);
  opacity: .2;
}
.cid-uSfDjSQ9UV .content-wrapper .panel-group .card .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
}
.cid-uSfDjSQ9UV .content-wrapper .panel-group .card .card-header .panel-title {
  display: inline-flex;
  align-items: center;
}
.cid-uSfDjSQ9UV .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  color: #ffffff;
}
.cid-uSfDjSQ9UV .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #ffffff;
}
.cid-uSfDjSQ9UV .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uSfDjSQ9UV .content-wrapper .panel-group .card .card-header .panel-title .mbr-iconfont {
  width: 22px;
  height: 22px;
  min-width: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #d2d2df;
  margin-right: 15px;
  transition: all 0.3s ease-in-out;
}
.cid-uSfDjSQ9UV .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 38px;
}
.cid-uSfDjSQ9UV .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  line-height: 1.4;
  margin-bottom: 0;
}
.cid-uSfDjSQ9UV .content-wrapper .panel-group .card .panel-collapse .panel-body .mbr-section-btn {
  margin-top: 30px;
}
.cid-uSfDjSQ9UV .content-wrapper .panel-group .card .panel-collapse .panel-body .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uSfDjSQ9UV .image-wrapper {
  position: relative;
  margin-left: 21px;
  min-height: 320px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uSfDjSQ9UV .image-wrapper {
    margin: 0;
  }
}
.cid-uSfDjSQ9UV .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid #dd2b1c;
  z-index: 1;
}
.cid-uSfDjSQ9UV .image-wrapper::before {
  content: '';
  position: absolute;
  height: 110%;
  width: 125%;
  border-radius: 100%;
  background-color: #284177;
  filter: blur(80px);
  pointer-events: none;
}
.cid-uSfDjSQ9UV .image-wrapper .mbr-image-text {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-uSfDjSQ9UV .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uSfDjSQ9UV .panel-title {
  color: #d2d2df;
}
.cid-uSfDjSQ9UV .panel-text {
  color: #d2d2df;
}
.cid-uSfDjSQ9UV .mbr-image-text {
  color: #ffffff;
  text-align: center;
}
.cid-uSfDjSQ9UV .panel-title-edit,
.cid-uSfDjSQ9UV .card-header {
  color: #ffffff;
}
.cid-uSfDjSQ9UV .panel-text,
.cid-uSfDjSQ9UV .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uSfDkfxwBQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/yapi-proje-gelistirme-prosteel2047-1000x750.jpg");
}
.cid-uSfDkfxwBQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSfDkfxwBQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSfDkfxwBQ .row {
  justify-content: center;
}
.cid-uSfDkfxwBQ .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uSfDkfxwBQ .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uSfDkfxwBQ .container {
    padding: 0 15px;
  }
}
.cid-uSfDkfxwBQ .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSfDkfxwBQ .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uSfDkfxwBQ .content-wrapper {
  padding-right: 21px;
  padding-right: 0;
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uSfDkfxwBQ .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uSfDkfxwBQ .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uSfDkfxwBQ .content-wrapper .panel-group .card {
  border: none;
  border-radius: 0;
  padding-left: 15px;
  position: relative;
}
.cid-uSfDkfxwBQ .content-wrapper .panel-group .card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, #ffffff 0, #ffffff 50%, transparent 100%);
  opacity: .2;
}
.cid-uSfDkfxwBQ .content-wrapper .panel-group .card .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
}
.cid-uSfDkfxwBQ .content-wrapper .panel-group .card .card-header .panel-title {
  display: inline-flex;
  align-items: center;
}
.cid-uSfDkfxwBQ .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  color: #ffffff;
}
.cid-uSfDkfxwBQ .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #ffffff;
}
.cid-uSfDkfxwBQ .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uSfDkfxwBQ .content-wrapper .panel-group .card .card-header .panel-title .mbr-iconfont {
  width: 22px;
  height: 22px;
  min-width: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #d2d2df;
  margin-right: 15px;
  transition: all 0.3s ease-in-out;
}
.cid-uSfDkfxwBQ .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 38px;
}
.cid-uSfDkfxwBQ .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  line-height: 1.4;
  margin-bottom: 0;
}
.cid-uSfDkfxwBQ .content-wrapper .panel-group .card .panel-collapse .panel-body .mbr-section-btn {
  margin-top: 30px;
}
.cid-uSfDkfxwBQ .content-wrapper .panel-group .card .panel-collapse .panel-body .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uSfDkfxwBQ .image-wrapper {
  position: relative;
  margin-left: 21px;
  min-height: 320px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-left: 0;
  margin-right: 21px;
}
@media (max-width: 992px) {
  .cid-uSfDkfxwBQ .image-wrapper {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-uSfDkfxwBQ .image-wrapper {
    margin: 0;
  }
}
.cid-uSfDkfxwBQ .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid #dd2b1c;
  z-index: 1;
}
.cid-uSfDkfxwBQ .image-wrapper::before {
  content: '';
  position: absolute;
  height: 110%;
  width: 125%;
  border-radius: 100%;
  background-color: #284177;
  filter: blur(80px);
  pointer-events: none;
}
.cid-uSfDkfxwBQ .image-wrapper .mbr-image-text {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-uSfDkfxwBQ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uSfDkfxwBQ .panel-title {
  color: #d2d2df;
}
.cid-uSfDkfxwBQ .panel-text {
  color: #d2d2df;
}
.cid-uSfDkfxwBQ .mbr-image-text {
  color: #ffffff;
  text-align: center;
}
.cid-uSfDkfxwBQ .panel-title-edit,
.cid-uSfDkfxwBQ .card-header {
  color: #ffffff;
}
.cid-uSfDkfxwBQ .panel-text,
.cid-uSfDkfxwBQ .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uPMMT7gOS7 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/yapi-proje-gelistirme-prosteel2032-1000x749.jpg");
}
.cid-uPMMT7gOS7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPMMT7gOS7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPMMT7gOS7 .row {
  margin: 0 -8px;
}
.cid-uPMMT7gOS7 .row .card {
  padding: 0 8px;
}
.cid-uPMMT7gOS7 .card-wrapper {
  position: relative;
  padding: 75px 64px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uPMMT7gOS7 .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uPMMT7gOS7 .card-wrapper {
    padding: 24px;
  }
}
.cid-uPMMT7gOS7 .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
}
.cid-uPMMT7gOS7 .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #dd2b1c;
  opacity: .6;
}
.cid-uPMMT7gOS7 .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uPMMT7gOS7 .card-wrapper .card-wrap .mbr-label {
  margin-bottom: 24px;
}
.cid-uPMMT7gOS7 .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uPMMT7gOS7 .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uPMMT7gOS7 .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uPMMT7gOS7 .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uPMMT7gOS7 .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPMMT7gOS7 .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uPMMT7gOS7 .mbr-label {
  color: #63635d;
  text-align: center;
}
.cid-uPMMT7gOS7 .mbr-text,
.cid-uPMMT7gOS7 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uPMMT7gOS7 .mbr-section-title,
.cid-uPMMT7gOS7 .mbr-section-btn {
  color: #ffffff;
}
.cid-uPMMT7x8cx {
  padding-top: 2rem;
  padding-bottom: 0rem;
  border-bottom: 2px solid #ffffff;
  background-image: url("../../../assets/images/yapi-proje-gelistirme-prosteel2010-1000x679.jpg");
}
.cid-uPMMT7x8cx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPMMT7x8cx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPMMT7x8cx .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uPMMT7x8cx .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uPMMT7x8cx .content-wrapper {
    padding: 0;
  }
}
.cid-uPMMT7x8cx .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uPMMT7x8cx .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uPMMT7x8cx .mbr-section-title,
.cid-uPMMT7x8cx .title-wrapper {
  color: #ffffff;
}
.cid-uPMMT7x8cx .mbr-section-title,
.cid-uPMMT7x8cx .mbr-section-btn,
.cid-uPMMT7x8cx .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uPMMT7KxBf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPMMT7KxBf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPMMT7KxBf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPMMT7KxBf .container {
  max-width: 1472px;
}
.cid-uPMMT7KxBf .footer-main-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-radius: 2.08rem;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-uPMMT7KxBf .col-brand {
  width: 100%;
  padding: 2.5rem;
}
@media (max-width: 991px) {
  .cid-uPMMT7KxBf .col-brand {
    padding: 24px;
  }
}
.cid-uPMMT7KxBf .navbar-brand {
  display: flex;
  flex-basis: auto;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  white-space: normal;
  flex-shrink: 0;
  align-items: center;
  padding: 0;
  z-index: 1;
  margin-right: auto;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uPMMT7KxBf .navbar-brand:hover {
  transform: scale(1.1);
}
.cid-uPMMT7KxBf .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uPMMT7KxBf .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uPMMT7KxBf .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uPMMT7KxBf .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uPMMT7KxBf .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uPMMT7KxBf .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uPMMT7KxBf .links-container {
  width: 100%;
  padding: 2.5rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 8.8%;
}
@media (max-width: 991px) {
  .cid-uPMMT7KxBf .links-container {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 17.6%;
    row-gap: 6.67rem;
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uPMMT7KxBf .links-container {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1.2rem;
    row-gap: 1.2rem;
  }
}
.cid-uPMMT7KxBf .mbr-section-subtitle {
  color: #13287d;
  margin-bottom: 12px;
}
.cid-uPMMT7KxBf .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #232323;
}
.cid-uPMMT7KxBf .list li {
  width: 100%;
  color: inherit !important;
  margin: 6px 0;
}
.cid-uPMMT7KxBf .list li:hover {
  color: #dd2b1c !important;
}
.cid-uPMMT7KxBf .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uPMMT7KxBf .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uPMMT7KxBf .copyright-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid rgba(255, 255, 255, 0.01);
  padding: 32px 0 24px;
}
@media (max-width: 767px) {
  .cid-uPMMT7KxBf .copyright-container {
    padding: 24px 0 16px;
    flex-wrap: wrap;
  }
}
.cid-uPMMT7KxBf .copyright {
  color: #232323;
  max-width: 45%;
}
@media (max-width: 767px) {
  .cid-uPMMT7KxBf .copyright {
    max-width: 100%;
    width: 100%;
  }
}
.cid-uPMMT7KxBf .social-row {
  width: auto;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  max-width: 45%;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uPMMT7KxBf .social-row {
    max-width: 100%;
    width: 100%;
    justify-content: flex-start;
  }
}
.cid-uPMMT7KxBf .mbr-iconfont {
  font-size: 22px;
  color: #ae5eff;
}
.cid-uPMMT7KxBf .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.01);
  margin-left: 4px;
  margin-bottom: 4px;
  padding: 12px;
  min-height: 70px;
  min-width: 70px;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-uPMMT7KxBf .soc-item {
    margin-left: 0;
    margin-right: 4px;
    margin-bottom: 0;
    margin-top: 4px;
    padding: 10px;
    min-height: 50px;
    min-width: 50px;
  }
}
.cid-uPMMT7KxBf .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPMMT7KxBf .soc-item a:hover {
  text-decoration-line: none !important;
}
.cid-uPMMT7KxBf .soc-item:hover {
  transform: scale(0.95);
}
.cid-uPMMT7KxBf .soc-item:hover .mbr-iconfont {
  color: #FFDD65 !important;
}
.cid-uSfqiIDpF9 .navbar {
  padding: 0.5rem 0;
  background: #9c98cf;
  transition: none;
  min-height: 50px;
}
.cid-uSfqiIDpF9 .navbar-fixed-top {
  padding-top: 0;
}
.cid-uSfqiIDpF9 .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-uSfqiIDpF9 .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #5a67a1;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-uSfqiIDpF9 .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-uSfqiIDpF9 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uSfqiIDpF9 .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uSfqiIDpF9 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uSfqiIDpF9 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-uSfqiIDpF9 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uSfqiIDpF9 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uSfqiIDpF9 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uSfqiIDpF9 .menu-content-top {
  background: #dd2b1c;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uSfqiIDpF9 .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-uSfqiIDpF9 .dropdown-item:hover {
  color: #d2d2df !important;
}
.cid-uSfqiIDpF9 .nav-link,
.cid-uSfqiIDpF9 .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-uSfqiIDpF9 .nav-link:hover,
.cid-uSfqiIDpF9 .brand-name:hover {
  color: #d2d2df !important;
}
.cid-uSfqiIDpF9 .dropdown-menu {
  background-color: #5a67a1;
}
.cid-uSfqiIDpF9 .dropdown-item:active {
  background-color: #5a67a1;
}
.cid-uSfqiIDpF9 .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-uSfqiIDpF9 .navbar-dropdown.bg-color.transparent.opened {
  background: #9c98cf;
}
.cid-uSfqiIDpF9 .nav-item {
  position: relative;
}
.cid-uSfqiIDpF9 .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uSfqiIDpF9 .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-uSfqiIDpF9 .nav-item .nav-link:focus {
  outline: none;
}
.cid-uSfqiIDpF9 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSfqiIDpF9 .content-text {
  margin-bottom: 0;
}
.cid-uSfqiIDpF9 .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uSfqiIDpF9 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #dd2b1c;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uSfqiIDpF9 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uSfqiIDpF9 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uSfqiIDpF9 .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uSfqiIDpF9 .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uSfqiIDpF9 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uSfqiIDpF9 .content-right-side {
  text-align: center;
}
.cid-uSfqiIDpF9 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uSfqiIDpF9 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uSfqiIDpF9 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uSfqiIDpF9 .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-uSfqiIDpF9 .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uSfqiIDpF9 .info-widget:first-child {
  margin-left: 0;
}
.cid-uSfqiIDpF9 .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-uSfqiIDpF9 .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uSfqiIDpF9 .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uSfqiIDpF9 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uSfqiIDpF9 .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-uSfqiIDpF9 .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uSfqiIDpF9 .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #5a67a1;
}
@media (min-width: 992px) {
  .cid-uSfqiIDpF9 .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-uSfqiIDpF9 .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #d2d2df;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-uSfqiIDpF9 .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-uSfqiIDpF9 .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uSfqiIDpF9 .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-uSfqiIDpF9 .navbar {
    display: block;
    padding: 0;
  }
  .cid-uSfqiIDpF9 .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-uSfqiIDpF9 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uSfqiIDpF9 .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uSfqiIDpF9 .navbar-toggler {
    display: none;
  }
  .cid-uSfqiIDpF9 .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-uSfqiIDpF9 .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uSfqiIDpF9 .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-uSfqiIDpF9 .btn-sm {
  padding: 13px 29px;
}
.cid-uSfqiIDpF9 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uSfqiIDpF9 .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-uSfqiIDpF9 .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-uSfqiIDpF9 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uSfqiIDpF9 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uSfqiIDpF9 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uSfqiIDpF9 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uSfqiIDpF9 .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uSfqiIDpF9 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uSfqiIDpF9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uSfqiIDpF9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSfqiIDpF9 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uSfqiIDpF9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uSfqiIDpF9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSfqiIDpF9 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uSfqiIDpF9 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSfqiIDpF9 .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uSfqiIDpF9 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-uSfqiIDpF9 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uSfqiIDpF9 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uSfqiIDpF9 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uSfqiIDpF9 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-uSfqiIDpF9 button.navbar-toggler:focus {
  outline: none;
}
.cid-uSfqiIDpF9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uSfqiIDpF9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uSfqiIDpF9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSfqiIDpF9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSfqiIDpF9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uSfqiIDpF9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSfqiIDpF9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSfqiIDpF9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSfqiIDpF9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSfqiIDpF9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSfqiIDpF9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSfqiIDpF9 .collapsed .btn {
  display: flex;
}
.cid-uSfqiIDpF9 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uSfqiIDpF9 .collapsed .navbar-collapse.collapsing,
.cid-uSfqiIDpF9 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uSfqiIDpF9 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uSfqiIDpF9 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uSfqiIDpF9 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uSfqiIDpF9 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uSfqiIDpF9 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uSfqiIDpF9 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uSfqiIDpF9 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uSfqiIDpF9 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uSfqiIDpF9 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uSfqiIDpF9 .collapsed button.navbar-toggler {
  display: block;
}
.cid-uSfqiIDpF9 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uSfqiIDpF9 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uSfqiIDpF9 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uSfqiIDpF9 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uSfqiIDpF9 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uSfqiIDpF9 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uSfqiIDpF9 .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uSfqiIDpF9 .menu-content-top {
    display: flex;
  }
  .cid-uSfqiIDpF9 .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-uSfqiIDpF9 .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-uSfqiIDpF9 .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-uSfqiIDpF9 .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-uSfqiIDpF9 .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-uSfqiIDpF9 .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-uSfqiIDpF9 .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-uSfqiIDpF9 .navbar-collapse.collapsing,
  .cid-uSfqiIDpF9 .navbar-collapse.show {
    display: block !important;
  }
  .cid-uSfqiIDpF9 .navbar-collapse.collapsing .navbar-nav,
  .cid-uSfqiIDpF9 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uSfqiIDpF9 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uSfqiIDpF9 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uSfqiIDpF9 .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-uSfqiIDpF9 .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #dd2b1c;
  }
  .cid-uSfqiIDpF9 .navbar-collapse.collapsing .navbar-buttons,
  .cid-uSfqiIDpF9 .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uSfqiIDpF9 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uSfqiIDpF9 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uSfqiIDpF9 img {
    height: 3.8rem !important;
  }
  .cid-uSfqiIDpF9 .btn {
    display: flex;
  }
  .cid-uSfqiIDpF9 button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-uSfqiIDpF9 .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-uSfqiIDpF9 .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uSfqiIDpF9 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uSfqiIDpF9 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uSfqiIDpF9 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uSfqiIDpF9 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uSfqiIDpF9 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uSfqiIDpF9 .nav-link:focus {
  outline: none;
}
.cid-uSfqiIDpF9 .navbar-toggler {
  position: relative;
}
.cid-uSfqiIDpF9 .widget-title,
.cid-uSfqiIDpF9 .widget-icon {
  color: #e9e9e9;
}
.cid-uSfqiIDpF9 .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-uSfqiIDpF9 .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-uSfqiIDpF9 .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-uSfqiIDpF9 .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-uSfqiIDpF9 .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-uSfqiIDpF9 .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-uSfqiIDpF9 .menu-content-top,
  .cid-uSfqiIDpF9 .menu-bottom {
    padding: 0 15px;
  }
  .cid-uSfqiIDpF9 button.navbar-toggler {
    align-self: center;
  }
  .cid-uSfqiIDpF9 .btn {
    margin-left: 0;
  }
  .cid-uSfqiIDpF9 .widget-icon {
    padding-right: 0;
  }
}
.cid-uSfqiIDpF9 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-uSfqiIDpF9 .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #5a67a1;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-uSfqiIDpF9 .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-uSfqiIDpF9 .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #d2d2df;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-uSfqiIDpF9 .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-uSfqiJ1hPM {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(to bottom, #163300, #dd2b1c);
}
@media (min-width: 768px) {
  .cid-uSfqiJ1hPM {
    align-items: flex-start;
  }
  .cid-uSfqiJ1hPM .row {
    justify-content: flex-start;
  }
}
.cid-uSfqiJ1hPM .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uSfqiJ1hPM .mbr-text,
.cid-uSfqiJ1hPM .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uSfqiJ1hPM .mbr-section-title,
.cid-uSfqiJ1hPM .line {
  color: #232323;
}
.cid-uSfqiJ1hPM h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uSfqiJ1hPM h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uSfqiJ1hPM .mbr-section-subtitle,
.cid-uSfqiJ1hPM .align {
  text-align: left;
  color: #232323;
}
.cid-uSfqiJburW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #254b45;
}
.cid-uSfqiJburW .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uSfqiJburW .modal-body .close {
  background: #1b1b1b;
}
.cid-uSfqiJburW .modal-body .close span {
  font-style: normal;
}
@media (min-width: 992px) {
  .cid-uSfqiJburW .align-center {
    text-align: left;
    max-width: 850px;
  }
  .cid-uSfqiJburW .carousel-caption {
    justify-content: flex-start !important;
    padding-left: 5rem;
  }
}
.cid-uSfqiJburW .mbr-slider .carousel-control {
  background: black!important;
  border-radius: 6px;
  height: 100px;
  width: 50px;
}
.cid-uSfqiJburW .mbri-right:before {
  content: "\e909";
  color: white;
}
.cid-uSfqiJburW .mbri-left:before {
  content: "\e90a";
  color: white;
}
.cid-uSfqiJburW .container {
  max-width: 100%;
  padding: 0;
}
.cid-uSfqiJburW .content-slider-wrap {
  width: 100%;
}
.cid-uSfqiJburW .carousel-inner > .active,
.cid-uSfqiJburW .carousel-inner > .next,
.cid-uSfqiJburW .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-uSfqiJburW .carousel-control .icon-next,
.cid-uSfqiJburW .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uSfqiJburW .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uSfqiJburW .mbr-iconfont {
  color: black;
  font-size: 2rem!important;
  font-family: 'Moririse2' !important;
  font-weight: 600;
}
.cid-uSfqiJburW .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-uSfqiJburW .boxed-slider > div {
  position: relative;
}
.cid-uSfqiJburW .container img {
  width: 100%;
}
.cid-uSfqiJburW .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-uSfqiJburW .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uSfqiJburW .mbr-table-cell {
  padding: 0;
}
.cid-uSfqiJburW .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uSfqiJburW .carousel-caption {
  top: auto;
  right: 0;
  bottom: 2rem;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uSfqiJburW .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uSfqiJburW .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-uSfqiJburW .carousel-item.active.right,
.cid-uSfqiJburW .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uSfqiJburW .carousel-item.active.left,
.cid-uSfqiJburW .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uSfqiJburW .carousel-item.active,
.cid-uSfqiJburW .carousel-item.next.left,
.cid-uSfqiJburW .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-uSfqiJburW .mbr-slider .carousel-control {
  top: 50%;
  margin-top: -1.5rem;
  font-size: 35px;
  transition: all .3s;
  z-index: 11;
}
@media (max-width: 767px) {
  .cid-uSfqiJburW .mbr-slider .carousel-control {
    top: 20%;
  }
}
.cid-uSfqiJburW .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uSfqiJburW .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uSfqiJburW .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-uSfqiJburW .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uSfqiJburW .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 10px;
  width: 10px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-uSfqiJburW .mbr-slider .carousel-indicators li.active,
.cid-uSfqiJburW .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-uSfqiJburW .mbr-slider .carousel-indicators li::after,
.cid-uSfqiJburW .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-uSfqiJburW .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-uSfqiJburW .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-uSfqiJburW .mbr-slider > .container img {
  width: 100%;
}
.cid-uSfqiJburW .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uSfqiJburW .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-uSfqiJburW .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uSfqiJburW .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uSfqiJburW .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-uSfqiJburW .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-uSfqiJburW .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-uSfqiJburW .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-uSfqiJburW .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-uSfqiJburW .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uSfqiJburW .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-uSfqiJburW .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-uSfqiJburW .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-uSfqiJburW .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-uSfqiJburW .carousel-inner {
  height: 100%;
}
.cid-uSfqiJburW .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-uSfqiJburW .image_wrapper {
  height: 950px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-uSfqiJburW .image_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uSfqiJburW .carousel-item .container-slide {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uSfqiJburW .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uSfqiJburW .content-slider-wrap {
    width: 100%!important;
  }
  .cid-uSfqiJburW .image_wrapper {
    height: 570px;
  }
}
.cid-uSfqiJburW P {
  color: #ffffff;
}
.cid-uSfqiJzqQQ {
  padding-top: 2rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/celik-profiil-boru-imalati-uretimi-prosteel-1-800x600.png");
}
.cid-uSfqiJzqQQ::before {
  content: '';
  position: absolute;
  right: -14%;
  bottom: 0;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(#dd2b1c -10%, transparent 95%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uSfqiJzqQQ::before {
    opacity: .4;
  }
}
.cid-uSfqiJzqQQ::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -20%;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #a7a4a3 -10%, transparent 95%);
}
@media (max-width: 992px) {
  .cid-uSfqiJzqQQ::after {
    opacity: .4;
  }
}
.cid-uSfqiJzqQQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSfqiJzqQQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSfqiJzqQQ .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uSfqiJzqQQ .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uSfqiJzqQQ .container {
    padding: 0 16px;
  }
}
.cid-uSfqiJzqQQ .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uSfqiJzqQQ .row .card {
  justify-content: flex-end;
}
.cid-uSfqiJzqQQ .title-wrapper {
  margin-bottom: 246px;
}
@media (max-width: 1200px) {
  .cid-uSfqiJzqQQ .title-wrapper {
    margin-bottom: 148px;
  }
}
@media (max-width: 992px) {
  .cid-uSfqiJzqQQ .title-wrapper {
    margin-bottom: 90px;
  }
}
.cid-uSfqiJzqQQ .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uSfqiJzqQQ .title-wrapper .mbr-section-title span {
  color: #dd2b1c;
}
.cid-uSfqiJzqQQ .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSfqiJzqQQ .text-wrapper .text_2 {
  margin-top: 32px;
}
.cid-uSfqiJzqQQ .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uSfqiJzqQQ .text-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uSfqiJzqQQ .text-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uSfqiJzqQQ .text-wrapper .mbr-section-btn .btn-success-outline,
.cid-uSfqiJzqQQ .text-wrapper .mbr-section-btn .btn-info-outline,
.cid-uSfqiJzqQQ .text-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uSfqiJzqQQ .text-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uSfqiJzqQQ .text-wrapper .mbr-section-btn .btn-black-outline,
.cid-uSfqiJzqQQ .text-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uSfqiJzqQQ .text-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uSfqiJzqQQ .text-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uSfqiJzqQQ .text-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uSfqiJzqQQ .text-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uSfqiJzqQQ .text-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uSfqiJzqQQ .text-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uSfqiJzqQQ .text-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uSfqiJzqQQ .text-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uSfqiJzqQQ .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uSfqiJzqQQ .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uSfqiJzqQQ .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uSfqiJzqQQ .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uSfqiJzqQQ .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uSfqiJzqQQ .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uSfqiJzqQQ .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uSfqiJzqQQ .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uSfqiJzqQQ .text-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uSfqiJzqQQ .text-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uSfqiJzqQQ .text-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uSfqiJzqQQ .text-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uSfqiJzqQQ .text-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uSfqiJzqQQ .text-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uSfqiJzqQQ .text-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-uSfqiJzqQQ .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uSfqiJzqQQ .text-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uSfqiJzqQQ .text-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uSfqiJzqQQ .text-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uSfqiJzqQQ .text-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uSfqiJzqQQ .text-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uSfqiJzqQQ .text-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uSfqiJzqQQ .text-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uSfqiJzqQQ .text-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uSfqiJzqQQ .text-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uSfqiJzqQQ .text-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uSfqiJzqQQ .text-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uSfqiJzqQQ .text-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uSfqiJzqQQ .text-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uSfqiJzqQQ .text-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uSfqiJzqQQ .text-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uSfqiJzqQQ .text-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uSfqiJzqQQ .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uSfqiJzqQQ .text-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #dd2b1c !important;
}
.cid-uSfqiJzqQQ .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uSfqiJzqQQ .text-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #ffffff !important;
}
.cid-uSfqiJzqQQ .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uSfqiJzqQQ .text-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #3a341c !important;
}
.cid-uSfqiJzqQQ .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uSfqiJzqQQ .text-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #320707 !important;
}
.cid-uSfqiJzqQQ .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uSfqiJzqQQ .text-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #a0e2e1 !important;
}
.cid-uSfqiJzqQQ .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uSfqiJzqQQ .text-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #ffea64 !important;
}
.cid-uSfqiJzqQQ .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uSfqiJzqQQ .text-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uSfqiJzqQQ .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uSfqiJzqQQ .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uSfqiJzqQQ .mbr-section-title {
  color: #000000;
}
.cid-uSfqiJzqQQ .mbr-text {
  color: #000000;
}
.cid-uSfqiJMBgj {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #dd2b1c, #232323);
}
@media (min-width: 768px) {
  .cid-uSfqiJMBgj {
    align-items: flex-start;
  }
  .cid-uSfqiJMBgj .row {
    justify-content: flex-start;
  }
}
.cid-uSfqiJMBgj .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uSfqiJMBgj .mbr-text,
.cid-uSfqiJMBgj .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uSfqiJMBgj .mbr-section-title,
.cid-uSfqiJMBgj .line {
  color: #ffffff;
  text-align: center;
}
.cid-uSfqiJMBgj h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uSfqiJMBgj h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uSfqiJMBgj .mbr-section-subtitle,
.cid-uSfqiJMBgj .align {
  text-align: left;
  color: #232323;
}
.cid-uSfqiKJFJj {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #232323, #dd2b1c);
}
@media (min-width: 768px) {
  .cid-uSfqiKJFJj {
    align-items: flex-start;
  }
  .cid-uSfqiKJFJj .row {
    justify-content: flex-start;
  }
}
.cid-uSfqiKJFJj .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uSfqiKJFJj .mbr-text,
.cid-uSfqiKJFJj .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uSfqiKJFJj .mbr-section-title,
.cid-uSfqiKJFJj .line {
  color: #ffffff;
  text-align: center;
}
.cid-uSfqiKJFJj h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uSfqiKJFJj h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uSfqiKJFJj .mbr-section-subtitle,
.cid-uSfqiKJFJj .align {
  text-align: left;
  color: #232323;
}
.cid-uSfDlYXxcO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/yapi-proje-gelistirme-prosteel2047-1000x750.jpg");
}
.cid-uSfDlYXxcO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSfDlYXxcO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSfDlYXxcO .row {
  justify-content: center;
}
.cid-uSfDlYXxcO .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uSfDlYXxcO .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uSfDlYXxcO .container {
    padding: 0 15px;
  }
}
.cid-uSfDlYXxcO .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSfDlYXxcO .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uSfDlYXxcO .content-wrapper {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uSfDlYXxcO .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uSfDlYXxcO .content-wrapper .panel-group .card {
  border: none;
  border-radius: 0;
  padding-left: 15px;
  position: relative;
}
.cid-uSfDlYXxcO .content-wrapper .panel-group .card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, #ffffff 0, #ffffff 50%, transparent 100%);
  opacity: .2;
}
.cid-uSfDlYXxcO .content-wrapper .panel-group .card .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
}
.cid-uSfDlYXxcO .content-wrapper .panel-group .card .card-header .panel-title {
  display: inline-flex;
  align-items: center;
}
.cid-uSfDlYXxcO .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  color: #ffffff;
}
.cid-uSfDlYXxcO .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #ffffff;
}
.cid-uSfDlYXxcO .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uSfDlYXxcO .content-wrapper .panel-group .card .card-header .panel-title .mbr-iconfont {
  width: 22px;
  height: 22px;
  min-width: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #d2d2df;
  margin-right: 15px;
  transition: all 0.3s ease-in-out;
}
.cid-uSfDlYXxcO .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 38px;
}
.cid-uSfDlYXxcO .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  line-height: 1.4;
  margin-bottom: 0;
}
.cid-uSfDlYXxcO .content-wrapper .panel-group .card .panel-collapse .panel-body .mbr-section-btn {
  margin-top: 30px;
}
.cid-uSfDlYXxcO .content-wrapper .panel-group .card .panel-collapse .panel-body .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uSfDlYXxcO .image-wrapper {
  position: relative;
  margin-left: 21px;
  min-height: 320px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uSfDlYXxcO .image-wrapper {
    margin: 0;
  }
}
.cid-uSfDlYXxcO .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid #dd2b1c;
  z-index: 1;
}
.cid-uSfDlYXxcO .image-wrapper::before {
  content: '';
  position: absolute;
  height: 110%;
  width: 125%;
  border-radius: 100%;
  background-color: #284177;
  filter: blur(80px);
  pointer-events: none;
}
.cid-uSfDlYXxcO .image-wrapper .mbr-image-text {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-uSfDlYXxcO .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uSfDlYXxcO .panel-title {
  color: #d2d2df;
}
.cid-uSfDlYXxcO .panel-text {
  color: #d2d2df;
}
.cid-uSfDlYXxcO .mbr-image-text {
  color: #ffffff;
  text-align: center;
}
.cid-uSfDlYXxcO .panel-title-edit,
.cid-uSfDlYXxcO .card-header {
  color: #ffffff;
}
.cid-uSfDlYXxcO .panel-text,
.cid-uSfDlYXxcO .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uSfDmja75W {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/yapi-proje-gelistirme-prosteel2047-1000x750.jpg");
}
.cid-uSfDmja75W .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSfDmja75W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSfDmja75W .row {
  justify-content: center;
}
.cid-uSfDmja75W .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uSfDmja75W .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uSfDmja75W .container {
    padding: 0 15px;
  }
}
.cid-uSfDmja75W .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSfDmja75W .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uSfDmja75W .content-wrapper {
  padding-right: 21px;
  padding-right: 0;
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uSfDmja75W .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uSfDmja75W .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uSfDmja75W .content-wrapper .panel-group .card {
  border: none;
  border-radius: 0;
  padding-left: 15px;
  position: relative;
}
.cid-uSfDmja75W .content-wrapper .panel-group .card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, #ffffff 0, #ffffff 50%, transparent 100%);
  opacity: .2;
}
.cid-uSfDmja75W .content-wrapper .panel-group .card .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
}
.cid-uSfDmja75W .content-wrapper .panel-group .card .card-header .panel-title {
  display: inline-flex;
  align-items: center;
}
.cid-uSfDmja75W .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  color: #ffffff;
}
.cid-uSfDmja75W .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #ffffff;
}
.cid-uSfDmja75W .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uSfDmja75W .content-wrapper .panel-group .card .card-header .panel-title .mbr-iconfont {
  width: 22px;
  height: 22px;
  min-width: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #d2d2df;
  margin-right: 15px;
  transition: all 0.3s ease-in-out;
}
.cid-uSfDmja75W .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 38px;
}
.cid-uSfDmja75W .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  line-height: 1.4;
  margin-bottom: 0;
}
.cid-uSfDmja75W .content-wrapper .panel-group .card .panel-collapse .panel-body .mbr-section-btn {
  margin-top: 30px;
}
.cid-uSfDmja75W .content-wrapper .panel-group .card .panel-collapse .panel-body .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uSfDmja75W .image-wrapper {
  position: relative;
  margin-left: 21px;
  min-height: 320px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-left: 0;
  margin-right: 21px;
}
@media (max-width: 992px) {
  .cid-uSfDmja75W .image-wrapper {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-uSfDmja75W .image-wrapper {
    margin: 0;
  }
}
.cid-uSfDmja75W .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid #dd2b1c;
  z-index: 1;
}
.cid-uSfDmja75W .image-wrapper::before {
  content: '';
  position: absolute;
  height: 110%;
  width: 125%;
  border-radius: 100%;
  background-color: #284177;
  filter: blur(80px);
  pointer-events: none;
}
.cid-uSfDmja75W .image-wrapper .mbr-image-text {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-uSfDmja75W .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uSfDmja75W .panel-title {
  color: #d2d2df;
}
.cid-uSfDmja75W .panel-text {
  color: #d2d2df;
}
.cid-uSfDmja75W .mbr-image-text {
  color: #ffffff;
  text-align: center;
}
.cid-uSfDmja75W .panel-title-edit,
.cid-uSfDmja75W .card-header {
  color: #ffffff;
}
.cid-uSfDmja75W .panel-text,
.cid-uSfDmja75W .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uSfqiLBRbN {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/yapi-proje-gelistirme-prosteel2032-1000x749.jpg");
}
.cid-uSfqiLBRbN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSfqiLBRbN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSfqiLBRbN .row {
  margin: 0 -8px;
}
.cid-uSfqiLBRbN .row .card {
  padding: 0 8px;
}
.cid-uSfqiLBRbN .card-wrapper {
  position: relative;
  padding: 75px 64px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uSfqiLBRbN .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uSfqiLBRbN .card-wrapper {
    padding: 24px;
  }
}
.cid-uSfqiLBRbN .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
}
.cid-uSfqiLBRbN .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #dd2b1c;
  opacity: .6;
}
.cid-uSfqiLBRbN .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uSfqiLBRbN .card-wrapper .card-wrap .mbr-label {
  margin-bottom: 24px;
}
.cid-uSfqiLBRbN .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uSfqiLBRbN .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uSfqiLBRbN .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uSfqiLBRbN .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uSfqiLBRbN .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uSfqiLBRbN .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uSfqiLBRbN .mbr-label {
  color: #63635d;
  text-align: center;
}
.cid-uSfqiLBRbN .mbr-text,
.cid-uSfqiLBRbN .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uSfqiLBRbN .mbr-section-title,
.cid-uSfqiLBRbN .mbr-section-btn {
  color: #ffffff;
}
.cid-uSfqiLQfsj {
  padding-top: 2rem;
  padding-bottom: 0rem;
  border-bottom: 2px solid #ffffff;
  background-image: url("../../../assets/images/yapi-proje-gelistirme-prosteel2010-1000x679.jpg");
}
.cid-uSfqiLQfsj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSfqiLQfsj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSfqiLQfsj .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uSfqiLQfsj .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uSfqiLQfsj .content-wrapper {
    padding: 0;
  }
}
.cid-uSfqiLQfsj .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uSfqiLQfsj .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uSfqiLQfsj .mbr-section-title,
.cid-uSfqiLQfsj .title-wrapper {
  color: #ffffff;
}
.cid-uSfqiLQfsj .mbr-section-title,
.cid-uSfqiLQfsj .mbr-section-btn,
.cid-uSfqiLQfsj .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uSfqiM3nUI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSfqiM3nUI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSfqiM3nUI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSfqiM3nUI .container {
  max-width: 1472px;
}
.cid-uSfqiM3nUI .footer-main-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-radius: 2.08rem;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-uSfqiM3nUI .col-brand {
  width: 100%;
  padding: 2.5rem;
}
@media (max-width: 991px) {
  .cid-uSfqiM3nUI .col-brand {
    padding: 24px;
  }
}
.cid-uSfqiM3nUI .navbar-brand {
  display: flex;
  flex-basis: auto;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  white-space: normal;
  flex-shrink: 0;
  align-items: center;
  padding: 0;
  z-index: 1;
  margin-right: auto;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uSfqiM3nUI .navbar-brand:hover {
  transform: scale(1.1);
}
.cid-uSfqiM3nUI .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uSfqiM3nUI .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uSfqiM3nUI .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uSfqiM3nUI .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uSfqiM3nUI .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uSfqiM3nUI .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uSfqiM3nUI .links-container {
  width: 100%;
  padding: 2.5rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 8.8%;
}
@media (max-width: 991px) {
  .cid-uSfqiM3nUI .links-container {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 17.6%;
    row-gap: 6.67rem;
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uSfqiM3nUI .links-container {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1.2rem;
    row-gap: 1.2rem;
  }
}
.cid-uSfqiM3nUI .mbr-section-subtitle {
  color: #13287d;
  margin-bottom: 12px;
}
.cid-uSfqiM3nUI .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #232323;
}
.cid-uSfqiM3nUI .list li {
  width: 100%;
  color: inherit !important;
  margin: 6px 0;
}
.cid-uSfqiM3nUI .list li:hover {
  color: #dd2b1c !important;
}
.cid-uSfqiM3nUI .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uSfqiM3nUI .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uSfqiM3nUI .copyright-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid rgba(255, 255, 255, 0.01);
  padding: 32px 0 24px;
}
@media (max-width: 767px) {
  .cid-uSfqiM3nUI .copyright-container {
    padding: 24px 0 16px;
    flex-wrap: wrap;
  }
}
.cid-uSfqiM3nUI .copyright {
  color: #232323;
  max-width: 45%;
}
@media (max-width: 767px) {
  .cid-uSfqiM3nUI .copyright {
    max-width: 100%;
    width: 100%;
  }
}
.cid-uSfqiM3nUI .social-row {
  width: auto;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  max-width: 45%;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uSfqiM3nUI .social-row {
    max-width: 100%;
    width: 100%;
    justify-content: flex-start;
  }
}
.cid-uSfqiM3nUI .mbr-iconfont {
  font-size: 22px;
  color: #ae5eff;
}
.cid-uSfqiM3nUI .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.01);
  margin-left: 4px;
  margin-bottom: 4px;
  padding: 12px;
  min-height: 70px;
  min-width: 70px;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-uSfqiM3nUI .soc-item {
    margin-left: 0;
    margin-right: 4px;
    margin-bottom: 0;
    margin-top: 4px;
    padding: 10px;
    min-height: 50px;
    min-width: 50px;
  }
}
.cid-uSfqiM3nUI .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uSfqiM3nUI .soc-item a:hover {
  text-decoration-line: none !important;
}
.cid-uSfqiM3nUI .soc-item:hover {
  transform: scale(0.95);
}
.cid-uSfqiM3nUI .soc-item:hover .mbr-iconfont {
  color: #FFDD65 !important;
}
.cid-uPMMV9aNbF .navbar {
  padding: 0.5rem 0;
  background: #9c98cf;
  transition: none;
  min-height: 50px;
}
.cid-uPMMV9aNbF .navbar-fixed-top {
  padding-top: 0;
}
.cid-uPMMV9aNbF .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-uPMMV9aNbF .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #5a67a1;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-uPMMV9aNbF .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-uPMMV9aNbF .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uPMMV9aNbF .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uPMMV9aNbF .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uPMMV9aNbF .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-uPMMV9aNbF .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uPMMV9aNbF .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uPMMV9aNbF .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uPMMV9aNbF .menu-content-top {
  background: #dd2b1c;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uPMMV9aNbF .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-uPMMV9aNbF .dropdown-item:hover {
  color: #d2d2df !important;
}
.cid-uPMMV9aNbF .nav-link,
.cid-uPMMV9aNbF .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-uPMMV9aNbF .nav-link:hover,
.cid-uPMMV9aNbF .brand-name:hover {
  color: #d2d2df !important;
}
.cid-uPMMV9aNbF .dropdown-menu {
  background-color: #5a67a1;
}
.cid-uPMMV9aNbF .dropdown-item:active {
  background-color: #5a67a1;
}
.cid-uPMMV9aNbF .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-uPMMV9aNbF .navbar-dropdown.bg-color.transparent.opened {
  background: #9c98cf;
}
.cid-uPMMV9aNbF .nav-item {
  position: relative;
}
.cid-uPMMV9aNbF .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uPMMV9aNbF .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-uPMMV9aNbF .nav-item .nav-link:focus {
  outline: none;
}
.cid-uPMMV9aNbF .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPMMV9aNbF .content-text {
  margin-bottom: 0;
}
.cid-uPMMV9aNbF .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uPMMV9aNbF .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #dd2b1c;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uPMMV9aNbF .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uPMMV9aNbF .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uPMMV9aNbF .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uPMMV9aNbF .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPMMV9aNbF .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uPMMV9aNbF .content-right-side {
  text-align: center;
}
.cid-uPMMV9aNbF .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uPMMV9aNbF .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uPMMV9aNbF .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uPMMV9aNbF .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-uPMMV9aNbF .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uPMMV9aNbF .info-widget:first-child {
  margin-left: 0;
}
.cid-uPMMV9aNbF .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-uPMMV9aNbF .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uPMMV9aNbF .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uPMMV9aNbF .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uPMMV9aNbF .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-uPMMV9aNbF .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uPMMV9aNbF .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #5a67a1;
}
@media (min-width: 992px) {
  .cid-uPMMV9aNbF .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-uPMMV9aNbF .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #d2d2df;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-uPMMV9aNbF .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-uPMMV9aNbF .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uPMMV9aNbF .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-uPMMV9aNbF .navbar {
    display: block;
    padding: 0;
  }
  .cid-uPMMV9aNbF .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-uPMMV9aNbF .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uPMMV9aNbF .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uPMMV9aNbF .navbar-toggler {
    display: none;
  }
  .cid-uPMMV9aNbF .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-uPMMV9aNbF .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uPMMV9aNbF .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-uPMMV9aNbF .btn-sm {
  padding: 13px 29px;
}
.cid-uPMMV9aNbF .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uPMMV9aNbF .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-uPMMV9aNbF .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-uPMMV9aNbF .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uPMMV9aNbF .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uPMMV9aNbF .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uPMMV9aNbF .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uPMMV9aNbF .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uPMMV9aNbF .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uPMMV9aNbF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPMMV9aNbF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPMMV9aNbF .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uPMMV9aNbF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uPMMV9aNbF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPMMV9aNbF .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uPMMV9aNbF .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPMMV9aNbF .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uPMMV9aNbF .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-uPMMV9aNbF .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uPMMV9aNbF .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uPMMV9aNbF .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uPMMV9aNbF button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-uPMMV9aNbF button.navbar-toggler:focus {
  outline: none;
}
.cid-uPMMV9aNbF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uPMMV9aNbF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPMMV9aNbF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPMMV9aNbF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPMMV9aNbF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPMMV9aNbF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPMMV9aNbF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPMMV9aNbF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPMMV9aNbF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPMMV9aNbF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPMMV9aNbF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPMMV9aNbF .collapsed .btn {
  display: flex;
}
.cid-uPMMV9aNbF .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uPMMV9aNbF .collapsed .navbar-collapse.collapsing,
.cid-uPMMV9aNbF .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uPMMV9aNbF .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uPMMV9aNbF .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uPMMV9aNbF .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uPMMV9aNbF .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uPMMV9aNbF .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uPMMV9aNbF .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uPMMV9aNbF .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uPMMV9aNbF .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uPMMV9aNbF .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uPMMV9aNbF .collapsed button.navbar-toggler {
  display: block;
}
.cid-uPMMV9aNbF .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uPMMV9aNbF .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uPMMV9aNbF .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uPMMV9aNbF .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uPMMV9aNbF .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uPMMV9aNbF .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uPMMV9aNbF .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uPMMV9aNbF .menu-content-top {
    display: flex;
  }
  .cid-uPMMV9aNbF .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-uPMMV9aNbF .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-uPMMV9aNbF .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-uPMMV9aNbF .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-uPMMV9aNbF .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-uPMMV9aNbF .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-uPMMV9aNbF .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-uPMMV9aNbF .navbar-collapse.collapsing,
  .cid-uPMMV9aNbF .navbar-collapse.show {
    display: block !important;
  }
  .cid-uPMMV9aNbF .navbar-collapse.collapsing .navbar-nav,
  .cid-uPMMV9aNbF .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uPMMV9aNbF .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uPMMV9aNbF .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uPMMV9aNbF .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-uPMMV9aNbF .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #dd2b1c;
  }
  .cid-uPMMV9aNbF .navbar-collapse.collapsing .navbar-buttons,
  .cid-uPMMV9aNbF .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uPMMV9aNbF .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uPMMV9aNbF .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uPMMV9aNbF img {
    height: 3.8rem !important;
  }
  .cid-uPMMV9aNbF .btn {
    display: flex;
  }
  .cid-uPMMV9aNbF button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-uPMMV9aNbF .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-uPMMV9aNbF .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uPMMV9aNbF .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uPMMV9aNbF .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uPMMV9aNbF .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uPMMV9aNbF .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uPMMV9aNbF .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uPMMV9aNbF .nav-link:focus {
  outline: none;
}
.cid-uPMMV9aNbF .navbar-toggler {
  position: relative;
}
.cid-uPMMV9aNbF .widget-title,
.cid-uPMMV9aNbF .widget-icon {
  color: #e9e9e9;
}
.cid-uPMMV9aNbF .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-uPMMV9aNbF .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-uPMMV9aNbF .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-uPMMV9aNbF .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-uPMMV9aNbF .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-uPMMV9aNbF .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-uPMMV9aNbF .menu-content-top,
  .cid-uPMMV9aNbF .menu-bottom {
    padding: 0 15px;
  }
  .cid-uPMMV9aNbF button.navbar-toggler {
    align-self: center;
  }
  .cid-uPMMV9aNbF .btn {
    margin-left: 0;
  }
  .cid-uPMMV9aNbF .widget-icon {
    padding-right: 0;
  }
}
.cid-uPMMV9aNbF .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-uPMMV9aNbF .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #5a67a1;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-uPMMV9aNbF .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-uPMMV9aNbF .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #d2d2df;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-uPMMV9aNbF .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-uPMMV9wse9 {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(to bottom, #163300, #dd2b1c);
}
@media (min-width: 768px) {
  .cid-uPMMV9wse9 {
    align-items: flex-start;
  }
  .cid-uPMMV9wse9 .row {
    justify-content: flex-start;
  }
}
.cid-uPMMV9wse9 .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uPMMV9wse9 .mbr-text,
.cid-uPMMV9wse9 .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uPMMV9wse9 .mbr-section-title,
.cid-uPMMV9wse9 .line {
  color: #232323;
}
.cid-uPMMV9wse9 h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uPMMV9wse9 h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uPMMV9wse9 .mbr-section-subtitle,
.cid-uPMMV9wse9 .align {
  text-align: left;
  color: #232323;
}
.cid-uPO49k8v7f {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #254b45;
}
.cid-uPO49k8v7f .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uPO49k8v7f .modal-body .close {
  background: #1b1b1b;
}
.cid-uPO49k8v7f .modal-body .close span {
  font-style: normal;
}
@media (min-width: 992px) {
  .cid-uPO49k8v7f .align-center {
    text-align: left;
    max-width: 850px;
  }
  .cid-uPO49k8v7f .carousel-caption {
    justify-content: flex-start !important;
    padding-left: 5rem;
  }
}
.cid-uPO49k8v7f .mbr-slider .carousel-control {
  background: black!important;
  border-radius: 6px;
  height: 100px;
  width: 50px;
}
.cid-uPO49k8v7f .mbri-right:before {
  content: "\e909";
  color: white;
}
.cid-uPO49k8v7f .mbri-left:before {
  content: "\e90a";
  color: white;
}
.cid-uPO49k8v7f .container {
  max-width: 100%;
  padding: 0;
}
.cid-uPO49k8v7f .content-slider-wrap {
  width: 100%;
}
.cid-uPO49k8v7f .carousel-inner > .active,
.cid-uPO49k8v7f .carousel-inner > .next,
.cid-uPO49k8v7f .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-uPO49k8v7f .carousel-control .icon-next,
.cid-uPO49k8v7f .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uPO49k8v7f .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uPO49k8v7f .mbr-iconfont {
  color: black;
  font-size: 2rem!important;
  font-family: 'Moririse2' !important;
  font-weight: 600;
}
.cid-uPO49k8v7f .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-uPO49k8v7f .boxed-slider > div {
  position: relative;
}
.cid-uPO49k8v7f .container img {
  width: 100%;
}
.cid-uPO49k8v7f .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-uPO49k8v7f .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uPO49k8v7f .mbr-table-cell {
  padding: 0;
}
.cid-uPO49k8v7f .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uPO49k8v7f .carousel-caption {
  top: auto;
  right: 0;
  bottom: 2rem;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uPO49k8v7f .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uPO49k8v7f .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-uPO49k8v7f .carousel-item.active.right,
.cid-uPO49k8v7f .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uPO49k8v7f .carousel-item.active.left,
.cid-uPO49k8v7f .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uPO49k8v7f .carousel-item.active,
.cid-uPO49k8v7f .carousel-item.next.left,
.cid-uPO49k8v7f .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-uPO49k8v7f .mbr-slider .carousel-control {
  top: 50%;
  margin-top: -1.5rem;
  font-size: 35px;
  transition: all .3s;
  z-index: 11;
}
@media (max-width: 767px) {
  .cid-uPO49k8v7f .mbr-slider .carousel-control {
    top: 20%;
  }
}
.cid-uPO49k8v7f .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uPO49k8v7f .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uPO49k8v7f .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-uPO49k8v7f .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uPO49k8v7f .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 10px;
  width: 10px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-uPO49k8v7f .mbr-slider .carousel-indicators li.active,
.cid-uPO49k8v7f .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-uPO49k8v7f .mbr-slider .carousel-indicators li::after,
.cid-uPO49k8v7f .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-uPO49k8v7f .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-uPO49k8v7f .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-uPO49k8v7f .mbr-slider > .container img {
  width: 100%;
}
.cid-uPO49k8v7f .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uPO49k8v7f .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-uPO49k8v7f .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uPO49k8v7f .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uPO49k8v7f .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-uPO49k8v7f .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-uPO49k8v7f .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-uPO49k8v7f .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-uPO49k8v7f .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-uPO49k8v7f .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uPO49k8v7f .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-uPO49k8v7f .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-uPO49k8v7f .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-uPO49k8v7f .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-uPO49k8v7f .carousel-inner {
  height: 100%;
}
.cid-uPO49k8v7f .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-uPO49k8v7f .image_wrapper {
  height: 950px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-uPO49k8v7f .image_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uPO49k8v7f .carousel-item .container-slide {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uPO49k8v7f .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uPO49k8v7f .content-slider-wrap {
    width: 100%!important;
  }
  .cid-uPO49k8v7f .image_wrapper {
    height: 570px;
  }
}
.cid-uPO49k8v7f P {
  color: #dd2b1c;
}
.cid-uPMMV9QQtb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff1e2;
}
.cid-uPMMV9QQtb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPMMV9QQtb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPMMV9QQtb .content-wrapper {
  display: flex;
  position: relative;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-uPMMV9QQtb .content-wrapper {
    padding: 30px 20px;
  }
}
.cid-uPMMV9QQtb .content-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uPMMV9QQtb .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uPMMV9QQtb .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: linear-gradient(0.251turn, #f8e7d2 37%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-uPMMV9QQtb .content-wrapper .content-wrap {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uPMMV9QQtb .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uPMMV9QQtb .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #fff1e2;
  padding: 8px 16px;
  margin-bottom: 32px;
}
.cid-uPMMV9QQtb .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uPMMV9QQtb .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uPMMV9QQtb .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 64px;
}
.cid-uPMMV9QQtb .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPMMV9QQtb .mbr-section-title {
  color: #404349;
}
.cid-uPMMV9QQtb .mbr-text {
  color: #404349;
}
.cid-uPMMV9QQtb .mbr-desc {
  color: #b19a7c;
}
.cid-uPMMV9QQtb .mbr-desc,
.cid-uPMMV9QQtb .desc-wrapper {
  color: #212529;
}
.cid-uPMMVaeq70 {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #dd2b1c, #232323);
}
@media (min-width: 768px) {
  .cid-uPMMVaeq70 {
    align-items: flex-start;
  }
  .cid-uPMMVaeq70 .row {
    justify-content: flex-start;
  }
}
.cid-uPMMVaeq70 .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uPMMVaeq70 .mbr-text,
.cid-uPMMVaeq70 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uPMMVaeq70 .mbr-section-title,
.cid-uPMMVaeq70 .line {
  color: #ffffff;
  text-align: center;
}
.cid-uPMMVaeq70 h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uPMMVaeq70 h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uPMMVaeq70 .mbr-section-subtitle,
.cid-uPMMVaeq70 .align {
  text-align: left;
  color: #232323;
}
.cid-uPMMVapXb7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #fafafa;
}
.cid-uPMMVapXb7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPMMVapXb7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPMMVapXb7 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uPMMVapXb7 .container-fluid {
    padding: 0 16px;
  }
}
.cid-uPMMVapXb7 .container {
  margin-right: 0;
}
@media (max-width: 992px) {
  .cid-uPMMVapXb7 .container {
    padding: 0 16px;
  }
}
.cid-uPMMVapXb7 .slider-wrap {
  padding-right: 0;
}
@media (max-width: 992px) {
  .cid-uPMMVapXb7 .slider-wrap {
    padding-right: 12px;
  }
}
.cid-uPMMVapXb7 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 440px;
  max-width: 440px;
}
@media (max-width: 768px) {
  .cid-uPMMVapXb7 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uPMMVapXb7 .embla__slide .card-wrap {
  width: 100%;
}
.cid-uPMMVapXb7 .embla__slide .card-wrap .item-wrapper .image-wrap {
  margin-bottom: 30px;
}
.cid-uPMMVapXb7 .embla__slide .card-wrap .item-wrapper .image-wrap img {
  height: 230px;
  object-fit: cover;
  border-radius: 16px;
}
.cid-uPMMVapXb7 .embla__slide .card-wrap .content-wrap .desc-wrap {
  margin-bottom: 20px;
}
.cid-uPMMVapXb7 .embla__slide .card-wrap .content-wrap .desc-wrap .mbr-desc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  border: 1px solid #000000;
  border-radius: 40px;
  margin-bottom: 0;
}
.cid-uPMMVapXb7 .embla__slide .card-wrap .content-wrap .card-title {
  margin-bottom: 14px;
}
.cid-uPMMVapXb7 .embla__slide .card-wrap .content-wrap .card-text {
  margin-bottom: 0;
}
.cid-uPMMVapXb7 .embla__button--next,
.cid-uPMMVapXb7 .embla__button--prev {
  display: flex;
}
.cid-uPMMVapXb7 .embla__button {
  bottom: -4.5rem;
  width: 56px;
  height: 56px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #320707;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uPMMVapXb7 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uPMMVapXb7 .embla__button:hover {
  background: transparent;
  color: #ffffff;
}
.cid-uPMMVapXb7 .embla__button.embla__button--prev {
  left: 0;
}
.cid-uPMMVapXb7 .embla__button.embla__button--next {
  right: auto;
  left: 20%;
}
@media (max-width: 767px) {
  .cid-uPMMVapXb7 .embla__button {
    bottom: -4.5rem;
  }
}
.cid-uPMMVapXb7 .embla {
  position: relative;
  width: 100%;
}
.cid-uPMMVapXb7 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uPMMVapXb7 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uPMMVapXb7 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uPMMVapXb7 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uPMMVapXb7 .mbr-desc {
  color: #ffffff;
}
.cid-uPMMVapXb7 .card-title {
  color: #fb0000;
}
.cid-uPMMVapXb7 .card-text {
  color: #353535;
}
.cid-uPMMVapXb7 .mbr-desc,
.cid-uPMMVapXb7 .desc-wrap {
  color: #000000;
}
.cid-uSfDo5bU2T {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/yapi-proje-gelistirme-prosteel2047-1000x750.jpg");
}
.cid-uSfDo5bU2T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSfDo5bU2T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSfDo5bU2T .row {
  justify-content: center;
}
.cid-uSfDo5bU2T .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uSfDo5bU2T .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uSfDo5bU2T .container {
    padding: 0 15px;
  }
}
.cid-uSfDo5bU2T .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSfDo5bU2T .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uSfDo5bU2T .content-wrapper {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uSfDo5bU2T .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uSfDo5bU2T .content-wrapper .panel-group .card {
  border: none;
  border-radius: 0;
  padding-left: 15px;
  position: relative;
}
.cid-uSfDo5bU2T .content-wrapper .panel-group .card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, #ffffff 0, #ffffff 50%, transparent 100%);
  opacity: .2;
}
.cid-uSfDo5bU2T .content-wrapper .panel-group .card .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
}
.cid-uSfDo5bU2T .content-wrapper .panel-group .card .card-header .panel-title {
  display: inline-flex;
  align-items: center;
}
.cid-uSfDo5bU2T .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  color: #ffffff;
}
.cid-uSfDo5bU2T .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #ffffff;
}
.cid-uSfDo5bU2T .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uSfDo5bU2T .content-wrapper .panel-group .card .card-header .panel-title .mbr-iconfont {
  width: 22px;
  height: 22px;
  min-width: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #d2d2df;
  margin-right: 15px;
  transition: all 0.3s ease-in-out;
}
.cid-uSfDo5bU2T .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 38px;
}
.cid-uSfDo5bU2T .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  line-height: 1.4;
  margin-bottom: 0;
}
.cid-uSfDo5bU2T .content-wrapper .panel-group .card .panel-collapse .panel-body .mbr-section-btn {
  margin-top: 30px;
}
.cid-uSfDo5bU2T .content-wrapper .panel-group .card .panel-collapse .panel-body .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uSfDo5bU2T .image-wrapper {
  position: relative;
  margin-left: 21px;
  min-height: 320px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uSfDo5bU2T .image-wrapper {
    margin: 0;
  }
}
.cid-uSfDo5bU2T .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid #dd2b1c;
  z-index: 1;
}
.cid-uSfDo5bU2T .image-wrapper::before {
  content: '';
  position: absolute;
  height: 110%;
  width: 125%;
  border-radius: 100%;
  background-color: #284177;
  filter: blur(80px);
  pointer-events: none;
}
.cid-uSfDo5bU2T .image-wrapper .mbr-image-text {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-uSfDo5bU2T .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uSfDo5bU2T .panel-title {
  color: #d2d2df;
}
.cid-uSfDo5bU2T .panel-text {
  color: #d2d2df;
}
.cid-uSfDo5bU2T .mbr-image-text {
  color: #ffffff;
  text-align: center;
}
.cid-uSfDo5bU2T .panel-title-edit,
.cid-uSfDo5bU2T .card-header {
  color: #ffffff;
}
.cid-uSfDo5bU2T .panel-text,
.cid-uSfDo5bU2T .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uPMMVb2p4k {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #232323, #dd2b1c);
}
@media (min-width: 768px) {
  .cid-uPMMVb2p4k {
    align-items: flex-start;
  }
  .cid-uPMMVb2p4k .row {
    justify-content: flex-start;
  }
}
.cid-uPMMVb2p4k .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uPMMVb2p4k .mbr-text,
.cid-uPMMVb2p4k .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uPMMVb2p4k .mbr-section-title,
.cid-uPMMVb2p4k .line {
  color: #ffffff;
  text-align: center;
}
.cid-uPMMVb2p4k h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uPMMVb2p4k h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uPMMVb2p4k .mbr-section-subtitle,
.cid-uPMMVb2p4k .align {
  text-align: left;
  color: #232323;
}
.cid-uPMMVbQR8B {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/yapi-proje-gelistirme-prosteel2032-1000x749.jpg");
}
.cid-uPMMVbQR8B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPMMVbQR8B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPMMVbQR8B .row {
  margin: 0 -8px;
}
.cid-uPMMVbQR8B .row .card {
  padding: 0 8px;
}
.cid-uPMMVbQR8B .card-wrapper {
  position: relative;
  padding: 75px 64px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uPMMVbQR8B .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uPMMVbQR8B .card-wrapper {
    padding: 24px;
  }
}
.cid-uPMMVbQR8B .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
}
.cid-uPMMVbQR8B .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #dd2b1c;
  opacity: .6;
}
.cid-uPMMVbQR8B .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uPMMVbQR8B .card-wrapper .card-wrap .mbr-label {
  margin-bottom: 24px;
}
.cid-uPMMVbQR8B .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uPMMVbQR8B .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uPMMVbQR8B .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uPMMVbQR8B .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uPMMVbQR8B .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPMMVbQR8B .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uPMMVbQR8B .mbr-label {
  color: #63635d;
  text-align: center;
}
.cid-uPMMVbQR8B .mbr-text,
.cid-uPMMVbQR8B .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uPMMVbQR8B .mbr-section-title,
.cid-uPMMVbQR8B .mbr-section-btn {
  color: #ffffff;
}
.cid-uPMMVc4WAq {
  padding-top: 2rem;
  padding-bottom: 0rem;
  border-bottom: 2px solid #ffffff;
  background-image: url("../../../assets/images/yapi-proje-gelistirme-prosteel2010-1000x679.jpg");
}
.cid-uPMMVc4WAq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPMMVc4WAq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPMMVc4WAq .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uPMMVc4WAq .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uPMMVc4WAq .content-wrapper {
    padding: 0;
  }
}
.cid-uPMMVc4WAq .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uPMMVc4WAq .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uPMMVc4WAq .mbr-section-title,
.cid-uPMMVc4WAq .title-wrapper {
  color: #ffffff;
}
.cid-uPMMVc4WAq .mbr-section-title,
.cid-uPMMVc4WAq .mbr-section-btn,
.cid-uPMMVc4WAq .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uPMMVckARi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPMMVckARi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPMMVckARi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPMMVckARi .container {
  max-width: 1472px;
}
.cid-uPMMVckARi .footer-main-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-radius: 2.08rem;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-uPMMVckARi .col-brand {
  width: 100%;
  padding: 2.5rem;
}
@media (max-width: 991px) {
  .cid-uPMMVckARi .col-brand {
    padding: 24px;
  }
}
.cid-uPMMVckARi .navbar-brand {
  display: flex;
  flex-basis: auto;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  white-space: normal;
  flex-shrink: 0;
  align-items: center;
  padding: 0;
  z-index: 1;
  margin-right: auto;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uPMMVckARi .navbar-brand:hover {
  transform: scale(1.1);
}
.cid-uPMMVckARi .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uPMMVckARi .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uPMMVckARi .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uPMMVckARi .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uPMMVckARi .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uPMMVckARi .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uPMMVckARi .links-container {
  width: 100%;
  padding: 2.5rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 8.8%;
}
@media (max-width: 991px) {
  .cid-uPMMVckARi .links-container {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 17.6%;
    row-gap: 6.67rem;
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uPMMVckARi .links-container {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1.2rem;
    row-gap: 1.2rem;
  }
}
.cid-uPMMVckARi .mbr-section-subtitle {
  color: #13287d;
  margin-bottom: 12px;
}
.cid-uPMMVckARi .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #232323;
}
.cid-uPMMVckARi .list li {
  width: 100%;
  color: inherit !important;
  margin: 6px 0;
}
.cid-uPMMVckARi .list li:hover {
  color: #dd2b1c !important;
}
.cid-uPMMVckARi .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uPMMVckARi .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uPMMVckARi .copyright-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid rgba(255, 255, 255, 0.01);
  padding: 32px 0 24px;
}
@media (max-width: 767px) {
  .cid-uPMMVckARi .copyright-container {
    padding: 24px 0 16px;
    flex-wrap: wrap;
  }
}
.cid-uPMMVckARi .copyright {
  color: #232323;
  max-width: 45%;
}
@media (max-width: 767px) {
  .cid-uPMMVckARi .copyright {
    max-width: 100%;
    width: 100%;
  }
}
.cid-uPMMVckARi .social-row {
  width: auto;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  max-width: 45%;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uPMMVckARi .social-row {
    max-width: 100%;
    width: 100%;
    justify-content: flex-start;
  }
}
.cid-uPMMVckARi .mbr-iconfont {
  font-size: 22px;
  color: #ae5eff;
}
.cid-uPMMVckARi .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.01);
  margin-left: 4px;
  margin-bottom: 4px;
  padding: 12px;
  min-height: 70px;
  min-width: 70px;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-uPMMVckARi .soc-item {
    margin-left: 0;
    margin-right: 4px;
    margin-bottom: 0;
    margin-top: 4px;
    padding: 10px;
    min-height: 50px;
    min-width: 50px;
  }
}
.cid-uPMMVckARi .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPMMVckARi .soc-item a:hover {
  text-decoration-line: none !important;
}
.cid-uPMMVckARi .soc-item:hover {
  transform: scale(0.95);
}
.cid-uPMMVckARi .soc-item:hover .mbr-iconfont {
  color: #FFDD65 !important;
}
.cid-uSfDoCQHrh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/yapi-proje-gelistirme-prosteel2047-1000x750.jpg");
}
.cid-uSfDoCQHrh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSfDoCQHrh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSfDoCQHrh .row {
  justify-content: center;
}
.cid-uSfDoCQHrh .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uSfDoCQHrh .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uSfDoCQHrh .container {
    padding: 0 15px;
  }
}
.cid-uSfDoCQHrh .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSfDoCQHrh .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uSfDoCQHrh .content-wrapper {
  padding-right: 21px;
  padding-right: 0;
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uSfDoCQHrh .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uSfDoCQHrh .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uSfDoCQHrh .content-wrapper .panel-group .card {
  border: none;
  border-radius: 0;
  padding-left: 15px;
  position: relative;
}
.cid-uSfDoCQHrh .content-wrapper .panel-group .card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, #ffffff 0, #ffffff 50%, transparent 100%);
  opacity: .2;
}
.cid-uSfDoCQHrh .content-wrapper .panel-group .card .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
}
.cid-uSfDoCQHrh .content-wrapper .panel-group .card .card-header .panel-title {
  display: inline-flex;
  align-items: center;
}
.cid-uSfDoCQHrh .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  color: #ffffff;
}
.cid-uSfDoCQHrh .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #ffffff;
}
.cid-uSfDoCQHrh .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uSfDoCQHrh .content-wrapper .panel-group .card .card-header .panel-title .mbr-iconfont {
  width: 22px;
  height: 22px;
  min-width: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #d2d2df;
  margin-right: 15px;
  transition: all 0.3s ease-in-out;
}
.cid-uSfDoCQHrh .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 38px;
}
.cid-uSfDoCQHrh .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  line-height: 1.4;
  margin-bottom: 0;
}
.cid-uSfDoCQHrh .content-wrapper .panel-group .card .panel-collapse .panel-body .mbr-section-btn {
  margin-top: 30px;
}
.cid-uSfDoCQHrh .content-wrapper .panel-group .card .panel-collapse .panel-body .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uSfDoCQHrh .image-wrapper {
  position: relative;
  margin-left: 21px;
  min-height: 320px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-left: 0;
  margin-right: 21px;
}
@media (max-width: 992px) {
  .cid-uSfDoCQHrh .image-wrapper {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-uSfDoCQHrh .image-wrapper {
    margin: 0;
  }
}
.cid-uSfDoCQHrh .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid #dd2b1c;
  z-index: 1;
}
.cid-uSfDoCQHrh .image-wrapper::before {
  content: '';
  position: absolute;
  height: 110%;
  width: 125%;
  border-radius: 100%;
  background-color: #284177;
  filter: blur(80px);
  pointer-events: none;
}
.cid-uSfDoCQHrh .image-wrapper .mbr-image-text {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-uSfDoCQHrh .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uSfDoCQHrh .panel-title {
  color: #d2d2df;
}
.cid-uSfDoCQHrh .panel-text {
  color: #d2d2df;
}
.cid-uSfDoCQHrh .mbr-image-text {
  color: #ffffff;
  text-align: center;
}
.cid-uSfDoCQHrh .panel-title-edit,
.cid-uSfDoCQHrh .card-header {
  color: #ffffff;
}
.cid-uSfDoCQHrh .panel-text,
.cid-uSfDoCQHrh .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uSfqu1nw5m .navbar {
  padding: 0.5rem 0;
  background: #9c98cf;
  transition: none;
  min-height: 50px;
}
.cid-uSfqu1nw5m .navbar-fixed-top {
  padding-top: 0;
}
.cid-uSfqu1nw5m .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-uSfqu1nw5m .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #5a67a1;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-uSfqu1nw5m .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-uSfqu1nw5m .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uSfqu1nw5m .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uSfqu1nw5m .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uSfqu1nw5m .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-uSfqu1nw5m .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uSfqu1nw5m .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uSfqu1nw5m .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uSfqu1nw5m .menu-content-top {
  background: #dd2b1c;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uSfqu1nw5m .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-uSfqu1nw5m .dropdown-item:hover {
  color: #d2d2df !important;
}
.cid-uSfqu1nw5m .nav-link,
.cid-uSfqu1nw5m .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-uSfqu1nw5m .nav-link:hover,
.cid-uSfqu1nw5m .brand-name:hover {
  color: #d2d2df !important;
}
.cid-uSfqu1nw5m .dropdown-menu {
  background-color: #5a67a1;
}
.cid-uSfqu1nw5m .dropdown-item:active {
  background-color: #5a67a1;
}
.cid-uSfqu1nw5m .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-uSfqu1nw5m .navbar-dropdown.bg-color.transparent.opened {
  background: #9c98cf;
}
.cid-uSfqu1nw5m .nav-item {
  position: relative;
}
.cid-uSfqu1nw5m .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uSfqu1nw5m .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-uSfqu1nw5m .nav-item .nav-link:focus {
  outline: none;
}
.cid-uSfqu1nw5m .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSfqu1nw5m .content-text {
  margin-bottom: 0;
}
.cid-uSfqu1nw5m .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uSfqu1nw5m .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #dd2b1c;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uSfqu1nw5m .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uSfqu1nw5m .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uSfqu1nw5m .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uSfqu1nw5m .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uSfqu1nw5m .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uSfqu1nw5m .content-right-side {
  text-align: center;
}
.cid-uSfqu1nw5m .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uSfqu1nw5m .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uSfqu1nw5m .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uSfqu1nw5m .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-uSfqu1nw5m .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uSfqu1nw5m .info-widget:first-child {
  margin-left: 0;
}
.cid-uSfqu1nw5m .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-uSfqu1nw5m .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uSfqu1nw5m .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uSfqu1nw5m .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uSfqu1nw5m .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-uSfqu1nw5m .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uSfqu1nw5m .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #5a67a1;
}
@media (min-width: 992px) {
  .cid-uSfqu1nw5m .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-uSfqu1nw5m .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #d2d2df;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-uSfqu1nw5m .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-uSfqu1nw5m .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uSfqu1nw5m .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-uSfqu1nw5m .navbar {
    display: block;
    padding: 0;
  }
  .cid-uSfqu1nw5m .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-uSfqu1nw5m .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uSfqu1nw5m .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uSfqu1nw5m .navbar-toggler {
    display: none;
  }
  .cid-uSfqu1nw5m .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-uSfqu1nw5m .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uSfqu1nw5m .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-uSfqu1nw5m .btn-sm {
  padding: 13px 29px;
}
.cid-uSfqu1nw5m .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uSfqu1nw5m .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-uSfqu1nw5m .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-uSfqu1nw5m .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uSfqu1nw5m .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uSfqu1nw5m .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uSfqu1nw5m .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uSfqu1nw5m .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uSfqu1nw5m .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uSfqu1nw5m .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uSfqu1nw5m .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSfqu1nw5m .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uSfqu1nw5m .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uSfqu1nw5m .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSfqu1nw5m .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uSfqu1nw5m .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSfqu1nw5m .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uSfqu1nw5m .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-uSfqu1nw5m .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uSfqu1nw5m .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uSfqu1nw5m .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uSfqu1nw5m button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-uSfqu1nw5m button.navbar-toggler:focus {
  outline: none;
}
.cid-uSfqu1nw5m button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uSfqu1nw5m button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uSfqu1nw5m button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSfqu1nw5m button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSfqu1nw5m button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uSfqu1nw5m nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSfqu1nw5m nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSfqu1nw5m nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSfqu1nw5m nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSfqu1nw5m .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSfqu1nw5m .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSfqu1nw5m .collapsed .btn {
  display: flex;
}
.cid-uSfqu1nw5m .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uSfqu1nw5m .collapsed .navbar-collapse.collapsing,
.cid-uSfqu1nw5m .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uSfqu1nw5m .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uSfqu1nw5m .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uSfqu1nw5m .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uSfqu1nw5m .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uSfqu1nw5m .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uSfqu1nw5m .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uSfqu1nw5m .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uSfqu1nw5m .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uSfqu1nw5m .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uSfqu1nw5m .collapsed button.navbar-toggler {
  display: block;
}
.cid-uSfqu1nw5m .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uSfqu1nw5m .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uSfqu1nw5m .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uSfqu1nw5m .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uSfqu1nw5m .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uSfqu1nw5m .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uSfqu1nw5m .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uSfqu1nw5m .menu-content-top {
    display: flex;
  }
  .cid-uSfqu1nw5m .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-uSfqu1nw5m .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-uSfqu1nw5m .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-uSfqu1nw5m .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-uSfqu1nw5m .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-uSfqu1nw5m .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-uSfqu1nw5m .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-uSfqu1nw5m .navbar-collapse.collapsing,
  .cid-uSfqu1nw5m .navbar-collapse.show {
    display: block !important;
  }
  .cid-uSfqu1nw5m .navbar-collapse.collapsing .navbar-nav,
  .cid-uSfqu1nw5m .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uSfqu1nw5m .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uSfqu1nw5m .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uSfqu1nw5m .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-uSfqu1nw5m .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #dd2b1c;
  }
  .cid-uSfqu1nw5m .navbar-collapse.collapsing .navbar-buttons,
  .cid-uSfqu1nw5m .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uSfqu1nw5m .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uSfqu1nw5m .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uSfqu1nw5m img {
    height: 3.8rem !important;
  }
  .cid-uSfqu1nw5m .btn {
    display: flex;
  }
  .cid-uSfqu1nw5m button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-uSfqu1nw5m .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-uSfqu1nw5m .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uSfqu1nw5m .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uSfqu1nw5m .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uSfqu1nw5m .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uSfqu1nw5m .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uSfqu1nw5m .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uSfqu1nw5m .nav-link:focus {
  outline: none;
}
.cid-uSfqu1nw5m .navbar-toggler {
  position: relative;
}
.cid-uSfqu1nw5m .widget-title,
.cid-uSfqu1nw5m .widget-icon {
  color: #e9e9e9;
}
.cid-uSfqu1nw5m .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-uSfqu1nw5m .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-uSfqu1nw5m .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-uSfqu1nw5m .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-uSfqu1nw5m .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-uSfqu1nw5m .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-uSfqu1nw5m .menu-content-top,
  .cid-uSfqu1nw5m .menu-bottom {
    padding: 0 15px;
  }
  .cid-uSfqu1nw5m button.navbar-toggler {
    align-self: center;
  }
  .cid-uSfqu1nw5m .btn {
    margin-left: 0;
  }
  .cid-uSfqu1nw5m .widget-icon {
    padding-right: 0;
  }
}
.cid-uSfqu1nw5m .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-uSfqu1nw5m .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #5a67a1;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-uSfqu1nw5m .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-uSfqu1nw5m .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #d2d2df;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-uSfqu1nw5m .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-uSfqu1KLYx {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(to bottom, #163300, #dd2b1c);
}
@media (min-width: 768px) {
  .cid-uSfqu1KLYx {
    align-items: flex-start;
  }
  .cid-uSfqu1KLYx .row {
    justify-content: flex-start;
  }
}
.cid-uSfqu1KLYx .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uSfqu1KLYx .mbr-text,
.cid-uSfqu1KLYx .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uSfqu1KLYx .mbr-section-title,
.cid-uSfqu1KLYx .line {
  color: #232323;
}
.cid-uSfqu1KLYx h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uSfqu1KLYx h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uSfqu1KLYx .mbr-section-subtitle,
.cid-uSfqu1KLYx .align {
  text-align: left;
  color: #232323;
}
.cid-uSfqu1U1wL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #254b45;
}
.cid-uSfqu1U1wL .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uSfqu1U1wL .modal-body .close {
  background: #1b1b1b;
}
.cid-uSfqu1U1wL .modal-body .close span {
  font-style: normal;
}
@media (min-width: 992px) {
  .cid-uSfqu1U1wL .align-center {
    text-align: left;
    max-width: 850px;
  }
  .cid-uSfqu1U1wL .carousel-caption {
    justify-content: flex-start !important;
    padding-left: 5rem;
  }
}
.cid-uSfqu1U1wL .mbr-slider .carousel-control {
  background: black!important;
  border-radius: 6px;
  height: 100px;
  width: 50px;
}
.cid-uSfqu1U1wL .mbri-right:before {
  content: "\e909";
  color: white;
}
.cid-uSfqu1U1wL .mbri-left:before {
  content: "\e90a";
  color: white;
}
.cid-uSfqu1U1wL .container {
  max-width: 100%;
  padding: 0;
}
.cid-uSfqu1U1wL .content-slider-wrap {
  width: 100%;
}
.cid-uSfqu1U1wL .carousel-inner > .active,
.cid-uSfqu1U1wL .carousel-inner > .next,
.cid-uSfqu1U1wL .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-uSfqu1U1wL .carousel-control .icon-next,
.cid-uSfqu1U1wL .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uSfqu1U1wL .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uSfqu1U1wL .mbr-iconfont {
  color: black;
  font-size: 2rem!important;
  font-family: 'Moririse2' !important;
  font-weight: 600;
}
.cid-uSfqu1U1wL .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-uSfqu1U1wL .boxed-slider > div {
  position: relative;
}
.cid-uSfqu1U1wL .container img {
  width: 100%;
}
.cid-uSfqu1U1wL .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-uSfqu1U1wL .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uSfqu1U1wL .mbr-table-cell {
  padding: 0;
}
.cid-uSfqu1U1wL .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uSfqu1U1wL .carousel-caption {
  top: auto;
  right: 0;
  bottom: 2rem;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uSfqu1U1wL .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uSfqu1U1wL .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-uSfqu1U1wL .carousel-item.active.right,
.cid-uSfqu1U1wL .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uSfqu1U1wL .carousel-item.active.left,
.cid-uSfqu1U1wL .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uSfqu1U1wL .carousel-item.active,
.cid-uSfqu1U1wL .carousel-item.next.left,
.cid-uSfqu1U1wL .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-uSfqu1U1wL .mbr-slider .carousel-control {
  top: 50%;
  margin-top: -1.5rem;
  font-size: 35px;
  transition: all .3s;
  z-index: 11;
}
@media (max-width: 767px) {
  .cid-uSfqu1U1wL .mbr-slider .carousel-control {
    top: 20%;
  }
}
.cid-uSfqu1U1wL .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uSfqu1U1wL .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uSfqu1U1wL .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-uSfqu1U1wL .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uSfqu1U1wL .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 10px;
  width: 10px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-uSfqu1U1wL .mbr-slider .carousel-indicators li.active,
.cid-uSfqu1U1wL .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-uSfqu1U1wL .mbr-slider .carousel-indicators li::after,
.cid-uSfqu1U1wL .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-uSfqu1U1wL .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-uSfqu1U1wL .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-uSfqu1U1wL .mbr-slider > .container img {
  width: 100%;
}
.cid-uSfqu1U1wL .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uSfqu1U1wL .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-uSfqu1U1wL .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uSfqu1U1wL .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uSfqu1U1wL .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-uSfqu1U1wL .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-uSfqu1U1wL .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-uSfqu1U1wL .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-uSfqu1U1wL .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-uSfqu1U1wL .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uSfqu1U1wL .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-uSfqu1U1wL .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-uSfqu1U1wL .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-uSfqu1U1wL .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-uSfqu1U1wL .carousel-inner {
  height: 100%;
}
.cid-uSfqu1U1wL .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-uSfqu1U1wL .image_wrapper {
  height: 950px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-uSfqu1U1wL .image_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uSfqu1U1wL .carousel-item .container-slide {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uSfqu1U1wL .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uSfqu1U1wL .content-slider-wrap {
    width: 100%!important;
  }
  .cid-uSfqu1U1wL .image_wrapper {
    height: 570px;
  }
}
.cid-uSfqu1U1wL P {
  color: #ffffff;
}
.cid-uSfqu2gTre {
  padding-top: 2rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/celik-sac-imalati-uretimi-prosteel-800x600.png");
}
.cid-uSfqu2gTre::before {
  content: '';
  position: absolute;
  right: -14%;
  bottom: 0;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(#dd2b1c -10%, transparent 95%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uSfqu2gTre::before {
    opacity: .4;
  }
}
.cid-uSfqu2gTre::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -20%;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #a7a4a3 -10%, transparent 95%);
}
@media (max-width: 992px) {
  .cid-uSfqu2gTre::after {
    opacity: .4;
  }
}
.cid-uSfqu2gTre .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSfqu2gTre .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSfqu2gTre .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uSfqu2gTre .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uSfqu2gTre .container {
    padding: 0 16px;
  }
}
.cid-uSfqu2gTre .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uSfqu2gTre .row .card {
  justify-content: flex-end;
}
.cid-uSfqu2gTre .title-wrapper {
  margin-bottom: 246px;
}
@media (max-width: 1200px) {
  .cid-uSfqu2gTre .title-wrapper {
    margin-bottom: 148px;
  }
}
@media (max-width: 992px) {
  .cid-uSfqu2gTre .title-wrapper {
    margin-bottom: 90px;
  }
}
.cid-uSfqu2gTre .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uSfqu2gTre .title-wrapper .mbr-section-title span {
  color: #dd2b1c;
}
.cid-uSfqu2gTre .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSfqu2gTre .text-wrapper .text_2 {
  margin-top: 32px;
}
.cid-uSfqu2gTre .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uSfqu2gTre .text-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uSfqu2gTre .text-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uSfqu2gTre .text-wrapper .mbr-section-btn .btn-success-outline,
.cid-uSfqu2gTre .text-wrapper .mbr-section-btn .btn-info-outline,
.cid-uSfqu2gTre .text-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uSfqu2gTre .text-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uSfqu2gTre .text-wrapper .mbr-section-btn .btn-black-outline,
.cid-uSfqu2gTre .text-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uSfqu2gTre .text-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uSfqu2gTre .text-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uSfqu2gTre .text-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uSfqu2gTre .text-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uSfqu2gTre .text-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uSfqu2gTre .text-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uSfqu2gTre .text-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uSfqu2gTre .text-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uSfqu2gTre .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uSfqu2gTre .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uSfqu2gTre .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uSfqu2gTre .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uSfqu2gTre .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uSfqu2gTre .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uSfqu2gTre .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uSfqu2gTre .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uSfqu2gTre .text-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uSfqu2gTre .text-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uSfqu2gTre .text-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uSfqu2gTre .text-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uSfqu2gTre .text-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uSfqu2gTre .text-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uSfqu2gTre .text-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-uSfqu2gTre .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uSfqu2gTre .text-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uSfqu2gTre .text-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uSfqu2gTre .text-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uSfqu2gTre .text-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uSfqu2gTre .text-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uSfqu2gTre .text-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uSfqu2gTre .text-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uSfqu2gTre .text-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uSfqu2gTre .text-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uSfqu2gTre .text-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uSfqu2gTre .text-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uSfqu2gTre .text-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uSfqu2gTre .text-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uSfqu2gTre .text-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uSfqu2gTre .text-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uSfqu2gTre .text-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uSfqu2gTre .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uSfqu2gTre .text-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #dd2b1c !important;
}
.cid-uSfqu2gTre .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uSfqu2gTre .text-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #ffffff !important;
}
.cid-uSfqu2gTre .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uSfqu2gTre .text-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #3a341c !important;
}
.cid-uSfqu2gTre .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uSfqu2gTre .text-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #320707 !important;
}
.cid-uSfqu2gTre .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uSfqu2gTre .text-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #a0e2e1 !important;
}
.cid-uSfqu2gTre .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uSfqu2gTre .text-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #ffea64 !important;
}
.cid-uSfqu2gTre .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uSfqu2gTre .text-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uSfqu2gTre .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uSfqu2gTre .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uSfqu2gTre .mbr-section-title {
  color: #000000;
}
.cid-uSfqu2gTre .mbr-text {
  color: #000000;
}
.cid-uSfqu2wH0N {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #dd2b1c, #232323);
}
@media (min-width: 768px) {
  .cid-uSfqu2wH0N {
    align-items: flex-start;
  }
  .cid-uSfqu2wH0N .row {
    justify-content: flex-start;
  }
}
.cid-uSfqu2wH0N .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uSfqu2wH0N .mbr-text,
.cid-uSfqu2wH0N .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uSfqu2wH0N .mbr-section-title,
.cid-uSfqu2wH0N .line {
  color: #ffffff;
  text-align: center;
}
.cid-uSfqu2wH0N h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uSfqu2wH0N h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uSfqu2wH0N .mbr-section-subtitle,
.cid-uSfqu2wH0N .align {
  text-align: left;
  color: #232323;
}
.cid-uSfDqBsN6T {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/yapi-proje-gelistirme-prosteel2047-1000x750.jpg");
}
.cid-uSfDqBsN6T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSfDqBsN6T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSfDqBsN6T .row {
  justify-content: center;
}
.cid-uSfDqBsN6T .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uSfDqBsN6T .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uSfDqBsN6T .container {
    padding: 0 15px;
  }
}
.cid-uSfDqBsN6T .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSfDqBsN6T .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uSfDqBsN6T .content-wrapper {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uSfDqBsN6T .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uSfDqBsN6T .content-wrapper .panel-group .card {
  border: none;
  border-radius: 0;
  padding-left: 15px;
  position: relative;
}
.cid-uSfDqBsN6T .content-wrapper .panel-group .card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, #ffffff 0, #ffffff 50%, transparent 100%);
  opacity: .2;
}
.cid-uSfDqBsN6T .content-wrapper .panel-group .card .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
}
.cid-uSfDqBsN6T .content-wrapper .panel-group .card .card-header .panel-title {
  display: inline-flex;
  align-items: center;
}
.cid-uSfDqBsN6T .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  color: #ffffff;
}
.cid-uSfDqBsN6T .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #ffffff;
}
.cid-uSfDqBsN6T .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uSfDqBsN6T .content-wrapper .panel-group .card .card-header .panel-title .mbr-iconfont {
  width: 22px;
  height: 22px;
  min-width: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #d2d2df;
  margin-right: 15px;
  transition: all 0.3s ease-in-out;
}
.cid-uSfDqBsN6T .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 38px;
}
.cid-uSfDqBsN6T .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  line-height: 1.4;
  margin-bottom: 0;
}
.cid-uSfDqBsN6T .content-wrapper .panel-group .card .panel-collapse .panel-body .mbr-section-btn {
  margin-top: 30px;
}
.cid-uSfDqBsN6T .content-wrapper .panel-group .card .panel-collapse .panel-body .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uSfDqBsN6T .image-wrapper {
  position: relative;
  margin-left: 21px;
  min-height: 320px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uSfDqBsN6T .image-wrapper {
    margin: 0;
  }
}
.cid-uSfDqBsN6T .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid #dd2b1c;
  z-index: 1;
}
.cid-uSfDqBsN6T .image-wrapper::before {
  content: '';
  position: absolute;
  height: 110%;
  width: 125%;
  border-radius: 100%;
  background-color: #284177;
  filter: blur(80px);
  pointer-events: none;
}
.cid-uSfDqBsN6T .image-wrapper .mbr-image-text {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-uSfDqBsN6T .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uSfDqBsN6T .panel-title {
  color: #d2d2df;
}
.cid-uSfDqBsN6T .panel-text {
  color: #d2d2df;
}
.cid-uSfDqBsN6T .mbr-image-text {
  color: #ffffff;
  text-align: center;
}
.cid-uSfDqBsN6T .panel-title-edit,
.cid-uSfDqBsN6T .card-header {
  color: #ffffff;
}
.cid-uSfDqBsN6T .panel-text,
.cid-uSfDqBsN6T .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uSfqu3stTS {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #232323, #dd2b1c);
}
@media (min-width: 768px) {
  .cid-uSfqu3stTS {
    align-items: flex-start;
  }
  .cid-uSfqu3stTS .row {
    justify-content: flex-start;
  }
}
.cid-uSfqu3stTS .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uSfqu3stTS .mbr-text,
.cid-uSfqu3stTS .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uSfqu3stTS .mbr-section-title,
.cid-uSfqu3stTS .line {
  color: #ffffff;
  text-align: center;
}
.cid-uSfqu3stTS h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uSfqu3stTS h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uSfqu3stTS .mbr-section-subtitle,
.cid-uSfqu3stTS .align {
  text-align: left;
  color: #232323;
}
.cid-uSfDr9udPt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/yapi-proje-gelistirme-prosteel2047-1000x750.jpg");
}
.cid-uSfDr9udPt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSfDr9udPt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSfDr9udPt .row {
  justify-content: center;
}
.cid-uSfDr9udPt .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uSfDr9udPt .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uSfDr9udPt .container {
    padding: 0 15px;
  }
}
.cid-uSfDr9udPt .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSfDr9udPt .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uSfDr9udPt .content-wrapper {
  padding-right: 21px;
  padding-right: 0;
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uSfDr9udPt .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uSfDr9udPt .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uSfDr9udPt .content-wrapper .panel-group .card {
  border: none;
  border-radius: 0;
  padding-left: 15px;
  position: relative;
}
.cid-uSfDr9udPt .content-wrapper .panel-group .card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, #ffffff 0, #ffffff 50%, transparent 100%);
  opacity: .2;
}
.cid-uSfDr9udPt .content-wrapper .panel-group .card .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
}
.cid-uSfDr9udPt .content-wrapper .panel-group .card .card-header .panel-title {
  display: inline-flex;
  align-items: center;
}
.cid-uSfDr9udPt .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  color: #ffffff;
}
.cid-uSfDr9udPt .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #ffffff;
}
.cid-uSfDr9udPt .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uSfDr9udPt .content-wrapper .panel-group .card .card-header .panel-title .mbr-iconfont {
  width: 22px;
  height: 22px;
  min-width: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #d2d2df;
  margin-right: 15px;
  transition: all 0.3s ease-in-out;
}
.cid-uSfDr9udPt .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 38px;
}
.cid-uSfDr9udPt .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  line-height: 1.4;
  margin-bottom: 0;
}
.cid-uSfDr9udPt .content-wrapper .panel-group .card .panel-collapse .panel-body .mbr-section-btn {
  margin-top: 30px;
}
.cid-uSfDr9udPt .content-wrapper .panel-group .card .panel-collapse .panel-body .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uSfDr9udPt .image-wrapper {
  position: relative;
  margin-left: 21px;
  min-height: 320px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-left: 0;
  margin-right: 21px;
}
@media (max-width: 992px) {
  .cid-uSfDr9udPt .image-wrapper {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-uSfDr9udPt .image-wrapper {
    margin: 0;
  }
}
.cid-uSfDr9udPt .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid #dd2b1c;
  z-index: 1;
}
.cid-uSfDr9udPt .image-wrapper::before {
  content: '';
  position: absolute;
  height: 110%;
  width: 125%;
  border-radius: 100%;
  background-color: #284177;
  filter: blur(80px);
  pointer-events: none;
}
.cid-uSfDr9udPt .image-wrapper .mbr-image-text {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-uSfDr9udPt .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uSfDr9udPt .panel-title {
  color: #d2d2df;
}
.cid-uSfDr9udPt .panel-text {
  color: #d2d2df;
}
.cid-uSfDr9udPt .mbr-image-text {
  color: #ffffff;
  text-align: center;
}
.cid-uSfDr9udPt .panel-title-edit,
.cid-uSfDr9udPt .card-header {
  color: #ffffff;
}
.cid-uSfDr9udPt .panel-text,
.cid-uSfDr9udPt .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uSfqu4jHSe {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/yapi-proje-gelistirme-prosteel2032-1000x749.jpg");
}
.cid-uSfqu4jHSe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSfqu4jHSe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSfqu4jHSe .row {
  margin: 0 -8px;
}
.cid-uSfqu4jHSe .row .card {
  padding: 0 8px;
}
.cid-uSfqu4jHSe .card-wrapper {
  position: relative;
  padding: 75px 64px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uSfqu4jHSe .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uSfqu4jHSe .card-wrapper {
    padding: 24px;
  }
}
.cid-uSfqu4jHSe .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
}
.cid-uSfqu4jHSe .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #dd2b1c;
  opacity: .6;
}
.cid-uSfqu4jHSe .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uSfqu4jHSe .card-wrapper .card-wrap .mbr-label {
  margin-bottom: 24px;
}
.cid-uSfqu4jHSe .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uSfqu4jHSe .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uSfqu4jHSe .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uSfqu4jHSe .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uSfqu4jHSe .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uSfqu4jHSe .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uSfqu4jHSe .mbr-label {
  color: #63635d;
  text-align: center;
}
.cid-uSfqu4jHSe .mbr-text,
.cid-uSfqu4jHSe .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uSfqu4jHSe .mbr-section-title,
.cid-uSfqu4jHSe .mbr-section-btn {
  color: #ffffff;
}
.cid-uSfqu4yYV9 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  border-bottom: 2px solid #ffffff;
  background-image: url("../../../assets/images/yapi-proje-gelistirme-prosteel2010-1000x679.jpg");
}
.cid-uSfqu4yYV9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSfqu4yYV9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSfqu4yYV9 .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uSfqu4yYV9 .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uSfqu4yYV9 .content-wrapper {
    padding: 0;
  }
}
.cid-uSfqu4yYV9 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uSfqu4yYV9 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uSfqu4yYV9 .mbr-section-title,
.cid-uSfqu4yYV9 .title-wrapper {
  color: #ffffff;
}
.cid-uSfqu4yYV9 .mbr-section-title,
.cid-uSfqu4yYV9 .mbr-section-btn,
.cid-uSfqu4yYV9 .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uSfqu4L6RX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSfqu4L6RX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSfqu4L6RX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSfqu4L6RX .container {
  max-width: 1472px;
}
.cid-uSfqu4L6RX .footer-main-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-radius: 2.08rem;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-uSfqu4L6RX .col-brand {
  width: 100%;
  padding: 2.5rem;
}
@media (max-width: 991px) {
  .cid-uSfqu4L6RX .col-brand {
    padding: 24px;
  }
}
.cid-uSfqu4L6RX .navbar-brand {
  display: flex;
  flex-basis: auto;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  white-space: normal;
  flex-shrink: 0;
  align-items: center;
  padding: 0;
  z-index: 1;
  margin-right: auto;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uSfqu4L6RX .navbar-brand:hover {
  transform: scale(1.1);
}
.cid-uSfqu4L6RX .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uSfqu4L6RX .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uSfqu4L6RX .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uSfqu4L6RX .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uSfqu4L6RX .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uSfqu4L6RX .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uSfqu4L6RX .links-container {
  width: 100%;
  padding: 2.5rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 8.8%;
}
@media (max-width: 991px) {
  .cid-uSfqu4L6RX .links-container {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 17.6%;
    row-gap: 6.67rem;
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uSfqu4L6RX .links-container {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1.2rem;
    row-gap: 1.2rem;
  }
}
.cid-uSfqu4L6RX .mbr-section-subtitle {
  color: #13287d;
  margin-bottom: 12px;
}
.cid-uSfqu4L6RX .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #232323;
}
.cid-uSfqu4L6RX .list li {
  width: 100%;
  color: inherit !important;
  margin: 6px 0;
}
.cid-uSfqu4L6RX .list li:hover {
  color: #dd2b1c !important;
}
.cid-uSfqu4L6RX .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uSfqu4L6RX .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uSfqu4L6RX .copyright-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid rgba(255, 255, 255, 0.01);
  padding: 32px 0 24px;
}
@media (max-width: 767px) {
  .cid-uSfqu4L6RX .copyright-container {
    padding: 24px 0 16px;
    flex-wrap: wrap;
  }
}
.cid-uSfqu4L6RX .copyright {
  color: #232323;
  max-width: 45%;
}
@media (max-width: 767px) {
  .cid-uSfqu4L6RX .copyright {
    max-width: 100%;
    width: 100%;
  }
}
.cid-uSfqu4L6RX .social-row {
  width: auto;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  max-width: 45%;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uSfqu4L6RX .social-row {
    max-width: 100%;
    width: 100%;
    justify-content: flex-start;
  }
}
.cid-uSfqu4L6RX .mbr-iconfont {
  font-size: 22px;
  color: #ae5eff;
}
.cid-uSfqu4L6RX .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.01);
  margin-left: 4px;
  margin-bottom: 4px;
  padding: 12px;
  min-height: 70px;
  min-width: 70px;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-uSfqu4L6RX .soc-item {
    margin-left: 0;
    margin-right: 4px;
    margin-bottom: 0;
    margin-top: 4px;
    padding: 10px;
    min-height: 50px;
    min-width: 50px;
  }
}
.cid-uSfqu4L6RX .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uSfqu4L6RX .soc-item a:hover {
  text-decoration-line: none !important;
}
.cid-uSfqu4L6RX .soc-item:hover {
  transform: scale(0.95);
}
.cid-uSfqu4L6RX .soc-item:hover .mbr-iconfont {
  color: #FFDD65 !important;
}
.cid-uSfqCOG4o4 .navbar {
  padding: 0.5rem 0;
  background: #9c98cf;
  transition: none;
  min-height: 50px;
}
.cid-uSfqCOG4o4 .navbar-fixed-top {
  padding-top: 0;
}
.cid-uSfqCOG4o4 .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-uSfqCOG4o4 .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #5a67a1;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-uSfqCOG4o4 .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-uSfqCOG4o4 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uSfqCOG4o4 .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uSfqCOG4o4 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uSfqCOG4o4 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-uSfqCOG4o4 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uSfqCOG4o4 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uSfqCOG4o4 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uSfqCOG4o4 .menu-content-top {
  background: #dd2b1c;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uSfqCOG4o4 .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-uSfqCOG4o4 .dropdown-item:hover {
  color: #d2d2df !important;
}
.cid-uSfqCOG4o4 .nav-link,
.cid-uSfqCOG4o4 .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-uSfqCOG4o4 .nav-link:hover,
.cid-uSfqCOG4o4 .brand-name:hover {
  color: #d2d2df !important;
}
.cid-uSfqCOG4o4 .dropdown-menu {
  background-color: #5a67a1;
}
.cid-uSfqCOG4o4 .dropdown-item:active {
  background-color: #5a67a1;
}
.cid-uSfqCOG4o4 .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-uSfqCOG4o4 .navbar-dropdown.bg-color.transparent.opened {
  background: #9c98cf;
}
.cid-uSfqCOG4o4 .nav-item {
  position: relative;
}
.cid-uSfqCOG4o4 .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uSfqCOG4o4 .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-uSfqCOG4o4 .nav-item .nav-link:focus {
  outline: none;
}
.cid-uSfqCOG4o4 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSfqCOG4o4 .content-text {
  margin-bottom: 0;
}
.cid-uSfqCOG4o4 .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uSfqCOG4o4 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #dd2b1c;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uSfqCOG4o4 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uSfqCOG4o4 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uSfqCOG4o4 .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uSfqCOG4o4 .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uSfqCOG4o4 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uSfqCOG4o4 .content-right-side {
  text-align: center;
}
.cid-uSfqCOG4o4 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uSfqCOG4o4 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uSfqCOG4o4 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uSfqCOG4o4 .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-uSfqCOG4o4 .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uSfqCOG4o4 .info-widget:first-child {
  margin-left: 0;
}
.cid-uSfqCOG4o4 .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-uSfqCOG4o4 .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uSfqCOG4o4 .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uSfqCOG4o4 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uSfqCOG4o4 .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-uSfqCOG4o4 .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uSfqCOG4o4 .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #5a67a1;
}
@media (min-width: 992px) {
  .cid-uSfqCOG4o4 .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-uSfqCOG4o4 .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #d2d2df;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-uSfqCOG4o4 .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-uSfqCOG4o4 .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uSfqCOG4o4 .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-uSfqCOG4o4 .navbar {
    display: block;
    padding: 0;
  }
  .cid-uSfqCOG4o4 .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-uSfqCOG4o4 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uSfqCOG4o4 .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uSfqCOG4o4 .navbar-toggler {
    display: none;
  }
  .cid-uSfqCOG4o4 .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-uSfqCOG4o4 .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uSfqCOG4o4 .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-uSfqCOG4o4 .btn-sm {
  padding: 13px 29px;
}
.cid-uSfqCOG4o4 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uSfqCOG4o4 .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-uSfqCOG4o4 .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-uSfqCOG4o4 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uSfqCOG4o4 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uSfqCOG4o4 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uSfqCOG4o4 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uSfqCOG4o4 .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uSfqCOG4o4 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uSfqCOG4o4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uSfqCOG4o4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSfqCOG4o4 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uSfqCOG4o4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uSfqCOG4o4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSfqCOG4o4 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uSfqCOG4o4 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSfqCOG4o4 .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uSfqCOG4o4 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-uSfqCOG4o4 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uSfqCOG4o4 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uSfqCOG4o4 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uSfqCOG4o4 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-uSfqCOG4o4 button.navbar-toggler:focus {
  outline: none;
}
.cid-uSfqCOG4o4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uSfqCOG4o4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uSfqCOG4o4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSfqCOG4o4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSfqCOG4o4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uSfqCOG4o4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSfqCOG4o4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSfqCOG4o4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSfqCOG4o4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSfqCOG4o4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSfqCOG4o4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSfqCOG4o4 .collapsed .btn {
  display: flex;
}
.cid-uSfqCOG4o4 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uSfqCOG4o4 .collapsed .navbar-collapse.collapsing,
.cid-uSfqCOG4o4 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uSfqCOG4o4 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uSfqCOG4o4 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uSfqCOG4o4 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uSfqCOG4o4 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uSfqCOG4o4 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uSfqCOG4o4 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uSfqCOG4o4 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uSfqCOG4o4 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uSfqCOG4o4 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uSfqCOG4o4 .collapsed button.navbar-toggler {
  display: block;
}
.cid-uSfqCOG4o4 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uSfqCOG4o4 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uSfqCOG4o4 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uSfqCOG4o4 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uSfqCOG4o4 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uSfqCOG4o4 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uSfqCOG4o4 .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uSfqCOG4o4 .menu-content-top {
    display: flex;
  }
  .cid-uSfqCOG4o4 .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-uSfqCOG4o4 .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-uSfqCOG4o4 .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-uSfqCOG4o4 .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-uSfqCOG4o4 .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-uSfqCOG4o4 .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-uSfqCOG4o4 .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-uSfqCOG4o4 .navbar-collapse.collapsing,
  .cid-uSfqCOG4o4 .navbar-collapse.show {
    display: block !important;
  }
  .cid-uSfqCOG4o4 .navbar-collapse.collapsing .navbar-nav,
  .cid-uSfqCOG4o4 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uSfqCOG4o4 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uSfqCOG4o4 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uSfqCOG4o4 .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-uSfqCOG4o4 .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #dd2b1c;
  }
  .cid-uSfqCOG4o4 .navbar-collapse.collapsing .navbar-buttons,
  .cid-uSfqCOG4o4 .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uSfqCOG4o4 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uSfqCOG4o4 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uSfqCOG4o4 img {
    height: 3.8rem !important;
  }
  .cid-uSfqCOG4o4 .btn {
    display: flex;
  }
  .cid-uSfqCOG4o4 button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-uSfqCOG4o4 .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-uSfqCOG4o4 .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uSfqCOG4o4 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uSfqCOG4o4 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uSfqCOG4o4 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uSfqCOG4o4 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uSfqCOG4o4 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uSfqCOG4o4 .nav-link:focus {
  outline: none;
}
.cid-uSfqCOG4o4 .navbar-toggler {
  position: relative;
}
.cid-uSfqCOG4o4 .widget-title,
.cid-uSfqCOG4o4 .widget-icon {
  color: #e9e9e9;
}
.cid-uSfqCOG4o4 .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-uSfqCOG4o4 .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-uSfqCOG4o4 .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-uSfqCOG4o4 .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-uSfqCOG4o4 .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-uSfqCOG4o4 .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-uSfqCOG4o4 .menu-content-top,
  .cid-uSfqCOG4o4 .menu-bottom {
    padding: 0 15px;
  }
  .cid-uSfqCOG4o4 button.navbar-toggler {
    align-self: center;
  }
  .cid-uSfqCOG4o4 .btn {
    margin-left: 0;
  }
  .cid-uSfqCOG4o4 .widget-icon {
    padding-right: 0;
  }
}
.cid-uSfqCOG4o4 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-uSfqCOG4o4 .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #5a67a1;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-uSfqCOG4o4 .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-uSfqCOG4o4 .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #d2d2df;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-uSfqCOG4o4 .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-uSfqCP4OXz {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(to bottom, #163300, #dd2b1c);
}
@media (min-width: 768px) {
  .cid-uSfqCP4OXz {
    align-items: flex-start;
  }
  .cid-uSfqCP4OXz .row {
    justify-content: flex-start;
  }
}
.cid-uSfqCP4OXz .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uSfqCP4OXz .mbr-text,
.cid-uSfqCP4OXz .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uSfqCP4OXz .mbr-section-title,
.cid-uSfqCP4OXz .line {
  color: #232323;
}
.cid-uSfqCP4OXz h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uSfqCP4OXz h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uSfqCP4OXz .mbr-section-subtitle,
.cid-uSfqCP4OXz .align {
  text-align: left;
  color: #232323;
}
.cid-uSfqCPhw43 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #254b45;
}
.cid-uSfqCPhw43 .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uSfqCPhw43 .modal-body .close {
  background: #1b1b1b;
}
.cid-uSfqCPhw43 .modal-body .close span {
  font-style: normal;
}
@media (min-width: 992px) {
  .cid-uSfqCPhw43 .align-center {
    text-align: left;
    max-width: 850px;
  }
  .cid-uSfqCPhw43 .carousel-caption {
    justify-content: flex-start !important;
    padding-left: 5rem;
  }
}
.cid-uSfqCPhw43 .mbr-slider .carousel-control {
  background: black!important;
  border-radius: 6px;
  height: 100px;
  width: 50px;
}
.cid-uSfqCPhw43 .mbri-right:before {
  content: "\e909";
  color: white;
}
.cid-uSfqCPhw43 .mbri-left:before {
  content: "\e90a";
  color: white;
}
.cid-uSfqCPhw43 .container {
  max-width: 100%;
  padding: 0;
}
.cid-uSfqCPhw43 .content-slider-wrap {
  width: 100%;
}
.cid-uSfqCPhw43 .carousel-inner > .active,
.cid-uSfqCPhw43 .carousel-inner > .next,
.cid-uSfqCPhw43 .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-uSfqCPhw43 .carousel-control .icon-next,
.cid-uSfqCPhw43 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uSfqCPhw43 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uSfqCPhw43 .mbr-iconfont {
  color: black;
  font-size: 2rem!important;
  font-family: 'Moririse2' !important;
  font-weight: 600;
}
.cid-uSfqCPhw43 .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-uSfqCPhw43 .boxed-slider > div {
  position: relative;
}
.cid-uSfqCPhw43 .container img {
  width: 100%;
}
.cid-uSfqCPhw43 .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-uSfqCPhw43 .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uSfqCPhw43 .mbr-table-cell {
  padding: 0;
}
.cid-uSfqCPhw43 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uSfqCPhw43 .carousel-caption {
  top: auto;
  right: 0;
  bottom: 2rem;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uSfqCPhw43 .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uSfqCPhw43 .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-uSfqCPhw43 .carousel-item.active.right,
.cid-uSfqCPhw43 .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uSfqCPhw43 .carousel-item.active.left,
.cid-uSfqCPhw43 .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uSfqCPhw43 .carousel-item.active,
.cid-uSfqCPhw43 .carousel-item.next.left,
.cid-uSfqCPhw43 .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-uSfqCPhw43 .mbr-slider .carousel-control {
  top: 50%;
  margin-top: -1.5rem;
  font-size: 35px;
  transition: all .3s;
  z-index: 11;
}
@media (max-width: 767px) {
  .cid-uSfqCPhw43 .mbr-slider .carousel-control {
    top: 20%;
  }
}
.cid-uSfqCPhw43 .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uSfqCPhw43 .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uSfqCPhw43 .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-uSfqCPhw43 .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uSfqCPhw43 .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 10px;
  width: 10px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-uSfqCPhw43 .mbr-slider .carousel-indicators li.active,
.cid-uSfqCPhw43 .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-uSfqCPhw43 .mbr-slider .carousel-indicators li::after,
.cid-uSfqCPhw43 .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-uSfqCPhw43 .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-uSfqCPhw43 .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-uSfqCPhw43 .mbr-slider > .container img {
  width: 100%;
}
.cid-uSfqCPhw43 .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uSfqCPhw43 .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-uSfqCPhw43 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uSfqCPhw43 .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uSfqCPhw43 .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-uSfqCPhw43 .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-uSfqCPhw43 .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-uSfqCPhw43 .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-uSfqCPhw43 .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-uSfqCPhw43 .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uSfqCPhw43 .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-uSfqCPhw43 .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-uSfqCPhw43 .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-uSfqCPhw43 .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-uSfqCPhw43 .carousel-inner {
  height: 100%;
}
.cid-uSfqCPhw43 .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-uSfqCPhw43 .image_wrapper {
  height: 950px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-uSfqCPhw43 .image_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uSfqCPhw43 .carousel-item .container-slide {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uSfqCPhw43 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uSfqCPhw43 .content-slider-wrap {
    width: 100%!important;
  }
  .cid-uSfqCPhw43 .image_wrapper {
    height: 570px;
  }
}
.cid-uSfqCPhw43 P {
  color: #ffffff;
}
.cid-uSfqCPDEOX {
  padding-top: 2rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/celik-hadde-imalati-uretimi-prosteel-800x600.png");
}
.cid-uSfqCPDEOX::before {
  content: '';
  position: absolute;
  right: -14%;
  bottom: 0;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(#dd2b1c -10%, transparent 95%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uSfqCPDEOX::before {
    opacity: .4;
  }
}
.cid-uSfqCPDEOX::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -20%;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #a7a4a3 -10%, transparent 95%);
}
@media (max-width: 992px) {
  .cid-uSfqCPDEOX::after {
    opacity: .4;
  }
}
.cid-uSfqCPDEOX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSfqCPDEOX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSfqCPDEOX .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uSfqCPDEOX .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uSfqCPDEOX .container {
    padding: 0 16px;
  }
}
.cid-uSfqCPDEOX .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uSfqCPDEOX .row .card {
  justify-content: flex-end;
}
.cid-uSfqCPDEOX .title-wrapper {
  margin-bottom: 246px;
}
@media (max-width: 1200px) {
  .cid-uSfqCPDEOX .title-wrapper {
    margin-bottom: 148px;
  }
}
@media (max-width: 992px) {
  .cid-uSfqCPDEOX .title-wrapper {
    margin-bottom: 90px;
  }
}
.cid-uSfqCPDEOX .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uSfqCPDEOX .title-wrapper .mbr-section-title span {
  color: #dd2b1c;
}
.cid-uSfqCPDEOX .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSfqCPDEOX .text-wrapper .text_2 {
  margin-top: 32px;
}
.cid-uSfqCPDEOX .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uSfqCPDEOX .text-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uSfqCPDEOX .text-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uSfqCPDEOX .text-wrapper .mbr-section-btn .btn-success-outline,
.cid-uSfqCPDEOX .text-wrapper .mbr-section-btn .btn-info-outline,
.cid-uSfqCPDEOX .text-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uSfqCPDEOX .text-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uSfqCPDEOX .text-wrapper .mbr-section-btn .btn-black-outline,
.cid-uSfqCPDEOX .text-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uSfqCPDEOX .text-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uSfqCPDEOX .text-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uSfqCPDEOX .text-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uSfqCPDEOX .text-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uSfqCPDEOX .text-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uSfqCPDEOX .text-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uSfqCPDEOX .text-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uSfqCPDEOX .text-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uSfqCPDEOX .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uSfqCPDEOX .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uSfqCPDEOX .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uSfqCPDEOX .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uSfqCPDEOX .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uSfqCPDEOX .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uSfqCPDEOX .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uSfqCPDEOX .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uSfqCPDEOX .text-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uSfqCPDEOX .text-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uSfqCPDEOX .text-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uSfqCPDEOX .text-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uSfqCPDEOX .text-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uSfqCPDEOX .text-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uSfqCPDEOX .text-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-uSfqCPDEOX .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uSfqCPDEOX .text-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uSfqCPDEOX .text-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uSfqCPDEOX .text-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uSfqCPDEOX .text-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uSfqCPDEOX .text-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uSfqCPDEOX .text-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uSfqCPDEOX .text-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uSfqCPDEOX .text-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uSfqCPDEOX .text-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uSfqCPDEOX .text-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uSfqCPDEOX .text-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uSfqCPDEOX .text-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uSfqCPDEOX .text-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uSfqCPDEOX .text-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uSfqCPDEOX .text-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uSfqCPDEOX .text-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uSfqCPDEOX .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uSfqCPDEOX .text-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #dd2b1c !important;
}
.cid-uSfqCPDEOX .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uSfqCPDEOX .text-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #ffffff !important;
}
.cid-uSfqCPDEOX .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uSfqCPDEOX .text-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #3a341c !important;
}
.cid-uSfqCPDEOX .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uSfqCPDEOX .text-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #320707 !important;
}
.cid-uSfqCPDEOX .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uSfqCPDEOX .text-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #a0e2e1 !important;
}
.cid-uSfqCPDEOX .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uSfqCPDEOX .text-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #ffea64 !important;
}
.cid-uSfqCPDEOX .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uSfqCPDEOX .text-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uSfqCPDEOX .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uSfqCPDEOX .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uSfqCPDEOX .mbr-section-title {
  color: #000000;
}
.cid-uSfqCPDEOX .mbr-text {
  color: #000000;
}
.cid-uSfqCPPF9j {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #dd2b1c, #232323);
}
@media (min-width: 768px) {
  .cid-uSfqCPPF9j {
    align-items: flex-start;
  }
  .cid-uSfqCPPF9j .row {
    justify-content: flex-start;
  }
}
.cid-uSfqCPPF9j .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uSfqCPPF9j .mbr-text,
.cid-uSfqCPPF9j .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uSfqCPPF9j .mbr-section-title,
.cid-uSfqCPPF9j .line {
  color: #ffffff;
  text-align: center;
}
.cid-uSfqCPPF9j h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uSfqCPPF9j h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uSfqCPPF9j .mbr-section-subtitle,
.cid-uSfqCPPF9j .align {
  text-align: left;
  color: #232323;
}
.cid-uSfDvvBHOl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/yapi-proje-gelistirme-prosteel2047-1000x750.jpg");
}
.cid-uSfDvvBHOl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSfDvvBHOl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSfDvvBHOl .row {
  justify-content: center;
}
.cid-uSfDvvBHOl .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uSfDvvBHOl .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uSfDvvBHOl .container {
    padding: 0 15px;
  }
}
.cid-uSfDvvBHOl .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSfDvvBHOl .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uSfDvvBHOl .content-wrapper {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uSfDvvBHOl .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uSfDvvBHOl .content-wrapper .panel-group .card {
  border: none;
  border-radius: 0;
  padding-left: 15px;
  position: relative;
}
.cid-uSfDvvBHOl .content-wrapper .panel-group .card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, #ffffff 0, #ffffff 50%, transparent 100%);
  opacity: .2;
}
.cid-uSfDvvBHOl .content-wrapper .panel-group .card .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
}
.cid-uSfDvvBHOl .content-wrapper .panel-group .card .card-header .panel-title {
  display: inline-flex;
  align-items: center;
}
.cid-uSfDvvBHOl .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  color: #ffffff;
}
.cid-uSfDvvBHOl .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #ffffff;
}
.cid-uSfDvvBHOl .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uSfDvvBHOl .content-wrapper .panel-group .card .card-header .panel-title .mbr-iconfont {
  width: 22px;
  height: 22px;
  min-width: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #d2d2df;
  margin-right: 15px;
  transition: all 0.3s ease-in-out;
}
.cid-uSfDvvBHOl .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 38px;
}
.cid-uSfDvvBHOl .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  line-height: 1.4;
  margin-bottom: 0;
}
.cid-uSfDvvBHOl .content-wrapper .panel-group .card .panel-collapse .panel-body .mbr-section-btn {
  margin-top: 30px;
}
.cid-uSfDvvBHOl .content-wrapper .panel-group .card .panel-collapse .panel-body .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uSfDvvBHOl .image-wrapper {
  position: relative;
  margin-left: 21px;
  min-height: 320px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uSfDvvBHOl .image-wrapper {
    margin: 0;
  }
}
.cid-uSfDvvBHOl .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid #dd2b1c;
  z-index: 1;
}
.cid-uSfDvvBHOl .image-wrapper::before {
  content: '';
  position: absolute;
  height: 110%;
  width: 125%;
  border-radius: 100%;
  background-color: #284177;
  filter: blur(80px);
  pointer-events: none;
}
.cid-uSfDvvBHOl .image-wrapper .mbr-image-text {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-uSfDvvBHOl .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uSfDvvBHOl .panel-title {
  color: #d2d2df;
}
.cid-uSfDvvBHOl .panel-text {
  color: #d2d2df;
}
.cid-uSfDvvBHOl .mbr-image-text {
  color: #ffffff;
  text-align: center;
}
.cid-uSfDvvBHOl .panel-title-edit,
.cid-uSfDvvBHOl .card-header {
  color: #ffffff;
}
.cid-uSfDvvBHOl .panel-text,
.cid-uSfDvvBHOl .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uSfqCQOZI3 {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #232323, #dd2b1c);
}
@media (min-width: 768px) {
  .cid-uSfqCQOZI3 {
    align-items: flex-start;
  }
  .cid-uSfqCQOZI3 .row {
    justify-content: flex-start;
  }
}
.cid-uSfqCQOZI3 .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uSfqCQOZI3 .mbr-text,
.cid-uSfqCQOZI3 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uSfqCQOZI3 .mbr-section-title,
.cid-uSfqCQOZI3 .line {
  color: #ffffff;
  text-align: center;
}
.cid-uSfqCQOZI3 h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uSfqCQOZI3 h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uSfqCQOZI3 .mbr-section-subtitle,
.cid-uSfqCQOZI3 .align {
  text-align: left;
  color: #232323;
}
.cid-uSfDvXI3Vl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/yapi-proje-gelistirme-prosteel2047-1000x750.jpg");
}
.cid-uSfDvXI3Vl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSfDvXI3Vl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSfDvXI3Vl .row {
  justify-content: center;
}
.cid-uSfDvXI3Vl .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uSfDvXI3Vl .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uSfDvXI3Vl .container {
    padding: 0 15px;
  }
}
.cid-uSfDvXI3Vl .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSfDvXI3Vl .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uSfDvXI3Vl .content-wrapper {
  padding-right: 21px;
  padding-right: 0;
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uSfDvXI3Vl .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uSfDvXI3Vl .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uSfDvXI3Vl .content-wrapper .panel-group .card {
  border: none;
  border-radius: 0;
  padding-left: 15px;
  position: relative;
}
.cid-uSfDvXI3Vl .content-wrapper .panel-group .card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, #ffffff 0, #ffffff 50%, transparent 100%);
  opacity: .2;
}
.cid-uSfDvXI3Vl .content-wrapper .panel-group .card .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
}
.cid-uSfDvXI3Vl .content-wrapper .panel-group .card .card-header .panel-title {
  display: inline-flex;
  align-items: center;
}
.cid-uSfDvXI3Vl .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  color: #ffffff;
}
.cid-uSfDvXI3Vl .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #ffffff;
}
.cid-uSfDvXI3Vl .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uSfDvXI3Vl .content-wrapper .panel-group .card .card-header .panel-title .mbr-iconfont {
  width: 22px;
  height: 22px;
  min-width: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #d2d2df;
  margin-right: 15px;
  transition: all 0.3s ease-in-out;
}
.cid-uSfDvXI3Vl .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 38px;
}
.cid-uSfDvXI3Vl .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  line-height: 1.4;
  margin-bottom: 0;
}
.cid-uSfDvXI3Vl .content-wrapper .panel-group .card .panel-collapse .panel-body .mbr-section-btn {
  margin-top: 30px;
}
.cid-uSfDvXI3Vl .content-wrapper .panel-group .card .panel-collapse .panel-body .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uSfDvXI3Vl .image-wrapper {
  position: relative;
  margin-left: 21px;
  min-height: 320px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-left: 0;
  margin-right: 21px;
}
@media (max-width: 992px) {
  .cid-uSfDvXI3Vl .image-wrapper {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-uSfDvXI3Vl .image-wrapper {
    margin: 0;
  }
}
.cid-uSfDvXI3Vl .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid #dd2b1c;
  z-index: 1;
}
.cid-uSfDvXI3Vl .image-wrapper::before {
  content: '';
  position: absolute;
  height: 110%;
  width: 125%;
  border-radius: 100%;
  background-color: #284177;
  filter: blur(80px);
  pointer-events: none;
}
.cid-uSfDvXI3Vl .image-wrapper .mbr-image-text {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-uSfDvXI3Vl .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uSfDvXI3Vl .panel-title {
  color: #d2d2df;
}
.cid-uSfDvXI3Vl .panel-text {
  color: #d2d2df;
}
.cid-uSfDvXI3Vl .mbr-image-text {
  color: #ffffff;
  text-align: center;
}
.cid-uSfDvXI3Vl .panel-title-edit,
.cid-uSfDvXI3Vl .card-header {
  color: #ffffff;
}
.cid-uSfDvXI3Vl .panel-text,
.cid-uSfDvXI3Vl .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uSfqCREo4Q {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/yapi-proje-gelistirme-prosteel2032-1000x749.jpg");
}
.cid-uSfqCREo4Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSfqCREo4Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSfqCREo4Q .row {
  margin: 0 -8px;
}
.cid-uSfqCREo4Q .row .card {
  padding: 0 8px;
}
.cid-uSfqCREo4Q .card-wrapper {
  position: relative;
  padding: 75px 64px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uSfqCREo4Q .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uSfqCREo4Q .card-wrapper {
    padding: 24px;
  }
}
.cid-uSfqCREo4Q .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
}
.cid-uSfqCREo4Q .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #dd2b1c;
  opacity: .6;
}
.cid-uSfqCREo4Q .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uSfqCREo4Q .card-wrapper .card-wrap .mbr-label {
  margin-bottom: 24px;
}
.cid-uSfqCREo4Q .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uSfqCREo4Q .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uSfqCREo4Q .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uSfqCREo4Q .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uSfqCREo4Q .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uSfqCREo4Q .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uSfqCREo4Q .mbr-label {
  color: #63635d;
  text-align: center;
}
.cid-uSfqCREo4Q .mbr-text,
.cid-uSfqCREo4Q .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uSfqCREo4Q .mbr-section-title,
.cid-uSfqCREo4Q .mbr-section-btn {
  color: #ffffff;
}
.cid-uSfqCRXDVe {
  padding-top: 2rem;
  padding-bottom: 0rem;
  border-bottom: 2px solid #ffffff;
  background-image: url("../../../assets/images/yapi-proje-gelistirme-prosteel2010-1000x679.jpg");
}
.cid-uSfqCRXDVe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSfqCRXDVe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSfqCRXDVe .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uSfqCRXDVe .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uSfqCRXDVe .content-wrapper {
    padding: 0;
  }
}
.cid-uSfqCRXDVe .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uSfqCRXDVe .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uSfqCRXDVe .mbr-section-title,
.cid-uSfqCRXDVe .title-wrapper {
  color: #ffffff;
}
.cid-uSfqCRXDVe .mbr-section-title,
.cid-uSfqCRXDVe .mbr-section-btn,
.cid-uSfqCRXDVe .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uSfqCSeuXe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSfqCSeuXe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSfqCSeuXe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSfqCSeuXe .container {
  max-width: 1472px;
}
.cid-uSfqCSeuXe .footer-main-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-radius: 2.08rem;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-uSfqCSeuXe .col-brand {
  width: 100%;
  padding: 2.5rem;
}
@media (max-width: 991px) {
  .cid-uSfqCSeuXe .col-brand {
    padding: 24px;
  }
}
.cid-uSfqCSeuXe .navbar-brand {
  display: flex;
  flex-basis: auto;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  white-space: normal;
  flex-shrink: 0;
  align-items: center;
  padding: 0;
  z-index: 1;
  margin-right: auto;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uSfqCSeuXe .navbar-brand:hover {
  transform: scale(1.1);
}
.cid-uSfqCSeuXe .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uSfqCSeuXe .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uSfqCSeuXe .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uSfqCSeuXe .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uSfqCSeuXe .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uSfqCSeuXe .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uSfqCSeuXe .links-container {
  width: 100%;
  padding: 2.5rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 8.8%;
}
@media (max-width: 991px) {
  .cid-uSfqCSeuXe .links-container {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 17.6%;
    row-gap: 6.67rem;
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uSfqCSeuXe .links-container {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1.2rem;
    row-gap: 1.2rem;
  }
}
.cid-uSfqCSeuXe .mbr-section-subtitle {
  color: #13287d;
  margin-bottom: 12px;
}
.cid-uSfqCSeuXe .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #232323;
}
.cid-uSfqCSeuXe .list li {
  width: 100%;
  color: inherit !important;
  margin: 6px 0;
}
.cid-uSfqCSeuXe .list li:hover {
  color: #dd2b1c !important;
}
.cid-uSfqCSeuXe .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uSfqCSeuXe .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uSfqCSeuXe .copyright-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid rgba(255, 255, 255, 0.01);
  padding: 32px 0 24px;
}
@media (max-width: 767px) {
  .cid-uSfqCSeuXe .copyright-container {
    padding: 24px 0 16px;
    flex-wrap: wrap;
  }
}
.cid-uSfqCSeuXe .copyright {
  color: #232323;
  max-width: 45%;
}
@media (max-width: 767px) {
  .cid-uSfqCSeuXe .copyright {
    max-width: 100%;
    width: 100%;
  }
}
.cid-uSfqCSeuXe .social-row {
  width: auto;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  max-width: 45%;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uSfqCSeuXe .social-row {
    max-width: 100%;
    width: 100%;
    justify-content: flex-start;
  }
}
.cid-uSfqCSeuXe .mbr-iconfont {
  font-size: 22px;
  color: #ae5eff;
}
.cid-uSfqCSeuXe .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.01);
  margin-left: 4px;
  margin-bottom: 4px;
  padding: 12px;
  min-height: 70px;
  min-width: 70px;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-uSfqCSeuXe .soc-item {
    margin-left: 0;
    margin-right: 4px;
    margin-bottom: 0;
    margin-top: 4px;
    padding: 10px;
    min-height: 50px;
    min-width: 50px;
  }
}
.cid-uSfqCSeuXe .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uSfqCSeuXe .soc-item a:hover {
  text-decoration-line: none !important;
}
.cid-uSfqCSeuXe .soc-item:hover {
  transform: scale(0.95);
}
.cid-uSfqCSeuXe .soc-item:hover .mbr-iconfont {
  color: #FFDD65 !important;
}
.cid-uPMMVJiij0 .navbar {
  padding: 0.5rem 0;
  background: #9c98cf;
  transition: none;
  min-height: 50px;
}
.cid-uPMMVJiij0 .navbar-fixed-top {
  padding-top: 0;
}
.cid-uPMMVJiij0 .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-uPMMVJiij0 .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #5a67a1;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-uPMMVJiij0 .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-uPMMVJiij0 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uPMMVJiij0 .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uPMMVJiij0 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uPMMVJiij0 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-uPMMVJiij0 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uPMMVJiij0 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uPMMVJiij0 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uPMMVJiij0 .menu-content-top {
  background: #dd2b1c;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uPMMVJiij0 .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-uPMMVJiij0 .dropdown-item:hover {
  color: #d2d2df !important;
}
.cid-uPMMVJiij0 .nav-link,
.cid-uPMMVJiij0 .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-uPMMVJiij0 .nav-link:hover,
.cid-uPMMVJiij0 .brand-name:hover {
  color: #d2d2df !important;
}
.cid-uPMMVJiij0 .dropdown-menu {
  background-color: #5a67a1;
}
.cid-uPMMVJiij0 .dropdown-item:active {
  background-color: #5a67a1;
}
.cid-uPMMVJiij0 .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-uPMMVJiij0 .navbar-dropdown.bg-color.transparent.opened {
  background: #9c98cf;
}
.cid-uPMMVJiij0 .nav-item {
  position: relative;
}
.cid-uPMMVJiij0 .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uPMMVJiij0 .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-uPMMVJiij0 .nav-item .nav-link:focus {
  outline: none;
}
.cid-uPMMVJiij0 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPMMVJiij0 .content-text {
  margin-bottom: 0;
}
.cid-uPMMVJiij0 .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uPMMVJiij0 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #dd2b1c;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uPMMVJiij0 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uPMMVJiij0 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uPMMVJiij0 .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uPMMVJiij0 .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPMMVJiij0 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uPMMVJiij0 .content-right-side {
  text-align: center;
}
.cid-uPMMVJiij0 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uPMMVJiij0 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uPMMVJiij0 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uPMMVJiij0 .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-uPMMVJiij0 .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uPMMVJiij0 .info-widget:first-child {
  margin-left: 0;
}
.cid-uPMMVJiij0 .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-uPMMVJiij0 .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uPMMVJiij0 .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uPMMVJiij0 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uPMMVJiij0 .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-uPMMVJiij0 .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uPMMVJiij0 .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #5a67a1;
}
@media (min-width: 992px) {
  .cid-uPMMVJiij0 .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-uPMMVJiij0 .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #d2d2df;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-uPMMVJiij0 .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-uPMMVJiij0 .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uPMMVJiij0 .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-uPMMVJiij0 .navbar {
    display: block;
    padding: 0;
  }
  .cid-uPMMVJiij0 .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-uPMMVJiij0 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uPMMVJiij0 .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uPMMVJiij0 .navbar-toggler {
    display: none;
  }
  .cid-uPMMVJiij0 .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-uPMMVJiij0 .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uPMMVJiij0 .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-uPMMVJiij0 .btn-sm {
  padding: 13px 29px;
}
.cid-uPMMVJiij0 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uPMMVJiij0 .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-uPMMVJiij0 .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-uPMMVJiij0 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uPMMVJiij0 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uPMMVJiij0 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uPMMVJiij0 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uPMMVJiij0 .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uPMMVJiij0 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uPMMVJiij0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPMMVJiij0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPMMVJiij0 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uPMMVJiij0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uPMMVJiij0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPMMVJiij0 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uPMMVJiij0 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPMMVJiij0 .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uPMMVJiij0 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-uPMMVJiij0 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uPMMVJiij0 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uPMMVJiij0 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uPMMVJiij0 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-uPMMVJiij0 button.navbar-toggler:focus {
  outline: none;
}
.cid-uPMMVJiij0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uPMMVJiij0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPMMVJiij0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPMMVJiij0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPMMVJiij0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPMMVJiij0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPMMVJiij0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPMMVJiij0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPMMVJiij0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPMMVJiij0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPMMVJiij0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPMMVJiij0 .collapsed .btn {
  display: flex;
}
.cid-uPMMVJiij0 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uPMMVJiij0 .collapsed .navbar-collapse.collapsing,
.cid-uPMMVJiij0 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uPMMVJiij0 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uPMMVJiij0 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uPMMVJiij0 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uPMMVJiij0 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uPMMVJiij0 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uPMMVJiij0 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uPMMVJiij0 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uPMMVJiij0 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uPMMVJiij0 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uPMMVJiij0 .collapsed button.navbar-toggler {
  display: block;
}
.cid-uPMMVJiij0 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uPMMVJiij0 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uPMMVJiij0 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uPMMVJiij0 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uPMMVJiij0 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uPMMVJiij0 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uPMMVJiij0 .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uPMMVJiij0 .menu-content-top {
    display: flex;
  }
  .cid-uPMMVJiij0 .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-uPMMVJiij0 .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-uPMMVJiij0 .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-uPMMVJiij0 .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-uPMMVJiij0 .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-uPMMVJiij0 .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-uPMMVJiij0 .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-uPMMVJiij0 .navbar-collapse.collapsing,
  .cid-uPMMVJiij0 .navbar-collapse.show {
    display: block !important;
  }
  .cid-uPMMVJiij0 .navbar-collapse.collapsing .navbar-nav,
  .cid-uPMMVJiij0 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uPMMVJiij0 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uPMMVJiij0 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uPMMVJiij0 .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-uPMMVJiij0 .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #dd2b1c;
  }
  .cid-uPMMVJiij0 .navbar-collapse.collapsing .navbar-buttons,
  .cid-uPMMVJiij0 .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uPMMVJiij0 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uPMMVJiij0 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uPMMVJiij0 img {
    height: 3.8rem !important;
  }
  .cid-uPMMVJiij0 .btn {
    display: flex;
  }
  .cid-uPMMVJiij0 button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-uPMMVJiij0 .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-uPMMVJiij0 .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uPMMVJiij0 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uPMMVJiij0 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uPMMVJiij0 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uPMMVJiij0 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uPMMVJiij0 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uPMMVJiij0 .nav-link:focus {
  outline: none;
}
.cid-uPMMVJiij0 .navbar-toggler {
  position: relative;
}
.cid-uPMMVJiij0 .widget-title,
.cid-uPMMVJiij0 .widget-icon {
  color: #e9e9e9;
}
.cid-uPMMVJiij0 .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-uPMMVJiij0 .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-uPMMVJiij0 .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-uPMMVJiij0 .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-uPMMVJiij0 .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-uPMMVJiij0 .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-uPMMVJiij0 .menu-content-top,
  .cid-uPMMVJiij0 .menu-bottom {
    padding: 0 15px;
  }
  .cid-uPMMVJiij0 button.navbar-toggler {
    align-self: center;
  }
  .cid-uPMMVJiij0 .btn {
    margin-left: 0;
  }
  .cid-uPMMVJiij0 .widget-icon {
    padding-right: 0;
  }
}
.cid-uPMMVJiij0 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-uPMMVJiij0 .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #5a67a1;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-uPMMVJiij0 .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-uPMMVJiij0 .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #d2d2df;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-uPMMVJiij0 .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-uPMMVJCvIH {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(to bottom, #163300, #dd2b1c);
}
@media (min-width: 768px) {
  .cid-uPMMVJCvIH {
    align-items: flex-start;
  }
  .cid-uPMMVJCvIH .row {
    justify-content: flex-start;
  }
}
.cid-uPMMVJCvIH .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uPMMVJCvIH .mbr-text,
.cid-uPMMVJCvIH .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uPMMVJCvIH .mbr-section-title,
.cid-uPMMVJCvIH .line {
  color: #232323;
}
.cid-uPMMVJCvIH h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uPMMVJCvIH h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uPMMVJCvIH .mbr-section-subtitle,
.cid-uPMMVJCvIH .align {
  text-align: left;
  color: #232323;
}
.cid-uPO4ePz3UF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #254b45;
}
.cid-uPO4ePz3UF .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uPO4ePz3UF .modal-body .close {
  background: #1b1b1b;
}
.cid-uPO4ePz3UF .modal-body .close span {
  font-style: normal;
}
@media (min-width: 992px) {
  .cid-uPO4ePz3UF .align-center {
    text-align: left;
    max-width: 850px;
  }
  .cid-uPO4ePz3UF .carousel-caption {
    justify-content: flex-start !important;
    padding-left: 5rem;
  }
}
.cid-uPO4ePz3UF .mbr-slider .carousel-control {
  background: black!important;
  border-radius: 6px;
  height: 100px;
  width: 50px;
}
.cid-uPO4ePz3UF .mbri-right:before {
  content: "\e909";
  color: white;
}
.cid-uPO4ePz3UF .mbri-left:before {
  content: "\e90a";
  color: white;
}
.cid-uPO4ePz3UF .container {
  max-width: 100%;
  padding: 0;
}
.cid-uPO4ePz3UF .content-slider-wrap {
  width: 100%;
}
.cid-uPO4ePz3UF .carousel-inner > .active,
.cid-uPO4ePz3UF .carousel-inner > .next,
.cid-uPO4ePz3UF .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-uPO4ePz3UF .carousel-control .icon-next,
.cid-uPO4ePz3UF .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uPO4ePz3UF .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uPO4ePz3UF .mbr-iconfont {
  color: black;
  font-size: 2rem!important;
  font-family: 'Moririse2' !important;
  font-weight: 600;
}
.cid-uPO4ePz3UF .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-uPO4ePz3UF .boxed-slider > div {
  position: relative;
}
.cid-uPO4ePz3UF .container img {
  width: 100%;
}
.cid-uPO4ePz3UF .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-uPO4ePz3UF .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uPO4ePz3UF .mbr-table-cell {
  padding: 0;
}
.cid-uPO4ePz3UF .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uPO4ePz3UF .carousel-caption {
  top: auto;
  right: 0;
  bottom: 2rem;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uPO4ePz3UF .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uPO4ePz3UF .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-uPO4ePz3UF .carousel-item.active.right,
.cid-uPO4ePz3UF .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uPO4ePz3UF .carousel-item.active.left,
.cid-uPO4ePz3UF .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uPO4ePz3UF .carousel-item.active,
.cid-uPO4ePz3UF .carousel-item.next.left,
.cid-uPO4ePz3UF .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-uPO4ePz3UF .mbr-slider .carousel-control {
  top: 50%;
  margin-top: -1.5rem;
  font-size: 35px;
  transition: all .3s;
  z-index: 11;
}
@media (max-width: 767px) {
  .cid-uPO4ePz3UF .mbr-slider .carousel-control {
    top: 20%;
  }
}
.cid-uPO4ePz3UF .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uPO4ePz3UF .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uPO4ePz3UF .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-uPO4ePz3UF .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uPO4ePz3UF .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 10px;
  width: 10px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-uPO4ePz3UF .mbr-slider .carousel-indicators li.active,
.cid-uPO4ePz3UF .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-uPO4ePz3UF .mbr-slider .carousel-indicators li::after,
.cid-uPO4ePz3UF .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-uPO4ePz3UF .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-uPO4ePz3UF .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-uPO4ePz3UF .mbr-slider > .container img {
  width: 100%;
}
.cid-uPO4ePz3UF .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uPO4ePz3UF .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-uPO4ePz3UF .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uPO4ePz3UF .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uPO4ePz3UF .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-uPO4ePz3UF .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-uPO4ePz3UF .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-uPO4ePz3UF .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-uPO4ePz3UF .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-uPO4ePz3UF .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uPO4ePz3UF .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-uPO4ePz3UF .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-uPO4ePz3UF .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-uPO4ePz3UF .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-uPO4ePz3UF .carousel-inner {
  height: 100%;
}
.cid-uPO4ePz3UF .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-uPO4ePz3UF .image_wrapper {
  height: 950px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-uPO4ePz3UF .image_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uPO4ePz3UF .carousel-item .container-slide {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uPO4ePz3UF .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uPO4ePz3UF .content-slider-wrap {
    width: 100%!important;
  }
  .cid-uPO4ePz3UF .image_wrapper {
    height: 570px;
  }
}
.cid-uPO4ePz3UF P {
  color: #dd2b1c;
}
.cid-uPMMVJYPBn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff1e2;
}
.cid-uPMMVJYPBn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPMMVJYPBn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPMMVJYPBn .content-wrapper {
  display: flex;
  position: relative;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-uPMMVJYPBn .content-wrapper {
    padding: 30px 20px;
  }
}
.cid-uPMMVJYPBn .content-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uPMMVJYPBn .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uPMMVJYPBn .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: linear-gradient(0.251turn, #f8e7d2 37%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-uPMMVJYPBn .content-wrapper .content-wrap {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uPMMVJYPBn .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uPMMVJYPBn .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #fff1e2;
  padding: 8px 16px;
  margin-bottom: 32px;
}
.cid-uPMMVJYPBn .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uPMMVJYPBn .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uPMMVJYPBn .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 64px;
}
.cid-uPMMVJYPBn .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPMMVJYPBn .mbr-section-title {
  color: #404349;
}
.cid-uPMMVJYPBn .mbr-text {
  color: #404349;
}
.cid-uPMMVJYPBn .mbr-desc {
  color: #b19a7c;
}
.cid-uPMMVJYPBn .mbr-desc,
.cid-uPMMVJYPBn .desc-wrapper {
  color: #212529;
}
.cid-uPMMVKqJuB {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #dd2b1c, #232323);
}
@media (min-width: 768px) {
  .cid-uPMMVKqJuB {
    align-items: flex-start;
  }
  .cid-uPMMVKqJuB .row {
    justify-content: flex-start;
  }
}
.cid-uPMMVKqJuB .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uPMMVKqJuB .mbr-text,
.cid-uPMMVKqJuB .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uPMMVKqJuB .mbr-section-title,
.cid-uPMMVKqJuB .line {
  color: #ffffff;
  text-align: center;
}
.cid-uPMMVKqJuB h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uPMMVKqJuB h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uPMMVKqJuB .mbr-section-subtitle,
.cid-uPMMVKqJuB .align {
  text-align: left;
  color: #232323;
}
.cid-uPMMVKBl8q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #fafafa;
}
.cid-uPMMVKBl8q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPMMVKBl8q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPMMVKBl8q .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uPMMVKBl8q .container-fluid {
    padding: 0 16px;
  }
}
.cid-uPMMVKBl8q .container {
  margin-right: 0;
}
@media (max-width: 992px) {
  .cid-uPMMVKBl8q .container {
    padding: 0 16px;
  }
}
.cid-uPMMVKBl8q .slider-wrap {
  padding-right: 0;
}
@media (max-width: 992px) {
  .cid-uPMMVKBl8q .slider-wrap {
    padding-right: 12px;
  }
}
.cid-uPMMVKBl8q .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 440px;
  max-width: 440px;
}
@media (max-width: 768px) {
  .cid-uPMMVKBl8q .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uPMMVKBl8q .embla__slide .card-wrap {
  width: 100%;
}
.cid-uPMMVKBl8q .embla__slide .card-wrap .item-wrapper .image-wrap {
  margin-bottom: 30px;
}
.cid-uPMMVKBl8q .embla__slide .card-wrap .item-wrapper .image-wrap img {
  height: 230px;
  object-fit: cover;
  border-radius: 16px;
}
.cid-uPMMVKBl8q .embla__slide .card-wrap .content-wrap .desc-wrap {
  margin-bottom: 20px;
}
.cid-uPMMVKBl8q .embla__slide .card-wrap .content-wrap .desc-wrap .mbr-desc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  border: 1px solid #000000;
  border-radius: 40px;
  margin-bottom: 0;
}
.cid-uPMMVKBl8q .embla__slide .card-wrap .content-wrap .card-title {
  margin-bottom: 14px;
}
.cid-uPMMVKBl8q .embla__slide .card-wrap .content-wrap .card-text {
  margin-bottom: 0;
}
.cid-uPMMVKBl8q .embla__button--next,
.cid-uPMMVKBl8q .embla__button--prev {
  display: flex;
}
.cid-uPMMVKBl8q .embla__button {
  bottom: -4.5rem;
  width: 56px;
  height: 56px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #320707;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uPMMVKBl8q .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uPMMVKBl8q .embla__button:hover {
  background: transparent;
  color: #ffffff;
}
.cid-uPMMVKBl8q .embla__button.embla__button--prev {
  left: 0;
}
.cid-uPMMVKBl8q .embla__button.embla__button--next {
  right: auto;
  left: 20%;
}
@media (max-width: 767px) {
  .cid-uPMMVKBl8q .embla__button {
    bottom: -4.5rem;
  }
}
.cid-uPMMVKBl8q .embla {
  position: relative;
  width: 100%;
}
.cid-uPMMVKBl8q .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uPMMVKBl8q .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uPMMVKBl8q .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uPMMVKBl8q .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uPMMVKBl8q .mbr-desc {
  color: #ffffff;
}
.cid-uPMMVKBl8q .card-title {
  color: #fb0000;
}
.cid-uPMMVKBl8q .card-text {
  color: #353535;
}
.cid-uPMMVKBl8q .mbr-desc,
.cid-uPMMVKBl8q .desc-wrap {
  color: #000000;
}
.cid-uPMMVL8I3H {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #232323, #dd2b1c);
}
@media (min-width: 768px) {
  .cid-uPMMVL8I3H {
    align-items: flex-start;
  }
  .cid-uPMMVL8I3H .row {
    justify-content: flex-start;
  }
}
.cid-uPMMVL8I3H .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uPMMVL8I3H .mbr-text,
.cid-uPMMVL8I3H .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uPMMVL8I3H .mbr-section-title,
.cid-uPMMVL8I3H .line {
  color: #ffffff;
  text-align: center;
}
.cid-uPMMVL8I3H h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uPMMVL8I3H h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uPMMVL8I3H .mbr-section-subtitle,
.cid-uPMMVL8I3H .align {
  text-align: left;
  color: #232323;
}
.cid-uSfDtA9saq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/yapi-proje-gelistirme-prosteel2047-1000x750.jpg");
}
.cid-uSfDtA9saq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSfDtA9saq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSfDtA9saq .row {
  justify-content: center;
}
.cid-uSfDtA9saq .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uSfDtA9saq .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uSfDtA9saq .container {
    padding: 0 15px;
  }
}
.cid-uSfDtA9saq .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSfDtA9saq .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uSfDtA9saq .content-wrapper {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uSfDtA9saq .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uSfDtA9saq .content-wrapper .panel-group .card {
  border: none;
  border-radius: 0;
  padding-left: 15px;
  position: relative;
}
.cid-uSfDtA9saq .content-wrapper .panel-group .card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, #ffffff 0, #ffffff 50%, transparent 100%);
  opacity: .2;
}
.cid-uSfDtA9saq .content-wrapper .panel-group .card .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
}
.cid-uSfDtA9saq .content-wrapper .panel-group .card .card-header .panel-title {
  display: inline-flex;
  align-items: center;
}
.cid-uSfDtA9saq .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  color: #ffffff;
}
.cid-uSfDtA9saq .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #ffffff;
}
.cid-uSfDtA9saq .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uSfDtA9saq .content-wrapper .panel-group .card .card-header .panel-title .mbr-iconfont {
  width: 22px;
  height: 22px;
  min-width: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #d2d2df;
  margin-right: 15px;
  transition: all 0.3s ease-in-out;
}
.cid-uSfDtA9saq .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 38px;
}
.cid-uSfDtA9saq .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  line-height: 1.4;
  margin-bottom: 0;
}
.cid-uSfDtA9saq .content-wrapper .panel-group .card .panel-collapse .panel-body .mbr-section-btn {
  margin-top: 30px;
}
.cid-uSfDtA9saq .content-wrapper .panel-group .card .panel-collapse .panel-body .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uSfDtA9saq .image-wrapper {
  position: relative;
  margin-left: 21px;
  min-height: 320px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uSfDtA9saq .image-wrapper {
    margin: 0;
  }
}
.cid-uSfDtA9saq .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid #dd2b1c;
  z-index: 1;
}
.cid-uSfDtA9saq .image-wrapper::before {
  content: '';
  position: absolute;
  height: 110%;
  width: 125%;
  border-radius: 100%;
  background-color: #284177;
  filter: blur(80px);
  pointer-events: none;
}
.cid-uSfDtA9saq .image-wrapper .mbr-image-text {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-uSfDtA9saq .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uSfDtA9saq .panel-title {
  color: #d2d2df;
}
.cid-uSfDtA9saq .panel-text {
  color: #d2d2df;
}
.cid-uSfDtA9saq .mbr-image-text {
  color: #ffffff;
  text-align: center;
}
.cid-uSfDtA9saq .panel-title-edit,
.cid-uSfDtA9saq .card-header {
  color: #ffffff;
}
.cid-uSfDtA9saq .panel-text,
.cid-uSfDtA9saq .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uSfDtPTtTR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/yapi-proje-gelistirme-prosteel2047-1000x750.jpg");
}
.cid-uSfDtPTtTR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSfDtPTtTR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSfDtPTtTR .row {
  justify-content: center;
}
.cid-uSfDtPTtTR .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uSfDtPTtTR .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uSfDtPTtTR .container {
    padding: 0 15px;
  }
}
.cid-uSfDtPTtTR .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSfDtPTtTR .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uSfDtPTtTR .content-wrapper {
  padding-right: 21px;
  padding-right: 0;
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uSfDtPTtTR .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uSfDtPTtTR .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uSfDtPTtTR .content-wrapper .panel-group .card {
  border: none;
  border-radius: 0;
  padding-left: 15px;
  position: relative;
}
.cid-uSfDtPTtTR .content-wrapper .panel-group .card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, #ffffff 0, #ffffff 50%, transparent 100%);
  opacity: .2;
}
.cid-uSfDtPTtTR .content-wrapper .panel-group .card .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
}
.cid-uSfDtPTtTR .content-wrapper .panel-group .card .card-header .panel-title {
  display: inline-flex;
  align-items: center;
}
.cid-uSfDtPTtTR .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  color: #ffffff;
}
.cid-uSfDtPTtTR .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #ffffff;
}
.cid-uSfDtPTtTR .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uSfDtPTtTR .content-wrapper .panel-group .card .card-header .panel-title .mbr-iconfont {
  width: 22px;
  height: 22px;
  min-width: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #d2d2df;
  margin-right: 15px;
  transition: all 0.3s ease-in-out;
}
.cid-uSfDtPTtTR .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 38px;
}
.cid-uSfDtPTtTR .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  line-height: 1.4;
  margin-bottom: 0;
}
.cid-uSfDtPTtTR .content-wrapper .panel-group .card .panel-collapse .panel-body .mbr-section-btn {
  margin-top: 30px;
}
.cid-uSfDtPTtTR .content-wrapper .panel-group .card .panel-collapse .panel-body .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uSfDtPTtTR .image-wrapper {
  position: relative;
  margin-left: 21px;
  min-height: 320px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-left: 0;
  margin-right: 21px;
}
@media (max-width: 992px) {
  .cid-uSfDtPTtTR .image-wrapper {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-uSfDtPTtTR .image-wrapper {
    margin: 0;
  }
}
.cid-uSfDtPTtTR .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid #dd2b1c;
  z-index: 1;
}
.cid-uSfDtPTtTR .image-wrapper::before {
  content: '';
  position: absolute;
  height: 110%;
  width: 125%;
  border-radius: 100%;
  background-color: #284177;
  filter: blur(80px);
  pointer-events: none;
}
.cid-uSfDtPTtTR .image-wrapper .mbr-image-text {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-uSfDtPTtTR .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uSfDtPTtTR .panel-title {
  color: #d2d2df;
}
.cid-uSfDtPTtTR .panel-text {
  color: #d2d2df;
}
.cid-uSfDtPTtTR .mbr-image-text {
  color: #ffffff;
  text-align: center;
}
.cid-uSfDtPTtTR .panel-title-edit,
.cid-uSfDtPTtTR .card-header {
  color: #ffffff;
}
.cid-uSfDtPTtTR .panel-text,
.cid-uSfDtPTtTR .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uPMMVLXzxz {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/yapi-proje-gelistirme-prosteel2032-1000x749.jpg");
}
.cid-uPMMVLXzxz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPMMVLXzxz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPMMVLXzxz .row {
  margin: 0 -8px;
}
.cid-uPMMVLXzxz .row .card {
  padding: 0 8px;
}
.cid-uPMMVLXzxz .card-wrapper {
  position: relative;
  padding: 75px 64px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uPMMVLXzxz .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uPMMVLXzxz .card-wrapper {
    padding: 24px;
  }
}
.cid-uPMMVLXzxz .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
}
.cid-uPMMVLXzxz .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #dd2b1c;
  opacity: .6;
}
.cid-uPMMVLXzxz .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uPMMVLXzxz .card-wrapper .card-wrap .mbr-label {
  margin-bottom: 24px;
}
.cid-uPMMVLXzxz .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uPMMVLXzxz .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uPMMVLXzxz .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uPMMVLXzxz .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uPMMVLXzxz .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPMMVLXzxz .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uPMMVLXzxz .mbr-label {
  color: #63635d;
  text-align: center;
}
.cid-uPMMVLXzxz .mbr-text,
.cid-uPMMVLXzxz .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uPMMVLXzxz .mbr-section-title,
.cid-uPMMVLXzxz .mbr-section-btn {
  color: #ffffff;
}
.cid-uPMMVMb7yL {
  padding-top: 2rem;
  padding-bottom: 0rem;
  border-bottom: 2px solid #ffffff;
  background-image: url("../../../assets/images/yapi-proje-gelistirme-prosteel2010-1000x679.jpg");
}
.cid-uPMMVMb7yL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPMMVMb7yL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPMMVMb7yL .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uPMMVMb7yL .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uPMMVMb7yL .content-wrapper {
    padding: 0;
  }
}
.cid-uPMMVMb7yL .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uPMMVMb7yL .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uPMMVMb7yL .mbr-section-title,
.cid-uPMMVMb7yL .title-wrapper {
  color: #ffffff;
}
.cid-uPMMVMb7yL .mbr-section-title,
.cid-uPMMVMb7yL .mbr-section-btn,
.cid-uPMMVMb7yL .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uPMMVMqS17 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPMMVMqS17 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPMMVMqS17 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPMMVMqS17 .container {
  max-width: 1472px;
}
.cid-uPMMVMqS17 .footer-main-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-radius: 2.08rem;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-uPMMVMqS17 .col-brand {
  width: 100%;
  padding: 2.5rem;
}
@media (max-width: 991px) {
  .cid-uPMMVMqS17 .col-brand {
    padding: 24px;
  }
}
.cid-uPMMVMqS17 .navbar-brand {
  display: flex;
  flex-basis: auto;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  white-space: normal;
  flex-shrink: 0;
  align-items: center;
  padding: 0;
  z-index: 1;
  margin-right: auto;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uPMMVMqS17 .navbar-brand:hover {
  transform: scale(1.1);
}
.cid-uPMMVMqS17 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uPMMVMqS17 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uPMMVMqS17 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uPMMVMqS17 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uPMMVMqS17 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uPMMVMqS17 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uPMMVMqS17 .links-container {
  width: 100%;
  padding: 2.5rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 8.8%;
}
@media (max-width: 991px) {
  .cid-uPMMVMqS17 .links-container {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 17.6%;
    row-gap: 6.67rem;
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uPMMVMqS17 .links-container {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1.2rem;
    row-gap: 1.2rem;
  }
}
.cid-uPMMVMqS17 .mbr-section-subtitle {
  color: #13287d;
  margin-bottom: 12px;
}
.cid-uPMMVMqS17 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #232323;
}
.cid-uPMMVMqS17 .list li {
  width: 100%;
  color: inherit !important;
  margin: 6px 0;
}
.cid-uPMMVMqS17 .list li:hover {
  color: #dd2b1c !important;
}
.cid-uPMMVMqS17 .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uPMMVMqS17 .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uPMMVMqS17 .copyright-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid rgba(255, 255, 255, 0.01);
  padding: 32px 0 24px;
}
@media (max-width: 767px) {
  .cid-uPMMVMqS17 .copyright-container {
    padding: 24px 0 16px;
    flex-wrap: wrap;
  }
}
.cid-uPMMVMqS17 .copyright {
  color: #232323;
  max-width: 45%;
}
@media (max-width: 767px) {
  .cid-uPMMVMqS17 .copyright {
    max-width: 100%;
    width: 100%;
  }
}
.cid-uPMMVMqS17 .social-row {
  width: auto;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  max-width: 45%;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uPMMVMqS17 .social-row {
    max-width: 100%;
    width: 100%;
    justify-content: flex-start;
  }
}
.cid-uPMMVMqS17 .mbr-iconfont {
  font-size: 22px;
  color: #ae5eff;
}
.cid-uPMMVMqS17 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.01);
  margin-left: 4px;
  margin-bottom: 4px;
  padding: 12px;
  min-height: 70px;
  min-width: 70px;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-uPMMVMqS17 .soc-item {
    margin-left: 0;
    margin-right: 4px;
    margin-bottom: 0;
    margin-top: 4px;
    padding: 10px;
    min-height: 50px;
    min-width: 50px;
  }
}
.cid-uPMMVMqS17 .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPMMVMqS17 .soc-item a:hover {
  text-decoration-line: none !important;
}
.cid-uPMMVMqS17 .soc-item:hover {
  transform: scale(0.95);
}
.cid-uPMMVMqS17 .soc-item:hover .mbr-iconfont {
  color: #FFDD65 !important;
}
.cid-uPMMWxH9uH .navbar {
  padding: 0.5rem 0;
  background: #9c98cf;
  transition: none;
  min-height: 50px;
}
.cid-uPMMWxH9uH .navbar-fixed-top {
  padding-top: 0;
}
.cid-uPMMWxH9uH .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-uPMMWxH9uH .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #5a67a1;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-uPMMWxH9uH .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-uPMMWxH9uH .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uPMMWxH9uH .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uPMMWxH9uH .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uPMMWxH9uH .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-uPMMWxH9uH .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uPMMWxH9uH .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uPMMWxH9uH .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uPMMWxH9uH .menu-content-top {
  background: #dd2b1c;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uPMMWxH9uH .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-uPMMWxH9uH .dropdown-item:hover {
  color: #d2d2df !important;
}
.cid-uPMMWxH9uH .nav-link,
.cid-uPMMWxH9uH .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-uPMMWxH9uH .nav-link:hover,
.cid-uPMMWxH9uH .brand-name:hover {
  color: #d2d2df !important;
}
.cid-uPMMWxH9uH .dropdown-menu {
  background-color: #5a67a1;
}
.cid-uPMMWxH9uH .dropdown-item:active {
  background-color: #5a67a1;
}
.cid-uPMMWxH9uH .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-uPMMWxH9uH .navbar-dropdown.bg-color.transparent.opened {
  background: #9c98cf;
}
.cid-uPMMWxH9uH .nav-item {
  position: relative;
}
.cid-uPMMWxH9uH .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uPMMWxH9uH .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-uPMMWxH9uH .nav-item .nav-link:focus {
  outline: none;
}
.cid-uPMMWxH9uH .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPMMWxH9uH .content-text {
  margin-bottom: 0;
}
.cid-uPMMWxH9uH .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uPMMWxH9uH .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #dd2b1c;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uPMMWxH9uH .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uPMMWxH9uH .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uPMMWxH9uH .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uPMMWxH9uH .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPMMWxH9uH .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uPMMWxH9uH .content-right-side {
  text-align: center;
}
.cid-uPMMWxH9uH .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uPMMWxH9uH .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uPMMWxH9uH .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uPMMWxH9uH .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-uPMMWxH9uH .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uPMMWxH9uH .info-widget:first-child {
  margin-left: 0;
}
.cid-uPMMWxH9uH .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-uPMMWxH9uH .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uPMMWxH9uH .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uPMMWxH9uH .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uPMMWxH9uH .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-uPMMWxH9uH .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uPMMWxH9uH .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #5a67a1;
}
@media (min-width: 992px) {
  .cid-uPMMWxH9uH .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-uPMMWxH9uH .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #d2d2df;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-uPMMWxH9uH .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-uPMMWxH9uH .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uPMMWxH9uH .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-uPMMWxH9uH .navbar {
    display: block;
    padding: 0;
  }
  .cid-uPMMWxH9uH .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-uPMMWxH9uH .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uPMMWxH9uH .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uPMMWxH9uH .navbar-toggler {
    display: none;
  }
  .cid-uPMMWxH9uH .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-uPMMWxH9uH .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uPMMWxH9uH .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-uPMMWxH9uH .btn-sm {
  padding: 13px 29px;
}
.cid-uPMMWxH9uH .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uPMMWxH9uH .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-uPMMWxH9uH .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-uPMMWxH9uH .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uPMMWxH9uH .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uPMMWxH9uH .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uPMMWxH9uH .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uPMMWxH9uH .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uPMMWxH9uH .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uPMMWxH9uH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPMMWxH9uH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPMMWxH9uH .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uPMMWxH9uH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uPMMWxH9uH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPMMWxH9uH .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uPMMWxH9uH .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPMMWxH9uH .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uPMMWxH9uH .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-uPMMWxH9uH .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uPMMWxH9uH .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uPMMWxH9uH .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uPMMWxH9uH button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-uPMMWxH9uH button.navbar-toggler:focus {
  outline: none;
}
.cid-uPMMWxH9uH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uPMMWxH9uH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPMMWxH9uH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPMMWxH9uH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPMMWxH9uH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPMMWxH9uH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPMMWxH9uH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPMMWxH9uH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPMMWxH9uH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPMMWxH9uH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPMMWxH9uH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPMMWxH9uH .collapsed .btn {
  display: flex;
}
.cid-uPMMWxH9uH .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uPMMWxH9uH .collapsed .navbar-collapse.collapsing,
.cid-uPMMWxH9uH .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uPMMWxH9uH .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uPMMWxH9uH .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uPMMWxH9uH .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uPMMWxH9uH .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uPMMWxH9uH .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uPMMWxH9uH .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uPMMWxH9uH .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uPMMWxH9uH .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uPMMWxH9uH .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uPMMWxH9uH .collapsed button.navbar-toggler {
  display: block;
}
.cid-uPMMWxH9uH .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uPMMWxH9uH .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uPMMWxH9uH .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uPMMWxH9uH .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uPMMWxH9uH .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uPMMWxH9uH .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uPMMWxH9uH .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uPMMWxH9uH .menu-content-top {
    display: flex;
  }
  .cid-uPMMWxH9uH .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-uPMMWxH9uH .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-uPMMWxH9uH .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-uPMMWxH9uH .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-uPMMWxH9uH .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-uPMMWxH9uH .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-uPMMWxH9uH .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-uPMMWxH9uH .navbar-collapse.collapsing,
  .cid-uPMMWxH9uH .navbar-collapse.show {
    display: block !important;
  }
  .cid-uPMMWxH9uH .navbar-collapse.collapsing .navbar-nav,
  .cid-uPMMWxH9uH .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uPMMWxH9uH .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uPMMWxH9uH .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uPMMWxH9uH .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-uPMMWxH9uH .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #dd2b1c;
  }
  .cid-uPMMWxH9uH .navbar-collapse.collapsing .navbar-buttons,
  .cid-uPMMWxH9uH .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uPMMWxH9uH .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uPMMWxH9uH .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uPMMWxH9uH img {
    height: 3.8rem !important;
  }
  .cid-uPMMWxH9uH .btn {
    display: flex;
  }
  .cid-uPMMWxH9uH button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-uPMMWxH9uH .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-uPMMWxH9uH .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uPMMWxH9uH .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uPMMWxH9uH .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uPMMWxH9uH .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uPMMWxH9uH .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uPMMWxH9uH .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uPMMWxH9uH .nav-link:focus {
  outline: none;
}
.cid-uPMMWxH9uH .navbar-toggler {
  position: relative;
}
.cid-uPMMWxH9uH .widget-title,
.cid-uPMMWxH9uH .widget-icon {
  color: #e9e9e9;
}
.cid-uPMMWxH9uH .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-uPMMWxH9uH .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-uPMMWxH9uH .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-uPMMWxH9uH .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-uPMMWxH9uH .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-uPMMWxH9uH .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-uPMMWxH9uH .menu-content-top,
  .cid-uPMMWxH9uH .menu-bottom {
    padding: 0 15px;
  }
  .cid-uPMMWxH9uH button.navbar-toggler {
    align-self: center;
  }
  .cid-uPMMWxH9uH .btn {
    margin-left: 0;
  }
  .cid-uPMMWxH9uH .widget-icon {
    padding-right: 0;
  }
}
.cid-uPMMWxH9uH .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-uPMMWxH9uH .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #5a67a1;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-uPMMWxH9uH .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-uPMMWxH9uH .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #d2d2df;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-uPMMWxH9uH .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-uPMMWy4a8D {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(to bottom, #163300, #dd2b1c);
}
@media (min-width: 768px) {
  .cid-uPMMWy4a8D {
    align-items: flex-start;
  }
  .cid-uPMMWy4a8D .row {
    justify-content: flex-start;
  }
}
.cid-uPMMWy4a8D .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uPMMWy4a8D .mbr-text,
.cid-uPMMWy4a8D .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uPMMWy4a8D .mbr-section-title,
.cid-uPMMWy4a8D .line {
  color: #232323;
}
.cid-uPMMWy4a8D h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uPMMWy4a8D h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uPMMWy4a8D .mbr-section-subtitle,
.cid-uPMMWy4a8D .align {
  text-align: left;
  color: #232323;
}
.cid-uPO4jKvEQL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #254b45;
}
.cid-uPO4jKvEQL .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uPO4jKvEQL .modal-body .close {
  background: #1b1b1b;
}
.cid-uPO4jKvEQL .modal-body .close span {
  font-style: normal;
}
@media (min-width: 992px) {
  .cid-uPO4jKvEQL .align-center {
    text-align: left;
    max-width: 850px;
  }
  .cid-uPO4jKvEQL .carousel-caption {
    justify-content: flex-start !important;
    padding-left: 5rem;
  }
}
.cid-uPO4jKvEQL .mbr-slider .carousel-control {
  background: black!important;
  border-radius: 6px;
  height: 100px;
  width: 50px;
}
.cid-uPO4jKvEQL .mbri-right:before {
  content: "\e909";
  color: white;
}
.cid-uPO4jKvEQL .mbri-left:before {
  content: "\e90a";
  color: white;
}
.cid-uPO4jKvEQL .container {
  max-width: 100%;
  padding: 0;
}
.cid-uPO4jKvEQL .content-slider-wrap {
  width: 100%;
}
.cid-uPO4jKvEQL .carousel-inner > .active,
.cid-uPO4jKvEQL .carousel-inner > .next,
.cid-uPO4jKvEQL .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-uPO4jKvEQL .carousel-control .icon-next,
.cid-uPO4jKvEQL .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uPO4jKvEQL .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uPO4jKvEQL .mbr-iconfont {
  color: black;
  font-size: 2rem!important;
  font-family: 'Moririse2' !important;
  font-weight: 600;
}
.cid-uPO4jKvEQL .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-uPO4jKvEQL .boxed-slider > div {
  position: relative;
}
.cid-uPO4jKvEQL .container img {
  width: 100%;
}
.cid-uPO4jKvEQL .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-uPO4jKvEQL .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uPO4jKvEQL .mbr-table-cell {
  padding: 0;
}
.cid-uPO4jKvEQL .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uPO4jKvEQL .carousel-caption {
  top: auto;
  right: 0;
  bottom: 2rem;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uPO4jKvEQL .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uPO4jKvEQL .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-uPO4jKvEQL .carousel-item.active.right,
.cid-uPO4jKvEQL .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uPO4jKvEQL .carousel-item.active.left,
.cid-uPO4jKvEQL .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uPO4jKvEQL .carousel-item.active,
.cid-uPO4jKvEQL .carousel-item.next.left,
.cid-uPO4jKvEQL .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-uPO4jKvEQL .mbr-slider .carousel-control {
  top: 50%;
  margin-top: -1.5rem;
  font-size: 35px;
  transition: all .3s;
  z-index: 11;
}
@media (max-width: 767px) {
  .cid-uPO4jKvEQL .mbr-slider .carousel-control {
    top: 20%;
  }
}
.cid-uPO4jKvEQL .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uPO4jKvEQL .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uPO4jKvEQL .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-uPO4jKvEQL .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uPO4jKvEQL .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 10px;
  width: 10px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-uPO4jKvEQL .mbr-slider .carousel-indicators li.active,
.cid-uPO4jKvEQL .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-uPO4jKvEQL .mbr-slider .carousel-indicators li::after,
.cid-uPO4jKvEQL .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-uPO4jKvEQL .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-uPO4jKvEQL .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-uPO4jKvEQL .mbr-slider > .container img {
  width: 100%;
}
.cid-uPO4jKvEQL .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uPO4jKvEQL .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-uPO4jKvEQL .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uPO4jKvEQL .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uPO4jKvEQL .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-uPO4jKvEQL .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-uPO4jKvEQL .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-uPO4jKvEQL .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-uPO4jKvEQL .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-uPO4jKvEQL .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uPO4jKvEQL .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-uPO4jKvEQL .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-uPO4jKvEQL .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-uPO4jKvEQL .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-uPO4jKvEQL .carousel-inner {
  height: 100%;
}
.cid-uPO4jKvEQL .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-uPO4jKvEQL .image_wrapper {
  height: 950px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-uPO4jKvEQL .image_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uPO4jKvEQL .carousel-item .container-slide {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uPO4jKvEQL .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uPO4jKvEQL .content-slider-wrap {
    width: 100%!important;
  }
  .cid-uPO4jKvEQL .image_wrapper {
    height: 570px;
  }
}
.cid-uPO4jKvEQL P {
  color: #ffffff;
}
.cid-uPMMWyB03I {
  padding-top: 2rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/celik-sandvic-panel-imalati-uretimi-prosteel-800x600.png");
}
.cid-uPMMWyB03I::before {
  content: '';
  position: absolute;
  right: -14%;
  bottom: 0;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(#dd2b1c -10%, transparent 95%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uPMMWyB03I::before {
    opacity: .4;
  }
}
.cid-uPMMWyB03I::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -20%;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #a7a4a3 -10%, transparent 95%);
}
@media (max-width: 992px) {
  .cid-uPMMWyB03I::after {
    opacity: .4;
  }
}
.cid-uPMMWyB03I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPMMWyB03I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPMMWyB03I .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uPMMWyB03I .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uPMMWyB03I .container {
    padding: 0 16px;
  }
}
.cid-uPMMWyB03I .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uPMMWyB03I .row .card {
  justify-content: flex-end;
}
.cid-uPMMWyB03I .title-wrapper {
  margin-bottom: 246px;
}
@media (max-width: 1200px) {
  .cid-uPMMWyB03I .title-wrapper {
    margin-bottom: 148px;
  }
}
@media (max-width: 992px) {
  .cid-uPMMWyB03I .title-wrapper {
    margin-bottom: 90px;
  }
}
.cid-uPMMWyB03I .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uPMMWyB03I .title-wrapper .mbr-section-title span {
  color: #dd2b1c;
}
.cid-uPMMWyB03I .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPMMWyB03I .text-wrapper .text_2 {
  margin-top: 32px;
}
.cid-uPMMWyB03I .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uPMMWyB03I .text-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uPMMWyB03I .text-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uPMMWyB03I .text-wrapper .mbr-section-btn .btn-success-outline,
.cid-uPMMWyB03I .text-wrapper .mbr-section-btn .btn-info-outline,
.cid-uPMMWyB03I .text-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uPMMWyB03I .text-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uPMMWyB03I .text-wrapper .mbr-section-btn .btn-black-outline,
.cid-uPMMWyB03I .text-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uPMMWyB03I .text-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uPMMWyB03I .text-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uPMMWyB03I .text-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uPMMWyB03I .text-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uPMMWyB03I .text-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uPMMWyB03I .text-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uPMMWyB03I .text-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uPMMWyB03I .text-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uPMMWyB03I .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uPMMWyB03I .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uPMMWyB03I .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uPMMWyB03I .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uPMMWyB03I .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uPMMWyB03I .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uPMMWyB03I .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uPMMWyB03I .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uPMMWyB03I .text-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uPMMWyB03I .text-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uPMMWyB03I .text-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uPMMWyB03I .text-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uPMMWyB03I .text-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uPMMWyB03I .text-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uPMMWyB03I .text-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-uPMMWyB03I .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uPMMWyB03I .text-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uPMMWyB03I .text-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uPMMWyB03I .text-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uPMMWyB03I .text-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uPMMWyB03I .text-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uPMMWyB03I .text-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uPMMWyB03I .text-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uPMMWyB03I .text-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uPMMWyB03I .text-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uPMMWyB03I .text-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uPMMWyB03I .text-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uPMMWyB03I .text-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uPMMWyB03I .text-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uPMMWyB03I .text-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uPMMWyB03I .text-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uPMMWyB03I .text-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uPMMWyB03I .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uPMMWyB03I .text-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #dd2b1c !important;
}
.cid-uPMMWyB03I .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uPMMWyB03I .text-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #ffffff !important;
}
.cid-uPMMWyB03I .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uPMMWyB03I .text-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #3a341c !important;
}
.cid-uPMMWyB03I .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uPMMWyB03I .text-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #320707 !important;
}
.cid-uPMMWyB03I .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uPMMWyB03I .text-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #a0e2e1 !important;
}
.cid-uPMMWyB03I .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uPMMWyB03I .text-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #ffea64 !important;
}
.cid-uPMMWyB03I .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uPMMWyB03I .text-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uPMMWyB03I .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uPMMWyB03I .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uPMMWyB03I .mbr-section-title {
  color: #000000;
}
.cid-uPMMWyB03I .mbr-text {
  color: #000000;
}
.cid-uPMMWyOPQE {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #dd2b1c, #232323);
}
@media (min-width: 768px) {
  .cid-uPMMWyOPQE {
    align-items: flex-start;
  }
  .cid-uPMMWyOPQE .row {
    justify-content: flex-start;
  }
}
.cid-uPMMWyOPQE .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uPMMWyOPQE .mbr-text,
.cid-uPMMWyOPQE .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uPMMWyOPQE .mbr-section-title,
.cid-uPMMWyOPQE .line {
  color: #ffffff;
  text-align: center;
}
.cid-uPMMWyOPQE h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uPMMWyOPQE h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uPMMWyOPQE .mbr-section-subtitle,
.cid-uPMMWyOPQE .align {
  text-align: left;
  color: #232323;
}
.cid-uSfDy9AkEw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/yapi-proje-gelistirme-prosteel2047-1000x750.jpg");
}
.cid-uSfDy9AkEw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSfDy9AkEw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSfDy9AkEw .row {
  justify-content: center;
}
.cid-uSfDy9AkEw .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uSfDy9AkEw .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uSfDy9AkEw .container {
    padding: 0 15px;
  }
}
.cid-uSfDy9AkEw .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSfDy9AkEw .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uSfDy9AkEw .content-wrapper {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uSfDy9AkEw .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uSfDy9AkEw .content-wrapper .panel-group .card {
  border: none;
  border-radius: 0;
  padding-left: 15px;
  position: relative;
}
.cid-uSfDy9AkEw .content-wrapper .panel-group .card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, #ffffff 0, #ffffff 50%, transparent 100%);
  opacity: .2;
}
.cid-uSfDy9AkEw .content-wrapper .panel-group .card .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
}
.cid-uSfDy9AkEw .content-wrapper .panel-group .card .card-header .panel-title {
  display: inline-flex;
  align-items: center;
}
.cid-uSfDy9AkEw .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  color: #ffffff;
}
.cid-uSfDy9AkEw .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #ffffff;
}
.cid-uSfDy9AkEw .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uSfDy9AkEw .content-wrapper .panel-group .card .card-header .panel-title .mbr-iconfont {
  width: 22px;
  height: 22px;
  min-width: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #d2d2df;
  margin-right: 15px;
  transition: all 0.3s ease-in-out;
}
.cid-uSfDy9AkEw .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 38px;
}
.cid-uSfDy9AkEw .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  line-height: 1.4;
  margin-bottom: 0;
}
.cid-uSfDy9AkEw .content-wrapper .panel-group .card .panel-collapse .panel-body .mbr-section-btn {
  margin-top: 30px;
}
.cid-uSfDy9AkEw .content-wrapper .panel-group .card .panel-collapse .panel-body .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uSfDy9AkEw .image-wrapper {
  position: relative;
  margin-left: 21px;
  min-height: 320px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uSfDy9AkEw .image-wrapper {
    margin: 0;
  }
}
.cid-uSfDy9AkEw .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid #dd2b1c;
  z-index: 1;
}
.cid-uSfDy9AkEw .image-wrapper::before {
  content: '';
  position: absolute;
  height: 110%;
  width: 125%;
  border-radius: 100%;
  background-color: #284177;
  filter: blur(80px);
  pointer-events: none;
}
.cid-uSfDy9AkEw .image-wrapper .mbr-image-text {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-uSfDy9AkEw .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uSfDy9AkEw .panel-title {
  color: #d2d2df;
}
.cid-uSfDy9AkEw .panel-text {
  color: #d2d2df;
}
.cid-uSfDy9AkEw .mbr-image-text {
  color: #ffffff;
  text-align: center;
}
.cid-uSfDy9AkEw .panel-title-edit,
.cid-uSfDy9AkEw .card-header {
  color: #ffffff;
}
.cid-uSfDy9AkEw .panel-text,
.cid-uSfDy9AkEw .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uPMMWzz4Fr {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #232323, #dd2b1c);
}
@media (min-width: 768px) {
  .cid-uPMMWzz4Fr {
    align-items: flex-start;
  }
  .cid-uPMMWzz4Fr .row {
    justify-content: flex-start;
  }
}
.cid-uPMMWzz4Fr .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uPMMWzz4Fr .mbr-text,
.cid-uPMMWzz4Fr .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uPMMWzz4Fr .mbr-section-title,
.cid-uPMMWzz4Fr .line {
  color: #ffffff;
  text-align: center;
}
.cid-uPMMWzz4Fr h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uPMMWzz4Fr h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uPMMWzz4Fr .mbr-section-subtitle,
.cid-uPMMWzz4Fr .align {
  text-align: left;
  color: #232323;
}
.cid-uSfDyDUuQY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/yapi-proje-gelistirme-prosteel2047-1000x750.jpg");
}
.cid-uSfDyDUuQY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSfDyDUuQY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSfDyDUuQY .row {
  justify-content: center;
}
.cid-uSfDyDUuQY .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uSfDyDUuQY .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uSfDyDUuQY .container {
    padding: 0 15px;
  }
}
.cid-uSfDyDUuQY .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSfDyDUuQY .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uSfDyDUuQY .content-wrapper {
  padding-right: 21px;
  padding-right: 0;
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uSfDyDUuQY .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uSfDyDUuQY .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uSfDyDUuQY .content-wrapper .panel-group .card {
  border: none;
  border-radius: 0;
  padding-left: 15px;
  position: relative;
}
.cid-uSfDyDUuQY .content-wrapper .panel-group .card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, #ffffff 0, #ffffff 50%, transparent 100%);
  opacity: .2;
}
.cid-uSfDyDUuQY .content-wrapper .panel-group .card .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
}
.cid-uSfDyDUuQY .content-wrapper .panel-group .card .card-header .panel-title {
  display: inline-flex;
  align-items: center;
}
.cid-uSfDyDUuQY .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  color: #ffffff;
}
.cid-uSfDyDUuQY .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #ffffff;
}
.cid-uSfDyDUuQY .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uSfDyDUuQY .content-wrapper .panel-group .card .card-header .panel-title .mbr-iconfont {
  width: 22px;
  height: 22px;
  min-width: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #d2d2df;
  margin-right: 15px;
  transition: all 0.3s ease-in-out;
}
.cid-uSfDyDUuQY .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 38px;
}
.cid-uSfDyDUuQY .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  line-height: 1.4;
  margin-bottom: 0;
}
.cid-uSfDyDUuQY .content-wrapper .panel-group .card .panel-collapse .panel-body .mbr-section-btn {
  margin-top: 30px;
}
.cid-uSfDyDUuQY .content-wrapper .panel-group .card .panel-collapse .panel-body .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uSfDyDUuQY .image-wrapper {
  position: relative;
  margin-left: 21px;
  min-height: 320px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-left: 0;
  margin-right: 21px;
}
@media (max-width: 992px) {
  .cid-uSfDyDUuQY .image-wrapper {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-uSfDyDUuQY .image-wrapper {
    margin: 0;
  }
}
.cid-uSfDyDUuQY .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid #dd2b1c;
  z-index: 1;
}
.cid-uSfDyDUuQY .image-wrapper::before {
  content: '';
  position: absolute;
  height: 110%;
  width: 125%;
  border-radius: 100%;
  background-color: #284177;
  filter: blur(80px);
  pointer-events: none;
}
.cid-uSfDyDUuQY .image-wrapper .mbr-image-text {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-uSfDyDUuQY .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uSfDyDUuQY .panel-title {
  color: #d2d2df;
}
.cid-uSfDyDUuQY .panel-text {
  color: #d2d2df;
}
.cid-uSfDyDUuQY .mbr-image-text {
  color: #ffffff;
  text-align: center;
}
.cid-uSfDyDUuQY .panel-title-edit,
.cid-uSfDyDUuQY .card-header {
  color: #ffffff;
}
.cid-uSfDyDUuQY .panel-text,
.cid-uSfDyDUuQY .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uPMMWAmb06 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/yapi-proje-gelistirme-prosteel2032-1000x749.jpg");
}
.cid-uPMMWAmb06 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPMMWAmb06 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPMMWAmb06 .row {
  margin: 0 -8px;
}
.cid-uPMMWAmb06 .row .card {
  padding: 0 8px;
}
.cid-uPMMWAmb06 .card-wrapper {
  position: relative;
  padding: 75px 64px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uPMMWAmb06 .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uPMMWAmb06 .card-wrapper {
    padding: 24px;
  }
}
.cid-uPMMWAmb06 .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
}
.cid-uPMMWAmb06 .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #dd2b1c;
  opacity: .6;
}
.cid-uPMMWAmb06 .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uPMMWAmb06 .card-wrapper .card-wrap .mbr-label {
  margin-bottom: 24px;
}
.cid-uPMMWAmb06 .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uPMMWAmb06 .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uPMMWAmb06 .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uPMMWAmb06 .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uPMMWAmb06 .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPMMWAmb06 .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uPMMWAmb06 .mbr-label {
  color: #63635d;
  text-align: center;
}
.cid-uPMMWAmb06 .mbr-text,
.cid-uPMMWAmb06 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uPMMWAmb06 .mbr-section-title,
.cid-uPMMWAmb06 .mbr-section-btn {
  color: #ffffff;
}
.cid-uPMMWAE2JI {
  padding-top: 2rem;
  padding-bottom: 0rem;
  border-bottom: 2px solid #ffffff;
  background-image: url("../../../assets/images/yapi-proje-gelistirme-prosteel2010-1000x679.jpg");
}
.cid-uPMMWAE2JI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPMMWAE2JI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPMMWAE2JI .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uPMMWAE2JI .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uPMMWAE2JI .content-wrapper {
    padding: 0;
  }
}
.cid-uPMMWAE2JI .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uPMMWAE2JI .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uPMMWAE2JI .mbr-section-title,
.cid-uPMMWAE2JI .title-wrapper {
  color: #ffffff;
}
.cid-uPMMWAE2JI .mbr-section-title,
.cid-uPMMWAE2JI .mbr-section-btn,
.cid-uPMMWAE2JI .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uPMMWASfNa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPMMWASfNa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPMMWASfNa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPMMWASfNa .container {
  max-width: 1472px;
}
.cid-uPMMWASfNa .footer-main-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-radius: 2.08rem;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-uPMMWASfNa .col-brand {
  width: 100%;
  padding: 2.5rem;
}
@media (max-width: 991px) {
  .cid-uPMMWASfNa .col-brand {
    padding: 24px;
  }
}
.cid-uPMMWASfNa .navbar-brand {
  display: flex;
  flex-basis: auto;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  white-space: normal;
  flex-shrink: 0;
  align-items: center;
  padding: 0;
  z-index: 1;
  margin-right: auto;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uPMMWASfNa .navbar-brand:hover {
  transform: scale(1.1);
}
.cid-uPMMWASfNa .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uPMMWASfNa .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uPMMWASfNa .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uPMMWASfNa .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uPMMWASfNa .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uPMMWASfNa .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uPMMWASfNa .links-container {
  width: 100%;
  padding: 2.5rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 8.8%;
}
@media (max-width: 991px) {
  .cid-uPMMWASfNa .links-container {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 17.6%;
    row-gap: 6.67rem;
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uPMMWASfNa .links-container {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1.2rem;
    row-gap: 1.2rem;
  }
}
.cid-uPMMWASfNa .mbr-section-subtitle {
  color: #13287d;
  margin-bottom: 12px;
}
.cid-uPMMWASfNa .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #232323;
}
.cid-uPMMWASfNa .list li {
  width: 100%;
  color: inherit !important;
  margin: 6px 0;
}
.cid-uPMMWASfNa .list li:hover {
  color: #dd2b1c !important;
}
.cid-uPMMWASfNa .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uPMMWASfNa .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uPMMWASfNa .copyright-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid rgba(255, 255, 255, 0.01);
  padding: 32px 0 24px;
}
@media (max-width: 767px) {
  .cid-uPMMWASfNa .copyright-container {
    padding: 24px 0 16px;
    flex-wrap: wrap;
  }
}
.cid-uPMMWASfNa .copyright {
  color: #232323;
  max-width: 45%;
}
@media (max-width: 767px) {
  .cid-uPMMWASfNa .copyright {
    max-width: 100%;
    width: 100%;
  }
}
.cid-uPMMWASfNa .social-row {
  width: auto;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  max-width: 45%;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uPMMWASfNa .social-row {
    max-width: 100%;
    width: 100%;
    justify-content: flex-start;
  }
}
.cid-uPMMWASfNa .mbr-iconfont {
  font-size: 22px;
  color: #ae5eff;
}
.cid-uPMMWASfNa .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.01);
  margin-left: 4px;
  margin-bottom: 4px;
  padding: 12px;
  min-height: 70px;
  min-width: 70px;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-uPMMWASfNa .soc-item {
    margin-left: 0;
    margin-right: 4px;
    margin-bottom: 0;
    margin-top: 4px;
    padding: 10px;
    min-height: 50px;
    min-width: 50px;
  }
}
.cid-uPMMWASfNa .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPMMWASfNa .soc-item a:hover {
  text-decoration-line: none !important;
}
.cid-uPMMWASfNa .soc-item:hover {
  transform: scale(0.95);
}
.cid-uPMMWASfNa .soc-item:hover .mbr-iconfont {
  color: #FFDD65 !important;
}
.cid-uPMMXTdT9V .navbar {
  padding: 0.5rem 0;
  background: #9c98cf;
  transition: none;
  min-height: 50px;
}
.cid-uPMMXTdT9V .navbar-fixed-top {
  padding-top: 0;
}
.cid-uPMMXTdT9V .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-uPMMXTdT9V .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #5a67a1;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-uPMMXTdT9V .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-uPMMXTdT9V .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uPMMXTdT9V .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uPMMXTdT9V .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uPMMXTdT9V .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-uPMMXTdT9V .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uPMMXTdT9V .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uPMMXTdT9V .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uPMMXTdT9V .menu-content-top {
  background: #dd2b1c;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uPMMXTdT9V .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-uPMMXTdT9V .dropdown-item:hover {
  color: #d2d2df !important;
}
.cid-uPMMXTdT9V .nav-link,
.cid-uPMMXTdT9V .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-uPMMXTdT9V .nav-link:hover,
.cid-uPMMXTdT9V .brand-name:hover {
  color: #d2d2df !important;
}
.cid-uPMMXTdT9V .dropdown-menu {
  background-color: #5a67a1;
}
.cid-uPMMXTdT9V .dropdown-item:active {
  background-color: #5a67a1;
}
.cid-uPMMXTdT9V .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-uPMMXTdT9V .navbar-dropdown.bg-color.transparent.opened {
  background: #9c98cf;
}
.cid-uPMMXTdT9V .nav-item {
  position: relative;
}
.cid-uPMMXTdT9V .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uPMMXTdT9V .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-uPMMXTdT9V .nav-item .nav-link:focus {
  outline: none;
}
.cid-uPMMXTdT9V .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPMMXTdT9V .content-text {
  margin-bottom: 0;
}
.cid-uPMMXTdT9V .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uPMMXTdT9V .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #dd2b1c;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uPMMXTdT9V .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uPMMXTdT9V .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uPMMXTdT9V .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uPMMXTdT9V .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPMMXTdT9V .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uPMMXTdT9V .content-right-side {
  text-align: center;
}
.cid-uPMMXTdT9V .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uPMMXTdT9V .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uPMMXTdT9V .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uPMMXTdT9V .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-uPMMXTdT9V .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uPMMXTdT9V .info-widget:first-child {
  margin-left: 0;
}
.cid-uPMMXTdT9V .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-uPMMXTdT9V .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uPMMXTdT9V .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uPMMXTdT9V .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uPMMXTdT9V .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-uPMMXTdT9V .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uPMMXTdT9V .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #5a67a1;
}
@media (min-width: 992px) {
  .cid-uPMMXTdT9V .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-uPMMXTdT9V .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #d2d2df;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-uPMMXTdT9V .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-uPMMXTdT9V .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uPMMXTdT9V .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-uPMMXTdT9V .navbar {
    display: block;
    padding: 0;
  }
  .cid-uPMMXTdT9V .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-uPMMXTdT9V .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uPMMXTdT9V .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uPMMXTdT9V .navbar-toggler {
    display: none;
  }
  .cid-uPMMXTdT9V .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-uPMMXTdT9V .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uPMMXTdT9V .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-uPMMXTdT9V .btn-sm {
  padding: 13px 29px;
}
.cid-uPMMXTdT9V .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uPMMXTdT9V .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-uPMMXTdT9V .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-uPMMXTdT9V .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uPMMXTdT9V .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uPMMXTdT9V .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uPMMXTdT9V .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uPMMXTdT9V .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uPMMXTdT9V .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uPMMXTdT9V .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPMMXTdT9V .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPMMXTdT9V .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uPMMXTdT9V .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uPMMXTdT9V .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPMMXTdT9V .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uPMMXTdT9V .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPMMXTdT9V .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uPMMXTdT9V .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-uPMMXTdT9V .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uPMMXTdT9V .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uPMMXTdT9V .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uPMMXTdT9V button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-uPMMXTdT9V button.navbar-toggler:focus {
  outline: none;
}
.cid-uPMMXTdT9V button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uPMMXTdT9V button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPMMXTdT9V button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPMMXTdT9V button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPMMXTdT9V button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPMMXTdT9V nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPMMXTdT9V nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPMMXTdT9V nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPMMXTdT9V nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPMMXTdT9V .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPMMXTdT9V .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPMMXTdT9V .collapsed .btn {
  display: flex;
}
.cid-uPMMXTdT9V .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uPMMXTdT9V .collapsed .navbar-collapse.collapsing,
.cid-uPMMXTdT9V .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uPMMXTdT9V .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uPMMXTdT9V .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uPMMXTdT9V .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uPMMXTdT9V .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uPMMXTdT9V .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uPMMXTdT9V .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uPMMXTdT9V .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uPMMXTdT9V .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uPMMXTdT9V .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uPMMXTdT9V .collapsed button.navbar-toggler {
  display: block;
}
.cid-uPMMXTdT9V .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uPMMXTdT9V .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uPMMXTdT9V .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uPMMXTdT9V .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uPMMXTdT9V .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uPMMXTdT9V .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uPMMXTdT9V .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uPMMXTdT9V .menu-content-top {
    display: flex;
  }
  .cid-uPMMXTdT9V .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-uPMMXTdT9V .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-uPMMXTdT9V .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-uPMMXTdT9V .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-uPMMXTdT9V .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-uPMMXTdT9V .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-uPMMXTdT9V .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-uPMMXTdT9V .navbar-collapse.collapsing,
  .cid-uPMMXTdT9V .navbar-collapse.show {
    display: block !important;
  }
  .cid-uPMMXTdT9V .navbar-collapse.collapsing .navbar-nav,
  .cid-uPMMXTdT9V .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uPMMXTdT9V .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uPMMXTdT9V .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uPMMXTdT9V .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-uPMMXTdT9V .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #dd2b1c;
  }
  .cid-uPMMXTdT9V .navbar-collapse.collapsing .navbar-buttons,
  .cid-uPMMXTdT9V .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uPMMXTdT9V .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uPMMXTdT9V .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uPMMXTdT9V img {
    height: 3.8rem !important;
  }
  .cid-uPMMXTdT9V .btn {
    display: flex;
  }
  .cid-uPMMXTdT9V button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-uPMMXTdT9V .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-uPMMXTdT9V .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uPMMXTdT9V .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uPMMXTdT9V .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uPMMXTdT9V .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uPMMXTdT9V .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uPMMXTdT9V .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uPMMXTdT9V .nav-link:focus {
  outline: none;
}
.cid-uPMMXTdT9V .navbar-toggler {
  position: relative;
}
.cid-uPMMXTdT9V .widget-title,
.cid-uPMMXTdT9V .widget-icon {
  color: #e9e9e9;
}
.cid-uPMMXTdT9V .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-uPMMXTdT9V .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-uPMMXTdT9V .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-uPMMXTdT9V .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-uPMMXTdT9V .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-uPMMXTdT9V .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-uPMMXTdT9V .menu-content-top,
  .cid-uPMMXTdT9V .menu-bottom {
    padding: 0 15px;
  }
  .cid-uPMMXTdT9V button.navbar-toggler {
    align-self: center;
  }
  .cid-uPMMXTdT9V .btn {
    margin-left: 0;
  }
  .cid-uPMMXTdT9V .widget-icon {
    padding-right: 0;
  }
}
.cid-uPMMXTdT9V .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-uPMMXTdT9V .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #5a67a1;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-uPMMXTdT9V .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-uPMMXTdT9V .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #d2d2df;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-uPMMXTdT9V .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-uPMMXTz1NR {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(to bottom, #163300, #dd2b1c);
}
@media (min-width: 768px) {
  .cid-uPMMXTz1NR {
    align-items: flex-start;
  }
  .cid-uPMMXTz1NR .row {
    justify-content: flex-start;
  }
}
.cid-uPMMXTz1NR .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uPMMXTz1NR .mbr-text,
.cid-uPMMXTz1NR .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uPMMXTz1NR .mbr-section-title,
.cid-uPMMXTz1NR .line {
  color: #232323;
}
.cid-uPMMXTz1NR h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uPMMXTz1NR h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uPMMXTz1NR .mbr-section-subtitle,
.cid-uPMMXTz1NR .align {
  text-align: left;
  color: #232323;
}
.cid-uQnklHkHOh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #254b45;
}
.cid-uQnklHkHOh .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uQnklHkHOh .modal-body .close {
  background: #1b1b1b;
}
.cid-uQnklHkHOh .modal-body .close span {
  font-style: normal;
}
@media (min-width: 992px) {
  .cid-uQnklHkHOh .align-center {
    text-align: left;
    max-width: 850px;
  }
  .cid-uQnklHkHOh .carousel-caption {
    justify-content: flex-start !important;
    padding-left: 5rem;
  }
}
.cid-uQnklHkHOh .mbr-slider .carousel-control {
  background: black!important;
  border-radius: 6px;
  height: 100px;
  width: 50px;
}
.cid-uQnklHkHOh .mbri-right:before {
  content: "\e909";
  color: white;
}
.cid-uQnklHkHOh .mbri-left:before {
  content: "\e90a";
  color: white;
}
.cid-uQnklHkHOh .container {
  max-width: 100%;
  padding: 0;
}
.cid-uQnklHkHOh .content-slider-wrap {
  width: 100%;
}
.cid-uQnklHkHOh .carousel-inner > .active,
.cid-uQnklHkHOh .carousel-inner > .next,
.cid-uQnklHkHOh .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-uQnklHkHOh .carousel-control .icon-next,
.cid-uQnklHkHOh .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uQnklHkHOh .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uQnklHkHOh .mbr-iconfont {
  color: black;
  font-size: 2rem!important;
  font-family: 'Moririse2' !important;
  font-weight: 600;
}
.cid-uQnklHkHOh .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-uQnklHkHOh .boxed-slider > div {
  position: relative;
}
.cid-uQnklHkHOh .container img {
  width: 100%;
}
.cid-uQnklHkHOh .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-uQnklHkHOh .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uQnklHkHOh .mbr-table-cell {
  padding: 0;
}
.cid-uQnklHkHOh .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uQnklHkHOh .carousel-caption {
  top: auto;
  right: 0;
  bottom: 2rem;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uQnklHkHOh .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uQnklHkHOh .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-uQnklHkHOh .carousel-item.active.right,
.cid-uQnklHkHOh .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uQnklHkHOh .carousel-item.active.left,
.cid-uQnklHkHOh .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uQnklHkHOh .carousel-item.active,
.cid-uQnklHkHOh .carousel-item.next.left,
.cid-uQnklHkHOh .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-uQnklHkHOh .mbr-slider .carousel-control {
  top: 50%;
  margin-top: -1.5rem;
  font-size: 35px;
  transition: all .3s;
  z-index: 11;
}
@media (max-width: 767px) {
  .cid-uQnklHkHOh .mbr-slider .carousel-control {
    top: 20%;
  }
}
.cid-uQnklHkHOh .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQnklHkHOh .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uQnklHkHOh .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-uQnklHkHOh .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uQnklHkHOh .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 10px;
  width: 10px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-uQnklHkHOh .mbr-slider .carousel-indicators li.active,
.cid-uQnklHkHOh .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-uQnklHkHOh .mbr-slider .carousel-indicators li::after,
.cid-uQnklHkHOh .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-uQnklHkHOh .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-uQnklHkHOh .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-uQnklHkHOh .mbr-slider > .container img {
  width: 100%;
}
.cid-uQnklHkHOh .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uQnklHkHOh .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-uQnklHkHOh .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uQnklHkHOh .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uQnklHkHOh .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-uQnklHkHOh .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-uQnklHkHOh .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-uQnklHkHOh .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-uQnklHkHOh .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-uQnklHkHOh .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uQnklHkHOh .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-uQnklHkHOh .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-uQnklHkHOh .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-uQnklHkHOh .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-uQnklHkHOh .carousel-inner {
  height: 100%;
}
.cid-uQnklHkHOh .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-uQnklHkHOh .image_wrapper {
  height: 950px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-uQnklHkHOh .image_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uQnklHkHOh .carousel-item .container-slide {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uQnklHkHOh .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uQnklHkHOh .content-slider-wrap {
    width: 100%!important;
  }
  .cid-uQnklHkHOh .image_wrapper {
    height: 570px;
  }
}
.cid-uQnklHkHOh P {
  color: #ffffff;
}
.cid-uPMMXU8nb5 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/celik-hasir-imalati-uretimi-prosteel-800x600.png");
}
.cid-uPMMXU8nb5::before {
  content: '';
  position: absolute;
  right: -14%;
  bottom: 0;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(#dd2b1c -10%, transparent 95%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uPMMXU8nb5::before {
    opacity: .4;
  }
}
.cid-uPMMXU8nb5::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -20%;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #a7a4a3 -10%, transparent 95%);
}
@media (max-width: 992px) {
  .cid-uPMMXU8nb5::after {
    opacity: .4;
  }
}
.cid-uPMMXU8nb5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPMMXU8nb5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPMMXU8nb5 .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uPMMXU8nb5 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uPMMXU8nb5 .container {
    padding: 0 16px;
  }
}
.cid-uPMMXU8nb5 .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uPMMXU8nb5 .row .card {
  justify-content: flex-end;
}
.cid-uPMMXU8nb5 .title-wrapper {
  margin-bottom: 246px;
}
@media (max-width: 1200px) {
  .cid-uPMMXU8nb5 .title-wrapper {
    margin-bottom: 148px;
  }
}
@media (max-width: 992px) {
  .cid-uPMMXU8nb5 .title-wrapper {
    margin-bottom: 90px;
  }
}
.cid-uPMMXU8nb5 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uPMMXU8nb5 .title-wrapper .mbr-section-title span {
  color: #dd2b1c;
}
.cid-uPMMXU8nb5 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPMMXU8nb5 .text-wrapper .text_2 {
  margin-top: 32px;
}
.cid-uPMMXU8nb5 .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uPMMXU8nb5 .text-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uPMMXU8nb5 .text-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uPMMXU8nb5 .text-wrapper .mbr-section-btn .btn-success-outline,
.cid-uPMMXU8nb5 .text-wrapper .mbr-section-btn .btn-info-outline,
.cid-uPMMXU8nb5 .text-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uPMMXU8nb5 .text-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uPMMXU8nb5 .text-wrapper .mbr-section-btn .btn-black-outline,
.cid-uPMMXU8nb5 .text-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uPMMXU8nb5 .text-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uPMMXU8nb5 .text-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uPMMXU8nb5 .text-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uPMMXU8nb5 .text-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uPMMXU8nb5 .text-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uPMMXU8nb5 .text-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uPMMXU8nb5 .text-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uPMMXU8nb5 .text-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uPMMXU8nb5 .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uPMMXU8nb5 .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uPMMXU8nb5 .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uPMMXU8nb5 .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uPMMXU8nb5 .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uPMMXU8nb5 .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uPMMXU8nb5 .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uPMMXU8nb5 .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uPMMXU8nb5 .text-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uPMMXU8nb5 .text-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uPMMXU8nb5 .text-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uPMMXU8nb5 .text-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uPMMXU8nb5 .text-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uPMMXU8nb5 .text-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uPMMXU8nb5 .text-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-uPMMXU8nb5 .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uPMMXU8nb5 .text-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uPMMXU8nb5 .text-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uPMMXU8nb5 .text-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uPMMXU8nb5 .text-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uPMMXU8nb5 .text-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uPMMXU8nb5 .text-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uPMMXU8nb5 .text-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uPMMXU8nb5 .text-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uPMMXU8nb5 .text-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uPMMXU8nb5 .text-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uPMMXU8nb5 .text-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uPMMXU8nb5 .text-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uPMMXU8nb5 .text-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uPMMXU8nb5 .text-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uPMMXU8nb5 .text-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uPMMXU8nb5 .text-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uPMMXU8nb5 .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uPMMXU8nb5 .text-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #dd2b1c !important;
}
.cid-uPMMXU8nb5 .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uPMMXU8nb5 .text-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #ffffff !important;
}
.cid-uPMMXU8nb5 .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uPMMXU8nb5 .text-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #3a341c !important;
}
.cid-uPMMXU8nb5 .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uPMMXU8nb5 .text-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #320707 !important;
}
.cid-uPMMXU8nb5 .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uPMMXU8nb5 .text-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #a0e2e1 !important;
}
.cid-uPMMXU8nb5 .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uPMMXU8nb5 .text-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #ffea64 !important;
}
.cid-uPMMXU8nb5 .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uPMMXU8nb5 .text-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uPMMXU8nb5 .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uPMMXU8nb5 .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uPMMXU8nb5 .mbr-section-title {
  color: #000000;
}
.cid-uPMMXU8nb5 .mbr-text {
  color: #000000;
}
.cid-uPMMXUlQAO {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #dd2b1c, #232323);
}
@media (min-width: 768px) {
  .cid-uPMMXUlQAO {
    align-items: flex-start;
  }
  .cid-uPMMXUlQAO .row {
    justify-content: flex-start;
  }
}
.cid-uPMMXUlQAO .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uPMMXUlQAO .mbr-text,
.cid-uPMMXUlQAO .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uPMMXUlQAO .mbr-section-title,
.cid-uPMMXUlQAO .line {
  color: #ffffff;
  text-align: center;
}
.cid-uPMMXUlQAO h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uPMMXUlQAO h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uPMMXUlQAO .mbr-section-subtitle,
.cid-uPMMXUlQAO .align {
  text-align: left;
  color: #232323;
}
.cid-uSfDAuhX46 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/yapi-proje-gelistirme-prosteel2047-1000x750.jpg");
}
.cid-uSfDAuhX46 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSfDAuhX46 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSfDAuhX46 .row {
  justify-content: center;
}
.cid-uSfDAuhX46 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uSfDAuhX46 .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uSfDAuhX46 .container {
    padding: 0 15px;
  }
}
.cid-uSfDAuhX46 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSfDAuhX46 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uSfDAuhX46 .content-wrapper {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uSfDAuhX46 .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uSfDAuhX46 .content-wrapper .panel-group .card {
  border: none;
  border-radius: 0;
  padding-left: 15px;
  position: relative;
}
.cid-uSfDAuhX46 .content-wrapper .panel-group .card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, #ffffff 0, #ffffff 50%, transparent 100%);
  opacity: .2;
}
.cid-uSfDAuhX46 .content-wrapper .panel-group .card .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
}
.cid-uSfDAuhX46 .content-wrapper .panel-group .card .card-header .panel-title {
  display: inline-flex;
  align-items: center;
}
.cid-uSfDAuhX46 .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  color: #ffffff;
}
.cid-uSfDAuhX46 .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #ffffff;
}
.cid-uSfDAuhX46 .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uSfDAuhX46 .content-wrapper .panel-group .card .card-header .panel-title .mbr-iconfont {
  width: 22px;
  height: 22px;
  min-width: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #d2d2df;
  margin-right: 15px;
  transition: all 0.3s ease-in-out;
}
.cid-uSfDAuhX46 .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 38px;
}
.cid-uSfDAuhX46 .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  line-height: 1.4;
  margin-bottom: 0;
}
.cid-uSfDAuhX46 .content-wrapper .panel-group .card .panel-collapse .panel-body .mbr-section-btn {
  margin-top: 30px;
}
.cid-uSfDAuhX46 .content-wrapper .panel-group .card .panel-collapse .panel-body .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uSfDAuhX46 .image-wrapper {
  position: relative;
  margin-left: 21px;
  min-height: 320px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uSfDAuhX46 .image-wrapper {
    margin: 0;
  }
}
.cid-uSfDAuhX46 .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid #dd2b1c;
  z-index: 1;
}
.cid-uSfDAuhX46 .image-wrapper::before {
  content: '';
  position: absolute;
  height: 110%;
  width: 125%;
  border-radius: 100%;
  background-color: #284177;
  filter: blur(80px);
  pointer-events: none;
}
.cid-uSfDAuhX46 .image-wrapper .mbr-image-text {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-uSfDAuhX46 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uSfDAuhX46 .panel-title {
  color: #d2d2df;
}
.cid-uSfDAuhX46 .panel-text {
  color: #d2d2df;
}
.cid-uSfDAuhX46 .mbr-image-text {
  color: #ffffff;
  text-align: center;
}
.cid-uSfDAuhX46 .panel-title-edit,
.cid-uSfDAuhX46 .card-header {
  color: #ffffff;
}
.cid-uSfDAuhX46 .panel-text,
.cid-uSfDAuhX46 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uPMMXVabzD {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #232323, #dd2b1c);
}
@media (min-width: 768px) {
  .cid-uPMMXVabzD {
    align-items: flex-start;
  }
  .cid-uPMMXVabzD .row {
    justify-content: flex-start;
  }
}
.cid-uPMMXVabzD .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uPMMXVabzD .mbr-text,
.cid-uPMMXVabzD .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uPMMXVabzD .mbr-section-title,
.cid-uPMMXVabzD .line {
  color: #ffffff;
  text-align: center;
}
.cid-uPMMXVabzD h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uPMMXVabzD h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uPMMXVabzD .mbr-section-subtitle,
.cid-uPMMXVabzD .align {
  text-align: left;
  color: #232323;
}
.cid-uSfDAYQf0A {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/yapi-proje-gelistirme-prosteel2047-1000x750.jpg");
}
.cid-uSfDAYQf0A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSfDAYQf0A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSfDAYQf0A .row {
  justify-content: center;
}
.cid-uSfDAYQf0A .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uSfDAYQf0A .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uSfDAYQf0A .container {
    padding: 0 15px;
  }
}
.cid-uSfDAYQf0A .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSfDAYQf0A .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uSfDAYQf0A .content-wrapper {
  padding-right: 21px;
  padding-right: 0;
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uSfDAYQf0A .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uSfDAYQf0A .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uSfDAYQf0A .content-wrapper .panel-group .card {
  border: none;
  border-radius: 0;
  padding-left: 15px;
  position: relative;
}
.cid-uSfDAYQf0A .content-wrapper .panel-group .card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, #ffffff 0, #ffffff 50%, transparent 100%);
  opacity: .2;
}
.cid-uSfDAYQf0A .content-wrapper .panel-group .card .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
}
.cid-uSfDAYQf0A .content-wrapper .panel-group .card .card-header .panel-title {
  display: inline-flex;
  align-items: center;
}
.cid-uSfDAYQf0A .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  color: #ffffff;
}
.cid-uSfDAYQf0A .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #ffffff;
}
.cid-uSfDAYQf0A .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uSfDAYQf0A .content-wrapper .panel-group .card .card-header .panel-title .mbr-iconfont {
  width: 22px;
  height: 22px;
  min-width: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #d2d2df;
  margin-right: 15px;
  transition: all 0.3s ease-in-out;
}
.cid-uSfDAYQf0A .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 38px;
}
.cid-uSfDAYQf0A .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  line-height: 1.4;
  margin-bottom: 0;
}
.cid-uSfDAYQf0A .content-wrapper .panel-group .card .panel-collapse .panel-body .mbr-section-btn {
  margin-top: 30px;
}
.cid-uSfDAYQf0A .content-wrapper .panel-group .card .panel-collapse .panel-body .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uSfDAYQf0A .image-wrapper {
  position: relative;
  margin-left: 21px;
  min-height: 320px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-left: 0;
  margin-right: 21px;
}
@media (max-width: 992px) {
  .cid-uSfDAYQf0A .image-wrapper {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-uSfDAYQf0A .image-wrapper {
    margin: 0;
  }
}
.cid-uSfDAYQf0A .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid #dd2b1c;
  z-index: 1;
}
.cid-uSfDAYQf0A .image-wrapper::before {
  content: '';
  position: absolute;
  height: 110%;
  width: 125%;
  border-radius: 100%;
  background-color: #284177;
  filter: blur(80px);
  pointer-events: none;
}
.cid-uSfDAYQf0A .image-wrapper .mbr-image-text {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-uSfDAYQf0A .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uSfDAYQf0A .panel-title {
  color: #d2d2df;
}
.cid-uSfDAYQf0A .panel-text {
  color: #d2d2df;
}
.cid-uSfDAYQf0A .mbr-image-text {
  color: #ffffff;
  text-align: center;
}
.cid-uSfDAYQf0A .panel-title-edit,
.cid-uSfDAYQf0A .card-header {
  color: #ffffff;
}
.cid-uSfDAYQf0A .panel-text,
.cid-uSfDAYQf0A .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uPMMXVWTy1 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/yapi-proje-gelistirme-prosteel2032-1000x749.jpg");
}
.cid-uPMMXVWTy1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPMMXVWTy1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPMMXVWTy1 .row {
  margin: 0 -8px;
}
.cid-uPMMXVWTy1 .row .card {
  padding: 0 8px;
}
.cid-uPMMXVWTy1 .card-wrapper {
  position: relative;
  padding: 75px 64px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uPMMXVWTy1 .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uPMMXVWTy1 .card-wrapper {
    padding: 24px;
  }
}
.cid-uPMMXVWTy1 .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
}
.cid-uPMMXVWTy1 .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #dd2b1c;
  opacity: .6;
}
.cid-uPMMXVWTy1 .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uPMMXVWTy1 .card-wrapper .card-wrap .mbr-label {
  margin-bottom: 24px;
}
.cid-uPMMXVWTy1 .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uPMMXVWTy1 .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uPMMXVWTy1 .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uPMMXVWTy1 .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uPMMXVWTy1 .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPMMXVWTy1 .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uPMMXVWTy1 .mbr-label {
  color: #63635d;
  text-align: center;
}
.cid-uPMMXVWTy1 .mbr-text,
.cid-uPMMXVWTy1 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uPMMXVWTy1 .mbr-section-title,
.cid-uPMMXVWTy1 .mbr-section-btn {
  color: #ffffff;
}
.cid-uPMMXWaoSF {
  padding-top: 2rem;
  padding-bottom: 0rem;
  border-bottom: 2px solid #ffffff;
  background-image: url("../../../assets/images/yapi-proje-gelistirme-prosteel2010-1000x679.jpg");
}
.cid-uPMMXWaoSF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPMMXWaoSF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPMMXWaoSF .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uPMMXWaoSF .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uPMMXWaoSF .content-wrapper {
    padding: 0;
  }
}
.cid-uPMMXWaoSF .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uPMMXWaoSF .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uPMMXWaoSF .mbr-section-title,
.cid-uPMMXWaoSF .title-wrapper {
  color: #ffffff;
}
.cid-uPMMXWaoSF .mbr-section-title,
.cid-uPMMXWaoSF .mbr-section-btn,
.cid-uPMMXWaoSF .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uPMMXWqKF5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPMMXWqKF5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPMMXWqKF5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPMMXWqKF5 .container {
  max-width: 1472px;
}
.cid-uPMMXWqKF5 .footer-main-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-radius: 2.08rem;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-uPMMXWqKF5 .col-brand {
  width: 100%;
  padding: 2.5rem;
}
@media (max-width: 991px) {
  .cid-uPMMXWqKF5 .col-brand {
    padding: 24px;
  }
}
.cid-uPMMXWqKF5 .navbar-brand {
  display: flex;
  flex-basis: auto;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  white-space: normal;
  flex-shrink: 0;
  align-items: center;
  padding: 0;
  z-index: 1;
  margin-right: auto;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uPMMXWqKF5 .navbar-brand:hover {
  transform: scale(1.1);
}
.cid-uPMMXWqKF5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uPMMXWqKF5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uPMMXWqKF5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uPMMXWqKF5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uPMMXWqKF5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uPMMXWqKF5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uPMMXWqKF5 .links-container {
  width: 100%;
  padding: 2.5rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 8.8%;
}
@media (max-width: 991px) {
  .cid-uPMMXWqKF5 .links-container {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 17.6%;
    row-gap: 6.67rem;
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uPMMXWqKF5 .links-container {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1.2rem;
    row-gap: 1.2rem;
  }
}
.cid-uPMMXWqKF5 .mbr-section-subtitle {
  color: #13287d;
  margin-bottom: 12px;
}
.cid-uPMMXWqKF5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #232323;
}
.cid-uPMMXWqKF5 .list li {
  width: 100%;
  color: inherit !important;
  margin: 6px 0;
}
.cid-uPMMXWqKF5 .list li:hover {
  color: #dd2b1c !important;
}
.cid-uPMMXWqKF5 .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uPMMXWqKF5 .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uPMMXWqKF5 .copyright-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid rgba(255, 255, 255, 0.01);
  padding: 32px 0 24px;
}
@media (max-width: 767px) {
  .cid-uPMMXWqKF5 .copyright-container {
    padding: 24px 0 16px;
    flex-wrap: wrap;
  }
}
.cid-uPMMXWqKF5 .copyright {
  color: #232323;
  max-width: 45%;
}
@media (max-width: 767px) {
  .cid-uPMMXWqKF5 .copyright {
    max-width: 100%;
    width: 100%;
  }
}
.cid-uPMMXWqKF5 .social-row {
  width: auto;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  max-width: 45%;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uPMMXWqKF5 .social-row {
    max-width: 100%;
    width: 100%;
    justify-content: flex-start;
  }
}
.cid-uPMMXWqKF5 .mbr-iconfont {
  font-size: 22px;
  color: #ae5eff;
}
.cid-uPMMXWqKF5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.01);
  margin-left: 4px;
  margin-bottom: 4px;
  padding: 12px;
  min-height: 70px;
  min-width: 70px;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-uPMMXWqKF5 .soc-item {
    margin-left: 0;
    margin-right: 4px;
    margin-bottom: 0;
    margin-top: 4px;
    padding: 10px;
    min-height: 50px;
    min-width: 50px;
  }
}
.cid-uPMMXWqKF5 .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPMMXWqKF5 .soc-item a:hover {
  text-decoration-line: none !important;
}
.cid-uPMMXWqKF5 .soc-item:hover {
  transform: scale(0.95);
}
.cid-uPMMXWqKF5 .soc-item:hover .mbr-iconfont {
  color: #FFDD65 !important;
}
.cid-uSZDQLJcsM .navbar {
  padding: 0.5rem 0;
  background: #9c98cf;
  transition: none;
  min-height: 50px;
}
.cid-uSZDQLJcsM .navbar-fixed-top {
  padding-top: 0;
}
.cid-uSZDQLJcsM .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-uSZDQLJcsM .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #5a67a1;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-uSZDQLJcsM .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-uSZDQLJcsM .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uSZDQLJcsM .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uSZDQLJcsM .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uSZDQLJcsM .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-uSZDQLJcsM .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uSZDQLJcsM .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uSZDQLJcsM .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uSZDQLJcsM .menu-content-top {
  background: #dd2b1c;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uSZDQLJcsM .dropdown-item {
  padding: 0;
  line-height: 2.6;
}
.cid-uSZDQLJcsM .dropdown-item:hover {
  color: #d2d2df !important;
}
.cid-uSZDQLJcsM .nav-link,
.cid-uSZDQLJcsM .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-uSZDQLJcsM .nav-link:hover,
.cid-uSZDQLJcsM .brand-name:hover {
  color: #d2d2df !important;
}
.cid-uSZDQLJcsM .dropdown-menu {
  background-color: #5a67a1;
}
.cid-uSZDQLJcsM .dropdown-item:active {
  background-color: #5a67a1;
}
.cid-uSZDQLJcsM .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-uSZDQLJcsM .navbar-dropdown.bg-color.transparent.opened {
  background: #9c98cf;
}
.cid-uSZDQLJcsM .nav-item {
  position: relative;
}
.cid-uSZDQLJcsM .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uSZDQLJcsM .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-uSZDQLJcsM .nav-item .nav-link:focus {
  outline: none;
}
.cid-uSZDQLJcsM .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSZDQLJcsM .content-text {
  margin-bottom: 0;
}
.cid-uSZDQLJcsM .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uSZDQLJcsM .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #dd2b1c;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uSZDQLJcsM .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uSZDQLJcsM .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uSZDQLJcsM .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uSZDQLJcsM .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uSZDQLJcsM .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uSZDQLJcsM .content-right-side {
  text-align: center;
}
.cid-uSZDQLJcsM .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uSZDQLJcsM .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uSZDQLJcsM .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uSZDQLJcsM .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-uSZDQLJcsM .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uSZDQLJcsM .info-widget:first-child {
  margin-left: 0;
}
.cid-uSZDQLJcsM .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-uSZDQLJcsM .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uSZDQLJcsM .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uSZDQLJcsM .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uSZDQLJcsM .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-uSZDQLJcsM .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uSZDQLJcsM .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #5a67a1;
}
@media (min-width: 992px) {
  .cid-uSZDQLJcsM .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-uSZDQLJcsM .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #d2d2df;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-uSZDQLJcsM .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-uSZDQLJcsM .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uSZDQLJcsM .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-uSZDQLJcsM .navbar {
    display: block;
    padding: 0;
  }
  .cid-uSZDQLJcsM .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-uSZDQLJcsM .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uSZDQLJcsM .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uSZDQLJcsM .navbar-toggler {
    display: none;
  }
  .cid-uSZDQLJcsM .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-uSZDQLJcsM .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uSZDQLJcsM .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-uSZDQLJcsM .btn-sm {
  padding: 13px 29px;
}
.cid-uSZDQLJcsM .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uSZDQLJcsM .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-uSZDQLJcsM .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-uSZDQLJcsM .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uSZDQLJcsM .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uSZDQLJcsM .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uSZDQLJcsM .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uSZDQLJcsM .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uSZDQLJcsM .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uSZDQLJcsM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uSZDQLJcsM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSZDQLJcsM .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uSZDQLJcsM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uSZDQLJcsM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSZDQLJcsM .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uSZDQLJcsM .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSZDQLJcsM .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uSZDQLJcsM .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-uSZDQLJcsM .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uSZDQLJcsM .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uSZDQLJcsM .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uSZDQLJcsM button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-uSZDQLJcsM button.navbar-toggler:focus {
  outline: none;
}
.cid-uSZDQLJcsM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uSZDQLJcsM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uSZDQLJcsM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSZDQLJcsM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSZDQLJcsM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uSZDQLJcsM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSZDQLJcsM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSZDQLJcsM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSZDQLJcsM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSZDQLJcsM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSZDQLJcsM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSZDQLJcsM .collapsed .btn {
  display: flex;
}
.cid-uSZDQLJcsM .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uSZDQLJcsM .collapsed .navbar-collapse.collapsing,
.cid-uSZDQLJcsM .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uSZDQLJcsM .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uSZDQLJcsM .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uSZDQLJcsM .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uSZDQLJcsM .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uSZDQLJcsM .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uSZDQLJcsM .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uSZDQLJcsM .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uSZDQLJcsM .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uSZDQLJcsM .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uSZDQLJcsM .collapsed button.navbar-toggler {
  display: block;
}
.cid-uSZDQLJcsM .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uSZDQLJcsM .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uSZDQLJcsM .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uSZDQLJcsM .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uSZDQLJcsM .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uSZDQLJcsM .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uSZDQLJcsM .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uSZDQLJcsM .menu-content-top {
    display: flex;
  }
  .cid-uSZDQLJcsM .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-uSZDQLJcsM .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-uSZDQLJcsM .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-uSZDQLJcsM .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-uSZDQLJcsM .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-uSZDQLJcsM .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-uSZDQLJcsM .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-uSZDQLJcsM .navbar-collapse.collapsing,
  .cid-uSZDQLJcsM .navbar-collapse.show {
    display: block !important;
  }
  .cid-uSZDQLJcsM .navbar-collapse.collapsing .navbar-nav,
  .cid-uSZDQLJcsM .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uSZDQLJcsM .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uSZDQLJcsM .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uSZDQLJcsM .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-uSZDQLJcsM .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #dd2b1c;
  }
  .cid-uSZDQLJcsM .navbar-collapse.collapsing .navbar-buttons,
  .cid-uSZDQLJcsM .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uSZDQLJcsM .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uSZDQLJcsM .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uSZDQLJcsM img {
    height: 3.8rem !important;
  }
  .cid-uSZDQLJcsM .btn {
    display: flex;
  }
  .cid-uSZDQLJcsM button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-uSZDQLJcsM .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-uSZDQLJcsM .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uSZDQLJcsM .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uSZDQLJcsM .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uSZDQLJcsM .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uSZDQLJcsM .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uSZDQLJcsM .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uSZDQLJcsM .nav-link:focus {
  outline: none;
}
.cid-uSZDQLJcsM .navbar-toggler {
  position: relative;
}
.cid-uSZDQLJcsM .widget-title,
.cid-uSZDQLJcsM .widget-icon {
  color: #e9e9e9;
}
.cid-uSZDQLJcsM .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-uSZDQLJcsM .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-uSZDQLJcsM .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-uSZDQLJcsM .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-uSZDQLJcsM .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-uSZDQLJcsM .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-uSZDQLJcsM .menu-content-top,
  .cid-uSZDQLJcsM .menu-bottom {
    padding: 0 15px;
  }
  .cid-uSZDQLJcsM button.navbar-toggler {
    align-self: center;
  }
  .cid-uSZDQLJcsM .btn {
    margin-left: 0;
  }
  .cid-uSZDQLJcsM .widget-icon {
    padding-right: 0;
  }
}
.cid-uSZDQLJcsM .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-uSZDQLJcsM .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #5a67a1;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-uSZDQLJcsM .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-uSZDQLJcsM .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #d2d2df;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-uSZDQLJcsM .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-uSZDQM7uys {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(to bottom, #163300, #dd2b1c);
}
@media (min-width: 768px) {
  .cid-uSZDQM7uys {
    align-items: flex-start;
  }
  .cid-uSZDQM7uys .row {
    justify-content: flex-start;
  }
}
.cid-uSZDQM7uys .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uSZDQM7uys .mbr-text,
.cid-uSZDQM7uys .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uSZDQM7uys .mbr-section-title,
.cid-uSZDQM7uys .line {
  color: #232323;
}
.cid-uSZDQM7uys h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uSZDQM7uys h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uSZDQM7uys .mbr-section-subtitle,
.cid-uSZDQM7uys .align {
  text-align: left;
  color: #232323;
}
.cid-uSZDQMhroP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #254b45;
}
.cid-uSZDQMhroP .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uSZDQMhroP .modal-body .close {
  background: #1b1b1b;
}
.cid-uSZDQMhroP .modal-body .close span {
  font-style: normal;
}
@media (min-width: 992px) {
  .cid-uSZDQMhroP .align-center {
    text-align: left;
    max-width: 850px;
  }
  .cid-uSZDQMhroP .carousel-caption {
    justify-content: flex-start !important;
    padding-left: 5rem;
  }
}
.cid-uSZDQMhroP .mbr-slider .carousel-control {
  background: black!important;
  border-radius: 6px;
  height: 100px;
  width: 50px;
}
.cid-uSZDQMhroP .mbri-right:before {
  content: "\e909";
  color: white;
}
.cid-uSZDQMhroP .mbri-left:before {
  content: "\e90a";
  color: white;
}
.cid-uSZDQMhroP .container {
  max-width: 100%;
  padding: 0;
}
.cid-uSZDQMhroP .content-slider-wrap {
  width: 100%;
}
.cid-uSZDQMhroP .carousel-inner > .active,
.cid-uSZDQMhroP .carousel-inner > .next,
.cid-uSZDQMhroP .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-uSZDQMhroP .carousel-control .icon-next,
.cid-uSZDQMhroP .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uSZDQMhroP .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uSZDQMhroP .mbr-iconfont {
  color: black;
  font-size: 2rem!important;
  font-family: 'Moririse2' !important;
  font-weight: 600;
}
.cid-uSZDQMhroP .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-uSZDQMhroP .boxed-slider > div {
  position: relative;
}
.cid-uSZDQMhroP .container img {
  width: 100%;
}
.cid-uSZDQMhroP .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-uSZDQMhroP .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uSZDQMhroP .mbr-table-cell {
  padding: 0;
}
.cid-uSZDQMhroP .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uSZDQMhroP .carousel-caption {
  top: auto;
  right: 0;
  bottom: 2rem;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uSZDQMhroP .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uSZDQMhroP .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-uSZDQMhroP .carousel-item.active.right,
.cid-uSZDQMhroP .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uSZDQMhroP .carousel-item.active.left,
.cid-uSZDQMhroP .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uSZDQMhroP .carousel-item.active,
.cid-uSZDQMhroP .carousel-item.next.left,
.cid-uSZDQMhroP .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-uSZDQMhroP .mbr-slider .carousel-control {
  top: 50%;
  margin-top: -1.5rem;
  font-size: 35px;
  transition: all .3s;
  z-index: 11;
}
@media (max-width: 767px) {
  .cid-uSZDQMhroP .mbr-slider .carousel-control {
    top: 20%;
  }
}
.cid-uSZDQMhroP .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uSZDQMhroP .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uSZDQMhroP .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-uSZDQMhroP .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uSZDQMhroP .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 10px;
  width: 10px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-uSZDQMhroP .mbr-slider .carousel-indicators li.active,
.cid-uSZDQMhroP .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-uSZDQMhroP .mbr-slider .carousel-indicators li::after,
.cid-uSZDQMhroP .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-uSZDQMhroP .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-uSZDQMhroP .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-uSZDQMhroP .mbr-slider > .container img {
  width: 100%;
}
.cid-uSZDQMhroP .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uSZDQMhroP .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-uSZDQMhroP .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uSZDQMhroP .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uSZDQMhroP .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-uSZDQMhroP .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-uSZDQMhroP .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-uSZDQMhroP .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-uSZDQMhroP .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-uSZDQMhroP .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uSZDQMhroP .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-uSZDQMhroP .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-uSZDQMhroP .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-uSZDQMhroP .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-uSZDQMhroP .carousel-inner {
  height: 100%;
}
.cid-uSZDQMhroP .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-uSZDQMhroP .image_wrapper {
  height: 950px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-uSZDQMhroP .image_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uSZDQMhroP .carousel-item .container-slide {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uSZDQMhroP .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uSZDQMhroP .content-slider-wrap {
    width: 100%!important;
  }
  .cid-uSZDQMhroP .image_wrapper {
    height: 570px;
  }
}
.cid-uSZDQMhroP P {
  color: #dd2b1c;
}
.cid-uSZDQMhroP H2 {
  color: #dd2b1c;
}
.cid-uSZDQMtLuT {
  padding-top: 2rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/celik-profiil-imalati-uretimi-prosteel-800x600.png");
}
.cid-uSZDQMtLuT::before {
  content: '';
  position: absolute;
  right: -14%;
  bottom: 0;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(#dd2b1c -10%, transparent 95%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uSZDQMtLuT::before {
    opacity: .4;
  }
}
.cid-uSZDQMtLuT::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -20%;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #a7a4a3 -10%, transparent 95%);
}
@media (max-width: 992px) {
  .cid-uSZDQMtLuT::after {
    opacity: .4;
  }
}
.cid-uSZDQMtLuT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSZDQMtLuT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSZDQMtLuT .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uSZDQMtLuT .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uSZDQMtLuT .container {
    padding: 0 16px;
  }
}
.cid-uSZDQMtLuT .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uSZDQMtLuT .row .card {
  justify-content: flex-end;
}
.cid-uSZDQMtLuT .title-wrapper {
  margin-bottom: 246px;
}
@media (max-width: 1200px) {
  .cid-uSZDQMtLuT .title-wrapper {
    margin-bottom: 148px;
  }
}
@media (max-width: 992px) {
  .cid-uSZDQMtLuT .title-wrapper {
    margin-bottom: 90px;
  }
}
.cid-uSZDQMtLuT .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uSZDQMtLuT .title-wrapper .mbr-section-title span {
  color: #dd2b1c;
}
.cid-uSZDQMtLuT .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSZDQMtLuT .text-wrapper .text_2 {
  margin-top: 32px;
}
.cid-uSZDQMtLuT .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uSZDQMtLuT .text-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uSZDQMtLuT .text-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uSZDQMtLuT .text-wrapper .mbr-section-btn .btn-success-outline,
.cid-uSZDQMtLuT .text-wrapper .mbr-section-btn .btn-info-outline,
.cid-uSZDQMtLuT .text-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uSZDQMtLuT .text-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uSZDQMtLuT .text-wrapper .mbr-section-btn .btn-black-outline,
.cid-uSZDQMtLuT .text-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uSZDQMtLuT .text-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uSZDQMtLuT .text-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uSZDQMtLuT .text-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uSZDQMtLuT .text-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uSZDQMtLuT .text-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uSZDQMtLuT .text-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uSZDQMtLuT .text-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uSZDQMtLuT .text-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uSZDQMtLuT .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uSZDQMtLuT .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uSZDQMtLuT .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uSZDQMtLuT .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uSZDQMtLuT .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uSZDQMtLuT .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uSZDQMtLuT .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uSZDQMtLuT .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uSZDQMtLuT .text-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uSZDQMtLuT .text-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uSZDQMtLuT .text-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uSZDQMtLuT .text-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uSZDQMtLuT .text-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uSZDQMtLuT .text-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uSZDQMtLuT .text-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-uSZDQMtLuT .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uSZDQMtLuT .text-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uSZDQMtLuT .text-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uSZDQMtLuT .text-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uSZDQMtLuT .text-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uSZDQMtLuT .text-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uSZDQMtLuT .text-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uSZDQMtLuT .text-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uSZDQMtLuT .text-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uSZDQMtLuT .text-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uSZDQMtLuT .text-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uSZDQMtLuT .text-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uSZDQMtLuT .text-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uSZDQMtLuT .text-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uSZDQMtLuT .text-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uSZDQMtLuT .text-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uSZDQMtLuT .text-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uSZDQMtLuT .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uSZDQMtLuT .text-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #dd2b1c !important;
}
.cid-uSZDQMtLuT .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uSZDQMtLuT .text-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #ffffff !important;
}
.cid-uSZDQMtLuT .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uSZDQMtLuT .text-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #3a341c !important;
}
.cid-uSZDQMtLuT .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uSZDQMtLuT .text-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #320707 !important;
}
.cid-uSZDQMtLuT .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uSZDQMtLuT .text-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #a0e2e1 !important;
}
.cid-uSZDQMtLuT .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uSZDQMtLuT .text-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #ffea64 !important;
}
.cid-uSZDQMtLuT .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uSZDQMtLuT .text-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uSZDQMtLuT .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uSZDQMtLuT .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uSZDQMtLuT .mbr-section-title {
  color: #000000;
}
.cid-uSZDQMtLuT .mbr-text {
  color: #000000;
}
.cid-uU1Et15RpT {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uU1Et15RpT .mbr-link {
  opacity: 0;
  color: #ffffff;
  transition: all 0.3s;
  text-align: center;
}
.cid-uU1Et15RpT .item-wrapper {
  overflow: hidden;
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  border-radius: 30px;
  flex-flow: column nowrap;
  padding: 2rem;
}
.cid-uU1Et15RpT .item-wrapper:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  z-index: 1;
  width: 100%;
  pointer-events: none;
  height: 100%;
  background: black;
  transition: all 0.3s;
  opacity: 0.3;
}
.cid-uU1Et15RpT .item-wrapper:hover .item-content,
.cid-uU1Et15RpT .item-wrapper:focus-within .item-content {
  opacity: 1;
  transform: translateY(0px);
}
.cid-uU1Et15RpT .item-wrapper:hover .mbr-link,
.cid-uU1Et15RpT .item-wrapper:focus-within .mbr-link {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uU1Et15RpT .item-wrapper .item-content {
    opacity: 1;
    transform: translateY(0px);
  }
  .cid-uU1Et15RpT .item-wrapper .item-img {
    transform: scale(1.1);
  }
  .cid-uU1Et15RpT .item-wrapper:before {
    opacity: 0.5;
  }
  .cid-uU1Et15RpT .item-wrapper .mbr-link {
    opacity: 1;
  }
}
.cid-uU1Et15RpT .item-img {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
  height: 100%;
  width: 100%;
  z-index: 0;
}
.cid-uU1Et15RpT .item-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-uU1Et15RpT .item-content {
  z-index: 3;
  opacity: 1;
  transition: all 0.3s;
  position: relative;
  transform: translateY(50px);
}
.cid-uU1Et15RpT .item:focus,
.cid-uU1Et15RpT span:focus {
  outline: none;
}
.cid-uU1Et15RpT .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uU1Et15RpT .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uU1Et15RpT .mbr-section-title {
  color: #dd2b1c;
  text-align: center;
}
.cid-uU1Et15RpT .mbr-text,
.cid-uU1Et15RpT .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uU1Et15RpT .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uSZDQMEYti {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #dd2b1c, #232323);
}
@media (min-width: 768px) {
  .cid-uSZDQMEYti {
    align-items: flex-start;
  }
  .cid-uSZDQMEYti .row {
    justify-content: flex-start;
  }
}
.cid-uSZDQMEYti .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uSZDQMEYti .mbr-text,
.cid-uSZDQMEYti .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uSZDQMEYti .mbr-section-title,
.cid-uSZDQMEYti .line {
  color: #ffffff;
  text-align: center;
}
.cid-uSZDQMEYti h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uSZDQMEYti h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uSZDQMEYti .mbr-section-subtitle,
.cid-uSZDQMEYti .align {
  text-align: left;
  color: #232323;
}
.cid-uSZDQNkFua {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/yapi-proje-gelistirme-prosteel2047-1000x750.jpg");
}
.cid-uSZDQNkFua .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSZDQNkFua .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSZDQNkFua .row {
  justify-content: center;
}
.cid-uSZDQNkFua .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uSZDQNkFua .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uSZDQNkFua .container {
    padding: 0 15px;
  }
}
.cid-uSZDQNkFua .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSZDQNkFua .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uSZDQNkFua .content-wrapper {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uSZDQNkFua .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uSZDQNkFua .content-wrapper .panel-group .card {
  border: none;
  border-radius: 0;
  padding-left: 15px;
  position: relative;
}
.cid-uSZDQNkFua .content-wrapper .panel-group .card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, #ffffff 0, #ffffff 50%, transparent 100%);
  opacity: .2;
}
.cid-uSZDQNkFua .content-wrapper .panel-group .card .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
}
.cid-uSZDQNkFua .content-wrapper .panel-group .card .card-header .panel-title {
  display: inline-flex;
  align-items: center;
}
.cid-uSZDQNkFua .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  color: #ffffff;
}
.cid-uSZDQNkFua .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #ffffff;
}
.cid-uSZDQNkFua .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uSZDQNkFua .content-wrapper .panel-group .card .card-header .panel-title .mbr-iconfont {
  width: 22px;
  height: 22px;
  min-width: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #d2d2df;
  margin-right: 15px;
  transition: all 0.3s ease-in-out;
}
.cid-uSZDQNkFua .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 38px;
}
.cid-uSZDQNkFua .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  line-height: 1.4;
  margin-bottom: 0;
}
.cid-uSZDQNkFua .content-wrapper .panel-group .card .panel-collapse .panel-body .mbr-section-btn {
  margin-top: 30px;
}
.cid-uSZDQNkFua .content-wrapper .panel-group .card .panel-collapse .panel-body .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uSZDQNkFua .image-wrapper {
  position: relative;
  margin-left: 21px;
  min-height: 320px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uSZDQNkFua .image-wrapper {
    margin: 0;
  }
}
.cid-uSZDQNkFua .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid #dd2b1c;
  z-index: 1;
}
.cid-uSZDQNkFua .image-wrapper::before {
  content: '';
  position: absolute;
  height: 110%;
  width: 125%;
  border-radius: 100%;
  background-color: #284177;
  filter: blur(80px);
  pointer-events: none;
}
.cid-uSZDQNkFua .image-wrapper .mbr-image-text {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-uSZDQNkFua .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uSZDQNkFua .panel-title {
  color: #d2d2df;
}
.cid-uSZDQNkFua .panel-text {
  color: #d2d2df;
}
.cid-uSZDQNkFua .mbr-image-text {
  color: #ffffff;
  text-align: center;
}
.cid-uSZDQNkFua .panel-title-edit,
.cid-uSZDQNkFua .card-header {
  color: #ffffff;
}
.cid-uSZDQNkFua .panel-text,
.cid-uSZDQNkFua .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uSZDQNzVXd {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #232323, #dd2b1c);
}
@media (min-width: 768px) {
  .cid-uSZDQNzVXd {
    align-items: flex-start;
  }
  .cid-uSZDQNzVXd .row {
    justify-content: flex-start;
  }
}
.cid-uSZDQNzVXd .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uSZDQNzVXd .mbr-text,
.cid-uSZDQNzVXd .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uSZDQNzVXd .mbr-section-title,
.cid-uSZDQNzVXd .line {
  color: #ffffff;
  text-align: center;
}
.cid-uSZDQNzVXd h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uSZDQNzVXd h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uSZDQNzVXd .mbr-section-subtitle,
.cid-uSZDQNzVXd .align {
  text-align: left;
  color: #232323;
}
.cid-uSZDQNLIN1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/yapi-proje-gelistirme-prosteel2047-1000x750.jpg");
}
.cid-uSZDQNLIN1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSZDQNLIN1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSZDQNLIN1 .row {
  justify-content: center;
}
.cid-uSZDQNLIN1 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uSZDQNLIN1 .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uSZDQNLIN1 .container {
    padding: 0 15px;
  }
}
.cid-uSZDQNLIN1 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSZDQNLIN1 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uSZDQNLIN1 .content-wrapper {
  padding-right: 21px;
  padding-right: 0;
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uSZDQNLIN1 .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uSZDQNLIN1 .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uSZDQNLIN1 .content-wrapper .panel-group .card {
  border: none;
  border-radius: 0;
  padding-left: 15px;
  position: relative;
}
.cid-uSZDQNLIN1 .content-wrapper .panel-group .card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, #ffffff 0, #ffffff 50%, transparent 100%);
  opacity: .2;
}
.cid-uSZDQNLIN1 .content-wrapper .panel-group .card .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
}
.cid-uSZDQNLIN1 .content-wrapper .panel-group .card .card-header .panel-title {
  display: inline-flex;
  align-items: center;
}
.cid-uSZDQNLIN1 .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  color: #ffffff;
}
.cid-uSZDQNLIN1 .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #ffffff;
}
.cid-uSZDQNLIN1 .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uSZDQNLIN1 .content-wrapper .panel-group .card .card-header .panel-title .mbr-iconfont {
  width: 22px;
  height: 22px;
  min-width: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #d2d2df;
  margin-right: 15px;
  transition: all 0.3s ease-in-out;
}
.cid-uSZDQNLIN1 .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 38px;
}
.cid-uSZDQNLIN1 .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  line-height: 1.4;
  margin-bottom: 0;
}
.cid-uSZDQNLIN1 .content-wrapper .panel-group .card .panel-collapse .panel-body .mbr-section-btn {
  margin-top: 30px;
}
.cid-uSZDQNLIN1 .content-wrapper .panel-group .card .panel-collapse .panel-body .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uSZDQNLIN1 .image-wrapper {
  position: relative;
  margin-left: 21px;
  min-height: 320px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-left: 0;
  margin-right: 21px;
}
@media (max-width: 992px) {
  .cid-uSZDQNLIN1 .image-wrapper {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-uSZDQNLIN1 .image-wrapper {
    margin: 0;
  }
}
.cid-uSZDQNLIN1 .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid #dd2b1c;
  z-index: 1;
}
.cid-uSZDQNLIN1 .image-wrapper::before {
  content: '';
  position: absolute;
  height: 110%;
  width: 125%;
  border-radius: 100%;
  background-color: #284177;
  filter: blur(80px);
  pointer-events: none;
}
.cid-uSZDQNLIN1 .image-wrapper .mbr-image-text {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-uSZDQNLIN1 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uSZDQNLIN1 .panel-title {
  color: #d2d2df;
}
.cid-uSZDQNLIN1 .panel-text {
  color: #d2d2df;
}
.cid-uSZDQNLIN1 .mbr-image-text {
  color: #ffffff;
  text-align: center;
}
.cid-uSZDQNLIN1 .panel-title-edit,
.cid-uSZDQNLIN1 .card-header {
  color: #ffffff;
}
.cid-uSZDQNLIN1 .panel-text,
.cid-uSZDQNLIN1 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uSZDQO1FGL {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/yapi-proje-gelistirme-prosteel2032-1000x749.jpg");
}
.cid-uSZDQO1FGL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSZDQO1FGL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSZDQO1FGL .row {
  margin: 0 -8px;
}
.cid-uSZDQO1FGL .row .card {
  padding: 0 8px;
}
.cid-uSZDQO1FGL .card-wrapper {
  position: relative;
  padding: 75px 64px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uSZDQO1FGL .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uSZDQO1FGL .card-wrapper {
    padding: 24px;
  }
}
.cid-uSZDQO1FGL .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
}
.cid-uSZDQO1FGL .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #dd2b1c;
  opacity: .6;
}
.cid-uSZDQO1FGL .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uSZDQO1FGL .card-wrapper .card-wrap .mbr-label {
  margin-bottom: 24px;
}
.cid-uSZDQO1FGL .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uSZDQO1FGL .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uSZDQO1FGL .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uSZDQO1FGL .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uSZDQO1FGL .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uSZDQO1FGL .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uSZDQO1FGL .mbr-label {
  color: #63635d;
  text-align: center;
}
.cid-uSZDQO1FGL .mbr-text,
.cid-uSZDQO1FGL .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uSZDQO1FGL .mbr-section-title,
.cid-uSZDQO1FGL .mbr-section-btn {
  color: #ffffff;
}
.cid-uSZDQOegRN {
  padding-top: 2rem;
  padding-bottom: 0rem;
  border-bottom: 2px solid #ffffff;
  background-image: url("../../../assets/images/yapi-proje-gelistirme-prosteel2010-1000x679.jpg");
}
.cid-uSZDQOegRN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSZDQOegRN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSZDQOegRN .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uSZDQOegRN .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uSZDQOegRN .content-wrapper {
    padding: 0;
  }
}
.cid-uSZDQOegRN .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uSZDQOegRN .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uSZDQOegRN .mbr-section-title,
.cid-uSZDQOegRN .title-wrapper {
  color: #ffffff;
}
.cid-uSZDQOegRN .mbr-section-title,
.cid-uSZDQOegRN .mbr-section-btn,
.cid-uSZDQOegRN .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uSZDQOq4pq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSZDQOq4pq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSZDQOq4pq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSZDQOq4pq .container {
  max-width: 1472px;
}
.cid-uSZDQOq4pq .footer-main-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-radius: 2.08rem;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-uSZDQOq4pq .col-brand {
  width: 100%;
  padding: 2.5rem;
}
@media (max-width: 991px) {
  .cid-uSZDQOq4pq .col-brand {
    padding: 24px;
  }
}
.cid-uSZDQOq4pq .navbar-brand {
  display: flex;
  flex-basis: auto;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  white-space: normal;
  flex-shrink: 0;
  align-items: center;
  padding: 0;
  z-index: 1;
  margin-right: auto;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uSZDQOq4pq .navbar-brand:hover {
  transform: scale(1.1);
}
.cid-uSZDQOq4pq .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uSZDQOq4pq .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uSZDQOq4pq .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uSZDQOq4pq .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uSZDQOq4pq .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uSZDQOq4pq .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uSZDQOq4pq .links-container {
  width: 100%;
  padding: 2.5rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 8.8%;
}
@media (max-width: 991px) {
  .cid-uSZDQOq4pq .links-container {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 17.6%;
    row-gap: 6.67rem;
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uSZDQOq4pq .links-container {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1.2rem;
    row-gap: 1.2rem;
  }
}
.cid-uSZDQOq4pq .mbr-section-subtitle {
  color: #13287d;
  margin-bottom: 12px;
}
.cid-uSZDQOq4pq .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #232323;
}
.cid-uSZDQOq4pq .list li {
  width: 100%;
  color: inherit !important;
  margin: 6px 0;
}
.cid-uSZDQOq4pq .list li:hover {
  color: #dd2b1c !important;
}
.cid-uSZDQOq4pq .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uSZDQOq4pq .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-uSZDQOq4pq .copyright-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid rgba(255, 255, 255, 0.01);
  padding: 32px 0 24px;
}
@media (max-width: 767px) {
  .cid-uSZDQOq4pq .copyright-container {
    padding: 24px 0 16px;
    flex-wrap: wrap;
  }
}
.cid-uSZDQOq4pq .copyright {
  color: #232323;
  max-width: 45%;
}
@media (max-width: 767px) {
  .cid-uSZDQOq4pq .copyright {
    max-width: 100%;
    width: 100%;
  }
}
.cid-uSZDQOq4pq .social-row {
  width: auto;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  max-width: 45%;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uSZDQOq4pq .social-row {
    max-width: 100%;
    width: 100%;
    justify-content: flex-start;
  }
}
.cid-uSZDQOq4pq .mbr-iconfont {
  font-size: 22px;
  color: #ae5eff;
}
.cid-uSZDQOq4pq .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.01);
  margin-left: 4px;
  margin-bottom: 4px;
  padding: 12px;
  min-height: 70px;
  min-width: 70px;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-uSZDQOq4pq .soc-item {
    margin-left: 0;
    margin-right: 4px;
    margin-bottom: 0;
    margin-top: 4px;
    padding: 10px;
    min-height: 50px;
    min-width: 50px;
  }
}
.cid-uSZDQOq4pq .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uSZDQOq4pq .soc-item a:hover {
  text-decoration-line: none !important;
}
.cid-uSZDQOq4pq .soc-item:hover {
  transform: scale(0.95);
}
.cid-uSZDQOq4pq .soc-item:hover .mbr-iconfont {
  color: #FFDD65 !important;
}
