.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.5rem;
}
.display-2 {
  font-family: 'Raleway', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Bellota Text', display;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Raleway', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-7 {
  font-family: 'Raleway', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.52rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.08rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #4d6d9a !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #4d6d9a !important;
  border-color: #4d6d9a !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #304460 !important;
  border-color: #304460 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #304460 !important;
  border-color: #304460 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #30a713 !important;
  border-color: #30a713 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #1a590a !important;
  border-color: #1a590a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #1a590a !important;
  border-color: #1a590a !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #4d6d9a;
  color: #4d6d9a;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #304460 !important;
  background-color: transparent!important;
  border-color: #304460 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #4d6d9a !important;
  border-color: #4d6d9a !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #30a713;
  color: #30a713;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #1a590a !important;
  background-color: transparent!important;
  border-color: #1a590a !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #30a713 !important;
  border-color: #30a713 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: #148cca !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #40b0bf;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: #2a747e !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: #ffd10a !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: #ff5f0f !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #4d6d9a !important;
}
.text-secondary {
  color: #30a713 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #2b3d56 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #164b09 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #4d6d9a;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #4d6d9a;
  border-color: #4d6d9a;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #4d6d9a;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #9aafcc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Bellota Text', display;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #4d6d9a !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Bellota Text', display;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #4d6d9a;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.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: #4d6d9a;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #4d6d9a;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #4d6d9a;
  border-bottom-color: #4d6d9a;
}
.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: #4d6d9a !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #30a713 !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='%234d6d9a' %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;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-uRtdtGzlei {
  z-index: 1000;
  width: 100%;
}
.cid-uRtdtGzlei nav.navbar {
  position: fixed;
}
.cid-uRtdtGzlei .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRtdtGzlei .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uRtdtGzlei .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uRtdtGzlei .dropdown-item:hover,
.cid-uRtdtGzlei .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-uRtdtGzlei .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uRtdtGzlei .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uRtdtGzlei .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uRtdtGzlei .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uRtdtGzlei .nav-link {
  position: relative;
}
.cid-uRtdtGzlei .container {
  display: flex;
  margin: auto;
}
.cid-uRtdtGzlei .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRtdtGzlei .dropdown-menu,
.cid-uRtdtGzlei .navbar.opened {
  background: #ffffff !important;
}
.cid-uRtdtGzlei .nav-item:focus,
.cid-uRtdtGzlei .nav-link:focus {
  outline: none;
}
.cid-uRtdtGzlei .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRtdtGzlei .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRtdtGzlei .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRtdtGzlei .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRtdtGzlei .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRtdtGzlei .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRtdtGzlei .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.2);
}
.cid-uRtdtGzlei .navbar.opened {
  transition: all 0.3s;
}
.cid-uRtdtGzlei .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRtdtGzlei .navbar .navbar-logo img {
  width: auto;
}
.cid-uRtdtGzlei .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uRtdtGzlei .navbar.collapsed {
  justify-content: center;
}
.cid-uRtdtGzlei .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRtdtGzlei .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRtdtGzlei .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uRtdtGzlei .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRtdtGzlei .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRtdtGzlei .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uRtdtGzlei .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRtdtGzlei .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRtdtGzlei .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uRtdtGzlei .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRtdtGzlei .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRtdtGzlei .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRtdtGzlei .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRtdtGzlei .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uRtdtGzlei .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRtdtGzlei .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uRtdtGzlei .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRtdtGzlei .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uRtdtGzlei .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRtdtGzlei .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRtdtGzlei .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRtdtGzlei .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRtdtGzlei .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uRtdtGzlei .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRtdtGzlei .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRtdtGzlei .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRtdtGzlei .dropdown-item.active,
.cid-uRtdtGzlei .dropdown-item:active {
  background-color: transparent;
}
.cid-uRtdtGzlei .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRtdtGzlei .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRtdtGzlei .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRtdtGzlei .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uRtdtGzlei .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRtdtGzlei .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRtdtGzlei ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRtdtGzlei .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRtdtGzlei button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRtdtGzlei button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-uRtdtGzlei button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRtdtGzlei button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRtdtGzlei button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRtdtGzlei button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRtdtGzlei nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRtdtGzlei nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRtdtGzlei nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRtdtGzlei nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRtdtGzlei .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uRtdtGzlei a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRtdtGzlei .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRtdtGzlei .navbar {
    height: 70px;
  }
  .cid-uRtdtGzlei .navbar.opened {
    height: auto;
  }
  .cid-uRtdtGzlei .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sFGMfPD7iT {
  background-image: url("../../../assets/images/hurdacilar-hurdaci-hurdametal-800x671.jpg");
}
.cid-sFGMfPD7iT .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-sFGMfPD7iT .mbr-text,
.cid-sFGMfPD7iT .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uRterBS6Nv {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-uRterBS6Nv .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uRterBS6Nv .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uRterBS6Nv .mbr-iconfont {
  font-size: 4rem;
  color: #4d6d9a;
  padding-right: 1.5rem;
}
.cid-sFGOTvnvck {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sFGOTvnvck .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-sFGOTvnvck .card {
    margin-bottom: 2rem!important;
  }
  .cid-sFGOTvnvck .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sFGOTvnvck .link-wrap {
    align-items: center;
  }
}
.cid-sFGOTvnvck .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sFGSUpvomC {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-sFGSUpvomC .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-sFGSUpvomC .team-card:hover {
  transform: translateY(-10px);
}
.cid-sFGSUpvomC .card-wrap {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-sFGSUpvomC .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-sFGSUpvomC .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-sFGSUpvomC .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sFGSUpvomC .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-sFGSUpvomC .social-row {
  text-align: center;
}
.cid-sFGSUpvomC .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-sFGSUpvomC .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-sFGSUpvomC .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-sFGSUpvomC .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-sFGSUpvomC .card-text,
.cid-sFGSUpvomC .mbr-section-btn,
.cid-sFGSUpvomC .social-row {
  text-align: left;
}
.cid-v3v87UGJTs {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v3v87UGJTs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3v87UGJTs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3v87UGJTs .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-v3v87UGJTs .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-v3v87UGJTs .item-wrapper {
  position: relative;
}
.cid-v3v87UGJTs .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-v3v87UGJTs .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v3v87UGJTs .carousel-control,
.cid-v3v87UGJTs .close {
  background: #1b1b1b;
}
.cid-v3v87UGJTs .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v3v87UGJTs .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v3v87UGJTs .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v3v87UGJTs .carousel-control-next span {
  margin-left: 5px;
}
.cid-v3v87UGJTs .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v3v87UGJTs .close::before {
  content: '\e91a';
}
.cid-v3v87UGJTs .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v3v87UGJTs .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v3v87UGJTs .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v3v87UGJTs .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v3v87UGJTs .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v3v87UGJTs .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v3v87UGJTs .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v3v87UGJTs .carousel-indicators li.active,
.cid-v3v87UGJTs .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v3v87UGJTs .carousel-indicators li::after,
.cid-v3v87UGJTs .carousel-indicators li::before {
  content: none;
}
.cid-v3v87UGJTs .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v3v87UGJTs .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v3v87UGJTs .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v3v87UGJTs .carousel-indicators {
    display: none;
  }
}
.cid-v3v87UGJTs .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v3v87UGJTs .carousel-inner > .active {
  display: block;
}
.cid-v3v87UGJTs .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v3v87UGJTs .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v3v87UGJTs .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v3v87UGJTs .carousel-control,
  .cid-v3v87UGJTs .carousel-indicators,
  .cid-v3v87UGJTs .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v3v87UGJTs .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v3v87UGJTs .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v3v87UGJTs .carousel-indicators .active,
.cid-v3v87UGJTs .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v3v87UGJTs .carousel-indicators .active {
  background: #fff;
}
.cid-v3v87UGJTs .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v3v87UGJTs .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v3v87UGJTs .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v3v87UGJTs .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v3v87UGJTs .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v3v87UGJTs .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v3v87UGJTs .carousel {
  width: 100%;
}
.cid-v3v87UGJTs .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v3v87UGJTs .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v3v87UGJTs .modal.fade .modal-dialog,
.cid-v3v87UGJTs .modal.in .modal-dialog {
  transform: none;
}
.cid-v3v87UGJTs .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v3v87UGJTs H6 {
  text-align: center;
}
.cid-uQCY4LVroc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uQCY4LVroc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQCY4LVroc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQCY4LVroc .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uQD1PwaPiL {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uQD1PwaPiL .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uQD1PwaPiL .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uQD1PwaPiL .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  background: none;
  border: 1px solid #6592e6;
  color: #6592e6;
  content: "✓";
}
.cid-sFGTcFRqw0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sFGTcFRqw0 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sFGTcFRqw0 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-sFGTcFRqw0 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-sFGTcFRqw0 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-sFGTcFRqw0 textarea {
  min-height: 10rem;
}
.cid-uQzZ5rmVcW {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQzZ5rmVcW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQzZ5rmVcW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQzZ5rmVcW .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uQzZ5rmVcW .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uQzZ5rmVcW .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uQzZ5rmVcW .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uQzZ5rmVcW .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #4d6d9a;
}
.cid-sFGSPUeMie {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-sFGSPUeMie .google-map {
  height: 30rem;
  position: relative;
}
.cid-sFGSPUeMie .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sFGSPUeMie .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-sFGSPUeMie .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sFGSPUeMie .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sFGVxOqzIN {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #fafafa;
}
.cid-sFGVxOqzIN .media-container-row {
  justify-content: space-between;
}
.cid-sFGVxOqzIN .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-sFGVxOqzIN .text-content {
    max-width: none;
  }
}
.cid-sFGVxOqzIN .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4d6d9a;
  border: 2px solid #4d6d9a;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-sFGVxOqzIN .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-sFGVxOqzIN .mbr-iconfont-social:hover {
  background-color: #4d6d9a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-sFGVxOqzIN .icons {
    justify-content: center !important;
  }
  .cid-sFGVxOqzIN .text-content * {
    text-align: center;
  }
}
.cid-sFGSOnwtIp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #4d6d9a;
  overflow: hidden;
}
.cid-uQD3VtpC61 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #fafafa;
}
.cid-uQD3VtpC61 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQD3VtpC61 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQD3VtpC61 .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-uQD3VtpC61 .plan-body {
  padding-bottom: 2rem;
}
.cid-uQD3VtpC61 .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uQD3VtpC61 .price {
  color: #4d6d9a;
}
.cid-uQD3VtpC61 .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-uQD3VtpC61 .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-uQD3VtpC61 .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-uQD3VtpC61 .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-uQD3VtpC61 .plan {
    margin-bottom: 2rem;
  }
}
.cid-v3yueQo6Qt {
  z-index: 1000;
  width: 100%;
}
.cid-v3yueQo6Qt nav.navbar {
  position: fixed;
}
.cid-v3yueQo6Qt .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3yueQo6Qt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v3yueQo6Qt .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v3yueQo6Qt .dropdown-item:hover,
.cid-v3yueQo6Qt .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-v3yueQo6Qt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v3yueQo6Qt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v3yueQo6Qt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v3yueQo6Qt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v3yueQo6Qt .nav-link {
  position: relative;
}
.cid-v3yueQo6Qt .container {
  display: flex;
  margin: auto;
}
.cid-v3yueQo6Qt .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v3yueQo6Qt .dropdown-menu,
.cid-v3yueQo6Qt .navbar.opened {
  background: #ffffff !important;
}
.cid-v3yueQo6Qt .nav-item:focus,
.cid-v3yueQo6Qt .nav-link:focus {
  outline: none;
}
.cid-v3yueQo6Qt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3yueQo6Qt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v3yueQo6Qt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3yueQo6Qt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3yueQo6Qt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3yueQo6Qt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3yueQo6Qt .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.2);
}
.cid-v3yueQo6Qt .navbar.opened {
  transition: all 0.3s;
}
.cid-v3yueQo6Qt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v3yueQo6Qt .navbar .navbar-logo img {
  width: auto;
}
.cid-v3yueQo6Qt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v3yueQo6Qt .navbar.collapsed {
  justify-content: center;
}
.cid-v3yueQo6Qt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3yueQo6Qt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3yueQo6Qt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v3yueQo6Qt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3yueQo6Qt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3yueQo6Qt .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v3yueQo6Qt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3yueQo6Qt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v3yueQo6Qt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v3yueQo6Qt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3yueQo6Qt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3yueQo6Qt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3yueQo6Qt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3yueQo6Qt .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v3yueQo6Qt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v3yueQo6Qt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3yueQo6Qt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v3yueQo6Qt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v3yueQo6Qt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3yueQo6Qt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v3yueQo6Qt .navbar.navbar-short {
  min-height: 60px;
}
.cid-v3yueQo6Qt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v3yueQo6Qt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v3yueQo6Qt .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v3yueQo6Qt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v3yueQo6Qt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3yueQo6Qt .dropdown-item.active,
.cid-v3yueQo6Qt .dropdown-item:active {
  background-color: transparent;
}
.cid-v3yueQo6Qt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3yueQo6Qt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3yueQo6Qt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3yueQo6Qt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v3yueQo6Qt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v3yueQo6Qt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3yueQo6Qt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v3yueQo6Qt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v3yueQo6Qt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v3yueQo6Qt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-v3yueQo6Qt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v3yueQo6Qt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3yueQo6Qt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3yueQo6Qt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v3yueQo6Qt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3yueQo6Qt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3yueQo6Qt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3yueQo6Qt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3yueQo6Qt .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v3yueQo6Qt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v3yueQo6Qt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v3yueQo6Qt .navbar {
    height: 70px;
  }
  .cid-v3yueQo6Qt .navbar.opened {
    height: auto;
  }
  .cid-v3yueQo6Qt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3yueQQMRP {
  background-image: url("../../../assets/images/hurdacilar-hurdaci-hurdametal-800x671.jpg");
}
.cid-v3yueQQMRP .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-v3yueQQMRP .mbr-text,
.cid-v3yueQQMRP .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v3yueRbiHY {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-v3yueRbiHY .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-v3yueRbiHY .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v3yueRbiHY .mbr-iconfont {
  font-size: 4rem;
  color: #4d6d9a;
  padding-right: 1.5rem;
}
.cid-v3yueRB2bD {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v3yueRB2bD .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-v3yueRB2bD .card {
    margin-bottom: 2rem!important;
  }
  .cid-v3yueRB2bD .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v3yueRB2bD .link-wrap {
    align-items: center;
  }
}
.cid-v3yueRB2bD .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v3yueSbFUJ {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-v3yueSbFUJ .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-v3yueSbFUJ .team-card:hover {
  transform: translateY(-10px);
}
.cid-v3yueSbFUJ .card-wrap {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-v3yueSbFUJ .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-v3yueSbFUJ .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-v3yueSbFUJ .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v3yueSbFUJ .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-v3yueSbFUJ .social-row {
  text-align: center;
}
.cid-v3yueSbFUJ .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-v3yueSbFUJ .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-v3yueSbFUJ .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-v3yueSbFUJ .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-v3yueSbFUJ .card-text,
.cid-v3yueSbFUJ .mbr-section-btn,
.cid-v3yueSbFUJ .social-row {
  text-align: left;
}
.cid-v3yueTa50u {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v3yueTa50u .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3yueTa50u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3yueTa50u .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-v3yueTa50u .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-v3yueTa50u .item-wrapper {
  position: relative;
}
.cid-v3yueTa50u .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-v3yueTa50u .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v3yueTa50u .carousel-control,
.cid-v3yueTa50u .close {
  background: #1b1b1b;
}
.cid-v3yueTa50u .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v3yueTa50u .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v3yueTa50u .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v3yueTa50u .carousel-control-next span {
  margin-left: 5px;
}
.cid-v3yueTa50u .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v3yueTa50u .close::before {
  content: '\e91a';
}
.cid-v3yueTa50u .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v3yueTa50u .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v3yueTa50u .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v3yueTa50u .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v3yueTa50u .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v3yueTa50u .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v3yueTa50u .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v3yueTa50u .carousel-indicators li.active,
.cid-v3yueTa50u .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v3yueTa50u .carousel-indicators li::after,
.cid-v3yueTa50u .carousel-indicators li::before {
  content: none;
}
.cid-v3yueTa50u .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v3yueTa50u .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v3yueTa50u .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v3yueTa50u .carousel-indicators {
    display: none;
  }
}
.cid-v3yueTa50u .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v3yueTa50u .carousel-inner > .active {
  display: block;
}
.cid-v3yueTa50u .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v3yueTa50u .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v3yueTa50u .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v3yueTa50u .carousel-control,
  .cid-v3yueTa50u .carousel-indicators,
  .cid-v3yueTa50u .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v3yueTa50u .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v3yueTa50u .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v3yueTa50u .carousel-indicators .active,
.cid-v3yueTa50u .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v3yueTa50u .carousel-indicators .active {
  background: #fff;
}
.cid-v3yueTa50u .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v3yueTa50u .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v3yueTa50u .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v3yueTa50u .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v3yueTa50u .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v3yueTa50u .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v3yueTa50u .carousel {
  width: 100%;
}
.cid-v3yueTa50u .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v3yueTa50u .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v3yueTa50u .modal.fade .modal-dialog,
.cid-v3yueTa50u .modal.in .modal-dialog {
  transform: none;
}
.cid-v3yueTa50u .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v3yueTa50u H6 {
  text-align: center;
}
.cid-v3yueTL2K4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v3yueTL2K4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3yueTL2K4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3yueTL2K4 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-v3yueU3aAc {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v3yueU3aAc .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-v3yueU3aAc .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-v3yueU3aAc .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  background: none;
  border: 1px solid #6592e6;
  color: #6592e6;
  content: "✓";
}
.cid-v3yueUnvaB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v3yueUnvaB .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-v3yueUnvaB form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-v3yueUnvaB form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-v3yueUnvaB form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-v3yueUnvaB textarea {
  min-height: 10rem;
}
.cid-v3yueUGoVZ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3yueUGoVZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3yueUGoVZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3yueUGoVZ .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-v3yueUGoVZ .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v3yueUGoVZ .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v3yueUGoVZ .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-v3yueUGoVZ .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #4d6d9a;
}
.cid-v3yueV9Nvn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-v3yueV9Nvn .google-map {
  height: 30rem;
  position: relative;
}
.cid-v3yueV9Nvn .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-v3yueV9Nvn .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-v3yueV9Nvn .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v3yueV9Nvn .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v3yueVyP8y {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #fafafa;
}
.cid-v3yueVyP8y .media-container-row {
  justify-content: space-between;
}
.cid-v3yueVyP8y .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-v3yueVyP8y .text-content {
    max-width: none;
  }
}
.cid-v3yueVyP8y .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4d6d9a;
  border: 2px solid #4d6d9a;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-v3yueVyP8y .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-v3yueVyP8y .mbr-iconfont-social:hover {
  background-color: #4d6d9a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-v3yueVyP8y .icons {
    justify-content: center !important;
  }
  .cid-v3yueVyP8y .text-content * {
    text-align: center;
  }
}
.cid-v3yueW0uKc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #4d6d9a;
  overflow: hidden;
}
.cid-v3yueWiq28 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #fafafa;
}
.cid-v3yueWiq28 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3yueWiq28 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3yueWiq28 .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-v3yueWiq28 .plan-body {
  padding-bottom: 2rem;
}
.cid-v3yueWiq28 .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v3yueWiq28 .price {
  color: #4d6d9a;
}
.cid-v3yueWiq28 .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-v3yueWiq28 .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-v3yueWiq28 .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-v3yueWiq28 .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-v3yueWiq28 .plan {
    margin-bottom: 2rem;
  }
}
.cid-v3yuWK1Rps {
  z-index: 1000;
  width: 100%;
}
.cid-v3yuWK1Rps nav.navbar {
  position: fixed;
}
.cid-v3yuWK1Rps .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3yuWK1Rps .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v3yuWK1Rps .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v3yuWK1Rps .dropdown-item:hover,
.cid-v3yuWK1Rps .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-v3yuWK1Rps .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v3yuWK1Rps .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v3yuWK1Rps .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v3yuWK1Rps .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v3yuWK1Rps .nav-link {
  position: relative;
}
.cid-v3yuWK1Rps .container {
  display: flex;
  margin: auto;
}
.cid-v3yuWK1Rps .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v3yuWK1Rps .dropdown-menu,
.cid-v3yuWK1Rps .navbar.opened {
  background: #ffffff !important;
}
.cid-v3yuWK1Rps .nav-item:focus,
.cid-v3yuWK1Rps .nav-link:focus {
  outline: none;
}
.cid-v3yuWK1Rps .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3yuWK1Rps .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v3yuWK1Rps .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3yuWK1Rps .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3yuWK1Rps .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3yuWK1Rps .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3yuWK1Rps .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.2);
}
.cid-v3yuWK1Rps .navbar.opened {
  transition: all 0.3s;
}
.cid-v3yuWK1Rps .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v3yuWK1Rps .navbar .navbar-logo img {
  width: auto;
}
.cid-v3yuWK1Rps .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v3yuWK1Rps .navbar.collapsed {
  justify-content: center;
}
.cid-v3yuWK1Rps .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3yuWK1Rps .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3yuWK1Rps .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v3yuWK1Rps .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3yuWK1Rps .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3yuWK1Rps .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v3yuWK1Rps .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3yuWK1Rps .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v3yuWK1Rps .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v3yuWK1Rps .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3yuWK1Rps .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3yuWK1Rps .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3yuWK1Rps .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3yuWK1Rps .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v3yuWK1Rps .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v3yuWK1Rps .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3yuWK1Rps .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v3yuWK1Rps .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v3yuWK1Rps .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3yuWK1Rps .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v3yuWK1Rps .navbar.navbar-short {
  min-height: 60px;
}
.cid-v3yuWK1Rps .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v3yuWK1Rps .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v3yuWK1Rps .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v3yuWK1Rps .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v3yuWK1Rps .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3yuWK1Rps .dropdown-item.active,
.cid-v3yuWK1Rps .dropdown-item:active {
  background-color: transparent;
}
.cid-v3yuWK1Rps .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3yuWK1Rps .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3yuWK1Rps .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3yuWK1Rps .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v3yuWK1Rps .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v3yuWK1Rps .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3yuWK1Rps ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v3yuWK1Rps .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v3yuWK1Rps button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v3yuWK1Rps button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-v3yuWK1Rps button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v3yuWK1Rps button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3yuWK1Rps button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3yuWK1Rps button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v3yuWK1Rps nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3yuWK1Rps nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3yuWK1Rps nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3yuWK1Rps nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3yuWK1Rps .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v3yuWK1Rps a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v3yuWK1Rps .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v3yuWK1Rps .navbar {
    height: 70px;
  }
  .cid-v3yuWK1Rps .navbar.opened {
    height: auto;
  }
  .cid-v3yuWK1Rps .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3yuWKKTDH {
  background-image: url("../../../assets/images/hurdacilar-hurdaci-hurdametal-800x671.jpg");
}
.cid-v3yuWKKTDH .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-v3yuWKKTDH .mbr-text,
.cid-v3yuWKKTDH .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v3yuWLajZ2 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-v3yuWLajZ2 .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-v3yuWLajZ2 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v3yuWLajZ2 .mbr-iconfont {
  font-size: 4rem;
  color: #4d6d9a;
  padding-right: 1.5rem;
}
.cid-v3yuWM7w4B {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v3yuWM7w4B .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-v3yuWM7w4B .card {
    margin-bottom: 2rem!important;
  }
  .cid-v3yuWM7w4B .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v3yuWM7w4B .link-wrap {
    align-items: center;
  }
}
.cid-v3yuWM7w4B .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v3yuWMt95K {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-v3yuWMt95K .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-v3yuWMt95K .team-card:hover {
  transform: translateY(-10px);
}
.cid-v3yuWMt95K .card-wrap {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-v3yuWMt95K .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-v3yuWMt95K .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-v3yuWMt95K .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v3yuWMt95K .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-v3yuWMt95K .social-row {
  text-align: center;
}
.cid-v3yuWMt95K .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-v3yuWMt95K .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-v3yuWMt95K .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-v3yuWMt95K .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-v3yuWMt95K .card-text,
.cid-v3yuWMt95K .mbr-section-btn,
.cid-v3yuWMt95K .social-row {
  text-align: left;
}
.cid-v3yuWNscnI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v3yuWNscnI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3yuWNscnI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3yuWNscnI .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-v3yuWNscnI .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-v3yuWNscnI .item-wrapper {
  position: relative;
}
.cid-v3yuWNscnI .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-v3yuWNscnI .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v3yuWNscnI .carousel-control,
.cid-v3yuWNscnI .close {
  background: #1b1b1b;
}
.cid-v3yuWNscnI .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v3yuWNscnI .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v3yuWNscnI .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v3yuWNscnI .carousel-control-next span {
  margin-left: 5px;
}
.cid-v3yuWNscnI .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v3yuWNscnI .close::before {
  content: '\e91a';
}
.cid-v3yuWNscnI .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v3yuWNscnI .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v3yuWNscnI .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v3yuWNscnI .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v3yuWNscnI .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v3yuWNscnI .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v3yuWNscnI .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v3yuWNscnI .carousel-indicators li.active,
.cid-v3yuWNscnI .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v3yuWNscnI .carousel-indicators li::after,
.cid-v3yuWNscnI .carousel-indicators li::before {
  content: none;
}
.cid-v3yuWNscnI .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v3yuWNscnI .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v3yuWNscnI .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v3yuWNscnI .carousel-indicators {
    display: none;
  }
}
.cid-v3yuWNscnI .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v3yuWNscnI .carousel-inner > .active {
  display: block;
}
.cid-v3yuWNscnI .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v3yuWNscnI .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v3yuWNscnI .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v3yuWNscnI .carousel-control,
  .cid-v3yuWNscnI .carousel-indicators,
  .cid-v3yuWNscnI .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v3yuWNscnI .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v3yuWNscnI .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v3yuWNscnI .carousel-indicators .active,
.cid-v3yuWNscnI .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v3yuWNscnI .carousel-indicators .active {
  background: #fff;
}
.cid-v3yuWNscnI .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v3yuWNscnI .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v3yuWNscnI .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v3yuWNscnI .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v3yuWNscnI .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v3yuWNscnI .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v3yuWNscnI .carousel {
  width: 100%;
}
.cid-v3yuWNscnI .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v3yuWNscnI .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v3yuWNscnI .modal.fade .modal-dialog,
.cid-v3yuWNscnI .modal.in .modal-dialog {
  transform: none;
}
.cid-v3yuWNscnI .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v3yuWNscnI H6 {
  text-align: center;
}
.cid-v3yuWOcpM9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v3yuWOcpM9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3yuWOcpM9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3yuWOcpM9 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-v3yuWOw27K {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v3yuWOw27K .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-v3yuWOw27K .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-v3yuWOw27K .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  background: none;
  border: 1px solid #6592e6;
  color: #6592e6;
  content: "✓";
}
.cid-v3yuWOOVYL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v3yuWOOVYL .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-v3yuWOOVYL form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-v3yuWOOVYL form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-v3yuWOOVYL form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-v3yuWOOVYL textarea {
  min-height: 10rem;
}
.cid-v3yuWP9ifP {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3yuWP9ifP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3yuWP9ifP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3yuWP9ifP .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-v3yuWP9ifP .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v3yuWP9ifP .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v3yuWP9ifP .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-v3yuWP9ifP .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #4d6d9a;
}
.cid-v3yuWPGweW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-v3yuWPGweW .google-map {
  height: 30rem;
  position: relative;
}
.cid-v3yuWPGweW .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-v3yuWPGweW .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-v3yuWPGweW .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v3yuWPGweW .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v3yuWQ9U28 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #fafafa;
}
.cid-v3yuWQ9U28 .media-container-row {
  justify-content: space-between;
}
.cid-v3yuWQ9U28 .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-v3yuWQ9U28 .text-content {
    max-width: none;
  }
}
.cid-v3yuWQ9U28 .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4d6d9a;
  border: 2px solid #4d6d9a;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-v3yuWQ9U28 .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-v3yuWQ9U28 .mbr-iconfont-social:hover {
  background-color: #4d6d9a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-v3yuWQ9U28 .icons {
    justify-content: center !important;
  }
  .cid-v3yuWQ9U28 .text-content * {
    text-align: center;
  }
}
.cid-v3yuWQFeLY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #4d6d9a;
  overflow: hidden;
}
.cid-v3yuWR1TKf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #fafafa;
}
.cid-v3yuWR1TKf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3yuWR1TKf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3yuWR1TKf .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-v3yuWR1TKf .plan-body {
  padding-bottom: 2rem;
}
.cid-v3yuWR1TKf .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v3yuWR1TKf .price {
  color: #4d6d9a;
}
.cid-v3yuWR1TKf .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-v3yuWR1TKf .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-v3yuWR1TKf .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-v3yuWR1TKf .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-v3yuWR1TKf .plan {
    margin-bottom: 2rem;
  }
}
.cid-v3vd8EJg8d {
  z-index: 1000;
  width: 100%;
}
.cid-v3vd8EJg8d nav.navbar {
  position: fixed;
}
.cid-v3vd8EJg8d .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3vd8EJg8d .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v3vd8EJg8d .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v3vd8EJg8d .dropdown-item:hover,
.cid-v3vd8EJg8d .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-v3vd8EJg8d .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v3vd8EJg8d .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v3vd8EJg8d .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v3vd8EJg8d .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v3vd8EJg8d .nav-link {
  position: relative;
}
.cid-v3vd8EJg8d .container {
  display: flex;
  margin: auto;
}
.cid-v3vd8EJg8d .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v3vd8EJg8d .dropdown-menu,
.cid-v3vd8EJg8d .navbar.opened {
  background: #ffffff !important;
}
.cid-v3vd8EJg8d .nav-item:focus,
.cid-v3vd8EJg8d .nav-link:focus {
  outline: none;
}
.cid-v3vd8EJg8d .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3vd8EJg8d .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v3vd8EJg8d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3vd8EJg8d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3vd8EJg8d .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3vd8EJg8d .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3vd8EJg8d .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.2);
}
.cid-v3vd8EJg8d .navbar.opened {
  transition: all 0.3s;
}
.cid-v3vd8EJg8d .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v3vd8EJg8d .navbar .navbar-logo img {
  width: auto;
}
.cid-v3vd8EJg8d .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v3vd8EJg8d .navbar.collapsed {
  justify-content: center;
}
.cid-v3vd8EJg8d .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3vd8EJg8d .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3vd8EJg8d .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v3vd8EJg8d .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3vd8EJg8d .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3vd8EJg8d .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v3vd8EJg8d .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3vd8EJg8d .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v3vd8EJg8d .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v3vd8EJg8d .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3vd8EJg8d .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3vd8EJg8d .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3vd8EJg8d .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3vd8EJg8d .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v3vd8EJg8d .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v3vd8EJg8d .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3vd8EJg8d .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v3vd8EJg8d .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v3vd8EJg8d .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3vd8EJg8d .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v3vd8EJg8d .navbar.navbar-short {
  min-height: 60px;
}
.cid-v3vd8EJg8d .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v3vd8EJg8d .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v3vd8EJg8d .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v3vd8EJg8d .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v3vd8EJg8d .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3vd8EJg8d .dropdown-item.active,
.cid-v3vd8EJg8d .dropdown-item:active {
  background-color: transparent;
}
.cid-v3vd8EJg8d .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3vd8EJg8d .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3vd8EJg8d .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3vd8EJg8d .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v3vd8EJg8d .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v3vd8EJg8d .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3vd8EJg8d ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v3vd8EJg8d .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v3vd8EJg8d button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v3vd8EJg8d button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-v3vd8EJg8d button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v3vd8EJg8d button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3vd8EJg8d button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3vd8EJg8d button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v3vd8EJg8d nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3vd8EJg8d nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3vd8EJg8d nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3vd8EJg8d nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3vd8EJg8d .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v3vd8EJg8d a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v3vd8EJg8d .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v3vd8EJg8d .navbar {
    height: 70px;
  }
  .cid-v3vd8EJg8d .navbar.opened {
    height: auto;
  }
  .cid-v3vd8EJg8d .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3vd8Faj2G {
  background-image: url("../../../assets/images/hurdacilar-hurdaci-hurdametal-800x671.jpg");
}
.cid-v3vd8Faj2G .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-v3vd8Faj2G .mbr-text,
.cid-v3vd8Faj2G .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v3vd8FvLtP {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-v3vd8FvLtP .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-v3vd8FvLtP .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v3vd8FvLtP .mbr-iconfont {
  font-size: 4rem;
  color: #4d6d9a;
  padding-right: 1.5rem;
}
.cid-v3vd8FZbYa {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v3vd8FZbYa .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-v3vd8FZbYa .card {
    margin-bottom: 2rem!important;
  }
  .cid-v3vd8FZbYa .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v3vd8FZbYa .link-wrap {
    align-items: center;
  }
}
.cid-v3vd8FZbYa .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v3vd8GlztK {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-v3vd8GlztK .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-v3vd8GlztK .team-card:hover {
  transform: translateY(-10px);
}
.cid-v3vd8GlztK .card-wrap {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-v3vd8GlztK .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-v3vd8GlztK .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-v3vd8GlztK .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v3vd8GlztK .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-v3vd8GlztK .social-row {
  text-align: center;
}
.cid-v3vd8GlztK .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-v3vd8GlztK .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-v3vd8GlztK .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-v3vd8GlztK .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-v3vd8GlztK .card-text,
.cid-v3vd8GlztK .mbr-section-btn,
.cid-v3vd8GlztK .social-row {
  text-align: left;
}
.cid-v3vd8Hipki {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v3vd8Hipki .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3vd8Hipki .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3vd8Hipki .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-v3vd8Hipki .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-v3vd8Hipki .item-wrapper {
  position: relative;
}
.cid-v3vd8Hipki .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-v3vd8Hipki .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v3vd8Hipki .carousel-control,
.cid-v3vd8Hipki .close {
  background: #1b1b1b;
}
.cid-v3vd8Hipki .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v3vd8Hipki .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v3vd8Hipki .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v3vd8Hipki .carousel-control-next span {
  margin-left: 5px;
}
.cid-v3vd8Hipki .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v3vd8Hipki .close::before {
  content: '\e91a';
}
.cid-v3vd8Hipki .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v3vd8Hipki .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v3vd8Hipki .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v3vd8Hipki .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v3vd8Hipki .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v3vd8Hipki .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v3vd8Hipki .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v3vd8Hipki .carousel-indicators li.active,
.cid-v3vd8Hipki .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v3vd8Hipki .carousel-indicators li::after,
.cid-v3vd8Hipki .carousel-indicators li::before {
  content: none;
}
.cid-v3vd8Hipki .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v3vd8Hipki .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v3vd8Hipki .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v3vd8Hipki .carousel-indicators {
    display: none;
  }
}
.cid-v3vd8Hipki .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v3vd8Hipki .carousel-inner > .active {
  display: block;
}
.cid-v3vd8Hipki .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v3vd8Hipki .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v3vd8Hipki .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v3vd8Hipki .carousel-control,
  .cid-v3vd8Hipki .carousel-indicators,
  .cid-v3vd8Hipki .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v3vd8Hipki .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v3vd8Hipki .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v3vd8Hipki .carousel-indicators .active,
.cid-v3vd8Hipki .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v3vd8Hipki .carousel-indicators .active {
  background: #fff;
}
.cid-v3vd8Hipki .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v3vd8Hipki .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v3vd8Hipki .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v3vd8Hipki .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v3vd8Hipki .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v3vd8Hipki .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v3vd8Hipki .carousel {
  width: 100%;
}
.cid-v3vd8Hipki .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v3vd8Hipki .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v3vd8Hipki .modal.fade .modal-dialog,
.cid-v3vd8Hipki .modal.in .modal-dialog {
  transform: none;
}
.cid-v3vd8Hipki .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v3vd8Hipki H6 {
  text-align: center;
}
.cid-v3vd8HZsGW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v3vd8HZsGW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3vd8HZsGW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3vd8HZsGW .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-v3vd8IiIgQ {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v3vd8IiIgQ .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-v3vd8IiIgQ .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-v3vd8IiIgQ .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  background: none;
  border: 1px solid #6592e6;
  color: #6592e6;
  content: "✓";
}
.cid-v3vd8IxKoI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v3vd8IxKoI .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-v3vd8IxKoI form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-v3vd8IxKoI form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-v3vd8IxKoI form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-v3vd8IxKoI textarea {
  min-height: 10rem;
}
.cid-v3vd8IQko7 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3vd8IQko7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3vd8IQko7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3vd8IQko7 .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-v3vd8IQko7 .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v3vd8IQko7 .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v3vd8IQko7 .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-v3vd8IQko7 .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #4d6d9a;
}
.cid-v3vd8JhB8c {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-v3vd8JhB8c .google-map {
  height: 30rem;
  position: relative;
}
.cid-v3vd8JhB8c .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-v3vd8JhB8c .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-v3vd8JhB8c .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v3vd8JhB8c .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v3vd8JGuB0 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #fafafa;
}
.cid-v3vd8JGuB0 .media-container-row {
  justify-content: space-between;
}
.cid-v3vd8JGuB0 .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-v3vd8JGuB0 .text-content {
    max-width: none;
  }
}
.cid-v3vd8JGuB0 .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4d6d9a;
  border: 2px solid #4d6d9a;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-v3vd8JGuB0 .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-v3vd8JGuB0 .mbr-iconfont-social:hover {
  background-color: #4d6d9a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-v3vd8JGuB0 .icons {
    justify-content: center !important;
  }
  .cid-v3vd8JGuB0 .text-content * {
    text-align: center;
  }
}
.cid-v3vd8KdfLK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #4d6d9a;
  overflow: hidden;
}
.cid-v3vd8KuZuM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #fafafa;
}
.cid-v3vd8KuZuM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3vd8KuZuM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3vd8KuZuM .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-v3vd8KuZuM .plan-body {
  padding-bottom: 2rem;
}
.cid-v3vd8KuZuM .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v3vd8KuZuM .price {
  color: #4d6d9a;
}
.cid-v3vd8KuZuM .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-v3vd8KuZuM .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-v3vd8KuZuM .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-v3vd8KuZuM .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-v3vd8KuZuM .plan {
    margin-bottom: 2rem;
  }
}
.cid-v3yxpum9bw {
  z-index: 1000;
  width: 100%;
}
.cid-v3yxpum9bw nav.navbar {
  position: fixed;
}
.cid-v3yxpum9bw .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3yxpum9bw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v3yxpum9bw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v3yxpum9bw .dropdown-item:hover,
.cid-v3yxpum9bw .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-v3yxpum9bw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v3yxpum9bw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v3yxpum9bw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v3yxpum9bw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v3yxpum9bw .nav-link {
  position: relative;
}
.cid-v3yxpum9bw .container {
  display: flex;
  margin: auto;
}
.cid-v3yxpum9bw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v3yxpum9bw .dropdown-menu,
.cid-v3yxpum9bw .navbar.opened {
  background: #ffffff !important;
}
.cid-v3yxpum9bw .nav-item:focus,
.cid-v3yxpum9bw .nav-link:focus {
  outline: none;
}
.cid-v3yxpum9bw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3yxpum9bw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v3yxpum9bw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3yxpum9bw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3yxpum9bw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3yxpum9bw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3yxpum9bw .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.2);
}
.cid-v3yxpum9bw .navbar.opened {
  transition: all 0.3s;
}
.cid-v3yxpum9bw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v3yxpum9bw .navbar .navbar-logo img {
  width: auto;
}
.cid-v3yxpum9bw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v3yxpum9bw .navbar.collapsed {
  justify-content: center;
}
.cid-v3yxpum9bw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3yxpum9bw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3yxpum9bw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v3yxpum9bw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3yxpum9bw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3yxpum9bw .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v3yxpum9bw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3yxpum9bw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v3yxpum9bw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v3yxpum9bw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3yxpum9bw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3yxpum9bw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3yxpum9bw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3yxpum9bw .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v3yxpum9bw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v3yxpum9bw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3yxpum9bw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v3yxpum9bw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v3yxpum9bw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3yxpum9bw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v3yxpum9bw .navbar.navbar-short {
  min-height: 60px;
}
.cid-v3yxpum9bw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v3yxpum9bw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v3yxpum9bw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v3yxpum9bw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v3yxpum9bw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3yxpum9bw .dropdown-item.active,
.cid-v3yxpum9bw .dropdown-item:active {
  background-color: transparent;
}
.cid-v3yxpum9bw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3yxpum9bw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3yxpum9bw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3yxpum9bw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v3yxpum9bw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v3yxpum9bw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3yxpum9bw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v3yxpum9bw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v3yxpum9bw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v3yxpum9bw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-v3yxpum9bw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v3yxpum9bw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3yxpum9bw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3yxpum9bw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v3yxpum9bw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3yxpum9bw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3yxpum9bw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3yxpum9bw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3yxpum9bw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v3yxpum9bw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v3yxpum9bw .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v3yxpum9bw .navbar {
    height: 70px;
  }
  .cid-v3yxpum9bw .navbar.opened {
    height: auto;
  }
  .cid-v3yxpum9bw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3yxpuV8ba {
  background-image: url("../../../assets/images/hurdacilar-hurdaci-hurdametal-800x671.jpg");
}
.cid-v3yxpuV8ba .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-v3yxpuV8ba .mbr-text,
.cid-v3yxpuV8ba .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v3yxpvnT8o {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-v3yxpvnT8o .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-v3yxpvnT8o .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v3yxpvnT8o .mbr-iconfont {
  font-size: 4rem;
  color: #4d6d9a;
  padding-right: 1.5rem;
}
.cid-v3yxpvWFLC {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v3yxpvWFLC .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-v3yxpvWFLC .card {
    margin-bottom: 2rem!important;
  }
  .cid-v3yxpvWFLC .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v3yxpvWFLC .link-wrap {
    align-items: center;
  }
}
.cid-v3yxpvWFLC .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v3yxpwhAjt {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-v3yxpwhAjt .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-v3yxpwhAjt .team-card:hover {
  transform: translateY(-10px);
}
.cid-v3yxpwhAjt .card-wrap {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-v3yxpwhAjt .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-v3yxpwhAjt .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-v3yxpwhAjt .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v3yxpwhAjt .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-v3yxpwhAjt .social-row {
  text-align: center;
}
.cid-v3yxpwhAjt .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-v3yxpwhAjt .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-v3yxpwhAjt .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-v3yxpwhAjt .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-v3yxpwhAjt .card-text,
.cid-v3yxpwhAjt .mbr-section-btn,
.cid-v3yxpwhAjt .social-row {
  text-align: left;
}
.cid-v3yxpxqfP6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v3yxpxqfP6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3yxpxqfP6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3yxpxqfP6 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-v3yxpxqfP6 .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-v3yxpxqfP6 .item-wrapper {
  position: relative;
}
.cid-v3yxpxqfP6 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-v3yxpxqfP6 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v3yxpxqfP6 .carousel-control,
.cid-v3yxpxqfP6 .close {
  background: #1b1b1b;
}
.cid-v3yxpxqfP6 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v3yxpxqfP6 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v3yxpxqfP6 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v3yxpxqfP6 .carousel-control-next span {
  margin-left: 5px;
}
.cid-v3yxpxqfP6 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v3yxpxqfP6 .close::before {
  content: '\e91a';
}
.cid-v3yxpxqfP6 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v3yxpxqfP6 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v3yxpxqfP6 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v3yxpxqfP6 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v3yxpxqfP6 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v3yxpxqfP6 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v3yxpxqfP6 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v3yxpxqfP6 .carousel-indicators li.active,
.cid-v3yxpxqfP6 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v3yxpxqfP6 .carousel-indicators li::after,
.cid-v3yxpxqfP6 .carousel-indicators li::before {
  content: none;
}
.cid-v3yxpxqfP6 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v3yxpxqfP6 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v3yxpxqfP6 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v3yxpxqfP6 .carousel-indicators {
    display: none;
  }
}
.cid-v3yxpxqfP6 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v3yxpxqfP6 .carousel-inner > .active {
  display: block;
}
.cid-v3yxpxqfP6 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v3yxpxqfP6 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v3yxpxqfP6 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v3yxpxqfP6 .carousel-control,
  .cid-v3yxpxqfP6 .carousel-indicators,
  .cid-v3yxpxqfP6 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v3yxpxqfP6 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v3yxpxqfP6 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v3yxpxqfP6 .carousel-indicators .active,
.cid-v3yxpxqfP6 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v3yxpxqfP6 .carousel-indicators .active {
  background: #fff;
}
.cid-v3yxpxqfP6 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v3yxpxqfP6 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v3yxpxqfP6 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v3yxpxqfP6 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v3yxpxqfP6 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v3yxpxqfP6 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v3yxpxqfP6 .carousel {
  width: 100%;
}
.cid-v3yxpxqfP6 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v3yxpxqfP6 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v3yxpxqfP6 .modal.fade .modal-dialog,
.cid-v3yxpxqfP6 .modal.in .modal-dialog {
  transform: none;
}
.cid-v3yxpxqfP6 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v3yxpxqfP6 H6 {
  text-align: center;
}
.cid-v3yxpyaL7v {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v3yxpyaL7v .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3yxpyaL7v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3yxpyaL7v .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-v3yxpyveXH {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v3yxpyveXH .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-v3yxpyveXH .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-v3yxpyveXH .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  background: none;
  border: 1px solid #6592e6;
  color: #6592e6;
  content: "✓";
}
.cid-v3yxpyOL5g {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v3yxpyOL5g .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-v3yxpyOL5g form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-v3yxpyOL5g form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-v3yxpyOL5g form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-v3yxpyOL5g textarea {
  min-height: 10rem;
}
.cid-v3yxpzfFDa {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3yxpzfFDa .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3yxpzfFDa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3yxpzfFDa .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-v3yxpzfFDa .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v3yxpzfFDa .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v3yxpzfFDa .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-v3yxpzfFDa .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #4d6d9a;
}
.cid-v3yxpzR5zJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-v3yxpzR5zJ .google-map {
  height: 30rem;
  position: relative;
}
.cid-v3yxpzR5zJ .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-v3yxpzR5zJ .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-v3yxpzR5zJ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v3yxpzR5zJ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v3yxpAk0o3 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #fafafa;
}
.cid-v3yxpAk0o3 .media-container-row {
  justify-content: space-between;
}
.cid-v3yxpAk0o3 .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-v3yxpAk0o3 .text-content {
    max-width: none;
  }
}
.cid-v3yxpAk0o3 .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4d6d9a;
  border: 2px solid #4d6d9a;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-v3yxpAk0o3 .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-v3yxpAk0o3 .mbr-iconfont-social:hover {
  background-color: #4d6d9a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-v3yxpAk0o3 .icons {
    justify-content: center !important;
  }
  .cid-v3yxpAk0o3 .text-content * {
    text-align: center;
  }
}
.cid-v3yxpAQCKt {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #4d6d9a;
  overflow: hidden;
}
.cid-v3yxpBdWIU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #fafafa;
}
.cid-v3yxpBdWIU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3yxpBdWIU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3yxpBdWIU .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-v3yxpBdWIU .plan-body {
  padding-bottom: 2rem;
}
.cid-v3yxpBdWIU .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v3yxpBdWIU .price {
  color: #4d6d9a;
}
.cid-v3yxpBdWIU .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-v3yxpBdWIU .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-v3yxpBdWIU .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-v3yxpBdWIU .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-v3yxpBdWIU .plan {
    margin-bottom: 2rem;
  }
}
.cid-v3vdRFLca6 {
  z-index: 1000;
  width: 100%;
}
.cid-v3vdRFLca6 nav.navbar {
  position: fixed;
}
.cid-v3vdRFLca6 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3vdRFLca6 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v3vdRFLca6 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v3vdRFLca6 .dropdown-item:hover,
.cid-v3vdRFLca6 .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-v3vdRFLca6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v3vdRFLca6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v3vdRFLca6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v3vdRFLca6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v3vdRFLca6 .nav-link {
  position: relative;
}
.cid-v3vdRFLca6 .container {
  display: flex;
  margin: auto;
}
.cid-v3vdRFLca6 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v3vdRFLca6 .dropdown-menu,
.cid-v3vdRFLca6 .navbar.opened {
  background: #ffffff !important;
}
.cid-v3vdRFLca6 .nav-item:focus,
.cid-v3vdRFLca6 .nav-link:focus {
  outline: none;
}
.cid-v3vdRFLca6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3vdRFLca6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v3vdRFLca6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3vdRFLca6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3vdRFLca6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3vdRFLca6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3vdRFLca6 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.2);
}
.cid-v3vdRFLca6 .navbar.opened {
  transition: all 0.3s;
}
.cid-v3vdRFLca6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v3vdRFLca6 .navbar .navbar-logo img {
  width: auto;
}
.cid-v3vdRFLca6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v3vdRFLca6 .navbar.collapsed {
  justify-content: center;
}
.cid-v3vdRFLca6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3vdRFLca6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3vdRFLca6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v3vdRFLca6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3vdRFLca6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3vdRFLca6 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v3vdRFLca6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3vdRFLca6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v3vdRFLca6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v3vdRFLca6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3vdRFLca6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3vdRFLca6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3vdRFLca6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3vdRFLca6 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v3vdRFLca6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v3vdRFLca6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3vdRFLca6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v3vdRFLca6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v3vdRFLca6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3vdRFLca6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v3vdRFLca6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-v3vdRFLca6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v3vdRFLca6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v3vdRFLca6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v3vdRFLca6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v3vdRFLca6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3vdRFLca6 .dropdown-item.active,
.cid-v3vdRFLca6 .dropdown-item:active {
  background-color: transparent;
}
.cid-v3vdRFLca6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3vdRFLca6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3vdRFLca6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3vdRFLca6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v3vdRFLca6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v3vdRFLca6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3vdRFLca6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v3vdRFLca6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v3vdRFLca6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v3vdRFLca6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-v3vdRFLca6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v3vdRFLca6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3vdRFLca6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3vdRFLca6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v3vdRFLca6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3vdRFLca6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3vdRFLca6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3vdRFLca6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3vdRFLca6 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v3vdRFLca6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v3vdRFLca6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v3vdRFLca6 .navbar {
    height: 70px;
  }
  .cid-v3vdRFLca6 .navbar.opened {
    height: auto;
  }
  .cid-v3vdRFLca6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3vdRGgGll {
  background-image: url("../../../assets/images/hurdacilar-hurdaci-hurdametal-800x671.jpg");
}
.cid-v3vdRGgGll .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-v3vdRGgGll .mbr-text,
.cid-v3vdRGgGll .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v3vdRGB1Eo {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-v3vdRGB1Eo .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-v3vdRGB1Eo .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v3vdRGB1Eo .mbr-iconfont {
  font-size: 4rem;
  color: #4d6d9a;
  padding-right: 1.5rem;
}
.cid-v3vdRH1CFu {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v3vdRH1CFu .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-v3vdRH1CFu .card {
    margin-bottom: 2rem!important;
  }
  .cid-v3vdRH1CFu .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v3vdRH1CFu .link-wrap {
    align-items: center;
  }
}
.cid-v3vdRH1CFu .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v3vdRHjxsI {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-v3vdRHjxsI .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-v3vdRHjxsI .team-card:hover {
  transform: translateY(-10px);
}
.cid-v3vdRHjxsI .card-wrap {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-v3vdRHjxsI .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-v3vdRHjxsI .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-v3vdRHjxsI .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v3vdRHjxsI .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-v3vdRHjxsI .social-row {
  text-align: center;
}
.cid-v3vdRHjxsI .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-v3vdRHjxsI .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-v3vdRHjxsI .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-v3vdRHjxsI .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-v3vdRHjxsI .card-text,
.cid-v3vdRHjxsI .mbr-section-btn,
.cid-v3vdRHjxsI .social-row {
  text-align: left;
}
.cid-v3vdRIjRYu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v3vdRIjRYu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3vdRIjRYu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3vdRIjRYu .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-v3vdRIjRYu .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-v3vdRIjRYu .item-wrapper {
  position: relative;
}
.cid-v3vdRIjRYu .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-v3vdRIjRYu .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v3vdRIjRYu .carousel-control,
.cid-v3vdRIjRYu .close {
  background: #1b1b1b;
}
.cid-v3vdRIjRYu .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v3vdRIjRYu .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v3vdRIjRYu .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v3vdRIjRYu .carousel-control-next span {
  margin-left: 5px;
}
.cid-v3vdRIjRYu .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v3vdRIjRYu .close::before {
  content: '\e91a';
}
.cid-v3vdRIjRYu .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v3vdRIjRYu .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v3vdRIjRYu .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v3vdRIjRYu .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v3vdRIjRYu .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v3vdRIjRYu .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v3vdRIjRYu .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v3vdRIjRYu .carousel-indicators li.active,
.cid-v3vdRIjRYu .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v3vdRIjRYu .carousel-indicators li::after,
.cid-v3vdRIjRYu .carousel-indicators li::before {
  content: none;
}
.cid-v3vdRIjRYu .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v3vdRIjRYu .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v3vdRIjRYu .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v3vdRIjRYu .carousel-indicators {
    display: none;
  }
}
.cid-v3vdRIjRYu .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v3vdRIjRYu .carousel-inner > .active {
  display: block;
}
.cid-v3vdRIjRYu .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v3vdRIjRYu .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v3vdRIjRYu .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v3vdRIjRYu .carousel-control,
  .cid-v3vdRIjRYu .carousel-indicators,
  .cid-v3vdRIjRYu .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v3vdRIjRYu .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v3vdRIjRYu .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v3vdRIjRYu .carousel-indicators .active,
.cid-v3vdRIjRYu .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v3vdRIjRYu .carousel-indicators .active {
  background: #fff;
}
.cid-v3vdRIjRYu .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v3vdRIjRYu .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v3vdRIjRYu .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v3vdRIjRYu .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v3vdRIjRYu .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v3vdRIjRYu .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v3vdRIjRYu .carousel {
  width: 100%;
}
.cid-v3vdRIjRYu .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v3vdRIjRYu .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v3vdRIjRYu .modal.fade .modal-dialog,
.cid-v3vdRIjRYu .modal.in .modal-dialog {
  transform: none;
}
.cid-v3vdRIjRYu .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v3vdRIjRYu H6 {
  text-align: center;
}
.cid-v3vdRIXDfr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v3vdRIXDfr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3vdRIXDfr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3vdRIXDfr .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-v3vdRJg6nx {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v3vdRJg6nx .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-v3vdRJg6nx .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-v3vdRJg6nx .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  background: none;
  border: 1px solid #6592e6;
  color: #6592e6;
  content: "✓";
}
.cid-v3vdRJvA3u {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v3vdRJvA3u .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-v3vdRJvA3u form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-v3vdRJvA3u form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-v3vdRJvA3u form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-v3vdRJvA3u textarea {
  min-height: 10rem;
}
.cid-v3vdRJSrCi {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3vdRJSrCi .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3vdRJSrCi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3vdRJSrCi .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-v3vdRJSrCi .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v3vdRJSrCi .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v3vdRJSrCi .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-v3vdRJSrCi .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #4d6d9a;
}
.cid-v3vdRKjDuR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-v3vdRKjDuR .google-map {
  height: 30rem;
  position: relative;
}
.cid-v3vdRKjDuR .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-v3vdRKjDuR .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-v3vdRKjDuR .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v3vdRKjDuR .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v3vdRKKMIs {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #fafafa;
}
.cid-v3vdRKKMIs .media-container-row {
  justify-content: space-between;
}
.cid-v3vdRKKMIs .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-v3vdRKKMIs .text-content {
    max-width: none;
  }
}
.cid-v3vdRKKMIs .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4d6d9a;
  border: 2px solid #4d6d9a;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-v3vdRKKMIs .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-v3vdRKKMIs .mbr-iconfont-social:hover {
  background-color: #4d6d9a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-v3vdRKKMIs .icons {
    justify-content: center !important;
  }
  .cid-v3vdRKKMIs .text-content * {
    text-align: center;
  }
}
.cid-v3vdRLe5cs {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #4d6d9a;
  overflow: hidden;
}
.cid-v3vdRLvCWr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #fafafa;
}
.cid-v3vdRLvCWr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3vdRLvCWr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3vdRLvCWr .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-v3vdRLvCWr .plan-body {
  padding-bottom: 2rem;
}
.cid-v3vdRLvCWr .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v3vdRLvCWr .price {
  color: #4d6d9a;
}
.cid-v3vdRLvCWr .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-v3vdRLvCWr .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-v3vdRLvCWr .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-v3vdRLvCWr .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-v3vdRLvCWr .plan {
    margin-bottom: 2rem;
  }
}
.cid-v3veuhRT8M {
  z-index: 1000;
  width: 100%;
}
.cid-v3veuhRT8M nav.navbar {
  position: fixed;
}
.cid-v3veuhRT8M .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3veuhRT8M .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v3veuhRT8M .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v3veuhRT8M .dropdown-item:hover,
.cid-v3veuhRT8M .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-v3veuhRT8M .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v3veuhRT8M .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v3veuhRT8M .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v3veuhRT8M .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v3veuhRT8M .nav-link {
  position: relative;
}
.cid-v3veuhRT8M .container {
  display: flex;
  margin: auto;
}
.cid-v3veuhRT8M .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v3veuhRT8M .dropdown-menu,
.cid-v3veuhRT8M .navbar.opened {
  background: #ffffff !important;
}
.cid-v3veuhRT8M .nav-item:focus,
.cid-v3veuhRT8M .nav-link:focus {
  outline: none;
}
.cid-v3veuhRT8M .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3veuhRT8M .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v3veuhRT8M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3veuhRT8M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3veuhRT8M .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3veuhRT8M .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3veuhRT8M .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.2);
}
.cid-v3veuhRT8M .navbar.opened {
  transition: all 0.3s;
}
.cid-v3veuhRT8M .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v3veuhRT8M .navbar .navbar-logo img {
  width: auto;
}
.cid-v3veuhRT8M .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v3veuhRT8M .navbar.collapsed {
  justify-content: center;
}
.cid-v3veuhRT8M .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3veuhRT8M .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3veuhRT8M .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v3veuhRT8M .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3veuhRT8M .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3veuhRT8M .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v3veuhRT8M .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3veuhRT8M .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v3veuhRT8M .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v3veuhRT8M .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3veuhRT8M .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3veuhRT8M .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3veuhRT8M .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3veuhRT8M .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v3veuhRT8M .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v3veuhRT8M .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3veuhRT8M .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v3veuhRT8M .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v3veuhRT8M .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3veuhRT8M .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v3veuhRT8M .navbar.navbar-short {
  min-height: 60px;
}
.cid-v3veuhRT8M .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v3veuhRT8M .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v3veuhRT8M .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v3veuhRT8M .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v3veuhRT8M .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3veuhRT8M .dropdown-item.active,
.cid-v3veuhRT8M .dropdown-item:active {
  background-color: transparent;
}
.cid-v3veuhRT8M .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3veuhRT8M .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3veuhRT8M .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3veuhRT8M .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v3veuhRT8M .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v3veuhRT8M .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3veuhRT8M ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v3veuhRT8M .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v3veuhRT8M button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v3veuhRT8M button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-v3veuhRT8M button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v3veuhRT8M button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3veuhRT8M button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3veuhRT8M button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v3veuhRT8M nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3veuhRT8M nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3veuhRT8M nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3veuhRT8M nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3veuhRT8M .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v3veuhRT8M a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v3veuhRT8M .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v3veuhRT8M .navbar {
    height: 70px;
  }
  .cid-v3veuhRT8M .navbar.opened {
    height: auto;
  }
  .cid-v3veuhRT8M .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3veuiGPUt {
  background-image: url("../../../assets/images/hurdacilar-hurdaci-hurdametal-800x671.jpg");
}
.cid-v3veuiGPUt .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-v3veuiGPUt .mbr-text,
.cid-v3veuiGPUt .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v3veujeRAK {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-v3veujeRAK .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-v3veujeRAK .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v3veujeRAK .mbr-iconfont {
  font-size: 4rem;
  color: #4d6d9a;
  padding-right: 1.5rem;
}
.cid-v3veujSMkR {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v3veujSMkR .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-v3veujSMkR .card {
    margin-bottom: 2rem!important;
  }
  .cid-v3veujSMkR .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v3veujSMkR .link-wrap {
    align-items: center;
  }
}
.cid-v3veujSMkR .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v3veukmp1C {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-v3veukmp1C .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-v3veukmp1C .team-card:hover {
  transform: translateY(-10px);
}
.cid-v3veukmp1C .card-wrap {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-v3veukmp1C .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-v3veukmp1C .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-v3veukmp1C .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v3veukmp1C .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-v3veukmp1C .social-row {
  text-align: center;
}
.cid-v3veukmp1C .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-v3veukmp1C .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-v3veukmp1C .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-v3veukmp1C .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-v3veukmp1C .card-text,
.cid-v3veukmp1C .mbr-section-btn,
.cid-v3veukmp1C .social-row {
  text-align: left;
}
.cid-v3veulX9QU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v3veulX9QU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3veulX9QU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3veulX9QU .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-v3veulX9QU .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-v3veulX9QU .item-wrapper {
  position: relative;
}
.cid-v3veulX9QU .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-v3veulX9QU .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v3veulX9QU .carousel-control,
.cid-v3veulX9QU .close {
  background: #1b1b1b;
}
.cid-v3veulX9QU .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v3veulX9QU .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v3veulX9QU .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v3veulX9QU .carousel-control-next span {
  margin-left: 5px;
}
.cid-v3veulX9QU .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v3veulX9QU .close::before {
  content: '\e91a';
}
.cid-v3veulX9QU .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v3veulX9QU .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v3veulX9QU .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v3veulX9QU .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v3veulX9QU .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v3veulX9QU .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v3veulX9QU .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v3veulX9QU .carousel-indicators li.active,
.cid-v3veulX9QU .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v3veulX9QU .carousel-indicators li::after,
.cid-v3veulX9QU .carousel-indicators li::before {
  content: none;
}
.cid-v3veulX9QU .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v3veulX9QU .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v3veulX9QU .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v3veulX9QU .carousel-indicators {
    display: none;
  }
}
.cid-v3veulX9QU .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v3veulX9QU .carousel-inner > .active {
  display: block;
}
.cid-v3veulX9QU .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v3veulX9QU .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v3veulX9QU .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v3veulX9QU .carousel-control,
  .cid-v3veulX9QU .carousel-indicators,
  .cid-v3veulX9QU .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v3veulX9QU .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v3veulX9QU .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v3veulX9QU .carousel-indicators .active,
.cid-v3veulX9QU .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v3veulX9QU .carousel-indicators .active {
  background: #fff;
}
.cid-v3veulX9QU .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v3veulX9QU .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v3veulX9QU .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v3veulX9QU .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v3veulX9QU .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v3veulX9QU .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v3veulX9QU .carousel {
  width: 100%;
}
.cid-v3veulX9QU .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v3veulX9QU .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v3veulX9QU .modal.fade .modal-dialog,
.cid-v3veulX9QU .modal.in .modal-dialog {
  transform: none;
}
.cid-v3veulX9QU .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v3veulX9QU H6 {
  text-align: center;
}
.cid-v3veumAUtj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v3veumAUtj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3veumAUtj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3veumAUtj .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-v3veumScWa {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v3veumScWa .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-v3veumScWa .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-v3veumScWa .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  background: none;
  border: 1px solid #6592e6;
  color: #6592e6;
  content: "✓";
}
.cid-v3veun7pfv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v3veun7pfv .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-v3veun7pfv form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-v3veun7pfv form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-v3veun7pfv form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-v3veun7pfv textarea {
  min-height: 10rem;
}
.cid-v3veunBJVi {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3veunBJVi .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3veunBJVi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3veunBJVi .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-v3veunBJVi .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v3veunBJVi .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v3veunBJVi .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-v3veunBJVi .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #4d6d9a;
}
.cid-v3veuo9kiS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-v3veuo9kiS .google-map {
  height: 30rem;
  position: relative;
}
.cid-v3veuo9kiS .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-v3veuo9kiS .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-v3veuo9kiS .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v3veuo9kiS .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v3veuoyAeA {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #fafafa;
}
.cid-v3veuoyAeA .media-container-row {
  justify-content: space-between;
}
.cid-v3veuoyAeA .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-v3veuoyAeA .text-content {
    max-width: none;
  }
}
.cid-v3veuoyAeA .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4d6d9a;
  border: 2px solid #4d6d9a;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-v3veuoyAeA .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-v3veuoyAeA .mbr-iconfont-social:hover {
  background-color: #4d6d9a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-v3veuoyAeA .icons {
    justify-content: center !important;
  }
  .cid-v3veuoyAeA .text-content * {
    text-align: center;
  }
}
.cid-v3veup0Bed {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #4d6d9a;
  overflow: hidden;
}
.cid-v3veuphzGA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #fafafa;
}
.cid-v3veuphzGA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3veuphzGA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3veuphzGA .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-v3veuphzGA .plan-body {
  padding-bottom: 2rem;
}
.cid-v3veuphzGA .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v3veuphzGA .price {
  color: #4d6d9a;
}
.cid-v3veuphzGA .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-v3veuphzGA .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-v3veuphzGA .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-v3veuphzGA .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-v3veuphzGA .plan {
    margin-bottom: 2rem;
  }
}
.cid-v3yk482gGL {
  z-index: 1000;
  width: 100%;
}
.cid-v3yk482gGL nav.navbar {
  position: fixed;
}
.cid-v3yk482gGL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3yk482gGL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v3yk482gGL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v3yk482gGL .dropdown-item:hover,
.cid-v3yk482gGL .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-v3yk482gGL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v3yk482gGL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v3yk482gGL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v3yk482gGL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v3yk482gGL .nav-link {
  position: relative;
}
.cid-v3yk482gGL .container {
  display: flex;
  margin: auto;
}
.cid-v3yk482gGL .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v3yk482gGL .dropdown-menu,
.cid-v3yk482gGL .navbar.opened {
  background: #ffffff !important;
}
.cid-v3yk482gGL .nav-item:focus,
.cid-v3yk482gGL .nav-link:focus {
  outline: none;
}
.cid-v3yk482gGL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3yk482gGL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v3yk482gGL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3yk482gGL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3yk482gGL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3yk482gGL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3yk482gGL .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.2);
}
.cid-v3yk482gGL .navbar.opened {
  transition: all 0.3s;
}
.cid-v3yk482gGL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v3yk482gGL .navbar .navbar-logo img {
  width: auto;
}
.cid-v3yk482gGL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v3yk482gGL .navbar.collapsed {
  justify-content: center;
}
.cid-v3yk482gGL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3yk482gGL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3yk482gGL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v3yk482gGL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3yk482gGL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3yk482gGL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v3yk482gGL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3yk482gGL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v3yk482gGL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v3yk482gGL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3yk482gGL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3yk482gGL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3yk482gGL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3yk482gGL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v3yk482gGL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v3yk482gGL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3yk482gGL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v3yk482gGL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v3yk482gGL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3yk482gGL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v3yk482gGL .navbar.navbar-short {
  min-height: 60px;
}
.cid-v3yk482gGL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v3yk482gGL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v3yk482gGL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v3yk482gGL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v3yk482gGL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3yk482gGL .dropdown-item.active,
.cid-v3yk482gGL .dropdown-item:active {
  background-color: transparent;
}
.cid-v3yk482gGL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3yk482gGL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3yk482gGL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3yk482gGL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v3yk482gGL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v3yk482gGL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3yk482gGL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v3yk482gGL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v3yk482gGL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v3yk482gGL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-v3yk482gGL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v3yk482gGL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3yk482gGL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3yk482gGL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v3yk482gGL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3yk482gGL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3yk482gGL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3yk482gGL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3yk482gGL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v3yk482gGL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v3yk482gGL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v3yk482gGL .navbar {
    height: 70px;
  }
  .cid-v3yk482gGL .navbar.opened {
    height: auto;
  }
  .cid-v3yk482gGL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3yk48ruIs {
  background-image: url("../../../assets/images/hurdacilar-hurdaci-hurdametal-800x671.jpg");
}
.cid-v3yk48ruIs .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-v3yk48ruIs .mbr-text,
.cid-v3yk48ruIs .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v3yk48IyFC {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-v3yk48IyFC .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-v3yk48IyFC .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v3yk48IyFC .mbr-iconfont {
  font-size: 4rem;
  color: #4d6d9a;
  padding-right: 1.5rem;
}
.cid-v3yk49aydH {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v3yk49aydH .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-v3yk49aydH .card {
    margin-bottom: 2rem!important;
  }
  .cid-v3yk49aydH .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v3yk49aydH .link-wrap {
    align-items: center;
  }
}
.cid-v3yk49aydH .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v3yk49rxme {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-v3yk49rxme .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-v3yk49rxme .team-card:hover {
  transform: translateY(-10px);
}
.cid-v3yk49rxme .card-wrap {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-v3yk49rxme .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-v3yk49rxme .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-v3yk49rxme .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v3yk49rxme .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-v3yk49rxme .social-row {
  text-align: center;
}
.cid-v3yk49rxme .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-v3yk49rxme .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-v3yk49rxme .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-v3yk49rxme .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-v3yk49rxme .card-text,
.cid-v3yk49rxme .mbr-section-btn,
.cid-v3yk49rxme .social-row {
  text-align: left;
}
.cid-v3yk4ai3YV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v3yk4ai3YV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3yk4ai3YV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3yk4ai3YV .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-v3yk4ai3YV .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-v3yk4ai3YV .item-wrapper {
  position: relative;
}
.cid-v3yk4ai3YV .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-v3yk4ai3YV .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v3yk4ai3YV .carousel-control,
.cid-v3yk4ai3YV .close {
  background: #1b1b1b;
}
.cid-v3yk4ai3YV .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v3yk4ai3YV .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v3yk4ai3YV .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v3yk4ai3YV .carousel-control-next span {
  margin-left: 5px;
}
.cid-v3yk4ai3YV .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v3yk4ai3YV .close::before {
  content: '\e91a';
}
.cid-v3yk4ai3YV .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v3yk4ai3YV .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v3yk4ai3YV .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v3yk4ai3YV .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v3yk4ai3YV .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v3yk4ai3YV .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v3yk4ai3YV .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v3yk4ai3YV .carousel-indicators li.active,
.cid-v3yk4ai3YV .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v3yk4ai3YV .carousel-indicators li::after,
.cid-v3yk4ai3YV .carousel-indicators li::before {
  content: none;
}
.cid-v3yk4ai3YV .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v3yk4ai3YV .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v3yk4ai3YV .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v3yk4ai3YV .carousel-indicators {
    display: none;
  }
}
.cid-v3yk4ai3YV .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v3yk4ai3YV .carousel-inner > .active {
  display: block;
}
.cid-v3yk4ai3YV .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v3yk4ai3YV .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v3yk4ai3YV .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v3yk4ai3YV .carousel-control,
  .cid-v3yk4ai3YV .carousel-indicators,
  .cid-v3yk4ai3YV .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v3yk4ai3YV .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v3yk4ai3YV .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v3yk4ai3YV .carousel-indicators .active,
.cid-v3yk4ai3YV .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v3yk4ai3YV .carousel-indicators .active {
  background: #fff;
}
.cid-v3yk4ai3YV .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v3yk4ai3YV .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v3yk4ai3YV .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v3yk4ai3YV .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v3yk4ai3YV .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v3yk4ai3YV .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v3yk4ai3YV .carousel {
  width: 100%;
}
.cid-v3yk4ai3YV .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v3yk4ai3YV .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v3yk4ai3YV .modal.fade .modal-dialog,
.cid-v3yk4ai3YV .modal.in .modal-dialog {
  transform: none;
}
.cid-v3yk4ai3YV .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v3yk4ai3YV H6 {
  text-align: center;
}
.cid-v3yk4aSnsc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v3yk4aSnsc .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3yk4aSnsc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3yk4aSnsc .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-v3yk4beCJS {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v3yk4beCJS .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-v3yk4beCJS .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-v3yk4beCJS .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  background: none;
  border: 1px solid #6592e6;
  color: #6592e6;
  content: "✓";
}
.cid-v3yk4bs5eZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v3yk4bs5eZ .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-v3yk4bs5eZ form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-v3yk4bs5eZ form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-v3yk4bs5eZ form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-v3yk4bs5eZ textarea {
  min-height: 10rem;
}
.cid-v3yk4bJjlC {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3yk4bJjlC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3yk4bJjlC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3yk4bJjlC .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-v3yk4bJjlC .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v3yk4bJjlC .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v3yk4bJjlC .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-v3yk4bJjlC .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #4d6d9a;
}
.cid-v3yk4cacPh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-v3yk4cacPh .google-map {
  height: 30rem;
  position: relative;
}
.cid-v3yk4cacPh .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-v3yk4cacPh .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-v3yk4cacPh .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v3yk4cacPh .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v3yk4cwUlE {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #fafafa;
}
.cid-v3yk4cwUlE .media-container-row {
  justify-content: space-between;
}
.cid-v3yk4cwUlE .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-v3yk4cwUlE .text-content {
    max-width: none;
  }
}
.cid-v3yk4cwUlE .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4d6d9a;
  border: 2px solid #4d6d9a;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-v3yk4cwUlE .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-v3yk4cwUlE .mbr-iconfont-social:hover {
  background-color: #4d6d9a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-v3yk4cwUlE .icons {
    justify-content: center !important;
  }
  .cid-v3yk4cwUlE .text-content * {
    text-align: center;
  }
}
.cid-v3yk4cXUGf {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #4d6d9a;
  overflow: hidden;
}
.cid-v3yk4dgFHr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #fafafa;
}
.cid-v3yk4dgFHr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3yk4dgFHr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3yk4dgFHr .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-v3yk4dgFHr .plan-body {
  padding-bottom: 2rem;
}
.cid-v3yk4dgFHr .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v3yk4dgFHr .price {
  color: #4d6d9a;
}
.cid-v3yk4dgFHr .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-v3yk4dgFHr .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-v3yk4dgFHr .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-v3yk4dgFHr .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-v3yk4dgFHr .plan {
    margin-bottom: 2rem;
  }
}
.cid-v3vf4AthD0 {
  z-index: 1000;
  width: 100%;
}
.cid-v3vf4AthD0 nav.navbar {
  position: fixed;
}
.cid-v3vf4AthD0 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3vf4AthD0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v3vf4AthD0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v3vf4AthD0 .dropdown-item:hover,
.cid-v3vf4AthD0 .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-v3vf4AthD0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v3vf4AthD0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v3vf4AthD0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v3vf4AthD0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v3vf4AthD0 .nav-link {
  position: relative;
}
.cid-v3vf4AthD0 .container {
  display: flex;
  margin: auto;
}
.cid-v3vf4AthD0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v3vf4AthD0 .dropdown-menu,
.cid-v3vf4AthD0 .navbar.opened {
  background: #ffffff !important;
}
.cid-v3vf4AthD0 .nav-item:focus,
.cid-v3vf4AthD0 .nav-link:focus {
  outline: none;
}
.cid-v3vf4AthD0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3vf4AthD0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v3vf4AthD0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3vf4AthD0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3vf4AthD0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3vf4AthD0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3vf4AthD0 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.2);
}
.cid-v3vf4AthD0 .navbar.opened {
  transition: all 0.3s;
}
.cid-v3vf4AthD0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v3vf4AthD0 .navbar .navbar-logo img {
  width: auto;
}
.cid-v3vf4AthD0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v3vf4AthD0 .navbar.collapsed {
  justify-content: center;
}
.cid-v3vf4AthD0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3vf4AthD0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3vf4AthD0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v3vf4AthD0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3vf4AthD0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3vf4AthD0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v3vf4AthD0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3vf4AthD0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v3vf4AthD0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v3vf4AthD0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3vf4AthD0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3vf4AthD0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3vf4AthD0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3vf4AthD0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v3vf4AthD0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v3vf4AthD0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3vf4AthD0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v3vf4AthD0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v3vf4AthD0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3vf4AthD0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v3vf4AthD0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-v3vf4AthD0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v3vf4AthD0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v3vf4AthD0 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v3vf4AthD0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v3vf4AthD0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3vf4AthD0 .dropdown-item.active,
.cid-v3vf4AthD0 .dropdown-item:active {
  background-color: transparent;
}
.cid-v3vf4AthD0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3vf4AthD0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3vf4AthD0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3vf4AthD0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v3vf4AthD0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v3vf4AthD0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3vf4AthD0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v3vf4AthD0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v3vf4AthD0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v3vf4AthD0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-v3vf4AthD0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v3vf4AthD0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3vf4AthD0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3vf4AthD0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v3vf4AthD0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3vf4AthD0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3vf4AthD0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3vf4AthD0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3vf4AthD0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v3vf4AthD0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v3vf4AthD0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v3vf4AthD0 .navbar {
    height: 70px;
  }
  .cid-v3vf4AthD0 .navbar.opened {
    height: auto;
  }
  .cid-v3vf4AthD0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3vf4AWQOl {
  background-image: url("../../../assets/images/hurdacilar-hurdaci-hurdametal-800x671.jpg");
}
.cid-v3vf4AWQOl .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-v3vf4AWQOl .mbr-text,
.cid-v3vf4AWQOl .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v3vf4BiGJU {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-v3vf4BiGJU .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-v3vf4BiGJU .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v3vf4BiGJU .mbr-iconfont {
  font-size: 4rem;
  color: #4d6d9a;
  padding-right: 1.5rem;
}
.cid-v3vf4BMHVK {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v3vf4BMHVK .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-v3vf4BMHVK .card {
    margin-bottom: 2rem!important;
  }
  .cid-v3vf4BMHVK .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v3vf4BMHVK .link-wrap {
    align-items: center;
  }
}
.cid-v3vf4BMHVK .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v3vf4C54ne {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-v3vf4C54ne .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-v3vf4C54ne .team-card:hover {
  transform: translateY(-10px);
}
.cid-v3vf4C54ne .card-wrap {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-v3vf4C54ne .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-v3vf4C54ne .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-v3vf4C54ne .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v3vf4C54ne .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-v3vf4C54ne .social-row {
  text-align: center;
}
.cid-v3vf4C54ne .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-v3vf4C54ne .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-v3vf4C54ne .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-v3vf4C54ne .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-v3vf4C54ne .card-text,
.cid-v3vf4C54ne .mbr-section-btn,
.cid-v3vf4C54ne .social-row {
  text-align: left;
}
.cid-v3vf4D9lmt {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v3vf4D9lmt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3vf4D9lmt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3vf4D9lmt .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-v3vf4D9lmt .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-v3vf4D9lmt .item-wrapper {
  position: relative;
}
.cid-v3vf4D9lmt .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-v3vf4D9lmt .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v3vf4D9lmt .carousel-control,
.cid-v3vf4D9lmt .close {
  background: #1b1b1b;
}
.cid-v3vf4D9lmt .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v3vf4D9lmt .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v3vf4D9lmt .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v3vf4D9lmt .carousel-control-next span {
  margin-left: 5px;
}
.cid-v3vf4D9lmt .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v3vf4D9lmt .close::before {
  content: '\e91a';
}
.cid-v3vf4D9lmt .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v3vf4D9lmt .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v3vf4D9lmt .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v3vf4D9lmt .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v3vf4D9lmt .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v3vf4D9lmt .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v3vf4D9lmt .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v3vf4D9lmt .carousel-indicators li.active,
.cid-v3vf4D9lmt .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v3vf4D9lmt .carousel-indicators li::after,
.cid-v3vf4D9lmt .carousel-indicators li::before {
  content: none;
}
.cid-v3vf4D9lmt .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v3vf4D9lmt .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v3vf4D9lmt .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v3vf4D9lmt .carousel-indicators {
    display: none;
  }
}
.cid-v3vf4D9lmt .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v3vf4D9lmt .carousel-inner > .active {
  display: block;
}
.cid-v3vf4D9lmt .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v3vf4D9lmt .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v3vf4D9lmt .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v3vf4D9lmt .carousel-control,
  .cid-v3vf4D9lmt .carousel-indicators,
  .cid-v3vf4D9lmt .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v3vf4D9lmt .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v3vf4D9lmt .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v3vf4D9lmt .carousel-indicators .active,
.cid-v3vf4D9lmt .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v3vf4D9lmt .carousel-indicators .active {
  background: #fff;
}
.cid-v3vf4D9lmt .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v3vf4D9lmt .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v3vf4D9lmt .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v3vf4D9lmt .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v3vf4D9lmt .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v3vf4D9lmt .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v3vf4D9lmt .carousel {
  width: 100%;
}
.cid-v3vf4D9lmt .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v3vf4D9lmt .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v3vf4D9lmt .modal.fade .modal-dialog,
.cid-v3vf4D9lmt .modal.in .modal-dialog {
  transform: none;
}
.cid-v3vf4D9lmt .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v3vf4D9lmt H6 {
  text-align: center;
}
.cid-v3vf4DO1de {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v3vf4DO1de .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3vf4DO1de .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3vf4DO1de .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-v3vf4E8yGP {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v3vf4E8yGP .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-v3vf4E8yGP .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-v3vf4E8yGP .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  background: none;
  border: 1px solid #6592e6;
  color: #6592e6;
  content: "✓";
}
.cid-v3vf4Eoh4a {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v3vf4Eoh4a .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-v3vf4Eoh4a form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-v3vf4Eoh4a form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-v3vf4Eoh4a form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-v3vf4Eoh4a textarea {
  min-height: 10rem;
}
.cid-v3vf4ELunc {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3vf4ELunc .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3vf4ELunc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3vf4ELunc .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-v3vf4ELunc .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v3vf4ELunc .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v3vf4ELunc .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-v3vf4ELunc .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #4d6d9a;
}
.cid-v3vf4Fdxi4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-v3vf4Fdxi4 .google-map {
  height: 30rem;
  position: relative;
}
.cid-v3vf4Fdxi4 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-v3vf4Fdxi4 .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-v3vf4Fdxi4 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v3vf4Fdxi4 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v3vf4FFsts {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #fafafa;
}
.cid-v3vf4FFsts .media-container-row {
  justify-content: space-between;
}
.cid-v3vf4FFsts .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-v3vf4FFsts .text-content {
    max-width: none;
  }
}
.cid-v3vf4FFsts .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4d6d9a;
  border: 2px solid #4d6d9a;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-v3vf4FFsts .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-v3vf4FFsts .mbr-iconfont-social:hover {
  background-color: #4d6d9a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-v3vf4FFsts .icons {
    justify-content: center !important;
  }
  .cid-v3vf4FFsts .text-content * {
    text-align: center;
  }
}
.cid-v3vf4G9DyY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #4d6d9a;
  overflow: hidden;
}
.cid-v3vf4Gsa06 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #fafafa;
}
.cid-v3vf4Gsa06 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3vf4Gsa06 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3vf4Gsa06 .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-v3vf4Gsa06 .plan-body {
  padding-bottom: 2rem;
}
.cid-v3vf4Gsa06 .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v3vf4Gsa06 .price {
  color: #4d6d9a;
}
.cid-v3vf4Gsa06 .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-v3vf4Gsa06 .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-v3vf4Gsa06 .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-v3vf4Gsa06 .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-v3vf4Gsa06 .plan {
    margin-bottom: 2rem;
  }
}
.cid-v3vfNm4ZmT {
  z-index: 1000;
  width: 100%;
}
.cid-v3vfNm4ZmT nav.navbar {
  position: fixed;
}
.cid-v3vfNm4ZmT .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3vfNm4ZmT .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v3vfNm4ZmT .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v3vfNm4ZmT .dropdown-item:hover,
.cid-v3vfNm4ZmT .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-v3vfNm4ZmT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v3vfNm4ZmT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v3vfNm4ZmT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v3vfNm4ZmT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v3vfNm4ZmT .nav-link {
  position: relative;
}
.cid-v3vfNm4ZmT .container {
  display: flex;
  margin: auto;
}
.cid-v3vfNm4ZmT .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v3vfNm4ZmT .dropdown-menu,
.cid-v3vfNm4ZmT .navbar.opened {
  background: #ffffff !important;
}
.cid-v3vfNm4ZmT .nav-item:focus,
.cid-v3vfNm4ZmT .nav-link:focus {
  outline: none;
}
.cid-v3vfNm4ZmT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3vfNm4ZmT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v3vfNm4ZmT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3vfNm4ZmT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3vfNm4ZmT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3vfNm4ZmT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3vfNm4ZmT .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.2);
}
.cid-v3vfNm4ZmT .navbar.opened {
  transition: all 0.3s;
}
.cid-v3vfNm4ZmT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v3vfNm4ZmT .navbar .navbar-logo img {
  width: auto;
}
.cid-v3vfNm4ZmT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v3vfNm4ZmT .navbar.collapsed {
  justify-content: center;
}
.cid-v3vfNm4ZmT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3vfNm4ZmT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3vfNm4ZmT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v3vfNm4ZmT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3vfNm4ZmT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3vfNm4ZmT .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v3vfNm4ZmT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3vfNm4ZmT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v3vfNm4ZmT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v3vfNm4ZmT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3vfNm4ZmT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3vfNm4ZmT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3vfNm4ZmT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3vfNm4ZmT .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v3vfNm4ZmT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v3vfNm4ZmT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3vfNm4ZmT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v3vfNm4ZmT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v3vfNm4ZmT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3vfNm4ZmT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v3vfNm4ZmT .navbar.navbar-short {
  min-height: 60px;
}
.cid-v3vfNm4ZmT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v3vfNm4ZmT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v3vfNm4ZmT .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v3vfNm4ZmT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v3vfNm4ZmT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3vfNm4ZmT .dropdown-item.active,
.cid-v3vfNm4ZmT .dropdown-item:active {
  background-color: transparent;
}
.cid-v3vfNm4ZmT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3vfNm4ZmT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3vfNm4ZmT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3vfNm4ZmT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v3vfNm4ZmT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v3vfNm4ZmT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3vfNm4ZmT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v3vfNm4ZmT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v3vfNm4ZmT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v3vfNm4ZmT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-v3vfNm4ZmT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v3vfNm4ZmT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3vfNm4ZmT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3vfNm4ZmT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v3vfNm4ZmT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3vfNm4ZmT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3vfNm4ZmT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3vfNm4ZmT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3vfNm4ZmT .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v3vfNm4ZmT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v3vfNm4ZmT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v3vfNm4ZmT .navbar {
    height: 70px;
  }
  .cid-v3vfNm4ZmT .navbar.opened {
    height: auto;
  }
  .cid-v3vfNm4ZmT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3vfNn8mIq {
  background-image: url("../../../assets/images/hurdacilar-hurdaci-hurdametal-800x671.jpg");
}
.cid-v3vfNn8mIq .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-v3vfNn8mIq .mbr-text,
.cid-v3vfNn8mIq .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v3vfNnzCAo {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-v3vfNnzCAo .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-v3vfNnzCAo .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v3vfNnzCAo .mbr-iconfont {
  font-size: 4rem;
  color: #4d6d9a;
  padding-right: 1.5rem;
}
.cid-v3vfNo2dh8 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v3vfNo2dh8 .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-v3vfNo2dh8 .card {
    margin-bottom: 2rem!important;
  }
  .cid-v3vfNo2dh8 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v3vfNo2dh8 .link-wrap {
    align-items: center;
  }
}
.cid-v3vfNo2dh8 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v3vfNomshh {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-v3vfNomshh .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-v3vfNomshh .team-card:hover {
  transform: translateY(-10px);
}
.cid-v3vfNomshh .card-wrap {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-v3vfNomshh .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-v3vfNomshh .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-v3vfNomshh .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v3vfNomshh .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-v3vfNomshh .social-row {
  text-align: center;
}
.cid-v3vfNomshh .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-v3vfNomshh .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-v3vfNomshh .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-v3vfNomshh .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-v3vfNomshh .card-text,
.cid-v3vfNomshh .mbr-section-btn,
.cid-v3vfNomshh .social-row {
  text-align: left;
}
.cid-v3vfNpghK3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v3vfNpghK3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3vfNpghK3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3vfNpghK3 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-v3vfNpghK3 .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-v3vfNpghK3 .item-wrapper {
  position: relative;
}
.cid-v3vfNpghK3 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-v3vfNpghK3 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v3vfNpghK3 .carousel-control,
.cid-v3vfNpghK3 .close {
  background: #1b1b1b;
}
.cid-v3vfNpghK3 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v3vfNpghK3 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v3vfNpghK3 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v3vfNpghK3 .carousel-control-next span {
  margin-left: 5px;
}
.cid-v3vfNpghK3 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v3vfNpghK3 .close::before {
  content: '\e91a';
}
.cid-v3vfNpghK3 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v3vfNpghK3 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v3vfNpghK3 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v3vfNpghK3 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v3vfNpghK3 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v3vfNpghK3 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v3vfNpghK3 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v3vfNpghK3 .carousel-indicators li.active,
.cid-v3vfNpghK3 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v3vfNpghK3 .carousel-indicators li::after,
.cid-v3vfNpghK3 .carousel-indicators li::before {
  content: none;
}
.cid-v3vfNpghK3 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v3vfNpghK3 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v3vfNpghK3 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v3vfNpghK3 .carousel-indicators {
    display: none;
  }
}
.cid-v3vfNpghK3 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v3vfNpghK3 .carousel-inner > .active {
  display: block;
}
.cid-v3vfNpghK3 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v3vfNpghK3 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v3vfNpghK3 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v3vfNpghK3 .carousel-control,
  .cid-v3vfNpghK3 .carousel-indicators,
  .cid-v3vfNpghK3 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v3vfNpghK3 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v3vfNpghK3 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v3vfNpghK3 .carousel-indicators .active,
.cid-v3vfNpghK3 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v3vfNpghK3 .carousel-indicators .active {
  background: #fff;
}
.cid-v3vfNpghK3 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v3vfNpghK3 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v3vfNpghK3 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v3vfNpghK3 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v3vfNpghK3 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v3vfNpghK3 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v3vfNpghK3 .carousel {
  width: 100%;
}
.cid-v3vfNpghK3 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v3vfNpghK3 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v3vfNpghK3 .modal.fade .modal-dialog,
.cid-v3vfNpghK3 .modal.in .modal-dialog {
  transform: none;
}
.cid-v3vfNpghK3 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v3vfNpghK3 H6 {
  text-align: center;
}
.cid-v3vfNpZACW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v3vfNpZACW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3vfNpZACW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3vfNpZACW .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-v3vfNqirAW {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v3vfNqirAW .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-v3vfNqirAW .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-v3vfNqirAW .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  background: none;
  border: 1px solid #6592e6;
  color: #6592e6;
  content: "✓";
}
.cid-v3vfNqzFpY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v3vfNqzFpY .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-v3vfNqzFpY form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-v3vfNqzFpY form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-v3vfNqzFpY form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-v3vfNqzFpY textarea {
  min-height: 10rem;
}
.cid-v3vfNqU1ea {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3vfNqU1ea .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3vfNqU1ea .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3vfNqU1ea .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-v3vfNqU1ea .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v3vfNqU1ea .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v3vfNqU1ea .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-v3vfNqU1ea .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #4d6d9a;
}
.cid-v3vfNrpvPD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-v3vfNrpvPD .google-map {
  height: 30rem;
  position: relative;
}
.cid-v3vfNrpvPD .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-v3vfNrpvPD .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-v3vfNrpvPD .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v3vfNrpvPD .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v3vfNrQki9 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #fafafa;
}
.cid-v3vfNrQki9 .media-container-row {
  justify-content: space-between;
}
.cid-v3vfNrQki9 .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-v3vfNrQki9 .text-content {
    max-width: none;
  }
}
.cid-v3vfNrQki9 .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4d6d9a;
  border: 2px solid #4d6d9a;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-v3vfNrQki9 .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-v3vfNrQki9 .mbr-iconfont-social:hover {
  background-color: #4d6d9a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-v3vfNrQki9 .icons {
    justify-content: center !important;
  }
  .cid-v3vfNrQki9 .text-content * {
    text-align: center;
  }
}
.cid-v3vfNslFOX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #4d6d9a;
  overflow: hidden;
}
.cid-v3vfNsDxpf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #fafafa;
}
.cid-v3vfNsDxpf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3vfNsDxpf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3vfNsDxpf .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-v3vfNsDxpf .plan-body {
  padding-bottom: 2rem;
}
.cid-v3vfNsDxpf .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v3vfNsDxpf .price {
  color: #4d6d9a;
}
.cid-v3vfNsDxpf .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-v3vfNsDxpf .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-v3vfNsDxpf .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-v3vfNsDxpf .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-v3vfNsDxpf .plan {
    margin-bottom: 2rem;
  }
}
.cid-v3vglnsQI8 {
  z-index: 1000;
  width: 100%;
}
.cid-v3vglnsQI8 nav.navbar {
  position: fixed;
}
.cid-v3vglnsQI8 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3vglnsQI8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v3vglnsQI8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v3vglnsQI8 .dropdown-item:hover,
.cid-v3vglnsQI8 .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-v3vglnsQI8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v3vglnsQI8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v3vglnsQI8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v3vglnsQI8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v3vglnsQI8 .nav-link {
  position: relative;
}
.cid-v3vglnsQI8 .container {
  display: flex;
  margin: auto;
}
.cid-v3vglnsQI8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v3vglnsQI8 .dropdown-menu,
.cid-v3vglnsQI8 .navbar.opened {
  background: #ffffff !important;
}
.cid-v3vglnsQI8 .nav-item:focus,
.cid-v3vglnsQI8 .nav-link:focus {
  outline: none;
}
.cid-v3vglnsQI8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3vglnsQI8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v3vglnsQI8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3vglnsQI8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3vglnsQI8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3vglnsQI8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3vglnsQI8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.2);
}
.cid-v3vglnsQI8 .navbar.opened {
  transition: all 0.3s;
}
.cid-v3vglnsQI8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v3vglnsQI8 .navbar .navbar-logo img {
  width: auto;
}
.cid-v3vglnsQI8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v3vglnsQI8 .navbar.collapsed {
  justify-content: center;
}
.cid-v3vglnsQI8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3vglnsQI8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3vglnsQI8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v3vglnsQI8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3vglnsQI8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3vglnsQI8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v3vglnsQI8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3vglnsQI8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v3vglnsQI8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v3vglnsQI8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3vglnsQI8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3vglnsQI8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3vglnsQI8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3vglnsQI8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v3vglnsQI8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v3vglnsQI8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3vglnsQI8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v3vglnsQI8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v3vglnsQI8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3vglnsQI8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v3vglnsQI8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-v3vglnsQI8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v3vglnsQI8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v3vglnsQI8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v3vglnsQI8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v3vglnsQI8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3vglnsQI8 .dropdown-item.active,
.cid-v3vglnsQI8 .dropdown-item:active {
  background-color: transparent;
}
.cid-v3vglnsQI8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3vglnsQI8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3vglnsQI8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3vglnsQI8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v3vglnsQI8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v3vglnsQI8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3vglnsQI8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v3vglnsQI8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v3vglnsQI8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v3vglnsQI8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-v3vglnsQI8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v3vglnsQI8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3vglnsQI8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3vglnsQI8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v3vglnsQI8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3vglnsQI8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3vglnsQI8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3vglnsQI8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3vglnsQI8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v3vglnsQI8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v3vglnsQI8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v3vglnsQI8 .navbar {
    height: 70px;
  }
  .cid-v3vglnsQI8 .navbar.opened {
    height: auto;
  }
  .cid-v3vglnsQI8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3vglnWlxD {
  background-image: url("../../../assets/images/hurdacilar-hurdaci-hurdametal-800x671.jpg");
}
.cid-v3vglnWlxD .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-v3vglnWlxD .mbr-text,
.cid-v3vglnWlxD .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v3vglolN3L {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-v3vglolN3L .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-v3vglolN3L .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v3vglolN3L .mbr-iconfont {
  font-size: 4rem;
  color: #4d6d9a;
  padding-right: 1.5rem;
}
.cid-v3vgloNC1Q {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v3vgloNC1Q .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-v3vgloNC1Q .card {
    margin-bottom: 2rem!important;
  }
  .cid-v3vgloNC1Q .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v3vgloNC1Q .link-wrap {
    align-items: center;
  }
}
.cid-v3vgloNC1Q .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v3vglp85l6 {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-v3vglp85l6 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-v3vglp85l6 .team-card:hover {
  transform: translateY(-10px);
}
.cid-v3vglp85l6 .card-wrap {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-v3vglp85l6 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-v3vglp85l6 .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-v3vglp85l6 .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v3vglp85l6 .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-v3vglp85l6 .social-row {
  text-align: center;
}
.cid-v3vglp85l6 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-v3vglp85l6 .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-v3vglp85l6 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-v3vglp85l6 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-v3vglp85l6 .card-text,
.cid-v3vglp85l6 .mbr-section-btn,
.cid-v3vglp85l6 .social-row {
  text-align: left;
}
.cid-v3vglq6Bdb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v3vglq6Bdb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3vglq6Bdb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3vglq6Bdb .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-v3vglq6Bdb .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-v3vglq6Bdb .item-wrapper {
  position: relative;
}
.cid-v3vglq6Bdb .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-v3vglq6Bdb .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v3vglq6Bdb .carousel-control,
.cid-v3vglq6Bdb .close {
  background: #1b1b1b;
}
.cid-v3vglq6Bdb .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v3vglq6Bdb .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v3vglq6Bdb .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v3vglq6Bdb .carousel-control-next span {
  margin-left: 5px;
}
.cid-v3vglq6Bdb .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v3vglq6Bdb .close::before {
  content: '\e91a';
}
.cid-v3vglq6Bdb .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v3vglq6Bdb .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v3vglq6Bdb .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v3vglq6Bdb .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v3vglq6Bdb .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v3vglq6Bdb .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v3vglq6Bdb .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v3vglq6Bdb .carousel-indicators li.active,
.cid-v3vglq6Bdb .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v3vglq6Bdb .carousel-indicators li::after,
.cid-v3vglq6Bdb .carousel-indicators li::before {
  content: none;
}
.cid-v3vglq6Bdb .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v3vglq6Bdb .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v3vglq6Bdb .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v3vglq6Bdb .carousel-indicators {
    display: none;
  }
}
.cid-v3vglq6Bdb .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v3vglq6Bdb .carousel-inner > .active {
  display: block;
}
.cid-v3vglq6Bdb .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v3vglq6Bdb .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v3vglq6Bdb .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v3vglq6Bdb .carousel-control,
  .cid-v3vglq6Bdb .carousel-indicators,
  .cid-v3vglq6Bdb .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v3vglq6Bdb .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v3vglq6Bdb .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v3vglq6Bdb .carousel-indicators .active,
.cid-v3vglq6Bdb .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v3vglq6Bdb .carousel-indicators .active {
  background: #fff;
}
.cid-v3vglq6Bdb .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v3vglq6Bdb .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v3vglq6Bdb .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v3vglq6Bdb .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v3vglq6Bdb .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v3vglq6Bdb .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v3vglq6Bdb .carousel {
  width: 100%;
}
.cid-v3vglq6Bdb .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v3vglq6Bdb .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v3vglq6Bdb .modal.fade .modal-dialog,
.cid-v3vglq6Bdb .modal.in .modal-dialog {
  transform: none;
}
.cid-v3vglq6Bdb .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v3vglq6Bdb H6 {
  text-align: center;
}
.cid-v3vglqOH9k {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v3vglqOH9k .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3vglqOH9k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3vglqOH9k .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-v3vglr84cM {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v3vglr84cM .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-v3vglr84cM .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-v3vglr84cM .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  background: none;
  border: 1px solid #6592e6;
  color: #6592e6;
  content: "✓";
}
.cid-v3vglrpevS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v3vglrpevS .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-v3vglrpevS form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-v3vglrpevS form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-v3vglrpevS form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-v3vglrpevS textarea {
  min-height: 10rem;
}
.cid-v3vglrJpNf {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3vglrJpNf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3vglrJpNf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3vglrJpNf .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-v3vglrJpNf .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v3vglrJpNf .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v3vglrJpNf .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-v3vglrJpNf .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #4d6d9a;
}
.cid-v3vglsf7E5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-v3vglsf7E5 .google-map {
  height: 30rem;
  position: relative;
}
.cid-v3vglsf7E5 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-v3vglsf7E5 .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-v3vglsf7E5 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v3vglsf7E5 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v3vglsG0Zw {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #fafafa;
}
.cid-v3vglsG0Zw .media-container-row {
  justify-content: space-between;
}
.cid-v3vglsG0Zw .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-v3vglsG0Zw .text-content {
    max-width: none;
  }
}
.cid-v3vglsG0Zw .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4d6d9a;
  border: 2px solid #4d6d9a;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-v3vglsG0Zw .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-v3vglsG0Zw .mbr-iconfont-social:hover {
  background-color: #4d6d9a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-v3vglsG0Zw .icons {
    justify-content: center !important;
  }
  .cid-v3vglsG0Zw .text-content * {
    text-align: center;
  }
}
.cid-v3vglta8NX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #4d6d9a;
  overflow: hidden;
}
.cid-v3vglttPSw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #fafafa;
}
.cid-v3vglttPSw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3vglttPSw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3vglttPSw .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-v3vglttPSw .plan-body {
  padding-bottom: 2rem;
}
.cid-v3vglttPSw .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v3vglttPSw .price {
  color: #4d6d9a;
}
.cid-v3vglttPSw .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-v3vglttPSw .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-v3vglttPSw .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-v3vglttPSw .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-v3vglttPSw .plan {
    margin-bottom: 2rem;
  }
}
.cid-v3vnBqd8u9 {
  z-index: 1000;
  width: 100%;
}
.cid-v3vnBqd8u9 nav.navbar {
  position: fixed;
}
.cid-v3vnBqd8u9 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3vnBqd8u9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v3vnBqd8u9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v3vnBqd8u9 .dropdown-item:hover,
.cid-v3vnBqd8u9 .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-v3vnBqd8u9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v3vnBqd8u9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v3vnBqd8u9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v3vnBqd8u9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v3vnBqd8u9 .nav-link {
  position: relative;
}
.cid-v3vnBqd8u9 .container {
  display: flex;
  margin: auto;
}
.cid-v3vnBqd8u9 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v3vnBqd8u9 .dropdown-menu,
.cid-v3vnBqd8u9 .navbar.opened {
  background: #ffffff !important;
}
.cid-v3vnBqd8u9 .nav-item:focus,
.cid-v3vnBqd8u9 .nav-link:focus {
  outline: none;
}
.cid-v3vnBqd8u9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3vnBqd8u9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v3vnBqd8u9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3vnBqd8u9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3vnBqd8u9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3vnBqd8u9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3vnBqd8u9 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.2);
}
.cid-v3vnBqd8u9 .navbar.opened {
  transition: all 0.3s;
}
.cid-v3vnBqd8u9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v3vnBqd8u9 .navbar .navbar-logo img {
  width: auto;
}
.cid-v3vnBqd8u9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v3vnBqd8u9 .navbar.collapsed {
  justify-content: center;
}
.cid-v3vnBqd8u9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3vnBqd8u9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3vnBqd8u9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v3vnBqd8u9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3vnBqd8u9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3vnBqd8u9 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v3vnBqd8u9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3vnBqd8u9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v3vnBqd8u9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v3vnBqd8u9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3vnBqd8u9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3vnBqd8u9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3vnBqd8u9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3vnBqd8u9 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v3vnBqd8u9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v3vnBqd8u9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3vnBqd8u9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v3vnBqd8u9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v3vnBqd8u9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3vnBqd8u9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v3vnBqd8u9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-v3vnBqd8u9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v3vnBqd8u9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v3vnBqd8u9 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v3vnBqd8u9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v3vnBqd8u9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3vnBqd8u9 .dropdown-item.active,
.cid-v3vnBqd8u9 .dropdown-item:active {
  background-color: transparent;
}
.cid-v3vnBqd8u9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3vnBqd8u9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3vnBqd8u9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3vnBqd8u9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v3vnBqd8u9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v3vnBqd8u9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3vnBqd8u9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v3vnBqd8u9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v3vnBqd8u9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v3vnBqd8u9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-v3vnBqd8u9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v3vnBqd8u9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3vnBqd8u9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3vnBqd8u9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v3vnBqd8u9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3vnBqd8u9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3vnBqd8u9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3vnBqd8u9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3vnBqd8u9 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v3vnBqd8u9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v3vnBqd8u9 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v3vnBqd8u9 .navbar {
    height: 70px;
  }
  .cid-v3vnBqd8u9 .navbar.opened {
    height: auto;
  }
  .cid-v3vnBqd8u9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3vnBqQvsU {
  background-image: url("../../../assets/images/hurdacilar-hurdaci-hurdametal-800x671.jpg");
}
.cid-v3vnBqQvsU .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-v3vnBqQvsU .mbr-text,
.cid-v3vnBqQvsU .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v3vnBrcpOk {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-v3vnBrcpOk .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-v3vnBrcpOk .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v3vnBrcpOk .mbr-iconfont {
  font-size: 4rem;
  color: #4d6d9a;
  padding-right: 1.5rem;
}
.cid-v3vnBrFwiO {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v3vnBrFwiO .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-v3vnBrFwiO .card {
    margin-bottom: 2rem!important;
  }
  .cid-v3vnBrFwiO .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v3vnBrFwiO .link-wrap {
    align-items: center;
  }
}
.cid-v3vnBrFwiO .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v3vnBs59L4 {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-v3vnBs59L4 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-v3vnBs59L4 .team-card:hover {
  transform: translateY(-10px);
}
.cid-v3vnBs59L4 .card-wrap {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-v3vnBs59L4 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-v3vnBs59L4 .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-v3vnBs59L4 .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v3vnBs59L4 .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-v3vnBs59L4 .social-row {
  text-align: center;
}
.cid-v3vnBs59L4 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-v3vnBs59L4 .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-v3vnBs59L4 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-v3vnBs59L4 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-v3vnBs59L4 .card-text,
.cid-v3vnBs59L4 .mbr-section-btn,
.cid-v3vnBs59L4 .social-row {
  text-align: left;
}
.cid-v3vnBt2gWC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v3vnBt2gWC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3vnBt2gWC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3vnBt2gWC .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-v3vnBt2gWC .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-v3vnBt2gWC .item-wrapper {
  position: relative;
}
.cid-v3vnBt2gWC .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-v3vnBt2gWC .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v3vnBt2gWC .carousel-control,
.cid-v3vnBt2gWC .close {
  background: #1b1b1b;
}
.cid-v3vnBt2gWC .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v3vnBt2gWC .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v3vnBt2gWC .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v3vnBt2gWC .carousel-control-next span {
  margin-left: 5px;
}
.cid-v3vnBt2gWC .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v3vnBt2gWC .close::before {
  content: '\e91a';
}
.cid-v3vnBt2gWC .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v3vnBt2gWC .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v3vnBt2gWC .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v3vnBt2gWC .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v3vnBt2gWC .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v3vnBt2gWC .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v3vnBt2gWC .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v3vnBt2gWC .carousel-indicators li.active,
.cid-v3vnBt2gWC .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v3vnBt2gWC .carousel-indicators li::after,
.cid-v3vnBt2gWC .carousel-indicators li::before {
  content: none;
}
.cid-v3vnBt2gWC .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v3vnBt2gWC .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v3vnBt2gWC .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v3vnBt2gWC .carousel-indicators {
    display: none;
  }
}
.cid-v3vnBt2gWC .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v3vnBt2gWC .carousel-inner > .active {
  display: block;
}
.cid-v3vnBt2gWC .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v3vnBt2gWC .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v3vnBt2gWC .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v3vnBt2gWC .carousel-control,
  .cid-v3vnBt2gWC .carousel-indicators,
  .cid-v3vnBt2gWC .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v3vnBt2gWC .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v3vnBt2gWC .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v3vnBt2gWC .carousel-indicators .active,
.cid-v3vnBt2gWC .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v3vnBt2gWC .carousel-indicators .active {
  background: #fff;
}
.cid-v3vnBt2gWC .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v3vnBt2gWC .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v3vnBt2gWC .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v3vnBt2gWC .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v3vnBt2gWC .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v3vnBt2gWC .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v3vnBt2gWC .carousel {
  width: 100%;
}
.cid-v3vnBt2gWC .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v3vnBt2gWC .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v3vnBt2gWC .modal.fade .modal-dialog,
.cid-v3vnBt2gWC .modal.in .modal-dialog {
  transform: none;
}
.cid-v3vnBt2gWC .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v3vnBt2gWC H6 {
  text-align: center;
}
.cid-v3vnBtNWcM {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v3vnBtNWcM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3vnBtNWcM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3vnBtNWcM .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-v3vnBu9fLh {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v3vnBu9fLh .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-v3vnBu9fLh .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-v3vnBu9fLh .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  background: none;
  border: 1px solid #6592e6;
  color: #6592e6;
  content: "✓";
}
.cid-v3vnBusat0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v3vnBusat0 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-v3vnBusat0 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-v3vnBusat0 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-v3vnBusat0 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-v3vnBusat0 textarea {
  min-height: 10rem;
}
.cid-v3vnBuOYXc {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3vnBuOYXc .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3vnBuOYXc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3vnBuOYXc .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-v3vnBuOYXc .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v3vnBuOYXc .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v3vnBuOYXc .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-v3vnBuOYXc .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #4d6d9a;
}
.cid-v3vnBvj5tU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-v3vnBvj5tU .google-map {
  height: 30rem;
  position: relative;
}
.cid-v3vnBvj5tU .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-v3vnBvj5tU .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-v3vnBvj5tU .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v3vnBvj5tU .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v3vnBvQRw5 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #fafafa;
}
.cid-v3vnBvQRw5 .media-container-row {
  justify-content: space-between;
}
.cid-v3vnBvQRw5 .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-v3vnBvQRw5 .text-content {
    max-width: none;
  }
}
.cid-v3vnBvQRw5 .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4d6d9a;
  border: 2px solid #4d6d9a;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-v3vnBvQRw5 .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-v3vnBvQRw5 .mbr-iconfont-social:hover {
  background-color: #4d6d9a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-v3vnBvQRw5 .icons {
    justify-content: center !important;
  }
  .cid-v3vnBvQRw5 .text-content * {
    text-align: center;
  }
}
.cid-v3vnBwq1MZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #4d6d9a;
  overflow: hidden;
}
.cid-v3vnBwKwTh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #fafafa;
}
.cid-v3vnBwKwTh .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3vnBwKwTh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3vnBwKwTh .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-v3vnBwKwTh .plan-body {
  padding-bottom: 2rem;
}
.cid-v3vnBwKwTh .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v3vnBwKwTh .price {
  color: #4d6d9a;
}
.cid-v3vnBwKwTh .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-v3vnBwKwTh .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-v3vnBwKwTh .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-v3vnBwKwTh .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-v3vnBwKwTh .plan {
    margin-bottom: 2rem;
  }
}
.cid-v3vrBYFiRx {
  z-index: 1000;
  width: 100%;
}
.cid-v3vrBYFiRx nav.navbar {
  position: fixed;
}
.cid-v3vrBYFiRx .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3vrBYFiRx .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v3vrBYFiRx .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v3vrBYFiRx .dropdown-item:hover,
.cid-v3vrBYFiRx .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-v3vrBYFiRx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v3vrBYFiRx .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v3vrBYFiRx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v3vrBYFiRx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v3vrBYFiRx .nav-link {
  position: relative;
}
.cid-v3vrBYFiRx .container {
  display: flex;
  margin: auto;
}
.cid-v3vrBYFiRx .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v3vrBYFiRx .dropdown-menu,
.cid-v3vrBYFiRx .navbar.opened {
  background: #ffffff !important;
}
.cid-v3vrBYFiRx .nav-item:focus,
.cid-v3vrBYFiRx .nav-link:focus {
  outline: none;
}
.cid-v3vrBYFiRx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3vrBYFiRx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v3vrBYFiRx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3vrBYFiRx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3vrBYFiRx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3vrBYFiRx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3vrBYFiRx .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.2);
}
.cid-v3vrBYFiRx .navbar.opened {
  transition: all 0.3s;
}
.cid-v3vrBYFiRx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v3vrBYFiRx .navbar .navbar-logo img {
  width: auto;
}
.cid-v3vrBYFiRx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v3vrBYFiRx .navbar.collapsed {
  justify-content: center;
}
.cid-v3vrBYFiRx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3vrBYFiRx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3vrBYFiRx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v3vrBYFiRx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3vrBYFiRx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3vrBYFiRx .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v3vrBYFiRx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3vrBYFiRx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v3vrBYFiRx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v3vrBYFiRx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3vrBYFiRx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3vrBYFiRx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3vrBYFiRx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3vrBYFiRx .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v3vrBYFiRx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v3vrBYFiRx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3vrBYFiRx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v3vrBYFiRx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v3vrBYFiRx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3vrBYFiRx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v3vrBYFiRx .navbar.navbar-short {
  min-height: 60px;
}
.cid-v3vrBYFiRx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v3vrBYFiRx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v3vrBYFiRx .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v3vrBYFiRx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v3vrBYFiRx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3vrBYFiRx .dropdown-item.active,
.cid-v3vrBYFiRx .dropdown-item:active {
  background-color: transparent;
}
.cid-v3vrBYFiRx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3vrBYFiRx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3vrBYFiRx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3vrBYFiRx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v3vrBYFiRx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v3vrBYFiRx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3vrBYFiRx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v3vrBYFiRx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v3vrBYFiRx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v3vrBYFiRx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-v3vrBYFiRx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v3vrBYFiRx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3vrBYFiRx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3vrBYFiRx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v3vrBYFiRx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3vrBYFiRx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3vrBYFiRx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3vrBYFiRx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3vrBYFiRx .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v3vrBYFiRx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v3vrBYFiRx .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v3vrBYFiRx .navbar {
    height: 70px;
  }
  .cid-v3vrBYFiRx .navbar.opened {
    height: auto;
  }
  .cid-v3vrBYFiRx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3vrBZcwXg {
  background-image: url("../../../assets/images/hurdacilar-hurdaci-hurdametal-800x671.jpg");
}
.cid-v3vrBZcwXg .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-v3vrBZcwXg .mbr-text,
.cid-v3vrBZcwXg .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v3vrBZAX0g {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-v3vrBZAX0g .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-v3vrBZAX0g .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v3vrBZAX0g .mbr-iconfont {
  font-size: 4rem;
  color: #4d6d9a;
  padding-right: 1.5rem;
}
.cid-v3vrC08oGz {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v3vrC08oGz .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-v3vrC08oGz .card {
    margin-bottom: 2rem!important;
  }
  .cid-v3vrC08oGz .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v3vrC08oGz .link-wrap {
    align-items: center;
  }
}
.cid-v3vrC08oGz .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v3vrC0uG45 {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-v3vrC0uG45 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-v3vrC0uG45 .team-card:hover {
  transform: translateY(-10px);
}
.cid-v3vrC0uG45 .card-wrap {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-v3vrC0uG45 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-v3vrC0uG45 .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-v3vrC0uG45 .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v3vrC0uG45 .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-v3vrC0uG45 .social-row {
  text-align: center;
}
.cid-v3vrC0uG45 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-v3vrC0uG45 .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-v3vrC0uG45 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-v3vrC0uG45 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-v3vrC0uG45 .card-text,
.cid-v3vrC0uG45 .mbr-section-btn,
.cid-v3vrC0uG45 .social-row {
  text-align: left;
}
.cid-v3vrC1shAG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v3vrC1shAG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3vrC1shAG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3vrC1shAG .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-v3vrC1shAG .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-v3vrC1shAG .item-wrapper {
  position: relative;
}
.cid-v3vrC1shAG .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-v3vrC1shAG .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v3vrC1shAG .carousel-control,
.cid-v3vrC1shAG .close {
  background: #1b1b1b;
}
.cid-v3vrC1shAG .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v3vrC1shAG .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v3vrC1shAG .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v3vrC1shAG .carousel-control-next span {
  margin-left: 5px;
}
.cid-v3vrC1shAG .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v3vrC1shAG .close::before {
  content: '\e91a';
}
.cid-v3vrC1shAG .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v3vrC1shAG .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v3vrC1shAG .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v3vrC1shAG .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v3vrC1shAG .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v3vrC1shAG .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v3vrC1shAG .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v3vrC1shAG .carousel-indicators li.active,
.cid-v3vrC1shAG .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v3vrC1shAG .carousel-indicators li::after,
.cid-v3vrC1shAG .carousel-indicators li::before {
  content: none;
}
.cid-v3vrC1shAG .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v3vrC1shAG .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v3vrC1shAG .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v3vrC1shAG .carousel-indicators {
    display: none;
  }
}
.cid-v3vrC1shAG .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v3vrC1shAG .carousel-inner > .active {
  display: block;
}
.cid-v3vrC1shAG .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v3vrC1shAG .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v3vrC1shAG .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v3vrC1shAG .carousel-control,
  .cid-v3vrC1shAG .carousel-indicators,
  .cid-v3vrC1shAG .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v3vrC1shAG .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v3vrC1shAG .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v3vrC1shAG .carousel-indicators .active,
.cid-v3vrC1shAG .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v3vrC1shAG .carousel-indicators .active {
  background: #fff;
}
.cid-v3vrC1shAG .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v3vrC1shAG .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v3vrC1shAG .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v3vrC1shAG .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v3vrC1shAG .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v3vrC1shAG .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v3vrC1shAG .carousel {
  width: 100%;
}
.cid-v3vrC1shAG .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v3vrC1shAG .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v3vrC1shAG .modal.fade .modal-dialog,
.cid-v3vrC1shAG .modal.in .modal-dialog {
  transform: none;
}
.cid-v3vrC1shAG .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v3vrC1shAG H6 {
  text-align: center;
}
.cid-v3vrC2dFyx {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v3vrC2dFyx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3vrC2dFyx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3vrC2dFyx .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-v3vrC2yy0L {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v3vrC2yy0L .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-v3vrC2yy0L .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-v3vrC2yy0L .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  background: none;
  border: 1px solid #6592e6;
  color: #6592e6;
  content: "✓";
}
.cid-v3vrC2QjQ7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v3vrC2QjQ7 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-v3vrC2QjQ7 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-v3vrC2QjQ7 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-v3vrC2QjQ7 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-v3vrC2QjQ7 textarea {
  min-height: 10rem;
}
.cid-v3vrC3b6VW {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3vrC3b6VW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3vrC3b6VW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3vrC3b6VW .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-v3vrC3b6VW .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v3vrC3b6VW .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v3vrC3b6VW .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-v3vrC3b6VW .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #4d6d9a;
}
.cid-v3vrC3KCM8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-v3vrC3KCM8 .google-map {
  height: 30rem;
  position: relative;
}
.cid-v3vrC3KCM8 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-v3vrC3KCM8 .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-v3vrC3KCM8 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v3vrC3KCM8 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v3vrC4kW9U {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #fafafa;
}
.cid-v3vrC4kW9U .media-container-row {
  justify-content: space-between;
}
.cid-v3vrC4kW9U .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-v3vrC4kW9U .text-content {
    max-width: none;
  }
}
.cid-v3vrC4kW9U .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4d6d9a;
  border: 2px solid #4d6d9a;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-v3vrC4kW9U .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-v3vrC4kW9U .mbr-iconfont-social:hover {
  background-color: #4d6d9a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-v3vrC4kW9U .icons {
    justify-content: center !important;
  }
  .cid-v3vrC4kW9U .text-content * {
    text-align: center;
  }
}
.cid-v3vrC4RpRa {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #4d6d9a;
  overflow: hidden;
}
.cid-v3vrC5cq3Z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #fafafa;
}
.cid-v3vrC5cq3Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3vrC5cq3Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3vrC5cq3Z .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-v3vrC5cq3Z .plan-body {
  padding-bottom: 2rem;
}
.cid-v3vrC5cq3Z .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v3vrC5cq3Z .price {
  color: #4d6d9a;
}
.cid-v3vrC5cq3Z .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-v3vrC5cq3Z .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-v3vrC5cq3Z .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-v3vrC5cq3Z .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-v3vrC5cq3Z .plan {
    margin-bottom: 2rem;
  }
}
.cid-v3vsdy0ZS8 {
  z-index: 1000;
  width: 100%;
}
.cid-v3vsdy0ZS8 nav.navbar {
  position: fixed;
}
.cid-v3vsdy0ZS8 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3vsdy0ZS8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v3vsdy0ZS8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v3vsdy0ZS8 .dropdown-item:hover,
.cid-v3vsdy0ZS8 .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-v3vsdy0ZS8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v3vsdy0ZS8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v3vsdy0ZS8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v3vsdy0ZS8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v3vsdy0ZS8 .nav-link {
  position: relative;
}
.cid-v3vsdy0ZS8 .container {
  display: flex;
  margin: auto;
}
.cid-v3vsdy0ZS8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v3vsdy0ZS8 .dropdown-menu,
.cid-v3vsdy0ZS8 .navbar.opened {
  background: #ffffff !important;
}
.cid-v3vsdy0ZS8 .nav-item:focus,
.cid-v3vsdy0ZS8 .nav-link:focus {
  outline: none;
}
.cid-v3vsdy0ZS8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3vsdy0ZS8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v3vsdy0ZS8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3vsdy0ZS8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3vsdy0ZS8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3vsdy0ZS8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3vsdy0ZS8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.2);
}
.cid-v3vsdy0ZS8 .navbar.opened {
  transition: all 0.3s;
}
.cid-v3vsdy0ZS8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v3vsdy0ZS8 .navbar .navbar-logo img {
  width: auto;
}
.cid-v3vsdy0ZS8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v3vsdy0ZS8 .navbar.collapsed {
  justify-content: center;
}
.cid-v3vsdy0ZS8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3vsdy0ZS8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3vsdy0ZS8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v3vsdy0ZS8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3vsdy0ZS8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3vsdy0ZS8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v3vsdy0ZS8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3vsdy0ZS8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v3vsdy0ZS8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v3vsdy0ZS8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3vsdy0ZS8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3vsdy0ZS8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3vsdy0ZS8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3vsdy0ZS8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v3vsdy0ZS8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v3vsdy0ZS8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3vsdy0ZS8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v3vsdy0ZS8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v3vsdy0ZS8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3vsdy0ZS8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v3vsdy0ZS8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-v3vsdy0ZS8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v3vsdy0ZS8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v3vsdy0ZS8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v3vsdy0ZS8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v3vsdy0ZS8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3vsdy0ZS8 .dropdown-item.active,
.cid-v3vsdy0ZS8 .dropdown-item:active {
  background-color: transparent;
}
.cid-v3vsdy0ZS8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3vsdy0ZS8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3vsdy0ZS8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3vsdy0ZS8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v3vsdy0ZS8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v3vsdy0ZS8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3vsdy0ZS8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v3vsdy0ZS8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v3vsdy0ZS8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v3vsdy0ZS8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-v3vsdy0ZS8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v3vsdy0ZS8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3vsdy0ZS8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3vsdy0ZS8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v3vsdy0ZS8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3vsdy0ZS8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3vsdy0ZS8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3vsdy0ZS8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3vsdy0ZS8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v3vsdy0ZS8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v3vsdy0ZS8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v3vsdy0ZS8 .navbar {
    height: 70px;
  }
  .cid-v3vsdy0ZS8 .navbar.opened {
    height: auto;
  }
  .cid-v3vsdy0ZS8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3vsdyyUM9 {
  background-image: url("../../../assets/images/hurdacilar-hurdaci-hurdametal-800x671.jpg");
}
.cid-v3vsdyyUM9 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-v3vsdyyUM9 .mbr-text,
.cid-v3vsdyyUM9 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v3vsdyUuV0 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-v3vsdyUuV0 .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-v3vsdyUuV0 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v3vsdyUuV0 .mbr-iconfont {
  font-size: 4rem;
  color: #4d6d9a;
  padding-right: 1.5rem;
}
.cid-v3vsdztPgR {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v3vsdztPgR .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-v3vsdztPgR .card {
    margin-bottom: 2rem!important;
  }
  .cid-v3vsdztPgR .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v3vsdztPgR .link-wrap {
    align-items: center;
  }
}
.cid-v3vsdztPgR .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v3vsdzQwNv {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-v3vsdzQwNv .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-v3vsdzQwNv .team-card:hover {
  transform: translateY(-10px);
}
.cid-v3vsdzQwNv .card-wrap {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-v3vsdzQwNv .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-v3vsdzQwNv .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-v3vsdzQwNv .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v3vsdzQwNv .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-v3vsdzQwNv .social-row {
  text-align: center;
}
.cid-v3vsdzQwNv .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-v3vsdzQwNv .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-v3vsdzQwNv .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-v3vsdzQwNv .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-v3vsdzQwNv .card-text,
.cid-v3vsdzQwNv .mbr-section-btn,
.cid-v3vsdzQwNv .social-row {
  text-align: left;
}
.cid-v3vsdANbCq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v3vsdANbCq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3vsdANbCq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3vsdANbCq .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-v3vsdANbCq .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-v3vsdANbCq .item-wrapper {
  position: relative;
}
.cid-v3vsdANbCq .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-v3vsdANbCq .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v3vsdANbCq .carousel-control,
.cid-v3vsdANbCq .close {
  background: #1b1b1b;
}
.cid-v3vsdANbCq .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v3vsdANbCq .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v3vsdANbCq .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v3vsdANbCq .carousel-control-next span {
  margin-left: 5px;
}
.cid-v3vsdANbCq .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v3vsdANbCq .close::before {
  content: '\e91a';
}
.cid-v3vsdANbCq .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v3vsdANbCq .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v3vsdANbCq .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v3vsdANbCq .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v3vsdANbCq .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v3vsdANbCq .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v3vsdANbCq .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v3vsdANbCq .carousel-indicators li.active,
.cid-v3vsdANbCq .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v3vsdANbCq .carousel-indicators li::after,
.cid-v3vsdANbCq .carousel-indicators li::before {
  content: none;
}
.cid-v3vsdANbCq .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v3vsdANbCq .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v3vsdANbCq .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v3vsdANbCq .carousel-indicators {
    display: none;
  }
}
.cid-v3vsdANbCq .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v3vsdANbCq .carousel-inner > .active {
  display: block;
}
.cid-v3vsdANbCq .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v3vsdANbCq .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v3vsdANbCq .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v3vsdANbCq .carousel-control,
  .cid-v3vsdANbCq .carousel-indicators,
  .cid-v3vsdANbCq .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v3vsdANbCq .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v3vsdANbCq .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v3vsdANbCq .carousel-indicators .active,
.cid-v3vsdANbCq .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v3vsdANbCq .carousel-indicators .active {
  background: #fff;
}
.cid-v3vsdANbCq .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v3vsdANbCq .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v3vsdANbCq .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v3vsdANbCq .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v3vsdANbCq .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v3vsdANbCq .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v3vsdANbCq .carousel {
  width: 100%;
}
.cid-v3vsdANbCq .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v3vsdANbCq .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v3vsdANbCq .modal.fade .modal-dialog,
.cid-v3vsdANbCq .modal.in .modal-dialog {
  transform: none;
}
.cid-v3vsdANbCq .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v3vsdANbCq H6 {
  text-align: center;
}
.cid-v3vsdBwEM9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v3vsdBwEM9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3vsdBwEM9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3vsdBwEM9 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-v3vsdBRn2i {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v3vsdBRn2i .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-v3vsdBRn2i .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-v3vsdBRn2i .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  background: none;
  border: 1px solid #6592e6;
  color: #6592e6;
  content: "✓";
}
.cid-v3vsdC9GE8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v3vsdC9GE8 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-v3vsdC9GE8 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-v3vsdC9GE8 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-v3vsdC9GE8 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-v3vsdC9GE8 textarea {
  min-height: 10rem;
}
.cid-v3vsdCvpCx {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3vsdCvpCx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3vsdCvpCx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3vsdCvpCx .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-v3vsdCvpCx .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v3vsdCvpCx .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v3vsdCvpCx .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-v3vsdCvpCx .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #4d6d9a;
}
.cid-v3vsdCYQY7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-v3vsdCYQY7 .google-map {
  height: 30rem;
  position: relative;
}
.cid-v3vsdCYQY7 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-v3vsdCYQY7 .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-v3vsdCYQY7 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v3vsdCYQY7 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v3vsdDXmvG {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #fafafa;
}
.cid-v3vsdDXmvG .media-container-row {
  justify-content: space-between;
}
.cid-v3vsdDXmvG .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-v3vsdDXmvG .text-content {
    max-width: none;
  }
}
.cid-v3vsdDXmvG .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4d6d9a;
  border: 2px solid #4d6d9a;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-v3vsdDXmvG .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-v3vsdDXmvG .mbr-iconfont-social:hover {
  background-color: #4d6d9a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-v3vsdDXmvG .icons {
    justify-content: center !important;
  }
  .cid-v3vsdDXmvG .text-content * {
    text-align: center;
  }
}
.cid-v3vsdEuHly {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #4d6d9a;
  overflow: hidden;
}
.cid-v3vsdEPQ3c {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #fafafa;
}
.cid-v3vsdEPQ3c .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3vsdEPQ3c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3vsdEPQ3c .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-v3vsdEPQ3c .plan-body {
  padding-bottom: 2rem;
}
.cid-v3vsdEPQ3c .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v3vsdEPQ3c .price {
  color: #4d6d9a;
}
.cid-v3vsdEPQ3c .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-v3vsdEPQ3c .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-v3vsdEPQ3c .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-v3vsdEPQ3c .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-v3vsdEPQ3c .plan {
    margin-bottom: 2rem;
  }
}
.cid-v3vo9NdIbw {
  z-index: 1000;
  width: 100%;
}
.cid-v3vo9NdIbw nav.navbar {
  position: fixed;
}
.cid-v3vo9NdIbw .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3vo9NdIbw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v3vo9NdIbw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v3vo9NdIbw .dropdown-item:hover,
.cid-v3vo9NdIbw .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-v3vo9NdIbw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v3vo9NdIbw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v3vo9NdIbw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v3vo9NdIbw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v3vo9NdIbw .nav-link {
  position: relative;
}
.cid-v3vo9NdIbw .container {
  display: flex;
  margin: auto;
}
.cid-v3vo9NdIbw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v3vo9NdIbw .dropdown-menu,
.cid-v3vo9NdIbw .navbar.opened {
  background: #ffffff !important;
}
.cid-v3vo9NdIbw .nav-item:focus,
.cid-v3vo9NdIbw .nav-link:focus {
  outline: none;
}
.cid-v3vo9NdIbw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3vo9NdIbw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v3vo9NdIbw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3vo9NdIbw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3vo9NdIbw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3vo9NdIbw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3vo9NdIbw .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.2);
}
.cid-v3vo9NdIbw .navbar.opened {
  transition: all 0.3s;
}
.cid-v3vo9NdIbw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v3vo9NdIbw .navbar .navbar-logo img {
  width: auto;
}
.cid-v3vo9NdIbw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v3vo9NdIbw .navbar.collapsed {
  justify-content: center;
}
.cid-v3vo9NdIbw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3vo9NdIbw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3vo9NdIbw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v3vo9NdIbw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3vo9NdIbw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3vo9NdIbw .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v3vo9NdIbw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3vo9NdIbw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v3vo9NdIbw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v3vo9NdIbw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3vo9NdIbw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3vo9NdIbw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3vo9NdIbw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3vo9NdIbw .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v3vo9NdIbw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v3vo9NdIbw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3vo9NdIbw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v3vo9NdIbw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v3vo9NdIbw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3vo9NdIbw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v3vo9NdIbw .navbar.navbar-short {
  min-height: 60px;
}
.cid-v3vo9NdIbw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v3vo9NdIbw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v3vo9NdIbw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v3vo9NdIbw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v3vo9NdIbw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3vo9NdIbw .dropdown-item.active,
.cid-v3vo9NdIbw .dropdown-item:active {
  background-color: transparent;
}
.cid-v3vo9NdIbw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3vo9NdIbw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3vo9NdIbw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3vo9NdIbw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v3vo9NdIbw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v3vo9NdIbw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3vo9NdIbw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v3vo9NdIbw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v3vo9NdIbw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v3vo9NdIbw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-v3vo9NdIbw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v3vo9NdIbw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3vo9NdIbw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3vo9NdIbw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v3vo9NdIbw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3vo9NdIbw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3vo9NdIbw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3vo9NdIbw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3vo9NdIbw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v3vo9NdIbw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v3vo9NdIbw .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v3vo9NdIbw .navbar {
    height: 70px;
  }
  .cid-v3vo9NdIbw .navbar.opened {
    height: auto;
  }
  .cid-v3vo9NdIbw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3vo9NJowl {
  background-image: url("../../../assets/images/hurdacilar-hurdaci-hurdametal-800x671.jpg");
}
.cid-v3vo9NJowl .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-v3vo9NJowl .mbr-text,
.cid-v3vo9NJowl .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v3vo9Of817 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-v3vo9Of817 .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-v3vo9Of817 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v3vo9Of817 .mbr-iconfont {
  font-size: 4rem;
  color: #4d6d9a;
  padding-right: 1.5rem;
}
.cid-v3vo9OLklZ {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v3vo9OLklZ .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-v3vo9OLklZ .card {
    margin-bottom: 2rem!important;
  }
  .cid-v3vo9OLklZ .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v3vo9OLklZ .link-wrap {
    align-items: center;
  }
}
.cid-v3vo9OLklZ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v3vo9P7VfK {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-v3vo9P7VfK .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-v3vo9P7VfK .team-card:hover {
  transform: translateY(-10px);
}
.cid-v3vo9P7VfK .card-wrap {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-v3vo9P7VfK .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-v3vo9P7VfK .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-v3vo9P7VfK .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v3vo9P7VfK .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-v3vo9P7VfK .social-row {
  text-align: center;
}
.cid-v3vo9P7VfK .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-v3vo9P7VfK .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-v3vo9P7VfK .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-v3vo9P7VfK .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-v3vo9P7VfK .card-text,
.cid-v3vo9P7VfK .mbr-section-btn,
.cid-v3vo9P7VfK .social-row {
  text-align: left;
}
.cid-v3vo9Q8TOb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v3vo9Q8TOb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3vo9Q8TOb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3vo9Q8TOb .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-v3vo9Q8TOb .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-v3vo9Q8TOb .item-wrapper {
  position: relative;
}
.cid-v3vo9Q8TOb .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-v3vo9Q8TOb .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v3vo9Q8TOb .carousel-control,
.cid-v3vo9Q8TOb .close {
  background: #1b1b1b;
}
.cid-v3vo9Q8TOb .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v3vo9Q8TOb .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v3vo9Q8TOb .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v3vo9Q8TOb .carousel-control-next span {
  margin-left: 5px;
}
.cid-v3vo9Q8TOb .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v3vo9Q8TOb .close::before {
  content: '\e91a';
}
.cid-v3vo9Q8TOb .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v3vo9Q8TOb .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v3vo9Q8TOb .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v3vo9Q8TOb .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v3vo9Q8TOb .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v3vo9Q8TOb .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v3vo9Q8TOb .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v3vo9Q8TOb .carousel-indicators li.active,
.cid-v3vo9Q8TOb .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v3vo9Q8TOb .carousel-indicators li::after,
.cid-v3vo9Q8TOb .carousel-indicators li::before {
  content: none;
}
.cid-v3vo9Q8TOb .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v3vo9Q8TOb .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v3vo9Q8TOb .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v3vo9Q8TOb .carousel-indicators {
    display: none;
  }
}
.cid-v3vo9Q8TOb .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v3vo9Q8TOb .carousel-inner > .active {
  display: block;
}
.cid-v3vo9Q8TOb .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v3vo9Q8TOb .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v3vo9Q8TOb .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v3vo9Q8TOb .carousel-control,
  .cid-v3vo9Q8TOb .carousel-indicators,
  .cid-v3vo9Q8TOb .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v3vo9Q8TOb .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v3vo9Q8TOb .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v3vo9Q8TOb .carousel-indicators .active,
.cid-v3vo9Q8TOb .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v3vo9Q8TOb .carousel-indicators .active {
  background: #fff;
}
.cid-v3vo9Q8TOb .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v3vo9Q8TOb .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v3vo9Q8TOb .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v3vo9Q8TOb .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v3vo9Q8TOb .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v3vo9Q8TOb .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v3vo9Q8TOb .carousel {
  width: 100%;
}
.cid-v3vo9Q8TOb .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v3vo9Q8TOb .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v3vo9Q8TOb .modal.fade .modal-dialog,
.cid-v3vo9Q8TOb .modal.in .modal-dialog {
  transform: none;
}
.cid-v3vo9Q8TOb .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v3vo9Q8TOb H6 {
  text-align: center;
}
.cid-v3vo9QOjg3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v3vo9QOjg3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3vo9QOjg3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3vo9QOjg3 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-v3vo9RcJfe {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v3vo9RcJfe .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-v3vo9RcJfe .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-v3vo9RcJfe .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  background: none;
  border: 1px solid #6592e6;
  color: #6592e6;
  content: "✓";
}
.cid-v3vo9RuwAH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v3vo9RuwAH .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-v3vo9RuwAH form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-v3vo9RuwAH form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-v3vo9RuwAH form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-v3vo9RuwAH textarea {
  min-height: 10rem;
}
.cid-v3vo9RQfxI {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3vo9RQfxI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3vo9RQfxI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3vo9RQfxI .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-v3vo9RQfxI .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v3vo9RQfxI .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v3vo9RQfxI .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-v3vo9RQfxI .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #4d6d9a;
}
.cid-v3vo9SjgYu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-v3vo9SjgYu .google-map {
  height: 30rem;
  position: relative;
}
.cid-v3vo9SjgYu .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-v3vo9SjgYu .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-v3vo9SjgYu .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v3vo9SjgYu .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v3vo9SRYs1 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #fafafa;
}
.cid-v3vo9SRYs1 .media-container-row {
  justify-content: space-between;
}
.cid-v3vo9SRYs1 .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-v3vo9SRYs1 .text-content {
    max-width: none;
  }
}
.cid-v3vo9SRYs1 .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4d6d9a;
  border: 2px solid #4d6d9a;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-v3vo9SRYs1 .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-v3vo9SRYs1 .mbr-iconfont-social:hover {
  background-color: #4d6d9a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-v3vo9SRYs1 .icons {
    justify-content: center !important;
  }
  .cid-v3vo9SRYs1 .text-content * {
    text-align: center;
  }
}
.cid-v3vo9TqoY7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #4d6d9a;
  overflow: hidden;
}
.cid-v3vo9TMqm4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #fafafa;
}
.cid-v3vo9TMqm4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3vo9TMqm4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3vo9TMqm4 .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-v3vo9TMqm4 .plan-body {
  padding-bottom: 2rem;
}
.cid-v3vo9TMqm4 .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v3vo9TMqm4 .price {
  color: #4d6d9a;
}
.cid-v3vo9TMqm4 .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-v3vo9TMqm4 .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-v3vo9TMqm4 .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-v3vo9TMqm4 .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-v3vo9TMqm4 .plan {
    margin-bottom: 2rem;
  }
}
.cid-v3vpthDIIU {
  z-index: 1000;
  width: 100%;
}
.cid-v3vpthDIIU nav.navbar {
  position: fixed;
}
.cid-v3vpthDIIU .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3vpthDIIU .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v3vpthDIIU .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v3vpthDIIU .dropdown-item:hover,
.cid-v3vpthDIIU .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-v3vpthDIIU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v3vpthDIIU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v3vpthDIIU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v3vpthDIIU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v3vpthDIIU .nav-link {
  position: relative;
}
.cid-v3vpthDIIU .container {
  display: flex;
  margin: auto;
}
.cid-v3vpthDIIU .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v3vpthDIIU .dropdown-menu,
.cid-v3vpthDIIU .navbar.opened {
  background: #ffffff !important;
}
.cid-v3vpthDIIU .nav-item:focus,
.cid-v3vpthDIIU .nav-link:focus {
  outline: none;
}
.cid-v3vpthDIIU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3vpthDIIU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v3vpthDIIU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3vpthDIIU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3vpthDIIU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3vpthDIIU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3vpthDIIU .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.2);
}
.cid-v3vpthDIIU .navbar.opened {
  transition: all 0.3s;
}
.cid-v3vpthDIIU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v3vpthDIIU .navbar .navbar-logo img {
  width: auto;
}
.cid-v3vpthDIIU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v3vpthDIIU .navbar.collapsed {
  justify-content: center;
}
.cid-v3vpthDIIU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3vpthDIIU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3vpthDIIU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v3vpthDIIU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3vpthDIIU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3vpthDIIU .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v3vpthDIIU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3vpthDIIU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v3vpthDIIU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v3vpthDIIU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3vpthDIIU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3vpthDIIU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3vpthDIIU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3vpthDIIU .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v3vpthDIIU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v3vpthDIIU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3vpthDIIU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v3vpthDIIU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v3vpthDIIU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3vpthDIIU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v3vpthDIIU .navbar.navbar-short {
  min-height: 60px;
}
.cid-v3vpthDIIU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v3vpthDIIU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v3vpthDIIU .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v3vpthDIIU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v3vpthDIIU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3vpthDIIU .dropdown-item.active,
.cid-v3vpthDIIU .dropdown-item:active {
  background-color: transparent;
}
.cid-v3vpthDIIU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3vpthDIIU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3vpthDIIU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3vpthDIIU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v3vpthDIIU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v3vpthDIIU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3vpthDIIU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v3vpthDIIU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v3vpthDIIU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v3vpthDIIU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-v3vpthDIIU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v3vpthDIIU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3vpthDIIU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3vpthDIIU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v3vpthDIIU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3vpthDIIU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3vpthDIIU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3vpthDIIU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3vpthDIIU .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v3vpthDIIU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v3vpthDIIU .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v3vpthDIIU .navbar {
    height: 70px;
  }
  .cid-v3vpthDIIU .navbar.opened {
    height: auto;
  }
  .cid-v3vpthDIIU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3vpti9w8k {
  background-image: url("../../../assets/images/hurdacilar-hurdaci-hurdametal-800x671.jpg");
}
.cid-v3vpti9w8k .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-v3vpti9w8k .mbr-text,
.cid-v3vpti9w8k .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v3vptiyd6H {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-v3vptiyd6H .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-v3vptiyd6H .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v3vptiyd6H .mbr-iconfont {
  font-size: 4rem;
  color: #4d6d9a;
  padding-right: 1.5rem;
}
.cid-v3vptj3teK {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v3vptj3teK .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-v3vptj3teK .card {
    margin-bottom: 2rem!important;
  }
  .cid-v3vptj3teK .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v3vptj3teK .link-wrap {
    align-items: center;
  }
}
.cid-v3vptj3teK .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v3vptjtsUA {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-v3vptjtsUA .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-v3vptjtsUA .team-card:hover {
  transform: translateY(-10px);
}
.cid-v3vptjtsUA .card-wrap {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-v3vptjtsUA .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-v3vptjtsUA .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-v3vptjtsUA .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v3vptjtsUA .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-v3vptjtsUA .social-row {
  text-align: center;
}
.cid-v3vptjtsUA .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-v3vptjtsUA .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-v3vptjtsUA .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-v3vptjtsUA .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-v3vptjtsUA .card-text,
.cid-v3vptjtsUA .mbr-section-btn,
.cid-v3vptjtsUA .social-row {
  text-align: left;
}
.cid-v3vptkrHE7 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v3vptkrHE7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3vptkrHE7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3vptkrHE7 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-v3vptkrHE7 .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-v3vptkrHE7 .item-wrapper {
  position: relative;
}
.cid-v3vptkrHE7 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-v3vptkrHE7 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v3vptkrHE7 .carousel-control,
.cid-v3vptkrHE7 .close {
  background: #1b1b1b;
}
.cid-v3vptkrHE7 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v3vptkrHE7 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v3vptkrHE7 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v3vptkrHE7 .carousel-control-next span {
  margin-left: 5px;
}
.cid-v3vptkrHE7 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v3vptkrHE7 .close::before {
  content: '\e91a';
}
.cid-v3vptkrHE7 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v3vptkrHE7 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v3vptkrHE7 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v3vptkrHE7 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v3vptkrHE7 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v3vptkrHE7 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v3vptkrHE7 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v3vptkrHE7 .carousel-indicators li.active,
.cid-v3vptkrHE7 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v3vptkrHE7 .carousel-indicators li::after,
.cid-v3vptkrHE7 .carousel-indicators li::before {
  content: none;
}
.cid-v3vptkrHE7 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v3vptkrHE7 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v3vptkrHE7 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v3vptkrHE7 .carousel-indicators {
    display: none;
  }
}
.cid-v3vptkrHE7 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v3vptkrHE7 .carousel-inner > .active {
  display: block;
}
.cid-v3vptkrHE7 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v3vptkrHE7 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v3vptkrHE7 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v3vptkrHE7 .carousel-control,
  .cid-v3vptkrHE7 .carousel-indicators,
  .cid-v3vptkrHE7 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v3vptkrHE7 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v3vptkrHE7 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v3vptkrHE7 .carousel-indicators .active,
.cid-v3vptkrHE7 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v3vptkrHE7 .carousel-indicators .active {
  background: #fff;
}
.cid-v3vptkrHE7 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v3vptkrHE7 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v3vptkrHE7 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v3vptkrHE7 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v3vptkrHE7 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v3vptkrHE7 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v3vptkrHE7 .carousel {
  width: 100%;
}
.cid-v3vptkrHE7 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v3vptkrHE7 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v3vptkrHE7 .modal.fade .modal-dialog,
.cid-v3vptkrHE7 .modal.in .modal-dialog {
  transform: none;
}
.cid-v3vptkrHE7 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v3vptkrHE7 H6 {
  text-align: center;
}
.cid-v3vptla5kP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v3vptla5kP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3vptla5kP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3vptla5kP .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-v3vptlvAeC {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v3vptlvAeC .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-v3vptlvAeC .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-v3vptlvAeC .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  background: none;
  border: 1px solid #6592e6;
  color: #6592e6;
  content: "✓";
}
.cid-v3vptlNfyV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v3vptlNfyV .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-v3vptlNfyV form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-v3vptlNfyV form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-v3vptlNfyV form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-v3vptlNfyV textarea {
  min-height: 10rem;
}
.cid-v3vptm9LYI {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3vptm9LYI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3vptm9LYI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3vptm9LYI .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-v3vptm9LYI .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v3vptm9LYI .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v3vptm9LYI .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-v3vptm9LYI .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #4d6d9a;
}
.cid-v3vptmEvei {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-v3vptmEvei .google-map {
  height: 30rem;
  position: relative;
}
.cid-v3vptmEvei .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-v3vptmEvei .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-v3vptmEvei .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v3vptmEvei .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v3vptnhRwV {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #fafafa;
}
.cid-v3vptnhRwV .media-container-row {
  justify-content: space-between;
}
.cid-v3vptnhRwV .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-v3vptnhRwV .text-content {
    max-width: none;
  }
}
.cid-v3vptnhRwV .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4d6d9a;
  border: 2px solid #4d6d9a;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-v3vptnhRwV .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-v3vptnhRwV .mbr-iconfont-social:hover {
  background-color: #4d6d9a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-v3vptnhRwV .icons {
    justify-content: center !important;
  }
  .cid-v3vptnhRwV .text-content * {
    text-align: center;
  }
}
.cid-v3vptnN7Te {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #4d6d9a;
  overflow: hidden;
}
.cid-v3vpto7i6n {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #fafafa;
}
.cid-v3vpto7i6n .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3vpto7i6n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3vpto7i6n .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-v3vpto7i6n .plan-body {
  padding-bottom: 2rem;
}
.cid-v3vpto7i6n .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v3vpto7i6n .price {
  color: #4d6d9a;
}
.cid-v3vpto7i6n .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-v3vpto7i6n .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-v3vpto7i6n .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-v3vpto7i6n .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-v3vpto7i6n .plan {
    margin-bottom: 2rem;
  }
}
.cid-v3vqTyDXjn {
  z-index: 1000;
  width: 100%;
}
.cid-v3vqTyDXjn nav.navbar {
  position: fixed;
}
.cid-v3vqTyDXjn .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3vqTyDXjn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v3vqTyDXjn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v3vqTyDXjn .dropdown-item:hover,
.cid-v3vqTyDXjn .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-v3vqTyDXjn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v3vqTyDXjn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v3vqTyDXjn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v3vqTyDXjn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v3vqTyDXjn .nav-link {
  position: relative;
}
.cid-v3vqTyDXjn .container {
  display: flex;
  margin: auto;
}
.cid-v3vqTyDXjn .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v3vqTyDXjn .dropdown-menu,
.cid-v3vqTyDXjn .navbar.opened {
  background: #ffffff !important;
}
.cid-v3vqTyDXjn .nav-item:focus,
.cid-v3vqTyDXjn .nav-link:focus {
  outline: none;
}
.cid-v3vqTyDXjn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3vqTyDXjn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v3vqTyDXjn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3vqTyDXjn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3vqTyDXjn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3vqTyDXjn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3vqTyDXjn .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.2);
}
.cid-v3vqTyDXjn .navbar.opened {
  transition: all 0.3s;
}
.cid-v3vqTyDXjn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v3vqTyDXjn .navbar .navbar-logo img {
  width: auto;
}
.cid-v3vqTyDXjn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v3vqTyDXjn .navbar.collapsed {
  justify-content: center;
}
.cid-v3vqTyDXjn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3vqTyDXjn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3vqTyDXjn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v3vqTyDXjn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3vqTyDXjn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3vqTyDXjn .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v3vqTyDXjn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3vqTyDXjn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v3vqTyDXjn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v3vqTyDXjn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3vqTyDXjn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3vqTyDXjn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3vqTyDXjn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3vqTyDXjn .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v3vqTyDXjn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v3vqTyDXjn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3vqTyDXjn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v3vqTyDXjn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v3vqTyDXjn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3vqTyDXjn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v3vqTyDXjn .navbar.navbar-short {
  min-height: 60px;
}
.cid-v3vqTyDXjn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v3vqTyDXjn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v3vqTyDXjn .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v3vqTyDXjn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v3vqTyDXjn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3vqTyDXjn .dropdown-item.active,
.cid-v3vqTyDXjn .dropdown-item:active {
  background-color: transparent;
}
.cid-v3vqTyDXjn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3vqTyDXjn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3vqTyDXjn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3vqTyDXjn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v3vqTyDXjn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v3vqTyDXjn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3vqTyDXjn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v3vqTyDXjn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v3vqTyDXjn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v3vqTyDXjn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-v3vqTyDXjn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v3vqTyDXjn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3vqTyDXjn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3vqTyDXjn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v3vqTyDXjn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3vqTyDXjn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3vqTyDXjn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3vqTyDXjn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3vqTyDXjn .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v3vqTyDXjn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v3vqTyDXjn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v3vqTyDXjn .navbar {
    height: 70px;
  }
  .cid-v3vqTyDXjn .navbar.opened {
    height: auto;
  }
  .cid-v3vqTyDXjn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3vqTzbnHw {
  background-image: url("../../../assets/images/hurdacilar-hurdaci-hurdametal-800x671.jpg");
}
.cid-v3vqTzbnHw .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-v3vqTzbnHw .mbr-text,
.cid-v3vqTzbnHw .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v3vqTzzYQ0 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-v3vqTzzYQ0 .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-v3vqTzzYQ0 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v3vqTzzYQ0 .mbr-iconfont {
  font-size: 4rem;
  color: #4d6d9a;
  padding-right: 1.5rem;
}
.cid-v3vqTA4qv7 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v3vqTA4qv7 .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-v3vqTA4qv7 .card {
    margin-bottom: 2rem!important;
  }
  .cid-v3vqTA4qv7 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v3vqTA4qv7 .link-wrap {
    align-items: center;
  }
}
.cid-v3vqTA4qv7 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v3vqTApSZr {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-v3vqTApSZr .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-v3vqTApSZr .team-card:hover {
  transform: translateY(-10px);
}
.cid-v3vqTApSZr .card-wrap {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-v3vqTApSZr .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-v3vqTApSZr .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-v3vqTApSZr .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v3vqTApSZr .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-v3vqTApSZr .social-row {
  text-align: center;
}
.cid-v3vqTApSZr .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-v3vqTApSZr .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-v3vqTApSZr .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-v3vqTApSZr .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-v3vqTApSZr .card-text,
.cid-v3vqTApSZr .mbr-section-btn,
.cid-v3vqTApSZr .social-row {
  text-align: left;
}
.cid-v3vqTBr9j9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v3vqTBr9j9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3vqTBr9j9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3vqTBr9j9 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-v3vqTBr9j9 .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-v3vqTBr9j9 .item-wrapper {
  position: relative;
}
.cid-v3vqTBr9j9 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-v3vqTBr9j9 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v3vqTBr9j9 .carousel-control,
.cid-v3vqTBr9j9 .close {
  background: #1b1b1b;
}
.cid-v3vqTBr9j9 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v3vqTBr9j9 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v3vqTBr9j9 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v3vqTBr9j9 .carousel-control-next span {
  margin-left: 5px;
}
.cid-v3vqTBr9j9 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v3vqTBr9j9 .close::before {
  content: '\e91a';
}
.cid-v3vqTBr9j9 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v3vqTBr9j9 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v3vqTBr9j9 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v3vqTBr9j9 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v3vqTBr9j9 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v3vqTBr9j9 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v3vqTBr9j9 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v3vqTBr9j9 .carousel-indicators li.active,
.cid-v3vqTBr9j9 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v3vqTBr9j9 .carousel-indicators li::after,
.cid-v3vqTBr9j9 .carousel-indicators li::before {
  content: none;
}
.cid-v3vqTBr9j9 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v3vqTBr9j9 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v3vqTBr9j9 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v3vqTBr9j9 .carousel-indicators {
    display: none;
  }
}
.cid-v3vqTBr9j9 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v3vqTBr9j9 .carousel-inner > .active {
  display: block;
}
.cid-v3vqTBr9j9 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v3vqTBr9j9 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v3vqTBr9j9 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v3vqTBr9j9 .carousel-control,
  .cid-v3vqTBr9j9 .carousel-indicators,
  .cid-v3vqTBr9j9 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v3vqTBr9j9 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v3vqTBr9j9 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v3vqTBr9j9 .carousel-indicators .active,
.cid-v3vqTBr9j9 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v3vqTBr9j9 .carousel-indicators .active {
  background: #fff;
}
.cid-v3vqTBr9j9 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v3vqTBr9j9 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v3vqTBr9j9 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v3vqTBr9j9 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v3vqTBr9j9 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v3vqTBr9j9 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v3vqTBr9j9 .carousel {
  width: 100%;
}
.cid-v3vqTBr9j9 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v3vqTBr9j9 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v3vqTBr9j9 .modal.fade .modal-dialog,
.cid-v3vqTBr9j9 .modal.in .modal-dialog {
  transform: none;
}
.cid-v3vqTBr9j9 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v3vqTBr9j9 H6 {
  text-align: center;
}
.cid-v3vqTCa8zu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v3vqTCa8zu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3vqTCa8zu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3vqTCa8zu .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-v3vqTCz7ho {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v3vqTCz7ho .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-v3vqTCz7ho .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-v3vqTCz7ho .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  background: none;
  border: 1px solid #6592e6;
  color: #6592e6;
  content: "✓";
}
.cid-v3vqTCR4pe {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v3vqTCR4pe .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-v3vqTCR4pe form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-v3vqTCR4pe form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-v3vqTCR4pe form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-v3vqTCR4pe textarea {
  min-height: 10rem;
}
.cid-v3vqTDccKh {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3vqTDccKh .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3vqTDccKh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3vqTDccKh .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-v3vqTDccKh .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v3vqTDccKh .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v3vqTDccKh .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-v3vqTDccKh .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #4d6d9a;
}
.cid-v3vqTDHXX6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-v3vqTDHXX6 .google-map {
  height: 30rem;
  position: relative;
}
.cid-v3vqTDHXX6 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-v3vqTDHXX6 .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-v3vqTDHXX6 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v3vqTDHXX6 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v3vqTEg8oo {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #fafafa;
}
.cid-v3vqTEg8oo .media-container-row {
  justify-content: space-between;
}
.cid-v3vqTEg8oo .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-v3vqTEg8oo .text-content {
    max-width: none;
  }
}
.cid-v3vqTEg8oo .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4d6d9a;
  border: 2px solid #4d6d9a;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-v3vqTEg8oo .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-v3vqTEg8oo .mbr-iconfont-social:hover {
  background-color: #4d6d9a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-v3vqTEg8oo .icons {
    justify-content: center !important;
  }
  .cid-v3vqTEg8oo .text-content * {
    text-align: center;
  }
}
.cid-v3vqTEQjR5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #4d6d9a;
  overflow: hidden;
}
.cid-v3vqTFclhZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #fafafa;
}
.cid-v3vqTFclhZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3vqTFclhZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3vqTFclhZ .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-v3vqTFclhZ .plan-body {
  padding-bottom: 2rem;
}
.cid-v3vqTFclhZ .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v3vqTFclhZ .price {
  color: #4d6d9a;
}
.cid-v3vqTFclhZ .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-v3vqTFclhZ .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-v3vqTFclhZ .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-v3vqTFclhZ .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-v3vqTFclhZ .plan {
    margin-bottom: 2rem;
  }
}
.cid-v3vqbrm9QZ {
  z-index: 1000;
  width: 100%;
}
.cid-v3vqbrm9QZ nav.navbar {
  position: fixed;
}
.cid-v3vqbrm9QZ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3vqbrm9QZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v3vqbrm9QZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v3vqbrm9QZ .dropdown-item:hover,
.cid-v3vqbrm9QZ .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-v3vqbrm9QZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v3vqbrm9QZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v3vqbrm9QZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v3vqbrm9QZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v3vqbrm9QZ .nav-link {
  position: relative;
}
.cid-v3vqbrm9QZ .container {
  display: flex;
  margin: auto;
}
.cid-v3vqbrm9QZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v3vqbrm9QZ .dropdown-menu,
.cid-v3vqbrm9QZ .navbar.opened {
  background: #ffffff !important;
}
.cid-v3vqbrm9QZ .nav-item:focus,
.cid-v3vqbrm9QZ .nav-link:focus {
  outline: none;
}
.cid-v3vqbrm9QZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3vqbrm9QZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v3vqbrm9QZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3vqbrm9QZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3vqbrm9QZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3vqbrm9QZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3vqbrm9QZ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.2);
}
.cid-v3vqbrm9QZ .navbar.opened {
  transition: all 0.3s;
}
.cid-v3vqbrm9QZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v3vqbrm9QZ .navbar .navbar-logo img {
  width: auto;
}
.cid-v3vqbrm9QZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v3vqbrm9QZ .navbar.collapsed {
  justify-content: center;
}
.cid-v3vqbrm9QZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3vqbrm9QZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3vqbrm9QZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v3vqbrm9QZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3vqbrm9QZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3vqbrm9QZ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v3vqbrm9QZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3vqbrm9QZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v3vqbrm9QZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v3vqbrm9QZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3vqbrm9QZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3vqbrm9QZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3vqbrm9QZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3vqbrm9QZ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v3vqbrm9QZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v3vqbrm9QZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3vqbrm9QZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v3vqbrm9QZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v3vqbrm9QZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3vqbrm9QZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v3vqbrm9QZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-v3vqbrm9QZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v3vqbrm9QZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v3vqbrm9QZ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v3vqbrm9QZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v3vqbrm9QZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3vqbrm9QZ .dropdown-item.active,
.cid-v3vqbrm9QZ .dropdown-item:active {
  background-color: transparent;
}
.cid-v3vqbrm9QZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3vqbrm9QZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3vqbrm9QZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3vqbrm9QZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v3vqbrm9QZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v3vqbrm9QZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3vqbrm9QZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v3vqbrm9QZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v3vqbrm9QZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v3vqbrm9QZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-v3vqbrm9QZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v3vqbrm9QZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3vqbrm9QZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3vqbrm9QZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v3vqbrm9QZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3vqbrm9QZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3vqbrm9QZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3vqbrm9QZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3vqbrm9QZ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v3vqbrm9QZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v3vqbrm9QZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v3vqbrm9QZ .navbar {
    height: 70px;
  }
  .cid-v3vqbrm9QZ .navbar.opened {
    height: auto;
  }
  .cid-v3vqbrm9QZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3vqbrSyUT {
  background-image: url("../../../assets/images/hurdacilar-hurdaci-hurdametal-800x671.jpg");
}
.cid-v3vqbrSyUT .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-v3vqbrSyUT .mbr-text,
.cid-v3vqbrSyUT .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v3vqbshKmP {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-v3vqbshKmP .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-v3vqbshKmP .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v3vqbshKmP .mbr-iconfont {
  font-size: 4rem;
  color: #4d6d9a;
  padding-right: 1.5rem;
}
.cid-v3vqbsMKas {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v3vqbsMKas .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-v3vqbsMKas .card {
    margin-bottom: 2rem!important;
  }
  .cid-v3vqbsMKas .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v3vqbsMKas .link-wrap {
    align-items: center;
  }
}
.cid-v3vqbsMKas .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v3vqbt81hC {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-v3vqbt81hC .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-v3vqbt81hC .team-card:hover {
  transform: translateY(-10px);
}
.cid-v3vqbt81hC .card-wrap {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-v3vqbt81hC .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-v3vqbt81hC .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-v3vqbt81hC .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v3vqbt81hC .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-v3vqbt81hC .social-row {
  text-align: center;
}
.cid-v3vqbt81hC .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-v3vqbt81hC .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-v3vqbt81hC .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-v3vqbt81hC .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-v3vqbt81hC .card-text,
.cid-v3vqbt81hC .mbr-section-btn,
.cid-v3vqbt81hC .social-row {
  text-align: left;
}
.cid-v3vqbuaVld {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v3vqbuaVld .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3vqbuaVld .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3vqbuaVld .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-v3vqbuaVld .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-v3vqbuaVld .item-wrapper {
  position: relative;
}
.cid-v3vqbuaVld .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-v3vqbuaVld .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v3vqbuaVld .carousel-control,
.cid-v3vqbuaVld .close {
  background: #1b1b1b;
}
.cid-v3vqbuaVld .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v3vqbuaVld .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v3vqbuaVld .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v3vqbuaVld .carousel-control-next span {
  margin-left: 5px;
}
.cid-v3vqbuaVld .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v3vqbuaVld .close::before {
  content: '\e91a';
}
.cid-v3vqbuaVld .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v3vqbuaVld .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v3vqbuaVld .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v3vqbuaVld .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v3vqbuaVld .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v3vqbuaVld .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v3vqbuaVld .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v3vqbuaVld .carousel-indicators li.active,
.cid-v3vqbuaVld .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v3vqbuaVld .carousel-indicators li::after,
.cid-v3vqbuaVld .carousel-indicators li::before {
  content: none;
}
.cid-v3vqbuaVld .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v3vqbuaVld .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v3vqbuaVld .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v3vqbuaVld .carousel-indicators {
    display: none;
  }
}
.cid-v3vqbuaVld .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v3vqbuaVld .carousel-inner > .active {
  display: block;
}
.cid-v3vqbuaVld .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v3vqbuaVld .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v3vqbuaVld .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v3vqbuaVld .carousel-control,
  .cid-v3vqbuaVld .carousel-indicators,
  .cid-v3vqbuaVld .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v3vqbuaVld .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v3vqbuaVld .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v3vqbuaVld .carousel-indicators .active,
.cid-v3vqbuaVld .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v3vqbuaVld .carousel-indicators .active {
  background: #fff;
}
.cid-v3vqbuaVld .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v3vqbuaVld .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v3vqbuaVld .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v3vqbuaVld .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v3vqbuaVld .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v3vqbuaVld .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v3vqbuaVld .carousel {
  width: 100%;
}
.cid-v3vqbuaVld .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v3vqbuaVld .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v3vqbuaVld .modal.fade .modal-dialog,
.cid-v3vqbuaVld .modal.in .modal-dialog {
  transform: none;
}
.cid-v3vqbuaVld .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v3vqbuaVld H6 {
  text-align: center;
}
.cid-v3vqbuRiPt {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v3vqbuRiPt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3vqbuRiPt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3vqbuRiPt .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-v3vqbvc2ff {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v3vqbvc2ff .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-v3vqbvc2ff .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-v3vqbvc2ff .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  background: none;
  border: 1px solid #6592e6;
  color: #6592e6;
  content: "✓";
}
.cid-v3vqbvzZiY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v3vqbvzZiY .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-v3vqbvzZiY form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-v3vqbvzZiY form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-v3vqbvzZiY form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-v3vqbvzZiY textarea {
  min-height: 10rem;
}
.cid-v3vqbvVK1C {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3vqbvVK1C .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3vqbvVK1C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3vqbvVK1C .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-v3vqbvVK1C .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v3vqbvVK1C .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v3vqbvVK1C .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-v3vqbvVK1C .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #4d6d9a;
}
.cid-v3vqbwpQg7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-v3vqbwpQg7 .google-map {
  height: 30rem;
  position: relative;
}
.cid-v3vqbwpQg7 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-v3vqbwpQg7 .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-v3vqbwpQg7 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v3vqbwpQg7 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v3vqbx0DE5 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #fafafa;
}
.cid-v3vqbx0DE5 .media-container-row {
  justify-content: space-between;
}
.cid-v3vqbx0DE5 .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-v3vqbx0DE5 .text-content {
    max-width: none;
  }
}
.cid-v3vqbx0DE5 .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4d6d9a;
  border: 2px solid #4d6d9a;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-v3vqbx0DE5 .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-v3vqbx0DE5 .mbr-iconfont-social:hover {
  background-color: #4d6d9a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-v3vqbx0DE5 .icons {
    justify-content: center !important;
  }
  .cid-v3vqbx0DE5 .text-content * {
    text-align: center;
  }
}
.cid-v3vqbxxMNf {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #4d6d9a;
  overflow: hidden;
}
.cid-v3vqbxVm7o {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #fafafa;
}
.cid-v3vqbxVm7o .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3vqbxVm7o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3vqbxVm7o .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-v3vqbxVm7o .plan-body {
  padding-bottom: 2rem;
}
.cid-v3vqbxVm7o .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v3vqbxVm7o .price {
  color: #4d6d9a;
}
.cid-v3vqbxVm7o .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-v3vqbxVm7o .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-v3vqbxVm7o .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-v3vqbxVm7o .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-v3vqbxVm7o .plan {
    margin-bottom: 2rem;
  }
}
.cid-v3voOVJn4F {
  z-index: 1000;
  width: 100%;
}
.cid-v3voOVJn4F nav.navbar {
  position: fixed;
}
.cid-v3voOVJn4F .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3voOVJn4F .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v3voOVJn4F .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v3voOVJn4F .dropdown-item:hover,
.cid-v3voOVJn4F .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-v3voOVJn4F .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v3voOVJn4F .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v3voOVJn4F .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v3voOVJn4F .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v3voOVJn4F .nav-link {
  position: relative;
}
.cid-v3voOVJn4F .container {
  display: flex;
  margin: auto;
}
.cid-v3voOVJn4F .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v3voOVJn4F .dropdown-menu,
.cid-v3voOVJn4F .navbar.opened {
  background: #ffffff !important;
}
.cid-v3voOVJn4F .nav-item:focus,
.cid-v3voOVJn4F .nav-link:focus {
  outline: none;
}
.cid-v3voOVJn4F .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3voOVJn4F .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v3voOVJn4F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3voOVJn4F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3voOVJn4F .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3voOVJn4F .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3voOVJn4F .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.2);
}
.cid-v3voOVJn4F .navbar.opened {
  transition: all 0.3s;
}
.cid-v3voOVJn4F .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v3voOVJn4F .navbar .navbar-logo img {
  width: auto;
}
.cid-v3voOVJn4F .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v3voOVJn4F .navbar.collapsed {
  justify-content: center;
}
.cid-v3voOVJn4F .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3voOVJn4F .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3voOVJn4F .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v3voOVJn4F .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3voOVJn4F .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3voOVJn4F .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v3voOVJn4F .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3voOVJn4F .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v3voOVJn4F .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v3voOVJn4F .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3voOVJn4F .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3voOVJn4F .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3voOVJn4F .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3voOVJn4F .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v3voOVJn4F .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v3voOVJn4F .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3voOVJn4F .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v3voOVJn4F .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v3voOVJn4F .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3voOVJn4F .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v3voOVJn4F .navbar.navbar-short {
  min-height: 60px;
}
.cid-v3voOVJn4F .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v3voOVJn4F .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v3voOVJn4F .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v3voOVJn4F .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v3voOVJn4F .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3voOVJn4F .dropdown-item.active,
.cid-v3voOVJn4F .dropdown-item:active {
  background-color: transparent;
}
.cid-v3voOVJn4F .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3voOVJn4F .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3voOVJn4F .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3voOVJn4F .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v3voOVJn4F .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v3voOVJn4F .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3voOVJn4F ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v3voOVJn4F .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v3voOVJn4F button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v3voOVJn4F button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-v3voOVJn4F button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v3voOVJn4F button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3voOVJn4F button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3voOVJn4F button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v3voOVJn4F nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3voOVJn4F nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3voOVJn4F nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3voOVJn4F nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3voOVJn4F .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v3voOVJn4F a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v3voOVJn4F .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v3voOVJn4F .navbar {
    height: 70px;
  }
  .cid-v3voOVJn4F .navbar.opened {
    height: auto;
  }
  .cid-v3voOVJn4F .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3voOWhLX9 {
  background-image: url("../../../assets/images/hurdacilar-hurdaci-hurdametal-800x671.jpg");
}
.cid-v3voOWhLX9 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-v3voOWhLX9 .mbr-text,
.cid-v3voOWhLX9 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v3voOWNvEI {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-v3voOWNvEI .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-v3voOWNvEI .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v3voOWNvEI .mbr-iconfont {
  font-size: 4rem;
  color: #4d6d9a;
  padding-right: 1.5rem;
}
.cid-v3voOXiC5U {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v3voOXiC5U .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-v3voOXiC5U .card {
    margin-bottom: 2rem!important;
  }
  .cid-v3voOXiC5U .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v3voOXiC5U .link-wrap {
    align-items: center;
  }
}
.cid-v3voOXiC5U .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v3voOXEGqS {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-v3voOXEGqS .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-v3voOXEGqS .team-card:hover {
  transform: translateY(-10px);
}
.cid-v3voOXEGqS .card-wrap {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-v3voOXEGqS .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-v3voOXEGqS .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-v3voOXEGqS .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v3voOXEGqS .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-v3voOXEGqS .social-row {
  text-align: center;
}
.cid-v3voOXEGqS .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-v3voOXEGqS .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-v3voOXEGqS .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-v3voOXEGqS .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-v3voOXEGqS .card-text,
.cid-v3voOXEGqS .mbr-section-btn,
.cid-v3voOXEGqS .social-row {
  text-align: left;
}
.cid-v3voOYGch6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v3voOYGch6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3voOYGch6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3voOYGch6 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-v3voOYGch6 .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-v3voOYGch6 .item-wrapper {
  position: relative;
}
.cid-v3voOYGch6 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-v3voOYGch6 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v3voOYGch6 .carousel-control,
.cid-v3voOYGch6 .close {
  background: #1b1b1b;
}
.cid-v3voOYGch6 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v3voOYGch6 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v3voOYGch6 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v3voOYGch6 .carousel-control-next span {
  margin-left: 5px;
}
.cid-v3voOYGch6 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v3voOYGch6 .close::before {
  content: '\e91a';
}
.cid-v3voOYGch6 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v3voOYGch6 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v3voOYGch6 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v3voOYGch6 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v3voOYGch6 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v3voOYGch6 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v3voOYGch6 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v3voOYGch6 .carousel-indicators li.active,
.cid-v3voOYGch6 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v3voOYGch6 .carousel-indicators li::after,
.cid-v3voOYGch6 .carousel-indicators li::before {
  content: none;
}
.cid-v3voOYGch6 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v3voOYGch6 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v3voOYGch6 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v3voOYGch6 .carousel-indicators {
    display: none;
  }
}
.cid-v3voOYGch6 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v3voOYGch6 .carousel-inner > .active {
  display: block;
}
.cid-v3voOYGch6 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v3voOYGch6 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v3voOYGch6 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v3voOYGch6 .carousel-control,
  .cid-v3voOYGch6 .carousel-indicators,
  .cid-v3voOYGch6 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v3voOYGch6 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v3voOYGch6 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v3voOYGch6 .carousel-indicators .active,
.cid-v3voOYGch6 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v3voOYGch6 .carousel-indicators .active {
  background: #fff;
}
.cid-v3voOYGch6 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v3voOYGch6 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v3voOYGch6 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v3voOYGch6 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v3voOYGch6 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v3voOYGch6 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v3voOYGch6 .carousel {
  width: 100%;
}
.cid-v3voOYGch6 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v3voOYGch6 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v3voOYGch6 .modal.fade .modal-dialog,
.cid-v3voOYGch6 .modal.in .modal-dialog {
  transform: none;
}
.cid-v3voOYGch6 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v3voOYGch6 H6 {
  text-align: center;
}
.cid-v3voOZmm9d {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v3voOZmm9d .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3voOZmm9d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3voOZmm9d .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-v3voOZIWBW {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v3voOZIWBW .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-v3voOZIWBW .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-v3voOZIWBW .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  background: none;
  border: 1px solid #6592e6;
  color: #6592e6;
  content: "✓";
}
.cid-v3voP013iy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v3voP013iy .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-v3voP013iy form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-v3voP013iy form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-v3voP013iy form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-v3voP013iy textarea {
  min-height: 10rem;
}
.cid-v3voP0rcYd {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3voP0rcYd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3voP0rcYd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3voP0rcYd .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-v3voP0rcYd .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v3voP0rcYd .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v3voP0rcYd .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-v3voP0rcYd .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #4d6d9a;
}
.cid-v3voP0Whlx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-v3voP0Whlx .google-map {
  height: 30rem;
  position: relative;
}
.cid-v3voP0Whlx .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-v3voP0Whlx .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-v3voP0Whlx .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v3voP0Whlx .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v3voP1vMaP {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #fafafa;
}
.cid-v3voP1vMaP .media-container-row {
  justify-content: space-between;
}
.cid-v3voP1vMaP .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-v3voP1vMaP .text-content {
    max-width: none;
  }
}
.cid-v3voP1vMaP .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4d6d9a;
  border: 2px solid #4d6d9a;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-v3voP1vMaP .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-v3voP1vMaP .mbr-iconfont-social:hover {
  background-color: #4d6d9a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-v3voP1vMaP .icons {
    justify-content: center !important;
  }
  .cid-v3voP1vMaP .text-content * {
    text-align: center;
  }
}
.cid-v3voP23I7R {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #4d6d9a;
  overflow: hidden;
}
.cid-v3voP2o8fO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #fafafa;
}
.cid-v3voP2o8fO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3voP2o8fO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3voP2o8fO .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-v3voP2o8fO .plan-body {
  padding-bottom: 2rem;
}
.cid-v3voP2o8fO .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v3voP2o8fO .price {
  color: #4d6d9a;
}
.cid-v3voP2o8fO .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-v3voP2o8fO .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-v3voP2o8fO .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-v3voP2o8fO .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-v3voP2o8fO .plan {
    margin-bottom: 2rem;
  }
}
.cid-v3vmT8jIct {
  z-index: 1000;
  width: 100%;
}
.cid-v3vmT8jIct nav.navbar {
  position: fixed;
}
.cid-v3vmT8jIct .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3vmT8jIct .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v3vmT8jIct .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v3vmT8jIct .dropdown-item:hover,
.cid-v3vmT8jIct .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-v3vmT8jIct .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v3vmT8jIct .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v3vmT8jIct .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v3vmT8jIct .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v3vmT8jIct .nav-link {
  position: relative;
}
.cid-v3vmT8jIct .container {
  display: flex;
  margin: auto;
}
.cid-v3vmT8jIct .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v3vmT8jIct .dropdown-menu,
.cid-v3vmT8jIct .navbar.opened {
  background: #ffffff !important;
}
.cid-v3vmT8jIct .nav-item:focus,
.cid-v3vmT8jIct .nav-link:focus {
  outline: none;
}
.cid-v3vmT8jIct .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3vmT8jIct .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v3vmT8jIct .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3vmT8jIct .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3vmT8jIct .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3vmT8jIct .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3vmT8jIct .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.2);
}
.cid-v3vmT8jIct .navbar.opened {
  transition: all 0.3s;
}
.cid-v3vmT8jIct .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v3vmT8jIct .navbar .navbar-logo img {
  width: auto;
}
.cid-v3vmT8jIct .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v3vmT8jIct .navbar.collapsed {
  justify-content: center;
}
.cid-v3vmT8jIct .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3vmT8jIct .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3vmT8jIct .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v3vmT8jIct .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3vmT8jIct .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3vmT8jIct .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v3vmT8jIct .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3vmT8jIct .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v3vmT8jIct .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v3vmT8jIct .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3vmT8jIct .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3vmT8jIct .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3vmT8jIct .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3vmT8jIct .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v3vmT8jIct .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v3vmT8jIct .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3vmT8jIct .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v3vmT8jIct .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v3vmT8jIct .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3vmT8jIct .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v3vmT8jIct .navbar.navbar-short {
  min-height: 60px;
}
.cid-v3vmT8jIct .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v3vmT8jIct .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v3vmT8jIct .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v3vmT8jIct .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v3vmT8jIct .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3vmT8jIct .dropdown-item.active,
.cid-v3vmT8jIct .dropdown-item:active {
  background-color: transparent;
}
.cid-v3vmT8jIct .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3vmT8jIct .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3vmT8jIct .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3vmT8jIct .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v3vmT8jIct .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v3vmT8jIct .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3vmT8jIct ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v3vmT8jIct .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v3vmT8jIct button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v3vmT8jIct button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-v3vmT8jIct button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v3vmT8jIct button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3vmT8jIct button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3vmT8jIct button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v3vmT8jIct nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3vmT8jIct nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3vmT8jIct nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3vmT8jIct nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3vmT8jIct .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v3vmT8jIct a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v3vmT8jIct .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v3vmT8jIct .navbar {
    height: 70px;
  }
  .cid-v3vmT8jIct .navbar.opened {
    height: auto;
  }
  .cid-v3vmT8jIct .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3vmT8QRbM {
  background-image: url("../../../assets/images/hurdacilar-hurdaci-hurdametal-800x671.jpg");
}
.cid-v3vmT8QRbM .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-v3vmT8QRbM .mbr-text,
.cid-v3vmT8QRbM .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v3vmT9dgz5 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-v3vmT9dgz5 .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-v3vmT9dgz5 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v3vmT9dgz5 .mbr-iconfont {
  font-size: 4rem;
  color: #4d6d9a;
  padding-right: 1.5rem;
}
.cid-v3vmT9J3ly {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v3vmT9J3ly .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-v3vmT9J3ly .card {
    margin-bottom: 2rem!important;
  }
  .cid-v3vmT9J3ly .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v3vmT9J3ly .link-wrap {
    align-items: center;
  }
}
.cid-v3vmT9J3ly .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v3vmTa6g8o {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-v3vmTa6g8o .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-v3vmTa6g8o .team-card:hover {
  transform: translateY(-10px);
}
.cid-v3vmTa6g8o .card-wrap {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-v3vmTa6g8o .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-v3vmTa6g8o .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-v3vmTa6g8o .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v3vmTa6g8o .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-v3vmTa6g8o .social-row {
  text-align: center;
}
.cid-v3vmTa6g8o .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-v3vmTa6g8o .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-v3vmTa6g8o .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-v3vmTa6g8o .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-v3vmTa6g8o .card-text,
.cid-v3vmTa6g8o .mbr-section-btn,
.cid-v3vmTa6g8o .social-row {
  text-align: left;
}
.cid-v3vmTb8NUq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v3vmTb8NUq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3vmTb8NUq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3vmTb8NUq .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-v3vmTb8NUq .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-v3vmTb8NUq .item-wrapper {
  position: relative;
}
.cid-v3vmTb8NUq .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-v3vmTb8NUq .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v3vmTb8NUq .carousel-control,
.cid-v3vmTb8NUq .close {
  background: #1b1b1b;
}
.cid-v3vmTb8NUq .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v3vmTb8NUq .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v3vmTb8NUq .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v3vmTb8NUq .carousel-control-next span {
  margin-left: 5px;
}
.cid-v3vmTb8NUq .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v3vmTb8NUq .close::before {
  content: '\e91a';
}
.cid-v3vmTb8NUq .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v3vmTb8NUq .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v3vmTb8NUq .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v3vmTb8NUq .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v3vmTb8NUq .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v3vmTb8NUq .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v3vmTb8NUq .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v3vmTb8NUq .carousel-indicators li.active,
.cid-v3vmTb8NUq .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v3vmTb8NUq .carousel-indicators li::after,
.cid-v3vmTb8NUq .carousel-indicators li::before {
  content: none;
}
.cid-v3vmTb8NUq .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v3vmTb8NUq .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v3vmTb8NUq .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v3vmTb8NUq .carousel-indicators {
    display: none;
  }
}
.cid-v3vmTb8NUq .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v3vmTb8NUq .carousel-inner > .active {
  display: block;
}
.cid-v3vmTb8NUq .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v3vmTb8NUq .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v3vmTb8NUq .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v3vmTb8NUq .carousel-control,
  .cid-v3vmTb8NUq .carousel-indicators,
  .cid-v3vmTb8NUq .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v3vmTb8NUq .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v3vmTb8NUq .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v3vmTb8NUq .carousel-indicators .active,
.cid-v3vmTb8NUq .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v3vmTb8NUq .carousel-indicators .active {
  background: #fff;
}
.cid-v3vmTb8NUq .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v3vmTb8NUq .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v3vmTb8NUq .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v3vmTb8NUq .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v3vmTb8NUq .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v3vmTb8NUq .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v3vmTb8NUq .carousel {
  width: 100%;
}
.cid-v3vmTb8NUq .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v3vmTb8NUq .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v3vmTb8NUq .modal.fade .modal-dialog,
.cid-v3vmTb8NUq .modal.in .modal-dialog {
  transform: none;
}
.cid-v3vmTb8NUq .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v3vmTb8NUq H6 {
  text-align: center;
}
.cid-v3vmTbNFfW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v3vmTbNFfW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3vmTbNFfW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3vmTbNFfW .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-v3vmTccRFw {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v3vmTccRFw .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-v3vmTccRFw .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-v3vmTccRFw .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  background: none;
  border: 1px solid #6592e6;
  color: #6592e6;
  content: "✓";
}
.cid-v3vmTcuLGV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v3vmTcuLGV .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-v3vmTcuLGV form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-v3vmTcuLGV form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-v3vmTcuLGV form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-v3vmTcuLGV textarea {
  min-height: 10rem;
}
.cid-v3vmTcQkXP {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3vmTcQkXP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3vmTcQkXP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3vmTcQkXP .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-v3vmTcQkXP .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v3vmTcQkXP .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v3vmTcQkXP .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-v3vmTcQkXP .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #4d6d9a;
}
.cid-v3vmTdlGyM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-v3vmTdlGyM .google-map {
  height: 30rem;
  position: relative;
}
.cid-v3vmTdlGyM .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-v3vmTdlGyM .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-v3vmTdlGyM .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v3vmTdlGyM .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v3vmTdWAP5 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #fafafa;
}
.cid-v3vmTdWAP5 .media-container-row {
  justify-content: space-between;
}
.cid-v3vmTdWAP5 .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-v3vmTdWAP5 .text-content {
    max-width: none;
  }
}
.cid-v3vmTdWAP5 .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4d6d9a;
  border: 2px solid #4d6d9a;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-v3vmTdWAP5 .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-v3vmTdWAP5 .mbr-iconfont-social:hover {
  background-color: #4d6d9a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-v3vmTdWAP5 .icons {
    justify-content: center !important;
  }
  .cid-v3vmTdWAP5 .text-content * {
    text-align: center;
  }
}
.cid-v3vmTevXH1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #4d6d9a;
  overflow: hidden;
}
.cid-v3vmTeT7vd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #fafafa;
}
.cid-v3vmTeT7vd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3vmTeT7vd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3vmTeT7vd .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-v3vmTeT7vd .plan-body {
  padding-bottom: 2rem;
}
.cid-v3vmTeT7vd .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v3vmTeT7vd .price {
  color: #4d6d9a;
}
.cid-v3vmTeT7vd .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-v3vmTeT7vd .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-v3vmTeT7vd .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-v3vmTeT7vd .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-v3vmTeT7vd .plan {
    margin-bottom: 2rem;
  }
}
.cid-v3vhDrlRj6 {
  z-index: 1000;
  width: 100%;
}
.cid-v3vhDrlRj6 nav.navbar {
  position: fixed;
}
.cid-v3vhDrlRj6 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3vhDrlRj6 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v3vhDrlRj6 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v3vhDrlRj6 .dropdown-item:hover,
.cid-v3vhDrlRj6 .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-v3vhDrlRj6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v3vhDrlRj6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v3vhDrlRj6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v3vhDrlRj6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v3vhDrlRj6 .nav-link {
  position: relative;
}
.cid-v3vhDrlRj6 .container {
  display: flex;
  margin: auto;
}
.cid-v3vhDrlRj6 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v3vhDrlRj6 .dropdown-menu,
.cid-v3vhDrlRj6 .navbar.opened {
  background: #ffffff !important;
}
.cid-v3vhDrlRj6 .nav-item:focus,
.cid-v3vhDrlRj6 .nav-link:focus {
  outline: none;
}
.cid-v3vhDrlRj6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3vhDrlRj6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v3vhDrlRj6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3vhDrlRj6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3vhDrlRj6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3vhDrlRj6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3vhDrlRj6 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.2);
}
.cid-v3vhDrlRj6 .navbar.opened {
  transition: all 0.3s;
}
.cid-v3vhDrlRj6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v3vhDrlRj6 .navbar .navbar-logo img {
  width: auto;
}
.cid-v3vhDrlRj6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v3vhDrlRj6 .navbar.collapsed {
  justify-content: center;
}
.cid-v3vhDrlRj6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3vhDrlRj6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3vhDrlRj6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v3vhDrlRj6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3vhDrlRj6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3vhDrlRj6 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v3vhDrlRj6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3vhDrlRj6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v3vhDrlRj6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v3vhDrlRj6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3vhDrlRj6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3vhDrlRj6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3vhDrlRj6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3vhDrlRj6 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v3vhDrlRj6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v3vhDrlRj6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3vhDrlRj6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v3vhDrlRj6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v3vhDrlRj6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3vhDrlRj6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v3vhDrlRj6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-v3vhDrlRj6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v3vhDrlRj6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v3vhDrlRj6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v3vhDrlRj6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v3vhDrlRj6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3vhDrlRj6 .dropdown-item.active,
.cid-v3vhDrlRj6 .dropdown-item:active {
  background-color: transparent;
}
.cid-v3vhDrlRj6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3vhDrlRj6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3vhDrlRj6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3vhDrlRj6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v3vhDrlRj6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v3vhDrlRj6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3vhDrlRj6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v3vhDrlRj6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v3vhDrlRj6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v3vhDrlRj6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-v3vhDrlRj6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v3vhDrlRj6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3vhDrlRj6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3vhDrlRj6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v3vhDrlRj6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3vhDrlRj6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3vhDrlRj6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3vhDrlRj6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3vhDrlRj6 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v3vhDrlRj6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v3vhDrlRj6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v3vhDrlRj6 .navbar {
    height: 70px;
  }
  .cid-v3vhDrlRj6 .navbar.opened {
    height: auto;
  }
  .cid-v3vhDrlRj6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3vhDrRg95 {
  background-image: url("../../../assets/images/hurdacilar-hurdaci-hurdametal-800x671.jpg");
}
.cid-v3vhDrRg95 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-v3vhDrRg95 .mbr-text,
.cid-v3vhDrRg95 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v3vhDsdzWd {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-v3vhDsdzWd .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-v3vhDsdzWd .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v3vhDsdzWd .mbr-iconfont {
  font-size: 4rem;
  color: #4d6d9a;
  padding-right: 1.5rem;
}
.cid-v3vhDsGxXK {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v3vhDsGxXK .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-v3vhDsGxXK .card {
    margin-bottom: 2rem!important;
  }
  .cid-v3vhDsGxXK .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v3vhDsGxXK .link-wrap {
    align-items: center;
  }
}
.cid-v3vhDsGxXK .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v3vhDt4vil {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-v3vhDt4vil .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-v3vhDt4vil .team-card:hover {
  transform: translateY(-10px);
}
.cid-v3vhDt4vil .card-wrap {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-v3vhDt4vil .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-v3vhDt4vil .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-v3vhDt4vil .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v3vhDt4vil .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-v3vhDt4vil .social-row {
  text-align: center;
}
.cid-v3vhDt4vil .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-v3vhDt4vil .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-v3vhDt4vil .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-v3vhDt4vil .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-v3vhDt4vil .card-text,
.cid-v3vhDt4vil .mbr-section-btn,
.cid-v3vhDt4vil .social-row {
  text-align: left;
}
.cid-v3vhDu1prk {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v3vhDu1prk .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3vhDu1prk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3vhDu1prk .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-v3vhDu1prk .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-v3vhDu1prk .item-wrapper {
  position: relative;
}
.cid-v3vhDu1prk .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-v3vhDu1prk .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v3vhDu1prk .carousel-control,
.cid-v3vhDu1prk .close {
  background: #1b1b1b;
}
.cid-v3vhDu1prk .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v3vhDu1prk .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v3vhDu1prk .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v3vhDu1prk .carousel-control-next span {
  margin-left: 5px;
}
.cid-v3vhDu1prk .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v3vhDu1prk .close::before {
  content: '\e91a';
}
.cid-v3vhDu1prk .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v3vhDu1prk .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v3vhDu1prk .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v3vhDu1prk .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v3vhDu1prk .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v3vhDu1prk .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v3vhDu1prk .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v3vhDu1prk .carousel-indicators li.active,
.cid-v3vhDu1prk .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v3vhDu1prk .carousel-indicators li::after,
.cid-v3vhDu1prk .carousel-indicators li::before {
  content: none;
}
.cid-v3vhDu1prk .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v3vhDu1prk .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v3vhDu1prk .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v3vhDu1prk .carousel-indicators {
    display: none;
  }
}
.cid-v3vhDu1prk .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v3vhDu1prk .carousel-inner > .active {
  display: block;
}
.cid-v3vhDu1prk .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v3vhDu1prk .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v3vhDu1prk .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v3vhDu1prk .carousel-control,
  .cid-v3vhDu1prk .carousel-indicators,
  .cid-v3vhDu1prk .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v3vhDu1prk .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v3vhDu1prk .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v3vhDu1prk .carousel-indicators .active,
.cid-v3vhDu1prk .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v3vhDu1prk .carousel-indicators .active {
  background: #fff;
}
.cid-v3vhDu1prk .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v3vhDu1prk .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v3vhDu1prk .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v3vhDu1prk .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v3vhDu1prk .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v3vhDu1prk .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v3vhDu1prk .carousel {
  width: 100%;
}
.cid-v3vhDu1prk .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v3vhDu1prk .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v3vhDu1prk .modal.fade .modal-dialog,
.cid-v3vhDu1prk .modal.in .modal-dialog {
  transform: none;
}
.cid-v3vhDu1prk .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v3vhDu1prk H6 {
  text-align: center;
}
.cid-v3vhDuJjQi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v3vhDuJjQi .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3vhDuJjQi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3vhDuJjQi .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-v3vhDv7ifr {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v3vhDv7ifr .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-v3vhDv7ifr .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-v3vhDv7ifr .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  background: none;
  border: 1px solid #6592e6;
  color: #6592e6;
  content: "✓";
}
.cid-v3vhDvpl10 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v3vhDvpl10 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-v3vhDvpl10 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-v3vhDvpl10 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-v3vhDvpl10 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-v3vhDvpl10 textarea {
  min-height: 10rem;
}
.cid-v3vhDvJZwD {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3vhDvJZwD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3vhDvJZwD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3vhDvJZwD .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-v3vhDvJZwD .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v3vhDvJZwD .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v3vhDvJZwD .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-v3vhDvJZwD .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #4d6d9a;
}
.cid-v3vhDwc0tA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-v3vhDwc0tA .google-map {
  height: 30rem;
  position: relative;
}
.cid-v3vhDwc0tA .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-v3vhDwc0tA .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-v3vhDwc0tA .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v3vhDwc0tA .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v3vhDwGqDz {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #fafafa;
}
.cid-v3vhDwGqDz .media-container-row {
  justify-content: space-between;
}
.cid-v3vhDwGqDz .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-v3vhDwGqDz .text-content {
    max-width: none;
  }
}
.cid-v3vhDwGqDz .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4d6d9a;
  border: 2px solid #4d6d9a;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-v3vhDwGqDz .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-v3vhDwGqDz .mbr-iconfont-social:hover {
  background-color: #4d6d9a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-v3vhDwGqDz .icons {
    justify-content: center !important;
  }
  .cid-v3vhDwGqDz .text-content * {
    text-align: center;
  }
}
.cid-v3vhDxeMOZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #4d6d9a;
  overflow: hidden;
}
.cid-v3vhDxzw4y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #fafafa;
}
.cid-v3vhDxzw4y .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3vhDxzw4y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3vhDxzw4y .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-v3vhDxzw4y .plan-body {
  padding-bottom: 2rem;
}
.cid-v3vhDxzw4y .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v3vhDxzw4y .price {
  color: #4d6d9a;
}
.cid-v3vhDxzw4y .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-v3vhDxzw4y .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-v3vhDxzw4y .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-v3vhDxzw4y .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-v3vhDxzw4y .plan {
    margin-bottom: 2rem;
  }
}
.cid-v3vi53kMmR {
  z-index: 1000;
  width: 100%;
}
.cid-v3vi53kMmR nav.navbar {
  position: fixed;
}
.cid-v3vi53kMmR .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3vi53kMmR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v3vi53kMmR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v3vi53kMmR .dropdown-item:hover,
.cid-v3vi53kMmR .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-v3vi53kMmR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v3vi53kMmR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v3vi53kMmR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v3vi53kMmR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v3vi53kMmR .nav-link {
  position: relative;
}
.cid-v3vi53kMmR .container {
  display: flex;
  margin: auto;
}
.cid-v3vi53kMmR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v3vi53kMmR .dropdown-menu,
.cid-v3vi53kMmR .navbar.opened {
  background: #ffffff !important;
}
.cid-v3vi53kMmR .nav-item:focus,
.cid-v3vi53kMmR .nav-link:focus {
  outline: none;
}
.cid-v3vi53kMmR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3vi53kMmR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v3vi53kMmR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3vi53kMmR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3vi53kMmR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3vi53kMmR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3vi53kMmR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.2);
}
.cid-v3vi53kMmR .navbar.opened {
  transition: all 0.3s;
}
.cid-v3vi53kMmR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v3vi53kMmR .navbar .navbar-logo img {
  width: auto;
}
.cid-v3vi53kMmR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v3vi53kMmR .navbar.collapsed {
  justify-content: center;
}
.cid-v3vi53kMmR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3vi53kMmR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3vi53kMmR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v3vi53kMmR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3vi53kMmR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3vi53kMmR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v3vi53kMmR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3vi53kMmR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v3vi53kMmR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v3vi53kMmR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3vi53kMmR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3vi53kMmR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3vi53kMmR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3vi53kMmR .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v3vi53kMmR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v3vi53kMmR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3vi53kMmR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v3vi53kMmR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v3vi53kMmR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3vi53kMmR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v3vi53kMmR .navbar.navbar-short {
  min-height: 60px;
}
.cid-v3vi53kMmR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v3vi53kMmR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v3vi53kMmR .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v3vi53kMmR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v3vi53kMmR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3vi53kMmR .dropdown-item.active,
.cid-v3vi53kMmR .dropdown-item:active {
  background-color: transparent;
}
.cid-v3vi53kMmR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3vi53kMmR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3vi53kMmR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3vi53kMmR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v3vi53kMmR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v3vi53kMmR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3vi53kMmR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v3vi53kMmR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v3vi53kMmR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v3vi53kMmR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-v3vi53kMmR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v3vi53kMmR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3vi53kMmR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3vi53kMmR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v3vi53kMmR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3vi53kMmR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3vi53kMmR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3vi53kMmR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3vi53kMmR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v3vi53kMmR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v3vi53kMmR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v3vi53kMmR .navbar {
    height: 70px;
  }
  .cid-v3vi53kMmR .navbar.opened {
    height: auto;
  }
  .cid-v3vi53kMmR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3vi53N3Kp {
  background-image: url("../../../assets/images/hurdacilar-hurdaci-hurdametal-800x671.jpg");
}
.cid-v3vi53N3Kp .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-v3vi53N3Kp .mbr-text,
.cid-v3vi53N3Kp .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v3vi549rtk {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-v3vi549rtk .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-v3vi549rtk .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v3vi549rtk .mbr-iconfont {
  font-size: 4rem;
  color: #4d6d9a;
  padding-right: 1.5rem;
}
.cid-v3vi54EY0w {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v3vi54EY0w .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-v3vi54EY0w .card {
    margin-bottom: 2rem!important;
  }
  .cid-v3vi54EY0w .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v3vi54EY0w .link-wrap {
    align-items: center;
  }
}
.cid-v3vi54EY0w .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v3vi552YvT {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-v3vi552YvT .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-v3vi552YvT .team-card:hover {
  transform: translateY(-10px);
}
.cid-v3vi552YvT .card-wrap {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-v3vi552YvT .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-v3vi552YvT .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-v3vi552YvT .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v3vi552YvT .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-v3vi552YvT .social-row {
  text-align: center;
}
.cid-v3vi552YvT .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-v3vi552YvT .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-v3vi552YvT .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-v3vi552YvT .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-v3vi552YvT .card-text,
.cid-v3vi552YvT .mbr-section-btn,
.cid-v3vi552YvT .social-row {
  text-align: left;
}
.cid-v3vi560ag3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v3vi560ag3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3vi560ag3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3vi560ag3 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-v3vi560ag3 .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-v3vi560ag3 .item-wrapper {
  position: relative;
}
.cid-v3vi560ag3 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-v3vi560ag3 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v3vi560ag3 .carousel-control,
.cid-v3vi560ag3 .close {
  background: #1b1b1b;
}
.cid-v3vi560ag3 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v3vi560ag3 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v3vi560ag3 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v3vi560ag3 .carousel-control-next span {
  margin-left: 5px;
}
.cid-v3vi560ag3 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v3vi560ag3 .close::before {
  content: '\e91a';
}
.cid-v3vi560ag3 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v3vi560ag3 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v3vi560ag3 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v3vi560ag3 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v3vi560ag3 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v3vi560ag3 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v3vi560ag3 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v3vi560ag3 .carousel-indicators li.active,
.cid-v3vi560ag3 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v3vi560ag3 .carousel-indicators li::after,
.cid-v3vi560ag3 .carousel-indicators li::before {
  content: none;
}
.cid-v3vi560ag3 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v3vi560ag3 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v3vi560ag3 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v3vi560ag3 .carousel-indicators {
    display: none;
  }
}
.cid-v3vi560ag3 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v3vi560ag3 .carousel-inner > .active {
  display: block;
}
.cid-v3vi560ag3 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v3vi560ag3 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v3vi560ag3 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v3vi560ag3 .carousel-control,
  .cid-v3vi560ag3 .carousel-indicators,
  .cid-v3vi560ag3 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v3vi560ag3 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v3vi560ag3 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v3vi560ag3 .carousel-indicators .active,
.cid-v3vi560ag3 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v3vi560ag3 .carousel-indicators .active {
  background: #fff;
}
.cid-v3vi560ag3 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v3vi560ag3 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v3vi560ag3 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v3vi560ag3 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v3vi560ag3 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v3vi560ag3 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v3vi560ag3 .carousel {
  width: 100%;
}
.cid-v3vi560ag3 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v3vi560ag3 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v3vi560ag3 .modal.fade .modal-dialog,
.cid-v3vi560ag3 .modal.in .modal-dialog {
  transform: none;
}
.cid-v3vi560ag3 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v3vi560ag3 H6 {
  text-align: center;
}
.cid-v3vi56FFKc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v3vi56FFKc .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3vi56FFKc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3vi56FFKc .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-v3vi573UH6 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v3vi573UH6 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-v3vi573UH6 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-v3vi573UH6 .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  background: none;
  border: 1px solid #6592e6;
  color: #6592e6;
  content: "✓";
}
.cid-v3vi57jsrh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v3vi57jsrh .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-v3vi57jsrh form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-v3vi57jsrh form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-v3vi57jsrh form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-v3vi57jsrh textarea {
  min-height: 10rem;
}
.cid-v3vi57DJVs {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3vi57DJVs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3vi57DJVs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3vi57DJVs .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-v3vi57DJVs .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v3vi57DJVs .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v3vi57DJVs .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-v3vi57DJVs .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #4d6d9a;
}
.cid-v3vi585Fez {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-v3vi585Fez .google-map {
  height: 30rem;
  position: relative;
}
.cid-v3vi585Fez .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-v3vi585Fez .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-v3vi585Fez .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v3vi585Fez .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v3vi58yOww {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #fafafa;
}
.cid-v3vi58yOww .media-container-row {
  justify-content: space-between;
}
.cid-v3vi58yOww .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-v3vi58yOww .text-content {
    max-width: none;
  }
}
.cid-v3vi58yOww .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4d6d9a;
  border: 2px solid #4d6d9a;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-v3vi58yOww .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-v3vi58yOww .mbr-iconfont-social:hover {
  background-color: #4d6d9a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-v3vi58yOww .icons {
    justify-content: center !important;
  }
  .cid-v3vi58yOww .text-content * {
    text-align: center;
  }
}
.cid-v3vi5983Jc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #4d6d9a;
  overflow: hidden;
}
.cid-v3vi59rmoI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #fafafa;
}
.cid-v3vi59rmoI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3vi59rmoI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3vi59rmoI .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-v3vi59rmoI .plan-body {
  padding-bottom: 2rem;
}
.cid-v3vi59rmoI .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v3vi59rmoI .price {
  color: #4d6d9a;
}
.cid-v3vi59rmoI .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-v3vi59rmoI .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-v3vi59rmoI .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-v3vi59rmoI .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-v3vi59rmoI .plan {
    margin-bottom: 2rem;
  }
}
.cid-v3vjaojmLO {
  z-index: 1000;
  width: 100%;
}
.cid-v3vjaojmLO nav.navbar {
  position: fixed;
}
.cid-v3vjaojmLO .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3vjaojmLO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v3vjaojmLO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v3vjaojmLO .dropdown-item:hover,
.cid-v3vjaojmLO .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-v3vjaojmLO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v3vjaojmLO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v3vjaojmLO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v3vjaojmLO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v3vjaojmLO .nav-link {
  position: relative;
}
.cid-v3vjaojmLO .container {
  display: flex;
  margin: auto;
}
.cid-v3vjaojmLO .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v3vjaojmLO .dropdown-menu,
.cid-v3vjaojmLO .navbar.opened {
  background: #ffffff !important;
}
.cid-v3vjaojmLO .nav-item:focus,
.cid-v3vjaojmLO .nav-link:focus {
  outline: none;
}
.cid-v3vjaojmLO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3vjaojmLO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v3vjaojmLO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3vjaojmLO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3vjaojmLO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3vjaojmLO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3vjaojmLO .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.2);
}
.cid-v3vjaojmLO .navbar.opened {
  transition: all 0.3s;
}
.cid-v3vjaojmLO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v3vjaojmLO .navbar .navbar-logo img {
  width: auto;
}
.cid-v3vjaojmLO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v3vjaojmLO .navbar.collapsed {
  justify-content: center;
}
.cid-v3vjaojmLO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3vjaojmLO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3vjaojmLO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v3vjaojmLO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3vjaojmLO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3vjaojmLO .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v3vjaojmLO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3vjaojmLO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v3vjaojmLO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v3vjaojmLO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3vjaojmLO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3vjaojmLO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3vjaojmLO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3vjaojmLO .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v3vjaojmLO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v3vjaojmLO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3vjaojmLO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v3vjaojmLO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v3vjaojmLO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3vjaojmLO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v3vjaojmLO .navbar.navbar-short {
  min-height: 60px;
}
.cid-v3vjaojmLO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v3vjaojmLO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v3vjaojmLO .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v3vjaojmLO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v3vjaojmLO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3vjaojmLO .dropdown-item.active,
.cid-v3vjaojmLO .dropdown-item:active {
  background-color: transparent;
}
.cid-v3vjaojmLO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3vjaojmLO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3vjaojmLO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3vjaojmLO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v3vjaojmLO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v3vjaojmLO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3vjaojmLO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v3vjaojmLO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v3vjaojmLO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v3vjaojmLO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-v3vjaojmLO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v3vjaojmLO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3vjaojmLO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3vjaojmLO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v3vjaojmLO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3vjaojmLO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3vjaojmLO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3vjaojmLO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3vjaojmLO .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v3vjaojmLO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v3vjaojmLO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v3vjaojmLO .navbar {
    height: 70px;
  }
  .cid-v3vjaojmLO .navbar.opened {
    height: auto;
  }
  .cid-v3vjaojmLO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3vjaoMbT6 {
  background-image: url("../../../assets/images/hurdacilar-hurdaci-hurdametal-800x671.jpg");
}
.cid-v3vjaoMbT6 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-v3vjaoMbT6 .mbr-text,
.cid-v3vjaoMbT6 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v3vjap7uwJ {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-v3vjap7uwJ .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-v3vjap7uwJ .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v3vjap7uwJ .mbr-iconfont {
  font-size: 4rem;
  color: #4d6d9a;
  padding-right: 1.5rem;
}
.cid-v3vjapzg9s {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v3vjapzg9s .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-v3vjapzg9s .card {
    margin-bottom: 2rem!important;
  }
  .cid-v3vjapzg9s .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v3vjapzg9s .link-wrap {
    align-items: center;
  }
}
.cid-v3vjapzg9s .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v3vjapVZUr {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-v3vjapVZUr .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-v3vjapVZUr .team-card:hover {
  transform: translateY(-10px);
}
.cid-v3vjapVZUr .card-wrap {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-v3vjapVZUr .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-v3vjapVZUr .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-v3vjapVZUr .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v3vjapVZUr .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-v3vjapVZUr .social-row {
  text-align: center;
}
.cid-v3vjapVZUr .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-v3vjapVZUr .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-v3vjapVZUr .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-v3vjapVZUr .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-v3vjapVZUr .card-text,
.cid-v3vjapVZUr .mbr-section-btn,
.cid-v3vjapVZUr .social-row {
  text-align: left;
}
.cid-v3vjaqWJzZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v3vjaqWJzZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3vjaqWJzZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3vjaqWJzZ .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-v3vjaqWJzZ .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-v3vjaqWJzZ .item-wrapper {
  position: relative;
}
.cid-v3vjaqWJzZ .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-v3vjaqWJzZ .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v3vjaqWJzZ .carousel-control,
.cid-v3vjaqWJzZ .close {
  background: #1b1b1b;
}
.cid-v3vjaqWJzZ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v3vjaqWJzZ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v3vjaqWJzZ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v3vjaqWJzZ .carousel-control-next span {
  margin-left: 5px;
}
.cid-v3vjaqWJzZ .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v3vjaqWJzZ .close::before {
  content: '\e91a';
}
.cid-v3vjaqWJzZ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v3vjaqWJzZ .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v3vjaqWJzZ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v3vjaqWJzZ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v3vjaqWJzZ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v3vjaqWJzZ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v3vjaqWJzZ .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v3vjaqWJzZ .carousel-indicators li.active,
.cid-v3vjaqWJzZ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v3vjaqWJzZ .carousel-indicators li::after,
.cid-v3vjaqWJzZ .carousel-indicators li::before {
  content: none;
}
.cid-v3vjaqWJzZ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v3vjaqWJzZ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v3vjaqWJzZ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v3vjaqWJzZ .carousel-indicators {
    display: none;
  }
}
.cid-v3vjaqWJzZ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v3vjaqWJzZ .carousel-inner > .active {
  display: block;
}
.cid-v3vjaqWJzZ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v3vjaqWJzZ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v3vjaqWJzZ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v3vjaqWJzZ .carousel-control,
  .cid-v3vjaqWJzZ .carousel-indicators,
  .cid-v3vjaqWJzZ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v3vjaqWJzZ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v3vjaqWJzZ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v3vjaqWJzZ .carousel-indicators .active,
.cid-v3vjaqWJzZ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v3vjaqWJzZ .carousel-indicators .active {
  background: #fff;
}
.cid-v3vjaqWJzZ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v3vjaqWJzZ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v3vjaqWJzZ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v3vjaqWJzZ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v3vjaqWJzZ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v3vjaqWJzZ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v3vjaqWJzZ .carousel {
  width: 100%;
}
.cid-v3vjaqWJzZ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v3vjaqWJzZ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v3vjaqWJzZ .modal.fade .modal-dialog,
.cid-v3vjaqWJzZ .modal.in .modal-dialog {
  transform: none;
}
.cid-v3vjaqWJzZ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v3vjaqWJzZ H6 {
  text-align: center;
}
.cid-v3vjarCbVU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v3vjarCbVU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3vjarCbVU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3vjarCbVU .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-v3vjarXdwn {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v3vjarXdwn .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-v3vjarXdwn .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-v3vjarXdwn .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  background: none;
  border: 1px solid #6592e6;
  color: #6592e6;
  content: "✓";
}
.cid-v3vjask4CI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v3vjask4CI .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-v3vjask4CI form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-v3vjask4CI form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-v3vjask4CI form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-v3vjask4CI textarea {
  min-height: 10rem;
}
.cid-v3vjasFewJ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3vjasFewJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3vjasFewJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3vjasFewJ .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-v3vjasFewJ .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v3vjasFewJ .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v3vjasFewJ .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-v3vjasFewJ .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #4d6d9a;
}
.cid-v3vjataR6s {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-v3vjataR6s .google-map {
  height: 30rem;
  position: relative;
}
.cid-v3vjataR6s .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-v3vjataR6s .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-v3vjataR6s .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v3vjataR6s .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v3vjatER1Z {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #fafafa;
}
.cid-v3vjatER1Z .media-container-row {
  justify-content: space-between;
}
.cid-v3vjatER1Z .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-v3vjatER1Z .text-content {
    max-width: none;
  }
}
.cid-v3vjatER1Z .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4d6d9a;
  border: 2px solid #4d6d9a;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-v3vjatER1Z .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-v3vjatER1Z .mbr-iconfont-social:hover {
  background-color: #4d6d9a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-v3vjatER1Z .icons {
    justify-content: center !important;
  }
  .cid-v3vjatER1Z .text-content * {
    text-align: center;
  }
}
.cid-v3vjaubvq8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #4d6d9a;
  overflow: hidden;
}
.cid-v3vjauzdGN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #fafafa;
}
.cid-v3vjauzdGN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3vjauzdGN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3vjauzdGN .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-v3vjauzdGN .plan-body {
  padding-bottom: 2rem;
}
.cid-v3vjauzdGN .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v3vjauzdGN .price {
  color: #4d6d9a;
}
.cid-v3vjauzdGN .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-v3vjauzdGN .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-v3vjauzdGN .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-v3vjauzdGN .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-v3vjauzdGN .plan {
    margin-bottom: 2rem;
  }
}
.cid-v3vjEzOTYQ {
  z-index: 1000;
  width: 100%;
}
.cid-v3vjEzOTYQ nav.navbar {
  position: fixed;
}
.cid-v3vjEzOTYQ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3vjEzOTYQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v3vjEzOTYQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v3vjEzOTYQ .dropdown-item:hover,
.cid-v3vjEzOTYQ .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-v3vjEzOTYQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v3vjEzOTYQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v3vjEzOTYQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v3vjEzOTYQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v3vjEzOTYQ .nav-link {
  position: relative;
}
.cid-v3vjEzOTYQ .container {
  display: flex;
  margin: auto;
}
.cid-v3vjEzOTYQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v3vjEzOTYQ .dropdown-menu,
.cid-v3vjEzOTYQ .navbar.opened {
  background: #ffffff !important;
}
.cid-v3vjEzOTYQ .nav-item:focus,
.cid-v3vjEzOTYQ .nav-link:focus {
  outline: none;
}
.cid-v3vjEzOTYQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3vjEzOTYQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v3vjEzOTYQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3vjEzOTYQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3vjEzOTYQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3vjEzOTYQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3vjEzOTYQ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.2);
}
.cid-v3vjEzOTYQ .navbar.opened {
  transition: all 0.3s;
}
.cid-v3vjEzOTYQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v3vjEzOTYQ .navbar .navbar-logo img {
  width: auto;
}
.cid-v3vjEzOTYQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v3vjEzOTYQ .navbar.collapsed {
  justify-content: center;
}
.cid-v3vjEzOTYQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3vjEzOTYQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3vjEzOTYQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v3vjEzOTYQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3vjEzOTYQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3vjEzOTYQ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v3vjEzOTYQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3vjEzOTYQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v3vjEzOTYQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v3vjEzOTYQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3vjEzOTYQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3vjEzOTYQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3vjEzOTYQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3vjEzOTYQ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v3vjEzOTYQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v3vjEzOTYQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3vjEzOTYQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v3vjEzOTYQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v3vjEzOTYQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3vjEzOTYQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v3vjEzOTYQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-v3vjEzOTYQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v3vjEzOTYQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v3vjEzOTYQ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v3vjEzOTYQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v3vjEzOTYQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3vjEzOTYQ .dropdown-item.active,
.cid-v3vjEzOTYQ .dropdown-item:active {
  background-color: transparent;
}
.cid-v3vjEzOTYQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3vjEzOTYQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3vjEzOTYQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3vjEzOTYQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v3vjEzOTYQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v3vjEzOTYQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3vjEzOTYQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v3vjEzOTYQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v3vjEzOTYQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v3vjEzOTYQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-v3vjEzOTYQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v3vjEzOTYQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3vjEzOTYQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3vjEzOTYQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v3vjEzOTYQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3vjEzOTYQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3vjEzOTYQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3vjEzOTYQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3vjEzOTYQ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v3vjEzOTYQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v3vjEzOTYQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v3vjEzOTYQ .navbar {
    height: 70px;
  }
  .cid-v3vjEzOTYQ .navbar.opened {
    height: auto;
  }
  .cid-v3vjEzOTYQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3vjEAiuyN {
  background-image: url("../../../assets/images/hurdacilar-hurdaci-hurdametal-800x671.jpg");
}
.cid-v3vjEAiuyN .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-v3vjEAiuyN .mbr-text,
.cid-v3vjEAiuyN .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v3vjEAG5gw {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-v3vjEAG5gw .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-v3vjEAG5gw .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v3vjEAG5gw .mbr-iconfont {
  font-size: 4rem;
  color: #4d6d9a;
  padding-right: 1.5rem;
}
.cid-v3vjEB92ct {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v3vjEB92ct .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-v3vjEB92ct .card {
    margin-bottom: 2rem!important;
  }
  .cid-v3vjEB92ct .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v3vjEB92ct .link-wrap {
    align-items: center;
  }
}
.cid-v3vjEB92ct .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v3vjEBwePL {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-v3vjEBwePL .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-v3vjEBwePL .team-card:hover {
  transform: translateY(-10px);
}
.cid-v3vjEBwePL .card-wrap {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-v3vjEBwePL .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-v3vjEBwePL .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-v3vjEBwePL .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v3vjEBwePL .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-v3vjEBwePL .social-row {
  text-align: center;
}
.cid-v3vjEBwePL .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-v3vjEBwePL .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-v3vjEBwePL .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-v3vjEBwePL .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-v3vjEBwePL .card-text,
.cid-v3vjEBwePL .mbr-section-btn,
.cid-v3vjEBwePL .social-row {
  text-align: left;
}
.cid-v3vjECAsIh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v3vjECAsIh .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3vjECAsIh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3vjECAsIh .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-v3vjECAsIh .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-v3vjECAsIh .item-wrapper {
  position: relative;
}
.cid-v3vjECAsIh .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-v3vjECAsIh .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v3vjECAsIh .carousel-control,
.cid-v3vjECAsIh .close {
  background: #1b1b1b;
}
.cid-v3vjECAsIh .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v3vjECAsIh .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v3vjECAsIh .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v3vjECAsIh .carousel-control-next span {
  margin-left: 5px;
}
.cid-v3vjECAsIh .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v3vjECAsIh .close::before {
  content: '\e91a';
}
.cid-v3vjECAsIh .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v3vjECAsIh .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v3vjECAsIh .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v3vjECAsIh .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v3vjECAsIh .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v3vjECAsIh .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v3vjECAsIh .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v3vjECAsIh .carousel-indicators li.active,
.cid-v3vjECAsIh .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v3vjECAsIh .carousel-indicators li::after,
.cid-v3vjECAsIh .carousel-indicators li::before {
  content: none;
}
.cid-v3vjECAsIh .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v3vjECAsIh .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v3vjECAsIh .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v3vjECAsIh .carousel-indicators {
    display: none;
  }
}
.cid-v3vjECAsIh .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v3vjECAsIh .carousel-inner > .active {
  display: block;
}
.cid-v3vjECAsIh .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v3vjECAsIh .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v3vjECAsIh .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v3vjECAsIh .carousel-control,
  .cid-v3vjECAsIh .carousel-indicators,
  .cid-v3vjECAsIh .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v3vjECAsIh .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v3vjECAsIh .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v3vjECAsIh .carousel-indicators .active,
.cid-v3vjECAsIh .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v3vjECAsIh .carousel-indicators .active {
  background: #fff;
}
.cid-v3vjECAsIh .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v3vjECAsIh .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v3vjECAsIh .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v3vjECAsIh .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v3vjECAsIh .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v3vjECAsIh .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v3vjECAsIh .carousel {
  width: 100%;
}
.cid-v3vjECAsIh .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v3vjECAsIh .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v3vjECAsIh .modal.fade .modal-dialog,
.cid-v3vjECAsIh .modal.in .modal-dialog {
  transform: none;
}
.cid-v3vjECAsIh .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v3vjECAsIh H6 {
  text-align: center;
}
.cid-v3vjEDhu5C {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v3vjEDhu5C .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3vjEDhu5C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3vjEDhu5C .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-v3vjEDC06q {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v3vjEDC06q .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-v3vjEDC06q .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-v3vjEDC06q .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  background: none;
  border: 1px solid #6592e6;
  color: #6592e6;
  content: "✓";
}
.cid-v3vjEDTea0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v3vjEDTea0 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-v3vjEDTea0 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-v3vjEDTea0 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-v3vjEDTea0 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-v3vjEDTea0 textarea {
  min-height: 10rem;
}
.cid-v3vjEEhmyk {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3vjEEhmyk .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3vjEEhmyk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3vjEEhmyk .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-v3vjEEhmyk .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v3vjEEhmyk .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v3vjEEhmyk .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-v3vjEEhmyk .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #4d6d9a;
}
.cid-v3vjEENeg5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-v3vjEENeg5 .google-map {
  height: 30rem;
  position: relative;
}
.cid-v3vjEENeg5 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-v3vjEENeg5 .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-v3vjEENeg5 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v3vjEENeg5 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v3vjEFiaRv {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #fafafa;
}
.cid-v3vjEFiaRv .media-container-row {
  justify-content: space-between;
}
.cid-v3vjEFiaRv .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-v3vjEFiaRv .text-content {
    max-width: none;
  }
}
.cid-v3vjEFiaRv .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4d6d9a;
  border: 2px solid #4d6d9a;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-v3vjEFiaRv .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-v3vjEFiaRv .mbr-iconfont-social:hover {
  background-color: #4d6d9a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-v3vjEFiaRv .icons {
    justify-content: center !important;
  }
  .cid-v3vjEFiaRv .text-content * {
    text-align: center;
  }
}
.cid-v3vjEFOTGC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #4d6d9a;
  overflow: hidden;
}
.cid-v3vjEG9qLS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #fafafa;
}
.cid-v3vjEG9qLS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3vjEG9qLS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3vjEG9qLS .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-v3vjEG9qLS .plan-body {
  padding-bottom: 2rem;
}
.cid-v3vjEG9qLS .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v3vjEG9qLS .price {
  color: #4d6d9a;
}
.cid-v3vjEG9qLS .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-v3vjEG9qLS .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-v3vjEG9qLS .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-v3vjEG9qLS .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-v3vjEG9qLS .plan {
    margin-bottom: 2rem;
  }
}
.cid-v3vkjPlD9T {
  z-index: 1000;
  width: 100%;
}
.cid-v3vkjPlD9T nav.navbar {
  position: fixed;
}
.cid-v3vkjPlD9T .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3vkjPlD9T .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v3vkjPlD9T .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v3vkjPlD9T .dropdown-item:hover,
.cid-v3vkjPlD9T .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-v3vkjPlD9T .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v3vkjPlD9T .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v3vkjPlD9T .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v3vkjPlD9T .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v3vkjPlD9T .nav-link {
  position: relative;
}
.cid-v3vkjPlD9T .container {
  display: flex;
  margin: auto;
}
.cid-v3vkjPlD9T .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v3vkjPlD9T .dropdown-menu,
.cid-v3vkjPlD9T .navbar.opened {
  background: #ffffff !important;
}
.cid-v3vkjPlD9T .nav-item:focus,
.cid-v3vkjPlD9T .nav-link:focus {
  outline: none;
}
.cid-v3vkjPlD9T .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3vkjPlD9T .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v3vkjPlD9T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3vkjPlD9T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3vkjPlD9T .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3vkjPlD9T .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3vkjPlD9T .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.2);
}
.cid-v3vkjPlD9T .navbar.opened {
  transition: all 0.3s;
}
.cid-v3vkjPlD9T .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v3vkjPlD9T .navbar .navbar-logo img {
  width: auto;
}
.cid-v3vkjPlD9T .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v3vkjPlD9T .navbar.collapsed {
  justify-content: center;
}
.cid-v3vkjPlD9T .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3vkjPlD9T .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3vkjPlD9T .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v3vkjPlD9T .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3vkjPlD9T .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3vkjPlD9T .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v3vkjPlD9T .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3vkjPlD9T .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v3vkjPlD9T .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v3vkjPlD9T .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3vkjPlD9T .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3vkjPlD9T .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3vkjPlD9T .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3vkjPlD9T .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v3vkjPlD9T .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v3vkjPlD9T .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3vkjPlD9T .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v3vkjPlD9T .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v3vkjPlD9T .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3vkjPlD9T .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v3vkjPlD9T .navbar.navbar-short {
  min-height: 60px;
}
.cid-v3vkjPlD9T .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v3vkjPlD9T .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v3vkjPlD9T .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v3vkjPlD9T .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v3vkjPlD9T .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3vkjPlD9T .dropdown-item.active,
.cid-v3vkjPlD9T .dropdown-item:active {
  background-color: transparent;
}
.cid-v3vkjPlD9T .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3vkjPlD9T .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3vkjPlD9T .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3vkjPlD9T .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v3vkjPlD9T .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v3vkjPlD9T .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3vkjPlD9T ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v3vkjPlD9T .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v3vkjPlD9T button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v3vkjPlD9T button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-v3vkjPlD9T button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v3vkjPlD9T button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3vkjPlD9T button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3vkjPlD9T button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v3vkjPlD9T nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3vkjPlD9T nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3vkjPlD9T nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3vkjPlD9T nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3vkjPlD9T .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v3vkjPlD9T a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v3vkjPlD9T .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v3vkjPlD9T .navbar {
    height: 70px;
  }
  .cid-v3vkjPlD9T .navbar.opened {
    height: auto;
  }
  .cid-v3vkjPlD9T .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3vkjQAL5D {
  background-image: url("../../../assets/images/hurdacilar-hurdaci-hurdametal-800x671.jpg");
}
.cid-v3vkjQAL5D .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-v3vkjQAL5D .mbr-text,
.cid-v3vkjQAL5D .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v3vkjQUJUV {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-v3vkjQUJUV .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-v3vkjQUJUV .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v3vkjQUJUV .mbr-iconfont {
  font-size: 4rem;
  color: #4d6d9a;
  padding-right: 1.5rem;
}
.cid-v3vkjRngVX {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v3vkjRngVX .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-v3vkjRngVX .card {
    margin-bottom: 2rem!important;
  }
  .cid-v3vkjRngVX .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v3vkjRngVX .link-wrap {
    align-items: center;
  }
}
.cid-v3vkjRngVX .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v3vkjRIqjc {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-v3vkjRIqjc .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-v3vkjRIqjc .team-card:hover {
  transform: translateY(-10px);
}
.cid-v3vkjRIqjc .card-wrap {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-v3vkjRIqjc .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-v3vkjRIqjc .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-v3vkjRIqjc .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v3vkjRIqjc .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-v3vkjRIqjc .social-row {
  text-align: center;
}
.cid-v3vkjRIqjc .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-v3vkjRIqjc .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-v3vkjRIqjc .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-v3vkjRIqjc .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-v3vkjRIqjc .card-text,
.cid-v3vkjRIqjc .mbr-section-btn,
.cid-v3vkjRIqjc .social-row {
  text-align: left;
}
.cid-v3vkjSJXcE {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v3vkjSJXcE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3vkjSJXcE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3vkjSJXcE .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-v3vkjSJXcE .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-v3vkjSJXcE .item-wrapper {
  position: relative;
}
.cid-v3vkjSJXcE .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-v3vkjSJXcE .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v3vkjSJXcE .carousel-control,
.cid-v3vkjSJXcE .close {
  background: #1b1b1b;
}
.cid-v3vkjSJXcE .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v3vkjSJXcE .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v3vkjSJXcE .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v3vkjSJXcE .carousel-control-next span {
  margin-left: 5px;
}
.cid-v3vkjSJXcE .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v3vkjSJXcE .close::before {
  content: '\e91a';
}
.cid-v3vkjSJXcE .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v3vkjSJXcE .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v3vkjSJXcE .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v3vkjSJXcE .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v3vkjSJXcE .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v3vkjSJXcE .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v3vkjSJXcE .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v3vkjSJXcE .carousel-indicators li.active,
.cid-v3vkjSJXcE .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v3vkjSJXcE .carousel-indicators li::after,
.cid-v3vkjSJXcE .carousel-indicators li::before {
  content: none;
}
.cid-v3vkjSJXcE .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v3vkjSJXcE .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v3vkjSJXcE .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v3vkjSJXcE .carousel-indicators {
    display: none;
  }
}
.cid-v3vkjSJXcE .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v3vkjSJXcE .carousel-inner > .active {
  display: block;
}
.cid-v3vkjSJXcE .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v3vkjSJXcE .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v3vkjSJXcE .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v3vkjSJXcE .carousel-control,
  .cid-v3vkjSJXcE .carousel-indicators,
  .cid-v3vkjSJXcE .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v3vkjSJXcE .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v3vkjSJXcE .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v3vkjSJXcE .carousel-indicators .active,
.cid-v3vkjSJXcE .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v3vkjSJXcE .carousel-indicators .active {
  background: #fff;
}
.cid-v3vkjSJXcE .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v3vkjSJXcE .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v3vkjSJXcE .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v3vkjSJXcE .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v3vkjSJXcE .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v3vkjSJXcE .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v3vkjSJXcE .carousel {
  width: 100%;
}
.cid-v3vkjSJXcE .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v3vkjSJXcE .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v3vkjSJXcE .modal.fade .modal-dialog,
.cid-v3vkjSJXcE .modal.in .modal-dialog {
  transform: none;
}
.cid-v3vkjSJXcE .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v3vkjSJXcE H6 {
  text-align: center;
}
.cid-v3vkjTnRYm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v3vkjTnRYm .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3vkjTnRYm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3vkjTnRYm .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-v3vkjTJvVB {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v3vkjTJvVB .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-v3vkjTJvVB .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-v3vkjTJvVB .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  background: none;
  border: 1px solid #6592e6;
  color: #6592e6;
  content: "✓";
}
.cid-v3vkjU2dlM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v3vkjU2dlM .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-v3vkjU2dlM form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-v3vkjU2dlM form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-v3vkjU2dlM form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-v3vkjU2dlM textarea {
  min-height: 10rem;
}
.cid-v3vkjUru5T {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3vkjUru5T .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3vkjUru5T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3vkjUru5T .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-v3vkjUru5T .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v3vkjUru5T .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v3vkjUru5T .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-v3vkjUru5T .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #4d6d9a;
}
.cid-v3vkjUUA8m {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-v3vkjUUA8m .google-map {
  height: 30rem;
  position: relative;
}
.cid-v3vkjUUA8m .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-v3vkjUUA8m .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-v3vkjUUA8m .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v3vkjUUA8m .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v3vkjVIzCg {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #fafafa;
}
.cid-v3vkjVIzCg .media-container-row {
  justify-content: space-between;
}
.cid-v3vkjVIzCg .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-v3vkjVIzCg .text-content {
    max-width: none;
  }
}
.cid-v3vkjVIzCg .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4d6d9a;
  border: 2px solid #4d6d9a;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-v3vkjVIzCg .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-v3vkjVIzCg .mbr-iconfont-social:hover {
  background-color: #4d6d9a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-v3vkjVIzCg .icons {
    justify-content: center !important;
  }
  .cid-v3vkjVIzCg .text-content * {
    text-align: center;
  }
}
.cid-v3vkjWeHXM {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #4d6d9a;
  overflow: hidden;
}
.cid-v3vkjWyI7M {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #fafafa;
}
.cid-v3vkjWyI7M .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3vkjWyI7M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3vkjWyI7M .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-v3vkjWyI7M .plan-body {
  padding-bottom: 2rem;
}
.cid-v3vkjWyI7M .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v3vkjWyI7M .price {
  color: #4d6d9a;
}
.cid-v3vkjWyI7M .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-v3vkjWyI7M .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-v3vkjWyI7M .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-v3vkjWyI7M .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-v3vkjWyI7M .plan {
    margin-bottom: 2rem;
  }
}
.cid-v3vkUnuSqJ {
  z-index: 1000;
  width: 100%;
}
.cid-v3vkUnuSqJ nav.navbar {
  position: fixed;
}
.cid-v3vkUnuSqJ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3vkUnuSqJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v3vkUnuSqJ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v3vkUnuSqJ .dropdown-item:hover,
.cid-v3vkUnuSqJ .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-v3vkUnuSqJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v3vkUnuSqJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v3vkUnuSqJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v3vkUnuSqJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v3vkUnuSqJ .nav-link {
  position: relative;
}
.cid-v3vkUnuSqJ .container {
  display: flex;
  margin: auto;
}
.cid-v3vkUnuSqJ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v3vkUnuSqJ .dropdown-menu,
.cid-v3vkUnuSqJ .navbar.opened {
  background: #ffffff !important;
}
.cid-v3vkUnuSqJ .nav-item:focus,
.cid-v3vkUnuSqJ .nav-link:focus {
  outline: none;
}
.cid-v3vkUnuSqJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3vkUnuSqJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v3vkUnuSqJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3vkUnuSqJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3vkUnuSqJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3vkUnuSqJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3vkUnuSqJ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.2);
}
.cid-v3vkUnuSqJ .navbar.opened {
  transition: all 0.3s;
}
.cid-v3vkUnuSqJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v3vkUnuSqJ .navbar .navbar-logo img {
  width: auto;
}
.cid-v3vkUnuSqJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v3vkUnuSqJ .navbar.collapsed {
  justify-content: center;
}
.cid-v3vkUnuSqJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3vkUnuSqJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3vkUnuSqJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v3vkUnuSqJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3vkUnuSqJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3vkUnuSqJ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v3vkUnuSqJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3vkUnuSqJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v3vkUnuSqJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v3vkUnuSqJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3vkUnuSqJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3vkUnuSqJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3vkUnuSqJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3vkUnuSqJ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v3vkUnuSqJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v3vkUnuSqJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3vkUnuSqJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v3vkUnuSqJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v3vkUnuSqJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3vkUnuSqJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v3vkUnuSqJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-v3vkUnuSqJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v3vkUnuSqJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v3vkUnuSqJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v3vkUnuSqJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v3vkUnuSqJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3vkUnuSqJ .dropdown-item.active,
.cid-v3vkUnuSqJ .dropdown-item:active {
  background-color: transparent;
}
.cid-v3vkUnuSqJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3vkUnuSqJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3vkUnuSqJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3vkUnuSqJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v3vkUnuSqJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v3vkUnuSqJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3vkUnuSqJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v3vkUnuSqJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v3vkUnuSqJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v3vkUnuSqJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-v3vkUnuSqJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v3vkUnuSqJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3vkUnuSqJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3vkUnuSqJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v3vkUnuSqJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3vkUnuSqJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3vkUnuSqJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3vkUnuSqJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3vkUnuSqJ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v3vkUnuSqJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v3vkUnuSqJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v3vkUnuSqJ .navbar {
    height: 70px;
  }
  .cid-v3vkUnuSqJ .navbar.opened {
    height: auto;
  }
  .cid-v3vkUnuSqJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3vkUnYLgk {
  background-image: url("../../../assets/images/hurdacilar-hurdaci-hurdametal-800x671.jpg");
}
.cid-v3vkUnYLgk .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-v3vkUnYLgk .mbr-text,
.cid-v3vkUnYLgk .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v3vkUonoN7 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-v3vkUonoN7 .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-v3vkUonoN7 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v3vkUonoN7 .mbr-iconfont {
  font-size: 4rem;
  color: #4d6d9a;
  padding-right: 1.5rem;
}
.cid-v3vkUoTNzg {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v3vkUoTNzg .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-v3vkUoTNzg .card {
    margin-bottom: 2rem!important;
  }
  .cid-v3vkUoTNzg .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v3vkUoTNzg .link-wrap {
    align-items: center;
  }
}
.cid-v3vkUoTNzg .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v3vkUpeyjZ {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-v3vkUpeyjZ .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-v3vkUpeyjZ .team-card:hover {
  transform: translateY(-10px);
}
.cid-v3vkUpeyjZ .card-wrap {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-v3vkUpeyjZ .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-v3vkUpeyjZ .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-v3vkUpeyjZ .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v3vkUpeyjZ .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-v3vkUpeyjZ .social-row {
  text-align: center;
}
.cid-v3vkUpeyjZ .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-v3vkUpeyjZ .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-v3vkUpeyjZ .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-v3vkUpeyjZ .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-v3vkUpeyjZ .card-text,
.cid-v3vkUpeyjZ .mbr-section-btn,
.cid-v3vkUpeyjZ .social-row {
  text-align: left;
}
.cid-v3vkUqioap {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v3vkUqioap .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3vkUqioap .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3vkUqioap .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-v3vkUqioap .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-v3vkUqioap .item-wrapper {
  position: relative;
}
.cid-v3vkUqioap .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-v3vkUqioap .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v3vkUqioap .carousel-control,
.cid-v3vkUqioap .close {
  background: #1b1b1b;
}
.cid-v3vkUqioap .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v3vkUqioap .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v3vkUqioap .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v3vkUqioap .carousel-control-next span {
  margin-left: 5px;
}
.cid-v3vkUqioap .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v3vkUqioap .close::before {
  content: '\e91a';
}
.cid-v3vkUqioap .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v3vkUqioap .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v3vkUqioap .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v3vkUqioap .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v3vkUqioap .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v3vkUqioap .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v3vkUqioap .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v3vkUqioap .carousel-indicators li.active,
.cid-v3vkUqioap .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v3vkUqioap .carousel-indicators li::after,
.cid-v3vkUqioap .carousel-indicators li::before {
  content: none;
}
.cid-v3vkUqioap .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v3vkUqioap .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v3vkUqioap .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v3vkUqioap .carousel-indicators {
    display: none;
  }
}
.cid-v3vkUqioap .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v3vkUqioap .carousel-inner > .active {
  display: block;
}
.cid-v3vkUqioap .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v3vkUqioap .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v3vkUqioap .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v3vkUqioap .carousel-control,
  .cid-v3vkUqioap .carousel-indicators,
  .cid-v3vkUqioap .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v3vkUqioap .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v3vkUqioap .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v3vkUqioap .carousel-indicators .active,
.cid-v3vkUqioap .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v3vkUqioap .carousel-indicators .active {
  background: #fff;
}
.cid-v3vkUqioap .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v3vkUqioap .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v3vkUqioap .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v3vkUqioap .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v3vkUqioap .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v3vkUqioap .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v3vkUqioap .carousel {
  width: 100%;
}
.cid-v3vkUqioap .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v3vkUqioap .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v3vkUqioap .modal.fade .modal-dialog,
.cid-v3vkUqioap .modal.in .modal-dialog {
  transform: none;
}
.cid-v3vkUqioap .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v3vkUqioap H6 {
  text-align: center;
}
.cid-v3vkUqY6zo {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v3vkUqY6zo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3vkUqY6zo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3vkUqY6zo .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-v3vkUrjpqW {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v3vkUrjpqW .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-v3vkUrjpqW .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-v3vkUrjpqW .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  background: none;
  border: 1px solid #6592e6;
  color: #6592e6;
  content: "✓";
}
.cid-v3vkUrEA31 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v3vkUrEA31 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-v3vkUrEA31 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-v3vkUrEA31 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-v3vkUrEA31 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-v3vkUrEA31 textarea {
  min-height: 10rem;
}
.cid-v3vkUs0Tiu {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3vkUs0Tiu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3vkUs0Tiu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3vkUs0Tiu .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-v3vkUs0Tiu .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v3vkUs0Tiu .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v3vkUs0Tiu .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-v3vkUs0Tiu .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #4d6d9a;
}
.cid-v3vkUsuHO8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-v3vkUsuHO8 .google-map {
  height: 30rem;
  position: relative;
}
.cid-v3vkUsuHO8 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-v3vkUsuHO8 .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-v3vkUsuHO8 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v3vkUsuHO8 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v3vkUt01mF {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #fafafa;
}
.cid-v3vkUt01mF .media-container-row {
  justify-content: space-between;
}
.cid-v3vkUt01mF .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-v3vkUt01mF .text-content {
    max-width: none;
  }
}
.cid-v3vkUt01mF .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4d6d9a;
  border: 2px solid #4d6d9a;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-v3vkUt01mF .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-v3vkUt01mF .mbr-iconfont-social:hover {
  background-color: #4d6d9a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-v3vkUt01mF .icons {
    justify-content: center !important;
  }
  .cid-v3vkUt01mF .text-content * {
    text-align: center;
  }
}
.cid-v3vkUtxMBF {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #4d6d9a;
  overflow: hidden;
}
.cid-v3vkUtVwwt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #fafafa;
}
.cid-v3vkUtVwwt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3vkUtVwwt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3vkUtVwwt .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-v3vkUtVwwt .plan-body {
  padding-bottom: 2rem;
}
.cid-v3vkUtVwwt .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v3vkUtVwwt .price {
  color: #4d6d9a;
}
.cid-v3vkUtVwwt .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-v3vkUtVwwt .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-v3vkUtVwwt .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-v3vkUtVwwt .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-v3vkUtVwwt .plan {
    margin-bottom: 2rem;
  }
}
.cid-v3vlDY10R5 {
  z-index: 1000;
  width: 100%;
}
.cid-v3vlDY10R5 nav.navbar {
  position: fixed;
}
.cid-v3vlDY10R5 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3vlDY10R5 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v3vlDY10R5 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v3vlDY10R5 .dropdown-item:hover,
.cid-v3vlDY10R5 .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-v3vlDY10R5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v3vlDY10R5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v3vlDY10R5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v3vlDY10R5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v3vlDY10R5 .nav-link {
  position: relative;
}
.cid-v3vlDY10R5 .container {
  display: flex;
  margin: auto;
}
.cid-v3vlDY10R5 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v3vlDY10R5 .dropdown-menu,
.cid-v3vlDY10R5 .navbar.opened {
  background: #ffffff !important;
}
.cid-v3vlDY10R5 .nav-item:focus,
.cid-v3vlDY10R5 .nav-link:focus {
  outline: none;
}
.cid-v3vlDY10R5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3vlDY10R5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v3vlDY10R5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3vlDY10R5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3vlDY10R5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3vlDY10R5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3vlDY10R5 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.2);
}
.cid-v3vlDY10R5 .navbar.opened {
  transition: all 0.3s;
}
.cid-v3vlDY10R5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v3vlDY10R5 .navbar .navbar-logo img {
  width: auto;
}
.cid-v3vlDY10R5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v3vlDY10R5 .navbar.collapsed {
  justify-content: center;
}
.cid-v3vlDY10R5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3vlDY10R5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3vlDY10R5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v3vlDY10R5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3vlDY10R5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3vlDY10R5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v3vlDY10R5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3vlDY10R5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v3vlDY10R5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v3vlDY10R5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3vlDY10R5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3vlDY10R5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3vlDY10R5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3vlDY10R5 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v3vlDY10R5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v3vlDY10R5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3vlDY10R5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v3vlDY10R5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v3vlDY10R5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3vlDY10R5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v3vlDY10R5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-v3vlDY10R5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v3vlDY10R5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v3vlDY10R5 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v3vlDY10R5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v3vlDY10R5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3vlDY10R5 .dropdown-item.active,
.cid-v3vlDY10R5 .dropdown-item:active {
  background-color: transparent;
}
.cid-v3vlDY10R5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3vlDY10R5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3vlDY10R5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3vlDY10R5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v3vlDY10R5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v3vlDY10R5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3vlDY10R5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v3vlDY10R5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v3vlDY10R5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v3vlDY10R5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-v3vlDY10R5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v3vlDY10R5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3vlDY10R5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3vlDY10R5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v3vlDY10R5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3vlDY10R5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3vlDY10R5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3vlDY10R5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3vlDY10R5 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v3vlDY10R5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v3vlDY10R5 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v3vlDY10R5 .navbar {
    height: 70px;
  }
  .cid-v3vlDY10R5 .navbar.opened {
    height: auto;
  }
  .cid-v3vlDY10R5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3vlDYxJic {
  background-image: url("../../../assets/images/hurdacilar-hurdaci-hurdametal-800x671.jpg");
}
.cid-v3vlDYxJic .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-v3vlDYxJic .mbr-text,
.cid-v3vlDYxJic .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v3vlDYWpll {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-v3vlDYWpll .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-v3vlDYWpll .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v3vlDYWpll .mbr-iconfont {
  font-size: 4rem;
  color: #4d6d9a;
  padding-right: 1.5rem;
}
.cid-v3vlDZp9Z1 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v3vlDZp9Z1 .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-v3vlDZp9Z1 .card {
    margin-bottom: 2rem!important;
  }
  .cid-v3vlDZp9Z1 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v3vlDZp9Z1 .link-wrap {
    align-items: center;
  }
}
.cid-v3vlDZp9Z1 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v3vlDZPjgV {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-v3vlDZPjgV .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-v3vlDZPjgV .team-card:hover {
  transform: translateY(-10px);
}
.cid-v3vlDZPjgV .card-wrap {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-v3vlDZPjgV .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-v3vlDZPjgV .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-v3vlDZPjgV .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v3vlDZPjgV .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-v3vlDZPjgV .social-row {
  text-align: center;
}
.cid-v3vlDZPjgV .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-v3vlDZPjgV .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-v3vlDZPjgV .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-v3vlDZPjgV .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-v3vlDZPjgV .card-text,
.cid-v3vlDZPjgV .mbr-section-btn,
.cid-v3vlDZPjgV .social-row {
  text-align: left;
}
.cid-v3vlE0Nk9P {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v3vlE0Nk9P .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3vlE0Nk9P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3vlE0Nk9P .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-v3vlE0Nk9P .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-v3vlE0Nk9P .item-wrapper {
  position: relative;
}
.cid-v3vlE0Nk9P .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-v3vlE0Nk9P .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v3vlE0Nk9P .carousel-control,
.cid-v3vlE0Nk9P .close {
  background: #1b1b1b;
}
.cid-v3vlE0Nk9P .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v3vlE0Nk9P .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v3vlE0Nk9P .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v3vlE0Nk9P .carousel-control-next span {
  margin-left: 5px;
}
.cid-v3vlE0Nk9P .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v3vlE0Nk9P .close::before {
  content: '\e91a';
}
.cid-v3vlE0Nk9P .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v3vlE0Nk9P .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v3vlE0Nk9P .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v3vlE0Nk9P .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v3vlE0Nk9P .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v3vlE0Nk9P .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v3vlE0Nk9P .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v3vlE0Nk9P .carousel-indicators li.active,
.cid-v3vlE0Nk9P .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v3vlE0Nk9P .carousel-indicators li::after,
.cid-v3vlE0Nk9P .carousel-indicators li::before {
  content: none;
}
.cid-v3vlE0Nk9P .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v3vlE0Nk9P .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v3vlE0Nk9P .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v3vlE0Nk9P .carousel-indicators {
    display: none;
  }
}
.cid-v3vlE0Nk9P .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v3vlE0Nk9P .carousel-inner > .active {
  display: block;
}
.cid-v3vlE0Nk9P .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v3vlE0Nk9P .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v3vlE0Nk9P .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v3vlE0Nk9P .carousel-control,
  .cid-v3vlE0Nk9P .carousel-indicators,
  .cid-v3vlE0Nk9P .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v3vlE0Nk9P .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v3vlE0Nk9P .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v3vlE0Nk9P .carousel-indicators .active,
.cid-v3vlE0Nk9P .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v3vlE0Nk9P .carousel-indicators .active {
  background: #fff;
}
.cid-v3vlE0Nk9P .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v3vlE0Nk9P .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v3vlE0Nk9P .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v3vlE0Nk9P .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v3vlE0Nk9P .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v3vlE0Nk9P .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v3vlE0Nk9P .carousel {
  width: 100%;
}
.cid-v3vlE0Nk9P .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v3vlE0Nk9P .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v3vlE0Nk9P .modal.fade .modal-dialog,
.cid-v3vlE0Nk9P .modal.in .modal-dialog {
  transform: none;
}
.cid-v3vlE0Nk9P .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v3vlE0Nk9P H6 {
  text-align: center;
}
.cid-v3vlE1wHZu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v3vlE1wHZu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3vlE1wHZu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3vlE1wHZu .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-v3vlE1St9a {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v3vlE1St9a .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-v3vlE1St9a .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-v3vlE1St9a .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  background: none;
  border: 1px solid #6592e6;
  color: #6592e6;
  content: "✓";
}
.cid-v3vlE29IHw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v3vlE29IHw .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-v3vlE29IHw form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-v3vlE29IHw form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-v3vlE29IHw form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-v3vlE29IHw textarea {
  min-height: 10rem;
}
.cid-v3vlE2vT7c {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3vlE2vT7c .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3vlE2vT7c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3vlE2vT7c .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-v3vlE2vT7c .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v3vlE2vT7c .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v3vlE2vT7c .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-v3vlE2vT7c .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #4d6d9a;
}
.cid-v3vlE335Ep {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-v3vlE335Ep .google-map {
  height: 30rem;
  position: relative;
}
.cid-v3vlE335Ep .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-v3vlE335Ep .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-v3vlE335Ep .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v3vlE335Ep .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v3vlE3zAjP {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #fafafa;
}
.cid-v3vlE3zAjP .media-container-row {
  justify-content: space-between;
}
.cid-v3vlE3zAjP .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-v3vlE3zAjP .text-content {
    max-width: none;
  }
}
.cid-v3vlE3zAjP .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4d6d9a;
  border: 2px solid #4d6d9a;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-v3vlE3zAjP .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-v3vlE3zAjP .mbr-iconfont-social:hover {
  background-color: #4d6d9a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-v3vlE3zAjP .icons {
    justify-content: center !important;
  }
  .cid-v3vlE3zAjP .text-content * {
    text-align: center;
  }
}
.cid-v3vlE487X5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #4d6d9a;
  overflow: hidden;
}
.cid-v3vlE4teuo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #fafafa;
}
.cid-v3vlE4teuo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3vlE4teuo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3vlE4teuo .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-v3vlE4teuo .plan-body {
  padding-bottom: 2rem;
}
.cid-v3vlE4teuo .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v3vlE4teuo .price {
  color: #4d6d9a;
}
.cid-v3vlE4teuo .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-v3vlE4teuo .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-v3vlE4teuo .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-v3vlE4teuo .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-v3vlE4teuo .plan {
    margin-bottom: 2rem;
  }
}
.cid-v3vml5LRyU {
  z-index: 1000;
  width: 100%;
}
.cid-v3vml5LRyU nav.navbar {
  position: fixed;
}
.cid-v3vml5LRyU .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3vml5LRyU .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v3vml5LRyU .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v3vml5LRyU .dropdown-item:hover,
.cid-v3vml5LRyU .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-v3vml5LRyU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v3vml5LRyU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v3vml5LRyU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v3vml5LRyU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v3vml5LRyU .nav-link {
  position: relative;
}
.cid-v3vml5LRyU .container {
  display: flex;
  margin: auto;
}
.cid-v3vml5LRyU .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v3vml5LRyU .dropdown-menu,
.cid-v3vml5LRyU .navbar.opened {
  background: #ffffff !important;
}
.cid-v3vml5LRyU .nav-item:focus,
.cid-v3vml5LRyU .nav-link:focus {
  outline: none;
}
.cid-v3vml5LRyU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3vml5LRyU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v3vml5LRyU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3vml5LRyU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3vml5LRyU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3vml5LRyU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3vml5LRyU .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.2);
}
.cid-v3vml5LRyU .navbar.opened {
  transition: all 0.3s;
}
.cid-v3vml5LRyU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v3vml5LRyU .navbar .navbar-logo img {
  width: auto;
}
.cid-v3vml5LRyU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v3vml5LRyU .navbar.collapsed {
  justify-content: center;
}
.cid-v3vml5LRyU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3vml5LRyU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3vml5LRyU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v3vml5LRyU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3vml5LRyU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3vml5LRyU .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v3vml5LRyU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3vml5LRyU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v3vml5LRyU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v3vml5LRyU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3vml5LRyU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3vml5LRyU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3vml5LRyU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3vml5LRyU .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v3vml5LRyU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v3vml5LRyU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3vml5LRyU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v3vml5LRyU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v3vml5LRyU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3vml5LRyU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v3vml5LRyU .navbar.navbar-short {
  min-height: 60px;
}
.cid-v3vml5LRyU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v3vml5LRyU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v3vml5LRyU .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v3vml5LRyU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v3vml5LRyU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3vml5LRyU .dropdown-item.active,
.cid-v3vml5LRyU .dropdown-item:active {
  background-color: transparent;
}
.cid-v3vml5LRyU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3vml5LRyU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3vml5LRyU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3vml5LRyU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v3vml5LRyU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v3vml5LRyU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3vml5LRyU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v3vml5LRyU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v3vml5LRyU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v3vml5LRyU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-v3vml5LRyU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v3vml5LRyU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3vml5LRyU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3vml5LRyU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v3vml5LRyU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3vml5LRyU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3vml5LRyU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3vml5LRyU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3vml5LRyU .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v3vml5LRyU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v3vml5LRyU .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v3vml5LRyU .navbar {
    height: 70px;
  }
  .cid-v3vml5LRyU .navbar.opened {
    height: auto;
  }
  .cid-v3vml5LRyU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3vml6jW9T {
  background-image: url("../../../assets/images/hurdacilar-hurdaci-hurdametal-800x671.jpg");
}
.cid-v3vml6jW9T .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-v3vml6jW9T .mbr-text,
.cid-v3vml6jW9T .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v3vml6GH9Q {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-v3vml6GH9Q .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-v3vml6GH9Q .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v3vml6GH9Q .mbr-iconfont {
  font-size: 4rem;
  color: #4d6d9a;
  padding-right: 1.5rem;
}
.cid-v3vml7dSaQ {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v3vml7dSaQ .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-v3vml7dSaQ .card {
    margin-bottom: 2rem!important;
  }
  .cid-v3vml7dSaQ .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v3vml7dSaQ .link-wrap {
    align-items: center;
  }
}
.cid-v3vml7dSaQ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v3vml7zAcb {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-v3vml7zAcb .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-v3vml7zAcb .team-card:hover {
  transform: translateY(-10px);
}
.cid-v3vml7zAcb .card-wrap {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-v3vml7zAcb .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-v3vml7zAcb .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-v3vml7zAcb .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v3vml7zAcb .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-v3vml7zAcb .social-row {
  text-align: center;
}
.cid-v3vml7zAcb .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-v3vml7zAcb .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-v3vml7zAcb .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-v3vml7zAcb .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-v3vml7zAcb .card-text,
.cid-v3vml7zAcb .mbr-section-btn,
.cid-v3vml7zAcb .social-row {
  text-align: left;
}
.cid-v3vml8xCkr {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v3vml8xCkr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3vml8xCkr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3vml8xCkr .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-v3vml8xCkr .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-v3vml8xCkr .item-wrapper {
  position: relative;
}
.cid-v3vml8xCkr .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-v3vml8xCkr .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v3vml8xCkr .carousel-control,
.cid-v3vml8xCkr .close {
  background: #1b1b1b;
}
.cid-v3vml8xCkr .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v3vml8xCkr .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v3vml8xCkr .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v3vml8xCkr .carousel-control-next span {
  margin-left: 5px;
}
.cid-v3vml8xCkr .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v3vml8xCkr .close::before {
  content: '\e91a';
}
.cid-v3vml8xCkr .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v3vml8xCkr .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v3vml8xCkr .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v3vml8xCkr .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v3vml8xCkr .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v3vml8xCkr .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v3vml8xCkr .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v3vml8xCkr .carousel-indicators li.active,
.cid-v3vml8xCkr .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v3vml8xCkr .carousel-indicators li::after,
.cid-v3vml8xCkr .carousel-indicators li::before {
  content: none;
}
.cid-v3vml8xCkr .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v3vml8xCkr .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v3vml8xCkr .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v3vml8xCkr .carousel-indicators {
    display: none;
  }
}
.cid-v3vml8xCkr .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v3vml8xCkr .carousel-inner > .active {
  display: block;
}
.cid-v3vml8xCkr .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v3vml8xCkr .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v3vml8xCkr .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v3vml8xCkr .carousel-control,
  .cid-v3vml8xCkr .carousel-indicators,
  .cid-v3vml8xCkr .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v3vml8xCkr .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v3vml8xCkr .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v3vml8xCkr .carousel-indicators .active,
.cid-v3vml8xCkr .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v3vml8xCkr .carousel-indicators .active {
  background: #fff;
}
.cid-v3vml8xCkr .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v3vml8xCkr .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v3vml8xCkr .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v3vml8xCkr .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v3vml8xCkr .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v3vml8xCkr .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v3vml8xCkr .carousel {
  width: 100%;
}
.cid-v3vml8xCkr .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v3vml8xCkr .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v3vml8xCkr .modal.fade .modal-dialog,
.cid-v3vml8xCkr .modal.in .modal-dialog {
  transform: none;
}
.cid-v3vml8xCkr .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v3vml8xCkr H6 {
  text-align: center;
}
.cid-v3vml9hsx1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v3vml9hsx1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3vml9hsx1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3vml9hsx1 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-v3vml9DgRF {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v3vml9DgRF .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-v3vml9DgRF .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-v3vml9DgRF .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  background: none;
  border: 1px solid #6592e6;
  color: #6592e6;
  content: "✓";
}
.cid-v3vml9WSd1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v3vml9WSd1 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-v3vml9WSd1 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-v3vml9WSd1 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-v3vml9WSd1 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-v3vml9WSd1 textarea {
  min-height: 10rem;
}
.cid-v3vmlahRE6 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3vmlahRE6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3vmlahRE6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3vmlahRE6 .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-v3vmlahRE6 .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v3vmlahRE6 .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v3vmlahRE6 .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-v3vmlahRE6 .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #4d6d9a;
}
.cid-v3vmlaPrVY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-v3vmlaPrVY .google-map {
  height: 30rem;
  position: relative;
}
.cid-v3vmlaPrVY .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-v3vmlaPrVY .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-v3vmlaPrVY .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v3vmlaPrVY .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v3vmlbmydg {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #fafafa;
}
.cid-v3vmlbmydg .media-container-row {
  justify-content: space-between;
}
.cid-v3vmlbmydg .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-v3vmlbmydg .text-content {
    max-width: none;
  }
}
.cid-v3vmlbmydg .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4d6d9a;
  border: 2px solid #4d6d9a;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-v3vmlbmydg .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-v3vmlbmydg .mbr-iconfont-social:hover {
  background-color: #4d6d9a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-v3vmlbmydg .icons {
    justify-content: center !important;
  }
  .cid-v3vmlbmydg .text-content * {
    text-align: center;
  }
}
.cid-v3vmlbR2aP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #4d6d9a;
  overflow: hidden;
}
.cid-v3vmlcdJsV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #fafafa;
}
.cid-v3vmlcdJsV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3vmlcdJsV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3vmlcdJsV .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-v3vmlcdJsV .plan-body {
  padding-bottom: 2rem;
}
.cid-v3vmlcdJsV .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v3vmlcdJsV .price {
  color: #4d6d9a;
}
.cid-v3vmlcdJsV .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-v3vmlcdJsV .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-v3vmlcdJsV .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-v3vmlcdJsV .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-v3vmlcdJsV .plan {
    margin-bottom: 2rem;
  }
}
.cid-v3yjpEREQ2 {
  z-index: 1000;
  width: 100%;
}
.cid-v3yjpEREQ2 nav.navbar {
  position: fixed;
}
.cid-v3yjpEREQ2 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3yjpEREQ2 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v3yjpEREQ2 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v3yjpEREQ2 .dropdown-item:hover,
.cid-v3yjpEREQ2 .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-v3yjpEREQ2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v3yjpEREQ2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v3yjpEREQ2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v3yjpEREQ2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v3yjpEREQ2 .nav-link {
  position: relative;
}
.cid-v3yjpEREQ2 .container {
  display: flex;
  margin: auto;
}
.cid-v3yjpEREQ2 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v3yjpEREQ2 .dropdown-menu,
.cid-v3yjpEREQ2 .navbar.opened {
  background: #ffffff !important;
}
.cid-v3yjpEREQ2 .nav-item:focus,
.cid-v3yjpEREQ2 .nav-link:focus {
  outline: none;
}
.cid-v3yjpEREQ2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3yjpEREQ2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v3yjpEREQ2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3yjpEREQ2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3yjpEREQ2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3yjpEREQ2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3yjpEREQ2 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.2);
}
.cid-v3yjpEREQ2 .navbar.opened {
  transition: all 0.3s;
}
.cid-v3yjpEREQ2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v3yjpEREQ2 .navbar .navbar-logo img {
  width: auto;
}
.cid-v3yjpEREQ2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v3yjpEREQ2 .navbar.collapsed {
  justify-content: center;
}
.cid-v3yjpEREQ2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3yjpEREQ2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3yjpEREQ2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v3yjpEREQ2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3yjpEREQ2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3yjpEREQ2 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v3yjpEREQ2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3yjpEREQ2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v3yjpEREQ2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v3yjpEREQ2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3yjpEREQ2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3yjpEREQ2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3yjpEREQ2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3yjpEREQ2 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v3yjpEREQ2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v3yjpEREQ2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3yjpEREQ2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v3yjpEREQ2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v3yjpEREQ2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3yjpEREQ2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v3yjpEREQ2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-v3yjpEREQ2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v3yjpEREQ2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v3yjpEREQ2 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v3yjpEREQ2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v3yjpEREQ2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3yjpEREQ2 .dropdown-item.active,
.cid-v3yjpEREQ2 .dropdown-item:active {
  background-color: transparent;
}
.cid-v3yjpEREQ2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3yjpEREQ2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3yjpEREQ2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3yjpEREQ2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v3yjpEREQ2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v3yjpEREQ2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3yjpEREQ2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v3yjpEREQ2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v3yjpEREQ2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v3yjpEREQ2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-v3yjpEREQ2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v3yjpEREQ2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3yjpEREQ2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3yjpEREQ2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v3yjpEREQ2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3yjpEREQ2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3yjpEREQ2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3yjpEREQ2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3yjpEREQ2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v3yjpEREQ2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v3yjpEREQ2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v3yjpEREQ2 .navbar {
    height: 70px;
  }
  .cid-v3yjpEREQ2 .navbar.opened {
    height: auto;
  }
  .cid-v3yjpEREQ2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3yjpFn03m {
  background-image: url("../../../assets/images/hurdacilar-hurdaci-hurdametal-800x671.jpg");
}
.cid-v3yjpFn03m .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-v3yjpFn03m .mbr-text,
.cid-v3yjpFn03m .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v3yjpFLWgi {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-v3yjpFLWgi .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-v3yjpFLWgi .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v3yjpFLWgi .mbr-iconfont {
  font-size: 4rem;
  color: #4d6d9a;
  padding-right: 1.5rem;
}
.cid-v3yjpGfJIi {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v3yjpGfJIi .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-v3yjpGfJIi .card {
    margin-bottom: 2rem!important;
  }
  .cid-v3yjpGfJIi .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v3yjpGfJIi .link-wrap {
    align-items: center;
  }
}
.cid-v3yjpGfJIi .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v3yjpGBacH {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-v3yjpGBacH .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-v3yjpGBacH .team-card:hover {
  transform: translateY(-10px);
}
.cid-v3yjpGBacH .card-wrap {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-v3yjpGBacH .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-v3yjpGBacH .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-v3yjpGBacH .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v3yjpGBacH .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-v3yjpGBacH .social-row {
  text-align: center;
}
.cid-v3yjpGBacH .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-v3yjpGBacH .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-v3yjpGBacH .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-v3yjpGBacH .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-v3yjpGBacH .card-text,
.cid-v3yjpGBacH .mbr-section-btn,
.cid-v3yjpGBacH .social-row {
  text-align: left;
}
.cid-v3yjpHCrCh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v3yjpHCrCh .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3yjpHCrCh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3yjpHCrCh .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-v3yjpHCrCh .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-v3yjpHCrCh .item-wrapper {
  position: relative;
}
.cid-v3yjpHCrCh .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-v3yjpHCrCh .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v3yjpHCrCh .carousel-control,
.cid-v3yjpHCrCh .close {
  background: #1b1b1b;
}
.cid-v3yjpHCrCh .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v3yjpHCrCh .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v3yjpHCrCh .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v3yjpHCrCh .carousel-control-next span {
  margin-left: 5px;
}
.cid-v3yjpHCrCh .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v3yjpHCrCh .close::before {
  content: '\e91a';
}
.cid-v3yjpHCrCh .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v3yjpHCrCh .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v3yjpHCrCh .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v3yjpHCrCh .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v3yjpHCrCh .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v3yjpHCrCh .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v3yjpHCrCh .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v3yjpHCrCh .carousel-indicators li.active,
.cid-v3yjpHCrCh .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v3yjpHCrCh .carousel-indicators li::after,
.cid-v3yjpHCrCh .carousel-indicators li::before {
  content: none;
}
.cid-v3yjpHCrCh .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v3yjpHCrCh .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v3yjpHCrCh .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v3yjpHCrCh .carousel-indicators {
    display: none;
  }
}
.cid-v3yjpHCrCh .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v3yjpHCrCh .carousel-inner > .active {
  display: block;
}
.cid-v3yjpHCrCh .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v3yjpHCrCh .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v3yjpHCrCh .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v3yjpHCrCh .carousel-control,
  .cid-v3yjpHCrCh .carousel-indicators,
  .cid-v3yjpHCrCh .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v3yjpHCrCh .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v3yjpHCrCh .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v3yjpHCrCh .carousel-indicators .active,
.cid-v3yjpHCrCh .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v3yjpHCrCh .carousel-indicators .active {
  background: #fff;
}
.cid-v3yjpHCrCh .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v3yjpHCrCh .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v3yjpHCrCh .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v3yjpHCrCh .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v3yjpHCrCh .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v3yjpHCrCh .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v3yjpHCrCh .carousel {
  width: 100%;
}
.cid-v3yjpHCrCh .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v3yjpHCrCh .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v3yjpHCrCh .modal.fade .modal-dialog,
.cid-v3yjpHCrCh .modal.in .modal-dialog {
  transform: none;
}
.cid-v3yjpHCrCh .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v3yjpHCrCh H6 {
  text-align: center;
}
.cid-v3yjpIi6gf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v3yjpIi6gf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3yjpIi6gf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3yjpIi6gf .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-v3yjpICqDw {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v3yjpICqDw .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-v3yjpICqDw .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-v3yjpICqDw .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  background: none;
  border: 1px solid #6592e6;
  color: #6592e6;
  content: "✓";
}
.cid-v3yjpIRlBu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v3yjpIRlBu .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-v3yjpIRlBu form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-v3yjpIRlBu form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-v3yjpIRlBu form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-v3yjpIRlBu textarea {
  min-height: 10rem;
}
.cid-v3yjpJbMd5 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3yjpJbMd5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3yjpJbMd5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3yjpJbMd5 .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-v3yjpJbMd5 .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v3yjpJbMd5 .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v3yjpJbMd5 .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-v3yjpJbMd5 .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #4d6d9a;
}
.cid-v3yjpJHMg1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-v3yjpJHMg1 .google-map {
  height: 30rem;
  position: relative;
}
.cid-v3yjpJHMg1 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-v3yjpJHMg1 .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-v3yjpJHMg1 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v3yjpJHMg1 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v3yjpK6J5H {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #fafafa;
}
.cid-v3yjpK6J5H .media-container-row {
  justify-content: space-between;
}
.cid-v3yjpK6J5H .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-v3yjpK6J5H .text-content {
    max-width: none;
  }
}
.cid-v3yjpK6J5H .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4d6d9a;
  border: 2px solid #4d6d9a;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-v3yjpK6J5H .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-v3yjpK6J5H .mbr-iconfont-social:hover {
  background-color: #4d6d9a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-v3yjpK6J5H .icons {
    justify-content: center !important;
  }
  .cid-v3yjpK6J5H .text-content * {
    text-align: center;
  }
}
.cid-v3yjpKAJkM {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #4d6d9a;
  overflow: hidden;
}
.cid-v3yjpKR6hq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #fafafa;
}
.cid-v3yjpKR6hq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3yjpKR6hq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3yjpKR6hq .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-v3yjpKR6hq .plan-body {
  padding-bottom: 2rem;
}
.cid-v3yjpKR6hq .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v3yjpKR6hq .price {
  color: #4d6d9a;
}
.cid-v3yjpKR6hq .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-v3yjpKR6hq .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-v3yjpKR6hq .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-v3yjpKR6hq .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-v3yjpKR6hq .plan {
    margin-bottom: 2rem;
  }
}
.cid-v3vizD0GQp {
  z-index: 1000;
  width: 100%;
}
.cid-v3vizD0GQp nav.navbar {
  position: fixed;
}
.cid-v3vizD0GQp .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3vizD0GQp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v3vizD0GQp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v3vizD0GQp .dropdown-item:hover,
.cid-v3vizD0GQp .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-v3vizD0GQp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v3vizD0GQp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v3vizD0GQp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v3vizD0GQp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v3vizD0GQp .nav-link {
  position: relative;
}
.cid-v3vizD0GQp .container {
  display: flex;
  margin: auto;
}
.cid-v3vizD0GQp .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v3vizD0GQp .dropdown-menu,
.cid-v3vizD0GQp .navbar.opened {
  background: #ffffff !important;
}
.cid-v3vizD0GQp .nav-item:focus,
.cid-v3vizD0GQp .nav-link:focus {
  outline: none;
}
.cid-v3vizD0GQp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3vizD0GQp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v3vizD0GQp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3vizD0GQp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3vizD0GQp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3vizD0GQp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3vizD0GQp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.2);
}
.cid-v3vizD0GQp .navbar.opened {
  transition: all 0.3s;
}
.cid-v3vizD0GQp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v3vizD0GQp .navbar .navbar-logo img {
  width: auto;
}
.cid-v3vizD0GQp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v3vizD0GQp .navbar.collapsed {
  justify-content: center;
}
.cid-v3vizD0GQp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3vizD0GQp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3vizD0GQp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v3vizD0GQp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3vizD0GQp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3vizD0GQp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v3vizD0GQp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3vizD0GQp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v3vizD0GQp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v3vizD0GQp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3vizD0GQp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3vizD0GQp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3vizD0GQp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3vizD0GQp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v3vizD0GQp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v3vizD0GQp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3vizD0GQp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v3vizD0GQp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v3vizD0GQp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3vizD0GQp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v3vizD0GQp .navbar.navbar-short {
  min-height: 60px;
}
.cid-v3vizD0GQp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v3vizD0GQp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v3vizD0GQp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v3vizD0GQp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v3vizD0GQp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3vizD0GQp .dropdown-item.active,
.cid-v3vizD0GQp .dropdown-item:active {
  background-color: transparent;
}
.cid-v3vizD0GQp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3vizD0GQp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3vizD0GQp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3vizD0GQp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v3vizD0GQp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v3vizD0GQp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3vizD0GQp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v3vizD0GQp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v3vizD0GQp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v3vizD0GQp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-v3vizD0GQp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v3vizD0GQp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3vizD0GQp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3vizD0GQp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v3vizD0GQp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3vizD0GQp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3vizD0GQp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3vizD0GQp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3vizD0GQp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v3vizD0GQp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v3vizD0GQp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v3vizD0GQp .navbar {
    height: 70px;
  }
  .cid-v3vizD0GQp .navbar.opened {
    height: auto;
  }
  .cid-v3vizD0GQp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3vizDw36B {
  background-image: url("../../../assets/images/hurdacilar-hurdaci-hurdametal-800x671.jpg");
}
.cid-v3vizDw36B .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-v3vizDw36B .mbr-text,
.cid-v3vizDw36B .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v3vizDRUiR {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-v3vizDRUiR .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-v3vizDRUiR .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v3vizDRUiR .mbr-iconfont {
  font-size: 4rem;
  color: #4d6d9a;
  padding-right: 1.5rem;
}
.cid-v3vizElfkT {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v3vizElfkT .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-v3vizElfkT .card {
    margin-bottom: 2rem!important;
  }
  .cid-v3vizElfkT .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v3vizElfkT .link-wrap {
    align-items: center;
  }
}
.cid-v3vizElfkT .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v3vizENS1w {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-v3vizENS1w .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-v3vizENS1w .team-card:hover {
  transform: translateY(-10px);
}
.cid-v3vizENS1w .card-wrap {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-v3vizENS1w .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-v3vizENS1w .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-v3vizENS1w .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v3vizENS1w .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-v3vizENS1w .social-row {
  text-align: center;
}
.cid-v3vizENS1w .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-v3vizENS1w .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-v3vizENS1w .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-v3vizENS1w .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-v3vizENS1w .card-text,
.cid-v3vizENS1w .mbr-section-btn,
.cid-v3vizENS1w .social-row {
  text-align: left;
}
.cid-v3vizFJC7T {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v3vizFJC7T .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3vizFJC7T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3vizFJC7T .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-v3vizFJC7T .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-v3vizFJC7T .item-wrapper {
  position: relative;
}
.cid-v3vizFJC7T .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-v3vizFJC7T .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v3vizFJC7T .carousel-control,
.cid-v3vizFJC7T .close {
  background: #1b1b1b;
}
.cid-v3vizFJC7T .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v3vizFJC7T .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v3vizFJC7T .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v3vizFJC7T .carousel-control-next span {
  margin-left: 5px;
}
.cid-v3vizFJC7T .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v3vizFJC7T .close::before {
  content: '\e91a';
}
.cid-v3vizFJC7T .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v3vizFJC7T .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v3vizFJC7T .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v3vizFJC7T .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v3vizFJC7T .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v3vizFJC7T .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v3vizFJC7T .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v3vizFJC7T .carousel-indicators li.active,
.cid-v3vizFJC7T .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v3vizFJC7T .carousel-indicators li::after,
.cid-v3vizFJC7T .carousel-indicators li::before {
  content: none;
}
.cid-v3vizFJC7T .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v3vizFJC7T .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v3vizFJC7T .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v3vizFJC7T .carousel-indicators {
    display: none;
  }
}
.cid-v3vizFJC7T .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v3vizFJC7T .carousel-inner > .active {
  display: block;
}
.cid-v3vizFJC7T .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v3vizFJC7T .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v3vizFJC7T .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v3vizFJC7T .carousel-control,
  .cid-v3vizFJC7T .carousel-indicators,
  .cid-v3vizFJC7T .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v3vizFJC7T .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v3vizFJC7T .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v3vizFJC7T .carousel-indicators .active,
.cid-v3vizFJC7T .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v3vizFJC7T .carousel-indicators .active {
  background: #fff;
}
.cid-v3vizFJC7T .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v3vizFJC7T .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v3vizFJC7T .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v3vizFJC7T .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v3vizFJC7T .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v3vizFJC7T .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v3vizFJC7T .carousel {
  width: 100%;
}
.cid-v3vizFJC7T .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v3vizFJC7T .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v3vizFJC7T .modal.fade .modal-dialog,
.cid-v3vizFJC7T .modal.in .modal-dialog {
  transform: none;
}
.cid-v3vizFJC7T .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v3vizFJC7T H6 {
  text-align: center;
}
.cid-v3vizGs6yX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v3vizGs6yX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3vizGs6yX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3vizGs6yX .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-v3vizGMhNs {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v3vizGMhNs .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-v3vizGMhNs .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-v3vizGMhNs .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  background: none;
  border: 1px solid #6592e6;
  color: #6592e6;
  content: "✓";
}
.cid-v3vizH45Qv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v3vizH45Qv .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-v3vizH45Qv form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-v3vizH45Qv form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-v3vizH45Qv form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-v3vizH45Qv textarea {
  min-height: 10rem;
}
.cid-v3vizHpIYX {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3vizHpIYX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3vizHpIYX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3vizHpIYX .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-v3vizHpIYX .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v3vizHpIYX .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v3vizHpIYX .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-v3vizHpIYX .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #4d6d9a;
}
.cid-v3vizHS7nO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-v3vizHS7nO .google-map {
  height: 30rem;
  position: relative;
}
.cid-v3vizHS7nO .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-v3vizHS7nO .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-v3vizHS7nO .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v3vizHS7nO .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v3vizIppf0 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #fafafa;
}
.cid-v3vizIppf0 .media-container-row {
  justify-content: space-between;
}
.cid-v3vizIppf0 .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-v3vizIppf0 .text-content {
    max-width: none;
  }
}
.cid-v3vizIppf0 .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4d6d9a;
  border: 2px solid #4d6d9a;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-v3vizIppf0 .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-v3vizIppf0 .mbr-iconfont-social:hover {
  background-color: #4d6d9a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-v3vizIppf0 .icons {
    justify-content: center !important;
  }
  .cid-v3vizIppf0 .text-content * {
    text-align: center;
  }
}
.cid-v3vizIUDhh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #4d6d9a;
  overflow: hidden;
}
.cid-v3vizJewJz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #fafafa;
}
.cid-v3vizJewJz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3vizJewJz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3vizJewJz .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-v3vizJewJz .plan-body {
  padding-bottom: 2rem;
}
.cid-v3vizJewJz .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v3vizJewJz .price {
  color: #4d6d9a;
}
.cid-v3vizJewJz .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-v3vizJewJz .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-v3vizJewJz .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-v3vizJewJz .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-v3vizJewJz .plan {
    margin-bottom: 2rem;
  }
}
.cid-v3vgWkedo9 {
  z-index: 1000;
  width: 100%;
}
.cid-v3vgWkedo9 nav.navbar {
  position: fixed;
}
.cid-v3vgWkedo9 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3vgWkedo9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v3vgWkedo9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v3vgWkedo9 .dropdown-item:hover,
.cid-v3vgWkedo9 .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-v3vgWkedo9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v3vgWkedo9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v3vgWkedo9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v3vgWkedo9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v3vgWkedo9 .nav-link {
  position: relative;
}
.cid-v3vgWkedo9 .container {
  display: flex;
  margin: auto;
}
.cid-v3vgWkedo9 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v3vgWkedo9 .dropdown-menu,
.cid-v3vgWkedo9 .navbar.opened {
  background: #ffffff !important;
}
.cid-v3vgWkedo9 .nav-item:focus,
.cid-v3vgWkedo9 .nav-link:focus {
  outline: none;
}
.cid-v3vgWkedo9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3vgWkedo9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v3vgWkedo9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3vgWkedo9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3vgWkedo9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3vgWkedo9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3vgWkedo9 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.2);
}
.cid-v3vgWkedo9 .navbar.opened {
  transition: all 0.3s;
}
.cid-v3vgWkedo9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v3vgWkedo9 .navbar .navbar-logo img {
  width: auto;
}
.cid-v3vgWkedo9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v3vgWkedo9 .navbar.collapsed {
  justify-content: center;
}
.cid-v3vgWkedo9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3vgWkedo9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3vgWkedo9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v3vgWkedo9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3vgWkedo9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3vgWkedo9 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v3vgWkedo9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3vgWkedo9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v3vgWkedo9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v3vgWkedo9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3vgWkedo9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3vgWkedo9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3vgWkedo9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3vgWkedo9 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v3vgWkedo9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v3vgWkedo9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3vgWkedo9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v3vgWkedo9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v3vgWkedo9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3vgWkedo9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v3vgWkedo9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-v3vgWkedo9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v3vgWkedo9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v3vgWkedo9 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v3vgWkedo9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v3vgWkedo9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3vgWkedo9 .dropdown-item.active,
.cid-v3vgWkedo9 .dropdown-item:active {
  background-color: transparent;
}
.cid-v3vgWkedo9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3vgWkedo9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3vgWkedo9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3vgWkedo9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v3vgWkedo9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v3vgWkedo9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3vgWkedo9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v3vgWkedo9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v3vgWkedo9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v3vgWkedo9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-v3vgWkedo9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v3vgWkedo9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3vgWkedo9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3vgWkedo9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v3vgWkedo9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3vgWkedo9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3vgWkedo9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3vgWkedo9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3vgWkedo9 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v3vgWkedo9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v3vgWkedo9 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v3vgWkedo9 .navbar {
    height: 70px;
  }
  .cid-v3vgWkedo9 .navbar.opened {
    height: auto;
  }
  .cid-v3vgWkedo9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3vgWkGc0v {
  background-image: url("../../../assets/images/hurdacilar-hurdaci-hurdametal-800x671.jpg");
}
.cid-v3vgWkGc0v .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-v3vgWkGc0v .mbr-text,
.cid-v3vgWkGc0v .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v3vgWl3YoO {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-v3vgWl3YoO .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-v3vgWl3YoO .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v3vgWl3YoO .mbr-iconfont {
  font-size: 4rem;
  color: #4d6d9a;
  padding-right: 1.5rem;
}
.cid-v3vgWlwW5c {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v3vgWlwW5c .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-v3vgWlwW5c .card {
    margin-bottom: 2rem!important;
  }
  .cid-v3vgWlwW5c .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v3vgWlwW5c .link-wrap {
    align-items: center;
  }
}
.cid-v3vgWlwW5c .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v3vgWlRPAL {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-v3vgWlRPAL .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-v3vgWlRPAL .team-card:hover {
  transform: translateY(-10px);
}
.cid-v3vgWlRPAL .card-wrap {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-v3vgWlRPAL .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-v3vgWlRPAL .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-v3vgWlRPAL .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v3vgWlRPAL .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-v3vgWlRPAL .social-row {
  text-align: center;
}
.cid-v3vgWlRPAL .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-v3vgWlRPAL .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-v3vgWlRPAL .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-v3vgWlRPAL .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-v3vgWlRPAL .card-text,
.cid-v3vgWlRPAL .mbr-section-btn,
.cid-v3vgWlRPAL .social-row {
  text-align: left;
}
.cid-v3vgWmUXtZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v3vgWmUXtZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3vgWmUXtZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3vgWmUXtZ .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-v3vgWmUXtZ .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-v3vgWmUXtZ .item-wrapper {
  position: relative;
}
.cid-v3vgWmUXtZ .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-v3vgWmUXtZ .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v3vgWmUXtZ .carousel-control,
.cid-v3vgWmUXtZ .close {
  background: #1b1b1b;
}
.cid-v3vgWmUXtZ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v3vgWmUXtZ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v3vgWmUXtZ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v3vgWmUXtZ .carousel-control-next span {
  margin-left: 5px;
}
.cid-v3vgWmUXtZ .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v3vgWmUXtZ .close::before {
  content: '\e91a';
}
.cid-v3vgWmUXtZ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v3vgWmUXtZ .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v3vgWmUXtZ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v3vgWmUXtZ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v3vgWmUXtZ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v3vgWmUXtZ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v3vgWmUXtZ .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v3vgWmUXtZ .carousel-indicators li.active,
.cid-v3vgWmUXtZ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v3vgWmUXtZ .carousel-indicators li::after,
.cid-v3vgWmUXtZ .carousel-indicators li::before {
  content: none;
}
.cid-v3vgWmUXtZ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v3vgWmUXtZ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v3vgWmUXtZ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v3vgWmUXtZ .carousel-indicators {
    display: none;
  }
}
.cid-v3vgWmUXtZ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v3vgWmUXtZ .carousel-inner > .active {
  display: block;
}
.cid-v3vgWmUXtZ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v3vgWmUXtZ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v3vgWmUXtZ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v3vgWmUXtZ .carousel-control,
  .cid-v3vgWmUXtZ .carousel-indicators,
  .cid-v3vgWmUXtZ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v3vgWmUXtZ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v3vgWmUXtZ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v3vgWmUXtZ .carousel-indicators .active,
.cid-v3vgWmUXtZ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v3vgWmUXtZ .carousel-indicators .active {
  background: #fff;
}
.cid-v3vgWmUXtZ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v3vgWmUXtZ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v3vgWmUXtZ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v3vgWmUXtZ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v3vgWmUXtZ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v3vgWmUXtZ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v3vgWmUXtZ .carousel {
  width: 100%;
}
.cid-v3vgWmUXtZ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v3vgWmUXtZ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v3vgWmUXtZ .modal.fade .modal-dialog,
.cid-v3vgWmUXtZ .modal.in .modal-dialog {
  transform: none;
}
.cid-v3vgWmUXtZ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v3vgWmUXtZ H6 {
  text-align: center;
}
.cid-v3vgWnzs1z {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v3vgWnzs1z .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3vgWnzs1z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3vgWnzs1z .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-v3vgWnSJLp {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v3vgWnSJLp .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-v3vgWnSJLp .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-v3vgWnSJLp .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  background: none;
  border: 1px solid #6592e6;
  color: #6592e6;
  content: "✓";
}
.cid-v3vgWofqTE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v3vgWofqTE .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-v3vgWofqTE form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-v3vgWofqTE form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-v3vgWofqTE form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-v3vgWofqTE textarea {
  min-height: 10rem;
}
.cid-v3vgWoChiQ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3vgWoChiQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3vgWoChiQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3vgWoChiQ .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-v3vgWoChiQ .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v3vgWoChiQ .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v3vgWoChiQ .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-v3vgWoChiQ .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #4d6d9a;
}
.cid-v3vgWp5NsG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-v3vgWp5NsG .google-map {
  height: 30rem;
  position: relative;
}
.cid-v3vgWp5NsG .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-v3vgWp5NsG .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-v3vgWp5NsG .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v3vgWp5NsG .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v3vgWpyyqW {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #fafafa;
}
.cid-v3vgWpyyqW .media-container-row {
  justify-content: space-between;
}
.cid-v3vgWpyyqW .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-v3vgWpyyqW .text-content {
    max-width: none;
  }
}
.cid-v3vgWpyyqW .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4d6d9a;
  border: 2px solid #4d6d9a;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-v3vgWpyyqW .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-v3vgWpyyqW .mbr-iconfont-social:hover {
  background-color: #4d6d9a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-v3vgWpyyqW .icons {
    justify-content: center !important;
  }
  .cid-v3vgWpyyqW .text-content * {
    text-align: center;
  }
}
.cid-v3vgWq3ujW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #4d6d9a;
  overflow: hidden;
}
.cid-v3vgWqpSpj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #fafafa;
}
.cid-v3vgWqpSpj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3vgWqpSpj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3vgWqpSpj .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-v3vgWqpSpj .plan-body {
  padding-bottom: 2rem;
}
.cid-v3vgWqpSpj .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v3vgWqpSpj .price {
  color: #4d6d9a;
}
.cid-v3vgWqpSpj .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-v3vgWqpSpj .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-v3vgWqpSpj .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-v3vgWqpSpj .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-v3vgWqpSpj .plan {
    margin-bottom: 2rem;
  }
}
.cid-v3vc7SkEP0 {
  z-index: 1000;
  width: 100%;
}
.cid-v3vc7SkEP0 nav.navbar {
  position: fixed;
}
.cid-v3vc7SkEP0 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3vc7SkEP0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v3vc7SkEP0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v3vc7SkEP0 .dropdown-item:hover,
.cid-v3vc7SkEP0 .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-v3vc7SkEP0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v3vc7SkEP0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v3vc7SkEP0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v3vc7SkEP0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v3vc7SkEP0 .nav-link {
  position: relative;
}
.cid-v3vc7SkEP0 .container {
  display: flex;
  margin: auto;
}
.cid-v3vc7SkEP0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v3vc7SkEP0 .dropdown-menu,
.cid-v3vc7SkEP0 .navbar.opened {
  background: #ffffff !important;
}
.cid-v3vc7SkEP0 .nav-item:focus,
.cid-v3vc7SkEP0 .nav-link:focus {
  outline: none;
}
.cid-v3vc7SkEP0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3vc7SkEP0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v3vc7SkEP0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3vc7SkEP0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3vc7SkEP0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3vc7SkEP0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3vc7SkEP0 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.2);
}
.cid-v3vc7SkEP0 .navbar.opened {
  transition: all 0.3s;
}
.cid-v3vc7SkEP0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v3vc7SkEP0 .navbar .navbar-logo img {
  width: auto;
}
.cid-v3vc7SkEP0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v3vc7SkEP0 .navbar.collapsed {
  justify-content: center;
}
.cid-v3vc7SkEP0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3vc7SkEP0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3vc7SkEP0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v3vc7SkEP0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3vc7SkEP0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3vc7SkEP0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v3vc7SkEP0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3vc7SkEP0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v3vc7SkEP0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v3vc7SkEP0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3vc7SkEP0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3vc7SkEP0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3vc7SkEP0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3vc7SkEP0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v3vc7SkEP0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v3vc7SkEP0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3vc7SkEP0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v3vc7SkEP0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v3vc7SkEP0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3vc7SkEP0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v3vc7SkEP0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-v3vc7SkEP0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v3vc7SkEP0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v3vc7SkEP0 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v3vc7SkEP0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v3vc7SkEP0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3vc7SkEP0 .dropdown-item.active,
.cid-v3vc7SkEP0 .dropdown-item:active {
  background-color: transparent;
}
.cid-v3vc7SkEP0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3vc7SkEP0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3vc7SkEP0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3vc7SkEP0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v3vc7SkEP0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v3vc7SkEP0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3vc7SkEP0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v3vc7SkEP0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v3vc7SkEP0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v3vc7SkEP0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-v3vc7SkEP0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v3vc7SkEP0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3vc7SkEP0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3vc7SkEP0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v3vc7SkEP0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3vc7SkEP0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3vc7SkEP0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3vc7SkEP0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3vc7SkEP0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v3vc7SkEP0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v3vc7SkEP0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v3vc7SkEP0 .navbar {
    height: 70px;
  }
  .cid-v3vc7SkEP0 .navbar.opened {
    height: auto;
  }
  .cid-v3vc7SkEP0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3vc7SNfWz {
  background-image: url("../../../assets/images/hurdacilar-hurdaci-hurdametal-800x671.jpg");
}
.cid-v3vc7SNfWz .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-v3vc7SNfWz .mbr-text,
.cid-v3vc7SNfWz .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v3vc7Tgbrj {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-v3vc7Tgbrj .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-v3vc7Tgbrj .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v3vc7Tgbrj .mbr-iconfont {
  font-size: 4rem;
  color: #4d6d9a;
  padding-right: 1.5rem;
}
.cid-v3vc7TNflY {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v3vc7TNflY .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-v3vc7TNflY .card {
    margin-bottom: 2rem!important;
  }
  .cid-v3vc7TNflY .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v3vc7TNflY .link-wrap {
    align-items: center;
  }
}
.cid-v3vc7TNflY .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v3vc7U9v49 {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-v3vc7U9v49 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-v3vc7U9v49 .team-card:hover {
  transform: translateY(-10px);
}
.cid-v3vc7U9v49 .card-wrap {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-v3vc7U9v49 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-v3vc7U9v49 .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-v3vc7U9v49 .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v3vc7U9v49 .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-v3vc7U9v49 .social-row {
  text-align: center;
}
.cid-v3vc7U9v49 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-v3vc7U9v49 .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-v3vc7U9v49 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-v3vc7U9v49 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-v3vc7U9v49 .card-text,
.cid-v3vc7U9v49 .mbr-section-btn,
.cid-v3vc7U9v49 .social-row {
  text-align: left;
}
.cid-v3vc7W7Xo8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v3vc7W7Xo8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3vc7W7Xo8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3vc7W7Xo8 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-v3vc7W7Xo8 .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-v3vc7W7Xo8 .item-wrapper {
  position: relative;
}
.cid-v3vc7W7Xo8 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-v3vc7W7Xo8 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v3vc7W7Xo8 .carousel-control,
.cid-v3vc7W7Xo8 .close {
  background: #1b1b1b;
}
.cid-v3vc7W7Xo8 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v3vc7W7Xo8 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v3vc7W7Xo8 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v3vc7W7Xo8 .carousel-control-next span {
  margin-left: 5px;
}
.cid-v3vc7W7Xo8 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v3vc7W7Xo8 .close::before {
  content: '\e91a';
}
.cid-v3vc7W7Xo8 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v3vc7W7Xo8 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v3vc7W7Xo8 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v3vc7W7Xo8 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v3vc7W7Xo8 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v3vc7W7Xo8 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v3vc7W7Xo8 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v3vc7W7Xo8 .carousel-indicators li.active,
.cid-v3vc7W7Xo8 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v3vc7W7Xo8 .carousel-indicators li::after,
.cid-v3vc7W7Xo8 .carousel-indicators li::before {
  content: none;
}
.cid-v3vc7W7Xo8 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v3vc7W7Xo8 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v3vc7W7Xo8 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v3vc7W7Xo8 .carousel-indicators {
    display: none;
  }
}
.cid-v3vc7W7Xo8 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v3vc7W7Xo8 .carousel-inner > .active {
  display: block;
}
.cid-v3vc7W7Xo8 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v3vc7W7Xo8 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v3vc7W7Xo8 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v3vc7W7Xo8 .carousel-control,
  .cid-v3vc7W7Xo8 .carousel-indicators,
  .cid-v3vc7W7Xo8 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v3vc7W7Xo8 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v3vc7W7Xo8 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v3vc7W7Xo8 .carousel-indicators .active,
.cid-v3vc7W7Xo8 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v3vc7W7Xo8 .carousel-indicators .active {
  background: #fff;
}
.cid-v3vc7W7Xo8 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v3vc7W7Xo8 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v3vc7W7Xo8 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v3vc7W7Xo8 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v3vc7W7Xo8 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v3vc7W7Xo8 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v3vc7W7Xo8 .carousel {
  width: 100%;
}
.cid-v3vc7W7Xo8 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v3vc7W7Xo8 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v3vc7W7Xo8 .modal.fade .modal-dialog,
.cid-v3vc7W7Xo8 .modal.in .modal-dialog {
  transform: none;
}
.cid-v3vc7W7Xo8 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v3vc7W7Xo8 H6 {
  text-align: center;
}
.cid-v3vc7XuDJ3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v3vc7XuDJ3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3vc7XuDJ3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3vc7XuDJ3 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-v3vc7XNUXU {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v3vc7XNUXU .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-v3vc7XNUXU .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-v3vc7XNUXU .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  background: none;
  border: 1px solid #6592e6;
  color: #6592e6;
  content: "✓";
}
.cid-v3vc7Y3D4b {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v3vc7Y3D4b .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-v3vc7Y3D4b form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-v3vc7Y3D4b form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-v3vc7Y3D4b form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-v3vc7Y3D4b textarea {
  min-height: 10rem;
}
.cid-v3vc7Ymr1K {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3vc7Ymr1K .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3vc7Ymr1K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3vc7Ymr1K .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-v3vc7Ymr1K .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v3vc7Ymr1K .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v3vc7Ymr1K .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-v3vc7Ymr1K .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #4d6d9a;
}
.cid-v3vc7YUYek {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-v3vc7YUYek .google-map {
  height: 30rem;
  position: relative;
}
.cid-v3vc7YUYek .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-v3vc7YUYek .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-v3vc7YUYek .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v3vc7YUYek .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v3vc7ZsnZT {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #fafafa;
}
.cid-v3vc7ZsnZT .media-container-row {
  justify-content: space-between;
}
.cid-v3vc7ZsnZT .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-v3vc7ZsnZT .text-content {
    max-width: none;
  }
}
.cid-v3vc7ZsnZT .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4d6d9a;
  border: 2px solid #4d6d9a;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-v3vc7ZsnZT .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-v3vc7ZsnZT .mbr-iconfont-social:hover {
  background-color: #4d6d9a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-v3vc7ZsnZT .icons {
    justify-content: center !important;
  }
  .cid-v3vc7ZsnZT .text-content * {
    text-align: center;
  }
}
.cid-v3vc7ZZJUN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #4d6d9a;
  overflow: hidden;
}
.cid-v3vc80h28E {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #fafafa;
}
.cid-v3vc80h28E .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3vc80h28E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3vc80h28E .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-v3vc80h28E .plan-body {
  padding-bottom: 2rem;
}
.cid-v3vc80h28E .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v3vc80h28E .price {
  color: #4d6d9a;
}
.cid-v3vc80h28E .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-v3vc80h28E .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-v3vc80h28E .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-v3vc80h28E .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-v3vc80h28E .plan {
    margin-bottom: 2rem;
  }
}
