.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Oswald', sans-serif;
  font-size: 4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Bellota Text', display;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Bellota Text', display;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Raleway', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-7 {
  font-family: 'Raleway', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #4d6d9a !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #4d6d9a !important;
  border-color: #4d6d9a !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #304460 !important;
  border-color: #304460 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #304460 !important;
  border-color: #304460 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #30a713 !important;
  border-color: #30a713 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #1a590a !important;
  border-color: #1a590a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #1a590a !important;
  border-color: #1a590a !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #4d6d9a;
  color: #4d6d9a;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #304460 !important;
  background-color: transparent!important;
  border-color: #304460 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #4d6d9a !important;
  border-color: #4d6d9a !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #30a713;
  color: #30a713;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #1a590a !important;
  background-color: transparent!important;
  border-color: #1a590a !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #30a713 !important;
  border-color: #30a713 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: #148cca !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #40b0bf;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: #2a747e !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: #ffd10a !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: #ff5f0f !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #4d6d9a !important;
}
.text-secondary {
  color: #30a713 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #2b3d56 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #164b09 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #4d6d9a;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #4d6d9a;
  border-color: #4d6d9a;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #4d6d9a;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #9aafcc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Bellota Text', display;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #4d6d9a !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Bellota Text', display;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #4d6d9a;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #4d6d9a;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #4d6d9a;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #4d6d9a;
  border-bottom-color: #4d6d9a;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #4d6d9a !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #30a713 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%234d6d9a' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-sFGMfPD7iT {
  background-image: url("../../../assets/images/10-hurda-demir-bakir-sari-aliminyum-kagit-plastik-460x307.jpg");
}
.cid-sFGMfPD7iT .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-sFGMfPD7iT .mbr-text,
.cid-sFGMfPD7iT .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uRterBS6Nv {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-uRterBS6Nv .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uRterBS6Nv .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uRterBS6Nv .mbr-iconfont {
  font-size: 4rem;
  color: #4d6d9a;
  padding-right: 1.5rem;
}
.cid-sFGOTvnvck {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sFGOTvnvck .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-sFGOTvnvck .card {
    margin-bottom: 2rem!important;
  }
  .cid-sFGOTvnvck .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sFGOTvnvck .link-wrap {
    align-items: center;
  }
}
.cid-sFGOTvnvck .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sFGSUpvomC {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-sFGSUpvomC .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-sFGSUpvomC .team-card:hover {
  transform: translateY(-10px);
}
.cid-sFGSUpvomC .card-wrap {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-sFGSUpvomC .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-sFGSUpvomC .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-sFGSUpvomC .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sFGSUpvomC .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-sFGSUpvomC .social-row {
  text-align: center;
}
.cid-sFGSUpvomC .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-sFGSUpvomC .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-sFGSUpvomC .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-sFGSUpvomC .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-sFGSUpvomC .card-text,
.cid-sFGSUpvomC .mbr-section-btn,
.cid-sFGSUpvomC .social-row {
  text-align: left;
}
.cid-uQCY4LVroc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uQCY4LVroc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQCY4LVroc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQCY4LVroc .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uQD1PwaPiL {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uQD1PwaPiL .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uQD1PwaPiL .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uQD1PwaPiL .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  background: none;
  border: 1px solid #6592e6;
  color: #6592e6;
  content: "✓";
}
.cid-sFGTcFRqw0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sFGTcFRqw0 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sFGTcFRqw0 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-sFGTcFRqw0 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-sFGTcFRqw0 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-sFGTcFRqw0 textarea {
  min-height: 10rem;
}
.cid-uQzZ5rmVcW {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQzZ5rmVcW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQzZ5rmVcW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQzZ5rmVcW .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uQzZ5rmVcW .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uQzZ5rmVcW .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uQzZ5rmVcW .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uQzZ5rmVcW .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #4d6d9a;
}
.cid-sFGSPUeMie {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-sFGSPUeMie .google-map {
  height: 30rem;
  position: relative;
}
.cid-sFGSPUeMie .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sFGSPUeMie .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sFGSPUeMie .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sFGSPUeMie .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sFGVxOqzIN {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #fafafa;
}
.cid-sFGVxOqzIN .media-container-row {
  justify-content: space-between;
}
.cid-sFGVxOqzIN .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-sFGVxOqzIN .text-content {
    max-width: none;
  }
}
.cid-sFGVxOqzIN .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4d6d9a;
  border: 2px solid #4d6d9a;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-sFGVxOqzIN .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-sFGVxOqzIN .mbr-iconfont-social:hover {
  background-color: #4d6d9a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-sFGVxOqzIN .icons {
    justify-content: center !important;
  }
  .cid-sFGVxOqzIN .text-content * {
    text-align: center;
  }
}
.cid-sFGSOnwtIp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1ca0e0;
  overflow: hidden;
}
.cid-uQD3VtpC61 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #fafafa;
}
.cid-uQD3VtpC61 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQD3VtpC61 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQD3VtpC61 .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-uQD3VtpC61 .plan-body {
  padding-bottom: 2rem;
}
.cid-uQD3VtpC61 .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uQD3VtpC61 .price {
  color: #4d6d9a;
}
.cid-uQD3VtpC61 .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-uQD3VtpC61 .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-uQD3VtpC61 .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-uQD3VtpC61 .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-uQD3VtpC61 .plan {
    margin-bottom: 2rem;
  }
}
.cid-uRtdtGzlei {
  z-index: 1000;
  width: 100%;
}
.cid-uRtdtGzlei nav.navbar {
  position: fixed;
}
.cid-uRtdtGzlei .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRtdtGzlei .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uRtdtGzlei .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uRtdtGzlei .dropdown-item:hover,
.cid-uRtdtGzlei .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-uRtdtGzlei .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uRtdtGzlei .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uRtdtGzlei .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uRtdtGzlei .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uRtdtGzlei .nav-link {
  position: relative;
}
.cid-uRtdtGzlei .container {
  display: flex;
  margin: auto;
}
.cid-uRtdtGzlei .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRtdtGzlei .dropdown-menu,
.cid-uRtdtGzlei .navbar.opened {
  background: #ffffff !important;
}
.cid-uRtdtGzlei .nav-item:focus,
.cid-uRtdtGzlei .nav-link:focus {
  outline: none;
}
.cid-uRtdtGzlei .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRtdtGzlei .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRtdtGzlei .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRtdtGzlei .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRtdtGzlei .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRtdtGzlei .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRtdtGzlei .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.2);
}
.cid-uRtdtGzlei .navbar.opened {
  transition: all 0.3s;
}
.cid-uRtdtGzlei .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRtdtGzlei .navbar .navbar-logo img {
  width: auto;
}
.cid-uRtdtGzlei .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uRtdtGzlei .navbar.collapsed {
  justify-content: center;
}
.cid-uRtdtGzlei .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRtdtGzlei .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRtdtGzlei .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uRtdtGzlei .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRtdtGzlei .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRtdtGzlei .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uRtdtGzlei .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRtdtGzlei .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRtdtGzlei .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uRtdtGzlei .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRtdtGzlei .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRtdtGzlei .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRtdtGzlei .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRtdtGzlei .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uRtdtGzlei .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRtdtGzlei .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uRtdtGzlei .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRtdtGzlei .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uRtdtGzlei .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRtdtGzlei .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRtdtGzlei .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRtdtGzlei .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRtdtGzlei .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uRtdtGzlei .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRtdtGzlei .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRtdtGzlei .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRtdtGzlei .dropdown-item.active,
.cid-uRtdtGzlei .dropdown-item:active {
  background-color: transparent;
}
.cid-uRtdtGzlei .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRtdtGzlei .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRtdtGzlei .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRtdtGzlei .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uRtdtGzlei .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRtdtGzlei .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRtdtGzlei ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRtdtGzlei .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRtdtGzlei button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRtdtGzlei button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-uRtdtGzlei button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRtdtGzlei button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRtdtGzlei button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRtdtGzlei button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRtdtGzlei nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRtdtGzlei nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRtdtGzlei nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRtdtGzlei nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRtdtGzlei .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uRtdtGzlei a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRtdtGzlei .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRtdtGzlei .navbar {
    height: 70px;
  }
  .cid-uRtdtGzlei .navbar.opened {
    height: auto;
  }
  .cid-uRtdtGzlei .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQDcg5PqIq {
  background-image: url("../../../assets/images/10-hurda-demir-bakir-sari-aliminyum-kagit-plastik-460x307.jpg");
}
.cid-uQDcg5PqIq .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uQDcg5PqIq .mbr-text,
.cid-uQDcg5PqIq .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uRteux70kg {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-uRteux70kg .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uRteux70kg .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uRteux70kg .mbr-iconfont {
  font-size: 4rem;
  color: #4d6d9a;
  padding-right: 1.5rem;
}
.cid-uQDcg6OFt4 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uQDcg6OFt4 .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uQDcg6OFt4 .card {
    margin-bottom: 2rem!important;
  }
  .cid-uQDcg6OFt4 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uQDcg6OFt4 .link-wrap {
    align-items: center;
  }
}
.cid-uQDcg6OFt4 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uQDcg7bu5G {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-uQDcg7bu5G .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uQDcg7bu5G .team-card:hover {
  transform: translateY(-10px);
}
.cid-uQDcg7bu5G .card-wrap {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uQDcg7bu5G .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uQDcg7bu5G .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uQDcg7bu5G .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uQDcg7bu5G .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uQDcg7bu5G .social-row {
  text-align: center;
}
.cid-uQDcg7bu5G .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uQDcg7bu5G .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uQDcg7bu5G .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uQDcg7bu5G .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uQDcg7bu5G .card-text,
.cid-uQDcg7bu5G .mbr-section-btn,
.cid-uQDcg7bu5G .social-row {
  text-align: left;
}
.cid-uQDcg868ET {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uQDcg868ET .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQDcg868ET .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQDcg868ET .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uQDcg8sFAW {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uQDcg8sFAW .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uQDcg8sFAW .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uQDcg8sFAW .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  background: none;
  border: 1px solid #6592e6;
  color: #6592e6;
  content: "✓";
}
.cid-uQDcg8GAER {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uQDcg8GAER .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uQDcg8GAER form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uQDcg8GAER form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uQDcg8GAER form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uQDcg8GAER textarea {
  min-height: 10rem;
}
.cid-uQDcg8YXGf {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQDcg8YXGf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQDcg8YXGf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQDcg8YXGf .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uQDcg8YXGf .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uQDcg8YXGf .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uQDcg8YXGf .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uQDcg8YXGf .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #4d6d9a;
}
.cid-uQDcg9uiTm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uQDcg9uiTm .google-map {
  height: 30rem;
  position: relative;
}
.cid-uQDcg9uiTm .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uQDcg9uiTm .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uQDcg9uiTm .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uQDcg9uiTm .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uQDcgajVO6 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #fafafa;
}
.cid-uQDcgajVO6 .media-container-row {
  justify-content: space-between;
}
.cid-uQDcgajVO6 .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-uQDcgajVO6 .text-content {
    max-width: none;
  }
}
.cid-uQDcgajVO6 .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4d6d9a;
  border: 2px solid #4d6d9a;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uQDcgajVO6 .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-uQDcgajVO6 .mbr-iconfont-social:hover {
  background-color: #4d6d9a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uQDcgajVO6 .icons {
    justify-content: center !important;
  }
  .cid-uQDcgajVO6 .text-content * {
    text-align: center;
  }
}
.cid-uQDcgaLWFL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1ca0e0;
  overflow: hidden;
}
.cid-uQDcgb5ThT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #fafafa;
}
.cid-uQDcgb5ThT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQDcgb5ThT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQDcgb5ThT .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-uQDcgb5ThT .plan-body {
  padding-bottom: 2rem;
}
.cid-uQDcgb5ThT .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uQDcgb5ThT .price {
  color: #4d6d9a;
}
.cid-uQDcgb5ThT .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-uQDcgb5ThT .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-uQDcgb5ThT .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-uQDcgb5ThT .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-uQDcgb5ThT .plan {
    margin-bottom: 2rem;
  }
}
.cid-uRtdtGzlei {
  z-index: 1000;
  width: 100%;
}
.cid-uRtdtGzlei nav.navbar {
  position: fixed;
}
.cid-uRtdtGzlei .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRtdtGzlei .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uRtdtGzlei .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uRtdtGzlei .dropdown-item:hover,
.cid-uRtdtGzlei .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-uRtdtGzlei .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uRtdtGzlei .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uRtdtGzlei .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uRtdtGzlei .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uRtdtGzlei .nav-link {
  position: relative;
}
.cid-uRtdtGzlei .container {
  display: flex;
  margin: auto;
}
.cid-uRtdtGzlei .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRtdtGzlei .dropdown-menu,
.cid-uRtdtGzlei .navbar.opened {
  background: #ffffff !important;
}
.cid-uRtdtGzlei .nav-item:focus,
.cid-uRtdtGzlei .nav-link:focus {
  outline: none;
}
.cid-uRtdtGzlei .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRtdtGzlei .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRtdtGzlei .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRtdtGzlei .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRtdtGzlei .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRtdtGzlei .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRtdtGzlei .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.2);
}
.cid-uRtdtGzlei .navbar.opened {
  transition: all 0.3s;
}
.cid-uRtdtGzlei .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRtdtGzlei .navbar .navbar-logo img {
  width: auto;
}
.cid-uRtdtGzlei .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uRtdtGzlei .navbar.collapsed {
  justify-content: center;
}
.cid-uRtdtGzlei .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRtdtGzlei .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRtdtGzlei .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uRtdtGzlei .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRtdtGzlei .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRtdtGzlei .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uRtdtGzlei .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRtdtGzlei .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRtdtGzlei .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uRtdtGzlei .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRtdtGzlei .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRtdtGzlei .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRtdtGzlei .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRtdtGzlei .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uRtdtGzlei .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRtdtGzlei .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uRtdtGzlei .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRtdtGzlei .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uRtdtGzlei .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRtdtGzlei .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRtdtGzlei .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRtdtGzlei .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRtdtGzlei .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uRtdtGzlei .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRtdtGzlei .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRtdtGzlei .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRtdtGzlei .dropdown-item.active,
.cid-uRtdtGzlei .dropdown-item:active {
  background-color: transparent;
}
.cid-uRtdtGzlei .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRtdtGzlei .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRtdtGzlei .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRtdtGzlei .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uRtdtGzlei .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRtdtGzlei .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRtdtGzlei ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRtdtGzlei .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRtdtGzlei button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRtdtGzlei button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-uRtdtGzlei button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRtdtGzlei button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRtdtGzlei button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRtdtGzlei button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRtdtGzlei nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRtdtGzlei nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRtdtGzlei nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRtdtGzlei nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRtdtGzlei .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uRtdtGzlei a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRtdtGzlei .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRtdtGzlei .navbar {
    height: 70px;
  }
  .cid-uRtdtGzlei .navbar.opened {
    height: auto;
  }
  .cid-uRtdtGzlei .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQDdQxhRFM {
  background-image: url("../../../assets/images/10-hurda-demir-bakir-sari-aliminyum-kagit-plastik-460x307.jpg");
}
.cid-uQDdQxhRFM .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uQDdQxhRFM .mbr-text,
.cid-uQDdQxhRFM .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uRtewsb33p {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-uRtewsb33p .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uRtewsb33p .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uRtewsb33p .mbr-iconfont {
  font-size: 4rem;
  color: #4d6d9a;
  padding-right: 1.5rem;
}
.cid-uQDdQyhDQN {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uQDdQyhDQN .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uQDdQyhDQN .card {
    margin-bottom: 2rem!important;
  }
  .cid-uQDdQyhDQN .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uQDdQyhDQN .link-wrap {
    align-items: center;
  }
}
.cid-uQDdQyhDQN .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uQDdQyEo0m {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-uQDdQyEo0m .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uQDdQyEo0m .team-card:hover {
  transform: translateY(-10px);
}
.cid-uQDdQyEo0m .card-wrap {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uQDdQyEo0m .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uQDdQyEo0m .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uQDdQyEo0m .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uQDdQyEo0m .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uQDdQyEo0m .social-row {
  text-align: center;
}
.cid-uQDdQyEo0m .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uQDdQyEo0m .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uQDdQyEo0m .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uQDdQyEo0m .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uQDdQyEo0m .card-text,
.cid-uQDdQyEo0m .mbr-section-btn,
.cid-uQDdQyEo0m .social-row {
  text-align: left;
}
.cid-uQDdQzHSjs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uQDdQzHSjs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQDdQzHSjs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQDdQzHSjs .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uQDdQA2QHl {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uQDdQA2QHl .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uQDdQA2QHl .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uQDdQA2QHl .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  background: none;
  border: 1px solid #6592e6;
  color: #6592e6;
  content: "✓";
}
.cid-uQDdQAhXJk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uQDdQAhXJk .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uQDdQAhXJk form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uQDdQAhXJk form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uQDdQAhXJk form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uQDdQAhXJk textarea {
  min-height: 10rem;
}
.cid-uQDdQAAkVm {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQDdQAAkVm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQDdQAAkVm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQDdQAAkVm .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uQDdQAAkVm .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uQDdQAAkVm .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uQDdQAAkVm .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uQDdQAAkVm .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #4d6d9a;
}
.cid-uQDdQB2704 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uQDdQB2704 .google-map {
  height: 30rem;
  position: relative;
}
.cid-uQDdQB2704 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uQDdQB2704 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uQDdQB2704 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uQDdQB2704 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uQDdQBVT3s {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #fafafa;
}
.cid-uQDdQBVT3s .media-container-row {
  justify-content: space-between;
}
.cid-uQDdQBVT3s .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-uQDdQBVT3s .text-content {
    max-width: none;
  }
}
.cid-uQDdQBVT3s .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4d6d9a;
  border: 2px solid #4d6d9a;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uQDdQBVT3s .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-uQDdQBVT3s .mbr-iconfont-social:hover {
  background-color: #4d6d9a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uQDdQBVT3s .icons {
    justify-content: center !important;
  }
  .cid-uQDdQBVT3s .text-content * {
    text-align: center;
  }
}
.cid-uQDdQCnSUT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1ca0e0;
  overflow: hidden;
}
.cid-uQDdQCG8JQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #fafafa;
}
.cid-uQDdQCG8JQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQDdQCG8JQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQDdQCG8JQ .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-uQDdQCG8JQ .plan-body {
  padding-bottom: 2rem;
}
.cid-uQDdQCG8JQ .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uQDdQCG8JQ .price {
  color: #4d6d9a;
}
.cid-uQDdQCG8JQ .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-uQDdQCG8JQ .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-uQDdQCG8JQ .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-uQDdQCG8JQ .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-uQDdQCG8JQ .plan {
    margin-bottom: 2rem;
  }
}
.cid-uRtdtGzlei {
  z-index: 1000;
  width: 100%;
}
.cid-uRtdtGzlei nav.navbar {
  position: fixed;
}
.cid-uRtdtGzlei .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRtdtGzlei .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uRtdtGzlei .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uRtdtGzlei .dropdown-item:hover,
.cid-uRtdtGzlei .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-uRtdtGzlei .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uRtdtGzlei .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uRtdtGzlei .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uRtdtGzlei .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uRtdtGzlei .nav-link {
  position: relative;
}
.cid-uRtdtGzlei .container {
  display: flex;
  margin: auto;
}
.cid-uRtdtGzlei .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRtdtGzlei .dropdown-menu,
.cid-uRtdtGzlei .navbar.opened {
  background: #ffffff !important;
}
.cid-uRtdtGzlei .nav-item:focus,
.cid-uRtdtGzlei .nav-link:focus {
  outline: none;
}
.cid-uRtdtGzlei .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRtdtGzlei .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRtdtGzlei .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRtdtGzlei .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRtdtGzlei .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRtdtGzlei .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRtdtGzlei .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.2);
}
.cid-uRtdtGzlei .navbar.opened {
  transition: all 0.3s;
}
.cid-uRtdtGzlei .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRtdtGzlei .navbar .navbar-logo img {
  width: auto;
}
.cid-uRtdtGzlei .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uRtdtGzlei .navbar.collapsed {
  justify-content: center;
}
.cid-uRtdtGzlei .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRtdtGzlei .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRtdtGzlei .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uRtdtGzlei .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRtdtGzlei .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRtdtGzlei .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uRtdtGzlei .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRtdtGzlei .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRtdtGzlei .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uRtdtGzlei .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRtdtGzlei .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRtdtGzlei .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRtdtGzlei .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRtdtGzlei .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uRtdtGzlei .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRtdtGzlei .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uRtdtGzlei .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRtdtGzlei .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uRtdtGzlei .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRtdtGzlei .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRtdtGzlei .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRtdtGzlei .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRtdtGzlei .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uRtdtGzlei .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRtdtGzlei .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRtdtGzlei .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRtdtGzlei .dropdown-item.active,
.cid-uRtdtGzlei .dropdown-item:active {
  background-color: transparent;
}
.cid-uRtdtGzlei .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRtdtGzlei .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRtdtGzlei .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRtdtGzlei .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uRtdtGzlei .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRtdtGzlei .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRtdtGzlei ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRtdtGzlei .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRtdtGzlei button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRtdtGzlei button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-uRtdtGzlei button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRtdtGzlei button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRtdtGzlei button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRtdtGzlei button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRtdtGzlei nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRtdtGzlei nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRtdtGzlei nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRtdtGzlei nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRtdtGzlei .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uRtdtGzlei a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRtdtGzlei .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRtdtGzlei .navbar {
    height: 70px;
  }
  .cid-uRtdtGzlei .navbar.opened {
    height: auto;
  }
  .cid-uRtdtGzlei .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQDeoSgNyb {
  background-image: url("../../../assets/images/10-hurda-demir-bakir-sari-aliminyum-kagit-plastik-460x307.jpg");
}
.cid-uQDeoSgNyb .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uQDeoSgNyb .mbr-text,
.cid-uQDeoSgNyb .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uRteyBgne3 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-uRteyBgne3 .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uRteyBgne3 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uRteyBgne3 .mbr-iconfont {
  font-size: 4rem;
  color: #4d6d9a;
  padding-right: 1.5rem;
}
.cid-uQDeoTcz0z {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uQDeoTcz0z .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uQDeoTcz0z .card {
    margin-bottom: 2rem!important;
  }
  .cid-uQDeoTcz0z .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uQDeoTcz0z .link-wrap {
    align-items: center;
  }
}
.cid-uQDeoTcz0z .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uQDeoTyPyG {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-uQDeoTyPyG .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uQDeoTyPyG .team-card:hover {
  transform: translateY(-10px);
}
.cid-uQDeoTyPyG .card-wrap {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uQDeoTyPyG .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uQDeoTyPyG .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uQDeoTyPyG .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uQDeoTyPyG .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uQDeoTyPyG .social-row {
  text-align: center;
}
.cid-uQDeoTyPyG .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uQDeoTyPyG .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uQDeoTyPyG .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uQDeoTyPyG .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uQDeoTyPyG .card-text,
.cid-uQDeoTyPyG .mbr-section-btn,
.cid-uQDeoTyPyG .social-row {
  text-align: left;
}
.cid-uQDeoUsXay {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uQDeoUsXay .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQDeoUsXay .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQDeoUsXay .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uQDeoUPKoZ {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uQDeoUPKoZ .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uQDeoUPKoZ .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uQDeoUPKoZ .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  background: none;
  border: 1px solid #6592e6;
  color: #6592e6;
  content: "✓";
}
.cid-uQDeoV5Jwm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uQDeoV5Jwm .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uQDeoV5Jwm form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uQDeoV5Jwm form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uQDeoV5Jwm form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uQDeoV5Jwm textarea {
  min-height: 10rem;
}
.cid-uQDeoVpltt {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQDeoVpltt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQDeoVpltt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQDeoVpltt .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uQDeoVpltt .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uQDeoVpltt .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uQDeoVpltt .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uQDeoVpltt .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #4d6d9a;
}
.cid-uQDeoVQJnq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uQDeoVQJnq .google-map {
  height: 30rem;
  position: relative;
}
.cid-uQDeoVQJnq .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uQDeoVQJnq .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uQDeoVQJnq .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uQDeoVQJnq .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uQDeoWE9hZ {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #fafafa;
}
.cid-uQDeoWE9hZ .media-container-row {
  justify-content: space-between;
}
.cid-uQDeoWE9hZ .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-uQDeoWE9hZ .text-content {
    max-width: none;
  }
}
.cid-uQDeoWE9hZ .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4d6d9a;
  border: 2px solid #4d6d9a;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uQDeoWE9hZ .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-uQDeoWE9hZ .mbr-iconfont-social:hover {
  background-color: #4d6d9a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uQDeoWE9hZ .icons {
    justify-content: center !important;
  }
  .cid-uQDeoWE9hZ .text-content * {
    text-align: center;
  }
}
.cid-uQDeoX54c9 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1ca0e0;
  overflow: hidden;
}
.cid-uQDeoXsfW5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #fafafa;
}
.cid-uQDeoXsfW5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQDeoXsfW5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQDeoXsfW5 .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-uQDeoXsfW5 .plan-body {
  padding-bottom: 2rem;
}
.cid-uQDeoXsfW5 .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uQDeoXsfW5 .price {
  color: #4d6d9a;
}
.cid-uQDeoXsfW5 .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-uQDeoXsfW5 .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-uQDeoXsfW5 .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-uQDeoXsfW5 .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-uQDeoXsfW5 .plan {
    margin-bottom: 2rem;
  }
}
.cid-uRtdtGzlei {
  z-index: 1000;
  width: 100%;
}
.cid-uRtdtGzlei nav.navbar {
  position: fixed;
}
.cid-uRtdtGzlei .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRtdtGzlei .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uRtdtGzlei .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uRtdtGzlei .dropdown-item:hover,
.cid-uRtdtGzlei .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-uRtdtGzlei .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uRtdtGzlei .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uRtdtGzlei .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uRtdtGzlei .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uRtdtGzlei .nav-link {
  position: relative;
}
.cid-uRtdtGzlei .container {
  display: flex;
  margin: auto;
}
.cid-uRtdtGzlei .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRtdtGzlei .dropdown-menu,
.cid-uRtdtGzlei .navbar.opened {
  background: #ffffff !important;
}
.cid-uRtdtGzlei .nav-item:focus,
.cid-uRtdtGzlei .nav-link:focus {
  outline: none;
}
.cid-uRtdtGzlei .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRtdtGzlei .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRtdtGzlei .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRtdtGzlei .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRtdtGzlei .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRtdtGzlei .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRtdtGzlei .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.2);
}
.cid-uRtdtGzlei .navbar.opened {
  transition: all 0.3s;
}
.cid-uRtdtGzlei .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRtdtGzlei .navbar .navbar-logo img {
  width: auto;
}
.cid-uRtdtGzlei .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uRtdtGzlei .navbar.collapsed {
  justify-content: center;
}
.cid-uRtdtGzlei .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRtdtGzlei .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRtdtGzlei .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uRtdtGzlei .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRtdtGzlei .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRtdtGzlei .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uRtdtGzlei .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRtdtGzlei .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRtdtGzlei .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uRtdtGzlei .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRtdtGzlei .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRtdtGzlei .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRtdtGzlei .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRtdtGzlei .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uRtdtGzlei .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRtdtGzlei .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uRtdtGzlei .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRtdtGzlei .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uRtdtGzlei .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRtdtGzlei .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRtdtGzlei .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRtdtGzlei .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRtdtGzlei .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uRtdtGzlei .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRtdtGzlei .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRtdtGzlei .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRtdtGzlei .dropdown-item.active,
.cid-uRtdtGzlei .dropdown-item:active {
  background-color: transparent;
}
.cid-uRtdtGzlei .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRtdtGzlei .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRtdtGzlei .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRtdtGzlei .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uRtdtGzlei .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRtdtGzlei .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRtdtGzlei ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRtdtGzlei .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRtdtGzlei button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRtdtGzlei button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-uRtdtGzlei button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRtdtGzlei button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRtdtGzlei button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRtdtGzlei button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRtdtGzlei nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRtdtGzlei nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRtdtGzlei nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRtdtGzlei nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRtdtGzlei .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uRtdtGzlei a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRtdtGzlei .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRtdtGzlei .navbar {
    height: 70px;
  }
  .cid-uRtdtGzlei .navbar.opened {
    height: auto;
  }
  .cid-uRtdtGzlei .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRtak8OSRQ {
  background-image: url("../../../assets/images/10-hurda-demir-bakir-sari-aliminyum-kagit-plastik-460x307.jpg");
}
.cid-uRtak8OSRQ .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uRtak8OSRQ .mbr-text,
.cid-uRtak8OSRQ .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uRteBGmvDf {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-uRteBGmvDf .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uRteBGmvDf .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uRteBGmvDf .mbr-iconfont {
  font-size: 4rem;
  color: #4d6d9a;
  padding-right: 1.5rem;
}
.cid-uRtak9A6QL {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uRtak9A6QL .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uRtak9A6QL .card {
    margin-bottom: 2rem!important;
  }
  .cid-uRtak9A6QL .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uRtak9A6QL .link-wrap {
    align-items: center;
  }
}
.cid-uRtak9A6QL .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uRtak9WzUa {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-uRtak9WzUa .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uRtak9WzUa .team-card:hover {
  transform: translateY(-10px);
}
.cid-uRtak9WzUa .card-wrap {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uRtak9WzUa .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uRtak9WzUa .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uRtak9WzUa .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uRtak9WzUa .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uRtak9WzUa .social-row {
  text-align: center;
}
.cid-uRtak9WzUa .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uRtak9WzUa .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uRtak9WzUa .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uRtak9WzUa .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uRtak9WzUa .card-text,
.cid-uRtak9WzUa .mbr-section-btn,
.cid-uRtak9WzUa .social-row {
  text-align: left;
}
.cid-uRtakaRZgU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uRtakaRZgU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRtakaRZgU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRtakaRZgU .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uRtakb9dwI {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uRtakb9dwI .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uRtakb9dwI .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uRtakb9dwI .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  background: none;
  border: 1px solid #6592e6;
  color: #6592e6;
  content: "✓";
}
.cid-uRtakbn9Zh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uRtakbn9Zh .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uRtakbn9Zh form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uRtakbn9Zh form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uRtakbn9Zh form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uRtakbn9Zh textarea {
  min-height: 10rem;
}
.cid-uRtakbEAZA {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRtakbEAZA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRtakbEAZA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRtakbEAZA .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uRtakbEAZA .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uRtakbEAZA .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uRtakbEAZA .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uRtakbEAZA .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #4d6d9a;
}
.cid-uRtakc8bEq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uRtakc8bEq .google-map {
  height: 30rem;
  position: relative;
}
.cid-uRtakc8bEq .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uRtakc8bEq .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uRtakc8bEq .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uRtakc8bEq .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uRtakcSpJb {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #fafafa;
}
.cid-uRtakcSpJb .media-container-row {
  justify-content: space-between;
}
.cid-uRtakcSpJb .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-uRtakcSpJb .text-content {
    max-width: none;
  }
}
.cid-uRtakcSpJb .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4d6d9a;
  border: 2px solid #4d6d9a;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uRtakcSpJb .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-uRtakcSpJb .mbr-iconfont-social:hover {
  background-color: #4d6d9a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uRtakcSpJb .icons {
    justify-content: center !important;
  }
  .cid-uRtakcSpJb .text-content * {
    text-align: center;
  }
}
.cid-uRtakdk9if {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1ca0e0;
  overflow: hidden;
}
.cid-uRtakdz8J6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #fafafa;
}
.cid-uRtakdz8J6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRtakdz8J6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRtakdz8J6 .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-uRtakdz8J6 .plan-body {
  padding-bottom: 2rem;
}
.cid-uRtakdz8J6 .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uRtakdz8J6 .price {
  color: #4d6d9a;
}
.cid-uRtakdz8J6 .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-uRtakdz8J6 .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-uRtakdz8J6 .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-uRtakdz8J6 .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-uRtakdz8J6 .plan {
    margin-bottom: 2rem;
  }
}
.cid-uRtdtGzlei {
  z-index: 1000;
  width: 100%;
}
.cid-uRtdtGzlei nav.navbar {
  position: fixed;
}
.cid-uRtdtGzlei .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRtdtGzlei .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uRtdtGzlei .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uRtdtGzlei .dropdown-item:hover,
.cid-uRtdtGzlei .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-uRtdtGzlei .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uRtdtGzlei .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uRtdtGzlei .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uRtdtGzlei .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uRtdtGzlei .nav-link {
  position: relative;
}
.cid-uRtdtGzlei .container {
  display: flex;
  margin: auto;
}
.cid-uRtdtGzlei .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRtdtGzlei .dropdown-menu,
.cid-uRtdtGzlei .navbar.opened {
  background: #ffffff !important;
}
.cid-uRtdtGzlei .nav-item:focus,
.cid-uRtdtGzlei .nav-link:focus {
  outline: none;
}
.cid-uRtdtGzlei .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRtdtGzlei .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRtdtGzlei .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRtdtGzlei .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRtdtGzlei .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRtdtGzlei .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRtdtGzlei .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.2);
}
.cid-uRtdtGzlei .navbar.opened {
  transition: all 0.3s;
}
.cid-uRtdtGzlei .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRtdtGzlei .navbar .navbar-logo img {
  width: auto;
}
.cid-uRtdtGzlei .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uRtdtGzlei .navbar.collapsed {
  justify-content: center;
}
.cid-uRtdtGzlei .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRtdtGzlei .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRtdtGzlei .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uRtdtGzlei .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRtdtGzlei .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRtdtGzlei .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uRtdtGzlei .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRtdtGzlei .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRtdtGzlei .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uRtdtGzlei .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRtdtGzlei .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRtdtGzlei .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRtdtGzlei .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRtdtGzlei .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uRtdtGzlei .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRtdtGzlei .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uRtdtGzlei .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRtdtGzlei .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uRtdtGzlei .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRtdtGzlei .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRtdtGzlei .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRtdtGzlei .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRtdtGzlei .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uRtdtGzlei .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRtdtGzlei .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRtdtGzlei .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRtdtGzlei .dropdown-item.active,
.cid-uRtdtGzlei .dropdown-item:active {
  background-color: transparent;
}
.cid-uRtdtGzlei .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRtdtGzlei .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRtdtGzlei .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRtdtGzlei .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uRtdtGzlei .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRtdtGzlei .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRtdtGzlei ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRtdtGzlei .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRtdtGzlei button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRtdtGzlei button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-uRtdtGzlei button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRtdtGzlei button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRtdtGzlei button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRtdtGzlei button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRtdtGzlei nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRtdtGzlei nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRtdtGzlei nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRtdtGzlei nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRtdtGzlei .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uRtdtGzlei a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRtdtGzlei .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRtdtGzlei .navbar {
    height: 70px;
  }
  .cid-uRtdtGzlei .navbar.opened {
    height: auto;
  }
  .cid-uRtdtGzlei .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRtdtGzlei {
  z-index: 1000;
  width: 100%;
}
.cid-uRtdtGzlei nav.navbar {
  position: fixed;
}
.cid-uRtdtGzlei .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRtdtGzlei .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uRtdtGzlei .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uRtdtGzlei .dropdown-item:hover,
.cid-uRtdtGzlei .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-uRtdtGzlei .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uRtdtGzlei .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uRtdtGzlei .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uRtdtGzlei .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uRtdtGzlei .nav-link {
  position: relative;
}
.cid-uRtdtGzlei .container {
  display: flex;
  margin: auto;
}
.cid-uRtdtGzlei .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRtdtGzlei .dropdown-menu,
.cid-uRtdtGzlei .navbar.opened {
  background: #ffffff !important;
}
.cid-uRtdtGzlei .nav-item:focus,
.cid-uRtdtGzlei .nav-link:focus {
  outline: none;
}
.cid-uRtdtGzlei .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRtdtGzlei .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRtdtGzlei .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRtdtGzlei .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRtdtGzlei .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRtdtGzlei .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRtdtGzlei .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.2);
}
.cid-uRtdtGzlei .navbar.opened {
  transition: all 0.3s;
}
.cid-uRtdtGzlei .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRtdtGzlei .navbar .navbar-logo img {
  width: auto;
}
.cid-uRtdtGzlei .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uRtdtGzlei .navbar.collapsed {
  justify-content: center;
}
.cid-uRtdtGzlei .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRtdtGzlei .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRtdtGzlei .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uRtdtGzlei .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRtdtGzlei .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRtdtGzlei .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uRtdtGzlei .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRtdtGzlei .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRtdtGzlei .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uRtdtGzlei .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRtdtGzlei .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRtdtGzlei .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRtdtGzlei .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRtdtGzlei .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uRtdtGzlei .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRtdtGzlei .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uRtdtGzlei .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRtdtGzlei .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uRtdtGzlei .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRtdtGzlei .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRtdtGzlei .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRtdtGzlei .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRtdtGzlei .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uRtdtGzlei .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRtdtGzlei .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRtdtGzlei .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRtdtGzlei .dropdown-item.active,
.cid-uRtdtGzlei .dropdown-item:active {
  background-color: transparent;
}
.cid-uRtdtGzlei .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRtdtGzlei .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRtdtGzlei .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRtdtGzlei .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uRtdtGzlei .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRtdtGzlei .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRtdtGzlei ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRtdtGzlei .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRtdtGzlei button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRtdtGzlei button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-uRtdtGzlei button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRtdtGzlei button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRtdtGzlei button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRtdtGzlei button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRtdtGzlei nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRtdtGzlei nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRtdtGzlei nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRtdtGzlei nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRtdtGzlei .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uRtdtGzlei a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRtdtGzlei .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRtdtGzlei .navbar {
    height: 70px;
  }
  .cid-uRtdtGzlei .navbar.opened {
    height: auto;
  }
  .cid-uRtdtGzlei .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRtbjTOy1T {
  background-image: url("../../../assets/images/10-hurda-demir-bakir-sari-aliminyum-kagit-plastik-460x307.jpg");
}
.cid-uRtbjTOy1T .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uRtbjTOy1T .mbr-text,
.cid-uRtbjTOy1T .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uRtbjUgiJr {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-uRtbjUgiJr .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uRtbjUgiJr .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uRtbjUgiJr .mbr-iconfont {
  font-size: 4rem;
  color: #4d6d9a;
  padding-right: 1.5rem;
}
.cid-uRtbjUKndJ {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uRtbjUKndJ .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uRtbjUKndJ .card {
    margin-bottom: 2rem!important;
  }
  .cid-uRtbjUKndJ .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uRtbjUKndJ .link-wrap {
    align-items: center;
  }
}
.cid-uRtbjUKndJ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uRtbjVcUsM {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-uRtbjVcUsM .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uRtbjVcUsM .team-card:hover {
  transform: translateY(-10px);
}
.cid-uRtbjVcUsM .card-wrap {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uRtbjVcUsM .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uRtbjVcUsM .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uRtbjVcUsM .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uRtbjVcUsM .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uRtbjVcUsM .social-row {
  text-align: center;
}
.cid-uRtbjVcUsM .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uRtbjVcUsM .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uRtbjVcUsM .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uRtbjVcUsM .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uRtbjVcUsM .card-text,
.cid-uRtbjVcUsM .mbr-section-btn,
.cid-uRtbjVcUsM .social-row {
  text-align: left;
}
.cid-uRtbjWdNq6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uRtbjWdNq6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRtbjWdNq6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRtbjWdNq6 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uRtbjWwFu2 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uRtbjWwFu2 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uRtbjWwFu2 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uRtbjWwFu2 .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  background: none;
  border: 1px solid #6592e6;
  color: #6592e6;
  content: "✓";
}
.cid-uRtbjWLkXZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uRtbjWLkXZ .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uRtbjWLkXZ form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uRtbjWLkXZ form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uRtbjWLkXZ form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uRtbjWLkXZ textarea {
  min-height: 10rem;
}
.cid-uRtbjX4CQb {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRtbjX4CQb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRtbjX4CQb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRtbjX4CQb .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uRtbjX4CQb .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uRtbjX4CQb .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uRtbjX4CQb .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uRtbjX4CQb .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #4d6d9a;
}
.cid-uRtbjXwuW2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uRtbjXwuW2 .google-map {
  height: 30rem;
  position: relative;
}
.cid-uRtbjXwuW2 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uRtbjXwuW2 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uRtbjXwuW2 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uRtbjXwuW2 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uRtbjYrxru {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #fafafa;
}
.cid-uRtbjYrxru .media-container-row {
  justify-content: space-between;
}
.cid-uRtbjYrxru .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-uRtbjYrxru .text-content {
    max-width: none;
  }
}
.cid-uRtbjYrxru .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4d6d9a;
  border: 2px solid #4d6d9a;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uRtbjYrxru .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-uRtbjYrxru .mbr-iconfont-social:hover {
  background-color: #4d6d9a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uRtbjYrxru .icons {
    justify-content: center !important;
  }
  .cid-uRtbjYrxru .text-content * {
    text-align: center;
  }
}
.cid-uRtbjYVfAD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1ca0e0;
  overflow: hidden;
}
.cid-uRtbjZhstt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #fafafa;
}
.cid-uRtbjZhstt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRtbjZhstt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRtbjZhstt .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-uRtbjZhstt .plan-body {
  padding-bottom: 2rem;
}
.cid-uRtbjZhstt .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uRtbjZhstt .price {
  color: #4d6d9a;
}
.cid-uRtbjZhstt .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-uRtbjZhstt .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-uRtbjZhstt .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-uRtbjZhstt .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-uRtbjZhstt .plan {
    margin-bottom: 2rem;
  }
}
.cid-uRtf6DlVWS {
  background-image: url("../../../assets/images/10-hurda-demir-bakir-sari-aliminyum-kagit-plastik-460x307.jpg");
}
.cid-uRtf6DlVWS .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uRtf6DlVWS .mbr-text,
.cid-uRtf6DlVWS .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uRtf6EapWD {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-uRtf6EapWD .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uRtf6EapWD .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uRtf6EapWD .mbr-iconfont {
  font-size: 4rem;
  color: #4d6d9a;
  padding-right: 1.5rem;
}
.cid-uRtf6FhIwy {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uRtf6FhIwy .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uRtf6FhIwy .card {
    margin-bottom: 2rem!important;
  }
  .cid-uRtf6FhIwy .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uRtf6FhIwy .link-wrap {
    align-items: center;
  }
}
.cid-uRtf6FhIwy .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uRtf6FJ3Px {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-uRtf6FJ3Px .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uRtf6FJ3Px .team-card:hover {
  transform: translateY(-10px);
}
.cid-uRtf6FJ3Px .card-wrap {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uRtf6FJ3Px .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uRtf6FJ3Px .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uRtf6FJ3Px .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uRtf6FJ3Px .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uRtf6FJ3Px .social-row {
  text-align: center;
}
.cid-uRtf6FJ3Px .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uRtf6FJ3Px .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uRtf6FJ3Px .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uRtf6FJ3Px .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uRtf6FJ3Px .card-text,
.cid-uRtf6FJ3Px .mbr-section-btn,
.cid-uRtf6FJ3Px .social-row {
  text-align: left;
}
.cid-uRtf6HcD9p {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uRtf6HcD9p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRtf6HcD9p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRtf6HcD9p .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uRtf6Hxi6i {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uRtf6Hxi6i .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uRtf6Hxi6i .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uRtf6Hxi6i .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  background: none;
  border: 1px solid #6592e6;
  color: #6592e6;
  content: "✓";
}
.cid-uRtf6HTSuM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uRtf6HTSuM .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uRtf6HTSuM form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uRtf6HTSuM form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uRtf6HTSuM form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uRtf6HTSuM textarea {
  min-height: 10rem;
}
.cid-uRtf6IjVcB {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRtf6IjVcB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRtf6IjVcB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRtf6IjVcB .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uRtf6IjVcB .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uRtf6IjVcB .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uRtf6IjVcB .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uRtf6IjVcB .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #4d6d9a;
}
.cid-uRtf6IKgxf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uRtf6IKgxf .google-map {
  height: 30rem;
  position: relative;
}
.cid-uRtf6IKgxf .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uRtf6IKgxf .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uRtf6IKgxf .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uRtf6IKgxf .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uRtf6JBI6k {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #fafafa;
}
.cid-uRtf6JBI6k .media-container-row {
  justify-content: space-between;
}
.cid-uRtf6JBI6k .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-uRtf6JBI6k .text-content {
    max-width: none;
  }
}
.cid-uRtf6JBI6k .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4d6d9a;
  border: 2px solid #4d6d9a;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uRtf6JBI6k .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-uRtf6JBI6k .mbr-iconfont-social:hover {
  background-color: #4d6d9a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uRtf6JBI6k .icons {
    justify-content: center !important;
  }
  .cid-uRtf6JBI6k .text-content * {
    text-align: center;
  }
}
.cid-uRtf6K4XvG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #4d6d9a;
  overflow: hidden;
}
.cid-uRtf6KlSih {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #fafafa;
}
.cid-uRtf6KlSih .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRtf6KlSih .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRtf6KlSih .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-uRtf6KlSih .plan-body {
  padding-bottom: 2rem;
}
.cid-uRtf6KlSih .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uRtf6KlSih .price {
  color: #4d6d9a;
}
.cid-uRtf6KlSih .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-uRtf6KlSih .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-uRtf6KlSih .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-uRtf6KlSih .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-uRtf6KlSih .plan {
    margin-bottom: 2rem;
  }
}
.cid-uRtf6KTs8z {
  z-index: 1000;
  width: 100%;
}
.cid-uRtf6KTs8z nav.navbar {
  position: fixed;
}
.cid-uRtf6KTs8z .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRtf6KTs8z .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uRtf6KTs8z .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uRtf6KTs8z .dropdown-item:hover,
.cid-uRtf6KTs8z .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-uRtf6KTs8z .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uRtf6KTs8z .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uRtf6KTs8z .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uRtf6KTs8z .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uRtf6KTs8z .nav-link {
  position: relative;
}
.cid-uRtf6KTs8z .container {
  display: flex;
  margin: auto;
}
.cid-uRtf6KTs8z .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRtf6KTs8z .dropdown-menu,
.cid-uRtf6KTs8z .navbar.opened {
  background: #ffffff !important;
}
.cid-uRtf6KTs8z .nav-item:focus,
.cid-uRtf6KTs8z .nav-link:focus {
  outline: none;
}
.cid-uRtf6KTs8z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRtf6KTs8z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRtf6KTs8z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRtf6KTs8z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRtf6KTs8z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRtf6KTs8z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRtf6KTs8z .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.2);
}
.cid-uRtf6KTs8z .navbar.opened {
  transition: all 0.3s;
}
.cid-uRtf6KTs8z .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRtf6KTs8z .navbar .navbar-logo img {
  width: auto;
}
.cid-uRtf6KTs8z .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uRtf6KTs8z .navbar.collapsed {
  justify-content: center;
}
.cid-uRtf6KTs8z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRtf6KTs8z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRtf6KTs8z .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uRtf6KTs8z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRtf6KTs8z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRtf6KTs8z .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uRtf6KTs8z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRtf6KTs8z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRtf6KTs8z .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uRtf6KTs8z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRtf6KTs8z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRtf6KTs8z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRtf6KTs8z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRtf6KTs8z .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uRtf6KTs8z .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRtf6KTs8z .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uRtf6KTs8z .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRtf6KTs8z .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uRtf6KTs8z .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRtf6KTs8z .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRtf6KTs8z .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRtf6KTs8z .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRtf6KTs8z .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uRtf6KTs8z .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRtf6KTs8z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRtf6KTs8z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRtf6KTs8z .dropdown-item.active,
.cid-uRtf6KTs8z .dropdown-item:active {
  background-color: transparent;
}
.cid-uRtf6KTs8z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRtf6KTs8z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRtf6KTs8z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRtf6KTs8z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uRtf6KTs8z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRtf6KTs8z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRtf6KTs8z ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRtf6KTs8z .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRtf6KTs8z button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRtf6KTs8z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-uRtf6KTs8z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRtf6KTs8z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRtf6KTs8z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRtf6KTs8z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRtf6KTs8z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRtf6KTs8z nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRtf6KTs8z nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRtf6KTs8z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRtf6KTs8z .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uRtf6KTs8z a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRtf6KTs8z .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRtf6KTs8z .navbar {
    height: 70px;
  }
  .cid-uRtf6KTs8z .navbar.opened {
    height: auto;
  }
  .cid-uRtf6KTs8z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRtgoMZC4h {
  z-index: 1000;
  width: 100%;
}
.cid-uRtgoMZC4h nav.navbar {
  position: fixed;
}
.cid-uRtgoMZC4h .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRtgoMZC4h .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uRtgoMZC4h .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uRtgoMZC4h .dropdown-item:hover,
.cid-uRtgoMZC4h .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-uRtgoMZC4h .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uRtgoMZC4h .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uRtgoMZC4h .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uRtgoMZC4h .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uRtgoMZC4h .nav-link {
  position: relative;
}
.cid-uRtgoMZC4h .container {
  display: flex;
  margin: auto;
}
.cid-uRtgoMZC4h .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRtgoMZC4h .dropdown-menu,
.cid-uRtgoMZC4h .navbar.opened {
  background: #ffffff !important;
}
.cid-uRtgoMZC4h .nav-item:focus,
.cid-uRtgoMZC4h .nav-link:focus {
  outline: none;
}
.cid-uRtgoMZC4h .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRtgoMZC4h .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRtgoMZC4h .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRtgoMZC4h .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRtgoMZC4h .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRtgoMZC4h .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRtgoMZC4h .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.2);
}
.cid-uRtgoMZC4h .navbar.opened {
  transition: all 0.3s;
}
.cid-uRtgoMZC4h .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRtgoMZC4h .navbar .navbar-logo img {
  width: auto;
}
.cid-uRtgoMZC4h .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uRtgoMZC4h .navbar.collapsed {
  justify-content: center;
}
.cid-uRtgoMZC4h .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRtgoMZC4h .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRtgoMZC4h .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uRtgoMZC4h .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRtgoMZC4h .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRtgoMZC4h .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uRtgoMZC4h .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRtgoMZC4h .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRtgoMZC4h .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uRtgoMZC4h .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRtgoMZC4h .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRtgoMZC4h .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRtgoMZC4h .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRtgoMZC4h .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uRtgoMZC4h .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRtgoMZC4h .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uRtgoMZC4h .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRtgoMZC4h .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uRtgoMZC4h .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRtgoMZC4h .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRtgoMZC4h .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRtgoMZC4h .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRtgoMZC4h .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uRtgoMZC4h .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRtgoMZC4h .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRtgoMZC4h .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRtgoMZC4h .dropdown-item.active,
.cid-uRtgoMZC4h .dropdown-item:active {
  background-color: transparent;
}
.cid-uRtgoMZC4h .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRtgoMZC4h .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRtgoMZC4h .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRtgoMZC4h .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uRtgoMZC4h .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRtgoMZC4h .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRtgoMZC4h ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRtgoMZC4h .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRtgoMZC4h button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRtgoMZC4h button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-uRtgoMZC4h button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRtgoMZC4h button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRtgoMZC4h button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRtgoMZC4h button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRtgoMZC4h nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRtgoMZC4h nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRtgoMZC4h nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRtgoMZC4h nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRtgoMZC4h .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uRtgoMZC4h a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRtgoMZC4h .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRtgoMZC4h .navbar {
    height: 70px;
  }
  .cid-uRtgoMZC4h .navbar.opened {
    height: auto;
  }
  .cid-uRtgoMZC4h .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRtgoNFi3q {
  background-image: url("../../../assets/images/10-hurda-demir-bakir-sari-aliminyum-kagit-plastik-460x307.jpg");
}
.cid-uRtgoNFi3q .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uRtgoNFi3q .mbr-text,
.cid-uRtgoNFi3q .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uRtgoOcEKw {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-uRtgoOcEKw .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uRtgoOcEKw .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uRtgoOcEKw .mbr-iconfont {
  font-size: 4rem;
  color: #4d6d9a;
  padding-right: 1.5rem;
}
.cid-uRtgoOIc0U {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uRtgoOIc0U .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uRtgoOIc0U .card {
    margin-bottom: 2rem!important;
  }
  .cid-uRtgoOIc0U .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uRtgoOIc0U .link-wrap {
    align-items: center;
  }
}
.cid-uRtgoOIc0U .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uRtgoPcv8E {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-uRtgoPcv8E .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uRtgoPcv8E .team-card:hover {
  transform: translateY(-10px);
}
.cid-uRtgoPcv8E .card-wrap {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uRtgoPcv8E .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uRtgoPcv8E .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uRtgoPcv8E .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uRtgoPcv8E .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uRtgoPcv8E .social-row {
  text-align: center;
}
.cid-uRtgoPcv8E .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uRtgoPcv8E .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uRtgoPcv8E .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uRtgoPcv8E .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uRtgoPcv8E .card-text,
.cid-uRtgoPcv8E .mbr-section-btn,
.cid-uRtgoPcv8E .social-row {
  text-align: left;
}
.cid-uRtgoQaJhT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uRtgoQaJhT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRtgoQaJhT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRtgoQaJhT .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uRtgoQxbKR {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uRtgoQxbKR .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uRtgoQxbKR .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uRtgoQxbKR .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  background: none;
  border: 1px solid #6592e6;
  color: #6592e6;
  content: "✓";
}
.cid-uRtgoQPLkr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uRtgoQPLkr .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uRtgoQPLkr form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uRtgoQPLkr form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uRtgoQPLkr form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uRtgoQPLkr textarea {
  min-height: 10rem;
}
.cid-uRtgoRfzXc {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRtgoRfzXc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRtgoRfzXc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRtgoRfzXc .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uRtgoRfzXc .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uRtgoRfzXc .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uRtgoRfzXc .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uRtgoRfzXc .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #4d6d9a;
}
.cid-uRtgoRLOFi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uRtgoRLOFi .google-map {
  height: 30rem;
  position: relative;
}
.cid-uRtgoRLOFi .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uRtgoRLOFi .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uRtgoRLOFi .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uRtgoRLOFi .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uRtgoSChx2 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #fafafa;
}
.cid-uRtgoSChx2 .media-container-row {
  justify-content: space-between;
}
.cid-uRtgoSChx2 .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-uRtgoSChx2 .text-content {
    max-width: none;
  }
}
.cid-uRtgoSChx2 .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4d6d9a;
  border: 2px solid #4d6d9a;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uRtgoSChx2 .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-uRtgoSChx2 .mbr-iconfont-social:hover {
  background-color: #4d6d9a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uRtgoSChx2 .icons {
    justify-content: center !important;
  }
  .cid-uRtgoSChx2 .text-content * {
    text-align: center;
  }
}
.cid-uRtgoT8jCe {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1ca0e0;
  overflow: hidden;
}
.cid-uRtgoTumBO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #fafafa;
}
.cid-uRtgoTumBO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRtgoTumBO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRtgoTumBO .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-uRtgoTumBO .plan-body {
  padding-bottom: 2rem;
}
.cid-uRtgoTumBO .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uRtgoTumBO .price {
  color: #4d6d9a;
}
.cid-uRtgoTumBO .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-uRtgoTumBO .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-uRtgoTumBO .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-uRtgoTumBO .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-uRtgoTumBO .plan {
    margin-bottom: 2rem;
  }
}
.cid-uRth6zVqQ3 {
  z-index: 1000;
  width: 100%;
}
.cid-uRth6zVqQ3 nav.navbar {
  position: fixed;
}
.cid-uRth6zVqQ3 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRth6zVqQ3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uRth6zVqQ3 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uRth6zVqQ3 .dropdown-item:hover,
.cid-uRth6zVqQ3 .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-uRth6zVqQ3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uRth6zVqQ3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uRth6zVqQ3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uRth6zVqQ3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uRth6zVqQ3 .nav-link {
  position: relative;
}
.cid-uRth6zVqQ3 .container {
  display: flex;
  margin: auto;
}
.cid-uRth6zVqQ3 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRth6zVqQ3 .dropdown-menu,
.cid-uRth6zVqQ3 .navbar.opened {
  background: #ffffff !important;
}
.cid-uRth6zVqQ3 .nav-item:focus,
.cid-uRth6zVqQ3 .nav-link:focus {
  outline: none;
}
.cid-uRth6zVqQ3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRth6zVqQ3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRth6zVqQ3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRth6zVqQ3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRth6zVqQ3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRth6zVqQ3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRth6zVqQ3 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.2);
}
.cid-uRth6zVqQ3 .navbar.opened {
  transition: all 0.3s;
}
.cid-uRth6zVqQ3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRth6zVqQ3 .navbar .navbar-logo img {
  width: auto;
}
.cid-uRth6zVqQ3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uRth6zVqQ3 .navbar.collapsed {
  justify-content: center;
}
.cid-uRth6zVqQ3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRth6zVqQ3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRth6zVqQ3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uRth6zVqQ3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRth6zVqQ3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRth6zVqQ3 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uRth6zVqQ3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRth6zVqQ3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRth6zVqQ3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uRth6zVqQ3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRth6zVqQ3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRth6zVqQ3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRth6zVqQ3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRth6zVqQ3 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uRth6zVqQ3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRth6zVqQ3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uRth6zVqQ3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRth6zVqQ3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uRth6zVqQ3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRth6zVqQ3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRth6zVqQ3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRth6zVqQ3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRth6zVqQ3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uRth6zVqQ3 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRth6zVqQ3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRth6zVqQ3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRth6zVqQ3 .dropdown-item.active,
.cid-uRth6zVqQ3 .dropdown-item:active {
  background-color: transparent;
}
.cid-uRth6zVqQ3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRth6zVqQ3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRth6zVqQ3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRth6zVqQ3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uRth6zVqQ3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRth6zVqQ3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRth6zVqQ3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRth6zVqQ3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRth6zVqQ3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRth6zVqQ3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-uRth6zVqQ3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRth6zVqQ3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRth6zVqQ3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRth6zVqQ3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRth6zVqQ3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRth6zVqQ3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRth6zVqQ3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRth6zVqQ3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRth6zVqQ3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uRth6zVqQ3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRth6zVqQ3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRth6zVqQ3 .navbar {
    height: 70px;
  }
  .cid-uRth6zVqQ3 .navbar.opened {
    height: auto;
  }
  .cid-uRth6zVqQ3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRth6AI4kn {
  background-image: url("../../../assets/images/10-hurda-demir-bakir-sari-aliminyum-kagit-plastik-460x307.jpg");
}
.cid-uRth6AI4kn .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uRth6AI4kn .mbr-text,
.cid-uRth6AI4kn .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uRth6Bkbtb {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-uRth6Bkbtb .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uRth6Bkbtb .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uRth6Bkbtb .mbr-iconfont {
  font-size: 4rem;
  color: #4d6d9a;
  padding-right: 1.5rem;
}
.cid-uRth6BRfFo {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uRth6BRfFo .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uRth6BRfFo .card {
    margin-bottom: 2rem!important;
  }
  .cid-uRth6BRfFo .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uRth6BRfFo .link-wrap {
    align-items: center;
  }
}
.cid-uRth6BRfFo .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uRth6ChbOA {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-uRth6ChbOA .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uRth6ChbOA .team-card:hover {
  transform: translateY(-10px);
}
.cid-uRth6ChbOA .card-wrap {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uRth6ChbOA .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uRth6ChbOA .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uRth6ChbOA .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uRth6ChbOA .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uRth6ChbOA .social-row {
  text-align: center;
}
.cid-uRth6ChbOA .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uRth6ChbOA .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uRth6ChbOA .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uRth6ChbOA .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uRth6ChbOA .card-text,
.cid-uRth6ChbOA .mbr-section-btn,
.cid-uRth6ChbOA .social-row {
  text-align: left;
}
.cid-uRth6Dfs2g {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uRth6Dfs2g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRth6Dfs2g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRth6Dfs2g .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uRth6DGDPc {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uRth6DGDPc .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uRth6DGDPc .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uRth6DGDPc .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  background: none;
  border: 1px solid #6592e6;
  color: #6592e6;
  content: "✓";
}
.cid-uRth6DZhda {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uRth6DZhda .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uRth6DZhda form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uRth6DZhda form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uRth6DZhda form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uRth6DZhda textarea {
  min-height: 10rem;
}
.cid-uRth6ElNjN {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRth6ElNjN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRth6ElNjN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRth6ElNjN .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uRth6ElNjN .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uRth6ElNjN .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uRth6ElNjN .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uRth6ElNjN .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #4d6d9a;
}
.cid-uRth6EQYH3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uRth6EQYH3 .google-map {
  height: 30rem;
  position: relative;
}
.cid-uRth6EQYH3 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uRth6EQYH3 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uRth6EQYH3 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uRth6EQYH3 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uRth6FKfPu {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #fafafa;
}
.cid-uRth6FKfPu .media-container-row {
  justify-content: space-between;
}
.cid-uRth6FKfPu .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-uRth6FKfPu .text-content {
    max-width: none;
  }
}
.cid-uRth6FKfPu .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4d6d9a;
  border: 2px solid #4d6d9a;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uRth6FKfPu .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-uRth6FKfPu .mbr-iconfont-social:hover {
  background-color: #4d6d9a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uRth6FKfPu .icons {
    justify-content: center !important;
  }
  .cid-uRth6FKfPu .text-content * {
    text-align: center;
  }
}
.cid-uRth6GlMWa {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1ca0e0;
  overflow: hidden;
}
.cid-uRth6GGVLb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #fafafa;
}
.cid-uRth6GGVLb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRth6GGVLb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRth6GGVLb .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-uRth6GGVLb .plan-body {
  padding-bottom: 2rem;
}
.cid-uRth6GGVLb .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uRth6GGVLb .price {
  color: #4d6d9a;
}
.cid-uRth6GGVLb .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-uRth6GGVLb .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-uRth6GGVLb .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-uRth6GGVLb .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-uRth6GGVLb .plan {
    margin-bottom: 2rem;
  }
}
.cid-uRthxbeL5T {
  z-index: 1000;
  width: 100%;
}
.cid-uRthxbeL5T nav.navbar {
  position: fixed;
}
.cid-uRthxbeL5T .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRthxbeL5T .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uRthxbeL5T .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uRthxbeL5T .dropdown-item:hover,
.cid-uRthxbeL5T .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-uRthxbeL5T .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uRthxbeL5T .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uRthxbeL5T .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uRthxbeL5T .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uRthxbeL5T .nav-link {
  position: relative;
}
.cid-uRthxbeL5T .container {
  display: flex;
  margin: auto;
}
.cid-uRthxbeL5T .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRthxbeL5T .dropdown-menu,
.cid-uRthxbeL5T .navbar.opened {
  background: #ffffff !important;
}
.cid-uRthxbeL5T .nav-item:focus,
.cid-uRthxbeL5T .nav-link:focus {
  outline: none;
}
.cid-uRthxbeL5T .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRthxbeL5T .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRthxbeL5T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRthxbeL5T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRthxbeL5T .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRthxbeL5T .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRthxbeL5T .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.2);
}
.cid-uRthxbeL5T .navbar.opened {
  transition: all 0.3s;
}
.cid-uRthxbeL5T .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRthxbeL5T .navbar .navbar-logo img {
  width: auto;
}
.cid-uRthxbeL5T .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uRthxbeL5T .navbar.collapsed {
  justify-content: center;
}
.cid-uRthxbeL5T .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRthxbeL5T .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRthxbeL5T .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uRthxbeL5T .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRthxbeL5T .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRthxbeL5T .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uRthxbeL5T .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRthxbeL5T .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRthxbeL5T .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uRthxbeL5T .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRthxbeL5T .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRthxbeL5T .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRthxbeL5T .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRthxbeL5T .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uRthxbeL5T .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRthxbeL5T .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uRthxbeL5T .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRthxbeL5T .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uRthxbeL5T .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRthxbeL5T .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRthxbeL5T .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRthxbeL5T .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRthxbeL5T .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uRthxbeL5T .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRthxbeL5T .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRthxbeL5T .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRthxbeL5T .dropdown-item.active,
.cid-uRthxbeL5T .dropdown-item:active {
  background-color: transparent;
}
.cid-uRthxbeL5T .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRthxbeL5T .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRthxbeL5T .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRthxbeL5T .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uRthxbeL5T .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRthxbeL5T .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRthxbeL5T ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRthxbeL5T .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRthxbeL5T button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRthxbeL5T button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-uRthxbeL5T button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRthxbeL5T button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRthxbeL5T button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRthxbeL5T button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRthxbeL5T nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRthxbeL5T nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRthxbeL5T nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRthxbeL5T nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRthxbeL5T .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uRthxbeL5T a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRthxbeL5T .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRthxbeL5T .navbar {
    height: 70px;
  }
  .cid-uRthxbeL5T .navbar.opened {
    height: auto;
  }
  .cid-uRthxbeL5T .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRthxbSUdI {
  background-image: url("../../../assets/images/10-hurda-demir-bakir-sari-aliminyum-kagit-plastik-460x307.jpg");
}
.cid-uRthxbSUdI .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uRthxbSUdI .mbr-text,
.cid-uRthxbSUdI .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uRthxctcaP {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-uRthxctcaP .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uRthxctcaP .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uRthxctcaP .mbr-iconfont {
  font-size: 4rem;
  color: #4d6d9a;
  padding-right: 1.5rem;
}
.cid-uRthxd0JbT {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uRthxd0JbT .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uRthxd0JbT .card {
    margin-bottom: 2rem!important;
  }
  .cid-uRthxd0JbT .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uRthxd0JbT .link-wrap {
    align-items: center;
  }
}
.cid-uRthxd0JbT .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uRthxdpNvd {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-uRthxdpNvd .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uRthxdpNvd .team-card:hover {
  transform: translateY(-10px);
}
.cid-uRthxdpNvd .card-wrap {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uRthxdpNvd .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uRthxdpNvd .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uRthxdpNvd .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uRthxdpNvd .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uRthxdpNvd .social-row {
  text-align: center;
}
.cid-uRthxdpNvd .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uRthxdpNvd .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uRthxdpNvd .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uRthxdpNvd .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uRthxdpNvd .card-text,
.cid-uRthxdpNvd .mbr-section-btn,
.cid-uRthxdpNvd .social-row {
  text-align: left;
}
.cid-uRthxeoKaH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uRthxeoKaH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRthxeoKaH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRthxeoKaH .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uRthxePTyE {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uRthxePTyE .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uRthxePTyE .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uRthxePTyE .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  background: none;
  border: 1px solid #6592e6;
  color: #6592e6;
  content: "✓";
}
.cid-uRthxf7IaF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uRthxf7IaF .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uRthxf7IaF form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uRthxf7IaF form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uRthxf7IaF form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uRthxf7IaF textarea {
  min-height: 10rem;
}
.cid-uRthxfuK2t {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRthxfuK2t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRthxfuK2t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRthxfuK2t .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uRthxfuK2t .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uRthxfuK2t .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uRthxfuK2t .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uRthxfuK2t .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #4d6d9a;
}
.cid-uRthxg0bKM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uRthxg0bKM .google-map {
  height: 30rem;
  position: relative;
}
.cid-uRthxg0bKM .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uRthxg0bKM .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uRthxg0bKM .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uRthxg0bKM .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uRthxgUnnR {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #fafafa;
}
.cid-uRthxgUnnR .media-container-row {
  justify-content: space-between;
}
.cid-uRthxgUnnR .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-uRthxgUnnR .text-content {
    max-width: none;
  }
}
.cid-uRthxgUnnR .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4d6d9a;
  border: 2px solid #4d6d9a;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uRthxgUnnR .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-uRthxgUnnR .mbr-iconfont-social:hover {
  background-color: #4d6d9a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uRthxgUnnR .icons {
    justify-content: center !important;
  }
  .cid-uRthxgUnnR .text-content * {
    text-align: center;
  }
}
.cid-uRthxhuOpu {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1ca0e0;
  overflow: hidden;
}
.cid-uRthxhRs1o {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #fafafa;
}
.cid-uRthxhRs1o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRthxhRs1o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRthxhRs1o .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-uRthxhRs1o .plan-body {
  padding-bottom: 2rem;
}
.cid-uRthxhRs1o .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uRthxhRs1o .price {
  color: #4d6d9a;
}
.cid-uRthxhRs1o .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-uRthxhRs1o .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-uRthxhRs1o .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-uRthxhRs1o .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-uRthxhRs1o .plan {
    margin-bottom: 2rem;
  }
}
.cid-uRthZWl68W {
  z-index: 1000;
  width: 100%;
}
.cid-uRthZWl68W nav.navbar {
  position: fixed;
}
.cid-uRthZWl68W .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRthZWl68W .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uRthZWl68W .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uRthZWl68W .dropdown-item:hover,
.cid-uRthZWl68W .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-uRthZWl68W .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uRthZWl68W .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uRthZWl68W .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uRthZWl68W .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uRthZWl68W .nav-link {
  position: relative;
}
.cid-uRthZWl68W .container {
  display: flex;
  margin: auto;
}
.cid-uRthZWl68W .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRthZWl68W .dropdown-menu,
.cid-uRthZWl68W .navbar.opened {
  background: #ffffff !important;
}
.cid-uRthZWl68W .nav-item:focus,
.cid-uRthZWl68W .nav-link:focus {
  outline: none;
}
.cid-uRthZWl68W .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRthZWl68W .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRthZWl68W .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRthZWl68W .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRthZWl68W .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRthZWl68W .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRthZWl68W .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.2);
}
.cid-uRthZWl68W .navbar.opened {
  transition: all 0.3s;
}
.cid-uRthZWl68W .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRthZWl68W .navbar .navbar-logo img {
  width: auto;
}
.cid-uRthZWl68W .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uRthZWl68W .navbar.collapsed {
  justify-content: center;
}
.cid-uRthZWl68W .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRthZWl68W .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRthZWl68W .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uRthZWl68W .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRthZWl68W .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRthZWl68W .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uRthZWl68W .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRthZWl68W .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRthZWl68W .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uRthZWl68W .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRthZWl68W .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRthZWl68W .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRthZWl68W .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRthZWl68W .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uRthZWl68W .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRthZWl68W .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uRthZWl68W .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRthZWl68W .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uRthZWl68W .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRthZWl68W .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRthZWl68W .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRthZWl68W .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRthZWl68W .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uRthZWl68W .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRthZWl68W .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRthZWl68W .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRthZWl68W .dropdown-item.active,
.cid-uRthZWl68W .dropdown-item:active {
  background-color: transparent;
}
.cid-uRthZWl68W .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRthZWl68W .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRthZWl68W .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRthZWl68W .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uRthZWl68W .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRthZWl68W .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRthZWl68W ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRthZWl68W .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRthZWl68W button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRthZWl68W button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-uRthZWl68W button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRthZWl68W button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRthZWl68W button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRthZWl68W button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRthZWl68W nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRthZWl68W nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRthZWl68W nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRthZWl68W nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRthZWl68W .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uRthZWl68W a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRthZWl68W .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRthZWl68W .navbar {
    height: 70px;
  }
  .cid-uRthZWl68W .navbar.opened {
    height: auto;
  }
  .cid-uRthZWl68W .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRthZXnIBX {
  background-image: url("../../../assets/images/10-hurda-demir-bakir-sari-aliminyum-kagit-plastik-460x307.jpg");
}
.cid-uRthZXnIBX .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uRthZXnIBX .mbr-text,
.cid-uRthZXnIBX .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uRthZYrYYf {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-uRthZYrYYf .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uRthZYrYYf .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uRthZYrYYf .mbr-iconfont {
  font-size: 4rem;
  color: #4d6d9a;
  padding-right: 1.5rem;
}
.cid-uRthZYXhse {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uRthZYXhse .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uRthZYXhse .card {
    margin-bottom: 2rem!important;
  }
  .cid-uRthZYXhse .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uRthZYXhse .link-wrap {
    align-items: center;
  }
}
.cid-uRthZYXhse .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uRthZZnIzE {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-uRthZZnIzE .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uRthZZnIzE .team-card:hover {
  transform: translateY(-10px);
}
.cid-uRthZZnIzE .card-wrap {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uRthZZnIzE .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uRthZZnIzE .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uRthZZnIzE .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uRthZZnIzE .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uRthZZnIzE .social-row {
  text-align: center;
}
.cid-uRthZZnIzE .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uRthZZnIzE .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uRthZZnIzE .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uRthZZnIzE .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uRthZZnIzE .card-text,
.cid-uRthZZnIzE .mbr-section-btn,
.cid-uRthZZnIzE .social-row {
  text-align: left;
}
.cid-uRti00jybO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uRti00jybO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRti00jybO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRti00jybO .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uRti00J3lM {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uRti00J3lM .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uRti00J3lM .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uRti00J3lM .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  background: none;
  border: 1px solid #6592e6;
  color: #6592e6;
  content: "✓";
}
.cid-uRti011Dk2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uRti011Dk2 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uRti011Dk2 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uRti011Dk2 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uRti011Dk2 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uRti011Dk2 textarea {
  min-height: 10rem;
}
.cid-uRti01ojIR {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRti01ojIR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRti01ojIR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRti01ojIR .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uRti01ojIR .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uRti01ojIR .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uRti01ojIR .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uRti01ojIR .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #4d6d9a;
}
.cid-uRti01T7nG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uRti01T7nG .google-map {
  height: 30rem;
  position: relative;
}
.cid-uRti01T7nG .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uRti01T7nG .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uRti01T7nG .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uRti01T7nG .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uRti02N92h {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #fafafa;
}
.cid-uRti02N92h .media-container-row {
  justify-content: space-between;
}
.cid-uRti02N92h .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-uRti02N92h .text-content {
    max-width: none;
  }
}
.cid-uRti02N92h .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4d6d9a;
  border: 2px solid #4d6d9a;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uRti02N92h .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-uRti02N92h .mbr-iconfont-social:hover {
  background-color: #4d6d9a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uRti02N92h .icons {
    justify-content: center !important;
  }
  .cid-uRti02N92h .text-content * {
    text-align: center;
  }
}
.cid-uRti03nxHV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1ca0e0;
  overflow: hidden;
}
.cid-uRti03IZtD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #fafafa;
}
.cid-uRti03IZtD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRti03IZtD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRti03IZtD .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-uRti03IZtD .plan-body {
  padding-bottom: 2rem;
}
.cid-uRti03IZtD .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uRti03IZtD .price {
  color: #4d6d9a;
}
.cid-uRti03IZtD .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-uRti03IZtD .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-uRti03IZtD .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-uRti03IZtD .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-uRti03IZtD .plan {
    margin-bottom: 2rem;
  }
}
