body {
  margin: 0px;
  padding: 0px;
  font-family: "HNeue", sans-serif;
  color: #1f1f1f;
  font-weight: 200;
  font-size: 14px;
}

a {
  color: #312783;
}

.main-menu-area2:hover{
    cursor: pointer;
}

html {
  /* scroll-behavior: smooth; */
}

.cookie-fixed {
  display: none;
  width: 100%;
  float: left;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1111;
  background-color: #000000bd;
  color: #fff;
  font-weight: 600;
  padding: 16px 10px 16px 10px;
  font-size: 13px;
  line-height: 1.5;
  transition: 0.5s ease;
}

.cookie-fixed .cookie-text a {
  color: white;
  text-decoration: underline;
}

.cookie-fixed .cookie-text {
  width: 90%;
  float: left;
}

.cookie-fixed .cookie-close {
  width: 10%;
  float: left;
  text-align: center;
  padding-top: 9px;
}

.cookie-fixed .cookie-close a {
  font-size: 12px;
  border-radius: 5px;
  padding: 9px 20px;
  color: #ffffff;
  text-decoration: none;
  border: 1px solid #ffffff;
  background: #00000042;
  text-align: center;
}

.loading {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  background: rgba(255, 255, 255, 1);
  text-align: center;
}

.loading img {
  margin: 0 auto;
  height: 100px;
  margin-top: calc(50vh - 100px);
  background: white;
  border-radius: 10px;
}

.red-btn {
  background: #e30613 !important;
  color: white !important;
  padding: 15px 25px !important;
  border-radius: 5px !important;
  transition: 0.5s ease !important;
  font-weight: 200 !important;
}

.swal2-content.sw-content {
  font-weight: 200 !important;
  font-size: 14px;
}

.red-btn i {
  position: relative;
  left: 0;
  transition: 0.2s ease;
}

.red-btn:hover {
  color: white;
  text-decoration: none;
}

.red-btn:hover i {
  left: 5px;
}

.headroom {
  will-change: transform;
  transform-origin: top center;
}

.main-page.headroom--pinned {
  top: 0;
}

.main-page.headroom--unpinned {
  top: 0;
}

.main-page.headroom--top {
  top: -100px;
  opacity: 0;
}

.sub-page.headroom--top {
  top: 0;
}

.sub-page.headroom--pinned {
  top: 0;
}

.sub-page.headroom--unpinned {
  top: -100px;
  opacity: 0;
}

/* .headroom--not-top .hamburger {
  background-color: #ff0000;
  color: #fff !important;
} */

.main-title {
  width: 100%;
  font-size: 20px;
  position: relative;
  padding-left: 40px;
  font-weight: 700;
}

.main-title:before {
  content: "";
  height: 3px;
  width: 77px;
  position: absolute;
  left: 0;
  bottom: -10px;
  background-color: #efefef;
}

/*p {
  font-weight: 100;
}*/


header .row.no-padding {
  padding: 0;
  margin: 0;
}

header .row.no-padding div[class*="col-"] {
  padding: 0;
  margin: 0;
}

header .logo {
  height: 100%;
  width: 22%;
}

header .logo a {
  width: 100%;
}

header .logo a img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

header .menu {
  width: 100%;
  height: 100%;
  height: 100px;
  position: relative;
  padding-left: 100px;
  z-index: 3;
  top: -2px;
}

header .menu:before {
  content: "";
  background: url("../img/menu-round.svg") no-repeat center right;
  background-size: contain;
  position: absolute;
  width: 100px;
  height: 100%;
  left: 0;
  top: 0;
}

header .menu>ul {
  margin: 0;
  position: relative;
  z-index: 1;
  background: white;
  height: 100%;
  width: 100%;
  padding-top: 6.6666%;
  padding-left: 0;
  display: flex;
  justify-content: flex-end;
  padding-right: 40px;
}

header .menu ul li {
  list-style-type: none;
  float: left;
  padding-left: 37px;
  position: relative;
}

header .menu ul li a {
  text-decoration: none;
  text-align: left;
  font-size: 13px;
  color: #616161;
  padding: 5px 18px 20px 0;
  transition: 0.3s ease;
  border-bottom: 2px solid transparent;
  position: relative;
}

header .menu ul li:not(.has-children) a {
  padding-right: 0;
}

header .menu>ul>li>a:hover {
  border-bottom: 2px solid #095a92;
}

header .menu>ul>li>a.active {
  border-bottom: 2px solid #095a92;
}

header .menu ul li ul {
  visibility: hidden;
  position: absolute;
  transition: all 0.6s ease;
  margin-top: 42px;
  left: 0;
  max-height: 0;
  padding: 0;
  width: 300px;
  background: #095a92;
  overflow: hidden;
  border-radius: 10px;
}

header .menu ul li>a:hover:before {
  content: "";
  position: absolute;
}

header .menu ul li.has-children>a:after {
  content: "\f107";
  font-family: "Line Awesome Free";
  font-weight: 900;
  color: #616161;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 7px;
}



header .menu ul li ul li {
  clear: both;
  width: 100%;
  display: block;
  padding: 0;
}

header .menu ul li ul li a {
  display: block;
  color: white;
  font-weight: 300;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  transition: 0.2s ease-in-out;
  padding: 10px;
}

header .menu ul li ul li:last-child a {
  border-bottom: 0;
}

header .menu ul li ul li a:hover {
  background: #034069;
  color: #fff;
}

header .red-bg {
  background: #e30613;
}

header .white-bg {
  background: #fff;
  position: relative;
  top: -2px;
}

header .white-bg .red-bg {
  background: #e30613;
  position: absolute;
  width: 100%;
  height: 30px;
  top: 0;
}

header .menu .header-top-menu {
  background: #e30613;
  position: absolute;
  height: 30px;
  top: 0;
  right: 0;
  z-index: 1;
  text-align: right;
}

header .menu .header-top-menu:before {
  content: "";
  background: white url(../img/header-top-round.svg) no-repeat center center;
  background-size: cover;
  position: absolute;
  width: 27px;
  height: 30px;
  top: 0;
  left: 0;
  z-index: 1;
}

header .menu .header-top-menu ul {
  display: inline-block;
  margin: 3px 0;
}

header .menu .header-top-menu ul li {
  display: inline-block;
  padding-left: 10px;
}

header .menu .header-top-menu ul li a {
  font-size: 12px;
  padding: 0 5px;
  position: relative;
  color: white;
}

header .menu .lang {
  position: absolute;
  right: 0;
  bottom: 22%;
  z-index: 1;
  border-left: 1px solid #616161;
  padding-left: 10px;
  color: #616161;
}

header .menu .lang a {
  color: #616161;
}

header .white-bg {
  background: white;
}

.slider-wrapper .x {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  opacity: 0.4;
}

.slider-wrapper .x svg {
  width: 33%;
  height: 66%;
  position: absolute;
  right: 3%;
  top: 17%;
  overflow: visible;
}

.slider-wrapper .x svg path {
  position: relative;
}

.slider-wrapper {
  height: 100vh;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.slider-wrapper .scroll-down {
  position: absolute;
  background: none;
  bottom: 50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 60px;
  height: 60px;
  background: #095a92;
  border-radius: 100%;
  text-align: center;
  font-size: 2em;
  line-height: 200%;
  z-index: 1;
  -webkit-animation: ripple 1.5s ease-in infinite 1s;
  animation: ripple 1.5s ease infinite 1s;
  cursor: pointer;
  transition: 0.3s ease;
  box-shadow: 0px 0px 10px black;
  border: 1px solid #095a92;
}

.slider-wrapper .scroll-down:hover {
  transform: scale(1.1);
}

.slider-wrapper .scroll-down i {
  color: white;
  position: relative;
  -webkit-animation: scrollDownAni 1s ease infinite 1s;
  animation: scrollDownAni 1s ease infinite 1s;
}

@-webkit-keyframes scrollDownAni {
  0% {
    bottom: 10px;
    opacity: 0;
  }

  100% {
    bottom: -5px;
  }
}

@keyframes scrollDownAni {
  0% {
    bottom: 10px;
    opacity: 0;
  }

  100% {
    bottom: -5px;
  }
}

section.slider {
  width: 100%;
  padding: 0;
  height: 100vh;
  position: relative;
  /* background: #312783; */
  /* margin-top: -100px; */
  z-index: 0;
  background: linear-gradient(333deg,
      rgba(49, 39, 131, 1) 0%,
      rgba(49, 39, 131, 1) 100%);
  overflow: hidden;
}

section.slider .item {
  width: 100%;
  height: 100vh;
}

section.slider .owl-dots {
  position: absolute;
  width: auto;
  background: none;
  left: 0;
  margin: 0 auto !important;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
}

section.slider .owl-dots .owl-dot span {
  width: 25px;
  height: 25px;
  background-color: transparent;
  border-radius: 100%;
  border: 1px solid white;
  margin: 0 20px;
}

section.slider .owl-dots .owl-dot:hover span {
  background-color: #e30613;
  border: 1px solid transparent;
  transition: 0.3s ease;
}

section.slider .owl-dots .owl-dot.active span {
  background-color: #095a92;
  position: relative;
  border: none;
}

section.slider .owl-dots button {
  outline: none;
  transition: 0.5s ease-in;
  margin: 5px 0;
}

section.slider .owl-nav {
  width: 100px;
  position: absolute;
  bottom: 5%;
  right: 5%;
}

section.slider.owl-carousel .owl-nav button {
  padding: 10px !important;
  color: white !important;
  background: #e30613 !important;
}

section.slider .owl-nav button.owl-prev {}

section.slider .owl-nav button.owl-next {}

section.slider .item-image {
  width: 100%;
  height: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  position: absolute;
  opacity: 1;
  top: 0;
  left: 0;
  /* background-attachment: fixed; */
}

section.slider .item-image.item-video {
  cursor: pointer;
  position: relative;
}

section.slider .item-image.item-video {
  cursor: pointer;
  position: relative;
}

section.slider .item-image.item-video video {
  object-fit: cover;
}

section.slider .slider-big-video {}

section.slider .slider-big-video .video-js,
section.slider .slider-big-video video {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

section.slider .item-text {
  font-size: 2em;
  text-align: left;
  color: #312783;
  position: absolute;
  margin: 0 auto;
  width: 66%;
  padding-right: 0;
  right: 0;
  left: 0;
}

section.slider .text-wrapper {
  width: 75%;
  padding: 30px;
  background: rgba(255, 255, 255, 0.8);
  -webkit-clip-path: polygon(0% 0%, 93% 0%, 100% 50%, 93% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 93% 0%, 100% 50%, 93% 100%, 0% 100%);
  position: relative;
  z-index: 3;
}

section.slider .animate__animated {
  -webkit-animation-duration: 500ms !important;
  animation-duration: 500ms !important;
}

section.slider .item-text .big-text {
  font-size: 38px;
  line-height: 120%;
  font-weight: 700;
}

section.slider .item-text .big-text .red {
  color: #e30613;
}

section.slider .item-text .exacons-logo {
  background: url(../img/exacons-logo-clean.svg) no-repeat center center;
  display: inline-block;
  width: 300px;
  -o-object-fit: contain;
  object-fit: contain;
  height: 65px;
}

section.slider .item-text .big-text .bigger {
  font-size: 60px;
}

section.slider .item-text .small-text {
  font-size: 15px;
  font-weight: 700;
  width: 70%;
}

section.slider .item-text .small-text.video-link {
  text-decoration: underline;
  cursor: pointer;
}

section.box-area {
  width: 100%;
  position: relative;
  z-index: 2;
  background: url(../img/box-area-bg.jpg) no-repeat center top;
  background-attachment: fixed;
  height: 100vh;
  overflow: hidden;
  margin-bottom: 60px;
}

section.box-area .title-wrapper {
  padding: 0 50px;
}

section.box-area h3 span.lighter {
  font-weight: 100;
}

section.box-area h3 span.light {
  font-weight: 400;
}

section.box-area h3 span.bold {
  font-weight: 700;
}

section.box-area .box {
  width: 100%;
  height: 400px;
  color: white;
  transition: 0.5s ease;
  position: relative;
}

section.box-area .box>a {
  color: white;
  display: block;
  text-align: center;
}

section.box-area .box .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s ease;
  background: #e30613;
}

section.box-area .box .image img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
  transition: 1s ease;
  mix-blend-mode: normal;
  -webkit-filter: none;
  filter: none;
}

section.box-area .box .overlay {
  opacity: 0;
  transition: 0.5s ease;
  position: absolute;
  text-align: center;
  width: 100%;
  height: 100%;
  left: 0;
  top: -60px;
  right: 0;
  pointer-events: none;
}

section.box-area .box .overlay ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

section.box-area .box .overlay ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}

section.box-area .box .overlay ul li a {
  font-size: 13px;
  padding: 5px 10px;
  color: white;
  display: block;
  text-align: center;
  transition: 0.5s ease;
  visibility: hidden;
}

section.box-area .box:hover .overlay ul li a {
  visibility: visible;
}

section.box-area .box .overlay ul li a:hover {
  transform: scale(1.15);
}

section.box-area .box:hover .overlay {
  opacity: 1;
  pointer-events: all;
  top: 0;
}

section.box-area .box:hover .image img {
  opacity: 0.5;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  mix-blend-mode: multiply;
}

section.box-area .box:hover .title {
  top: -120px;
  transition: 0.5s ease;
}

section.box-area .title {
  margin-bottom: 30px;
  position: relative;
  top: 0;
  font-size: 18px;
  font-weight: 700;
  transition: 0.5s ease;
}

section.box-area .title:before {
  content: "";
  background: white;
  height: 3px;
  width: 50px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -10px;
}

section.box-area .ended-projects .image {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  width: 50%;
  mix-blend-mode: luminosity;
  height: 100%;
  opacity: 0.5;
}

section.box-area .ended-projects .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.5s ease;
}

section.box-area .ended-projects .text-area {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
  font-size: 1.2em;
  font-weight: 600;
}

section.box-area .news .title:before {
  background: #616166;
}

section.box-area .ended-projects .title:before {
  background: white;
}

section.box-area .news-projects .ended-projects {
  width: 66.666666%;
  background-color: #312783;
  color: white;
  position: relative;
}

section.box-area .big-box {
  width: 70%;
  float: left;
  padding: 50px 50px 50px 50px;
  position: relative;
}

section.box-area .small-box {
  width: 30%;
  float: left;
  padding: 50px 50px 50px 50px;
  position: relative;
}

section.box-area .text {
  font-size: 16px;
  color: #616166;
  line-height: 28px;
  margin-top: 35px;
}

section.box-area .more {
  position: absolute;
  bottom: 50px;
}

section.box-area a {
  font-size: 22px;
  color: #616166;
  text-decoration: none;
}

section.expertise {
  width: 100%;
  margin-bottom: 80px;
  background: url("../slider-logo.svg") no-repeat center center;
  /*background-size: 66% 66%;*/
  overflow: hidden;
  /*height: 110vh;*/
  padding-top: 75px;
}

section.expertise .container .row .col-md-6:nth-child(2) .box:first-child {
  margin-top: 125px;
}

/*section.expertise .container .row .col-md-6:first-child .box:first-child {*/
/*  margin-top: 200px;*/
/*}*/

section.expertise .text-area {
  width: 100%;
  position: relative;
  margin-top: 30px;
}

section.expertise .text-area .title {
  font-weight: 200;
  font-size: 40px;
  font-family: "HNeue", sans-serif;
  letter-spacing: 2px;
}

section.expertise .text-area .description {
  line-height: 23px;
  width: 44%;
}

section.expertise .text-area .description span {
  font-weight: lighter;
  font-size: 28px;
  font-family: "HNeue", sans-serif;
}

.gm-style .gm-style-iw-c {
  border-radius: 0;
  border: 5px solid #e30613;
}

.gm-style .gm-style-iw-c h6 {
  color: #312783;
}

section.expertise .text-area .description strong {
  font-weight: 400;
  font-size: 40px;
  font-family: "HNeue", sans-serif;
  line-height: 32px;
}

section.expertise .box .stroke {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  stroke-dashoffset: 400%;
  stroke-dasharray: 250%;
  transform: rotateY(-180deg);
  pointer-events: none;
}

section.expertise .box .stroke svg rect {
  fill: none;
  stroke-width: 2;
  stroke: #e7e7e7;
}

section.expertise .box {
  margin-bottom: 10px;
  padding: 40px 10px 5px 10px;
  width: 88%;
  position: relative;
  /*margin-top: 50px;*/
}

section.expertise .box p {
  margin-bottom: 0;
}

section.expertise .red-btn {
  display: inline-block;
}

section.expertise .box .expertise-title {
  width: 100%;
  font-size: 20px;
  color: black;
  font-weight: 600;
  margin-bottom: 10px;
  padding-left: 50%;
  text-align: right;
  position: absolute;
  right: 25%;
  top: -30%;
  line-height: 130%;
}

section.expertise .box .description {
  width: 100%;
  font-size: 13px;
  color: #616166;
  text-align: right;
  margin-top: 10px;
  padding-right: 10px;
}

section.expertise .box .image {
  position: absolute;
  top: -30%;
}

section.expertise .box .image img {
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
  object-fit: contain;
  position: relative;
  /*top: 30px;*/
}

section.expertise .box.box-right {
  float: right;
}

section.expertise .box.box-left .image {
  right: 3%;
}

section.expertise .box.box-right .stroke {
  transform: rotateY(0);
}

section.expertise .box.box-right .image {
  left: 3%;
}

section.expertise .box p {
  margin-right: 22%;
  padding-bottom: 10px;
  font-size: 17px;
}

section.expertise .box.box-left:nth-child(2) {
  margin-top: 70px;
}

section.expertise .box.box-right p {
  margin-left: 22%;
  margin-right: 0;
}

section.expertise .box.box-right .expertise-title {
  left: 25%;
  right: auto;
  padding-right: 50%;
  padding-left: 0;
  width: 80%;
  text-align: left;
}

section.expertise .box.box-right .description {
  padding-left: 10px;
  text-align: left;
}

.sub-page section.expertise .box {
  width: 100% !important;
}

.sub-page section.expertise .box .image {
  top: -20px;
}

.sub-page section.expertise .box.box-right .expertise-title {
  width: 100%;
}

section.projects {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-color: #e30913;
  padding: 50px;
  position: relative;
  background: var(--bg-projelerimiz);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  background-attachment: fixed;
}

section.projects .projects-inner {
  width: 100%;
  overflow: hidden;
  padding: 50px;
  position: relative;
  background-image: url(../img/project-world-bg.svg);
  background-repeat: no-repeat;
  background-size: 80% 80%;
  background-position: center right;
}

section.projects .main-title {
  color: white;
}

section.projects .markers {
  position: absolute;
  width: 100%;
  height: 50%;
  top: 30%;
  left: 0;
  z-index: 1;
}

section.projects .markers .marker {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background: white url(../slider-logo-red.png) no-repeat center center;
  background-size: 50% 50%;
  position: absolute;
}

section.projects .markers .marker {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background: white url(../slider-logo-red.png) no-repeat center center;
  background-size: 50% 50%;
  position: absolute;
  -webkit-animation: ripple 2s linear infinite 1s;
  animation: ripple 1s linear infinite 1s;
}

section.our-values {
  min-height: 200px;
  /* border: 2px solid red; */
  padding: 50px 0;
}

section .view-link:hover {
  text-decoration: none;
}

section.our-values .view-link {
  color: #616166;
  border-bottom: 2px solid #616161;
  font-size: 20px;
  margin: 20px 0;
}

section.our-values .main-title:before {
  background: #efefef;
}

section.our-values .our-values-slider {
  padding-top: 50px;
}

section.our-values .our-values-slider .item .image {
  text-align: center;
}

section.our-values .our-values-slider .owl-nav {
  position: absolute;
  right: 0;
  top: 0;
}

section.our-values .our-values-slider .owl-nav button {
  width: 40px;
  height: 40px;
  font-size: 25px;
  position: relative;
}

section.our-values .our-values-slider .owl-nav button:hover {
  color: #e30613 !important;
}

section.our-values .our-values-slider .owl-nav .owl-next:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  left: -5px;
  top: 0;
  background: #efefef;
}

section.our-values .our-values-slider .owl-nav button:hover,
section.our-values .our-values-slider .owl-nav button:focus {
  border: 0;
  outline: none;
  background: none;
  box-shadow: none;
  color: black;
}

section.our-values .our-values-slider .owl-nav button span {
  font-size: 2em;
  line-height: 26px;
}

section.our-values .our-values-slider .item .image .value-name {
  font-weight: 100;
  font-size: 30px;
  padding-left: 10px;
  margin-top: 30px;
  width: calc(100% - 200px);
  text-align: left;
}

section.our-values .our-values-slider .description .title {
  font-size: 25px;
  font-weight: 300;
}

section.our-values .our-values-slider .description .title strong {
  display: block;
}

section.our-values .our-values-slider .description .text {
  font-size: 15px;
}

section.our-values .our-values-slider .item .image img {
  height: 200px;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0 auto;
  width: 200px;
}

section.our-values hr.red-break {
  border-top: 5px solid #e30913;
}

section.career .career-inner {
  border: 1px solid #efefef;
  /* padding: 20px; */
}

section.career .description {
  width: 50%;
  font-size: 15px;
}

section.career .description .view-link {
  color: #616166;
  border-bottom: 2px solid #616161;
  font-size: 20px;
  margin: 40px 0 0 0;
  display: inline-block;
}

section.career .main-title {
  width: 15%;
  height: 100%;
  top: 15px;
}

section.career .main-title:before {
  background: #efefef;
}

section.career .image {
  width: 40%;
  height: 200px;
  background: #312783;
}

section.career .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  mix-blend-mode: luminosity;
  opacity: 0.5;
}

@-webkit-keyframes ripple {
  0% {
    box-shadow: 0 0 0 40px rgba(255, 255, 255, 0.5);
  }

  100% {
    box-shadow: 0 0 0 2rem rgba(255, 255, 255, 0);
  }
}

@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0rem rgba(255, 255, 255, 0.5);
  }

  100% {
    box-shadow: 0 0 0 2rem rgba(255, 255, 255, 0);
  }
}

section.projects .markers .marker.big {
  width: 80px;
  height: 80px;
  border-radius: 40px;
  top: 35%;
  right: 40%;
}

section.projects .markers .marker:nth-child(2) {
  top: 25%;
  right: 40%;
}

section.projects .markers .marker:nth-child(3) {
  top: 35%;
  right: 35%;
}

section.projects .projects-box {
  width: 100%;
  float: left;
  padding: 50px 0px;
  position: relative;
  z-index: 2;
}

section.projects .text-box {
  width: 50%;
  float: left;
  margin-top: 60px;
}

section.projects .projects-title {
  font-size: 40px;
  color: #ffffff;
  font-weight: lighter;
  line-height: 53px;
}

section.projects .description {
  margin-top: 10px;
  color: #ffffff;
  font-size: 17px;
}

section.projects .more {
  margin-top: 40px;
}

section.projects .more i {
  position: relative;
  left: 0;
  transition: 0.2s ease;
}

section.projects .more:hover i {
  left: 5px;
}

section.projects .more a {
  font-size: 16px;
  border-radius: 5px;
  padding: 10px 20px;
  color: #ffffff;
  text-decoration: none;
  border: 1px solid #ffffff;
}



section.activity-area .activity-boxes {
  width: 100%;
  float: left;
  margin-top: 20px;
}

section.activity-area * {
  position: relative;
  z-index: 1;
}

section.activity-area p {
  font-size: 17px;
}

section.activity-area .activity-boxes .box.box-w25 {
  width: 25%;
}

section.activity-area .activity-boxes .box.box-w33 {
  width: 33.33%;
}

section.activity-area .activity-boxes .box {
  width: 25%;
  float: left;
  position: relative;
  color: white;
}

section.activity-area .main-title+p {
  padding-left: 40px;
  margin-top: 40px;
}

section.activity-area .activity-boxes .box:hover .icon {
  box-shadow: inset 0px 0px 0px 10px white;
}

section.activity-area .activity-boxes .box .icon {
  width: 80px;
  height: 80px;
  position: absolute;
  bottom: 30px;
  right: 0;
  left: 0;
  margin: 0 auto;
  border-radius: 100%;
  background: #095a92 url("../slider-logo.svg") no-repeat center center;
  background-size: 44% 44%;
  box-shadow: inset 0px 0px 0px 3px white;
  transition: 0.2s ease-in;
}

section.activity-area .activity-boxes .box .activity-title {
  width: 100%;
  float: left;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  font-size: 17px;
  padding: 0 10px;
  margin-top: 0;
  position: relative;
  z-index: 1;
  top: 12%;
  /*white-space: nowrap;*/
}

section.activity-area .activity-boxes .box:hover .activity-image:before {
  opacity: 0;
}

section.activity-area .activity-boxes .box .activity-image {
  background: #efefef;
  transition: 0.3s ease-in;
  box-shadow: 0px 0px 0px 3px white;
  margin: 0 15px;
}

section.activity-area .activity-boxes .box .activity-image:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(49, 39, 131, 1);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  mix-blend-mode: multiply;
  opacity: 0.5;
  transition: 0.5s ease;
}

section.activity-area .activity-boxes .box .activity-image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 40vh;
}

section.main-news {
  /*height: 100vh;*/
}

section.main-news .nav {
  border: 0;
  margin-bottom: 10px;
}

section.main-news div[class*="col-md"] {
  transition: 0.5s ease;
}

section.main-news div[class*="col-md"]:hover {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

section.main-news .nav .nav-link {
  border-radius: 0;
  border: 0;
  color: #1f1f1f;
  padding: 5px 0;
  margin: 0 15px;
  font-size: 16px;
  transition: 0.2s ease;
}

section.main-news .nav .nav-link:hover,
section.main-news .nav .nav-link.active {
  border-bottom: 2px solid #1f1f1f;
}

section.main-news .nav .nav-link.active {
  font-weight: 500;
}

section.main-news .news-item {
  height: 280px;
  width: 100%;
  display: block;
  margin: 15px 0;
  background-size: cover;
  color: black;
  text-decoration: none;
  overflow: hidden;
  position: relative;
}

section.main-news .news-item:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #095a92;
  mix-blend-mode: lighten;
}

section.main-news p {
  margin: 15px 0 0 0;
  padding-bottom: 10px;
  text-align: justify;
}

section.main-news .news-item .shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.2s ease;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300.814' height='273.518' viewBox='0 0 300.814 273.518'%3E%3Cpath d='M-1238.605,240.677h267.56l26.547,45.98a50,50,0,0,1-18.3,68.3L-1238.605,514.2Z' transform='translate(1238.605 -240.677)' fill='%23fff' opacity='0.8'/%3E%3C/svg%3E") no-repeat top left;
  background-size: contain;
}

section.main-news .linkedin {
  background: #2867b2;
  color: white;
  padding: 2px 6px;
  border-radius: 3px;
  display: block;
  font-size: 18px;
  width: 30px;
  height: 30px;
  margin-top: -50px;
  position: relative;
  margin-left: auto;
  right: 10px;
}

.tab-content>.tab-pane {
  visibility: hidden;
  height: 0px;
  overflow: hidden;
  display: block !important;
}

.tab-content>.active {
  visibility: visible;
  height: auto;
  overflow: visible;
  display: block !important;
}

section.main-news .news-item:hover .shape {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300.814' height='273.518' viewBox='0 0 300.814 273.518'%3E%3Cpath d='M-1238.605,240.677h267.56l26.547,45.98a50,50,0,0,1-18.3,68.3L-1238.605,514.2Z' transform='translate(1238.605 -240.677)' fill='rgba(4,56,92,.7)' fill-opacity='0.8'/%3E%3C/svg%3E") no-repeat top left;
  background-size: contain;
}

section.main-news .news-item:hover .text {
  color: white;
}

section.main-news .news-item:hover .icon {
  opacity: 1;
}

section.main-news .news-item .text {
  position: absolute;
  font-size: 16px;
  padding: 16px;
  font-weight: 400;
  top: 0;
  left: 0;
  width: 85%;
  height: 100%;
  z-index: 1;
}

section.main-news .icon {
  font-size: 26px;
  opacity: 0;
  transition: 0.2s ease;
}

footer {
  width: 100%;
  z-index: 0;
  position: relative;
  margin-top: 70px;
  /*overflow-x: hidden;*/

}

footer::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  /* background: linear-gradient(0deg,
      rgba(255, 255, 255, 0.5) 0%,
      rgba(255, 255, 255, 1) 95%); */
}

footer * {
  position: relative;
  z-index: 2;
}

footer .footer-bg {
  background: url("../img/footer-shape.png") no-repeat left bottom;
  background-size: contain;
  position: absolute;
  height: 150px;
  left: 0;
  width: 100%;
  bottom: 0;
  pointer-events: none;
}

footer .logo {
  margin-bottom: 60px;
  -webkit-filter: grayscale(1) invert(1) brightness(5);
  filter: grayscale(1) invert(1) brightness(5);
  width: 50%;
}

footer .right-area {
  width: 66%;
  float: right;
  text-align: right;
}

footer .right-area hr {
  border-width: 2px;
}

footer .right-area .menu {
  margin-top: 15px;
}

footer .right-area .menu ul {
  text-align: right;
  display: inline-block;
  margin-bottom: 0;
}

footer .right-area .menu ul li {
  list-style-type: none;
  padding-left: 20px;
  display: inline;
}

footer .right-area .menu ul>li>ul {
  display: none;
}

footer .right-area .menu.bottom ul li a {
  display: none;
}

footer .right-area .menu.bottom ul li ul li a {
  display: inline-block;
  text-decoration: none;
}

footer .right-area .menu.bottom ul>li>ul {
  display: block;
}

footer .right-area .menu ul li a {
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  color: #616161;
  font-weight: 400;
}

footer .right-area .menu ul li:hover a {
  text-decoration: underline;
}

footer .right-area .menu .lang {
  display: inline;
}

footer .right-area .menu .lang a {
  color: #616161;
  font-size: 14px;
  text-decoration: none;
  margin-left: 10px;
}

footer .right-area .menu.top ul li:last-child {
  border-right: 1px solid #616166;
  padding-right: 10px;
}

footer .right-area .menu.middle a {
  font-size: 12px;
}

footer .right-area .menu.middle a.linkedin {
  color: white;
  font-size: 20px;
  background: #2867b2;
  border-radius: 2px;
  position: relative;
  top: 2px;
  margin-left: 10px;
}

footer .right-area .menu.bottom ul {
  margin-bottom: 10px;
}

footer .right-area .menu.bottom a {
  font-size: 12px;
}

/* Sub page styling */

div.sub-page {
  padding-top: 100px;
  overflow: hidden;
  padding-bottom: 30px;
  background-size: cover;
  background-attachment: fixed;
}

div.sub-page.silhouette-1 {
  background: url(../img/box-area-bg.jpg) no-repeat center top;
}

.sub-page>.container {
  position: relative;
  z-index: 1;
}

.sub-page .background {
  width: 100%;
  height: 66%;
  background: no-repeat top center;
  background-size: cover;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  background-attachment: fixed;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

.sub-page .background:before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg,
      rgba(255, 255, 255, 1) 33%,
      rgba(255, 255, 255, 0.7) 66%);
  opacity: 1;
  background-attachment: scroll;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

.sub-page .title-wrapper {
  background: #095a92;
  width: 100%;
  height: 100px;
  position: relative;
  z-index: 2;
  margin: 0;
  background-size: cover;
  background-position: center center;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.sub-page .title-wrapper:before {
  background: url(../img/subpage-hero.jpg) no-repeat top center;
  background-size: cover;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  mix-blend-mode: color-burn;
}

.sub-page .title-wrapper .title {
  color: black;
  font-weight: 300;
  font-size: 1.8em;
  position: relative;
  padding-left: 50px;
  padding-bottom: 5px;
  color: white;
  z-index: 1;
}

.sub-page .title-wrapper .title:before {
  content: "";
  height: 3px;
  background: white;
  width: 80px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.sub-page .breadcrumb-nav {
  z-index: 2;
  border-radius: 0;
}

.sub-page .breadcrumb {
  border-radius: 0;
  background: none;
  font-size: 13px;
  position: relative;
  z-index: 2;
  background: #f9f9f9;
  padding: 20px 10px;
}

.sub-page .breadcrumb .breadcrumb-item.active {
  color: black;
  font-weight: 500;
}

.sub-page .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  content: "\f105";
  font-family: "Line Awesome Free";
  font-weight: 900;
}

.sub-page .breadcrumb a {
  color: black;
  font-weight: 300;
}

.sub-page .submenu {
  padding: 0;
  margin-right: 15px;
  overflow: hidden;
  /* transition: 0.5s ease; */
  background: white;
  position: relative;
  width: 100%;
  left: 0;
}

.sub-page .submenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 2px solid #e7e7e7;
  transition: 0.5s ease;
}

.sub-page .submenu ul li a {
  color: black;
  font-size: 15px;
  padding: 15px;
  display: block;
  text-decoration: none;
  transition: 0.3s ease;
  position: relative;
}

.sub-page .submenu ul li a {
  display: none;
}

.sub-page .submenu ul li ul li a {
  display: block;
}

.sub-page .submenu ul li ul li {
  overflow: hidden;
}

.sub-page .submenu ul li.active a {
  background: #095a92;
  color: white;
  font-weight: 600;
  cursor: default;
}

.sub-page .submenu ul li.active a:hover {
  color: white;
  border: none;
}

.sub-page .submenu ul li.active a:after {
  content: "";
  position: absolute;
  background: #e30613;
  right: 0;
  width: 5px;
  height: 100%;
  top: 0;
}

.sub-page .submenu ul li a:hover,
.sub-page .submenu ul li a:focus {
  color: #312783;
  border-right: 6px solid #e30613;
}

.sub-page .content {
  font-size: 14px;
  line-height: 1.9em;
  min-height: 1100px;
  font-weight: 300;
  width: 100%;
  margin-top: 15px;
}

.sub-page .content h6 {
  font-size: 15px;
  border: 3px solid #e7e7e7;
  padding: 20px;
}

/*.sub-page .content p {
  text-align: justify;
}*/

.sub-page .content strong {
  font-weight: 500;
}

.sub-page .content {
  display: block;
  margin: 30px auto;
  width: 100%;
}

.sub-page .content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.2em;
  font-weight: 500;
  padding-left: 20px;
  width: 100%;
}

.sub-page .content a {
  color: #616161;
}

.sub-page .content ul li {
  padding-left: 30px;
  line-height: 200%;
  position: relative;
  margin: 10px 0;
  font-weight: 200;
  font-size: 13px;
}

.sub-page .content ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 15px;
  height: 15px;
  background: #095a92 url(../icon-logo-white.svg) no-repeat;
    background-size: 100% 100%;
  /*border-radius: 10px;*/
  box-shadow: 0 0 0 4px #095a92;
}

.sub-page .content ul.nav-tabs {
  padding-left: 0;
  border: 0;
}

.sub-page .content ul.nav-tabs li {
  padding-left: 0;
  font-weight: 500;
}

.sub-page .content ul.nav-tabs li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: auto;
  height: auto;
  background: transparent;
  border-radius: 0;
  box-shadow: inherit;
}

.sub-page .content .title {
  position: relative;
}

.sub-page .subtitle {
  font-size: 1.3em;
  font-weight: 500;
  margin: 1.2em 0 1.5em 0;
  position: relative;
  clear: both;
}

.sub-page .subtitle.big {
  font-size: 1.6em;
}

.sub-page .sustaiability-components .title i.la-angle-down {
  position: absolute;
  right: 0;
  top: 0;
}

.sub-page .subtitle:before {
  content: "";
  width: 80px;
  height: 5px;
  background: #e7e7e7;
  left: 0;
  position: absolute;
  bottom: -25px;
  margin-bottom: 15px;
}

.sub-page.our-story .our-story-timeline {
  width: 100%;
  font-size: 13px;
  margin-bottom: 50px;
  padding-bottom: 150px;
}

.sub-page.our-story .our-story-timeline .year {
  width: 100%;
  display: block;
  clear: both;
  position: relative;
  opacity: 0;
  will-change: transform;
}

.sub-page.our-story .our-story-timeline .year .desc {
  width: 40%;
  text-align: right;
  float: left;
  display: flex;
  min-height: 180px;
  align-items: center;
}

.sub-page.our-story .our-story-timeline .year .img-box {
  width: 40%;
  float: left;
}

.sub-page.our-story .our-story-timeline .year .img-box img {
  width: 100%;
}

.sub-page.our-story .our-story-timeline .year .time {
  width: 20%;
  font-size: 1.3em;
  font-weight: 700;
  position: relative;
  text-align: center;
  color: #312783;
  float: left;
  height: 150px;
  padding: 0 10px;
}

.sub-page.our-story .our-story-timeline .year:nth-child(even) .time {
  float: right;
}

.sub-page.our-story .our-story-timeline .year:nth-child(even) .desc {
  float: right;
  text-align: left;
}

.sub-page.our-story .our-story-timeline .year:nth-child(even) .time:after {
  transform: scale(-1, 1);
}

.sub-page.our-story .our-story-timeline .year:last-child .time:after {
  background: url(../img/step-red.svg) no-repeat center center;
}

.sub-page.our-story .our-story-timeline .year:last-child .time {
  color: #e30613;
}

.sub-page.our-story .our-story-timeline .year .time:after {
  content: "";
  background: url(../img/step.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.sub-page.why-exacons .our-story-canvas {
  height: 500px;
  position: relative;
  margin-top: 50px;
}

.sub-page.why-exacons .our-story-canvas .text {
  width: 66%;
  z-index: 1;
  padding-left: 8%;
  color: #1f1f1f;
  margin-top: -80px;
  overflow: hidden;
}

.sub-page.why-exacons .our-story-canvas .text .h5 {
  font-weight: 500;
  font-size: 18px;
  margin-top: 30px;
}

.sub-page.why-exacons .our-story-canvas .text .h5 img {
  position: absolute;
  left: 2%;
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
  object-fit: contain;
}

.sub-page.why-exacons .our-story-canvas .blue {
  background: url(../img/our-story-blue-bg.png) no-repeat right bottom;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: -20px;
  width: 100%;
  height: 100%;
}

.sub-page.why-exacons .our-story-canvas .gray {
  background: #f9f9f9;
  -webkit-clip-path: polygon(0 0, 100% 0, 66% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 66% 100%, 0% 100%);
  background-size: contain;
  position: absolute;
  left: 0;
  top: -20px;
  width: 85%;
  height: 100%;
}

.sub-page.our-values .graph {
  margin-top: 50px;
  position: relative;
}

.sub-page.our-values .content p img.w-100 {
  width: 66% !important;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0 auto;
  display: block;
}

.sub-page.our-values svg {
  position: absolute;
  top: 2%;
  left: 25%;
}

.sub-page.our-values svg path {
  stroke-dasharray: 2000;
  stroke-dashoffset: 4000;
}

.sub-page.our-values .graph .values-title {
  display: block;
  margin: 0 auto;
  width: 50%;
  text-align: center;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 50px;
}

.sub-page.our-values .graph .values .value {
  margin: 50px 0;
}

.sub-page.our-values .graph .values .value .icon {
  width: 30%;
}

.sub-page.our-values .graph .values .value .icon img {
  width: 100px;
  margin: 0 auto;
  display: block;
}

.sub-page.our-values .graph .values .value .text {
  width: 70%;
}

.sub-page.our-values .graph .values .value .text ul {
  padding: 0 0 0 15px;
}

.sub-page.our-values .graph .values .value .text h4 {
  font-size: 20px;
  font-weight: 500;
}

.sub-page.our-values .graph .values-title img {
  width: 50px;
}

.sub-page.our-projects .projects-map {
  width: 100%;
  position: relative;
  z-index: 1;
}

.sub-page.our-projects .projects-boxes {
  margin-top: 30px;
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}

.sub-page .select-status {
  text-align: right;
}

.sub-page .select-status .dropdown button {
  background: #e30613;
  color: white;
  font-size: 13px;
  box-shadow: none;
  border: none;
  outline: none !important;
  padding: 10px;
}

.sub-page .select-status .dropdown .dropdown-menu {
  background: #e30613;
  color: white;
  font-size: 13px;
}

.sub-page .select-status .dropdown .dropdown-item.active,
.sub-page .select-status .dropdown .dropdown-item:hover {
  background: white;
  color: #e30613;
}

.sub-page .select-status .dropdown a {
  color: white;
}

.sub-page.our-projects .projects-boxes .project {
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
  background: #f9f9f9;
  padding: 5px;
  height: 450px;
  text-decoration: none;
  color: black;
  transition: 0.5s ease;
  margin: 10px 0;
}

.sub-page.our-projects .projects-boxes .project:hover {
  box-shadow: 0 0 0px 5px #312783;
}

.sub-page.our-projects .projects-boxes .project .desc {
  padding: 10px;
  font-weight: 600;
  font-size: 14px;
}

.sub-page.our-projects .projects-boxes .project .bottom {
  padding: 10px 10px 0 10px;
  font-weight: 500;
  font-size: 12px;
  height: 47px;
  margin-top: auto;
}

.sub-page.our-projects .projects-boxes .project .location {
  background: #e30613 url(../img/faaliyet-location-icon.svg) no-repeat 95% center;
  background-size: 20px 20px;
  padding: 10px;
  color: white;
  margin-top: auto;
  width: 100%;
}

.sub-page.our-projects .projects-boxes .project .location i {
  float: right;
  font-size: 20px;
}

.sub-page.our-projects .projects-boxes .project img {
  width: 100%;
}

.sub-page.our-projects .projects-boxes .project .image {
  position: relative;
}

.sub-page.our-projects .projects-boxes .project .image:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #312783;
  mix-blend-mode: lighten;
}

.sub-page.our-projects .project-detail h1 {
  font-size: 1.5em;
}

.sub-page.our-projects .project-detail .project-slider img {
  height: 350px;
  -o-object-fit: cover;
  object-fit: cover;
}

.sub-page.our-projects .project-detail .project-slider .owl-nav button {
  position: absolute;
  top: calc(50% - 15px);
  background: #312783;
  color: white;
  width: 30px;
  height: 40px;
}

.sub-page.our-projects .project-detail .project-slider .owl-nav button.owl-prev {
  left: 0;
}

.sub-page.our-projects .project-detail .project-slider .owl-nav button.owl-next {
  right: 0;
}

.sub-page.our-projects .project-detail .project-slider .owl-nav button {
  position: absolute;
  top: 50%;
  background: #312783;
}

.sub-page.our-projects .project-detail .project-slider .item {
  position: relative;
}

.sub-page.our-projects .project-detail .project-slider .item:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: #312783;
  width: 100%;
  height: 100%;
  mix-blend-mode: lighten;
}

.sub-page.our-projects .project-detail .info {
  border: 1px solid #e7e7e7;
}

.sub-page.our-projects .project-detail .info div[class*="col-md-"] {
  padding: 10px;
}

.sub-page.our-projects .project-detail .info .col-md-3 {
  background: #312783;
  color: white;
  border-bottom: 1px solid #e7e7e7;
}

.sub-page.our-projects .project-detail .project-bottom .collapse-title {
  background: #312783;
  color: white;
  padding: 20px;
  margin-top: 2px;
  cursor: pointer;
  font-size: 1.3em;
}

.sub-page.our-projects .project-detail .project-bottom .collapse-title:after {
  color: white;
  right: 20px;
  top: 22px;
}

.sub-page.our-projects .project-detail .project-bottom .collapse-title.collapsed:after {
  transform: rotate(180deg);
}

.sub-page.our-projects .project-detail .project-bottom .collapse-title span {
  position: relative;
}

.sub-page.our-projects .project-detail .project-bottom .collapse-title span::before {
  content: "";
  width: 30px;
  position: absolute;
  left: 0;
  bottom: -10px;
  background: white;
  height: 3px;
}

.sub-page.our-projects .project-detail .project-bottom .collapse-content {
  padding: 30px;
  border: 2px solid #e7e7e7;
}

.sub-page.our-projects .project-detail .project-bottom .collapse-content h4 {
  font-size: 1em;
  position: relative;
  margin-bottom: 20px;
  font-weight: 300;
}

.sub-page.our-projects .project-detail .project-bottom .collapse-content h4:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -10px;
  height: 3px;
  background: #e7e7e7;
  width: 40px;
}

.sub-page.activity-area .activity-slider .owl-nav button {
  background: #312783;
  color: white;
  top: calc(50% - 20px);
  width: 25px;
  height: 40px;
  position: absolute;
}

.sub-page.activity-area .activity-slider .owl-nav button.owl-next {
  right: 0;
}

.sub-page.activity-area .activity-slider .owl-nav button.owl-prev {
  left: 0;
}

.sub-page.expertise section.expertise {
  height: auto;
}

.sub-page.expertise section.expertise .text-area .title {
  line-height: 150%;
}

.sub-page.career .basvuru-link {
  background: #312783 url(../img/career-link-bg.jpg) no-repeat center center;
  width: 100%;
  display: block;
  height: 200px;
  color: white;
  text-decoration: none;
  padding: 40px 100px;
}

.sub-page.career .basvuru-link:hover .icon {
  transform: scale(1.2);
}

.sub-page.career .icon {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  border: 2px solid #e30613;
  padding: 3px 8px;
  font-size: 20px;
  margin-left: 20px;
  transition: 0.3s ease;
}

.sub-page.career .videos .video {
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 300px;
  margin-right: 50px;
  position: relative;
  cursor: pointer;
}

.sub-page.career .videos .videoFile {
  /* display: none; */
  height: 300px;
}

.sub-page.career .videos .videoFile .video-js {
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
  background-color: white;
}

.sub-page.career .videos .videoFile .video-js .vjs-tech {
  -o-object-fit: cover;
  object-fit: cover;
}

.sub-page.career .videos .videoFile .video-js .vjs-poster {
  background-size: cover;
  position: relative;
}

.sub-page.career .videos .videoFile {
  position: relative;
}

.sub-page.career .videos .videoFile:after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #312783;
  mix-blend-mode: lighten;
  pointer-events: none;
}

.sub-page.career .videos .video:hover .play {
  transform: scale(1.5);
}

.sub-page.career .videos .video:last-child {
  margin: 0;
}

.sub-page.career .videos {
  margin: 50px 0 0 0;
}

.sub-page.career .videos .video-js .vjs-big-play-button {
  background: none;
  border: 5px solid #312783;
  border-radius: 100%;
  width: 70px;
  height: 70px;
  margin-right: auto;
  margin-left: auto;
  color: #312783;
  line-height: 60px;
  margin-left: -35px;
  margin-top: -35px;
}

.sub-page.career .videos .video .play {
  background: url(../img/play-icon.svg) no-repeat center center;
  background-size: contain;
  margin: 0 auto;
  width: 50px;
  height: 50px;
  position: absolute;
  top: calc(50% - 25px);
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: 0.3s ease;
}

.sub-page.career .videos .video .title {
  width: 100%;
  position: absolute;
  top: 25px;
  left: 25px;
  color: white;
  font-size: 16px;
  z-index: 1;
}

.sub-page.career .videos .video .title img {
  width: 33%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
  -webkit-filter: grayscale(1) brightness(5);
  filter: grayscale(1) brightness(5);
}

.sub-page.career .career-box {
  padding: 50px;
  height: 440px;
  margin: 50px 0 0 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.sub-page.career .career-box>div {
  width: 100%;
}

.sub-page.career .career-box .title {
  font-size: 35px;
  font-weight: 300;
  margin-bottom: 5%;
}

.sub-page.career .career-box .desc {
  width: 66%;
  margin-bottom: 40px;
  font-weight: 100;
}

.sub-page.career .career-carousel {
  width: 100%;
  position: relative;
  margin-bottom: 50px;
}

.sub-page.career .career-carousel .caption {
  font-weight: 500;
}

.sub-page.career .career-carousel .caption .blue {
  color: #312783;
  max-width: 50%;
}

.sub-page.career .career-carousel .owl-nav {}

.sub-page.career .career-carousel .owl-nav button {
  position: absolute;
  top: 45%;
  font-size: 2em;
  padding: 20px;
  color: #e30613;
}

.sub-page.career .career-carousel .owl-nav button:hover {
  background: none;
  color: #2867b2;
}

.sub-page.career .career-carousel .owl-nav button.owl-prev {
  left: 0;
}

.sub-page.career .career-carousel .owl-nav button.owl-next {
  right: 0;
}

.sub-page.career .career-box .title .red {
  color: #e30613;
}

.sub-page.career .career-tabs .nav-tabs .nav-link {
  padding: 20px;
  border-radius: 0;
  border: 0;
  outline: none;
  box-shadow: none;
  background: #efefef;
  color: black;
}

.sub-page.career .career-tabs .nav-tabs .nav-link.active {
  background: #312783;
  color: white;
  border-right: 6px solid #e30613;
}

.sub-page.career .career-tabs .ik-canvas .item .shape {
  width: 200px;
  height: 200px;
  text-align: center;
  float: left;
  font-weight: 700;
  padding: 0 50px;
  position: relative;
}

.sub-page.career .career-tabs .ik-canvas .item .shape:before {
  content: "";
  width: 200px;
  background: url(../img/carrer-shape-bg.svg) no-repeat center center;
  height: 200px;
  background-size: contain;
  text-align: center;
  float: left;
  font-weight: 700;
  padding: 0 30px;
  position: absolute;
  left: 0;
  right: 0;
}

.sub-page.career .career-tabs .ik-canvas .item:nth-child(even) .shape:before {
  transform: rotate(180deg);
}

.sub-page.career .career-tabs .ik-canvas .item:nth-child(even) .text p {
  text-align: right;
}

.sub-page.career .career-tabs .ik-canvas .item:nth-child(odd) .text p {
  text-align: left;
}

.sub-page.career .career-tabs .ik-canvas .item .text {
  line-height: 30px;
  width: calc(100% - 200px);
  padding: 0 30px;
}

.sub-page.career .career-tabs .ik-canvas .item:nth-child(even) .shape {
  float: right;
}

.sub-page.career .career-tabs .ik-canvas .item:nth-child(even) .text {
  text-align: right;
}

.sub-page.career .career-tabs .ik-canvas .item .text {
  height: 200px;
}

.sub-page.career .form {
  margin: 50px 0;
  padding: 10px;
}

.sub-page.career .form .title {
  font-size: 20px;
  font-weight: 700;
  position: relative;
  margin: 20px 0;
}

.sub-page.career .form .title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  height: 2px;
  background: #312783;
  width: 10%;
}

.sub-page.career .form label {
  margin-top: 20px;
  font-size: 12px;
}

.sub-page.career .form label.custom-control-label {
  margin-top: 0;
  margin-bottom: 15px;
  color: #312783;
  font-size: 18px;
}

.sub-page.career .form .custom-control {
  line-height: 25px;
}

.sub-page.career .form .cv-upload input {
  left: -20px;
  opacity: 0;
  padding: 10px;
  position: absolute;
  top: 0;
  z-index: 11111;
  cursor: pointer;
}

.sub-page.career .form .cv-upload {
  font-size: 16px;
  font-weight: 200;
  width: 390px;
  height: 60px;
  padding: 10px 0;
  position: relative;
}

.sub-page.career .form .cv-upload .file-text {
  position: absolute;
  left: 103px;
  top: 2px;
  background: #efefef;
  padding: 6px 25px;
  border: 1px solid;
  cursor: pointer;
}

.sub-page.career .form .cv-upload .file-message {
  position: absolute;
  top: 10px;
  left: 229px;
}

.sub-page.career .form .dropdown {
  width: 100%;
  border: 1px solid #e7e7e7;
}

.sub-page.career .form .form-control,
.sub-page.career .form .dropdown * {
  font-size: 14px;
}

.sub-page.career table.job-list td {
  font-size: 14px;
  padding: 12px 10px;
}

.sub-page.career table.job-list thead th {
  font-size: 14px;
  padding: 20px 10px;
  background: #312783;
  color: white;
}

.sub-page.career table.job-list tr.active {
  background: #312783;
  color: white;
}

.sub-page.career table.job-list tr.active .btn {
  color: white;
  transform: rotate(90deg);
}

.sub-page.career table.job-list .job-detail {
  border: 2px solid #312783;
  padding: 40px 20px;
  margin: -15px -10px 0 -10px;
}

.sub-page.career #job-list_filter input {
  padding: 5px;
  border: 1px solid #e7e7e7;
  outline: none;
  box-shadow: none;
  border-radius: 2px;
}

.video-js {
  width: 100%;
  height: 450px;
}

.sub-page.contact .title-wrapper:before {
  display: none;
}

.sub-page.contact h4 {
  position: relative;
  margin: 15px 0;
  padding-left: 20px;
}

.sub-page.contact h4:after {
  content: "";
  width: 10%;
  height: 3px;
  background: #e30613;
  position: absolute;
  left: 0;
  bottom: -5px;
}

.sub-page.contact .image {
  background-size: cover;
  display: block;
  cursor: pointer;
  position: relative;
}

.sub-page.contact .image:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #312783;
  top: 0;
  left: 0;
  mix-blend-mode: lighten;
}

.sub-page.contact .col-md-6 i {
  color: #e30613;
}

.sub-page.contact .map-link {
  display: block;
  height: 315px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  background: #312783;
}

.sub-page.contact .map-link:hover .image {
  opacity: 0.5;
}

.sub-page.contact .map-link:hover .hover-image {
  opacity: 1;
}

.sub-page.contact .map-link .place-text {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  z-index: 1;
  font-size: 2em;
  margin: 0 0 0 1em;
  line-height: 100%;
}

.sub-page.contact .map-link .image {
  background-color: #2867b2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s ease;
}

.sub-page.contact .map-link .hover-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s ease;
  opacity: 0;
  background-color: #312783;
}

.sub-page.contact .map-link .hover-image img {
  mix-blend-mode: luminosity;
  opacity: 0.5;
}

.sub-page .content .sustainability-canvas {
  background: url(../img/s-bg.png) no-repeat center center;
  background-size: contain;
  height: 350px;
}

.sub-page .content .sustainability-canvas .text {
  width: 65%;
  padding-left: 50px;
  margin-top: -30px;
}

/* Why exacons sub page*/

.sub-page.why-exacons .content .why-exacons-graph .item {
  display: block;
  clear: both;
  margin: 70px 0;
  height: 100px;
}

.sub-page.why-exacons .content p:first-child {
  font-weight: 500;
  font-size: 110%;
}

.sub-page.why-exacons .content .why-exacons-graph .item .text {
  height: 100px;
  line-height: 150%;
}

.sub-page .content .why-exacons-graph .item:nth-child(odd) .icon {
  width: 20%;
  float: left;
  text-align: center;
}

.sub-page.why-exacons .content .why-exacons-graph .item .icon {
  text-align: center;
  font-weight: 700;
}

.sub-page.why-exacons .content .why-exacons-graph .item .icon .icon-text {
  position: relative;
  top: -20px;
  width: 100%;
  text-align: center;
}

.sub-page.why-exacons .why-exacons-graph .item:nth-child(odd) .text {
  background: url(../img/why-exacons-line.svg) no-repeat left center;
  background-size: contain;
  padding: 0 0 0 50px;
  width: 80%;
  float: left;
}

.sub-page .content .why-exacons-graph .item:nth-child(even) .icon {
  width: 20%;
  float: right;
  text-align: center;
}

.sub-page.why-exacons .why-exacons-graph .item:nth-child(even) .text {
  background: url(../img/why-exacons-line-reverse.svg) no-repeat right center;
  background-size: contain;
  padding: 0 15px 0 50px;
  width: 80%;
  float: right;
}

.sub-page.why-exacons .why-exacons-graph h4 {
  color: #e30613;
  font-size: 20px;
  font-weight: 700;
}

.sub-page.why-exacons .why-exacons-graph .why-exacons-result {
  width: 77%;
  margin: 10px auto;
  display: block;
  background: url(../img/why-exacons-result-bg.svg) no-repeat center center;
  background-size: contain;
  height: 70px;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  color: #e30613;
  padding-top: 20px;
}

/* .sub-page.why-exacons .why-tabs {} */

.sub-page.why-exacons .why-tabs .tab-content {
  border: 2px solid #312783;
  padding: 30px 50px;
  margin-top: 10px;
}

.sub-page.why-exacons .why-tabs .tab-content h4 {
  position: relative;
  margin-bottom: 20px;
}

.sub-page.why-exacons .why-tabs .tab-content h4:after {
  content: "";
  background: white;
  height: 5px;
  width: 80px;
  margin: 0 auto;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -7px;
}

.sub-page.why-exacons .why-tabs .tab-content .list ul {
  padding: 0;
}

.sub-page.why-exacons .why-tabs .nav-tabs {
  border: 0;
}

.sub-page.why-exacons .why-tabs .nav-tabs .nav-item a {
  height: 400px;
  border: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  text-align: center;
  position: relative;
  padding-top: 50%;
  border-radius: 0;
  transition: 0.2s ease;
}

.sub-page.why-exacons .why-tabs .nav-tabs .nav-item a:before {
  content: "\f107";
  font-family: "Line Awesome Free";
  font-weight: 900;
  color: white;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-size: 20px;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: 10px;
}

.sub-page.why-exacons .why-tabs .nav-tabs .nav-item a:after {
  content: "";
  width: 15%;
  height: 5px;
  background: white;
  position: absolute;
  right: 0;
  left: 0;
  margin: 30px auto 0 auto;
}

.sub-page.why-exacons .why-tabs .nav-tabs .nav-item a.active {
  box-shadow: 0px 10px 0px 0px #312783;
}

.sub-page.why-exacons .why-tabs .nav-tabs .nav-item a:hover {
  box-shadow: 0px 10px 0px 0px #312783;
}

.sub-page.why-exacons .why-tabs .nav-tabs .nav-item {
  width: 32%;
}

.sub-page.why-exacons .why-tabs .tab-inside-info {
  height: 200px;
  width: 100%;
  background: url(../img/why-tab-inside-bg.jpg) no-repeat center center;
  background-size: cover;
  color: white;
  margin: 50px auto;
}

.sub-page.why-exacons .why-tabs .tab-inside-info p {
  margin: 0;
  text-align: center;
}

/* Our boards sub page */

.sub-page.our-boards .our-boards-list {
  width: 100%;
  display: block;
  clear: both;
}

.sub-page.our-boards .our-boards-list .item {
  width: 100%;
  margin: 15px 0;
  clear: both;
  height: 70px;
}

.sub-page.our-boards .our-boards-list .item:nth-child(odd) .title {
  float: left;
  background: #312783;
  width: 20%;
  height: 70px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  color: white;
  position: relative;
  font-weight: 700;
  padding: 20px;
}

.sub-page.our-boards .our-boards-list .item:nth-child(odd) .title:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  background: #e30613 url(../img/x-gray-icon.svg) no-repeat center center;
  background-size: 25px 25px;
  right: -30px;
  top: 5px;
  border: 10px solid white;
}

.sub-page.our-boards .our-boards-list .item:nth-child(odd) .description {
  float: left;
  background: none;
  width: 80%;
  height: 70px;
  background: #e7e7e7;
  border-top-right-radius: 35px;
  border-bottom-right-radius: 35px;
  line-height: 20px;
  padding: 0 40px 0 40px;
}

.sub-page.our-boards .our-boards-list .item:nth-child(even) .title {
  float: right;
  align-items: flex-end;
  background: #312783;
  width: 20%;
  height: 70px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  color: white;
  position: relative;
  font-weight: 700;
  padding: 20px;
}

.sub-page.our-boards .our-boards-list .item:nth-child(even) .title div {
  text-align: right;
  width: 100%;
}

.sub-page.our-boards .our-boards-list .item:nth-child(even) .title:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  background: #e30613 url(../img/x-gray-icon.svg) no-repeat center center;
  background-size: 25px 25px;
  left: -30px;
  top: 5px;
  border: 10px solid white;
}

.sub-page.our-boards .our-boards-list .item:nth-child(even) .description {
  float: right;
  background: none;
  width: 80%;
  height: 70px;
  background: #e7e7e7;
  border-top-left-radius: 35px;
  border-bottom-left-radius: 35px;
  line-height: 20px;
  padding: 0 40px 0 40px;
}

.sub-page.our-boards .our-boards-list .item:nth-child(even) .description div {
  width: 100%;
  text-align: right;
}

/* Board message */

.sub-page.content .leadership {
  width: 66% !important;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0 auto;
  display: block;
}

.sub-page .members {
  margin: 0 auto;
}

.sub-page .members>.row {
  justify-content: center;
}

.sub-page .members .member a.linkedin {
  color: white;
  font-size: 20px;
  background: #2867b2;
  border-radius: 2px;
  position: relative;
  top: 2px;
  margin-left: 10px;
}

.sub-page .members .member {
  margin: 0 auto;
  text-align: center;
  padding: 10px;
  transition: 0.5s ease;
  cursor: pointer;
}

.sub-page .members .member:hover {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.sub-page .members .member .image {
  transition: 1s ease;
}

.member-detail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.member-detail .modal-header {
  background: none;
  border-radius: 0;
}

.member-detail .modal-header button {
  color: #e30613;
  background: white;
  opacity: 1;
  border-radius: 0;
  border: 0;
}

.member-detail .modal-header {
  background: none;
  border: 0;
}

.member-detail .modal-content {
  border: none;
  background: none;
}

.member-detail .modal-body {
  background: white;
}

.sub-page .members .member .image img {
  width: 100%;
  mix-blend-mode: lighten;
}

.sub-page .members .member .image:hover {
  background: none !important;
}

.sub-page .members .member .image.red {
  background: #e30613;
}

.sub-page .members .member .image.blue {
  background: #2867b2;
}

.sub-page .members .member .icon {
  border-radius: 100%;
  width: 50px;
  height: 50px;
  background: #312783;
  text-align: center;
  margin: -30px auto 10px auto;
  position: relative;
}

.sub-page .members .member .text p {
  margin: 0;
  line-height: 150%;
  text-align: center;
}

.sub-page .members .member .icon img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 40px;
  height: 40px;
  margin: 0 auto;
}

.sub-page .leadership {
  text-align: center;
  margin: 30px auto;
}

.sub-page .leadership img {
  width: 77%;
  margin: 0 auto;
}

/* Media logo page */

.sub-page.media-page.logo .colors .color {
  height: 100px;
  width: 100%;
}

.sub-page.media-page.logo .colors .blue {
  height: 100px;
  width: 100%;
  background: #312783;
}

.sub-page.media-page.logo .colors span {
  display: inline-block;
  width: 60px;
}

.sub-page.media-page.logo .colors p {
  margin: 0;
}

.sub-page.media-page.logo .logo-download {
  margin: 0 0 50px 0;
}

.sub-page.media-page.logo .logo-download .logo-inside {
  width: 100%;
  height: 300px;
  border: 2px solid #e7e7e7;
  text-align: center;
}

.sub-page.media-page.logo .logo-download img {
  width: 66%;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0 auto;
}

.sub-page.media-page.logo .logo-download a {
  display: block;
  width: 100%;
  text-decoration: underline;
}

/* Media corporate identity */

.sub-page.media-page.corporate-identity .identity {
  height: 300px;
  width: 100%;
  color: white;
  font-weight: 600;
}

.sub-page.media-page.corporate-identity .identity img {
  width: 50%;
  margin: 0 auto;
}

.sub-page.media-page.corporate-identity .identity a {
  color: white;
  text-decoration: none;
}

/* Media press release */

.sub-page.media-page.press .releases .item {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 40px;
}

.sub-page.media-page.press .releases .item {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 40px;
}

/* News page */

.sub-page.news .main-news {
  margin: 0;
}

.sub-page.news .news-item {
  height: 280px;
}

.sub-page.news .news-item .shape {
  background-size: contain;
}

.sub-page.news .news-item:hover .shape {
  background-size: contain;
}

.sub-page.news .news-item .text {
  width: 77%;
  font-size: 18px;
  color: #1f1f1f;
}

/* News detail page */

.sub-page.news-detail .content,
.sub-page.news .content {
  min-height: auto;
}

.sub-page.news-detail .news-carousel .item img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
}

.sub-page.news-detail .news-carousel .owl-thumbs {
  bottom: 0;
  left: 0;
  display: table;
  width: 100%;
  text-align: left;
  padding: 10px 0;
}

.sub-page.news-detail .news-carousel .owl-thumb-item {
  display: table-cell;
  border: none;
  background: none;
  padding: 0;
  opacity: 0.5;
  margin-right: 5px;
}

.sub-page.news-detail .news-carousel .owl-thumb-item img {
  width: 80px;
  height: auto;
}

.sub-page.news-detail .news-carousel .owl-thumb-item.active {
  opacity: 1;
}

.sub-page.news-detail .content .linkedin {
  background: #2867b2;
  color: white;
  padding: 2px 6px;
  border-radius: 3px;
  display: block;
  font-size: 18px;
  width: 30px;
  height: 30px;
  margin-top: -30px;
  position: relative;
}

/* Sustainability detail page */

.collapse-title {
  position: relative;
  -webkit-appearance: initial;
}

.collapse {
  overflow: hidden;
}

.sustaiability-components .title .collapse-title::after {
  color: white !important;
}

.collapsed .collapse-title::after {
  content: "\f107" !important;
  font-family: "Line Awesome Free";
  font-weight: 900;
  color: #616161;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-size: 20px;
  position: absolute;
  right: -15px;
  top: 7px;
}

.collapse-title::after {
  content: "\f106";
  font-family: "Line Awesome Free";
  font-weight: 900;
  color: #616161;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-size: 20px;
  position: absolute;
  right: -15px;
  top: 7px;
  transition: 0.1s ease;
}

.collapse-title.collapsed::after {
  transform: rotate(180deg);
}

.sustainability-detail .icons {
  text-align: center;
}

.sustainability-detail .icons div {
  padding: 0 50px;
}

.sustainability-detail .icons div p {
  font-weight: 700;
  font-size: 13px;
  line-height: 150%;
  text-align: center;
}

.sustainability-detail .keywords ul {
  list-style: none;
  padding: 0;
}

.sustainability-detail .keywords ul li {
  position: relative;
  padding-left: 50px;
  border-left: 1px solid #e7e7e7;
}

.sustainability-detail .keywords ul li:before {
  position: absolute;
  left: 0;
  top: 13px;
  content: "";
  background: #e7e7e7;
  height: 2px;
  width: 20px;
}

.sustainability-detail .keywords ul li:after {
  position: absolute;
  left: 20px;
  top: 10px;
  content: "";
  background: #e7e7e7;
  height: 8px;
  width: 8px;
  border-radius: 100%;
}

.sustainability-detail .arrow {
  height: 100%;
  width: 20%;
  text-align: center;
}

.sustainability-detail .arrow img {
  width: 70%;
}

.sustainability-detail .keyword-list {
  height: 100%;
  width: 80%;
}

.sustaiability-components {
  border: 2px solid #312783;
  margin: 20px 0;
}

.sustaiability-components .title {
  color: white;
  padding: 15px 30px;
  background: #312783;
}

.sustaiability-components .inside {
  padding: 30px;
}

.sifir-kaza-hedefi {
  background: url(../img/sifir-kaza-hedefi.png) no-repeat center center;
  height: 375px;
  width: 100%;
  background-size: contain;
  display: flex;
}

.sifir-kaza-hedefi p {
  width: 50%;
  margin: auto 0 auto 35px;
  text-align: left;
}

.kurumsal-sec-farkindaligi {
  background: url(../img/kurumsal-sec-farkindaligi.png) no-repeat center center;
  height: 350px;
  width: 100%;
  background-size: contain;
  display: flex;
  flex-direction: column;
}

.kurumsal-sec-farkindaligi p {
  width: 50%;
  margin: auto 0 auto 35px;
  text-align: left;
  color: white;
}

.kurumsal-sec-farkindaligi p a {
  color: white;
  font-weight: bold;
}

.sub-page .kisisel-veri-item {
  background: url(../img/kisisel-veri-bg.svg) no-repeat right center;
  background-size: contain;
  border: 2px solid #e7e7e7;
  margin: 10px 0;
  padding: 20px 20px;
  width: 100%;
  display: block;
  color: #1f1f1f;
  font-weight: 400;
  cursor: pointer;
}

.sub-page .kisisel-veri-item p {
  width: 50%;
  margin: 0;
  text-align: left;
}

.hamburger {
  display: none;
}

.owl-thumb-item img {
  width: 80px;
  height: 80px;
}

.owl-thumbs {
  position: relative;
  display: table;
  width: 100%;
  text-align: left;
}

.owl-thumb-item {
  display: table-cell;
  border: none;
  background: none;
  padding: 0;
  opacity: 0.4;
  margin-right: 10px;
}

.owl-thumb-item.active {
  opacity: 1;
}

.main-news .news-carousel {
  position: relative;
}

.main-news .news-carousel .owl-nav {
  top: 45%;
}

.main-news .news-carousel .owl-nav .owl-next,
.main-news .news-carousel .owl-nav .owl-prev {
  position: absolute;
  background: #095a92;
  color: white;
  padding: 10px 5px !important;
  display: inline-block;
  top: 33%;
  font-size: 1.2em;
}

.main-news .news-carousel .owl-nav .owl-next {
  right: 0;
}

.main-news .news-carousel .owl-nav .owl-prev {
  left: 0;
}

.news-carousel-sub {
  position: relative;
}

.news-carousel-sub .owl-nav {
  top: 45%;
}

.news-detail .news-carousel-sub .owl-nav .owl-next,
.news-detail .news-carousel-sub .owl-nav .owl-prev {
  position: absolute;
  background: #312783;
  color: white;
  padding: 10px 5px !important;
  display: inline-block;
  top: 33%;
  font-size: 1.2em;
}

.news-carousel-sub .owl-nav .owl-next {
  right: 0;
}

.news-carousel-sub .owl-nav .owl-prev {
  left: 0;
}

.slider-carousel-sub {
  position: relative;
}

.sub-page .slider-carousel-sub .owl-nav {}

.sub-page .slider-carousel-sub .owl-nav .owl-next,
.sub-page .slider-carousel-sub .owl-nav .owl-prev {
  position: absolute;
  background: #312783;
  color: white;
  padding: 10px 5px !important;
  display: block;
  top: 0;
  bottom: 0;
  height: 50px;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 1.5em;
  color: white;
  background: #2867b2;
}

.sub-page .slider-carousel-sub .owl-nav .owl-next {
  right: 0;
}

.sub-page .slider-carousel-sub .owl-nav .owl-prev {
  left: 0;
}

.sub-page .expertise-detail {
  background: #efefef;
  padding: 0 15px;
}

.sub-page .expertise-detail .col-md-3 {
  background: #e7e7e7;
  padding: 0 15px;
}

.page-link {
  color: #616161;
}

.page-link:hover {
  color: #000000;
}

/* page loader (start) */

.post-loader-area {
  position: relative;
  left: 50%;
  margin-left: -12px;
  float: left;
}

.post-loader-area .loader {
  position: relative;
  width: 24px;
  height: 24px;
  margin-bottom: 76px;
}

.post-loader-area .loader .chevron {
  position: absolute;
  width: 28px;
  height: 8px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  -webkit-animation: move 3s ease-out infinite;
  animation: move 3s ease-out infinite;
}

.post-loader-area .loader .chevron:first-child {
  -webkit-animation: move 3s ease-out 1s infinite;
  animation: move 3s ease-out 1s infinite;
}

.post-loader-area .loader .chevron:nth-child(2) {
  -webkit-animation: move 3s ease-out 2s infinite;
  animation: move 3s ease-out 2s infinite;
}

.post-loader-area .loader .chevron:before,
.post-loader-area .loader .chevron:after {
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #e33530;
}

.post-loader-area .loader .chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.post-loader-area .loader .chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

@-webkit-keyframes move {
  25% {
    opacity: 1;
  }

  33% {
    opacity: 1;
    transform: translateY(30px);
  }

  67% {
    opacity: 1;
    transform: translateY(40px);
  }

  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}

@keyframes move {
  25% {
    opacity: 1;
  }

  33% {
    opacity: 1;
    transform: translateY(30px);
  }

  67% {
    opacity: 1;
    transform: translateY(40px);
  }

  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}

.post-loader-area .loader .text {
  display: block;
  margin-top: 0px;
  margin-left: -27px;
  position: relative;
  top: 68px;
  font-size: 12px;
  color: #e33530;
  white-space: nowrap;
  opacity: 0.25;
  -webkit-animation: pulse 2s linear alternate infinite;
  animation: pulse 2s linear alternate infinite;
}

@-webkit-keyframes pulse {
  to {
    opacity: 1;
  }
}

@keyframes pulse {
  to {
    opacity: 1;
  }
}

/* page loader (end) */

.sub-page.news-detail .news-carousel-sub img {
  position: relative;
}

.sub-page.news-detail .news-carousel-sub .item {
  position: relative;
}

.sub-page.news-detail .news-carousel-sub .item:before {
  content: "";
  background: #312783;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  mix-blend-mode: lighten;
}

.main-menu-area2 {
  display: none;
}

@media (min-width: 100px) and (max-width: 768px) {
  .main-menu-area2 {
    display: block;
    font-size: 29px;
    position: absolute;
    right: 0;
    top: 7px;
    width: 10%;
    padding-left: 14px;
  }

  header .white-bg {
    display: none;
  }

  header>.d-flex>.flex-grow-1 {
    display: none;
  }

  footer .right-area .main-menu-area {
    display: none;
  }

  .sub-page .kisisel-veri-item {
    background-size: 50%;
    padding: 0px 0 3px 10px;
  }

  .sub-page .kisisel-veri-item p {
    width: 50%;
    margin: 0;
    text-align: left;
    line-height: 1.7;
    font-size: 12px;
    height: 98px;
    padding-top: 4px;
  }

  .sub-page.our-values .graph .values-title img {
    position: relative;
    top: -20px;
  }

  .cookie-fixed .cookie-text {
    width: 100%;
    margin-bottom: 10px;
  }

  .cookie-fixed .cookie-close {
    width: 100%;
  }

  header .menu {
    height: 0;
    overflow-y: auto;
    transition: 0.5s ease-in-out;
    border-radius: 5px;
    padding: 5px;
  }

  header .menu.open {
    height: 50vh;
    opacity: 1;
  }

  .hamburger {
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 2em;
    align-items: center;
    width: 60px;
    height: 60px;
    justify-content: center;
  }

  header {
    padding: 10px;
    overflow: hidden;
  }

  header .logo {
    width: 75%;
    height: auto;
  }

  header .menu ul li ul li {
    display: block;
  }

  header .menu .header-top-menu ul li>ul {
    display: none !important;
  }

  header .menu .header-top-menu {
    width: 100%;
    text-align: center;
    height: 40px;
    padding: 5px;
    top: 20px;
    border-radius: 5px 5px 0 0;

  }

  header .menu:before {
    display: none;
  }

  header .menu {
    padding: 0;
    margin-top: 0;
  }

  header .menu ul li a {
    display: block;
    padding: 10px 7px;
    font-weight: 500;
    width: 100%;
  }



  header .menu ul li ul.open {
    visibility: visible !important;
    display: block !important;
    max-height: 500px !important;
  }

  header .menu .header-top-menu ul {
    padding: 0;
  }

  header .menu>ul>li>a:hover {
    border: 0;
  }

  header .menu>ul>li {
    padding: 0 5px !important;
    float: none;
  }

  header .menu ul li ul:focus {
    border: 1px solid red;
  }

  header .menu>ul>li {
    border-bottom: 1px solid white;
  }

  header .menu ul li.has-children>a:after {
    right: 0;
    top: 13px;
    display: none;
  }

  header .menu .header-top-menu ul li a {
    padding: 3px 5px;
  }

  div.sub-page {
    padding-top: 60px;
  }

  .sub-page .title-wrapper {
    height: 100px;
  }

  .sub-page .title-wrapper .title {
    font-size: 1.5em;
  }

  .sustainability-detail .icons div {
    padding: 0 25px;
  }

  .projects-boxes .selects-area {
    float: left;
  }

  footer {
    margin-top: 25px;
  }

  footer .right-area .menu ul {
    padding: 0;
  }

  footer .right-area .menu ul li {
    display: block;
    text-align: center;
    padding: 0;
  }

  footer .right-area .menu .lang a {
    border: 0;
    margin: 0;
    padding: 2px 3px;
  }

  footer .right-area .menu .lang {
    display: block;
  }

  footer .right-area .menu.top ul li:last-child {
    border: 0;
    padding: 0;
  }

  section.slider .item-text .small-text {
    width: 95%;
    font-size: 14px;
  }

  section.slider .item-text {
    padding-left: 10px;
    width: 80%;
  }

  section.slider .item-text .big-text {
    font-size: 1em;
  }

  section.slider .item-text .big-text .bigger {
    font-size: 1.2em;
  }

  /* section.slider .owl-dots {
        top: 37%;
    } */
  section.slider .text-wrapper {
    width: 100%;
    padding: 15px;
  }

  section.main-news .nav {
    margin-top: 20px;
  }

  section.main-news .news-item {
    margin: 10px auto;
    height: 200px;
  }

  section.main-news .news-item .text {
    width: 50%;
  }

  section.main-news {
    height: 100%;
  }

  section.box-area {
    height: 100%;
    padding: 50px 0;
  }

  section.box-area .box {
    margin: 10px 0;
  }

  section.activity-area {
    height: 100%;
    position: relative;
  }

  section.box-area .title-wrapper {
    padding: 0;
  }

  section.activity-area .activity-boxes .box {
    width: 100% !important;
    float: none;
    display: block;
  }

  section.activity-area .activity-boxes .box .activity-title {
    float: none;
  }

  section.activity-area:after {
    height: 100%;
  }

  .main-title {
    margin: 30px 0;
  }

  section.expertise {
    height: 100%;
  }

  section.expertise .text-area .description {
    width: 100%;
  }

  section.expertise .box .expertise-title,
  section.expertise .box.box-right .expertise-title {
    font-size: 18px;
    position: relative;
    text-align: center;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 100%;
    clear: both;
    float: none;
    display: block;
    padding: 0;
  }

  section.expertise .box {
    display: block;
    float: none;
    margin: 50px auto;
    clear: both;
  }

  section.expertise .box.box-right {
    display: block;
    float: none;
    clear: both;
  }

  section.expertise .container .row .col-md-6:nth-child(2) .box:first-child {
    margin-top: 0;
  }

  section.expertise {}

  section.expertise .red-btn {
    width: 88%;
    margin: 0 auto;
    display: block;
    text-align: center;
  }

  section.projects {
    height: 100%;
    padding: 20px;
  }

  section.projects .projects-inner {
    padding: 0;
    background-size: cover;
    background-position: center center;
  }

  section.projects .projects-box {
    padding: 20px 0;
  }

  footer .right-area {
    width: 100%;
    float: none;
    text-align: center;
  }

  footer .right-area .menu.middle a.linkedin {
    display: block;
    width: 50px;
    margin: 0 auto;
  }

  section.projects .markers .marker.big {
    right: 25%;
    top: 5%;
  }

  footer .right-area .menu.bottom {
    text-align: right;
  }

  footer .right-area .menu.bottom ul {
    margin-bottom: 2px;
  }

  footer .right-area .menu.bottom ul li {
    text-align: right;
  }

  section.projects .text-box {
    margin-top: 0;
  }

  header .menu ul li ul {
    position: relative;
    margin: 0;
    width: 100%;
  }

  header .menu>ul {
    background: none;
    display: block;
    padding: 0;
    margin-top: 70px;
  }

  header .menu .header-top-menu:before {
    display: none;
  }

  .sub-page .submenu {
    border: 2px solid #312783;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .sub-page .submenu ul {
    border: 0;
  }

  .sub-page .select-status .dropdown.bootstrap-select {
    width: 100% !important;
    margin: 2px 0;
  }

  .sub-page.career .videos .video {
    width: 100%;
    height: auto;
    margin: 2px 0;
  }

  .sub-page.career .videos .video .title {
    padding: 0 20px;
    left: 0;
  }

  .sub-page.career .career-box {
    padding: 20px 0;
  }

  .sub-page.career .career-box .desc {
    width: 66%;
    font-size: 10px;
    line-height: 10px;
    padding: 0 30px;
    display: flex;
    margin-bottom: 5px;
  }

  .sub-page.career .career-box .desc p {
    height: 127px;
    overflow: scroll;
  }

  .sub-page.our-story .our-story-timeline .year .desc {
    font-size: 12px;
    line-height: 1.3;
  }

  .sub-page.career .career-box .title {
    line-height: 130%;
    font-size: 30px;
    height: 119px;
  }

  .sub-page.career .career-tabs .nav {
    margin-bottom: 20px;
  }

  .sub-page.career .career-tabs .nav-item {
    width: 50%;
  }

  .sub-page.career .career-tabs .nav-item a {
    padding: 10px !important;
  }

  .sub-page.career .basvuru-link {
    padding: 10px;
  }

  .sub-page.board .members .member .image img {
    width: 50%;
  }

  .sub-page.board .members .member {
    margin: 20px 0;
  }

  .sub-page.board .leadership img {
    width: 100%;
  }

  .sub-page.our-values .graph .values .value .icon img {
    position: relative;
    left: -20px;
    width: 80px;
  }

  .sub-page.why-exacons .our-story-canvas .text {
    width: 100%;
    padding-left: 0;
  }

  .sub-page.why-exacons .our-story-canvas .text .h5 {
    text-align: left;
    padding-left: 50px;
  }

  .sub-page.why-exacons .our-story-canvas {
    height: auto;
    margin-top: 100px;
  }

  .sub-page.why-exacons .our-story-canvas .gray {
    display: none;
  }

  .sub-page.why-exacons .our-story-canvas .blue {
    display: none;
  }

  .sub-page.media-page.corporate-identity .red-btn {
    margin-top: 10px;
  }

  .sub-page.career .career-tabs .ik-canvas .item .shape:before {
    width: 160px;
    height: 250px;
  }

  .sub-page.career .career-tabs .ik-canvas .item .shape {
    width: 160px;
    height: 250px;
  }

  .sub-page.career .career-tabs .ik-canvas .item .text {
    line-height: 20px;
    width: calc(100% - 160px);
    padding: 0 5px;
    font-size: 12px;
    height: 250px;
  }

  .sub-page.career table.job-list {
    overflow-x: scroll;
  }

  .sub-page.career table.job-list td {
    font-size: 11px;
    padding: 5px 5px;
  }

  .sub-page.career .form .dropdown {
    margin: 10px 0;
  }

  .sub-page.our-boards .our-boards-list .item {
    height: 150px;
  }

  .sub-page.our-boards .our-boards-list .item:nth-child(odd) .description {
    height: 150px;
    width: 60%;
    font-size: 12px;
    padding: 0 15px 0 30px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
  }

  .sub-page.our-boards .our-boards-list .item:nth-child(odd) .title {
    height: 150px;
    width: 40%;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
  }

  .sub-page.our-boards .our-boards-list .item:nth-child(even) .description {
    height: 150px;
    width: 60%;
    font-size: 12px;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
  }

  .sub-page.our-boards .our-boards-list .item:nth-child(even) .title {
    height: 150px;
    width: 40%;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
  }

  .sub-page.our-boards .our-boards-list .item:nth-child(odd) .title:after {
    top: 50px;
  }

  .sub-page.our-boards .our-boards-list .item:nth-child(even) .title:after {
    top: 40px;
  }

  .sub-page.why-exacons .why-tabs .nav-tabs .nav-item a {
    height: 125px;
    line-height: 111%;
    padding: 5px;
  }

  .sub-page.why-exacons .why-exacons-graph .why-exacons-result {
    width: 100%;
    font-size: 20px;
  }

  .sub-page.why-exacons .why-exacons-graph .item:nth-child(even) .text {
    padding: 0 30px 0 0;
  }

  .sub-page.why-exacons .content .why-exacons-graph .item .text {
    font-size: 12px;
    line-height: 16px;
    height: 150px;
  }

  .sub-page.why-exacons .content .why-exacons-graph .item .icon img {
    width: 100%;
  }

  .sub-page.why-exacons .content .why-exacons-graph .item .icon .icon-text {
    top: 10px;
    text-align: right;
    line-height: 100%;
  }

  .sub-page.why-exacons .why-tabs .tab-content {
    padding: 30px 15px;
  }

  .sub-page .content .list ul {
    padding-left: 10px;
  }

  .sub-page .content .sustainability-canvas .text {
    padding-left: 5px;
    margin-top: -100px;
    width: 50%;
  }

  .sub-page .content .sustainability-canvas {
    padding-top: 100px;
  }

  .sub-page.contact .image p {
    top: 60px;
  }

  .sustainability-detail .sifir-kaza-hedefi {
    background: none;
    height: auto;
  }

  .sustainability-detail .sifir-kaza-hedefi p {
    width: 100%;
    margin: 0;
  }

  .sustainability-detail .kurumsal-sec-farkindaligi {
    background: #312783;
    height: auto;
    padding: 20px;
  }

  .sustainability-detail .kurumsal-sec-farkindaligi p {
    width: 100%;
    margin: 0;
  }

  .video-js {
    height: 200px;
  }

  .sub-page .content {
    min-height: auto;
  }

  section.slider .item-text .exacons-logo {
    width: 200px;
    height: 42px;
  }

  section.activity-area .activity-boxes .box .icon {
    position: relative;
    margin: -30px auto 0 auto;
  }

  section.activity-area .activity-boxes .box .activity-title {
    margin-bottom: 20px;
  }

  section.projects .more a {
    white-space: nowrap;
  }

  section.expertise .box.box-left .expertise-title {
    padding-right: 50px;
    text-align: left;
  }

  section.expertise .box.box-right .expertise-title {
    padding-left: 50px;
    text-align: right;
  }

  .sub-page.our-projects .project-detail .project-slider img {
    height: auto;
    object-fit: contain;
  }

  header .menu .lang {
    position: absolute;
    right: 0;
    top: 20px;
    z-index: 5;
    border-left: 0 solid #616161;
    padding-left: 0;
    color: #616161;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  header .menu .lang a {
    color: black;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  header .menu ul li {
    padding-left: 25px;
  }

  header .menu ul li a {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .sub-page.contact .map-link {
    padding: 40% 0 18% 0;
    height: 0;
  }

  section.expertise .box .image img {
    top: 100px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  header .white-bg {
    display: none;
  }

  .sub-page.contact .map-link {
    height: 192px;
  }

  section.expertise .text-area .title {
    font-size: 30px;
  }

  section.expertise .text-area .description strong {
    font-size: 30px;
  }

  section.expertise .box.box-right {
    margin-top: 27%;
  }

  section.expertise .box.box-right .expertise-title {
    position: absolute;
    width: 69%;
  }

  section.expertise .box.box-left .image {
    left: 76%;
    position: relative;
    top: -330px;
  }

  .hamburger {
    height: 100px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  header .menu .lang {
    right: 5px;
    bottom: 32%;
  }

  .sub-page.contact .map-link {
    height: 262px;
  }

  footer .right-area {
    width: 75%;
  }

  /*section.expertise {*/
  /*  height: 100vh;*/
  /*}*/

  section.expertise .box .description {
    margin-top: 32px;
  }

  section.expertise .box .image img {
    /*top: 41px;*/
  }

  section.projects {
    height: 70vh;
  }

  section.box-area {
    height: 70vh;
  }
}

@media (min-width: 768px) {

  header .menu ul li:hover>ul,
  header .menu ul li ul:hover {
    visibility: visible;
    display: block;
    max-height: 500px;
  }
}




/*CUSTOM CSS*/

.title_1{
    font-weight: 400;
    font-size: 20px;
    width: 95%;
}


.title_2{
    font-weight: 600;
    font-size: 15px;
    margin-right: 10px;
    width: 200px;
}

.expertise-right-column{
    margin-top: 130px;
}
