@import url(https://fonts.googleapis.com/css?family=Gilda+Display:400&display=swap);
@import url(https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap);





body {
  font-family: Roboto;
}
.display-1 {
  font-family: 'Gilda Display', serif;
  font-size: 4.5rem;
}
.display-1 > .mbr-iconfont {
  font-size: 7.2rem;
}
.display-2 {
  font-family: 'Gilda Display', serif;
  font-size: 3.5rem;
}
.display-2 > .mbr-iconfont {
  font-size: 5.6rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 0.75rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.2rem;
}
.display-5 {
  font-family: 'Gilda Display', serif;
  font-size: 1.9rem;
}
.display-5 > .mbr-iconfont {
  font-size: 3.04rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 0.9rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.44rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.6rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.52rem;
    font-size: calc( 1.315rem + (1.9 - 1.315) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.315rem + (1.9 - 1.315) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-sm {
  padding: 5px 10px;
  border-radius: 0px;
}
.btn-md {
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-lg {
  padding: 10px 15px;
  border-radius: 0px;
}
.bg-primary {
  background-color: #f7067b !important;
}
.bg-success {
  background-color: #0fa3ef !important;
}
.bg-info {
  background-color: #709faf !important;
}
.bg-warning {
  background-color: #f7f106 !important;
}
.bg-danger {
  background-color: #e26c5a !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #f7067b !important;
  border-color: #f7067b !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #ac0456 !important;
  border-color: #ac0456 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ac0456 !important;
  border-color: #ac0456 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #709faf !important;
  border-color: #709faf !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #4c7887 !important;
  border-color: #4c7887 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #4c7887 !important;
  border-color: #4c7887 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #0fa3ef !important;
  border-color: #0fa3ef !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #0a72a7 !important;
  border-color: #0a72a7 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #0a72a7 !important;
  border-color: #0a72a7 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #f7f106 !important;
  border-color: #f7f106 !important;
  color: #000000 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #000000 !important;
  background-color: #aca804 !important;
  border-color: #aca804 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #000000 !important;
  background-color: #aca804 !important;
  border-color: #aca804 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #e26c5a !important;
  border-color: #e26c5a !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #cc3a24 !important;
  border-color: #cc3a24 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #cc3a24 !important;
  border-color: #cc3a24 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #808080;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080;
  background-color: #d9d9d9;
  border-color: #d9d9d9;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none !important;
  border-color: #930449 !important;
  color: #930449 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #f7067b !important;
  border-color: #f7067b !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f7067b !important;
  border-color: #f7067b !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none !important;
  border-color: #000000 !important;
  color: #000000 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none !important;
  border-color: #426977 !important;
  color: #426977 !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff !important;
  background-color: #709faf !important;
  border-color: #709faf !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #709faf !important;
  border-color: #709faf !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none !important;
  border-color: #09628f !important;
  color: #09628f !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff !important;
  background-color: #0fa3ef !important;
  border-color: #0fa3ef !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #0fa3ef !important;
  border-color: #0fa3ef !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none !important;
  border-color: #939004 !important;
  color: #939004 !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #000000 !important;
  background-color: #f7f106 !important;
  border-color: #f7f106 !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #000000 !important;
  background-color: #f7f106 !important;
  border-color: #f7f106 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none !important;
  border-color: #b63420 !important;
  color: #b63420 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff !important;
  background-color: #e26c5a !important;
  border-color: #e26c5a !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e26c5a !important;
  border-color: #e26c5a !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none !important;
  border-color: #000000 !important;
  color: #000000 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #f7067b !important;
}
.text-secondary {
  color: #333333 !important;
}
.text-success {
  color: #0fa3ef !important;
}
.text-info {
  color: #709faf !important;
}
.text-warning {
  color: #f7f106 !important;
}
.text-danger {
  color: #e26c5a !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #930449 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #09628f !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #426977 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #939004 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #b63420 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #709faf;
}
.alert-warning {
  background-color: #f7f106;
}
.alert-danger {
  background-color: #e26c5a;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f7067b;
  border-color: #f7067b;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #f7067b;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fecbe4;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ceecfc;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #c2d6dd;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fefccb;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 0.9rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.44rem;
}
blockquote {
  border-color: #f7067b;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #f7067b;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #f7067b;
}
.up-z-index {
  z-index: 1000 !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f7067b;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #f7067b;
  border-bottom-color: #f7067b;
}
.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: #f7067b !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: #333333 !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%;
}
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='%23f7067b' %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;
}
.cid-rzMgHGam4n .nav-item:focus,
.cid-rzMgHGam4n .nav-link:focus {
  outline: none;
}
.cid-rzMgHGam4n a.nav-link:focus {
  color: #f7f106 !important;
}
.cid-rzMgHGam4n .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #333333;
  background: none;
}
.cid-rzMgHGam4n .navbar.opened {
  transition: all .3s;
  background: #333333 !important;
}
.cid-rzMgHGam4n .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-rzMgHGam4n .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-rzMgHGam4n .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rzMgHGam4n .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rzMgHGam4n .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-rzMgHGam4n .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-rzMgHGam4n .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rzMgHGam4n .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rzMgHGam4n .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-rzMgHGam4n .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rzMgHGam4n .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rzMgHGam4n .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rzMgHGam4n .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-rzMgHGam4n .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rzMgHGam4n .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rzMgHGam4n .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-rzMgHGam4n .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rzMgHGam4n .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rzMgHGam4n .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rzMgHGam4n .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rzMgHGam4n .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rzMgHGam4n .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rzMgHGam4n .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-rzMgHGam4n .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-rzMgHGam4n .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rzMgHGam4n .navbar.navbar-short {
  background: #333333 !important;
  min-height: 60px;
}
.cid-rzMgHGam4n .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rzMgHGam4n .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rzMgHGam4n .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rzMgHGam4n .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-rzMgHGam4n .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-rzMgHGam4n .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rzMgHGam4n .dropdown-item.active,
.cid-rzMgHGam4n .dropdown-item:active {
  background-color: transparent;
}
.cid-rzMgHGam4n .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rzMgHGam4n .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rzMgHGam4n .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rzMgHGam4n .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-rzMgHGam4n .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-rzMgHGam4n .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rzMgHGam4n ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rzMgHGam4n .navbar-buttons {
  text-align: center;
}
.cid-rzMgHGam4n button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rzMgHGam4n button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rzMgHGam4n button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rzMgHGam4n button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rzMgHGam4n button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rzMgHGam4n button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rzMgHGam4n nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rzMgHGam4n nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rzMgHGam4n nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rzMgHGam4n nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rzMgHGam4n .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rzMgHGam4n a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-rzMgHGam4n .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rzMgHGam4n .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-rzMgHGam4n .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-rzMgHGam4n .nav-link:hover,
.cid-rzMgHGam4n .icons-menu .mbr-iconfont:hover {
  color: #f7f106 !important;
}
.cid-rzMgHGam4n .dropdown-item:hover {
  color: #dee90e !important;
}
.cid-rzMgHGam4n .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #f7f106;
  transition: width 0.3s ease-in;
}
.cid-rzMgHGam4n .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-rzMgHGam4n .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-rzMgHGam4n .navbar-expand-lg {
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .cid-rzMgHGam4n .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-rzMgHGam4n .dropdown-menu {
    top: 100%;
  }
  .cid-rzMgHGam4n .dropdown-item {
    border-bottom: 1px solid #000000;
    box-shadow: 0px 2px 5px #333333;
    background: #333333 !important;
  }
  .cid-rzMgHGam4n .dropdown-item:hover {
    background: #1a1a1a !important;
  }
  .cid-rzMgHGam4n .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-rzMgHGam4n .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-sefTQWnLID {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/kocaeli-kumlu-grenci-otel.jpg");
}
.cid-sefTQWnLID .mbr-arrow {
  background: #000000 !important;
  opacity: .7;
}
.cid-sefTQWnLID .mbr-arrow i {
  color: #ffffff !important;
}
.cid-sefTQWnLID .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-tf9n63EX0C.popup-builder {
  background-color: #ffffff;
}
.cid-tf9n63EX0C.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tf9n63EX0C.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tf9n63EX0C .modal-content,
.cid-tf9n63EX0C .modal-dialog {
  height: auto;
}
.cid-tf9n63EX0C .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tf9n63EX0C .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tf9n63EX0C .form-wrapper .mbr-form .form-group,
  .cid-tf9n63EX0C .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tf9n63EX0C .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tf9n63EX0C .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tf9n63EX0C .mbr-text {
  text-align: center;
}
.cid-tf9n63EX0C .pt-0 {
  padding-top: 0 !important;
}
.cid-tf9n63EX0C .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tf9n63EX0C .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tf9n63EX0C .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tf9n63EX0C .modal-open {
  overflow: hidden;
}
.cid-tf9n63EX0C .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tf9n63EX0C .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tf9n63EX0C .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tf9n63EX0C .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tf9n63EX0C .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tf9n63EX0C .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tf9n63EX0C .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tf9n63EX0C .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tf9n63EX0C .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tf9n63EX0C .modal-backdrop.fade {
  opacity: 0;
}
.cid-tf9n63EX0C .modal-backdrop.show {
  opacity: .5;
}
.cid-tf9n63EX0C .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-tf9n63EX0C .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tf9n63EX0C .modal-header .close:hover {
  opacity: 1;
}
.cid-tf9n63EX0C .modal-header .close:focus {
  outline: none;
}
.cid-tf9n63EX0C .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tf9n63EX0C .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-tf9n63EX0C .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-tf9n63EX0C .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tf9n63EX0C .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tf9n63EX0C .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tf9n63EX0C .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tf9n63EX0C .modal-sm {
    max-width: 300px;
  }
  .cid-tf9n63EX0C .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-tf9n63EX0C .modal-lg,
  .cid-tf9n63EX0C .modal-xl {
    max-width: 800px;
  }
  .cid-tf9n63EX0C .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-tf9n63EX0C .modal-xl {
    max-width: 1140px;
  }
  .cid-tf9n63EX0C .container {
    max-width: 1140px;
  }
}
.cid-tf9n63EX0C .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-tf9n63EX0C .container {
    max-width: 720px;
  }
}
.cid-tf9n63EX0C .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tf9n63EX0C .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tf9n63EX0C .form-group {
  margin-bottom: 1rem;
}
.cid-tf9n63EX0C .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tf9n63EX0C .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tf9n63EX0C .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-segw99hfu7 {
  background-color: #ffffff;
}
.cid-segw99hfu7 .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-segw99hfu7 .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-segw99hfu7 .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-segw99hfu7 .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 1200px) {
  .cid-segw99hfu7 .image-element {
    padding-left: 0;
  }
}
.cid-segw99hfu7 .text-element {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2rem;
}
.cid-segw99hfu7 .mbr-text {
  color: #878787;
  line-height: 27px;
}
.cid-segw99hfu7 .brown {
  color: #c19b76;
}
.cid-segw99hfu7 .paragraphs-wrapper {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-segw99hfu7 .paragraphs-wrapper .first-paragraph,
.cid-segw99hfu7 .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-segw99hfu7 .image-element {
    padding-top: 1rem;
  }
  .cid-segw99hfu7 .paragraphs-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-segw99hfu7 .paragraphs-wrapper .first-paragraph,
  .cid-segw99hfu7 .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-segw99hfu7 .first-paragraph,
  .cid-segw99hfu7 .second-paragraph {
    width: 50%;
  }
  .cid-segw99hfu7 .first-paragraph {
    padding-right: .5rem;
  }
  .cid-segw99hfu7 .second-paragraph {
    padding-left: .5rem;
  }
  .cid-segw99hfu7 .text-element {
    padding: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-segw99hfu7 .mbr-section-title,
  .cid-segw99hfu7 .mbr-section-btn {
    text-align: left;
  }
}
.cid-segw99hfu7 .mbr-text,
.cid-segw99hfu7 .mbr-section-btn {
  color: #444444;
}
.cid-segw99hfu7 .mbr-section-title {
  color: #444444;
}
.cid-segw99hfu7 .mbr-section-subtitle,
.cid-segw99hfu7 .underline {
  color: #444444;
}
.cid-senLRhoPbi {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #382f42;
}
.cid-senLRhoPbi .card .card-img {
  overflow: hidden;
  border-radius: 0;
}
.cid-senLRhoPbi .card .card-img img {
  transition: all .5s;
}
.cid-senLRhoPbi .card .card-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-senLRhoPbi .media-container-column {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding: 0;
  flex-wrap: nowrap;
}
.cid-senLRhoPbi .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-senLRhoPbi .first-card {
  display: block;
}
.cid-senLRhoPbi .first-card .card-wrapper {
  height: 100%;
}
.cid-senLRhoPbi .first-card .card-box {
  background: #ffffff;
  padding: 2rem;
}
.cid-senLRhoPbi .first-card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-senLRhoPbi .first-card .info-wrapper .mbr-iconfont {
  padding-right: .5rem;
  font-size: 20px;
}
.cid-senLRhoPbi .first-card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-senLRhoPbi .first-card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-senLRhoPbi .first-row,
.cid-senLRhoPbi .second-row {
  -webkit-flex: 1 1 50%;
  flex: 1 1 50%;
  margin: 0;
}
.cid-senLRhoPbi .first-row .card .card-wrapper,
.cid-senLRhoPbi .second-row .card .card-wrapper {
  overflow: hidden;
  position: relative;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  flex: 1;
}
.cid-senLRhoPbi .first-row .card .card-wrapper .card-img,
.cid-senLRhoPbi .second-row .card .card-wrapper .card-img {
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
}
.cid-senLRhoPbi .first-row .card .card-wrapper .card-img img,
.cid-senLRhoPbi .second-row .card .card-wrapper .card-img img {
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 767px) {
  .cid-senLRhoPbi .first-row,
  .cid-senLRhoPbi .second-row {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-senLRhoPbi .first-row .card .card-wrapper .card-img,
  .cid-senLRhoPbi .second-row .card .card-wrapper .card-img {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-senLRhoPbi .first-row .card .card-wrapper .card-img img,
  .cid-senLRhoPbi .second-row .card .card-wrapper .card-img img {
    min-height: 0;
  }
}
.cid-senLRhoPbi .first-row .caption,
.cid-senLRhoPbi .second-row .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: inline-flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  align-items: center;
  letter-spacing: 2px;
}
.cid-senLRhoPbi .first-row .caption .price,
.cid-senLRhoPbi .second-row .caption .price {
  background: #c19b76;
  padding: 0 .5rem;
}
.cid-senLRhoPbi .first-row {
  padding-bottom: 1rem;
}
.cid-senLRhoPbi .second-row {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .cid-senLRhoPbi .first-card,
  .cid-senLRhoPbi .first-child {
    padding-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-senLRhoPbi .first-card {
    padding-bottom: 2rem;
  }
  .cid-senLRhoPbi .only-first-row {
    height: 100%;
  }
}
.cid-senLRhoPbi .card-title {
  color: #000000;
}
.cid-senLRhoPbi .main-title {
  color: #ffffff;
}
.cid-rzMgTEX4qU {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rzMgTEX4qU .wrapper {
  overflow: hidden;
}
.cid-rzMgTEX4qU .wrapper img {
  transition: all .5s;
}
.cid-rzMgTEX4qU .wrapper:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-rzMgTEX4qU .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-rzMgTEX4qU .wrapper {
  position: relative;
  padding: 2rem;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  height: 25rem;
}
.cid-rzMgTEX4qU .wrapper .mbr-overlay {
  background: #000000;
  opacity: 0.3;
  z-index: 1;
  pointer-events: none;
}
.cid-rzMgTEX4qU .wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rzMgTEX4qU .wrapper .content-block {
  position: relative;
  width: 100%;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-rzMgTEX4qU .first-row-card {
    padding-bottom: 2rem;
  }
}
.cid-sei3qW1C8h {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sei3qW1C8h .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sei3qW1C8h .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sei3qW1C8h .title {
    width: 100% !important;
  }
}
.cid-sei3oKs7UO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sei3oKs7UO .google-map {
  width: 100%;
  height: 25rem;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
}
.cid-sei3oKs7UO .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-sei3jb1V7V {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-sei3jb1V7V .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-sei3jb1V7V .first-column .mbr-text {
  margin: 0;
}
.cid-sei3jb1V7V .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-sei3jb1V7V .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-sei3jb1V7V .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-sei3jb1V7V .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-sei3jb1V7V .form-group {
  max-width: 55%;
}
.cid-sei3jb1V7V .form-group,
.cid-sei3jb1V7V .input-group-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sei3jb1V7V .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-sei3jb1V7V .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-sei3jb1V7V .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-sei3jb1V7V .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-sei3jb1V7V .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-sei3jb1V7V .input-group-btn .btn {
  padding: 1rem 2.2rem;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-sei3jb1V7V .first-column,
  .cid-sei3jb1V7V .second-column {
    padding-bottom: 2rem;
  }
  .cid-sei3jb1V7V .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sei3jb1V7V .first-column,
  .cid-sei3jb1V7V .second-column,
  .cid-sei3jb1V7V .third-column {
    text-align: center;
  }
  .cid-sei3jb1V7V .input-group-btn .btn {
    padding: .6rem 1rem !important;
  }
}
.cid-sei3uYpLnA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-seL1NLY45e .nav-item:focus,
.cid-seL1NLY45e .nav-link:focus {
  outline: none;
}
.cid-seL1NLY45e a.nav-link:focus {
  color: #f7f106 !important;
}
.cid-seL1NLY45e .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #333333;
  background: none;
}
.cid-seL1NLY45e .navbar.opened {
  transition: all .3s;
  background: #333333 !important;
}
.cid-seL1NLY45e .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-seL1NLY45e .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-seL1NLY45e .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-seL1NLY45e .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-seL1NLY45e .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-seL1NLY45e .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-seL1NLY45e .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-seL1NLY45e .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-seL1NLY45e .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-seL1NLY45e .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-seL1NLY45e .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-seL1NLY45e .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-seL1NLY45e .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-seL1NLY45e .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-seL1NLY45e .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-seL1NLY45e .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-seL1NLY45e .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-seL1NLY45e .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-seL1NLY45e .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-seL1NLY45e .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-seL1NLY45e .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-seL1NLY45e .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-seL1NLY45e .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-seL1NLY45e .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-seL1NLY45e .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-seL1NLY45e .navbar.navbar-short {
  background: #333333 !important;
  min-height: 60px;
}
.cid-seL1NLY45e .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-seL1NLY45e .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-seL1NLY45e .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-seL1NLY45e .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-seL1NLY45e .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-seL1NLY45e .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-seL1NLY45e .dropdown-item.active,
.cid-seL1NLY45e .dropdown-item:active {
  background-color: transparent;
}
.cid-seL1NLY45e .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-seL1NLY45e .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-seL1NLY45e .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-seL1NLY45e .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-seL1NLY45e .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-seL1NLY45e .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-seL1NLY45e ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-seL1NLY45e .navbar-buttons {
  text-align: center;
}
.cid-seL1NLY45e button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-seL1NLY45e button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-seL1NLY45e button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-seL1NLY45e button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-seL1NLY45e button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-seL1NLY45e button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-seL1NLY45e nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-seL1NLY45e nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-seL1NLY45e nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-seL1NLY45e nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-seL1NLY45e .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-seL1NLY45e a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-seL1NLY45e .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-seL1NLY45e .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-seL1NLY45e .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-seL1NLY45e .nav-link:hover,
.cid-seL1NLY45e .icons-menu .mbr-iconfont:hover {
  color: #f7f106 !important;
}
.cid-seL1NLY45e .dropdown-item:hover {
  color: #dee90e !important;
}
.cid-seL1NLY45e .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #f7f106;
  transition: width 0.3s ease-in;
}
.cid-seL1NLY45e .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-seL1NLY45e .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-seL1NLY45e .navbar-expand-lg {
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .cid-seL1NLY45e .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-seL1NLY45e .dropdown-menu {
    top: 100%;
  }
  .cid-seL1NLY45e .dropdown-item {
    border-bottom: 1px solid #000000;
    box-shadow: 0px 2px 5px #333333;
    background: #333333 !important;
  }
  .cid-seL1NLY45e .dropdown-item:hover {
    background: #1a1a1a !important;
  }
  .cid-seL1NLY45e .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-seL1NLY45e .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-seL1NOIab4 {
  padding-top: 135px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/kocaeli-kz-renci-yurdu-1.jpg");
}
.cid-seL1NOIab4 .mbr-arrow {
  background: #000000 !important;
  opacity: .7;
}
.cid-seL1NOIab4 .mbr-arrow i {
  color: #ffffff !important;
}
.cid-seL1NOIab4 .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-seL1NR1Xos {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-seL1NR1Xos .card .card-img img {
  transition: all .5s;
}
.cid-seL1NR1Xos .card .card-wrapper:hover .card-img img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-seL1NR1Xos .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-seL1NR1Xos .form1 {
  background: #444444;
  padding: 2rem;
  height: 100%;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-seL1NR1Xos .form-group {
  margin-bottom: 1rem;
}
.cid-seL1NR1Xos .form-control {
  border: none;
  padding: 1rem;
  background: #000000;
  color: #efefef;
  width: 100%;
}
.cid-seL1NR1Xos .form-control::-webkit-input-placeholder {
  color: #efefef;
}
.cid-seL1NR1Xos .form-control::-moz-placeholder {
  color: #efefef;
}
.cid-seL1NR1Xos .form-control:-moz-placeholder {
  color: #efefef;
}
.cid-seL1NR1Xos .form-control:-ms-input-placeholder {
  color: #efefef;
}
.cid-seL1NR1Xos textarea.form-control {
  min-height: 172px;
}
.cid-seL1NR1Xos .input-group-btn {
  width: 100%;
}
.cid-seL1NR1Xos .input-group-btn .btn {
  display: block;
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100%;
}
.cid-seL1NR1Xos .items-column {
  -webkit-align-items: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-seL1NR1Xos .first-row {
  -webkit-flex: 1 1 42%;
  flex: 1 1 42%;
  max-height: 42%;
}
.cid-seL1NR1Xos .second-row {
  -webkit-flex: 1 1 58%;
  flex: 1 1 58%;
  max-height: 58%;
}
.cid-seL1NR1Xos .card {
  height: 100%;
}
.cid-seL1NR1Xos .card .card-wrapper {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  flex: 1;
}
.cid-seL1NR1Xos .card .card-wrapper .card-img {
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  overflow: hidden;
  border-radius: 0;
}
.cid-seL1NR1Xos .card .card-wrapper .card-img img {
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-seL1NR1Xos .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  letter-spacing: 2px;
  padding: 1rem 2rem;
}
.cid-seL1NR1Xos .caption .mbr-text {
  margin: 0;
}
.cid-seL1NR1Xos .first-card {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-seL1NR1Xos .form1 {
    padding: 1.5rem;
  }
  .cid-seL1NR1Xos .second-card {
    padding-bottom: 2rem;
  }
  .cid-seL1NR1Xos .first-row,
  .cid-seL1NR1Xos .second-row,
  .cid-seL1NR1Xos .card-img {
    -webkit-flex-basis: auto !important;
    flex-basis: auto !important;
  }
  .cid-seL1NR1Xos .card-img img {
    min-height: 0 !important;
  }
}
@media (max-width: 767px), (max-width: 991px) {
  .cid-seL1NR1Xos .items-column {
    padding-top: 2rem;
  }
}
.cid-seL1NR1Xos LABEL {
  color: #ffffff;
}
.cid-seL1NZejhS {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-seL1NZejhS .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-seL1NZejhS .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-seL1NZejhS .title {
    width: 100% !important;
  }
}
.cid-seL1O2M0vd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-seL1O2M0vd .google-map {
  width: 100%;
  height: 25rem;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
}
.cid-seL1O2M0vd .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-seL1O7hRXE {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-seL1O7hRXE .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-seL1O7hRXE .first-column .mbr-text {
  margin: 0;
}
.cid-seL1O7hRXE .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-seL1O7hRXE .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-seL1O7hRXE .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-seL1O7hRXE .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-seL1O7hRXE .form-group {
  max-width: 55%;
}
.cid-seL1O7hRXE .form-group,
.cid-seL1O7hRXE .input-group-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-seL1O7hRXE .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-seL1O7hRXE .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-seL1O7hRXE .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-seL1O7hRXE .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-seL1O7hRXE .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-seL1O7hRXE .input-group-btn .btn {
  padding: 1rem 2.2rem;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-seL1O7hRXE .first-column,
  .cid-seL1O7hRXE .second-column {
    padding-bottom: 2rem;
  }
  .cid-seL1O7hRXE .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-seL1O7hRXE .first-column,
  .cid-seL1O7hRXE .second-column,
  .cid-seL1O7hRXE .third-column {
    text-align: center;
  }
  .cid-seL1O7hRXE .input-group-btn .btn {
    padding: .6rem 1rem !important;
  }
}
.cid-seL1OcEVQG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-seoEhdVTJi .nav-item:focus,
.cid-seoEhdVTJi .nav-link:focus {
  outline: none;
}
.cid-seoEhdVTJi a.nav-link:focus {
  color: #f7f106 !important;
}
.cid-seoEhdVTJi .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #333333;
  background: none;
}
.cid-seoEhdVTJi .navbar.opened {
  transition: all .3s;
  background: #333333 !important;
}
.cid-seoEhdVTJi .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-seoEhdVTJi .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-seoEhdVTJi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-seoEhdVTJi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-seoEhdVTJi .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-seoEhdVTJi .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-seoEhdVTJi .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-seoEhdVTJi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-seoEhdVTJi .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-seoEhdVTJi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-seoEhdVTJi .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-seoEhdVTJi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-seoEhdVTJi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-seoEhdVTJi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-seoEhdVTJi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-seoEhdVTJi .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-seoEhdVTJi .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-seoEhdVTJi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-seoEhdVTJi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-seoEhdVTJi .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-seoEhdVTJi .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-seoEhdVTJi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-seoEhdVTJi .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-seoEhdVTJi .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-seoEhdVTJi .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-seoEhdVTJi .navbar.navbar-short {
  background: #333333 !important;
  min-height: 60px;
}
.cid-seoEhdVTJi .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-seoEhdVTJi .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-seoEhdVTJi .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-seoEhdVTJi .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-seoEhdVTJi .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-seoEhdVTJi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-seoEhdVTJi .dropdown-item.active,
.cid-seoEhdVTJi .dropdown-item:active {
  background-color: transparent;
}
.cid-seoEhdVTJi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-seoEhdVTJi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-seoEhdVTJi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-seoEhdVTJi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-seoEhdVTJi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-seoEhdVTJi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-seoEhdVTJi ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-seoEhdVTJi .navbar-buttons {
  text-align: center;
}
.cid-seoEhdVTJi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-seoEhdVTJi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-seoEhdVTJi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-seoEhdVTJi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-seoEhdVTJi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-seoEhdVTJi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-seoEhdVTJi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-seoEhdVTJi nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-seoEhdVTJi nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-seoEhdVTJi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-seoEhdVTJi .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-seoEhdVTJi a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-seoEhdVTJi .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-seoEhdVTJi .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-seoEhdVTJi .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-seoEhdVTJi .nav-link:hover,
.cid-seoEhdVTJi .icons-menu .mbr-iconfont:hover {
  color: #f7f106 !important;
}
.cid-seoEhdVTJi .dropdown-item:hover {
  color: #dee90e !important;
}
.cid-seoEhdVTJi .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #f7f106;
  transition: width 0.3s ease-in;
}
.cid-seoEhdVTJi .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-seoEhdVTJi .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-seoEhdVTJi .navbar-expand-lg {
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .cid-seoEhdVTJi .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-seoEhdVTJi .dropdown-menu {
    top: 100%;
  }
  .cid-seoEhdVTJi .dropdown-item {
    border-bottom: 1px solid #000000;
    box-shadow: 0px 2px 5px #333333;
    background: #333333 !important;
  }
  .cid-seoEhdVTJi .dropdown-item:hover {
    background: #1a1a1a !important;
  }
  .cid-seoEhdVTJi .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-seoEhdVTJi .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-seoEhhiXRg {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/kocaeli-kumlu-grenci-otel.jpg");
}
.cid-seoEhhiXRg .mbr-arrow {
  background: #000000 !important;
  opacity: .7;
}
.cid-seoEhhiXRg .mbr-arrow i {
  color: #ffffff !important;
}
.cid-seoEhhiXRg .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-seoEhkphfl {
  background-color: #ffffff;
}
.cid-seoEhkphfl .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-seoEhkphfl .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-seoEhkphfl .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-seoEhkphfl .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 1200px) {
  .cid-seoEhkphfl .image-element {
    padding-left: 0;
  }
}
.cid-seoEhkphfl .text-element {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2rem;
}
.cid-seoEhkphfl .mbr-text {
  color: #878787;
  line-height: 27px;
}
.cid-seoEhkphfl .brown {
  color: #c19b76;
}
.cid-seoEhkphfl .paragraphs-wrapper {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-seoEhkphfl .paragraphs-wrapper .first-paragraph,
.cid-seoEhkphfl .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-seoEhkphfl .image-element {
    padding-top: 1rem;
  }
  .cid-seoEhkphfl .paragraphs-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-seoEhkphfl .paragraphs-wrapper .first-paragraph,
  .cid-seoEhkphfl .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-seoEhkphfl .first-paragraph,
  .cid-seoEhkphfl .second-paragraph {
    width: 50%;
  }
  .cid-seoEhkphfl .first-paragraph {
    padding-right: .5rem;
  }
  .cid-seoEhkphfl .second-paragraph {
    padding-left: .5rem;
  }
  .cid-seoEhkphfl .text-element {
    padding: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-seoEhkphfl .mbr-section-title,
  .cid-seoEhkphfl .mbr-section-btn {
    text-align: left;
  }
}
.cid-seoEhkphfl .mbr-text,
.cid-seoEhkphfl .mbr-section-btn {
  color: #444444;
}
.cid-seoEhkphfl .mbr-section-title {
  color: #444444;
}
.cid-seoEhkphfl .mbr-section-subtitle,
.cid-seoEhkphfl .underline {
  color: #444444;
}
.cid-sGGBJXVfBP {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #382f42;
}
.cid-sGGBJXVfBP .card .card-img {
  overflow: hidden;
  border-radius: 0;
}
.cid-sGGBJXVfBP .card .card-img img {
  transition: all .5s;
}
.cid-sGGBJXVfBP .card .card-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-sGGBJXVfBP .media-container-column {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding: 0;
  flex-wrap: nowrap;
}
.cid-sGGBJXVfBP .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sGGBJXVfBP .first-card {
  display: block;
}
.cid-sGGBJXVfBP .first-card .card-wrapper {
  height: 100%;
}
.cid-sGGBJXVfBP .first-card .card-box {
  background: #ffffff;
  padding: 2rem;
}
.cid-sGGBJXVfBP .first-card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGGBJXVfBP .first-card .info-wrapper .mbr-iconfont {
  padding-right: .5rem;
  font-size: 20px;
}
.cid-sGGBJXVfBP .first-card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-sGGBJXVfBP .first-card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-sGGBJXVfBP .first-row,
.cid-sGGBJXVfBP .second-row {
  -webkit-flex: 1 1 50%;
  flex: 1 1 50%;
  margin: 0;
}
.cid-sGGBJXVfBP .first-row .card .card-wrapper,
.cid-sGGBJXVfBP .second-row .card .card-wrapper {
  overflow: hidden;
  position: relative;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  flex: 1;
}
.cid-sGGBJXVfBP .first-row .card .card-wrapper .card-img,
.cid-sGGBJXVfBP .second-row .card .card-wrapper .card-img {
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
}
.cid-sGGBJXVfBP .first-row .card .card-wrapper .card-img img,
.cid-sGGBJXVfBP .second-row .card .card-wrapper .card-img img {
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 767px) {
  .cid-sGGBJXVfBP .first-row,
  .cid-sGGBJXVfBP .second-row {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sGGBJXVfBP .first-row .card .card-wrapper .card-img,
  .cid-sGGBJXVfBP .second-row .card .card-wrapper .card-img {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sGGBJXVfBP .first-row .card .card-wrapper .card-img img,
  .cid-sGGBJXVfBP .second-row .card .card-wrapper .card-img img {
    min-height: 0;
  }
}
.cid-sGGBJXVfBP .first-row .caption,
.cid-sGGBJXVfBP .second-row .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: inline-flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  align-items: center;
  letter-spacing: 2px;
}
.cid-sGGBJXVfBP .first-row .caption .price,
.cid-sGGBJXVfBP .second-row .caption .price {
  background: #c19b76;
  padding: 0 .5rem;
}
.cid-sGGBJXVfBP .first-row {
  padding-bottom: 1rem;
}
.cid-sGGBJXVfBP .second-row {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .cid-sGGBJXVfBP .first-card,
  .cid-sGGBJXVfBP .first-child {
    padding-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sGGBJXVfBP .first-card {
    padding-bottom: 2rem;
  }
  .cid-sGGBJXVfBP .only-first-row {
    height: 100%;
  }
}
.cid-sGGBJXVfBP .card-title {
  color: #000000;
}
.cid-sGGBJXVfBP .main-title {
  color: #ffffff;
}
.cid-sGu3OF8Rv5 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sGu3OF8Rv5 .wrapper {
  overflow: hidden;
}
.cid-sGu3OF8Rv5 .wrapper img {
  transition: all .5s;
}
.cid-sGu3OF8Rv5 .wrapper:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-sGu3OF8Rv5 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sGu3OF8Rv5 .wrapper {
  position: relative;
  padding: 2rem;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  height: 25rem;
}
.cid-sGu3OF8Rv5 .wrapper .mbr-overlay {
  background: #000000;
  opacity: 0.3;
  z-index: 1;
  pointer-events: none;
}
.cid-sGu3OF8Rv5 .wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sGu3OF8Rv5 .wrapper .content-block {
  position: relative;
  width: 100%;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sGu3OF8Rv5 .first-row-card {
    padding-bottom: 2rem;
  }
}
.cid-seoEhBrVEV {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-seoEhBrVEV .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-seoEhBrVEV .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-seoEhBrVEV .title {
    width: 100% !important;
  }
}
.cid-seoEhET5uF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-seoEhET5uF .google-map {
  width: 100%;
  height: 25rem;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
}
.cid-seoEhET5uF .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-seoEhMGUp3 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-seoEhMGUp3 .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-seoEhMGUp3 .first-column .mbr-text {
  margin: 0;
}
.cid-seoEhMGUp3 .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-seoEhMGUp3 .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-seoEhMGUp3 .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-seoEhMGUp3 .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-seoEhMGUp3 .form-group {
  max-width: 55%;
}
.cid-seoEhMGUp3 .form-group,
.cid-seoEhMGUp3 .input-group-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-seoEhMGUp3 .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-seoEhMGUp3 .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-seoEhMGUp3 .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-seoEhMGUp3 .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-seoEhMGUp3 .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-seoEhMGUp3 .input-group-btn .btn {
  padding: 1rem 2.2rem;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-seoEhMGUp3 .first-column,
  .cid-seoEhMGUp3 .second-column {
    padding-bottom: 2rem;
  }
  .cid-seoEhMGUp3 .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-seoEhMGUp3 .first-column,
  .cid-seoEhMGUp3 .second-column,
  .cid-seoEhMGUp3 .third-column {
    text-align: center;
  }
  .cid-seoEhMGUp3 .input-group-btn .btn {
    padding: .6rem 1rem !important;
  }
}
.cid-seoEhR9pWz {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sei55n3r9d .nav-item:focus,
.cid-sei55n3r9d .nav-link:focus {
  outline: none;
}
.cid-sei55n3r9d a.nav-link:focus {
  color: #f7f106 !important;
}
.cid-sei55n3r9d .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #333333;
  background: none;
}
.cid-sei55n3r9d .navbar.opened {
  transition: all .3s;
  background: #333333 !important;
}
.cid-sei55n3r9d .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-sei55n3r9d .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-sei55n3r9d .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sei55n3r9d .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sei55n3r9d .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-sei55n3r9d .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-sei55n3r9d .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sei55n3r9d .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sei55n3r9d .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-sei55n3r9d .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sei55n3r9d .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sei55n3r9d .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sei55n3r9d .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-sei55n3r9d .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sei55n3r9d .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sei55n3r9d .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-sei55n3r9d .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sei55n3r9d .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sei55n3r9d .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sei55n3r9d .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sei55n3r9d .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sei55n3r9d .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sei55n3r9d .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-sei55n3r9d .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-sei55n3r9d .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sei55n3r9d .navbar.navbar-short {
  background: #333333 !important;
  min-height: 60px;
}
.cid-sei55n3r9d .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sei55n3r9d .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sei55n3r9d .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sei55n3r9d .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-sei55n3r9d .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-sei55n3r9d .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sei55n3r9d .dropdown-item.active,
.cid-sei55n3r9d .dropdown-item:active {
  background-color: transparent;
}
.cid-sei55n3r9d .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sei55n3r9d .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sei55n3r9d .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sei55n3r9d .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-sei55n3r9d .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-sei55n3r9d .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sei55n3r9d ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sei55n3r9d .navbar-buttons {
  text-align: center;
}
.cid-sei55n3r9d button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sei55n3r9d button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sei55n3r9d button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sei55n3r9d button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sei55n3r9d button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sei55n3r9d button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sei55n3r9d nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sei55n3r9d nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sei55n3r9d nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sei55n3r9d nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sei55n3r9d .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sei55n3r9d a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-sei55n3r9d .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sei55n3r9d .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-sei55n3r9d .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-sei55n3r9d .nav-link:hover,
.cid-sei55n3r9d .icons-menu .mbr-iconfont:hover {
  color: #f7f106 !important;
}
.cid-sei55n3r9d .dropdown-item:hover {
  color: #dee90e !important;
}
.cid-sei55n3r9d .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #f7f106;
  transition: width 0.3s ease-in;
}
.cid-sei55n3r9d .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-sei55n3r9d .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-sei55n3r9d .navbar-expand-lg {
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .cid-sei55n3r9d .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-sei55n3r9d .dropdown-menu {
    top: 100%;
  }
  .cid-sei55n3r9d .dropdown-item {
    border-bottom: 1px solid #000000;
    box-shadow: 0px 2px 5px #333333;
    background: #333333 !important;
  }
  .cid-sei55n3r9d .dropdown-item:hover {
    background: #1a1a1a !important;
  }
  .cid-sei55n3r9d .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-sei55n3r9d .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-senPZofzTU {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/kocaeli-kz-renci-yurdu-1.jpg");
}
.cid-senPZofzTU .mbr-arrow {
  background: #000000 !important;
  opacity: .7;
}
.cid-senPZofzTU .mbr-arrow i {
  color: #ffffff !important;
}
.cid-senPZofzTU .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-senPVUxKNB {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-senPVUxKNB .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-senPVUxKNB .mbr-section-title,
.cid-senPVUxKNB .mbr-section-subtitle,
.cid-senPVUxKNB .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-senPVUxKNB .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-senPVUxKNB .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-senPVUxKNB .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-senPVUxKNB .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-senPVUxKNB .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #efefef, #c19b76);
}
.cid-senPVUxKNB .icon-focus {
  display: none;
}
.cid-senPVUxKNB .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-senPVUxKNB ul {
  font-size: 0;
}
.cid-senPVUxKNB .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #333333 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-senPVUxKNB .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-senPVUxKNB .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c19b76;
}
.cid-senPVUxKNB .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-senPVUxKNB .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-senPVUxKNB .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-senPVUxKNB .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-senPVUxKNB .btn:hover {
  background: transparent !important;
}
.cid-senPVUxKNB .btn:hover:before {
  background: transparent !important;
}
.cid-senPVUxKNB .btn:before {
  background-color: transparent !important;
}
.cid-senPVUxKNB .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-sei55vNcyD {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sei55vNcyD .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sei55vNcyD .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sei55vNcyD .title {
    width: 100% !important;
  }
}
.cid-sei55wTorz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sei55wTorz .google-map {
  width: 100%;
  height: 25rem;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
}
.cid-sei55wTorz .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-sei55zx2M0 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-sei55zx2M0 .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-sei55zx2M0 .first-column .mbr-text {
  margin: 0;
}
.cid-sei55zx2M0 .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-sei55zx2M0 .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-sei55zx2M0 .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-sei55zx2M0 .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-sei55zx2M0 .form-group {
  max-width: 55%;
}
.cid-sei55zx2M0 .form-group,
.cid-sei55zx2M0 .input-group-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sei55zx2M0 .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-sei55zx2M0 .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-sei55zx2M0 .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-sei55zx2M0 .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-sei55zx2M0 .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-sei55zx2M0 .input-group-btn .btn {
  padding: 1rem 2.2rem;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-sei55zx2M0 .first-column,
  .cid-sei55zx2M0 .second-column {
    padding-bottom: 2rem;
  }
  .cid-sei55zx2M0 .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sei55zx2M0 .first-column,
  .cid-sei55zx2M0 .second-column,
  .cid-sei55zx2M0 .third-column {
    text-align: center;
  }
  .cid-sei55zx2M0 .input-group-btn .btn {
    padding: .6rem 1rem !important;
  }
}
.cid-sei55ByOje {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-seL4kyrb3Z .nav-item:focus,
.cid-seL4kyrb3Z .nav-link:focus {
  outline: none;
}
.cid-seL4kyrb3Z a.nav-link:focus {
  color: #f7f106 !important;
}
.cid-seL4kyrb3Z .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #333333;
  background: none;
}
.cid-seL4kyrb3Z .navbar.opened {
  transition: all .3s;
  background: #333333 !important;
}
.cid-seL4kyrb3Z .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-seL4kyrb3Z .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-seL4kyrb3Z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-seL4kyrb3Z .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-seL4kyrb3Z .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-seL4kyrb3Z .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-seL4kyrb3Z .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-seL4kyrb3Z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-seL4kyrb3Z .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-seL4kyrb3Z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-seL4kyrb3Z .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-seL4kyrb3Z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-seL4kyrb3Z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-seL4kyrb3Z .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-seL4kyrb3Z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-seL4kyrb3Z .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-seL4kyrb3Z .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-seL4kyrb3Z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-seL4kyrb3Z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-seL4kyrb3Z .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-seL4kyrb3Z .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-seL4kyrb3Z .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-seL4kyrb3Z .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-seL4kyrb3Z .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-seL4kyrb3Z .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-seL4kyrb3Z .navbar.navbar-short {
  background: #333333 !important;
  min-height: 60px;
}
.cid-seL4kyrb3Z .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-seL4kyrb3Z .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-seL4kyrb3Z .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-seL4kyrb3Z .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-seL4kyrb3Z .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-seL4kyrb3Z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-seL4kyrb3Z .dropdown-item.active,
.cid-seL4kyrb3Z .dropdown-item:active {
  background-color: transparent;
}
.cid-seL4kyrb3Z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-seL4kyrb3Z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-seL4kyrb3Z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-seL4kyrb3Z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-seL4kyrb3Z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-seL4kyrb3Z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-seL4kyrb3Z ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-seL4kyrb3Z .navbar-buttons {
  text-align: center;
}
.cid-seL4kyrb3Z button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-seL4kyrb3Z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-seL4kyrb3Z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-seL4kyrb3Z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-seL4kyrb3Z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-seL4kyrb3Z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-seL4kyrb3Z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-seL4kyrb3Z nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-seL4kyrb3Z nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-seL4kyrb3Z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-seL4kyrb3Z .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-seL4kyrb3Z a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-seL4kyrb3Z .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-seL4kyrb3Z .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-seL4kyrb3Z .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-seL4kyrb3Z .nav-link:hover,
.cid-seL4kyrb3Z .icons-menu .mbr-iconfont:hover {
  color: #f7f106 !important;
}
.cid-seL4kyrb3Z .dropdown-item:hover {
  color: #dee90e !important;
}
.cid-seL4kyrb3Z .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #f7f106;
  transition: width 0.3s ease-in;
}
.cid-seL4kyrb3Z .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-seL4kyrb3Z .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-seL4kyrb3Z .navbar-expand-lg {
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .cid-seL4kyrb3Z .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-seL4kyrb3Z .dropdown-menu {
    top: 100%;
  }
  .cid-seL4kyrb3Z .dropdown-item {
    border-bottom: 1px solid #000000;
    box-shadow: 0px 2px 5px #333333;
    background: #333333 !important;
  }
  .cid-seL4kyrb3Z .dropdown-item:hover {
    background: #1a1a1a !important;
  }
  .cid-seL4kyrb3Z .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-seL4kyrb3Z .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-seL4kHLTTJ {
  padding-top: 135px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/kocaeli-izmit-kumlu-otel-pansiyon-20.jpg");
}
.cid-seL4kHLTTJ .mbr-arrow {
  background: #000000 !important;
  opacity: .7;
}
.cid-seL4kHLTTJ .mbr-arrow i {
  color: #ffffff !important;
}
.cid-seL4kHLTTJ .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-seL4kHLTTJ .mbr-section-title {
  text-align: center;
}
.cid-seL4kNoV2x {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-seL4kNoV2x .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-seL4kNoV2x .mbr-section-title,
.cid-seL4kNoV2x .mbr-section-subtitle,
.cid-seL4kNoV2x .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-seL4kNoV2x .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-seL4kNoV2x .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-seL4kNoV2x .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-seL4kNoV2x .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-seL4kNoV2x .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #efefef, #c19b76);
}
.cid-seL4kNoV2x .icon-focus {
  display: none;
}
.cid-seL4kNoV2x .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-seL4kNoV2x ul {
  font-size: 0;
}
.cid-seL4kNoV2x .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #333333 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-seL4kNoV2x .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-seL4kNoV2x .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c19b76;
}
.cid-seL4kNoV2x .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-seL4kNoV2x .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-seL4kNoV2x .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-seL4kNoV2x .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-seL4kNoV2x .btn:hover {
  background: transparent !important;
}
.cid-seL4kNoV2x .btn:hover:before {
  background: transparent !important;
}
.cid-seL4kNoV2x .btn:before {
  background-color: transparent !important;
}
.cid-seL4kNoV2x .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-sGu4AwbSFo {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sGu4AwbSFo .wrapper {
  overflow: hidden;
}
.cid-sGu4AwbSFo .wrapper img {
  transition: all .5s;
}
.cid-sGu4AwbSFo .wrapper:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-sGu4AwbSFo .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sGu4AwbSFo .wrapper {
  position: relative;
  padding: 2rem;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  height: 25rem;
}
.cid-sGu4AwbSFo .wrapper .mbr-overlay {
  background: #000000;
  opacity: 0.3;
  z-index: 1;
  pointer-events: none;
}
.cid-sGu4AwbSFo .wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sGu4AwbSFo .wrapper .content-block {
  position: relative;
  width: 100%;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sGu4AwbSFo .first-row-card {
    padding-bottom: 2rem;
  }
}
.cid-seL4l0nrKS {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-seL4l0nrKS .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-seL4l0nrKS .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-seL4l0nrKS .title {
    width: 100% !important;
  }
}
.cid-seL4l6lnXR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-seL4l6lnXR .google-map {
  width: 100%;
  height: 25rem;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
}
.cid-seL4l6lnXR .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-seL4lcdGk4 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-seL4lcdGk4 .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-seL4lcdGk4 .first-column .mbr-text {
  margin: 0;
}
.cid-seL4lcdGk4 .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-seL4lcdGk4 .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-seL4lcdGk4 .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-seL4lcdGk4 .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-seL4lcdGk4 .form-group {
  max-width: 55%;
}
.cid-seL4lcdGk4 .form-group,
.cid-seL4lcdGk4 .input-group-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-seL4lcdGk4 .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-seL4lcdGk4 .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-seL4lcdGk4 .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-seL4lcdGk4 .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-seL4lcdGk4 .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-seL4lcdGk4 .input-group-btn .btn {
  padding: 1rem 2.2rem;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-seL4lcdGk4 .first-column,
  .cid-seL4lcdGk4 .second-column {
    padding-bottom: 2rem;
  }
  .cid-seL4lcdGk4 .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-seL4lcdGk4 .first-column,
  .cid-seL4lcdGk4 .second-column,
  .cid-seL4lcdGk4 .third-column {
    text-align: center;
  }
  .cid-seL4lcdGk4 .input-group-btn .btn {
    padding: .6rem 1rem !important;
  }
}
.cid-seL4lkbhAx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sei5frtleL .nav-item:focus,
.cid-sei5frtleL .nav-link:focus {
  outline: none;
}
.cid-sei5frtleL a.nav-link:focus {
  color: #f7f106 !important;
}
.cid-sei5frtleL .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #333333;
  background: none;
}
.cid-sei5frtleL .navbar.opened {
  transition: all .3s;
  background: #333333 !important;
}
.cid-sei5frtleL .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-sei5frtleL .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-sei5frtleL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sei5frtleL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sei5frtleL .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-sei5frtleL .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-sei5frtleL .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sei5frtleL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sei5frtleL .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-sei5frtleL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sei5frtleL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sei5frtleL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sei5frtleL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-sei5frtleL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sei5frtleL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sei5frtleL .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-sei5frtleL .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sei5frtleL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sei5frtleL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sei5frtleL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sei5frtleL .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sei5frtleL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sei5frtleL .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-sei5frtleL .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-sei5frtleL .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sei5frtleL .navbar.navbar-short {
  background: #333333 !important;
  min-height: 60px;
}
.cid-sei5frtleL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sei5frtleL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sei5frtleL .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sei5frtleL .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-sei5frtleL .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-sei5frtleL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sei5frtleL .dropdown-item.active,
.cid-sei5frtleL .dropdown-item:active {
  background-color: transparent;
}
.cid-sei5frtleL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sei5frtleL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sei5frtleL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sei5frtleL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-sei5frtleL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-sei5frtleL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sei5frtleL ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sei5frtleL .navbar-buttons {
  text-align: center;
}
.cid-sei5frtleL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sei5frtleL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sei5frtleL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sei5frtleL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sei5frtleL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sei5frtleL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sei5frtleL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sei5frtleL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sei5frtleL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sei5frtleL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sei5frtleL .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sei5frtleL a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-sei5frtleL .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sei5frtleL .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-sei5frtleL .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-sei5frtleL .nav-link:hover,
.cid-sei5frtleL .icons-menu .mbr-iconfont:hover {
  color: #f7f106 !important;
}
.cid-sei5frtleL .dropdown-item:hover {
  color: #dee90e !important;
}
.cid-sei5frtleL .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #f7f106;
  transition: width 0.3s ease-in;
}
.cid-sei5frtleL .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-sei5frtleL .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-sei5frtleL .navbar-expand-lg {
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .cid-sei5frtleL .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-sei5frtleL .dropdown-menu {
    top: 100%;
  }
  .cid-sei5frtleL .dropdown-item {
    border-bottom: 1px solid #000000;
    box-shadow: 0px 2px 5px #333333;
    background: #333333 !important;
  }
  .cid-sei5frtleL .dropdown-item:hover {
    background: #1a1a1a !important;
  }
  .cid-sei5frtleL .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-sei5frtleL .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-sGGJskr4VE {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/kocaeli-kumlu-grenci-otel.jpg");
}
.cid-sGGJskr4VE .mbr-arrow {
  background: #000000 !important;
  opacity: .7;
}
.cid-sGGJskr4VE .mbr-arrow i {
  color: #ffffff !important;
}
.cid-sGGJskr4VE .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-senKMHdmFI {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-senKMHdmFI .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-senKMHdmFI .mbr-section-title,
.cid-senKMHdmFI .mbr-section-subtitle,
.cid-senKMHdmFI .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-senKMHdmFI .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-senKMHdmFI .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-senKMHdmFI .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-senKMHdmFI .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-senKMHdmFI .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #efefef, #c19b76);
}
.cid-senKMHdmFI .icon-focus {
  display: none;
}
.cid-senKMHdmFI .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-senKMHdmFI ul {
  font-size: 0;
}
.cid-senKMHdmFI .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #333333 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-senKMHdmFI .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-senKMHdmFI .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c19b76;
}
.cid-senKMHdmFI .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-senKMHdmFI .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-senKMHdmFI .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-senKMHdmFI .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-senKMHdmFI .btn:hover {
  background: transparent !important;
}
.cid-senKMHdmFI .btn:hover:before {
  background: transparent !important;
}
.cid-senKMHdmFI .btn:before {
  background-color: transparent !important;
}
.cid-senKMHdmFI .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-senKNqVBER {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-senKNqVBER .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-senKNqVBER .mbr-section-title,
.cid-senKNqVBER .mbr-section-subtitle,
.cid-senKNqVBER .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-senKNqVBER .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-senKNqVBER .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-senKNqVBER .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-senKNqVBER .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-senKNqVBER .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #efefef, #c19b76);
}
.cid-senKNqVBER .icon-focus {
  display: none;
}
.cid-senKNqVBER .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-senKNqVBER ul {
  font-size: 0;
}
.cid-senKNqVBER .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #333333 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-senKNqVBER .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-senKNqVBER .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c19b76;
}
.cid-senKNqVBER .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-senKNqVBER .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-senKNqVBER .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-senKNqVBER .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-senKNqVBER .btn:hover {
  background: transparent !important;
}
.cid-senKNqVBER .btn:hover:before {
  background: transparent !important;
}
.cid-senKNqVBER .btn:before {
  background-color: transparent !important;
}
.cid-senKNqVBER .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-senKOMwpuL {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-senKOMwpuL .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-senKOMwpuL .mbr-section-title,
.cid-senKOMwpuL .mbr-section-subtitle,
.cid-senKOMwpuL .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-senKOMwpuL .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-senKOMwpuL .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-senKOMwpuL .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-senKOMwpuL .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-senKOMwpuL .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #efefef, #c19b76);
}
.cid-senKOMwpuL .icon-focus {
  display: none;
}
.cid-senKOMwpuL .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-senKOMwpuL ul {
  font-size: 0;
}
.cid-senKOMwpuL .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #333333 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-senKOMwpuL .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-senKOMwpuL .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c19b76;
}
.cid-senKOMwpuL .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-senKOMwpuL .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-senKOMwpuL .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-senKOMwpuL .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-senKOMwpuL .btn:hover {
  background: transparent !important;
}
.cid-senKOMwpuL .btn:hover:before {
  background: transparent !important;
}
.cid-senKOMwpuL .btn:before {
  background-color: transparent !important;
}
.cid-senKOMwpuL .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-senKPj9V9Z {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-senKPj9V9Z .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-senKPj9V9Z .mbr-section-title,
.cid-senKPj9V9Z .mbr-section-subtitle,
.cid-senKPj9V9Z .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-senKPj9V9Z .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-senKPj9V9Z .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-senKPj9V9Z .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-senKPj9V9Z .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-senKPj9V9Z .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #efefef, #c19b76);
}
.cid-senKPj9V9Z .icon-focus {
  display: none;
}
.cid-senKPj9V9Z .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-senKPj9V9Z ul {
  font-size: 0;
}
.cid-senKPj9V9Z .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #333333 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-senKPj9V9Z .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-senKPj9V9Z .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c19b76;
}
.cid-senKPj9V9Z .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-senKPj9V9Z .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-senKPj9V9Z .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-senKPj9V9Z .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-senKPj9V9Z .btn:hover {
  background: transparent !important;
}
.cid-senKPj9V9Z .btn:hover:before {
  background: transparent !important;
}
.cid-senKPj9V9Z .btn:before {
  background-color: transparent !important;
}
.cid-senKPj9V9Z .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-senKRGJjkJ {
  padding-top: 75px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/kocaeli-izmit-kumlu-otel-pansiyon-29.jpg");
}
.cid-senKRGJjkJ .card .card-img {
  overflow: hidden;
  border-radius: 0;
}
.cid-senKRGJjkJ .card .card-img img {
  transition: all .5s;
}
.cid-senKRGJjkJ .card .card-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-senKRGJjkJ .media-container-column {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding: 0;
  flex-wrap: nowrap;
}
.cid-senKRGJjkJ .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-senKRGJjkJ .first-card {
  display: block;
}
.cid-senKRGJjkJ .first-card .card-wrapper {
  height: 100%;
}
.cid-senKRGJjkJ .first-card .card-box {
  background: #ffffff;
  padding: 2rem;
}
.cid-senKRGJjkJ .first-card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-senKRGJjkJ .first-card .info-wrapper .mbr-iconfont {
  padding-right: .5rem;
  font-size: 20px;
}
.cid-senKRGJjkJ .first-card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-senKRGJjkJ .first-card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-senKRGJjkJ .first-row,
.cid-senKRGJjkJ .second-row {
  -webkit-flex: 1 1 50%;
  flex: 1 1 50%;
  margin: 0;
}
.cid-senKRGJjkJ .first-row .card .card-wrapper,
.cid-senKRGJjkJ .second-row .card .card-wrapper {
  overflow: hidden;
  position: relative;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  flex: 1;
}
.cid-senKRGJjkJ .first-row .card .card-wrapper .card-img,
.cid-senKRGJjkJ .second-row .card .card-wrapper .card-img {
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
}
.cid-senKRGJjkJ .first-row .card .card-wrapper .card-img img,
.cid-senKRGJjkJ .second-row .card .card-wrapper .card-img img {
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 767px) {
  .cid-senKRGJjkJ .first-row,
  .cid-senKRGJjkJ .second-row {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-senKRGJjkJ .first-row .card .card-wrapper .card-img,
  .cid-senKRGJjkJ .second-row .card .card-wrapper .card-img {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-senKRGJjkJ .first-row .card .card-wrapper .card-img img,
  .cid-senKRGJjkJ .second-row .card .card-wrapper .card-img img {
    min-height: 0;
  }
}
.cid-senKRGJjkJ .first-row .caption,
.cid-senKRGJjkJ .second-row .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: inline-flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  align-items: center;
  letter-spacing: 2px;
}
.cid-senKRGJjkJ .first-row .caption .price,
.cid-senKRGJjkJ .second-row .caption .price {
  background: #c19b76;
  padding: 0 .5rem;
}
.cid-senKRGJjkJ .first-row {
  padding-bottom: 1rem;
}
.cid-senKRGJjkJ .second-row {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .cid-senKRGJjkJ .first-card,
  .cid-senKRGJjkJ .first-child {
    padding-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-senKRGJjkJ .first-card {
    padding-bottom: 2rem;
  }
  .cid-senKRGJjkJ .only-first-row {
    height: 100%;
  }
}
.cid-senKRGJjkJ .card-title {
  color: #000000;
}
.cid-senKRGJjkJ .main-title {
  color: #ffffff;
}
.cid-sGu547s7Q5 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sGu547s7Q5 .wrapper {
  overflow: hidden;
}
.cid-sGu547s7Q5 .wrapper img {
  transition: all .5s;
}
.cid-sGu547s7Q5 .wrapper:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-sGu547s7Q5 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sGu547s7Q5 .wrapper {
  position: relative;
  padding: 2rem;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  height: 25rem;
}
.cid-sGu547s7Q5 .wrapper .mbr-overlay {
  background: #000000;
  opacity: 0.3;
  z-index: 1;
  pointer-events: none;
}
.cid-sGu547s7Q5 .wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sGu547s7Q5 .wrapper .content-block {
  position: relative;
  width: 100%;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sGu547s7Q5 .first-row-card {
    padding-bottom: 2rem;
  }
}
.cid-sei5fzIScp {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sei5fzIScp .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sei5fzIScp .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sei5fzIScp .title {
    width: 100% !important;
  }
}
.cid-sei5fAP4SQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sei5fAP4SQ .google-map {
  width: 100%;
  height: 25rem;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
}
.cid-sei5fAP4SQ .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-sei5fDyy6D {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-sei5fDyy6D .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-sei5fDyy6D .first-column .mbr-text {
  margin: 0;
}
.cid-sei5fDyy6D .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-sei5fDyy6D .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-sei5fDyy6D .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-sei5fDyy6D .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-sei5fDyy6D .form-group {
  max-width: 55%;
}
.cid-sei5fDyy6D .form-group,
.cid-sei5fDyy6D .input-group-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sei5fDyy6D .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-sei5fDyy6D .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-sei5fDyy6D .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-sei5fDyy6D .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-sei5fDyy6D .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-sei5fDyy6D .input-group-btn .btn {
  padding: 1rem 2.2rem;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-sei5fDyy6D .first-column,
  .cid-sei5fDyy6D .second-column {
    padding-bottom: 2rem;
  }
  .cid-sei5fDyy6D .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sei5fDyy6D .first-column,
  .cid-sei5fDyy6D .second-column,
  .cid-sei5fDyy6D .third-column {
    text-align: center;
  }
  .cid-sei5fDyy6D .input-group-btn .btn {
    padding: .6rem 1rem !important;
  }
}
.cid-sei5fFrIFr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-senp6BwpCF .nav-item:focus,
.cid-senp6BwpCF .nav-link:focus {
  outline: none;
}
.cid-senp6BwpCF a.nav-link:focus {
  color: #f7f106 !important;
}
.cid-senp6BwpCF .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #333333;
  background: none;
}
.cid-senp6BwpCF .navbar.opened {
  transition: all .3s;
  background: #333333 !important;
}
.cid-senp6BwpCF .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-senp6BwpCF .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-senp6BwpCF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-senp6BwpCF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-senp6BwpCF .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-senp6BwpCF .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-senp6BwpCF .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-senp6BwpCF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-senp6BwpCF .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-senp6BwpCF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-senp6BwpCF .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-senp6BwpCF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-senp6BwpCF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-senp6BwpCF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-senp6BwpCF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-senp6BwpCF .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-senp6BwpCF .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-senp6BwpCF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-senp6BwpCF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-senp6BwpCF .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-senp6BwpCF .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-senp6BwpCF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-senp6BwpCF .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-senp6BwpCF .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-senp6BwpCF .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-senp6BwpCF .navbar.navbar-short {
  background: #333333 !important;
  min-height: 60px;
}
.cid-senp6BwpCF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-senp6BwpCF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-senp6BwpCF .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-senp6BwpCF .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-senp6BwpCF .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-senp6BwpCF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-senp6BwpCF .dropdown-item.active,
.cid-senp6BwpCF .dropdown-item:active {
  background-color: transparent;
}
.cid-senp6BwpCF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-senp6BwpCF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-senp6BwpCF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-senp6BwpCF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-senp6BwpCF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-senp6BwpCF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-senp6BwpCF ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-senp6BwpCF .navbar-buttons {
  text-align: center;
}
.cid-senp6BwpCF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-senp6BwpCF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-senp6BwpCF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-senp6BwpCF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-senp6BwpCF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-senp6BwpCF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-senp6BwpCF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-senp6BwpCF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-senp6BwpCF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-senp6BwpCF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-senp6BwpCF .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-senp6BwpCF a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-senp6BwpCF .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-senp6BwpCF .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-senp6BwpCF .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-senp6BwpCF .nav-link:hover,
.cid-senp6BwpCF .icons-menu .mbr-iconfont:hover {
  color: #f7f106 !important;
}
.cid-senp6BwpCF .dropdown-item:hover {
  color: #dee90e !important;
}
.cid-senp6BwpCF .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #f7f106;
  transition: width 0.3s ease-in;
}
.cid-senp6BwpCF .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-senp6BwpCF .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-senp6BwpCF .navbar-expand-lg {
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .cid-senp6BwpCF .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-senp6BwpCF .dropdown-menu {
    top: 100%;
  }
  .cid-senp6BwpCF .dropdown-item {
    border-bottom: 1px solid #000000;
    box-shadow: 0px 2px 5px #333333;
    background: #333333 !important;
  }
  .cid-senp6BwpCF .dropdown-item:hover {
    background: #1a1a1a !important;
  }
  .cid-senp6BwpCF .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-senp6BwpCF .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-senp6CX0dC {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/kocaeli-izmit-kumlu-otel-pansiyon-26.jpg");
}
.cid-senp6CX0dC .mbr-arrow {
  background: #000000 !important;
  opacity: .7;
}
.cid-senp6CX0dC .mbr-arrow i {
  color: #ffffff !important;
}
.cid-senp6CX0dC .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-senp6EKekt {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-senp6EKekt .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-senp6EKekt .mbr-section-title,
.cid-senp6EKekt .mbr-section-subtitle,
.cid-senp6EKekt .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-senp6EKekt .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-senp6EKekt .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-senp6EKekt .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-senp6EKekt .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-senp6EKekt .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #efefef, #c19b76);
}
.cid-senp6EKekt .icon-focus {
  display: none;
}
.cid-senp6EKekt .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-senp6EKekt ul {
  font-size: 0;
}
.cid-senp6EKekt .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #333333 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-senp6EKekt .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-senp6EKekt .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c19b76;
}
.cid-senp6EKekt .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-senp6EKekt .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-senp6EKekt .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-senp6EKekt .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-senp6EKekt .btn:hover {
  background: transparent !important;
}
.cid-senp6EKekt .btn:hover:before {
  background: transparent !important;
}
.cid-senp6EKekt .btn:before {
  background-color: transparent !important;
}
.cid-senp6EKekt .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-senp6MwKLr {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-senp6MwKLr .wrapper {
  overflow: hidden;
}
.cid-senp6MwKLr .wrapper img {
  transition: all .5s;
}
.cid-senp6MwKLr .wrapper:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-senp6MwKLr .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-senp6MwKLr .wrapper {
  position: relative;
  padding: 2rem;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  height: 25rem;
}
.cid-senp6MwKLr .wrapper .mbr-overlay {
  background: #000000;
  opacity: 0.3;
  z-index: 1;
  pointer-events: none;
}
.cid-senp6MwKLr .wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-senp6MwKLr .wrapper .content-block {
  position: relative;
  width: 100%;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-senp6MwKLr .first-row-card {
    padding-bottom: 2rem;
  }
}
.cid-senp6OK3hg {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-senp6OK3hg .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-senp6OK3hg .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-senp6OK3hg .title {
    width: 100% !important;
  }
}
.cid-senp6PQPG1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-senp6PQPG1 .google-map {
  width: 100%;
  height: 25rem;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
}
.cid-senp6PQPG1 .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-senp6SLrp7 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-senp6SLrp7 .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-senp6SLrp7 .first-column .mbr-text {
  margin: 0;
}
.cid-senp6SLrp7 .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-senp6SLrp7 .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-senp6SLrp7 .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-senp6SLrp7 .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-senp6SLrp7 .form-group {
  max-width: 55%;
}
.cid-senp6SLrp7 .form-group,
.cid-senp6SLrp7 .input-group-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-senp6SLrp7 .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-senp6SLrp7 .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-senp6SLrp7 .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-senp6SLrp7 .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-senp6SLrp7 .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-senp6SLrp7 .input-group-btn .btn {
  padding: 1rem 2.2rem;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-senp6SLrp7 .first-column,
  .cid-senp6SLrp7 .second-column {
    padding-bottom: 2rem;
  }
  .cid-senp6SLrp7 .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-senp6SLrp7 .first-column,
  .cid-senp6SLrp7 .second-column,
  .cid-senp6SLrp7 .third-column {
    text-align: center;
  }
  .cid-senp6SLrp7 .input-group-btn .btn {
    padding: .6rem 1rem !important;
  }
}
.cid-senp6UJfTc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sei6mC3Jv3 .nav-item:focus,
.cid-sei6mC3Jv3 .nav-link:focus {
  outline: none;
}
.cid-sei6mC3Jv3 a.nav-link:focus {
  color: #f7f106 !important;
}
.cid-sei6mC3Jv3 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #333333;
  background: none;
}
.cid-sei6mC3Jv3 .navbar.opened {
  transition: all .3s;
  background: #333333 !important;
}
.cid-sei6mC3Jv3 .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-sei6mC3Jv3 .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-sei6mC3Jv3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sei6mC3Jv3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sei6mC3Jv3 .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-sei6mC3Jv3 .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-sei6mC3Jv3 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sei6mC3Jv3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sei6mC3Jv3 .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-sei6mC3Jv3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sei6mC3Jv3 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sei6mC3Jv3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sei6mC3Jv3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-sei6mC3Jv3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sei6mC3Jv3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sei6mC3Jv3 .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-sei6mC3Jv3 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sei6mC3Jv3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sei6mC3Jv3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sei6mC3Jv3 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sei6mC3Jv3 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sei6mC3Jv3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sei6mC3Jv3 .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-sei6mC3Jv3 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-sei6mC3Jv3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sei6mC3Jv3 .navbar.navbar-short {
  background: #333333 !important;
  min-height: 60px;
}
.cid-sei6mC3Jv3 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sei6mC3Jv3 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sei6mC3Jv3 .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sei6mC3Jv3 .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-sei6mC3Jv3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-sei6mC3Jv3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sei6mC3Jv3 .dropdown-item.active,
.cid-sei6mC3Jv3 .dropdown-item:active {
  background-color: transparent;
}
.cid-sei6mC3Jv3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sei6mC3Jv3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sei6mC3Jv3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sei6mC3Jv3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-sei6mC3Jv3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-sei6mC3Jv3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sei6mC3Jv3 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sei6mC3Jv3 .navbar-buttons {
  text-align: center;
}
.cid-sei6mC3Jv3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sei6mC3Jv3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sei6mC3Jv3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sei6mC3Jv3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sei6mC3Jv3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sei6mC3Jv3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sei6mC3Jv3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sei6mC3Jv3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sei6mC3Jv3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sei6mC3Jv3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sei6mC3Jv3 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sei6mC3Jv3 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-sei6mC3Jv3 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sei6mC3Jv3 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-sei6mC3Jv3 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-sei6mC3Jv3 .nav-link:hover,
.cid-sei6mC3Jv3 .icons-menu .mbr-iconfont:hover {
  color: #f7f106 !important;
}
.cid-sei6mC3Jv3 .dropdown-item:hover {
  color: #dee90e !important;
}
.cid-sei6mC3Jv3 .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #f7f106;
  transition: width 0.3s ease-in;
}
.cid-sei6mC3Jv3 .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-sei6mC3Jv3 .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-sei6mC3Jv3 .navbar-expand-lg {
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .cid-sei6mC3Jv3 .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-sei6mC3Jv3 .dropdown-menu {
    top: 100%;
  }
  .cid-sei6mC3Jv3 .dropdown-item {
    border-bottom: 1px solid #000000;
    box-shadow: 0px 2px 5px #333333;
    background: #333333 !important;
  }
  .cid-sei6mC3Jv3 .dropdown-item:hover {
    background: #1a1a1a !important;
  }
  .cid-sei6mC3Jv3 .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-sei6mC3Jv3 .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-seocUzbOi2 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/kocaeli-izmit-kumlu-otel-pansiyon-10.jpg");
}
.cid-seocUzbOi2 .mbr-arrow {
  background: #000000 !important;
  opacity: .7;
}
.cid-seocUzbOi2 .mbr-arrow i {
  color: #ffffff !important;
}
.cid-seocUzbOi2 .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-seocwcVprv {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-seocwcVprv .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-seocwcVprv .mbr-section-title,
.cid-seocwcVprv .mbr-section-subtitle,
.cid-seocwcVprv .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-seocwcVprv .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-seocwcVprv .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-seocwcVprv .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-seocwcVprv .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-seocwcVprv .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #efefef, #c19b76);
}
.cid-seocwcVprv .icon-focus {
  display: none;
}
.cid-seocwcVprv .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-seocwcVprv ul {
  font-size: 0;
}
.cid-seocwcVprv .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #333333 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-seocwcVprv .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-seocwcVprv .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c19b76;
}
.cid-seocwcVprv .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-seocwcVprv .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-seocwcVprv .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-seocwcVprv .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-seocwcVprv .btn:hover {
  background: transparent !important;
}
.cid-seocwcVprv .btn:hover:before {
  background: transparent !important;
}
.cid-seocwcVprv .btn:before {
  background-color: transparent !important;
}
.cid-seocwcVprv .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-sGu6ru8xCT {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sGu6ru8xCT .wrapper {
  overflow: hidden;
}
.cid-sGu6ru8xCT .wrapper img {
  transition: all .5s;
}
.cid-sGu6ru8xCT .wrapper:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-sGu6ru8xCT .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sGu6ru8xCT .wrapper {
  position: relative;
  padding: 2rem;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  height: 25rem;
}
.cid-sGu6ru8xCT .wrapper .mbr-overlay {
  background: #000000;
  opacity: 0.3;
  z-index: 1;
  pointer-events: none;
}
.cid-sGu6ru8xCT .wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sGu6ru8xCT .wrapper .content-block {
  position: relative;
  width: 100%;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sGu6ru8xCT .first-row-card {
    padding-bottom: 2rem;
  }
}
.cid-sei6mKHcyD {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sei6mKHcyD .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sei6mKHcyD .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sei6mKHcyD .title {
    width: 100% !important;
  }
}
.cid-sei6mLInTv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sei6mLInTv .google-map {
  width: 100%;
  height: 25rem;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
}
.cid-sei6mLInTv .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-sei6mOq1PC {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-sei6mOq1PC .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-sei6mOq1PC .first-column .mbr-text {
  margin: 0;
}
.cid-sei6mOq1PC .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-sei6mOq1PC .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-sei6mOq1PC .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-sei6mOq1PC .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-sei6mOq1PC .form-group {
  max-width: 55%;
}
.cid-sei6mOq1PC .form-group,
.cid-sei6mOq1PC .input-group-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sei6mOq1PC .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-sei6mOq1PC .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-sei6mOq1PC .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-sei6mOq1PC .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-sei6mOq1PC .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-sei6mOq1PC .input-group-btn .btn {
  padding: 1rem 2.2rem;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-sei6mOq1PC .first-column,
  .cid-sei6mOq1PC .second-column {
    padding-bottom: 2rem;
  }
  .cid-sei6mOq1PC .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sei6mOq1PC .first-column,
  .cid-sei6mOq1PC .second-column,
  .cid-sei6mOq1PC .third-column {
    text-align: center;
  }
  .cid-sei6mOq1PC .input-group-btn .btn {
    padding: .6rem 1rem !important;
  }
}
.cid-sei6mQoUKA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
