@charset "UTF-8";

:root {
  --bs-blue: #12486b;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #12486b;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-header-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg,
      rgba(255, 255, 255, 0.15),
      rgba(255, 255, 255, 0));
  --color0: #212529;
  --color1: #5f6b7f
    /* #12486B */
  ;
  --color2: #5f6b7f
    /* #12486B */
  ;
  --poppins: "Poppins", Sans-Serif;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
  list-style: none;
}

.breadcrumb-item+.breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item+.breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "/");
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  color: #12486b;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}

.page-link:hover {
  z-index: 2;
  color: #12486b;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 3;
  color: #12486b;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.page-item {
  border: 1px solid var(--color1);
  border-radius: 500px;
  font-size: 20px;
  padding: 4px 13px;
  text-align: center;
  color: var(--color2) !important;
}

.page-item.active {
  background: var(--color2) !important;
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff !important;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}

.page-link {
  padding: 0.375rem 0.75rem;
}

.page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}

.popover .popover-arrow::after,
.popover .popover-arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-auto[data-popper-placement^="top"]>.popover-arrow,
.bs-popover-top>.popover-arrow {
  bottom: calc(-0.5rem - 1px);
}

.bs-popover-auto[data-popper-placement^="top"]>.popover-arrow::before,
.bs-popover-top>.popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[data-popper-placement^="top"]>.popover-arrow::after,
.bs-popover-top>.popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-auto[data-popper-placement^="right"]>.popover-arrow,
.bs-popover-end>.popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}

.bs-popover-auto[data-popper-placement^="right"]>.popover-arrow::before,
.bs-popover-end>.popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[data-popper-placement^="right"]>.popover-arrow::after,
.bs-popover-end>.popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-auto[data-popper-placement^="bottom"]>.popover-arrow,
.bs-popover-bottom>.popover-arrow {
  top: calc(-0.5rem - 1px);
}

.bs-popover-auto[data-popper-placement^="bottom"]>.popover-arrow::before,
.bs-popover-bottom>.popover-arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[data-popper-placement^="bottom"]>.popover-arrow::after,
.bs-popover-bottom>.popover-arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before,
.bs-popover-bottom .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0;
}

.bs-popover-auto[data-popper-placement^="left"]>.popover-arrow,
.bs-popover-start>.popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}

.bs-popover-auto[data-popper-placement^="left"]>.popover-arrow::before,
.bs-popover-start>.popover-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[data-popper-placement^="left"]>.popover-arrow::after,
.bs-popover-start>.popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 1rem 1rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block;
}

.active.carousel-item-end,
.carousel-item-next:not(.carousel-item-start) {
  transform: translateX(100%);
}

.active.carousel-item-start,
.carousel-item-prev:not(.carousel-item-end) {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end,
.carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-end,
.carousel-fade .active.carousel-item-start {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {

  .carousel-fade .active.carousel-item-end,
  .carousel-fade .active.carousel-item-start {
    transition: none;
  }
}

.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {

  .carousel-control-next,
  .carousel-control-prev {
    transition: none;
  }
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.carousel-dark .carousel-control-next-icon,
.carousel-dark .carousel-control-prev-icon {
  filter: invert(1) grayscale(100);
}

.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}

.carousel-dark .carousel-caption {
  color: #000;
}

@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: 0.75s linear infinite spinner-border;
  animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    transform: scale(0);
  }

  50% {
    opacity: 1;
    transform: none;
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }

  50% {
    opacity: 1;
    transform: none;
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: 0.75s linear infinite spinner-grow;
  animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {

  .spinner-border,
  .spinner-grow {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
  }
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.offcanvas-backdrop.fade {
  opacity: 0;
}

.offcanvas-backdrop.show {
  opacity: 0.5;
}

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
}

.offcanvas-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin-top: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}

.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(-100%);
}

.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(100%);
}

.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(-100%);
}

.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(100%);
}

.offcanvas.show {
  transform: none;
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentColor;
  opacity: 0.5;
}

.placeholder.btn::before {
  display: inline-block;
  content: "";
}

.placeholder-xs {
  min-height: 0.6em;
}

.placeholder-sm {
  min-height: 0.8em;
}

.placeholder-lg {
  min-height: 1.2em;
}

.placeholder-glow .placeholder {
  -webkit-animation: placeholder-glow 2s ease-in-out infinite;
  animation: placeholder-glow 2s ease-in-out infinite;
}

@-webkit-keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

.maps {
  width: 100%;
  height: 400px;
  margin-bottom: 30px;
}

.maps .gm-style-iw-d {
  padding: 10px;
}

.maps .gm-style-iw-d b {
  margin-bottom: 5px;
  font-family: var(--primary-font);
  color: var(--color1);
  font-size: 13px;
  max-width: 200px;
  display: block;
  line-height: 22px;
}

.maps .gm-style-iw-d div {
  margin-bottom: 5px;
}

.maps .gm-style-iw-d div a {
  color: var(--color2);
  display: inline-block;
}

.maps .gm-style-iw-d span {
  font-weight: bold;
}

.page {
  margin-top: 90px;
}

.promo-video a {
  text-decoration: none;
  display: block;
  color: inherit;
}

.promo-video .img {
  position: relative;
}

.promo-video .img img {
  width: 100%;
  display: block;
}

.promo-video .img:before {
  content: "";
  width: 100px;
  top: 50%;
  background-color: var(--color2);
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 500px;
  position: absolute;
  z-index: 1;
  transition: 0.5s;
  height: 100px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 28px;
  background-image: url("../img/play.svg");
}

.promo-video .img:after {
  content: "";
  position: absolute;
  top: 0;
  transition: 0.5s;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.26);
}

.promo-video .img:hover:before {
  box-shadow: 0 10px 20px 0px rgba(33, 37, 41, 0.1);
  background-color: var(--color1);
}

.promo-video .img:hover:after {
  background-color: rgba(0, 0, 0, 0.5);
}

.promo-video .d {
  text-align: center;
  font-size: 18px;
  margin-top: 10px;
}

.bread {
  padding: 15px 30px;
}

.bread ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.bread ul li {
  position: relative;
  display: inline-block;
  font-size: 14px;
  margin-right: 40px;
}

.bread ul li a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.bread ul li:after {
  content: "";
  position: absolute;
  pointer-events: none;
  right: -25px;
  width: 10px;
  height: 10px;
  top: 50%;
  background-image: url("../img/angle-down.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: rotate(-90deg) translateX(50%);
}

.bread ul li:last-child {
  margin-right: 0;
}

.bread ul li:last-child:after {
  display: none;
}

.page-title:not(.active) {
  text-align: center;
  font-size: 42px;
  line-height: 55px;
  padding: 60px 0;
  border-bottom: 1px solid #e8e8e8;
  font-family: var(--primary-font);
  color: var(--color2);
  font-weight: 700;
}

.banner .page-title.active {
  text-align: center;
  font-size: 28px;
  line-height: 40px;
  font-family: var(--primary-font);
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  color: var(--color1)
    /**#d9a52bd4**/
  ;
}

.page-title.e404 {
  font-size: 80px;
}

.page-title span {
  display: block;
  font-size: 36px;
  margin-top: 15px;
}

.page-title span a {
  color: var(--color2);
  text-decoration: none;
  display: inline-block;
  margin-left: 15px;
}

/**! SSS. Card **/

.call_to_action {
  position: relative;
  text-align: center;
  overflow: hidden;
}

.call_to_action .image {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.call_to_action .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.call_to_action.style_one .image:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: var(--primary-color-two);
  opacity: 0.92;
  z-index: 1;
}

.call_to_action.style_one .left_content {
  position: relative;
  padding: 100px 120px;
}

.call_to_action.style_one .left_content .main_content {
  position: relative;
  z-index: 2;
}

.call_to_action.style_one .left_content .main_content h6 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: var(--primary-color-one);
  margin-bottom: 25px;
}

.call_to_action.style_one .left_content .main_content h1 {
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
}

.call_to_action.style_one .left_content .main_content p {
  color: #fff;
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 1px dashed hsla(0, 0%, 100%, 0.1);
}

.call_to_action.style_one .left_content .main_content .video_box {
  margin-bottom: 30px;
}

.call_to_action.style_one .bottom_content {
  position: relative;
}

.call_to_action.style_one .bottom_content .button_content {
  display: inline-block;
  position: relative;
  top: 9px;
}

.call_to_action.style_one .bottom_content .button_content a i {
  margin-left: 8px;
  font-size: 16px;
  position: relative;
  top: 2px;
}

.call_to_action.style_one .bottom_content .call_content {
  display: inline-block;
  position: relative;
  margin-left: 20px;
}

.call_to_action.style_one .bottom_content .call_content span {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 5px;
  font-size: 30px;
  line-height: 56px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  background: transparent;
  border: 1px dashed #fff;
  margin: auto;
}

.call_to_action.style_one .bottom_content .call_content .content_bx {
  margin-left: 70px;
  padding-top: 9px;
  text-align: left;
}

.call_to_action.style_one .bottom_content .call_content .content_bx h2 {
  font-size: 15px;
  line-height: 25px;
  color: #fff;
  margin-bottom: 2px;
  font-weight: 600;
}

.call_to_action.style_one .bottom_content .call_content .content_bx p {
  color: #fff;
  opacity: 0.9;
  text-decoration: underline;
  margin: 0;
  padding: 0;
  border: 0;
}

.call_to_action.style_two {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.call_to_action.style_two .auto-container {
  position: relative;
  z-index: 10;
  text-align: left;
}

.call_to_action.style_two .left_content {
  padding: 60px 40px;
  position: relative;
  z-index: 1;
}

.call_to_action.style_two .left_content h1 {
  font-size: 33px;
  line-height: 46px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
}

.call_to_action.style_two .left_content .call_content {
  display: flex;
  position: relative;
}

.call_to_action.style_two .left_content .call_content span {
  position: relative;
  font-size: 25px;
  line-height: 56px;
  display: block;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  text-align: center;
  color: var(--color2);
  background: #fff;
  margin-top: auto;
  min-width: 56px;
  margin-bottom: auto;
}

.call_to_action.style_two .left_content .call_content .content_bx {
  margin-left: 15px;
  text-align: left;
}

.call_to_action.style_two .left_content .call_content .content_bx h2 {
  font-size: 16px;
  color: #fff;
  margin-bottom: 5px;
  line-height: 26px;
  font-weight: 600;
}

.call_to_action.style_two .left_content .call_content .content_bx p {
  color: #fff;
  margin: 0;
  padding: 0;
  border: 0;
}

.call_to_action.style_two:not(.contact-page) .image_right {
  position: absolute;
  height: auto;
  top: 40px;
  right: 40px;
  width: auto;
}

.call_to_action.style_two.contact-page .image_right {
  position: absolute;
  height: auto;
  top: 15px;
  right: 40px;
  width: auto;
}

.call_to_action.style_two .image_right img {
  height: 180px;
  width: auto;
}

/**!SSS. Card **/

/**? İletişim Form**/

#page-contact .box {
  position: relative;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

#page-contact .box .t {
  font-size: 34px;
  color: var(--color1);
  font-family: var(--primary-font);
  margin-bottom: 30px;
}

#page-contact .box .t a {
  text-decoration: none;
  color: inherit;
}

#page-contact .box .i {
  margin-bottom: 25px;
  display: flex;
}

#page-contact .box .i b {
  flex: 0 0 110px;
}

#page-contact .box .i a {
  color: inherit;
  text-decoration: none;
  transition: 0.2s;
}

#page-contact .box .i a:hover {
  opacity: 0.7;
}

#page-contact .box .i .mc-link a:hover {
  opacity: 1;
  color: #fff;
}

#page-contact .box .i:last-of-type {
  margin-bottom: 0;
}

#page-contact .box .m {
  height: 100%;
}

/* #page-contact .box .m iframe {
  width: 100% !important;
  height: 100% !important;
} */

#page-contact .box:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.formBox form .submit button,
.formBox form .submit input {
  transition: 0.2s;
  background: var(--color1);
  border-radius: 5px;
  color: #fff;
  height: 55px;
  width: 100%;
  max-width: 750px;
  text-transform: uppercase;
  border: none;
}

.formBox form .submit button:hover,
.formBox form .submit input:hover {
  opacity: .8;
  transition: .2s ease;
}

/**? İletişim Form**/

.sidebar {
  position: sticky;
  top: 120px;
  border: 2px solid #e8e8e8;
  margin-top: 35px;
  border-radius: 3px;
  padding: 0;
  background-color: #f8f8f8;
  width: 95%;
}

@media (max-width: 1400px) {
  .sidebar {
    flex: 0 0 350px;
    max-width: 100%;
  }
}

@media (min-width: 220px) and (max-width: 1200px) {
  .sidebar {
    width: 100%;
  }
}

@media (max-width: 1200px) {
  .sidebar {
    width: 100%;
  }
}

.sidebar .t {

  font-size: 18px;
  color: var(--color1);
  text-align: start;
  padding: 15px;
  font-weight: 600;
  border-bottom: 2px solid #ddd;
}

.sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
  /*  white-space: nowrap;
  overflow-x: auto; */
}

.sidebar ul li {
  position: relative;
  display: block;
  font-size: 15px
    /* 15.6px */
  ;
  white-space: nowrap;
  cursor: pointer;

}

.sidebar ul {
  border-top: 1px solid #ddd;
}

.sidebar ul:nth-child(1) {
  border: none;
  /* Sadece son li elemanının border'ını kaldır */
}

.sidebar ol li {
  border-top: 1px solid #ddd;
}

.sidebar ol li:nth-child(1) {
  border: none;
  /* Sadece son li elemanının border'ını kaldır */
}

.sidebar ul li ol {
  display: none;
  list-style: none;
  padding: 0;
}

.sidebar ul li ol li {
  width: 100%;
  padding: 5px;
}

.sidebar ul li ol li a {
  color: inherit;
  padding: 10px 8px;
  margin-left: 30px;
  align-items: center;
  display: flex;
  gap: 5px;
}

.sidebar ul li ol li a.active {
  background-color: var(--color1) !important;
  color: #fff;
}

.sidebar ul li:is(.first).active {
  background-color: var(--color1) !important;
  color: #fff;
}

.sidebar ul li:is(.first) i:last-child {
  display: none;
}

.beforeIcon {
  font-size: 16px;
  color: var(--color1);
}

.sidebar ul li:is(.classic).active {
  background-color: var(--color1) !important;
  color: #fff;
}

.sidebar ul li ol li.active {
  background-color: var(--color1) !important;
  color: #fff;
}


.sidebar ul li ol li:after {
  display: none;
}

.sidebar ul li a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
  transition: 0.2s;
  margin-top: 0;
  padding: 15px 25px;
  width: 100%;
  font-family: var(--primary-font);
  font-weight: 600;
}

.sidebar ul .link-items.active .sideTitle {
  background-color: var(--color1);
  color: #fff;

}

.sidebar ul li ol li:hover {
  background-color: rgba(95, 107, 127, .1);
  cursor: pointer;
}

.sidebar ul li:hover {
  background-color: rgba(95, 107, 127, .1);
  cursor: pointer;
}

.sidebar ul li .sideTitle:hover {
  background-color: rgba(95, 107, 127, .1);
  cursor: pointer;
}

.sidebar ul li:not(.active) .arrow-right {
  display: block;
  pointer-events: none;
  position: absolute;
  font-size: 15px;
  top: 11px;
  right: 20px;
}

.sidebar .link-items .arrow-right i,
.sidebar .link-items .arrow-right.down i {
  transition: .2s all ease-in;
}

.sidebar .link-items .arrow-right:has(.down) {
  transform: rotate(90deg);
}

.sidebar ul.top-level .sideTitle:is(.first)::after {
  content: "";
  display: none;
}

.sidebar ul li ol li.active .sideTitle:after {
  transform: rotate(180deg);
  /* .active durumunda ikonu döndür */
}

/**! Gazete (Basında Biz)**/

/* .newspaper {
  font-family: 'Droid Serif', serif;
  font-size: 14px;
  color: #2f2f2f;
  margin: 40px 100px 40px 100px;
  padding: 50px;
  border-radius: 20px;

}

.news-paper-head header {
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  font-size: 70px;
  text-transform: uppercase;
  display: inline-block;
  line-height: 72px;
  margin-bottom: 20px;

}

.news-paper-content p {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: 'Droid Serif', serif;
  font-size: 14px;
  color: #2f2f2f;
  background-color: #f9f7f1;
}

.news-paper-head {
  text-align: center;
  position: relative;


}


.news-paper-subhead {
  text-transform: uppercase;
  border-bottom: 2px solid #2f2f2f;
  border-top: 2px solid #2f2f2f;
  padding: 12px 0 12px 0;

}

.weatherforcastbox {
  position: relative;
  width: 12%;
  left: 10px;
  border: 3px double #2f2f2f;
  padding: 10px 15px 10px 15px;
  line-height: 20px;
  display: inline-block;
  margin: 0 50px 20px -360px;
}

.news-paper-content {
  font-size: 0;
  line-height: 0;
  word-spacing: -.31em;
  display: inline-block;
  margin: 30px 2% 0 2%;


}

.news-paper-collumn {
  font-size: 14px;
  line-height: 20px;
  width: 50%;
  display: inline-block;
  padding: 0 3% 0 3%;
  vertical-align: top;
  margin-bottom: 60px;
  transition: all .7s;
}

.news-paper-collumn+.news-paper-collumn {
  border-left: 1px solid #2f2f2f;
}

.news-paper-collumn .news-paper-headline {
  text-align: center;
  line-height: normal;
  font-family: 'Playfair Display', serif;
  display: block;
  margin: 0 auto;
  overflow: hidden;


}

.news-paper-collumn .news-paper-headline.hl4{
  font-weight: 700;
  font-size: 12px;
  box-sizing: border-box;
  padding: 10px 0 10px 0;
}
.news-paper-collumn .news-paper-headline.hl4:before{
  border-top: 1px solid #2f2f2f;
  content: '';
  width: 100px;
  height: 7px;
  display: block;
  margin: 0 auto;
}
.news-paper-collumn .news-paper-headline.hl4:after{
  border-bottom: 1px solid #2f2f2f;
  content: '';
  width: 100px;
  height: 10px;
  display: block;
  margin: 0 auto;

}



.news-paper-collumn .news-paper-headline.hl5 {
  font-weight: 500;
  font-size: 25px;
  text-transform: uppercase;
  font-style: italic;
  box-sizing: border-box;
  padding: 10px 0 30px 0;
}


.news-paper-collumn .news-paper-citation {
  font-family: 'Playfair Display', serif;
  font-size: 36px;
  line-height: 44px;
  font-style: italic;
  text-align: center;
  font-weight: 400;
  display: block;
  margin: 40px 0 40px 0;
  font-feature-settings: "liga", "dlig";

}

.news-paper-collumn .news-paper-citation:before {
  border-top: 1px solid #2f2f2f;
  content: '';
  width: 100px;
  height: 16px;
  display: block;
  margin: 0 auto;
}

.news-paper-collumn .news-paper-citation:after {
  border-bottom: 1px solid #2f2f2f;
  content: '';
  width: 100px;
  height: 16px;
  display: block;
  margin: 0 auto;
}



@media only all and (max-width: 1300px) {
  .weatherforcastbox {
    display: none;
  }

}

@media only all and (max-width: 1200px) {
  .news-paper-collumn {
    width: 31%;
  }

}

@media only all and (max-width: 900px) {
  .news-paper-collumn {
    width: 100%;
  }


}

@media only all and (max-width: 600px) {
  .news-paper-collumn {
    width: 100%;
  }


  .news-paper-collumn+.news-paper-collumn {
    border-left: none;
    border-bottom: 1px solid #2f2f2f;
  }

  .headerobjectswrapper header {
    max-width: 320px;
    font-size: 25px !important;
    line-height: 40px;
    overflow: hidden;
  }

}
 */
/**! Gazete (Basında Biz)**/

.contentarea {
  font-size: 18px;
}

.contentarea.news-detail {
  min-height: 400px;
}

.contentarea.news-detail img {
  max-width: 100%;
  height: auto !important;
}

.contentarea.news-detail iframe {
  width: 50% !important;
  height: 359px;
}

.contentarea .right-space {
  padding-right: 55px;
  left: 70px;
}

.contentarea .right-space ul {
  padding-left: 20px;
}

.contentarea .right-space ul li {
  margin-bottom: 5px;
}

.contentarea .right-space.surdurebilir-content li:before {
  content: "\2022";
  color: var(--color2);
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.contentarea .right-space ul.big li {
  margin-bottom: 15px;
}

.contentarea .right-space ul.box-ul {
  gap: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  margin-bottom: 40px;
}

.contentarea .right-space ul.box-ul li {
  position: relative;
  counter-increment: section;
  width: calc(50% - 20px);
  border: 1px solid #e8e8e8;
  padding: 25px;
  margin: 0;
  padding-left: 56px;
}

.contentarea .right-space ul.box-ul li:before {
  margin: 0;
  width: auto;
  position: absolute;
  left: 30px;
  content: counter(section) ". ";
}

.contentarea h1,
.contentarea h2,
.contentarea h3,
.contentarea h4,
.contentarea h5,
.contentarea h6 {
  font-family: var(--primary-font);
  color: var(--color1);
  margin: 20px 0;
}

.contentarea table {
  width: 100% !important;
  border: 1px solid #e8e8e8;
}

.contentarea table tr {
  border-bottom: 2px solid #e8e8e8;
}

.contentarea table:not(.contact-table) tr td {
  padding: 15px 20px;
  font-size: 17px;
}

.contentarea table:not(.contact-table) tr:first-child {
  white-space: nowrap;
  color: var(--color1);
}

.contentarea table tr p {
  margin: 0;
}

.contentarea table tr:last-child {
  border-bottom: 0;
}

.vision-logos {
  margin-top: 50px;
}

.vision-logos .item {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.vision-logos .item img {
  width: 65px;
}

.vision-logos .item b {
  font-style: normal;
  font-family: var(--primary-font);
  font-size: 22px;
  color: var(--color1);
  padding-left: 20px;
}

.production-quality {
  padding: 5px 0;
}

.production-quality .t {
  text-align: center;
  font-size: 63px;
  font-family: var(--bs-font-sans-serif);
  line-height: 77px;
  color: var(--color1);
}

.production-quality .t b {
  color: var(--color2);
}

.production-quality .d {
  text-align: center;
  margin: 30px 0;
  line-height: 29px;
}

.production-quality .m {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: row;
  flex-wrap: wrap;
}

.production-quality .m .i {
  width: 250px;
  max-width: 100%;
  text-align: center;
}

.production-quality .m .i span {
  display: block;
  font-size: 42px;
  font: 60px/50px BebasNeueBold;
  color: var(--color2);
}

.production-quality .m .i span b {
  font-weight: normal;
}

.production-quality .m .i i {
  font-size: 18px;
  display: block;
  font-style: normal;
}

.production-quality .m .i:nth-child(2n) span {
  color: var(--color1);
}

.production-quality .m .i a {
  display: block;
  text-decoration: none;
  color: inherit;
}

.production-quality.py-5 .m .i {
  width: 220px;
}

@media (max-width: 920px) {
  .production-quality.py-5 .m .i {
    width: 100%;
  }
}

.production-quality .box .img {
  overflow: hidden;
}

.production-quality .box .img img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  transition: 0.5s;
}

.production-quality .box a {
  text-decoration: none;
  color: inherit;
  display: block;
}

.production-quality .box .title {
  font-family: var(--bs-font-sans-serif);
  font-size: 45px;
  line-height: 34px;
  position: relative;
  margin-top: 20px;
  color: var(--color1);
}

.production-quality .box .title:after {
  display: block;
  content: "";
  width: 112px;
  height: 3px;
  background-color: var(--color2);
  margin-top: 30px;
}

.production-quality .box:hover .img img {
  transform: scale(1.1);
}

.timeline {
  position: relative;
}

.timeline:after {
  content: "";
  position: absolute;
  left: 50%;
  width: 1px;
  background-color: #e8e8e8;
  top: calc(145px + 50px - 190px / 2);
  bottom: calc(145px + 50px - 190px / 2);
  transform: translateX(-50%);
}

.timeline .time {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  margin-bottom: 80px;
  position: relative;
}

.timeline .time .img {
  flex: 1;
}

.timeline .time .img img {
  height: 170px;
  width: 100%;
  object-fit: cover;
}

.timeline .time .text {
  padding-left: 80px;
  flex: 1;
}

.timeline .time .text b {
  font-family: var(--primary-font);
  font-size: 42px;
  color: var(--color2);
}

.timeline .time .text span {
  display: block;
  font-family: var(--primary-font);
  font-size: 18px;
  margin-bottom: 10px;
  color: #12486b;
}

.timeline .time .text p {
  margin: 0;
  font-size: 16px;
}

.timeline .time:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 2px solid #e8e8e8;
  border-radius: 500px;
  transition: 0.2s;
}

.timeline .time:last-child {
  margin-bottom: 0;
}

.timeline .time:nth-child(2n) {
  flex-direction: row-reverse;
}

.timeline .time:nth-child(2n) .text {
  padding-left: 0;
  padding-right: 80px;
  text-align: right;
}

.timeline .time:hover:after {
  border-color: var(--color1);
}

.production-box {
  margin-bottom: 80px;
  margin-top: 30px;
}

.production-box .t {
  font-family: var(--primary-font);
  font-size: 18px;
  color: var(--color1);
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: var(--color1);
  color: #fff;
  border-radius: 500px;
  padding: 5px 20px;
}

.production-box .img {
  position: relative;
}

.production-box .img img {
  width: 100%;
  margin-bottom: 20px;
}

.production-box .a {
  color: var(--color2);
  font-size: 18px;
}

.production-box .d {
  line-height: 25px;
  margin: 15px 0;
}

.ik-box {
  margin-bottom: 30px;
}

.ik-box .t {
  font-family: var(--primary-font);
  font-size: 34px;
  margin-bottom: 10px;
  color: var(--color1);
}

.ik-box ul {
  list-style: none;
  padding-left: 0 !important;
}

.ik-box ul b {
  font-family: var(--primary-font);
}

.ik-box ul li:before {
  display: none !important;
}

.people-box {
  margin-bottom: 80px;
  display: flex;
  align-items: center;
}

.people-box .img {
  margin-right: 30px;
}

.people-box .img img {
  width: 170px;
  height: 170px;
  border-radius: 500px;
  object-fit: cover;
}

.people-box .t {
  font-family: var(--primary-font);
  font-size: 26px;
  color: var(--color1);
}

.people-box .a {
  color: var(--color2);
  margin: 10px 0;
}

.people-box .mc-link {
  margin-top: 10px;
}

.people-box.big {
  align-items: flex-start;
}

.people-box.big .img {
  position: sticky;
  top: 115px;
  margin-right: 50px;
}

.people-box.big .img img {
  width: 300px;
  height: 300px;
}

.people-box.big .t {
  font-size: 18px;
}

.people-box.big .a {
  margin: 0;
}


.docs-list a {
  position: relative;
  display: block;
  text-decoration: none;
  color: inherit;
  border-bottom: 1px solid #d9d9d9;
  font-family: var(--medium);
  padding: 20px 15px;
  margin-bottom: 25px;
  transition: 0.2s;
  background-color: rgba(95, 107, 127, 0.2);
  border-radius: 4px;
  font-weight: 600;

}

.docs-list a.yatirimci-docs {
  margin-left: 50px;
}

.docs-list a:after {
  content: "";
  right: 5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 21px;
  height: 16px;
  background-image: url("../img/long-arrow-right-r.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  transition: 0.2s;
  margin-right: 10px;
}

.docs-list a:hover {
  background-color: var(--color1) !important;
  border-radius: 2px;
  color: #fff;
}

.docs-list a:hover:after {
  content: "";
  right: 5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 21px;
  height: 16px;
  background-image: url("../img/long-arrow-right-white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  transition: 0.2s;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}

.fancybox-container [data-selectable="true"] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-iframe,
.fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: 0;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: 0;
}

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

.fancybox-caption {
  background: linear-gradient(0deg,
      rgba(0, 0, 0, 0.85) 0,
      rgba(0, 0, 0, 0.3) 50%,
      rgba(0, 0, 0, 0.15) 65%,
      rgba(0, 0, 0, 0.075) 75.5%,
      rgba(0, 0, 0, 0.037) 82.85%,
      rgba(0, 0, 0, 0.019) 88%,
      transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes a {
  to {
    transform: rotate(1turn);
  }
}

.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1);
}

@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }

  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: 0;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }

  .call_to_action {
    width: 100% !important;
  }
}

#page-home .innovation {
  position: relative;
}

#page-home .innovation p {
  margin: 0;
}

#page-home .innovation a {
  display: block;
  color: #fff;
  text-decoration: none;
}

#page-home .innovation .img img {
  width: 100%;
  height: 800px;
  object-fit: cover;
}

#page-home .innovation .img:after {
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  width: 500px;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #00377a 100%);
  position: absolute;
  z-index: 1;
}

#page-home .innovation .texts {
  z-index: 2;
  color: #fff;
  position: absolute;
  left: 120px;
  bottom: 150px;
}

#page-home .innovation .texts .t {
  font-family: var(--primary-font);
  font-size: 52px;
  line-height: 62px;
}

#page-home .innovation .texts .t:after {
  content: "";
  display: block;
  width: 125px;
  height: 3px;
  background-color: var(--color2);
  margin: 20px 0;
}

#page-home .innovation .texts .d {
  width: 530px;
  max-width: 100%;
}

@media (max-width: 1080px) {
  .production-quality .t {
    font-size: 50px;
    line-height: 66px;
  }

  .production-quality .box .img img {
    height: 225px;
  }

  .production-quality .box .title {
    font-size: 18px;
    line-height: 26px;
  }

  .production-quality .box .title:after {
    margin-top: 20px;
  }

  .refs-boxes .box img {
    max-width: 100%;
    padding: 0 10px;
  }

  .refs-boxes .col-2,
  .refs-boxes .col-3 {
    display: block !important;
    width: 20%;
  }

  .contentarea .col-9 {
    width: 100%;
    padding-right: 0 !important;
    left: 0;
  }

  .contentarea .col-8 {
    width: 100%;
    padding-right: 0 !important;
    left: 0;
    padding-top: 35px;
  }

  .contentarea .col-9 h1,
  .contentarea .col-9 h2,
  .contentarea .col-9 h3,
  .contentarea .col-9 h4,
  .contentarea .col-9 h5,
  .contentarea .col-9 h6 {
    font-size: 25px;
    margin: 15px 0;
  }

  .urunler .col-3,
  .kurumsal .sidebar-col,
  .basin .col-3 {
    display: none;
  }

  .urunler .col-4,
  .kurumsal .sidebar-col {
    display: none;
  }

  .docs-list a {
    margin-bottom: 15px;
  }

  .people-box .t {
    font-size: 22px;
  }

  .people-box .a {
    font-size: 15px;
  }

  .people-box .d {
    font-size: 14px;
  }

  .page-title {
    font-size: 25px !important;
    line-height: 0px !important;
    padding: 65px 0 !important;
  }

  #page-products .box .t {
    font-size: 21px;
  }

  #page-products .other-title {
    font-size: 20px;
  }

  #page-contact .box .t {
    font-size: 25px;
    margin-bottom: 25px;
  }

  #page-contact .box .i {
    margin-bottom: 20px;
    font-size: 15px;
  }
}

@media (max-width: 921px) {
  .page {
    margin-top: 65px;
  }

  #page-home .slider .item .texts {
    left: 50px;
    right: 50px;
    bottom: 100px;
  }

  #page-home .slider .item .texts .t {
    font-size: 26px;
    line-height: 33px;
  }

  #page-home .slider .item .texts .t:after {
    width: 90px;
    margin: 15px 0;
  }

  #page-home .slider .item .texts .d {
    font-size: 13px;
  }

  #page-home .slider .item .img:after {
    width: 50%;
  }

  #page-home .slider .owl-carousel .owl-dots {
    bottom: 40px;
    left: 50px;
  }

  #page-home .slider .discovery {
    display: none;
  }

  #page-home .innovation .texts {
    left: 50px;
    right: 50px;
    bottom: 50%;
    transform: translateY(50%);
  }

  #page-home .innovation .texts .t {
    font-size: 20px;
    line-height: 31px;
  }

  #page-home .innovation .texts .t:after {
    width: 100px;
    margin: 15px 0;
  }

  #page-home .innovation .texts .d {
    font-size: 13px;
  }

  #page-home .innovation .img:after {
    width: 50%;
  }

  #page-home .innovation .img img {
    height: 350px;
  }

  #page-home .world {
    padding: 50px 0;
  }

  #page-home .world .t {
    font-size: 25px;
  }

  #page-home .world .d {
    font-size: 13px;
    line-height: 21px;
    margin: 15px auto;
    margin-bottom: 20px;
  }

  #page-home .refs .t {
    font-size: 21px;
  }

  #page-home .refs .top .right-area .mc-nav {
    display: none;
  }

  #page-home .refs .item .box img {
    max-width: 100%;
    padding: 0 10px;
  }

  .promo-video .d {
    font-size: 14px;
  }

  .promo-video .img:before {
    width: 50px;
    height: 50px;
    background-size: 12px;
  }

  .production-quality {
    padding: 50px 0;
  }

  .production-quality .t {
    font-size: 30px;
    line-height: 44px;
  }

  .production-quality .d {
    margin: 20px 0;
    line-height: 25px;
    font-size: 14px;
  }

  .production-quality .m .i {
    width: auto;
    padding: 10px;
  }

  .production-quality .m .i span {
    font-size: 37px;
  }

  .production-quality .m .i i {
    font-size: 16px;
  }

  .production-quality .mc-link {
    margin-top: 20px !important;
  }

  .production-quality .row {
    display: none;
  }

  .timeline {
    padding: 0;
  }

  .timeline .time {
    margin-bottom: 50px;
  }

  .timeline .time .img img {
    height: 130px;
  }

  .timeline .time .text {
    padding-left: 50px;
  }

  .timeline .time .text b {
    font-size: 22px;
  }

  .timeline .time .text span,
  .timeline .time .text p {
    font-size: 14px;
  }

  .timeline:after {
    top: calc(110px + 20px - 130px / 2);
    bottom: calc(130px + 20px - 130px / 2);
  }

  .vision-logos .col-4 {
    width: 100%;
  }

  .vision-logos .item {
    margin-bottom: 25px;
  }

  .vision-logos .item b {
    font-size: 17px;
  }

  .vision-logos .item img {
    width: 45px;
  }

  .page-title {
    font-size: 25px !important;
    line-height: 60px !important;
  }

  .page-title span {
    font-size: 24px;
  }

  .bread {
    white-space: nowrap;
    overflow: hidden;
    overflow-x: auto;
    padding: 15px 50px;
  }

  .bread ul li:last-child {
    margin-right: 50px;
  }

  .ik-box .t {
    font-size: 24px;
  }

  .production-box {
    margin-bottom: 45px;
  }

  .production-box .t {
    font-size: 20px;
  }

  .production-box .a {
    font-size: 14px;
  }

  .production-box .d {
    line-height: 22px;
    margin: 10px 0;
    font-size: 13px;
  }

  .production-box .m {
    flex-wrap: wrap;
  }

  .production-box .m .i {
    text-align: left;
    padding: 0;
    margin-bottom: 15px;
    width: 50%;
  }

  #page-contact .box .col-8 {
    width: 100%;
  }

  #page-contact .box .t {
    font-size: 18px;
    margin-bottom: 15px;
  }

  #page-contact .box .m {
    margin-top: 20px;
  }

  #page-contact .box .m iframe {
    height: 200px !important;
  }

  .refs-boxes .col-2,
  .refs-boxes .col-3 {
    display: block;
    width: 50%;
  }

  .people-box {
    align-items: flex-start;
    margin-bottom: 50px;
  }

  .people-box .img {
    position: sticky;
    top: 80px;
  }

  .people-box .img img {
    width: 100px;
    height: 100px;
  }

  .people-box .t {
    font-size: 18px;
  }

  .people-box .a {
    margin: 0;
    margin-bottom: 5px;
  }

  .news-foot {
    flex-direction: column;
    align-items: flex-start;
  }

  .news-foot .share {
    margin: 0 !important;
    margin-top: 20px !important;
  }

  .contentarea {
    font-size: 15px;
  }

  .contentarea .row .col-6,
  .contentarea .row .col-4 {
    width: 100%;
  }

  .contentarea .right-space ul {
    font-size: 14px;
  }

  .contentarea .right-space ul.box-ul li {
    width: 100%;
  }

  .contentarea table {
    width: 100% !important;
  }

  .contentarea table tr td {
    font-size: 14px;
  }

  .service-box .d {
    font-size: 14px;
  }

  .service-box .l .mc-link a {
    font-size: 9px;
  }
}

#page-products .box {
  position: relative;
  margin-bottom: 50px;
  width: 100%;
  background-repeat: no-repeat !important;
  background-position: center !important;
  height: 200px;
  background-size: cover !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

#page-products .box .img {
  overflow: hidden;
}

#page-products .box .img img {
  transition: 0.5s;
  width: 100%;
  height: auto;
  object-fit: cover;
}

#page-products .box.object-contain .img img {
  object-fit: contain;
  background: #fff;
}

#page-products .box a {
  text-decoration: none;
  color: inherit;
  display: block;
}

#page-products .box .t {
  font-family: var(--primary-font);
  font-size: 25px;
  color: var(--color1);
  font-weight: 600;
}

#page-products .box .t:after {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background-color: var(--color2);
  margin-top: 10px;
  transition: 0.5s;
}


#page-products .box:hover .t:after {
  width: 100%;
}

#page-products .other-title {
  font-size: 25px;
  font-family: var(--primary-font);
  color: var(--color1);
  margin-bottom: 20px;
}

/**! Yatırımcı İlişkileri **/

.yi-list {
  padding: 5px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.yi-list>.group {
  display: flex;
  align-items: center;
  flex-direction: column;
  border-radius: 15px;
  width: 100%;
  margin-bottom: 10px;
  position: relative;
  padding: 15px;
  background: #fff;
  /* -webkit-box-shadow: 0 15px 50px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 15px 50px 0 rgba(0, 5, 0, .1); */
  border: 1px solid #ddd;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.card-content {
  flex: 1;
  text-align: left;
  /* Metni sola hizalar */
}

.card-icon {
  text-align: right;

  font-size: 25px;
  color: var(--color2);
}

.yi-list>.group>.resim {
  width: 100%;
  position: absolute;
  overflow: hidden;
  padding: 0;
}

.yi-list>.group>.resim>a>img {
  width: 100%;
  padding: 0;
  margin: 0;
  margin-bottom: -5px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.yi-list>.group:hover>.resim>a>img {}

.yi-list>.group:hover {
  padding: 15px;
  /*  -webkit-box-shadow: 0 15px 50px 0 var(--color1);
  box-shadow: 0 15px 150px 0 var(--color1) */
}

.yi-list>.group:after {
  content: "";
  position: absolute;
  width: 0%;
  height: 9px;
  background: var(--color2);
  bottom: 0;
  right: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.yi-list>.group:hover:after {
  width: 100%;
}

.yi-list .detay {
  overflow: hidden;
  min-height: 160px;
  max-height: 160px;
  padding: 0 5px;
  margin-right: 5px;
}

.yi-list .detay h3 {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 1.1em;
  text-align: left;
}

.yi-list .detay h3 a {
  color: #12486b;
  padding-top: 15px;
  display: block;
  margin: 0;
  letter-spacing: -0.03em;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.yi-list .detay h3 a:hover {
  color: #0055a5;
  text-decoration: underline;
}

.yi-list .detay p {
  color: #666;
  padding-top: 15px;
  margin: 0;
  font-size: 16px;
}

.yi-list .detay span {
  display: inline-block;
  letter-spacing: -0.01em;
  margin-right: 5px;
  font-size: 0.9375em;
  font-style: normal;
  font-weight: 400;
  color: #666;
}

.yi-list .detay span i {
  margin-right: 5px;
  font-size: 1em;
  color: #bf0d3e;
}

.iliski-title {
  font-family: Gilroy-Medium;
}

.kariyer-title {
  font: 25px Gilroy-Medium;
}

/**! Yatırımcı İlişkileri **/

/**? Yatırımcı İlişkileri Detay **/

.icerik {
  background: rgba(255, 255, 255, 0.411);
  -webkit-border-radius: 10px 10px 10px 10px;
  -khtml-border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  /* font-family: 'Roboto', sans-serif; */
}

.icerik>.grup {
  margin-bottom: 20px;
  position: relative;
  padding: 10px;
  background: #fff;
  -webkit-box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 50px 0 rgba(0, 5, 0, 0.1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.icerik>.grup:hover {
  padding: 10px;
  -webkit-box-shadow: 0 10px 50px 0 rgba(0, 85, 166, 0.4);
  box-shadow: 0 10px 150px 0 rgba(0, 85, 166, 0.4);
}

.icerik>.grup>.resim {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 0;
}

.icerik>.grup>.resim>img {
  width: 100%;
  padding: 0;
  margin: 0;
  margin-bottom: -5px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.icerik>.grup:hover>.resim>img {}

.icerik .documents {
  background: #dddd;
  padding: 10px 20px;
  border-radius: 10px;
  width: 100%;
  display: flex;
  text-align: center;
  align-items: center;
  margin: 10px 0;
}

.icerik i {
  color: var(--color0);
  font-size: 20px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/* .icerik i:hover {
  color: var(--color2);
} */

.icerik i .download {
  float: right;
  position: relative;
  padding: 8px 0 0 10px;
  font-family: "Roboto", sans-serif;
  font-size: 0.55em;
  font-weight: 400;
}

.icerik .table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(242, 244, 249, 0.5);
}

.icerik .table-hover tbody tr:hover {
  background-color: rgba(242, 244, 249, 1);
}

.icerik .table th,
.icerik .table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #d0dae8;
}

.site-baslik1 {
  font-size: 1.325em;
  font-style: normal;
  font-weight: 600 !important;
  color: #12486b;
  line-height: 1.625em;
  margin-top: 0;
  position: relative;
  letter-spacing: -0.04em;
  font-weight: 800;
}

.site-baslik1:after {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: 0;
  width: 240px;
  height: 1px;
  background: #dadada;
}

.site-baslik1:before {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: -2px;
  width: 80px;
  height: 5px;
  background: #ccc;
  left: 50%;
  margin-left: -40px;
  z-index: 1;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}

.site-baslik1.baslik-sol {
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.site-baslik1.baslik-sol:before,
.site-baslik1.baslik-sol:after {
  left: 0;
  margin-left: 0;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #d0dae8;
}

.kap-btn {
  background-color: #12486b;
  color: #fff;
  padding: 15px 25px;
  border-radius: 5px;
  transition: 0.4s ease;
}

.kap-btn:hover {
  color: #fff;
  background-color: var(--color1);
}

/**? Yatırımcı İlişkileri Detay **/