body {
  font-family: 'helvatica', sans-serif;
  font-size: 16px;
  overflow-x: hidden;
}
/* 
.clip-path {
  background:#fff;
  transform: perspective(1px) translateZ(0);
  color:black;
  cursor: pointer;
  transition: 0.4s;
}
.clip-path::before {
  background:rgb(255,90,20);
  clip-path: inset(0 100% 0 0);
  opacity:1;
  transition:0.4s;
}
.clip-path:hover::before {
  clip-path: inset(0 0 0 0);
}
.clip-path:hover {
  color:white;
    box-shadow: 0 0 0 10px rgba(250,250,250,0.1)
} */
a.effect-shine:hover {
  -webkit-mask-image: linear-gradient(-75deg, rgba(255, 16, 16, 0.74) 30%, rgb(255, 40, 40) 50%, rgba(255, 34, 34, 0.966) 70%);
  -webkit-mask-size: 200%;

  animation: shine 2s infinite;
}
.effect-shine:hover{
color: rgba(255, 0, 0, 0.685) !important
}
@-webkit-keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }
  
  to {
    -webkit-mask-position: -50%;
  }
}
h2.effect-underline:after {
  content: '';
  position: absolute;
  left: 10%;
  display: inline-block;
  height: 1em;
  width: 80%;
  border-bottom: 1px solid;
  margin-top: 10px;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0,1);
  transform: scale(0,1);
}

h2.effect-underline:hover:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.effect-underline:after {
  content: '';
  position: absolute;
  left: 25.5%;
  display: inline-block;
  height: 1em;
  width:13%;
  border-bottom: 1px solid;
  margin-top: 10px;
  opacity: 0;
  color: rgb(255, 255, 255);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0,1);
  transform: scale(0,1);
}

.container__img-holder {
  max-width: 280px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
  margin-left: 16px;
  cursor: pointer;
}

.container .container__img-holder:nth-child(3n+1) {
  margin-left: 0;
}

.container__img-holder img {
  
 
  display: block;
}

.cnt{
  background-size: cover;height: 398px !important;background-repeat: no-repeat;
}
/* Popup Styling */
.img-popup {
  position: fixed;
  top: 0;
  z-index: 9999999;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, .5);
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}

.img-popup img {
  max-width: 500px;
  width: 100%;
  opacity: 0;
  transform: translateY(-100px);
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -o-transform: translateY(-100px);
}

.close-btn {
  width: 35px;
  height: 30px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.close-btn .bar {
  height: 4px;
  background: #333;
}

.close-btn .bar:nth-child(1) {
  transform: rotate(45deg);
}

.close-btn .bar:nth-child(2) {
  transform: translateY(-4px) rotate(-45deg);
}

.opened {
  display: flex;
}

.opened img {
  animation: animatepopup 1s ease-in-out .8s;
  -webkit-animation: animatepopup .3s ease-in-out forwards;
}

@keyframes animatepopup {

  to {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }

}

@media screen and (max-width: 880px) {

  .container .container__img-holder:nth-child(3n+1) {
    margin-left: 16px;
  }

}
.effect-underline:hover:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
a:hover {
  color: #ffffffa6 !important;
  cursor: pointer;
}

@font-face {
  font-family: "helvatica-black";
  src: url(" /fonts/HelveticaNeueLTPro-Bd.otf");
}

@font-face {
  font-family: "helvatica-roman";
  src: url(" /fonts/HelveticaNeueLTPro-Roman.otf");
}

@font-face {
  font-family: "helvatica-lt";
  cursor: default;
  src: url(" /fonts/HelveticaNeueLTPro-Lt.otf");
}

@font-face {
  font-family: "helvatica-medium";
  src: url(" /fonts/HelveticaNeueLTPro-Md.otf");
}

@font-face {
  font-family: "helvatica-thin";
  src: url(" /fonts/HelveticaNeueLTPro-Th.otf");
}

@font-face {
  font-family: "helvatica-medium2";
  src: url(" /fonts/HelveticaNeueLTPro-MdCn.otf");
}

.white {
  color: #fff;
}

.black {
  color: rgb(0, 0, 0);
}

.grad {
  width: 500px;
  background-image: url(' /img/4.png');
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}

.grad::after {
  display: block;
  position: relative;
  background-image: linear-gradient(to bottom, rgb(255 255 255 / 0%) 0, #000000 100%);
  height: 362px;
  width: 100%;
  content: '';
}

.grad2 {
  width: 500px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
.pr37{
  padding-right: 37px;
}
.pl26{
  padding-left: 26px;
}
.colorsyh {
  color: #212529 !important;
}

.colorsyh:hover {
  color: #e40019 !important;
}

.grad2::after {
  display: block;
  position: relative;
  background-image: linear-gradient(to bottom, rgb(255 255 255 / 0%) 0, #000000 100%);
  height: 150px;
  width: 100%;
  content: '';
}

.grad3 {
  width: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}

.grad3::after {
  display: block;
  position: relative;
  background-image: linear-gradient(to bottom, rgb(255 255 255 / 0%) 0, #000000 100%);
  height: 170px;
  width: 100%;
  content: '';
}

.grad4 {
  width: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}

.grad4::after {
  display: block;
  position: relative;
  background-image: linear-gradient(to bottom, rgb(255 255 255 / 0%) 0, #000000 100%);
  height: 235px;
  width: 100%;
  content: '';
}

.test-shie {
  cursor: pointer;
}

.test-shine:after {
  content: "";
  position: absolute;
  top: -20%;
  left: -40%;
  width: 20px;
  height: 250px;
  opacity: 0;
  transform: rotate(30deg);
  background: rgba(255, 255, 255, 0.13);
  background: linear-gradient( to right, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0.0) 100%);
}

/* Hover state - trigger effect */

.test-shine:hover:after {
  opacity: 1;
  left: 130%;
  transition-property: left, top, opacity;
  transition-duration: 0.7s, 0.7s, 0.15s;
  transition-timing-function: ease;
}

/* Active state */

.test-shine:active:after {
  opacity: 0;
}

.test-shine2:after {
  content: "";
  position: absolute;
  top: -5%;
  left: 0%;
  width: 20px;
  height: 50px;
  opacity: 0;
  transform: rotate(30deg);
  background: rgba(255, 255, 255, 0.13);
  background: linear-gradient( to right, rgba(255, 255, 255, 0.075) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.171) 92%, rgba(255, 255, 255, 0.0) 100%);
}

/* Hover state - trigger effect */

.test-shine2:hover:after {
  opacity: 1;
  left: 70%;
  transition-property: left, top, opacity;
  transition-duration: 0.7s, 0.7s, 0.15s;
  transition-timing-function: ease;
}

/* Active state */

.test-shine2:active:after {
  opacity: 0;
}
.iconf {
  padding-right: 10px;
  font-size: 24px;
  color: #112031;
}.iconfs {
  padding-right: 10px;
  font-size:14;
  margin-top: 10px;
  color: #112031;
}

.navbar-light .navbar-nav .nav-link {
  color: rgb(255, 255, 255) !important;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: rgb(255, 255, 255) !important;
}

.h-25 {
  height: 25px;
}

.h-250 {
  height: 250px;
}

.h-150 {
  height: 150px;
}

.h-350 {
  height: 350px;
}

.h-450 {
  height: 450px;
}

.about-box-img {
  margin-top: -6%;
}

.about-img-2 {
  /* z-index: -1; */
  margin-left: 6%;
  margin-top: -8%;
  width: 650px;
  position: relative;
}

.vision {
  font-size: 25px;
  /* text-decoration: underline solid red;
  text-underline-offset: 8px; */
  padding-left: 3px;
}

.papers-box-prod {
  background-color: #ffffff;
  /* border: 1px solid #eeeeee; */
  padding-left: 20px;
  border: none !important;
  height: 100%;
  padding: 71px 75px 54px 79px !important;
  box-shadow: -10px -18px 66px 0px #11111133 !important;
}

.h-100 {
  height: 100px !important;
}

.yk-parag {
  text-align: left;
  line-height: 38px;
  font-size: 16px;
  font-family: "helvatica-lt";
  cursor: default;
}

.yk-box-style {
  background-color: rgb(255, 255, 255);
  border-radius: 25px;
  height: 750px;
}

.yk-title {
  text-align: left;
  padding: 19px 23px 13px 0px;
  font-size: 22px;
  font-weight: 400;
  color: #000;
  font-family: "helvatica-thin";
  text-decoration: underline solid rgb(255, 1, 1);
  text-underline-offset: 7px;
}

.bobin-p {
  color: #fff;
  text-align: left !important;
  font-family: "helvatica-lt";
  cursor: default;
}

.redbox-paper {
  background-image: url('img/bobin/redbobin.png');
  background-size: contain;
  padding: 36px 25px 0px 26px;
}

.colors-img {
  margin-top: 40%;
}

.bobin-p2 {
  color: #fff;
  font-family: "helvatica-lt";
  cursor: default;
  text-align: left !important;
}

.ebat-p {
  color: #fff;
  font-size: 14px;
  text-align: left !important;
  font-family: "helvatica-lt";
  cursor: default;
}

.redbox-paper-2 {
  background-image: url(' /img/bobin/redbobin.png');
  height: 450px;
  background-size: contain;
  padding: 6px 11px 4px 22px;
}

.redbox-paper {
  background-image: url(' /img/bobin/redbobin.png');
  background-size: contain;
  padding: 33px 25px 9px 26px;
}

.papers-color {
  background-color: #ffffff;
  /* border: 1px solid #eeeeee; */
  padding-left: 20px;
  border: none !important;
  height: 100%;
  padding: 71px 75px 54px 79px !important;
  box-shadow: -10px -18px 66px 0px #11111133 !important;
}

.bg-about {
  width: 100%;
  background-color: #112031;
  /* height: 738px; */
}
.mt-300 {margin-top: 350px;}
.pro-box {
  font-size: 14px;
  text-align: left !important;
  font-family: "helvatica-lt";
  cursor: default;
}

.bg-about2 {
  width: 100%;
  background-color: #112031;
  height: 2200px;
}

.blue-box-paragraph-2 {
  color: #212121;
  text-align: left;
  font-family: "helvatica-lt";
  cursor: default;
}

.paper-one {
  font-family: "helvatica-lt";
  cursor: default;
  font-size: 25px;
  cursor: default;
  /* text-decoration: underline solid red;
  text-underline-offset: 8px; */
  padding: 10px 10px 10px 20px !important;
}

.mt-550 {
  margin-top: 550px;
}

.about-boxes {
  text-align: left !important;
  margin: 19px;
  font-family: "helvatica-lt";
  cursor: default;
}

.about-boxes2 {
  text-align: left !important;
  margin: 19px;
  font-family: "helvatica-lt";
  cursor: default;
}

.papers-mills-p {
  width: 100%;
  height: 500px;
  margin-top: -38%;
  border-radius: 25px;
  padding: 76px 10px 10px 10px;
  box-shadow: 6px 58px 141px 9px #11111126 !important;
  background-color: rgb(255, 255, 255);
}

.papers-mills-p2 {
  width: 100%;
  height: auto;
  margin-top: -38%;
  padding: 12px !important;
  border-radius: 25px;
  box-shadow: 4px 15px 85px -50px #111111f2 !important;
  background-color: rgb(255, 255, 255);
}

.papers-img-colors {
  margin-top: -17%;
  width: 100%;
}

.papers-img-pink {
  margin-top: -17%;
  width: 100%;
}

.about-blue-box-2 {
  width: 433px;
  background-color: #ffffff;
  height: 402px;
  z-index: 9;
  border-radius: 25px;
  font-family: "helvatica-lt";
  cursor: default;
  margin-left: -27%;
  position: absolute;
  margin-top: -34%;
  /* margin-right: -38%; */
  z-index: 9;
  padding: 48px 20px 20px 20px;
  text-align: left !important;
  float: left;
  /* margin-left: 29%; */
  /* position: relative; */
}

.s-energy:hover {
  color: #ffffffd8 !important;
}

.about-bbox {
  height: 355px;
  margin-top: -25%;
  width: 473px;
  border-radius: 25px;
  background-color: tomato;
  -webkit-box-shadow: 0px 32px 49px -25px #1111116e;
  -moz-box-shadow: 0px 32px 49px -25px #1111116e;
  box-shadow: 0px 32px 49px -25px #1111116e;
}

.kvkks {
  font-size: 19px;
  list-style: none;
  margin-top: 14%;
  line-height: 53px;
}

.iconft {
  padding-right: 10px;
  padding-top: 8px;
  font-size: 16px;
  color: #112031;
}

.referance {
  margin-top: 100px;
  margin-bottom: 100px;
  padding-left: 10%;
  padding-right: 10%;
}

.line-height {
  margin-top: 100px;
  margin-bottom: 50px;
}

.news-content {
  position: relative;
  /* bottom: 0px; */
  z-index: 99;
  font-size: 35px;
  line-height: 32px;
  margin-top: -27%;
  font-family: "helvatica-roman";
  width: 300px;
  color: white;
  /* margin: 10px; */
  margin-left: 10px;
}

.news-content2 {
  position: absolute;
  /* bottom: 0px; */
  z-index: 99;
  line-height: 19px;
  margin-top: -15%;
  width: 138px;
  color: white;
  font-size: 17px;
  /* margin: 10px; */
  margin-left: 10px;
}

.news-content3 {
  position: absolute;
  /* bottom: 0px; */
  z-index: 99;
  margin-top: 3%;
  width: 138px;
  line-height: 19px;
  color: white;
  font-size: 14px;
  /* margin: 10px; */
  margin-left: 10px;
}

.arrow {
  transition: all .4s ease-in-out;
  cursor: pointer;
}

.arrow:hover {
  transform: translate(20px);
  -webkit-transform: translate(20px);
}

.icon-box-two {
  margin-top: -11%;
  margin-left: 6%;
}

.up-box {
  width: fit-content;
  transition: 0.5s;}

.up-box:hover {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.219);
  margin-top: -10px;
}

.icon-box-one {
  margin-top: -8%;
  margin-left: 6%;
}

.power-box {
  font-size: 22px;
  list-style: none;
  background-color: #EFF0F0;
  border-radius: 14px;
  margin-bottom: 12px;
  padding: 30px 0px 31px 0px;
}

.center {
  text-align: center !important;
}

@media (min-width: 1000px) {
  .web-hide {
    display: none !important;
  }
}

@media (max-width: 810px) {
  .mobile-hide {
    display: none !important;
  }
}
.new-height{
  height: 111vh !important;
}

.carousel-item {
  height: 77vh;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.f-container {
  max-width: 1400px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.new-two {
  margin-top: 33%;
  /* margin-left: 6%; */
}

.icon-new {
  padding-right: 17px;
  padding-top: 5px;
  font-size: 27px;
  color: #ffffff;
}

.col3 {
  width: 25%;
  margin-right: 5%;
}

.news-pink-title {
  font-size: 24px;
  font-family: "helvatica-lt";
  cursor: default;
  line-height: 36px;
}

.pink-news {
  width: 100%;
  background-color: #FFBCBC;
  height: 680px;
  border-radius: 30px;
  margin-top: -30%;
  padding: 86px 0px 48px 69px
}

.pink-news-th {
  width: 100%;
  background-color: #ECCFD1;
  height: 680px;
  border-radius: 30px;
  margin-top: -30%;
  padding: 86px 0px 48px 69px
}

.pink-news-two {
  width: 100%;
  background-color: #FA877F;
  height: 680px;
  border-radius: 30px;
  margin-top: 9%;
  padding: 86px 0px 48px 69px;
}

.news-mt-22 {
  margin-top: 22%;
}

.gray {
  width: 100%;
  height: 1500px;
  background-color: #e5e5e5;
}

.gray-bg {
  width: 100%;
  height: 700px;
  background-color: #e5e5e5;
}

.gray-bg-two {
  width: 100%;
  position: relative;
  z-index: -2;
  margin-top: -18%;
  height: 800px;
  background-color: #e5e5e5;
}

.blue-bg {
  width: 100%;
  height: 950px;
  background-color: #112031;
}

.blue-bg-two {
  margin-top: 20%;
  width: 100%;
  height: 450px;
  background-color: #112031;
}
.red{
  color: #e50019;
}
.banner-title {
  font-size: 46px;
  font-weight: 700;
  width: 329px;
  padding-top: 2%;
  padding-left: 57px;
  height: 266px;
  border-width: 11px;
  color: #e50019;
  border-style: solid;
  line-height: 46px;
  /* text-align: center; */
  padding-left: auto;
  margin-left: 16%;
}

.a-gray {
  width: 100%;
  height: 1317px;
  background-color: rgba(153, 153, 153, 0.424);
}

.carousel-indicators li {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 20px;
  border-radius: 111px;
  height: 19px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #e50019;
}

.counter-img {
  height: 100%;
  position: relative;
  z-index: 1;
  margin-left: -17px;
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 123px;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  /* margin-top: -56px; */
  margin-left: 15%;
  list-style: none;
}
.sboxe {
  height:350px  ;
}
.red-text{
  color: #e50019;
}
.btn-color{
  background: #292929;
  border-color: #292929;
  color: #fff;
}
.cookie-consent {
    position: fixed;
    bottom: 8px;
    left: 20px;
    width: 260px;
    padding-top: 7px;
    height: 83px;
    color: #fff;
    line-height: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    background: #292929;
    z-index: 120;
    cursor: pointer;
    border-radius: 3px
}
.bg-red{
  background-color:#e50019 ;
}
.ck-80{
  height: 60px;
}
.ck-btn{
  margin-top: -1.7% !important;
}
.allow-button {
    height: 20px;
    width: 104px;
    color: #fff;
    font-size: 12px;
    line-height: 10px;
    border-radius: 3px;
    border: 1px solid green;
    background-color: green
}
/*  
.bg-cookie{
  background-color:#112031 ;
}
.cookie-btn{
  border-radius: 20px !important;
  margin-top: -1.5%;
  width: 150px;
  background-color: #e50019 !important;
  border: none;
} */
.renk-h::before {  
  transform: scaleX(0);
  transform-origin: bottom right;
}
.cookie{
  padding: 17px 10px 10px 10px;
    height: 79px;
    text-align: center;
    font-family: "helvatica-lt";
    font-size: 18px;
    justify-content: center;
}

.renk-h:hover::before {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.renk-h:hover{
  color: #fff !important;
}
.renk-h::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  inset: 0 0 0 0;

  background: #e5001bb9;
 
  z-index: -1;
  transition: transform .3s ease;
}

.renk-h {
  position: relative;
  font-size: 5rem;
}
.fluid-gray {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.grid {
  grid-template-rows: auto;
  margin-left: 10%;
}

.square-icon {
  margin-left: 20px;
  width: 40px;
}

.square-icon2 {
  margin-left: 23px;
  width: 60px;
}

.square-icon3 {
  margin-left: 20px;
  width: 70px;
}

.urun-paragraphs {
  font-family: "helvatica-lt";
  cursor: default;
  font-size: 16px;
}

.uruns {
  z-index: 9;
  position: absolute;
  margin-left: 40%;
  margin-top: 5%;
  border-radius: 25px;
  width: 30%;
  background-color: #CF2E2E;
  color: #fff;
  padding: 30px;
}

.square-title {
  font-size: 31px;
  position: absolute;
  z-index: 2;
  justify-content: center;
  margin-top: -12.5%;
  color: white;
  margin-left: 7%;
  /* margin-right: auto; */
}

.pdf1png {
  position: absolute;
  z-index: 9;
  margin-top: 9%;
  margin-left: -4%;
}

.more-faaliyet {
  position: absolute;
  z-index: 9;
  margin-top: 16%;
  font-family: "helvatica-lt";
  cursor: default;
  font-size: 15px;
  color: white;
  margin-left: -17%;
}

.years {
  position: absolute;
  z-index: 9;
  margin-left: -17%;
  margin-top: 8%;
  font-family: "helvatica-lt";
  cursor: default;
  font-size: 45px;
  color: white;
}

.years-f {
  padding-left: 11px;
}

.updf2 {
  margin-left: 137%;
  margin-top: -26% !important;
  width: 24px;
}

.ipdf {
  margin-left: 116%;
  margin-top: -24%;
  width: 24px;
}

.tipdf {
  margin-left: 116%;
  margin-top: -24%;
  width: 24px;
}

.inpdf {
  margin-left: 124%;
  margin-top: -24%;
  width: 24px;
}

.itext {
  position: absolute;
  z-index: 9;
  margin-left: -17.5%;
  margin-top: 7%;
  font-family: "helvatica-lt";
  cursor: default;
  font-size: 16px;
  color: white;
}

.h100 {
  height: 100%;
}

.wtext {
  position: absolute;
  z-index: 9;
  margin-left: -17.5%;
  margin-top: 10.5%;
  font-family: "helvatica-lt";
  cursor: default;
  font-size: 16px;
  color: white;
}

a:hover {
  text-decoration: none;
}

.atext {
  position: absolute;
  z-index: 9;
  margin-left: -17.5%;
  margin-top: 8.5%;
  font-family: "helvatica-lt";
  cursor: default;
  font-size: 16px;
  color: white;
}

.mb-yt-img {
  height: 398px;
}

.mt-20 {
  margin-top: 20px;
}

.content-y {
  margin-top: 46%;
  margin-left: 0%;
  font-family: "helvatica-lt";
  cursor: default;
  color: #fff !important;
  justify-content: center;
  align-items: center !important;
}

.content-y2 {
  margin-top: 60%;
  font-family: "helvatica-lt";
  cursor: default;
  margin-left: 26%;
  color: #fff !important;
  justify-content: center;
  align-items: center !important;
}

.content-y3 {
  margin-top: 60%;
  font-family: "helvatica-lt";
  cursor: default;
  margin-left: 30%;
  color: #fff !important;
  justify-content: center;
  align-items: center !important;
}

.ytext {
  position: absolute;
  z-index: 9;
  margin-left: -17.5%;
  margin-top: 10.9%;
  font-family: "helvatica-lt";
  cursor: default;
  font-size: 16px;
  color: white;
}

.stext {
  position: absolute;
  z-index: 9;
  margin-left: -17.5%;
  margin-top: 12.5%;
  font-family: "helvatica-lt";
  cursor: default;
  font-size: 16px;
  color: white;
}

.padd {
  padding-left: 117px;
}

.lows {
  z-index: 9;
  margin-top: -16%;
}

.more-faaliyet2 {
  position: absolute;
  z-index: 9;
  margin-top: 16%;
  font-family: "helvatica-lt";
  cursor: default;
  font-size: 15px;
  color: white;
  margin-left: -14%;
}

.more-faaliyet3 {
  position: absolute;
  z-index: 9;
  margin-top: 10%;
  font-family: "helvatica-lt";
  cursor: default;
  font-size: 15px;
  color: white;
  margin-left: -13%;
}

.red-more {
  position: absolute;
  z-index: 9;
  margin-top: 10%;
  font-family: "helvatica-lt";
  cursor: default;
  font-size: 16px;
  color: white;
  margin-left: -13%;
}

.more-faaliyet4 {
  position: absolute;
  z-index: 9;
  margin-top: 17%;
  font-family: "helvatica-lt";
  cursor: default;
  font-size: 15px;
  color: white;
  margin-left: -12%;
}

.more-faaliyet8 {
  position: absolute;
  z-index: 9;
  margin-top: 17%;
  font-family: "helvatica-lt";
  cursor: default;
  font-size: 15px;
  color: white;
  margin-left: -18%;
}

.b-ok {
  margin-left: 10px;
}

.left-10 {
  margin-left: 20px;
}

.years-p2 {
  position: absolute;
  z-index: 9;
  margin-left: -17%;
  margin-top: 10%;
  font-family: "helvatica-lt";
  cursor: default;
  font-size: 20px;
  color: white;
}

.more-faaliyet9 {
  position: absolute;
  z-index: 9;
  margin-top: 17%;
  font-family: "helvatica-lt";
  cursor: default;
  font-size: 15px;
  color: white;
  margin-left: -13%;
}

.ütext {
  position: absolute;
  z-index: 9;
  margin-left: -17.5%;
  margin-top: 9.5%;
  font-family: "helvatica-lt";
  cursor: default;
  font-size: 16px;
  color: white;
}

.dtext {
  position: absolute;
  z-index: 9;
  margin-left: -17.5%;
  margin-top: 11.99%;
  font-family: "helvatica-lt";
  cursor: default;
  font-size: 16px;
  color: white;
}

.btext {
  position: absolute;
  z-index: 9;
  margin-left: -17.5%;
  margin-top: 14.5%;
  font-family: "helvatica-lt";
  cursor: default;
  font-size: 16px;
  color: white;
}

.years-p {
  position: absolute;
  z-index: 9;
  margin-left: -17%;
  margin-top: 11%;
  font-family: "helvatica-lt";
  cursor: default;
  font-size: 20px;
  color: white;
}

.mt-200 {
  margin-top: 200px;
}

.contact-spn {
  font-size: 22px;
  padding-top: 10px;
  font-family: "helvatica-lt";
  cursor: default;
}

.contact-wbox {
  background: rgb(255, 255, 255);
  width: 81%;
  height: 924px;
  font-family: "helvatica-lt";
  cursor: default;
  border-radius: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 69px 40px 30px 40px;
  margin-top: 12%;
  /* position: absolute; */
  z-index: 9;
}

.contact-title-one {
  text-align: center !important;
}

.mt-350 {
  height: 350px;
}

.maps-icon {
  margin-left: 28%;
  width: 40px;
  margin-bottom: 9px;
  margin-top: 40px;
}

.maps-title {
  margin-left: 25%;
  margin-bottom: 60px;
}

.contact-konya {
  font-size: 26px;
  font-family: "helvatica-lt";
  cursor: default;
  color: #fff;
  text-decoration: underline solid rgba(255, 255, 255, 0.404);
  text-underline-offset: 8px;
  margin-top: 50px;
}

.pink-bg {
  width: 100%;
  height: 850px;
  background-color: #FA877F !important;
}

.image-box img {
 
  transition: all 0.3s;
  display: block;
  transform: scale(1);
}

.image-box:hover img {
  transform: scale(1.1);
}

.square-title:hover {
  color: rgba(255, 255, 255, 0.795);
  /* margin-right: auto; */
}

.text-slider:hover {
  color: #fff !important;
}
.text-left-t:checked  {
  color: white;
  background-color: blue;
}
.text-slider {
  margin-left: 10%;
  text-align: left;
  font-size: 69px;
  position: absolute;
  top: 59px;
  line-height: 77px;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: rgb(255, 255, 255) !important;
}

.top-line {
  text-decoration: underline solid red;
  text-underline-offset: 16px;
}

.top-line-about {
  text-decoration: underline solid red;
  text-underline-offset: 19px;
}

.red-line {
  height: 10px;
  width: 100%;
  background-color: #e50019;
}
.mt-400{
  margin-top: 400px !important;
}
.milestone-counter {
 
  padding: 5px 25px 25px 25px;
  text-align: center;
}

.e-61 {
  margin-top: -61px;
}

.stat {
   
  position: absolute;
  justify-content: center;
  text-align: center;
 
  z-index: 99;
 
}

.stat2 {
  margin: 0px auto;
  position: absolute;
   text-align: center;
  justify-content: center;
  margin-top: 90%;
  z-index: 99;
}

.highlight {
  color: rgb(255, 255, 255);
  padding: 27px 0;
  font-family: "helvatica-roman";
  display: block;
  overflow: hidden;
  margin-bottom: 0;
  font-size: 69px;
}

.milestone-details {
  font-size: 37px;
  line-height: 32px;
  font-family: "helvatica-roman";
  color: rgb(255, 255, 255);
  margin-top: -50px;
}

.news-line {
  width: 100%;
  height: 2px;
  background-color: #70707073;
  width: 100%;
}

.catalog-text {
  font-size: 27px;
  padding-left: 36px;
  font-family: "helvatica-thin";
  font-weight: 200 !important;
  color: #292929 !important;
}

.news-k-text {
  font-size: 33px;
  margin-top: -22px;
  margin-left: 9%;
  font-family: "helvatica-thin";
  font-weight: 200 !important;
  color: #292929 !important;
}

.highlight-two {
  color: rgb(255, 255, 255);
  padding: 31px 0;
  font-family: "helvatica-roman";
  display: block;
  overflow: hidden;
  margin-bottom: 0;
  font-size: 79px;
}
.belgetitle{
  /* text-decoration: underline solid #e50019;
  text-underline-offset: 8px; */
  font-size: 20px;
  color: rgb(68, 68, 68) !important;
  font-family: 'helvatica-lt' !important;
cursor: pointer !important;

}
.milestone-details-two {
  font-size: 37px;
  line-height: 32px;
  color: rgb(255, 255, 255);
  margin-top: -37px;
  font-family: "helvatica-roman";
}

.box-text {
  position: absolute;
  z-index: 99;
  margin-top: -9.5%;
  margin-left: 5%;
  font-weight: 500;
  font-family: "helvatica-roman";
  font-size: 39px;
  color: #fff;
}

.box-detail {
  position: absolute;
  z-index: 99;
  margin-top: -6%;
  margin-left: 47px;
  font-size: 19px;
  color: #fff;
}

.text-slider:hover {
  text-decoration: none;
}

.kalite-img {
  width: 100%;
}

.mb-30 {
  margin-bottom: 30px;
}

::selection {
  color: #fff;
  background-color: #e50019;
}

.fr {
  float: right;
}

::-moz-selection {
  color: #fff;
  background-color: #e50019;
}

.mt-50 {
  margin-top: 50px;
}

.mt-350 {
  margin-top: 350px;
}

.mt-80 {
  margin-top: 80px;
}

.pdf-text {
  /* text-align: center; */
  padding-top: 0px;
  font-family: "helvatica-lt";
  cursor: default;
  float: right;
  text-align: left;
  width: 181px;
  /* padding-left: 15px; */
}

.grid {
  display: grid;
  grid-gap: 3.5vw;
  padding: 1.5vw;
}

.grid {
  grid-template-columns: repeat(2, 1fr);
  grid-template-areas: "hero   hero" "big1   big1" "med1   med1" "med2   med2" "small1 small2" "small3 small4" "small5 small6" "small7 small8" "small9 small10";
}

/* 
@media screen and (min-width: 750px) {
  .grid {
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(5, 25vh);
    grid-template-areas: "hero   hero   hero   med1   med1" "hero   hero   hero   med2   med2" "big1   big1   big1   big1   big1" "small1 small2 small3 small4 small5" "small6 small7 small8 small9 small10";
  }
} */

@media screen and (min-width: 1400px) {
  .grid {
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: auto;
    grid-template-areas: "small1 hero   hero hero med1   med1" "small2 hero   hero hero med2   med2" "small3 small5 big1 big1 small7 small8" "small4 small6 big1 big1 small9 small10";
  }
}

.grid .item:nth-child(1) {
  grid-area: hero;
}

.grid .item:nth-child(2) {
  grid-area: big1;
}

.grid .item:nth-child(3) {
  grid-area: med1;
}

.grid .item:nth-child(4) {
  grid-area: med2;
}

.col-sm-3 {
  width: 33%;
}

.pdf-icon {
  width: 30px;
  height: 30px;
}

.pdf-center {
  margin-left: 7%;
  margin-top: -17%;
  position: absolute;
  z-index: 9;
}

.red-box {
  background-color: #f0f0f0;
  background-image: url(' /img/pattern.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0px 6px 88px #6c757d52;
  height: 472px;
  padding-top: 116px;
  margin-top: -18%;
}

.blue-box {
  background-color: #112031;
  box-shadow: 0px 30px 55px #6c757d91;
  height: 850px;
  margin-top: -46%;
  padding-top: 5%;
  font-family: "helvatica-lt";
  cursor: default;
  padding-left: 5%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.link {
    outline: none;
    text-decoration: none;
    position: relative;
    font-size: 8em;
    line-height: 1;
    color: #9e9ba4;
    display: inline-block;
}
.copr{
  text-align: center;list-style: none;font-family: 'helvatica-roman';color: #707070;
}
/* #Navigation
================================================== */

.start-header {
  opacity: 1;
  background-color: #00000036;
  backdrop-filter: blur(2px);
  transform: translateY(0);
  padding: 20px 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#headers {
  position: fixed;
}

.start-header.scroll-on {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px) !important;
  padding: 10px 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.bee-papers {
  font-size: 20px !important;
  font-family: "helvatica-roman";
}

.start-header.scroll-on .navbar-brand img {
  height: 34px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.navigation-wrap {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.navbar {
  padding: 0;
}

.navbar-brand img {
  height: 42px;
  width: auto;
  display: block;
  /* filter: brightness(10%); */
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.navbar-toggler {
  float: right;
  border: none;
  padding-right: 0;
}

.navbar-toggler:active, .navbar-toggler:focus {
  outline: none;
}

.navbar-light .navbar-toggler-icon {
  width: 24px;
  height: 17px;
  background-image: none;
  position: relative;
  border-bottom: 1px solid #e40019;
  transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after, .navbar-light .navbar-toggler-icon:before {
  width: 24px;
  position: absolute;
  height: 1px;
  background-color: #e40019;
  top: 0;
  left: 0;
  content: '';
  z-index: 2;
  transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after {
  top: 8px;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: translateY(8px) rotate(-45deg);
}

.yatirimci-title {
  text-align: left;
  padding: 19px 23px 13px 0px;
  font-size: 20px;
  font-weight: 400;
  color: #000;
  font-family: "helvatica-thin";
  text-decoration: underline solid rgb(255, 1, 1);
  text-underline-offset: 7px;
}

.macina-title {
  text-align: left;
  padding: 19px 23px 13px 0px;
  font-size: 20px;
  font-weight: 400;
  color: #000;
  font-family: "helvatica-lt";
  cursor: default;
  text-decoration: underline solid rgb(255, 1, 1);
  text-underline-offset: 7px;
}

.mt-30 {
  margin-top: 30px;
}

.wave-icon {
  padding-right: 10px;
  width: 50px;
}

.wave-icon2 {
  padding-right: 10px;
  width: 80px;
}

.wave-icon3 {
  padding-right: 10px;
  width: 60px;
}

.wave-icon33 {
  padding-right: 10px;
  width: 60px;
}

.wave-title {
  position: absolute;
  z-index: 2;
  margin-left: 4%;
  cursor: default;
  margin-top: 5%;
  color: #fff;
  font-family: "helvatica-lt" !important;
  font-size: 30px;
}
.bannerwaves{
  background-size: cover;height: 180px;
}

.wave-title22 {
  position: absolute;
  z-index: 2;
 text-align: center;
 cursor: default;
  justify-content: center;
  z-index: 2;
  margin-left: 2%;
  margin-left: 3%;
  margin-top: 8.5%;
  color: #fff;
  font-family: "helvatica-lt" !important;
  font-size: 29px;
}

.copy-title {
  font-size: 23px;
  color: #292929;
  font-family: "helvatica-lt";
  cursor: default;
}

.mt-15 {
  margin-top: 15px;
}

.baslik-matba {
  font-size: 20px;
  font-family: "helvatica-lt";
  cursor: default;
}

.matba-line {
  height: 2px;
  background-color: rgba(87, 87, 87, 0.486);
  width: 100%;
  margin-top: 3%;
}

.matba-line2 {
  height: 2px;
  background-color: rgba(87, 87, 87, 0.486);
  width: 100%;
  margin-top: 3%;
}

.kurumsal-box {
  font-size: 22px;
  list-style: none;
  background-color: #EFF0F0;
  border-radius: 14px;
  margin-bottom: 9px;
  padding: 15px 9px 26px 18px;
}

.padding-paper {
  padding: 0px 32px 0px 3px;
}

.tc-p {
  text-align: left;
  margin-top: 19%;
  line-height: 32px;
  font-size: 20px;
  font-family: "helvatica-lt";
  cursor: default;
}

.updf2 {
  margin-left: 137%;
  margin-top: -18%;
  width: 24px;
}

.ortaklik-box {
  background-color: #ffffff !important;
  /* border: 1px solid #eeeeee; */
  padding-left: 20px;
  border: #8e8e8e00;
  padding: 27px 55px 26px 32px;
  border-radius: 25px;
  border-style: solid;
  font-size: 17px;
  font-family: "helvatica-lt";
  cursor: default;
  border-width: 2px;
  /* height: 51% !important; */
  box-shadow: -2px 2px 6px 0px #11111140;
}

.ortaklik-boxx {
  background-color: #ffffff;
  /* border: 1px solid #eeeeee; */
  padding-left: 20px;
  border: #8e8e8e00;
  padding: 65px 65px 0px 65px;
  border-radius: 25px;
  border-style: solid;
  border-width: 2px;
  height: 35% !important;
  box-shadow: -10px -18px 66px 0px #11111125;
}

.sirketk-p {
  font-size: 14px;
  line-height: 26px !important;
  text-align: left !important;
}

.sirket {
  font-size: 20px;
  font-family: "helvatica-lt";
  cursor: default;
}

.yonetims {
  font-size: 16px;
  font-family: "helvatica-lt";
  cursor: default;
  text-align: left;
  list-style-type: circle;
 
  padding: 51px;
  /* margin-left: 20%; */
  /* margin-top: 10%; */
  line-height: 50px;
}
.listli{
  color: red;
}
.kurumsal-iletisim-table{
  overflow-x: auto; overflow-y: hidden;padding: 0px;border-radius: 20px;

}
.kunye-p {
  font-size: 14px;
  font-family: "helvatica-lt";
  cursor: default;
  line-height: 21px !important;
  text-align: left !important;
  padding: 24px 0px 0px 10px;
}

.sozlesme-title {
  text-align: left;
  padding: 19px 23px 13px 0px;
  font-size: 20px;
  font-weight: 400;
  margin-top: -9%;
  position: absolute;
  color: #000;
  font-family: "helvatica-thin";
  text-decoration: underline solid rgb(255, 1, 1);
  text-underline-offset: 7px;
}

.kurul-title {
  text-align: left;
  padding: 19px 23px 13px 0px;
  font-size: 20px;
  font-weight: 400;
  color: #000;
  font-family: "helvatica-thin";
  text-decoration: underline solid rgb(255, 1, 1);
  text-underline-offset: 7px;
}

/*  bhoechie tab */

div.bhoechie-tab-container {
  z-index: 10;
  background-color: #ffffff;
  padding: 0 !important;
  border-radius: 4px;
  -moz-border-radius: 4px;
  border: 1px solid #ddd;
  margin-top: 20px;
  margin-left: 50px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  background-clip: padding-box;
  opacity: 0.97;
  filter: alpha(opacity=97);
}

div.bhoechie-tab-menu {
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
  padding-top: 20px;
}

.more-announcement {
  font-size: 14px;
  color: #000;
  font-family: "helvatica-lt";
  cursor: default;
  text-align: left;
  float: left;
  padding: 18px 0px 0px 0px;
}

.announcement-p {
  text-align: left;
  cursor: pointer;
  font-family: "helvatica-lt";
  cursor: default;
  font-size: 15px;
}

.middle-title {
  font-size: 18px;
  font-family: "helvatica-lt";
  cursor: default;
}

.norder {
  position: relative;
  display: block;
  padding: 0px 0px 0px 0px;
  margin-bottom: -1px;
  background-color: #fff0 !important;
  border: none !important;
}

.blog .carousel-indicators {
  left: 0;
  top: auto;
  bottom: -40px;
}

/* The colour of the indicators */

.blog .carousel-indicators li {
  background: #a3a3a3;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}

.blog .carousel-indicators .active {
  background: #707070;
}

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.mediasliderimage {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #333;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #1BBD36;
}

.eckcon:hover .overlay {
  opacity: 1;
}

.ky-padding {
  height: auto;
  padding: 56px 35px 43px 41px !important;
}

.ky-p {
  text-align: left;
  cursor: pointer;
  text-decoration: none !important;
  font-family: "helvatica-lt";
  cursor: default;
  font-size: 15px;
}

.ky-p:hover {
  text-align: left;
  cursor: pointer;
  color: red;
  text-decoration: none !important;
  font-family: "helvatica-lt";
  cursor: default;
  font-size: 15px;
}

.announcement-ok {
  margin-left: 5px;
  margin-top: -2px;
}

.announcement-img {
  width: 150px;
  float: left;
  margin-top: 13px;
  justify-content: center;
}

.power-img {
  width: 40px;
  margin-top: 6px;
  justify-content: center;
}

.bottom-50 {
  margin-bottom: 30px;
}

.finance:hover {
  color: #e2574c;
}

.finance {
  padding: 19px 23px 13px 0px;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  font-family: "helvatica-thin";
  text-decoration: underline solid rgb(255, 1, 1);
  text-underline-offset: 7px;
}

.announcement {
  padding: 65px 43px 0px 51px !important;
}

.announcement-box {
  font-size: 22px;
  list-style: none;
  background-color: #EFF0F0;
  border-radius: 14px;
  margin-bottom: 9px;
  padding: 30px 0px 22px 0px;
}

div.bhoechie-tab-menu div.list-group {
  margin-bottom: 0;
}

div.bhoechie-tab-menu div.list-group>a {
  margin-bottom: 0;
  border: none !important;
}

table {
  font-family: 'Arial';
  margin: 25px auto;
  height: 400px;
  border-collapse: collapse;
  border-radius: 25px;
  background: white;
  border: 0px solid #eee0;
  box-shadow: 0px 0px 22px rgb(0 0 0 / 0%), 0px 10px 20px rgb(0 0 0 / 0%), 0px 20px 20px rgb(0 0 0 / 5%), 12px 4px 9px #f8f9fa00;
}

table tr:hover td {
  color: #555;
}

table th, table td {
  color: rgb(0, 0, 0);
  border: 1px solid #eee;
  padding: 16px 32px;
  font-size: 15px;
  font-family: 'helvatica-lt';
  border-collapse: collapse;
}

table th {
  /* background: #0cc; */
  color: #000;
  /* text-transform: uppercase; */
  font-size: 15px;
  font-family: 'helvatica-thin';
}

table th.last {
  border-right: none;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 8px 0px 0px 0px;
  margin-bottom: -1px;
  background-color: #fff0 !important;
  border: 1px solid rgba(0, 0, 0, .125);
}

div.bhoechie-tab-menu div.list-group>a:first-child {
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
}

div.bhoechie-tab-menu div.list-group>a:last-child {
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}
 
div.bhoechie-tab-menu div.list-group>a.active, div.bhoechie-tab-menu div.list-group>a.active .glyphicon, div.bhoechie-tab-menu div.list-group>a.active .fa {
  background-color: #ff8f8b5b !important;
  
  border-radius: 10px;
  
}
.ktitle{
  text-align: left;
                      padding: 19px 23px 13px 0px;
                      font-size: 20px;  cursor: default;
                      font-weight: 400;
                      color: #000;
                      
                      text-decoration: underline solid rgb(255, 1, 1);
                      text-underline-offset: 7px;
}
.glyphicon {
  font-size: 20px !important;
  color: #000000;
}

.documant {
  text-align: left;
  font-size: 16px;
  font-family: "helvatica-lt";
  cursor: default;
}

.duyuru-content {
  background-color: #ffffff00 !important;
  /* border: 1px solid #eeeeee; */
  text-align: left;
  border: none;
  padding: 18px 65px 0px 65px !important;
  box-shadow: -10px -18px 66px 0px #11111100 !important;
}
.bold{
  font-weight: 700;
}
.duyurulogo{
  float: right;
}
.duyuru-title-first {
  text-align: left;
  padding-bottom: 20px;
  font-family: "helvatica-lt";
  cursor: default;
}

.duyuru-title-second {
  text-align: left;
 
  font-family: "helvatica-lt";
  cursor: default;
}

.papers-pbox {
  position: absolute;
  z-index: 99;
  margin-top: -12%;
  text-align: left !important;
  justify-content: center;
  margin-left: 7%;
  margin-right: auto;
  font-size: 25px;
  color: #fff;
  font-family: "helvatica-lt";
  cursor: default;
}

.col4 {
  width: 33%;
}

.production-p {
  text-align: left;
  font-size: 16px;
  margin-top: 30px;
  line-height: 22px;
  font-family: "helvatica-lt";
  cursor: default;
}

.wave {
  margin-top: -29%;
  z-index: -2;
  position: relative;
}

.papers-pboxt {
  position: absolute;
  z-index: 99;
  margin-top: -13%;
  text-align: left !important;
  justify-content: center;
  margin-left: 6%;
  margin-right: auto;
  font-size: 25px;
  color: #fff;
  font-family: "helvatica-lt";
  cursor: default;
}

.text-left-d {
  text-align: left;
  margin-left: 10px;
  padding-top: 10px;
  color: #000;
  font-family: "helvatica-lt";
  cursor: default;
  font-size: 16px;
}
.text-left-de {
  text-align: left;
  margin-left: -10px;
  padding-top: 10px;
  color: #000;
  font-family: "helvatica-lt";
  cursor: default;
  font-size: 16px;
}
.yatirimci-line3 {
  height: 2px;
  margin-left: 10px;
  margin-top: 16px;
  background-color: rgb(255 255 255 / 79%);
}

.duyuru-p {
  line-height: 25px;
  font-family: "helvatica-lt";
  cursor: default;
  text-align: left;
}
.ortklk-box{
  background-color: #ffffff;
                                  
  padding-left: 20px;
  border: #8e8e8e00;
  padding: 65px 65px 45px 45px;
  border-radius: 25px;
  border-style: solid;
  border-width: 2px;
  /* height: 100%; */
  box-shadow:  0px #11111125;
}
 .redet{
  font-size: 14px;
  font-weight: 600 !important;
  margin-top: -1%;

margin-left: 0px;

  text-align: left;
 
  
  
 
  position: absolute;
  color:rgb(255, 1, 1);
  font-family: "helvatica-thin";
  text-decoration: underline solid rgb(255, 1, 1);
  text-underline-offset: 7px;
 }
.rede{
  text-align: left;
  padding: 19px 23px 13px 0px;
  font-size:16px;
  font-weight: 600 !important;
  margin-top: -9%;
  position: absolute;
  color: #000;
  font-family: "helvatica-thin";
  text-decoration: underline solid rgb(255, 1, 1);
  text-underline-offset: 7px;
}
div.bhoechie-tab-content {
  background-color: #ffffff;
  /* border: 1px solid #eeeeee; */
  padding-left: 20px;
  border: #8e8e8e00;
  padding: 65px 65px 0px 65px;
  border-radius: 25px;
  border-style: solid;
  border-width: 2px;
  /* height: 100%; */
  box-shadow: -10px -18px 66px 0px #11111125;
}
.show {
  display: block !important;
}
.hisse-veri{
  margin-top: -5%;
}
.bos {
  background-color: none !important;
  /* border: 1px solid #eeeeee; */
  padding-left: none !important;
  border: none !important;
  padding: none !important;
  height: 0%;
  box-shadow: none !important;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active) {
  display: none;
}

.yatirimci-line {
  height: 2px;
  background-color: rgba(200, 200, 200, 0.472);
}

.text-left-i {
  text-align: left;
  margin-left: 10px;
  padding-left: 10px;
  color: #000;
  font-family: "helvatica-lt";
  cursor: default;
  font-size: 16px;
}

.yatirimci-linee {
  height: 2px;
  margin-top: 20px;
  background-color: rgb(255, 255, 255);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  border-color: transparent;
}

.yatirimci-box {
  font-size: 22px;
  list-style: none;
  padding: 30px 0px 30px 0px;
}

.kurul {
  background-color: #ffffff00 !important;
  border: 0px solid #eeeeee;
  padding-left: 20px;
  /* border: #8e8e8e00; */
  padding: 65px 65px 0px 65px;
  border-radius: 25px;
  border-style: solid;
  border-width: 2px;
  height: 100%;
  box-shadow: -10px -18px 66px 0px #11111100 !important;
  ;
}

.text-left {
  text-align: left;
  font-family: 'helvatica-lt';
}

.bera {
  font-family: "helvatica-roman";
  cursor: default;
}

.nav-link {
  color: #212121 !important;
  font-weight: 500;
  font-family: "helvatica-roman";
  transition: all 200ms linear;
}

.nav-item:hover .nav-link {
  color: #e50019 !important;
}

.nav-item.active .nav-link {
  color: #777 !important;
}

.mr-65 {
  margin-right: 65px;
}

.nav-link {
  position: relative;
  padding: 5px 3px !important;
  font-size: 18px;
  display: inline-block;
}

.nav-item:after {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background-color: #ff0000;
  opacity: 0;
  transition: all 200ms linear;
}

.nav-item:hover:after {
  bottom: 0;
  opacity: 1;
}

.nav-item.active:hover:after {
  opacity: 0;
}

.nav-item {
  position: relative;
  transition: all 200ms linear;
}

/* #Primary style
================================================== */

.section {
  position: relative;
  width: 100%;
  display: block;
}

.full-height {
  height: 100vh;
}

.over-hide {
  overflow: hidden;
}

p {
  text-align: center;
  margin: 0;
  padding-top: 10px;
  opacity: 1;
}

body.hero-anime p {
  opacity: 0;
  transform: translateY(40px);
  transition-delay: 1700ms;
}

h1 span {
  display: inline-block;
  transition: all 300ms linear;
  opacity: 1;
  transform: translate(0);
}

.switched {
  border-color: #000 !important;
  background: #8167a9 !important;
}

.switched #circle {
  left: 43px;
  box-shadow: 0 4px 4px rgba(26, 53, 71, 0.25), 0 0 0 1px rgba(26, 53, 71, 0.07);
  background: #fff;
}

.nav-item .dropdown-menu {
  transform: translate3d(0, 10px, 0);
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  display: block;
  padding: 0;
  margin: 0;
  transition: all 200ms linear;
}

.nav-item.show .dropdown-menu {
  opacity: 1;
  visibility: visible;
  max-height: 999px;
  transform: translate3d(0, 0px, 0);
}

.dropdown-menu {
  padding: 10px!important;
  margin: 0;
  font-size: 13px;
  letter-spacing: 1px;
  color: #212121;
  background-color: #fcfaff;
  border: none;
  border-radius: 3px;
  box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
  transition: all 200ms linear;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-item {
  padding: 3px 15px;
  color: #212121;
  border-radius: 2px;
  transition: all 200ms linear;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #fff;
  background-color: rgba(129, 103, 169, .6);
}

body.dark {
  color: #fff;
  background-color: #1f2029;
}

body.dark .navbar-brand img {
  filter: brightness(100%);
}

body.dark h1 {
  color: #fff;
}

body.dark h1 span {
  transition-delay: 0ms !important;
}

body.dark p {
  color: #fff;
  transition-delay: 0ms !important;
}

body.dark .bg-light {
  background-color: #14151a !important;
}

body.dark .nav-link {
  color: #fff !important;
}

body.dark .nav-item.active .nav-link {
  color: #999 !important;
}

body.dark .dropdown-menu {
  color: #fff;
  background-color: #1f2029;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
}

body.dark .dropdown-item {
  color: #fff;
}

body.dark .navbar-light .navbar-toggler-icon {
  border-bottom: 1px solid #fff;
}

body.dark .navbar-light .navbar-toggler-icon:after, body.dark .navbar-light .navbar-toggler-icon:before {
  background-color: #fff;
}

body.dark .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  border-color: transparent;
}

.red-tab {
  font-family: "helvatica-lt";
  cursor: default;
  background-color: #C01E1E;
  padding: 20px 27px 32px 16px !important;
}

.production-line2 {
  height: 2px;
  margin-left: 10px;
  margin-top: 10px;
  background-color: rgba(255, 255, 255, 0.664);
}

.text-left-production {
  text-align: left;
  margin-left: 10px;
  color: rgb(255, 255, 255);
  padding-top: 10px;
  font-family: "helvatica-lt";
  cursor: default;
  font-size: 13px;
}

.banner-img {
  width: 100%;
  background-image: url(' /img/banner-child.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
}

.uretim-img {
  width: 100%;
  background-image: url(' /img/defter-uretim/uretim-slider.png');
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
}
.matba-red-p {
  background-image: url('/img/matba/redmatba.png');
  background-repeat: no-repeat;
  background-size: contain;
  font-family: "helvatica-lt";
  cursor: default;
  margin-top: -12%;
  /* width: 87%; */
  color: #fff;
  padding: 23px 22px 25px 26px;
  width: 100;
  margin-left: 2%;
  font-size: 14px;
}
.matba-red-p2 {
  background-image: url(' /img/matba/redmatba.png');
  background-repeat: no-repeat;
  background-size: contain;
  font-family: "helvatica-lt";
  cursor: default;
  margin-top: -12%;
  /* width: 87%; */
  color: #fff;
  padding: 12px 21px 37px 19px;
  width: 100;
  margin-left: 53%;
  font-size: 14px;
}


.wave-icons {
  padding-right: 11px;
  width: 58px;
}

.matba-img {
  width: 100%;
  background-image: url(' /img/matba/1.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  height: 800px;
}

.matba-boxxe {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 800px;
}

.text-left {
  text-align: left;
}

.about-img-1 {
  width: 650px;
  position: absolute;
  z-index: 9;
  margin-top: -10%;
}

.blue-box-paragraph {
  font-family: "helvatica-lt";
  cursor: default;
  color: #fff;
  font-size: 15px;
  text-align: left !important;
}

.bob-text {
  color: white;
  font-size: 31px;
}

.dort {
  flex: 0 0 33.333333%;
  max-width: 33%;
}

.matba-bx2 {
  justify-content: center;
  align-items: center;
  align-content: center;
  margin-top: 32% !important;
  margin-left: 25%;
}

.about-blue-box {
  width: 423px;
  background-color: #112031;
  height: 388px;
  font-family: "helvatica-lt";
  cursor: default;
  z-index: 9;
  border-radius: 25px;
  margin-top: -24%;
  margin-right: -22%;
  padding: 50px 20px 20px 20px;
  text-align: left !important;
  float: right;
  /* margin-left: 29%; */
  position: relative;
}

.papert-text {
  margin-left: 7px;
    font-size: 18px;
    color: white;
    font-family: "helvatica-lt";
    display: flex !important;
    justify-content: center!important;
    align-items: center!important;
    flex-direction:column;
}

.square-icon4 {
  margin-left: 7px;
  width: 101px;
}

.square-icon1 {
  margin-left: 24px;
  width: 53px;
}

.matba-bx {
  justify-content: center;
  align-items: center;
  align-content: center;
display: flex;
}

.papers-two {
  font-family: "helvatica-lt";
  cursor: default;
  font-size: 23px;
  color: #fff;
  /* text-decoration: underline solid #ffffff !important; */
  /* text-underline-offset: 6px!important;
  text-decoration-thickness: 1.5px!important; */
  cursor: default;
}

.papers-p-two {
  text-align: left;
  font-family: "helvatica-lt";
  cursor: default;
  color: rgb(255, 255, 255);
}

.papers {
  color: #fff;
  font-family: "helvatica-lt";
  cursor: default;
  font-size: 20px;
  /* text-decoration: underline solid #ffffff !important;
  text-underline-offset: 6px!important;
 
  text-decoration-thickness: 1.5px!important; */
}

.papers-p {
  text-align: left;
  font-size: 16px;
  width: 324px;
  font-family: "helvatica-lt" !important;
  color: rgb(255, 255, 255);
}

.papers-pa {
  font-size: 16px;
  text-align: left;
  font-family: "helvatica-lt";
  cursor: default;
  color: rgb(255, 255, 255);
}

.mty-10 {
  margin-top: 10%;
}

.white-box {
  color: black;
  text-align: left;
  font-size: 16px;
  font-size: 16px;
  font-family: "helvatica-lt";
  cursor: default;
  padding: 24px 24px 8px 24px;
}

.paper-mill {
  background-color: white;
  width: 500px;
  height: 140px;
  margin-top: -102px;
  margin-left: 3%;
  border-radius: 25px;
  vertical-align: center;
  justify-content: center;
  z-index: 9;
  position: absolute;
}

.more {
  font-size: 15px;
  font-weight: 600;
  text-decoration: underline solid #112031 !important;
  text-underline-offset: 6px!important;
  text-decoration-thickness: 2.5px!important;
}

.bg-about-big {
  background-color: #112031;
  height: 1500px;
}

.about-img-1 {
  width: 650px;
  position: absolute;
  z-index: 9;
  margin-top: -16%;
}

.about-fonts {
  font-size: 29px;
  font-family: "helvatica-lt";
  cursor: default;
}

.about-line {
  height: 1.5px;
  background-color: #e50019;
  width: 248px;
  margin-top: -1%;
  margin-bottom: 5px;
}

.yatirimci-contact-title {
  text-align: left;
  padding: 19px 23px 13px 0px;
  font-size: 22px;
  font-weight: 400;
  color: #000;
  font-family: "helvatica-thin";
  text-decoration: underline solid rgb(255, 1, 1);
  text-underline-offset: 7px;
}

.relation-slider-title {
  font-size: 36px;
  line-height: 48px;
}

.relation-slider-title-2 {
  font-size: 46px !important;
}

.b-white {
  margin-left: 5px;
}
.kbelge{
  background-color: #e50019; padding: 20px;border-radius: 25px;
  margin-top: 25px;
  text-align: center;
  height: 260px;
}
.file {
  cursor: pointer;
  margin-top: 76%;
  color: white;
  font-family: "helvatica-lt";
  cursor: default;
  text-align: center;
  padding: 0px 38px 12px 9px;
  font-size: 15px;
}
.padon{
  padding:19px 10px 30px 10px !important;
}
.files{
  cursor: pointer;
  margin-top: 0%;
  color: white;
  font-family: "helvatica-lt";
  cursor: default;
  text-align: center;
  padding: 17px 10px 10px 10px;
  font-size: 15px;
}

.yatirimci-pdf {
  position: absolute;
  z-index: 2;
  margin-top: -103%;
  margin-left: 42%;
}

.pdf-title {
  position: absolute;
  z-index: 2;
  width: 100%;
  color: white;
  font-size: 14px;
}

.sirket-p {
  text-align: left;
  margin-top: 25%;
  line-height: 32px;
  font-size: 20px;
  font-family: "helvatica-lt";
  cursor: default;
}

.card-p {
  text-align: left;
  margin-top: -4%;
  line-height: 24px;
  font-size: 15px;
  font-family: "helvatica-lt";
  cursor: default;
}

.credi-notes {
  margin-top: 42px;
  font-size: 20px;
  font-family: "helvatica-lt";
  cursor: default;
  font-size: 20px;
}

.sorumluluk {
  font-size: 16px;
  font-family: "helvatica-lt";
  cursor: default;
  text-align: left;
  padding: 51px;
  line-height: 28px;
}

.mle-44 {
  margin-left: -24px;
}

.line2 {
  height: 2px;
  margin-left: -3px;
  margin-top: 34px;
  background-color: rgba(112, 112, 112, 0.144);
}

.credit-card {
  text-align: left;
  font-family: "helvatica-lt";
  cursor: default;
  font-size: 14px;
}

.poli {
  text-align: left;
  font-size: 20px;
  font-family: "helvatica-lt";
  cursor: default;
}

.mbe-12 {
  margin-bottom: -12px;
}

.sirket-span {
  font-size: 14px;
  font-family: "helvatica-lt";
  cursor: default;
}
.mglt{
  margin-left: -50px;}
.text-left-t {
  text-align: left;
  margin-left: 10px;
  color: #000;
  font-family: "helvatica-lt";
  cursor: pointer;
  font-size: 14px;
}

.yatirimci-line2 {
  height: 2px;
  margin-left: 10px;
  margin-top: 6px;
  background-color: rgba(112, 112, 112, 0.472);
}
.bera{
  cursor: pointer;
}
.sirket-pdf {
  width: 25px;
}

.sirket-content {
  background-color: #ffffff;
  /* border: 1px solid #eeeeee; */
  padding-left: 20px;
  border: #8e8e8e00;
  padding: 0px 0px 0px 0px !important;
  margin-bottom: -19px;
  margin-top: 70px;
  border-radius: 25px;
  border-style: solid;
  border-width: 2px;
  box-shadow: -10px -18px 66px 0px #11111125;
}
.kaps{
  background-color: #ffffff;
  /* border: 1px solid #eeeeee; */
  padding-left: 20px;
  border: #8e8e8e00;
  padding: 0px 0px 0px 0px !important;
  margin-bottom: -19px;
  margin-top: 20px;
  border-radius: 25px;
  border-style: solid;
  border-width: 2px;
  box-shadow: -10px -18px 66px 0px #11111125;
}
.tcs {
  background-color: #ffffff;
  /* border: 1px solid #eeeeee; */
  padding-left: 20px;
  border: #8e8e8e00;
  padding: 0px 0px 0px 0px !important;
  margin-bottom: -19px;
  margin-top: 17px;
  border-radius: 25px;
  border-style: solid;
  border-width: 2px;
  box-shadow: -10px -18px 66px 0px #11111125;
}

.small-pdf {
  position: absolute;
  z-index: 2;
  margin-left: 64%;
  float: right;
  color: white;
  font-size: 14px;
}

.ymore {
  margin-top: 67%;
  color: white;
  position: absolute;
  z-index: 2;
  padding: 0px 3px 18px 42px;
  font-size: 15px;
}
.fotokopi-p{
  text-align: left;
  margin-top: 10%;
  line-height: 25px;
  font-size: 16px;
  cursor: default;
}
.ft-title{
  margin-bottom: 30px;
  text-align: center;
  color: rgba(0, 0, 0, 0.671);
}
.br-s{
  border-right: 1px solid #707070;
}
.modal-dialog {
  max-width: 700px;

  margin: 1.75rem

auto;
}
.kalite-contact-title {
  text-align: left;
  padding: 19px 23px 13px 0px;
  font-size: 22px;
  font-weight: 400;
  color: #000;
  font-family: "helvatica-thin";
  text-decoration: underline solid rgb(255, 1, 1);
  text-underline-offset: 7px;
}

.about-paragraph {
  padding: 27px 37px 43px 40px;
  height: 1028px;
  width: 500px;
  border-radius: 35px;
  background-color: white;
}

.hover-counter:hover {
  color: #e50019 !important;
  cursor: pointer;
}
.brs:hover{
  color: #e50019  !important;
}
.boss-title-two {
  font-size: 20px;
  font-weight: 200;
  font-family: 'helvatica-lt';
}
.line-white{
  height:1px;background-color: #fff;width: 110%;
}
.line-redm{
  height:1px;background-color: rgb(255, 0, 0);width: 35%;
}
.line-w{
  height:1px;background-color: rgb(255, 255, 255);width: 37%;
}
.line-r{
  height:1px;background-color: rgb(255, 0, 0);width: 50%;margin-left: 5%;
}
.line-t{
  height:1px;background-color: rgb(255, 255, 255);width: 95%; 
}
.f15 {
  font-size: 14px;
}

.about-title {
  /* text-decoration: underline solid rgb(255, 255, 255); */
  /* text-underline-offset: 13px;
  text-decoration-thickness: 1.5px; */
  font-family: 'helvatica-lt';
  color: white;
  cursor: default;
  margin-left: 7%;
  /* font-weight: 600; */
  font-size: 50px;
}

.news {
  text-decoration: underline solid rgb(255, 255, 255);
  text-underline-offset: 8px;
  text-decoration-thickness: 1.5px;
  font-family: "helvatica-roman";
  font-size: 42px;
}

/* #Media
================================================== */

@media (max-width: 767px) {
  .nav-item:after {
    display: none;
  }
  .nav-item::before {
    position: absolute;
    display: block;
    top: 15px;
    left: 0;
    width: 11px;
    height: 1px;
    content: "";
    border: none;
    background-color: #000;
    vertical-align: 0;
  }
  .dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(90deg);
    opacity: 0;
  }
  .dropdown-menu {
    padding: 0 !important;
    background-color: transparent;
    box-shadow: none;
    transition: all 200ms linear;
  }
  .dropdown-toggle[aria-expanded="true"]+.dropdown-menu {
    margin-top: 10px !important;
    margin-bottom: 20px !important;
  }
  body.dark .nav-item::before {
    background-color: #fff;
  }
  body.dark .dropdown-toggle::after {
    background-color: #fff;
  }
  body.dark .dropdown-menu {
    background-color: transparent;
    box-shadow: none;
  }
}

/* #Link to page
================================================== */

.logo {
  position: absolute;
  bottom: 30px;
  right: 30px;
  display: block;
  z-index: 100;
  transition: all 250ms linear;
}

.logo img {
  height: 26px;
  width: auto;
  display: block;
  filter: brightness(10%);
  transition: all 250ms linear;
}

body.dark .logo img {
  filter: brightness(100%);
}

.box {
  display: flex;
  width: 100%;
  padding: 74px;
  height: 100%;
}

.grid .item:hover .tooltip, .grid .item:focus .tooltip {
  opacity: 1;
  transform: translateY(70px);
}

.news-shadow {
  box-shadow: 0px 30px 55px #44444449;
  -webkit-box-shadow: 0px 30px 55px #44444449;
  -moz-box-shadow: 0px 30px 55px #44444449;
}

.shadows {
  -webkit-box-shadow: 0px 20px 31px -25px #1111116b;
  -moz-box-shadow: 0px 20px 31px -25px #1111116b;
  box-shadow: 0px 20px 31px -25px #1111116b;
}
.grads{
  position:relative;
  display:inline-block;
}

.grads:after {
  content:'';
  position:absolute;
  left:0; top:0;
  width:100%; height:100%;
  display:inline-block;
  background: -moz-linear-gradient(top, rgba(0, 47, 75, 0) 0%, rgb(0, 0, 0) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0, 0, 0, 0.747)rgba(0, 0, 0, 0.747)), color-stop(100%,rgba(0, 47, 75, 0))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 47, 75, 0) 0%,rgb(0, 0, 0) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 47, 75, 0) 0%,rgb(0, 0, 0) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 47, 75, 0) 0%,rgb(0, 0, 0) 100%); /* IE10+ */
  
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002f4b', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
.img-gradient img{
  display:block;
}
.box1 {
  
  width: 100%;
  padding: 70px 70px 90px 70px;
  
}
.news-imgs{height: 120px;width: 200px;}
 .news-new{
  width:200px; height:175px
 }
 .socl
 {
  position: absolute;
  color: red;
  margin-top: -10%;
  margin-left: 4%;
 }
.box2 {
   
  width: 100%;
  padding:40px 19px 54px 27px;
 
  
}

.h-68 {
  height: 68px;
}

.h-25 {
  height: 25px !important;
}

.h-50 {
  height: 50px !important;
}

.h-200 {
  height: 200px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-250 {
  margin-top: 250px;
}

.mb-100 {
  margin-bottom: 100px;
}

.bg-surdurulebilirlik {
  background-color: #6BB4AC;
  width: 100%;
  height: auto;
}

.forest-img {
  margin-left: 16px;
}

.green-img {
  margin-left: -16px;
 
}

.forest-box-1 {
  background-color: #394d58;
  margin-top: -32%;
  margin-bottom: 10%;
}

.bee-p {
  text-align: left;
  font-family: "helvatica-lt";
  cursor: default;
}

.surdurebilir {
  height: 500px;
  font-size: 16px;
  border-radius: 30px;
  width: 100%;
  font-family: "helvatica-roman";
  line-height: 24px;
  margin-top: 90px;
  padding: 102px 96px 30px 104px;
  justify-content: center;
  background: #ABE2DC;
}

.sbox-1 {
  text-align: left;
  color: #fff;
  font-size: 17px;
  font-family: "helvatica-thin";
  padding: 30px 169px 33px 13px;
}

.sbox-2 {
  text-align: left;
  color: rgb(255 255 255);
  font-family: "helvatica-thin";
  font-size: 20px;
  padding: 30px 134px 33px 13px;
}

.forest-box-p {
  color: #fff;
  text-align: left;
  font-family: "helvatica-thin";
  font-size: 20px;
  padding: 30px 20px 0px 14px;
  line-height: 28px;
}

.green-box-p {
  color: #fff;
  text-align: left;
  font-size: 20px;
  font-family: "helvatica-thin";
  font-weight: 500;
  padding: 39px 68px 15px 14px;
  line-height: 29px;
}

.forest-box {
 
  padding: 54px 7px 70px 19px;
  background-color: #394D58;
}

.green-box {
 
  padding: 97px 20px 73px 47px;
  background-color: #006738;
}

.sbox-title-2 {
  text-align: left;
  cursor: pointer;
  color: rgb(255 255 255);
  font-size: 21px;
  padding: 28px 140px 18px 12px;
  text-decoration: underline solid rgb(255, 255, 255);
  text-underline-offset: 7px;
}

.sbox-title {
  text-align: left;
  font-size: 21px;
  font-weight: 400;
  cursor: default;
  color: rgb(255 255 255);
  font-family: "helvatica-roman";
  padding: 28px 140px 18px 12px;
  text-decoration: underline solid rgb(255, 255, 255);
  text-underline-offset: 7px;
}

.s-blue-box {
  background-color: #6BB4AC;
  padding: 102px 0px 0px 0px;
}

.led-space {
  padding-top: 50px;
}

.colors-30 {
  margin-top: 30px;
}

.colors-small-title {
  font-size: 26px;
  text-align: center !important;
  width: 100%;
  font-family: "helvatica-thin";
  font-weight: 100;
}
.img-fluide{
  width: auto;
  height: 150px;
}
.colors-big-title {
  text-align: center;
  margin-bottom: 40px;
  cursor: default;
  font-weight: 800;
  font-size: 38px;
  font-family: "helvatica-medium2" !important;
}

.green-box1 {
  background-color:#006738;
  margin-top: -37%;
}

.bee {
  float: right;
  width: 100px;
  margin-top: -40px;
}

.col-sm-2 {
  width: 16%;
}

.social-icon {
  font-size: 20px;
}

.pr40 {
  padding-right: 40px;
}

.pr15 {
  padding-right: 15px;
}

.footer-bottom {
  color: #707070 !important
}

.bottom-footer {
  background-color: #ebebeb;
  height: 10px;
  padding: 30px 56px 70px 56px;
}
.copyright {
  background-color: #ebebeb;
  padding: 0px 0px 10px 10px;
}
.pr20 {
  padding-right: 20px;
}
.copyright-p{
  font-family: "helvatica-lt"; 
  font-size: 12px;
}

.energy-title {
  width: 445px;
  background-color: #e50019;
  position: absolute;
  z-index: 9;
  margin-top: -68%;
  margin-left: 80%;
}

.img-gradient {
  position: relative;
  display: inline-block;
}

/* 
#002f4b,#dc4225 
Convert HEX to RGBA - http://hex2rgba.devoth.com/
*/

.img-gradient img {
  display: block;
}

.energy-paragraph {
  margin: 13px 21px 19px 20px;
  text-align: left;
  font-family: "helvatica-roman";
  cursor: default;
  font-size: 17px;
}

.s-energy {
  font-size: 41px;
  color: white;
  font-family: "helvatica-roman";
  text-align: left;
  padding: 46px;
}

.map-p {
  width: 337px;
  position: absolute;
  z-index: 9;
  /* height: 240px; */
  background-color: rgb(255, 255, 255);
  margin-left: 87%;
  margin-top: -44%;
}

.mt-70 {
  margin-top: 70px;
}

.bl-box {
  width: 50px;
  height: 14px;
  background-color: #26b8b3;
}

.hr-1 {
  margin-top: -1%;
}

.mb-20 {
  margin-bottom: 20px;
}
.defter-detail{
   text-align: left;
   color: white;
}
.title-map {
  font-size: 37px;
  /* font-weight: 600; */
  cursor: default;
  text-align: center;
  font-family: "helvatica-roman";
  color: #292929;
}

.gray-text {
  color: #707070 !important;
}

.mb-50 {
  margin-bottom: 50px;
}

.none-line:hover:after {
  display: none !important;
}

.bottom-line {
  width: 620px;
  margin-left: -40%;
  height: 1px;
  background-color: rgb(206 206 206 / 28%);
}

.plr10 {
  padding-left: 10%;
  padding-right: 10%;
}

.mte-15 {
  margin-left: -15px;
  font-size: 15px;
  font-family: "helvatica-lt";
  cursor: default;
}

.global-text {
  text-align: center;
  font-size: 26px;
  font-weight: 100;
  cursor: default;
  font-family: "helvatica-roman";
}

.no-list {
  list-style: none;
  line-height: 30px;
  margin-top: 20px;
  color: #292929 !important;
}

.scroll_text {
  height: 600px;
  overflow: auto;
  border: #d4d4d4;
  border-style: solid;
  border-width: 1px;
}

.referans {
  width: 100%;
}

.harita {
  /* height: 489px; */
  width: 100%;
}

.title-scroll {
  color: #292929;
  font-weight: 600;
  font-family: "helvatica-roman";
  text-align: center;
  font-size: 20px;
}

.scroll_text::-webkit-scrollbar {
  width: 5px;
  height: 2px;
}

.scroll_text::-webkit-scrollbar-track {
  background-color: #E7E7E7
}

.scroll_text::-webkit-scrollbar-thumb {
  background-color: #eb4052;
  border: 1px solid rgba(92, 92, 92, 0.5);
  border-radius: 5px;
}

.scroll_text::-webkit-scrollbar-thumb:hover {
  background-color: #112031;
}

.one-box {
  width: 100%;
background-color: #fff;
}

.two-box {
  width: 250px;  background-color: rgb(255, 255, 255);

  height: 262px;
}

.grid .item:nth-child(1) {
  background-color: rgb(255, 255, 255);
}

.grid .item:nth-child(3) {
  background-color: rgb(255, 255, 255);
}

.grid .item:nth-child(4) {
  background-color: rgb(255, 255, 255);
}