.tel-f {
  display: flex;
  justify-content: center;
}

.no-desktop {
  display: none;
}

.no-mobile {
  display: block;
}

.section-main-slider {
  padding: 0px 0px;
}

p {
  font-family: 'Manrope';
}

a {
  font-family: 'Manrope';
}

h4 {
  font-family: 'Manrope-Medium';
}

input {
  font-family: 'Manrope';
}

label {
  font-family: 'Manrope';
}

section {
  padding: 0px 85px 120px 85px;
}

/*0px 140px*/
section#information-project {
  padding: 60px 95px 120px 85px;
}

section#information-request-form {
  padding: 0px 0px;
}

section#contact {
  padding: 0 0;
}

section#about-us {
  padding: 50px 120px;
}

section#services {
  padding: 60px 120px;
  background-color: #ffffff;
}

section#building-project {
  padding: 60px 95px;
  background-color: #ffff;
}

section#navbar {
  padding: 0px 100px;
}

section#project-detail {
  /* padding: 0px 250px; */
  padding: 0px clamp(10px, 12vw, 250px);
  margin-top: 25px;
}

a {
  font-family: 'Manrope-Medium';
}

body {
  font-family: 'Manrope-Medium';
}

.navbar-h {
  min-height: 100px;
  padding: 0 0 0 0;
}

.navbar-pad {
  padding: 0px 85px;
}

.navbar-item-pad {
  padding: 0%;
  margin-bottom: inherit;
  height: 100px;
}

.navbar-item-pad li:last-child {
  margin: auto;
}

.navbar-item-pad .red-button-li:first-child {
  margin-left: 0px;
}

.navbar-btn {
  background-color: #003b83;
  color: #FFFFFF;
  border-radius: 50px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
}

.navbar-btn:hover {
  background-color: #003b83;
  color: #FFFFFF;
  border-radius: 50px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
}

.navbar-btn:focus {
  background-color: #003b83;
  color: #FFFFFF;
  border-radius: 50px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
}

.navbar-logo {
  padding: 0;
  flex: 1 0 auto;
}

.nav-item {
  padding: 0px 15px 0px 0px;
  margin: auto;
}

.nav-item a {
  font-size: 18px;
  font-family: 'Manrope';
  color: #000;
}

.header-l-btn {
  text-decoration: none;
}

.header-l-btn button {
  background-color: #003b83;
  color: #FFFFFF;
  border-radius: 50px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
}

.slide-box-container {
  text-align: -webkit-center;
  margin-bottom: 100px;
}

.carousel-item img {
  width: 100%;
  height: 700px;
  max-height: max-content;
  /* object-fit: cover; */
}

.slide-box {
  background-color: #003b83;
  display: flex;
  width: calc(100% - 45%);
  border-radius: 10px;
  z-index: 54;
  position: relative;
  margin: -50px 0px 0px 0px;
  padding: 32px 30px;
  padding-top: 55px;
}

.section-main-slider .carousel-inner {
  overflow: visible;
  margin-bottom: 180px;
}

.section-main-slider.no-mobile .carousel-indicators {
  display: none;
}

.slide-text {
  display: flex;
  flex-direction: column;
  width: calc(100% - 45%);
  max-width: 990px;
  background-color: #003b83;
  border-radius: 10px;
  padding: 32px 30px;
  position: absolute;
  left: 50%;
  z-index: 50;
  bottom: -100px;
  transform: translateX(-50%);
  height: max-content;
  padding-bottom: 100px;
}

/* .slide-text {
  width: calc(100% - 45%);
  max-width: 990px;
  padding: 32px 30px;
  position: absolute;
  left: 50%;
  bottom: -100px;
  transform: translateX(-50%);
  z-index: 55;
  pointer-events: none;
} */

.banner-swiper {
  padding: 0;
  height: 700px;
  margin-bottom: 180px;
}

.banner-swiper .swiper {
  height: 100%;
  overflow: visible;
}

.banner-swiper .swiper-slide {
  margin: 0;
}

.banner-swiper-item {
  width: 100%;
  height: 100%;
  height: 700px;
}

.banner-swiper-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-swiper-item .mobile-img{
  display: none;
}

.banner-swiper .swiper-button-prev {
  left: 42.5%;
  right: unset;
  top: unset;
  bottom: 24px;
  background-color: #003b83;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  transition: all 300ms;
}

.banner-swiper .swiper-button-prev:hover,
.banner-swiper .swiper-button-next:hover {
  background-color: #FFFFFF;
}

.banner-swiper .swiper-button-prev:hover img,
.banner-swiper .swiper-button-next:hover img {
  filter: invert(1);
}

.banner-swiper .swiper-button-next {
  left: unset;
  right: 42.5%;
  top: unset;
  bottom: 24px;
  background-color: #003b83;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  transition: all 300ms;
}

.banner-swiper .swiper-button-next img,
.banner-swiper .swiper-button-prev img {
  max-height: 16px;
  display: flex;
  align-self: center;
  margin: auto;
  width: 18px;
}

.banner-swiper .swiper-button-next:after {
  display: none;
}

.banner-swiper .swiper-button-prev:after {
  display: none;
}

.slide-text p {
  color: white;
  font-size: 28px;
  margin-bottom: 0px;
  text-align: center;
}

.slide-text .slide-head {
  font-size: 28px;
  color: #fff;
  font-family: 'Manrope';
}

.slide-text-out .button-position {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 12px;
  right: 30px;
  bottom: 32px;
}

.slide-text-out .button-position a {
  transition: all 300ms;
}

.slide-box p:first-child {
  color: white;
  font-size: 28px;
  margin-bottom: 0px;
}

.slide-box p {
  color: white;
  font-size: 28px;
  text-align: left;
}


.slide-box .button-position {
  position: absolute;
  right: 25px;
  bottom: 30px;
}

.slide-prev {
  background-color: #7599c5;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  display: flex;
}

.slide-prev img {
  max-height: 16px;
  display: flex;
  align-self: center;
  margin: auto;
}

/* @media screen and (min-width: 1366px) and (max-width: 1600px) {
  .nav-item {
      padding: 0px 10px 0px 0px;
      margin: auto;
  }
} */


@media (max-width: 1140px) {
  .slide-text{
    width: 740px;
    bottom: -80px;
    height: 160px;
  }
  .slide-text .slide-head {
    font-size: 20px;
    text-align: left;
  }

  .slide-text p {
    font-size: 20px;
  }

  .banner-swiper .swiper-button-prev {
    bottom: 16px;
  }

  .banner-swiper .swiper-button-next {
    bottom: 16px;
  }
}

@media (max-width: 768px) {
    .banner-swiper-item {
      height: 330px;
  }
  .banner-swiper {
    height: 330px;
    margin-bottom: 120px;
}
  .banner-swiper-item .desktop-img{
    display: none;
  }
  .banner-swiper-item .mobile-img{
    display: block;
    height: 330px;
    object-fit: cover;
  }
  .slide-text{
    width: calc(100% - 30px);
    bottom: -110px;
    padding: 16px 15px;
    height: max-content;
    padding-bottom: 70px;
  }
  .slide-text .slide-head {
    font-size: 20px;
    text-align: center;
    margin: 0;
  }
  .banner-swiper .swiper-slide{
    padding: 0;
  }
  .banner-swiper .swiper-button-prev{
    left: 35%;
    bottom: 8px;
    /* transform: translateX(calc(50% - 30px)); */
  }
  .banner-swiper .swiper-button-next{
    bottom: 8px;
    right: 35%;
    /* transform: translateX(calc(50% + 30px)); */
  }
}

.slide-next {
  background-color: #7599c5;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  display: flex;
}

.slide-next img {
  max-height: 16px;
  display: flex;
  align-self: center;
  margin: auto;
}

.col-prev {
  justify-content: end;
  display: flex;
      z-index: 99;
}

.col-next {
  justify-content: start;
  display: flex;
      z-index: 99;
}

.timeline-swiper-step-btns {
position: absolute;
    right: 0%;
    margin: -175px 0px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.time-swiper-step-btns .col-prev .left-btn{
  position: absolute;
                 right: calc(100% + 250px);
                 z-index: 99;
}

.time-swiper-step-btns .col-next .right-btn{
 position: absolute;
                 right: 30%;
                 z-index: 99;}

.slide-prev:hover {
  background-color: #FFFFFF;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  display: flex;
}

.slide-next:hover {
  background-color: #FFFFFF;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  display: flex;
}

.slide-next:hover img {
  filter: invert(1);
}

.slide-prev:hover img {
  filter: invert(1);
}

.ongoing-projects {
  justify-content: space-between;
}

.ongoing-projects hr {
  margin-top: 30px;
  margin-bottom: 30px;
}

.center-box {
  text-align: center;
  font-family: 'Manrope-Medium';
}

.center-box h2 {
  font-size: 50px;
  font-family: 'Manrope-Bold';
  color: #003b83;
}

.information {
  margin-bottom: 268px;
}

.information-box {
  max-width: 440px;
  height: 220px;
  background-color: #003b83;
  margin-top: 5%;
  color: white;
}

.information-box div {
  padding: 60px 0px 67px 0px;
}

.information-box img {
  margin-inline: auto;
  display: flex;
}

.information-box p {
  text-align: center;
  margin-top: 13px;
  font-size: 20px;
}

.hr-border {
  background: transparent;
  background-color: #000000;
  border: 0;
  box-sizing: content-box;
  height: 1px;
  margin: 0 0;
  overflow: hidden;
  padding: 0;
}

.card {
  --bs-card-border-color: var(--bs-border-color-transparent);
  background-color: #F8F8F9;
}

.card a {
  text-decoration: none;
  color: #000;
}

.card img {
  --bs-card-inner-border-radius: calc(0rem - 0px);
  mix-blend-mode: luminosity;
  max-height: 200px;
  min-height: 200px;
}

.card-down-title img {
  max-width: 50% !important;
  min-height: 100% !important;
}

.card a:hover img {
  mix-blend-mode: normal;
}

.blend-off {
  mix-blend-mode: normal !important;
}

.card-up-body {
  padding: 5px 15px 10px 5px;
  display: flex;
  height: 85px;
  /* height: 142px; */
}

.card-up-body h5 {
  font-family: 'Manrope';
  font-size: 18px;
  padding: 12px 17px;
}

.card-down-title {
  padding: 20px 15px;
}

.card-down-title h5 {
  display: flex;
  justify-content: start;
  align-items: center;
  font-size: 40px;
  font-family: 'Gotham-Light';
  letter-spacing: -3px;
  color: #000;
}

.mt-5 {
  margin-top: 50px;
}

.card-down-title-second {
  padding: 0px;
}

.card-down-title-second h5 {
  display: flex;
  justify-content: end;
  margin: 0 0;
  font-family: 'Manrope';
  letter-spacing: -1.5px;
}

.card-down-title-second h5,
p {
  font-size: clamp(14px, 1vw, 16px);
}

.fa-arrow-right:hover:before {
  content: "\f061";
  color: #000;
}

.fa-arrow-left:hover:before {
  content: "\f060";
  color: #000;
}

.navigation-btns {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
}

.navigation-btns .navigation-btn {
  display: inline-flex;
  width: 50%;
  align-items: center;
}

.navigation-btns .go-back {
  display: flex;
  align-items: center;
}

.navigation-btns .go-next {
  display: flex;
  align-items: center;
}

.navigation-btns .go-back-partners {
  display: flex;
  align-items: center;
}

.navigation-btns .go-next-partners {
  display: flex;
  align-items: center;
}

.navigation-btns .navigation-btn {}

.navigation-btns a i {
  margin-left: auto;
  padding: 27.5px 28.5px;
  border-radius: 50%;
  background: #ffffff3b;
  font-size: 16px;
  margin-top: auto;
  margin-bottom: auto;
}

.navigation-btns a i:hover {
  margin-left: auto;
  padding: 27.5px 28.5px;
  border-radius: 50%;
  background: #F3B327;
  font-size: 16px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 10px;
}

.fa-arrow-right {
  content: "\f061";
}

.fa-arrow-left {
  content: "\f060";
}

.mobile-navigation-btn-right .fa-arrow-right:hover:before {
  content: "\f061";
  color: #000;
}

.mobile-navigation-btn-left:hover .fa-arrow-left:hover:before {
  content: "\f060";
  color: #000;
}

.navigation-btns .go-next i {
  margin-left: 10px;
}

.navigation-btns .go-back i {
  margin-right: 10px;
}

.navigation-btns .go-next-partners i {
  margin-left: 10px;
}

.navigation-btns .go-back-partners i {
  margin-right: 10px;
}

.navigation-btns .navigation-btn .back-title {
  margin-left: auto;
  text-align: right;
  color: #aeafb1;
  font-weight: bold;
}

.navigation-btns .navigation-btn .next-title {
  margin-right: auto;
  text-align: left;
  color: #aeafb1;
  font-weight: bold;
}

.navigation-btns .navigation-btn:first-child {
  /*border-right: 1px solid #35373c;*/
  justify-content: end;
}

.requestform-left-info {
  background-color: #F2F2F3;
}

.requestform-right-info {
  background-color: #E8E8E8;
}

.col-request-left-info-left-section {}

.request-left-info-left-section {}

.card-h {
  min-height: 365px;
  max-height: 365px;
}

/*milestones section*/
section.milestones {
  text-align: center;
  background: url(../img/milestones-background.jpg) no-repeat;
  background-size: cover;
  color: #fff;
  position: relative;
  padding: 0px 0px;
}

section.milestones:after {
  background: rgba(69, 91, 97, .5);
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 45px;
  content: "";
}

section.milestones div.milestones-content h2 {
  color: rgba(255, 255, 255, .3);
  font-family: 'GothamLight';
  padding-bottom: 10px;
}

section.milestones div.milestones-content img {
  display: inline-block;
  margin: 0px auto;
}

section.milestones div.milestones-content p.company {
  font-family: 'GothamBold';
  margin: 20px 0 0 0;
  color: #fff;
}

.milestones-company-text {
  display: flex;
  justify-content: center;
}

.milestones-work-text {
  display: flex;
  margin-right: 65px;
  justify-content: end;
}

.milestones-company-right-text {
  display: flex;
  margin-left: 65px;
  justify-content: start;
}

.milestones-work-right-text {
  display: flex;
  margin-left: 65px;
  justify-content: start;
}

.milestones-work-text .work {
  /* position: absolute;
    right: 12.5%;
    font-family: 'Manrope';
    margin: 50px 0 0 0;
    color: #fff;*/
  font-family: 'Manrope';
  margin: 5px 0 0 0;
  color: #fff;
  max-width: 320px;
  width: 100%;
  text-align: center;
}

.milestones-company-text .company {
  font-family: 'Manrope';
  color: #fff;
  margin: 20px 0px 5px 0px;
  max-width: 320px;
  width: 100%;
  text-align: center;
}

.milestones-work-right-text .work {
  /*position: absolute;
    font-family: 'Manrope';
    margin: 50px 0 0 0;
    color: #fff;
    right: 36.7%;*/
  font-family: 'Manrope';
  color: #fff;
  margin: 5px 0 0 0;
  max-width: 320px;
  width: 100%;
  text-align: center;
}

.milestones-company-right-text .company {
  font-family: 'Manrope';
  color: #fff;
  margin: 20px 0px 5px 0px;
  max-width: 320px;
  width: 100%;
  text-align: center;
  /*
    font-family: 'Manrope';
    margin: 20px 0 0 0;
    color: #fff;
    position: absolute;
    right: 37.6%;*/
}

.milestones-left-img {
  display: flex;
  justify-content: center;
  /* margin-right: 90px; */
}

.milestones-right-img {
  display: flex;
  justify-content: start;
  margin-left: 90px;
}

.timeline-mobile-row {
  margin: auto;
  width: 100%;
  justify-content: center;
}

.timeline-image-m {
  margin: 50px 0px 30px 0px;
}

.timelines-years a {
  text-decoration: none;
  font-size: 12px;
  color: #000000;
}

.img-responsive {
  border-radius: 10px;
  width: 100%;
  max-width: 304px;
  min-height: 174px;
  max-height: 144px;
}

.swiper-button-next-content {
  background-image: url('/assets/img/right-arrow.svg') !important;
  right: 10px;
  left: auto;
  background-color: aliceblue;
  border-radius: 50px;
  height: 52px;
  width: 52px;
}

.swiper-timelines-pad {
  padding: 120px 0px !important;
}

.slide-swiper-prev:hover {
  width: 55px;
  height: 55px;
}

.slide-swiper-prev img {
  max-height: 12px;
}

.slide-swiper-prev {
  background-color: #003b83;
  width: 73px;
  height: 73px;
  border-radius: 50px;
  display: flex;
}

.slide-swiper-prev img {
  max-height: 16px;
  display: flex;
  align-self: center;
  margin: auto;
}

.slide-swiper-prev:hover {
  background-color: #E6EDEF;
  width: 73px;
  height: 73px;
  border-radius: 50px;
  display: flex;
}

.timeline-title {
  padding: 60px 0px 0px 0px;
}

.timeline-title h2 {
  font-family: 'Manrope';
  font-size: 50px;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  border-bottom: 2px solid #E6EDEF;
  padding: 0px 0px 50px 0px;
}

.slide-swiper-next:hover {
  width: 55px;
  height: 55px;
}

.slide-swiper-next img {
  max-height: 12px;
}

.slide-swiper-next {
  background-color: #003b83;
  width: 73px;
  height: 73px;
  border-radius: 50px;
  display: flex;
}

.slide-swiper-next img {
  max-height: 16px;
  display: flex;
  align-self: center;
  margin: auto;
}

.slide-swiper-next:hover {
  background-color: #E6EDEF;
  width: 73px;
  height: 73px;
  border-radius: 50px;
  display: flex;
}

/**/
.timeline_circle_press {
  text-decoration: none;
  color: #909AA1 !important;
  background: transparent !important;
  position: absolute;
  border: 2px solid #003b83 !important;
}

.timeline_circle_press span {
  border-radius: 50%;
  height: 130px;
  width: 130px;
  background: transparent;
  position: absolute;
  border: 2px solid #909AA1;
  top: calc(100% + 35px);
  right: 0;
  left: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

/**/
.timeline_circle_chang_press {
  text-decoration: none;
  color: #909AA1 !important;
  background: transparent !important;
  position: absolute;
  border: 2px solid #003b83 !important;
}

.timeline_circle_chang_press span {
  border-radius: 50%;
  height: 130px;
  width: 130px;
  background: transparent;
  position: absolute;
  border: 2px solid #003b83;
  top: calc(100% + -30px);
  right: 0;
  left: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-wrappter-transform {
  transition-duration: 0ms;
  transform: translate3d(0px, 35px, 0px) !important;
}

.swiper-height-bar {
  height: 465px;
}

.timeline-content-bg {
  background-color: #003b83;
  height: 100%;
  min-height: 320px;
}


.swiper-button-next,
.swiper-container-rtl .swiper-button-prev:hover {
  background-image: url('/assets/img/right-w.png');
  right: 10px;
  left: auto;
  background-color: aliceblue;
  border-radius: 50px;
  height: 52px;
  width: 52px;
}

section.milestones div.milestones-content p.work {
  margin: 0;
}

section.milestones ul.nav-tabs li a {
  color: rgba(255, 255, 255, .5);
  z-index: 1;
}

section.milestones ul.nav-tabs li.active a,
section.milestones ul.nav-tabs li.active a:focus,
section.milestones ul.nav-tabs li.active a:hover {
  background: #7c9ca3;
  border: 1px solid #7c9ca3;
  border-radius: 0;
}

section.milestones ul.nav li a:focus,
section.milestones ul.nav li a:hover {
  background: none;
  border: 1px solid #7c9ca3;
  border-radius: 0;
}

section.milestones ul.nav-tabs {
  border-bottom: 0;
  padding-bottom: 2px;
  padding-top: 40px;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav>li {
  position: relative;
  display: block;
}

.nav-tabs>li {
  float: left;
  margin-bottom: -1px;
}

.nav>li>a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav-tabs>li>a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.timeline_first_section {
  position: relative;
}

.timeline_second_section {
  position: relative;
}

.timeline_center_section {
  position: relative;
}

.timeline_center_item {
  position: absolute;
  content: "";
  width: 12px;
  height: 40px;
  display: block;
  background-color: #e8eeff;
  border-radius: 20px;
  background: #003b83;
  position: absolute;
  margin-left: -10px;
  top: calc(100% + 90px);
  right: 0;
  left: 0;
  margin: auto;
  transition: all 200ms ease-in;
  z-index: 100;
}

.timeline_first_item {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  background-color: #e8eeff;
  border-radius: 20px;
  background: #003b83;
  position: absolute;
  margin-left: -10px;
  top: calc(100% + 144px);
  right: 0;
  left: 0;
  margin: auto;
  transition: all 200ms ease-in;
  z-index: 100;
}

.timeline_second_item {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  background-color: #e8eeff;
  border-radius: 20px;
  background: #003b83;
  position: absolute;
  margin-left: -10px;
  top: calc(100% + 65px);
  right: 0;
  left: 0;
  margin: auto;
  transition: all 200ms ease-in;
  z-index: 100;
}

.timeline_second_circle {
  position: relative;
}

.timeline_second_circle_item {
  border-radius: 50%;
  height: 20px;
  width: 20px;
  background: transparent;
  position: absolute;
  border: 2px solid #003b83;
  top: calc(100% + 140px);
  right: 0;
  left: 0;
  margin: auto;
}

.timeline_circle {
  position: relative;
  margin-bottom: 120px;
}

.timeline_circle_item {
  border-radius: 50%;
  height: 130px;
  width: 130px;
  background-color: #003b83;
  position: absolute;
  border: 0px solid #003b83;
  top: calc(100% + 35px);
  right: 0;
  left: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.timeline_circle a {
  text-decoration: none;
  color: white;
}

.timeline_circle a:hover {
  text-decoration: none;
  color: #003b83;
}

.timeline_circle_item:hover {
  border-radius: 50%;
  height: 130px;
  width: 130px;
  background: transparent;
  position: absolute;
  border: 2px solid #003b83;
  top: calc(100% + 35px);
  right: 0;
  left: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}


.timeline_circle_chang {
  position: relative;
  margin-bottom: 120px;
}

.timeline_circle_item_chang {
  border-radius: 50%;
  height: 130px;
  width: 130px;
  background-color: #003b83;
  position: absolute;
  border: 0px solid #003b83;
  top: calc(100% + -30px);
  right: 27%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.timeline_circle_chang a {
  text-decoration: none;
  color: white;
  right: 0;
  left: 0;
  margin: auto;
  position: absolute;
}

.timeline_circle_chang a:hover {
  text-decoration: none;
  color: #003b83;
}

.timeline_circle_item_chang:hover {
  border-radius: 50%;
  height: 130px;
  width: 130px;
  background: transparent;
  position: absolute;
  border: 2px solid #003b83;
  top: calc(100% + -30px);
  right: 0;
  left: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide {
  margin-top: 5%;
}

/*milestones section*/

.info-request-form-input .user-box input,
.user-box textarea {
  width: 100%;
  padding: 10px 0;
  font-size: 16px;
  color: #000;
  margin-bottom: 30px;
  border: none;
  border-bottom: 1px solid #000;
  outline: none;
  background: transparent;
}

.info-request-form-input .user-box input:-webkit-autofill,
.info-request-form-input .user-box input:-webkit-autofill:hover,
.info-request-form-input .user-box input:-webkit-autofill:focus,
.info-request-form-input .user-box input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
  -webkit-text-fill-color: #000 !important;
  caret-color: #000 !important;
  transition: background-color 9999s ease-in-out 0s;
  color: #000 !important;
}

.info-request-form-input .user-box label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 0;
  font-size: 16px;
  color: #000;
  pointer-events: none;
  transition: .5s;
}

.contact-form-pad div .user-box input:-webkit-autofill,
.contact-form-pad div .user-box input:-webkit-autofill:hover,
.contact-form-pad div .user-box input:-webkit-autofill:focus,
.contact-form-pad div .user-box input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
  -webkit-text-fill-color: #fff !important;
  caret-color: #fff !important;
  transition: background-color 9999s ease-in-out 0s;
  color: #FFF !important;
}

.contact-form-pad div .user-box textarea {
  color: #FFF !important;
}

.contact-main-btn{
  display: flex;
  align-items: center;
  box-shadow: none !important;
  background: transparent;
  border: none;
  justify-content: center;
  text-align: center;
  margin: auto;
}

.info-request-form-input .user-box input:focus~label,
.info-request-form-input .user-box input:valid~label {
  top: -20px;
  left: 0;
  color: #000;
  font-size: 12px;
}

/* CONTACT */
.address-box {
  margin-bottom: 10px;
}

.address-box:last-child {
  margin-bottom: 0px;
}

.address-box a {
  text-decoration: none;
  color: #000;
  font-family: 'Manrope-Light' !important;
  width: 90%;
  display: flex;
}

.iframe-contain {
  height: 100%;
  display: grid;
  gap: 5px;
}

.berkoinsaat-map {
  /* width: 81%;
  height: 100%; */

  width: 100%;
  height: 100%;
  padding: 0;
}

.berkoinsaat-map iframe {
  /* width: calc(100% + 200px); */
  height: calc(100vh - 450px);
  height: 100%;
  width: 100%;
}

.contact-form-all{
    height: 100%;
    display: grid;
}
.user-box.agree {
  position: relative;
}

.user-box.agree .kvkk-label {
  position: static;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
  pointer-events: auto;
  padding: 0;
}

.user-box.agree input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.user-box.agree .checkbox {
  width: 18px;
  height: 18px;
  border: 1px solid #889199;
  flex-shrink: 0;
  margin-top: 3px;
}

.user-box.agree input[type="checkbox"]:checked + .checkbox {
  background-color: #fff;
}

.user-box.agree .kvkk-text {
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
}

.user-box.agree .error-text {
  display: none;
  font-size: 12px;
  color: #ff4d4d;
  margin-top: 6px;
}
.user-box.agree input[type="checkbox"]:checked + .checkbox::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #003b83;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.user-box.agree .checkbox {
  position: relative;
}

.contact-form-pad {
  padding: 100px 50px;
  background-color: #003b83;
}

.contact-form-pad-down {
  padding: 40px 50px;
  background-color: #909AA1;
}

.contact-form-pad h5 {
  color: white;
  padding: 0px 0px 70px 0px;
  font-size: 30px;
  font-family: 'Manrope';
}


.user-box {
  position: relative;
}

.user-box h2 {
  margin: 0 0 30px;
  padding: 0;
  color: #fff;
  text-align: center;
}

.user-box input {
  width: 100%;
  padding: 10px 0;
  font-size: 16px;
  color: #fff;
  margin-bottom: 30px;
  border: none;
  border-bottom: 1px solid #889199;
  outline: none;
  background: transparent;
}

.user-box label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 0;
  font-size: 16px;
  color: #fff;
  pointer-events: none;
  transition: .5s;
}

.user-box input:focus~label,
.user-box input:valid~label {
  top: -20px;
  left: 0;
  color: white;
  font-size: 12px;
}

.user-box-down a {
  background-color: #003b83;
  padding: 20px;
  border-radius: 50px;
  justify-content: end;
  display: flex;
  max-width: 70px;
  min-height: 70px;
  margin-left: auto;
}

.user-box-down a img {
  margin: auto;
}

.user-box-down a:hover {
  background-color: #FFF;
}

.user-box-down a:hover img {
  filter: invert(1);
}

.user-box-down a img {
  margin: auto;
}

/**/
.ik-user-box-down button {
  text-decoration: none;
  color: white;
  font-size: 30px;
  align-items: center;
  display: flex;
  justify-content: center;
}

.ik-hov-btn {
  background-color: #d6141a;
  padding: 20px;
  border-radius: 50px;
  justify-content: end;
  display: flex;
  min-width: 70px;
  min-height: 70px;
  margin-left: 15px;
  transition: all 200ms ease-in;
}

.ik-hov-btn img {
  margin: auto;
}

.ik-user-box-down button:hover .ik-hov-btn {
  background-color: #FFF;
}

.ik-user-box-down button:hover .ik-hov-btn img {
  filter: invert(1);
}

.ik-hov-btn img {
  margin: auto;
}



.user-box-down span {

  text-decoration: none;
  color: white;
  font-family: 'Manrope';
  font-size: 30px;
  background-color: transparent;
}

.user-box-down span:hover {
  background-color: transparent;
  color: black;
}

.user-box-down h4 a:hover .user-box-down a {
  background-color: #FFF !important;
}

.user-box-down h4 {
  color: white;
  font-family: 'Manrope';
  font-size: 24px;
}

.contact-form-send-text {
  display: flex;
  align-items: center;
  max-width: 70px;
  min-height: 70px;
}

.contact-address {
  padding: 30px 30px;
  display: grid;
  gap: 30px;
}

.request-img {
  display: flex;
  /* place-content: center;*/
}

.pad-info-request {}

.requestform-right-in-pad {
  padding: 50px 75px 50px 50px;
}

.send-download {
  background-color: #003b83;
  border-radius: 32px;
  padding: 20px 60px;
  text-decoration: none;
  color: white;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.send-download:hover {
  background-color: #003b83;
  border-radius: 32px;
  padding: 20px 60px;
  text-decoration: none;
  color: white;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.send-download a {
  text-decoration: none;
  color: white;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.catalog-download-box {
  position: absolute;
  /* top: 95%;*/
  max-width: 200px;

  bottom: 0;
}

.info-request-in-pad {
  padding: 50px 40px 50px 75px;
}

.request-form-send a {
  background-color: #003b83;
  border-radius: 62px;
  text-decoration: none;
  color: #fff;
  width: 200px;
  height: 60px;
  margin-left: auto;
  align-items: center;
  display: flex;
  padding: 0px 20px;
  position: relative;
}

.request-form-send a span {
  right: 5%;
  background-color: #E6EDEF;
  border-radius: 50px;
  padding: 20px;
  position: absolute;
  /*top: 95.5%;*/
}

.request-form-send a span img {
  position: inherit;
  top: 35%;
  right: 35%;
}

/* ------ SERVİCES ----- */
.services-card {
  padding: 25px;
}

.services-card h6 {
  margin-bottom: 15px;

}

.services-card p {
  margin: 0 0;
}

.col-service {
  background-color: #fff;
  border: 1px solid #E6EDF0;
}

.service-card-top {
  margin-top: 100px;
}

.services-title h5 {
  font-size: 38px;
}

.card-list-img-h img {
  min-height: 218px;
  max-height: 218px;
}

.card-list-i-img-h img {
  min-height: 250px;
  max-height: 250px;
}

/* ------ SERVİCES ----- */

/* ------ BUİLDİNG PROJECTS ----- */
.building-project-title h2 {
  margin-bottom: 60px;
  font-size: 38px;
}

.building-title h2 {
  margin-bottom: 60px;
  font-size: 38px;
  margin-left: -10px;
}

.building-project-list-btn {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 60px;
}

.building-project-list-btn a {
  margin-top: 25px;
  text-decoration: none;
  color: #FFFF;
  background-color: #003b83;
  padding: 15px 50px;
  border-radius: 25px;
}

.building-project-list-btn a:hover {
  margin-top: 25px;
  text-decoration: none;
  color: #003b83;
  background-color: #E6EDEF;
  padding: 15px 50px;
  border-radius: 25px;
}

.slide-next-building-project {
  background-color: #E6EDEF;
  width: 73px;
  height: 73px;
  border-radius: 50px;
  display: flex;
}

.slide-next-building-project img {
  filter: invert(1);
  max-height: 16px;
  display: flex;
  align-self: center;
  margin: auto;
}

.slide-next-building-project:hover {
  background-color: #003b83;
  width: 73px;
  height: 73px;
  border-radius: 50px;
  display: flex;
  filter: invert(0);
}

.slide-next-building-project:hover img {
  filter: invert(0);
  max-height: 16px;
  display: flex;
  align-self: center;
  margin: auto;
}




.card-down-project {
  padding: 20px;
  display: flex;
}

.card-down-project .slide-next-building-project {
  background-color: #E6EDEF;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  display: flex;
  margin-left: auto;
  margin-right: 0;
}

.card-down-project .slide-next-building-project img {
  min-height: 16px;
  filter: invert(1);
  max-height: inherit;
}

.card-down-project .slide-next-building-project:hover {
  background-color: #003b83;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  display: flex;
  filter: invert(0);
}

.card-down-project .slide-next-building-project:hover img {
  filter: invert(0);
  max-height: 16px;
  display: flex;
  align-self: center;
  margin: auto;
}

.card-down-project .building-project-card {
  padding: 25px;
  height: 350px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;

}


.projects-card-list .row .col-building-project .building-project-card {
  padding: 20px;
  height: 350px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;

}

.slide-next-building-project-col {
  display: flex;
  align-items: end;
  margin-top: auto;
  margin-bottom: 0;
}



.building-project-card h6 {
  margin-bottom: 15px;
}

.building-project-card h4 {
  margin-top: 15px;
  width: 100%;
  max-width: 250px;
}

.building-project-card a {
  text-decoration: none;
  color: #003b83;
}

.building-project-card p {
  margin: 0 0;
}

.col-building-project {
  background-color: #fff;
  border: 1px solid #E6EDF0;
}

.building-project-card-top {
  margin-top: 100px;
}

.col-catalog {
  position: relative;
}

.card-down-title-second {
  padding: 0;
}

.ongoing-down {
  padding: 0;
  display: flex;
  flex-direction: row;
  gap: 20px;
  width: 100%;
  justify-content: space-between;
}

.ongoing-down .card-down-title-second h5 {
  display: flex;
  justify-content: start;
  margin: 0 0;
  font-family: 'Manrope';
  letter-spacing: 0.3px;
  font-size: clamp(14px, 1vw, 16px);
}

.card-down-title h5 {
  display: flex;
  justify-content: start;
  align-items: center;
  font-size: 40px;
  font-family: 'Gotham-Light';
  letter-spacing: -3px;
  color: #909AA1;
}

.card a:hover .card-down-title h5 {
  color: #000;
}

.card-down-content {
  height: 120px;
  display: flex;
  padding: 20px 30px;
}

.card-down-content h5 {
  display: flex;
  justify-content: left;
  align-items: center;
  margin: 0 0;
  font-size: 16px;
  font-family: 'Manrope';
  letter-spacing: -1.5px;
  color: #000;
}

.card-up-body h5 {
  font-size: 20px;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: -25px !important;
  left: 0 !important;
  position: relative !important;
  width: 100% !important;
  margin-bottom: 5.5%;
}

.carousel-indicators [data-bs-target] {
  opacity: inherit !important;
  width: 12px !important;
  height: 12px !important;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px !important;
  color: #909AA1 !important;
  width: 12px !important;
  height: 12px !important;
}

.swiper-pagination-bullet-active {
  opacity: 1 !important;
  background: #003b83 !important;
  width: 15px !important;
  height: 15px !important;
}

/* ------ BUİLDİNG PROJECTS ----- */

/* ------ BUİLDİNG PROJECTS DETAİL ----- */



.accordion-item:first-of-type {
  border: none;
  border-radius: 0;
}


.accordion-item:last-of-type .accordion-button.collapsed {
  border-radius: 0;
}

.accordion-projects .accordion-body {
  padding: 0;
  border: none;
}

.accordion-item:not(:first-of-type) {
  border: 0;
  border-top: 1px solid white;
}


.project-detail-bar {
  padding: 10px;
  background-color: #FFFFFF;
  height: 40%;
  min-height: 80px;
  align-items: center;
  display: flex;
  text-align: start;
  justify-content: start;
  /* justify-content: center; */
  position: relative;
  z-index: 9999;
  text-decoration: none;
  border: none;
  border-top: 1px solid #E6EDF0;
  border-bottom: 1px solid #E6EDF0;
  transition: 100ms;
}

.project-detail-bar-hyperlink .project-detail-bar {
  padding: 5px 10px;
  gap: 10px;
}

.project-detail-bar-hyperlink .project-detail-bar img {
  max-height: 60px;
  width: auto;
}


.project-detail-bar a {
  font-family: 'Manrope';
  text-decoration: none;
  color: #000;
  font-size: 16px;
  text-align: start;
}

.project-detail-bar-active {
  background-color: #003b83;
  color: #FFF;
  height: 40%;
  min-height: 80px;
  align-items: center;
  display: flex;
  justify-content: start;
  margin: 0;
  border: none;
  border-top: 1px solid #E6EDF0;
}


.project-detail-bar-hyperlink {
  color: #003b83;
  text-decoration: none;
  border-top: 1px solid #003b83;
  transition: 100ms;
}


.project-detail-bar-hyperlink:hover {
  color: #FFFF;
  text-decoration: none;
  background-color: #003b83;
  border-top: 1px solid #003b83;
}

.project-detail-bar-hyperlink:hover .project-detail-bar {
  color: #FFFF;
  text-decoration: none;
  background-color: #003b83;
  border-top: 1px solid #003b83;
  transition: 100ms;
}



.project-detail-bar-hyperlink-active {
  background-color: #003b83;
  text-decoration: none;
  color: #FFFF;
}

/* 
.project-detail-bar-hyperlink-active:hover {
  background-color: #fff;
  text-decoration: none;
  color: #003b83;
}


.project-detail-bar-hyperlink-active:hover .project-detail-bar {
  background-color: #fff;
  text-decoration: none;
  color: #003b83;
} */



.project-detail-bar-active a {
  font-family: 'Manrope';
  text-decoration: none;
  color: #FFFFFF;
  font-size: 16px;
  text-align: center;
}

.project-detail-section-pad .carousel-control-prev {
  right: 60px;
  width: 48px;
  top: initial;
  bottom: 6%;
  height: 48px;
  left: initial;
  background: url(./assets/img/icons/left-arrow.svg) no-repeat;
}

.project-detail-section-pad .carousel-control-next {
  right: 0px;
  width: 48px;
  height: 48px;
  bottom: 6%;
  top: initial;
  left: initial;

}

/*
.project-card-img{
  max-height: 355px;
  max-width: 650px;
}*/
.project-card-img img {
  /* max-height: 545px;
  min-height: 545px; */
  height: auto;
}

.project-card-info {
  background-color: #ffffff;
  /*max-height: 250px;
  max-width: 650px;*/
  padding: 0;
  padding-top: 0;
  margin-top: 30px;
}

.project-card-info-title {
  color: #FFFF;
  padding: 0px 0px 20px 0px;
  /* max-width: 515px; */
}

.project-card-info-title h5 {
  font-size: 20px;
  font-family: 'Manrope-Bold';
}

.project-card-title-border hr {
  width: 100%;
  color: white !important;
  margin: auto;
  opacity: 1;
}

.card-btn-end {
  display: flex;
}

.card-btn-end.card-down-project .slide-next-building-project {
  margin-right: 0;
  margin-left: auto;
}

.project-card-left-info {
  color: #FFFF;
  display: flex;
  margin-top: 25px;
  position: relative;

}

.project-card-left-info span {
  font-family: 'Manrope-Bold';
}

.project-card-left-last-info {
  color: #FFFF;
  display: flex;
  margin-top: 15px;
  position: relative;
}

.project-card-left-last-info span {
  font-family: 'Manrope-Bold';
}

.project-card-right-info {
  color: #FFFF;
  display: flex;
  margin-top: 25px;
}

.project-card-right-info span {
  font-family: 'Manrope-Bold';
}

/* .project-card-left-info p {
  position: absolute;
  right: 27%;
}

.project-card-left-last-info p {
  position: absolute;
  right: 23%;
  margin: inherit;
} */

.project-card-right-last-info {
  color: #FFFF;
  display: flex;
  margin-top: 15px;
}

.project-card-right-last-info span {
  font-family: 'Manrope-Bold';
}


.carousel-indicators .active {
  background-color: #003b83 !important;
  width: 15px !important;
  height: 15px !important;
}

.carousel-indicators li {
  background-color: #FFFFFF !important;
  border-radius: 50%;
  width: 15px !important;
  height: 15px !important;
}

.carousel-indicators {
  right: 0%;
  margin-left: auto;
  margin-right: auto;
}

.carousel-indicators [data-bs-target] {
  opacity: inherit;
  width: 18px !important;
  height: 18px !important;
}

.left-box {
  margin-top: 50px;
}

.left-box h2 {
  font-size: 38px;
  font-family: 'Manrope';
  color: #003b83;
  letter-spacing: -2px;
  padding: 50px 0px;
}

/* ------ BUİLDİNG PROJECTS DETAİL ----- */

/* ------ IK ----- */
.ik-info {
  margin-left: -10px;
  max-width: 95%;
}

.ik-form .user-box input {
  width: 100%;
  padding: 10px 0;
  font-size: 16px;
  color: #fff;
  margin-bottom: 30px;
  border: none;
  border-bottom: 1px solid #889199;
  outline: none;
  background: transparent;

}

.ik-form-title h5 {
  margin-bottom: 35px;
  padding: 0 0;
}

.ik-form-send-text {
  line-height: 7;
  margin-bottom: 10px !important;
}

.ik-form-pad {
  padding: 70px 70px;
}

.ik-user-box-down a {
  margin-left: 10% !important;
}

.ik-contact-form-send-text {
  justify-content: end;
  max-width: 100% !important;
}

.ik-contact-form-send-text h4 {
  margin-right: 10%;
  font-family: 'Manrope';
}

.userbox textarea {
  width: 100%;
  padding: 10px 0;
  font-size: 16px;
  color: #000;
  margin-bottom: 30px;
  border-radius: 0px;
  outline: none;
  background: transparent;
  border: transparent;
  border-bottom: 1px solid white;
}

.form-control:focus {
  font-family: 'Manrope';
  color: #FFF;
  background-color: transparent;
  border-color: transparent;
  border-bottom: 1px solid #889199 !important;
  outline: 0;
  box-shadow: 0 0 0 0.25rem transparent(13, 110, 253, .25);
}

textarea::-webkit-input-placeholder {
  color: #fff !important;
  font-family: 'Manrope';
}

textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #fff !important;
  font-family: 'Manrope';
}

textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff !important;
  font-family: 'Manrope';
}

textarea:-ms-input-placeholder {
  color: #fff !important;
  font-family: 'Manrope';
}

.user-box select {
  width: 100%;
  padding: 10px 0;
  font-size: 16px;
  color: #fff;
  margin-bottom: 30px;
  border: none;
  border-bottom: 1px solid #889199;
  outline: none;
  background: transparent;
  border-radius: 0;
  font-family: 'Manrope';
  box-shadow: 0 0 0 0;
  background-image: url(assets/img/icons/form-dropdown-icon.svg);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
}

/* ------ IK ----- */

/* ------ Information Society Services ----- */
.accordion-header {
  margin-bottom: 0;
}

.accordion-header button {
  background-color: #003b83;
  color: #FFF;
}

.accordion-button::after {
  filter: invert(1);
}

.accordion-button:not(.collapsed) {
  color: #FFF;
  background-color: #003b83;
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.accordion-body {
  padding: 0;
  border: 1px solid #E6EDF0;
}

.accordion-button:not(.collapsed)::after {
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  transform: var(--bs-accordion-btn-icon-transform);
  background-image: var(--bs-accordion-btn-icon);
}

.accordion-body p {
  margin: 0 0;
  display: flex;
  align-items: center;
  height: 100%;
}

.accordion-position-left {
  margin-left: -10px;
}

/* ------ Information Society Services ----- */

/* ------ SUBPAGE BANNER ------*/
.subpage-banner {
  height: 450px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 0px 0px;
}

.subpages-banner {
  padding: 0px 80px;
  background-color: #F8F8F9;
  border-bottom: 1px solid #E6EDF0;
}



.banner-breadcrumb {
  display: flex;
  list-style: none;
  margin-bottom: 0;
  padding: 15px 5px;
}

.banner-breadcrumb li:first-child {
  margin-left: 0;
}

.banner-breadcrumb li {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 24px;
}

.banner-breadcrumb li a {
  font-size: 14px;
  line-height: 14px;
  color: #909AA1;
  font-weight: 900;
  text-decoration: none;
  letter-spacing: 1px;
  font-family: 'Manrope';
  background-color: transparent;
}

.banner-breadcrumb li:after {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #909AA1;
  position: absolute;
  right: -16px;
  top: 50%;
  transform: translateY(-50%);
}

/*
 .banner-breadcrumb li:first-child {
  margin-right: 0 !important;
}

*/
/* .banner-breadcrumb li:first-child::after {
  display: none;
} */

.banner-breadcrumb li:last-child::after {
  content: '';
  width: 0px;
  height: 0px;
  border-radius: 50%;
  background-color: #909AA1;
  position: absolute;
  right: -16px;
  top: 50%;
  transform: translateY(-50%);
}

.banner-breadcrumb li:last-child:after {
  content: '';
  position: absolute;
  right: -16px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}


.list-style-none {
  list-style: none !important;
}

.list-style-none li {
  list-style: none !important;
}

.list-style-none li:after {
  list-style: none !important;
  display: none;
}


.list-style-none li .a:after {
  list-style: none !important;
}

.bread-drop .dropdown-toggle::after {
  display: none;
}

.subpage-banner__title {
  letter-spacing: 2px;
  font-family: 'Manrope-Light';
  font-size: 50px;
  display: flex;
  justify-content: center;
  position: relative;
  padding: 0;
  font-weight: 900;
  color: #fff;
  margin-bottom: 0;
  transform: translateY(-50%);
  top: calc(100% + 42%);
}

/* ------ SUBPAGE BANNER ------*/

/* ------ ABOUT-US ----- */
.about-us-text {
  margin-bottom: 70px;
}

.about-us-text h6 {
  font-size: 30px;
  margin-bottom: 40px;
  font-family: 'Manrope';
}

.about-us-text p {
  font-size: 18px;

}

.about-us-text p:last-child {}

.mision-us-text h6 {
  font-size: 30px;
  font-family: 'Manrope';
  margin-bottom: 40px;
}

.mision-us-text p {
  font-size: 18px;
}

.about-us-bg {
  background-image: url('/assets/img/hakkimizda-bg.jpg');
}

/* ------ ABOUT-US ----- */

/* ------ FOOTER ----- */

footer {
  padding: 85px 140px 0px 85px;
  background-color: #003b83;
}

footer a {
  text-decoration: none;
  color: white;
}

footer a:hover {
  color: white;
}

footer p {
  color: white;
}

footer ul {
  list-style: none;
}

footer li a {
  line-height: 2;
  font-family: 'Manrope-Light';
  font-size: 15px;
}

.footer-logo {
  justify-content: center;
  display: flex;
  border-bottom: 2px solid #7B858D;

}

.footer-logo img {
  margin-bottom: 40px;
  max-height: 60px;
}

.footer-contact-left {
  justify-content: end;
  display: flex;
}

.footer-contact-center {
  justify-content: center;
  display: flex;
  padding: 0 0;
}

.footer-contact-center img {
  padding: 0px 10px;
}

.footer-contact-right {
  justify-content: start;
  display: flex;
  margin-left: 0%;
}

.footer-contact-right img {
  padding: 0px 10px;
}

.iso {
  display: flex;
  justify-content: end;
  margin-left: auto;
  margin-right: 4%;
}

.ohsas {
  display: flex;
  justify-content: start;
  margin-right: auto;
  margin-left: 4%;
}

.pad-address {
  padding: 20px 0px 10px;
}

.pad-address a {
  font-family: 'Manrope';
}

.pad-certification {
  padding: 10px 0px;
}

.mision-vision {
  color: #fff;
  list-style: disc;
  margin-left: 15px;
  display: revert;
}

/* ------ FOOTER ----- */
/***/
body {
  background: #fff;
}

.swiper-container.timelines-content {
  width: 100%;
  height: 100%;
}

.timeline {

  margin: 80px auto 0;
  list-style-type: none;
  padding: 0;
  text-align: center;
}

.timeline li {
  transition: all 200ms ease-in;
}

.timestamp {
  margin-bottom: 20px;
  padding: 0px 40px;
}

.status {
  padding: 0px;
  display: block;
  width: 100%;
  position: relative;
  transition: all 200ms ease-in;
}

.status h5 {
  color: #826944;
  padding-top: 20px;
  font-size: 21px;
}

.status p {
  font-size: 14px;
  color: #a78758;
}

.swiper-start .status .icn-start {
  left: 0;
}

.swiper-end .status .icn-end {
  right: 0;
}

.swiper-start .status,
.swiper-end .status {
  margin-top: 44px;
}

.swiper-slide .icn-end,

.swiper-slide .icn-end:after,
.swiper-slide .icn-start:after {
  content: "\e872";
  font-family: icons;
  position: relative !important;
  top: 5px;
  color: #ebe4da;
}

.swiper-button-next,
.swiper-button-prev {
  margin-top: -44px;
  z-index: 400;
}

.swiper-container.timelines-content {
  width: 100%;
  height: 350px;
}

.timelines-years {
  width: 400px;
  margin-bottom: 0;
  padding: 20px 0;
  border-bottom: 1px solid #ebe4da;
}

.timelines-years a {
  text-decoration: none;
  font-size: 12px;
  color: #826944;
}

.timeline_circle_item_chang {
  border-radius: 50%;
  height: 130px;
  width: 130px;
  background-color: #003b83;
  position: absolute;
  border: 0px solid #003b83;
  top: calc(100% + -30px);
  right: 0;
  left: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.timeline_first_item_chang {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  background-color: #e8eeff;
  border-radius: 20px;
  background: #003b83;
  position: absolute;
  margin-left: -10px;
  top: 85px;
  left: 50%;
  transition: all 200ms ease-in;
  z-index: 100;
}

.timeline_second_item_chang {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  background-color: #e8eeff;
  border-radius: 20px;
  background: #003b83;
  position: absolute;
  margin-left: -10px;
  top: calc(100% + 12px);
  left: 0;
  right: 0;
  margin: auto;
  transition: all 200ms ease-in;
  z-index: 100;
}

.timeline_second_circle_item_chang {
  border-radius: 50%;
  height: 20px;
  width: 20px;
  background: transparent;
  position: absolute;
  border: 2px solid #003b83;
  top: calc(100% + 140px);
  right: 48%;
}

.timeline_first_item_chang {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  background-color: #003b83;
  border-radius: 20px;
  background: #003b83;
  position: absolute;
  margin-left: -10px;
  top: 144px;
  right: 0;
  left: 0;
  margin: auto;
  transition: all 200ms ease-in;
  z-index: 100;
}

.timeline_second_circle_item_chang {
  border-radius: 50%;
  height: 20px;
  width: 20px;
  background: transparent;
  position: absolute;
  border: 2px solid #003b83;
  top: calc(100% + 140px);
  right: 0;
  left: 0;
  margin: auto;
}

.timeline_center_item_chang {
  position: absolute;
  content: "";
  width: 12px;
  height: 95px;
  display: block;
  background-color: #e8eeff;
  border-radius: 20px;
  background: #003b83;
  position: absolute;
  margin-left: -10px;
  top: 35px;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 200ms ease-in;
  z-index: 100;
}

.timeline-mobile-btn {
  display: none;
}

.footer-center-copyright {
  margin: auto;
  font-family: 'Manrope-Bold';
}

.footer-copyright {
  position: absolute;
  font-family: 'Manrope-Bold';
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
  color: #FFFFFF;
  background-color: #003b83;
  border-color: var(--bs-btn-active-border-color);
}

.text-decoration-n {
  text-decoration: none;
}


.seral-content {
  /* color:white; */
  /* margin-top:15px */
}

.accordion-project-list {
  position: relative;
  z-index: 9;
}

.social-icons {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 20px;
}

.social-icons a {
  color: #003b83;
  background-color: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 20px;
  transition: 0.3s;
  text-decoration: none;
  display: flex;
}

.social-icons a i {
  margin: auto;
}

.social-icons a:hover {
  transform: scale(1.1);
  opacity: 0.8;
  background-color: #003b83;
  color: #fff;
  border: 1px solid #fff;
}

.seral-content p img {
  margin: auto;
  display: flex;
  margin-top: 40px;
}




.red-button-li {
  position: sticky;
  right: 0;
  top: 0;
  padding: 20px 10px 20px;
  background-color: #d6141a;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  max-width: 120px;
  text-align: center;
  margin-bottom: auto;
  margin-right: 10px;
  white-space: normal; 
  display: inline-block; 
  line-height: 1.2;
}


.red-button-li a {
  text-decoration: none;
  color: white;
  text-align: center;
}


.contact-address-group-f {
  gap: 10px;
  display: grid;
}

.contact-address-group-f h4 {
  color: white;
}

.contact-address-group-f div .footer-group-item-f {
  text-align: start;
  justify-content: start;
  display: flex;
  gap: 10px;
}

.footer-projects {
  margin-bottom: 5px;
  margin-top: 15px;
}

.footer-projects a {
  font-family: 'Manrope-Bold';
}

.footer-grid-center-f {
  justify-content: center;
  margin-bottom: 20px;
}

    .kvkk-policy-group  {
    margin-bottom:20px;    
}
    .kvkk-policy-group ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.kvkk-policy-group li {
    position: relative;
    padding: 0 12px;
    font-size: 14px;
}

.kvkk-policy-group li:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 14px;
    width: 1px;
    background-color: #ccc;
}

.kvkk-policy-group ul li a {
    text-decoration: none;
    color: #FFF;
}

.kvkk-policy-group ul li a:hover {
    text-decoration: underline;
    text-decoration: none;
}

.footer-grid-center-f div .f-mobile-pad {
  margin-top: 12.5px;
  display: grid;
  gap: 10px;
}


.navbar-next-menu {
  display: flex;
  height: 95px;
  padding-left: 0;
}

.navbar-next-menu .red-button-li:first-child {
  margin-left: 0;
}

.navbar-next-menu li {
  margin: auto;
  margin-left: 20px;
}

.project-detail-column {
  height: auto;
  display: flex;
  border-radius: 10px;
  border: 1px solid gray;
}

.project-detail-img {
  width: 100%;
  object-fit: cover;
  border-radius: 12px;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  object-position: top;
}

.project-detail-img:hover {
  transform: scale(1.05);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
}


.security-form-content a{
  border: 1px solid #E6EDF0;
  width: 100%;
  background-color: #F8F8F9;
  text-align: center;
  padding: 15px;
  text-decoration: none;
  color: #000;
  display: inline-block;
}



.security-form-content a i{
  margin-right: 5px;
}

/***/
@media(max-width:1800px) {

  .slide-head {
    left: 24.5%;
  }

}

/***/
@media(max-width:1668px) {
  footer li a {
    line-height: 2;
    font-size: 13px;
  }

  .subpages-banner {
    padding: 0px 90px;
  }

  .nav-item {
    padding: 0px 10px 0px 0px;
  }

  .card-list-img-h img {
    min-height: 175px;
    max-height: 175px;
  }

  .card-list-i-img-h img {
    min-height: 200px;
    max-height: 200px;
  }

  .card-up-body h5 {
    font-size: 16px;
  }

  .red-button-li {
    width: 150px;
  }

  .red-button-li a {
    font-size: 15px;
  }

}

@media(max-width:1500px) {
  .navbar-pad {
    padding: 0px 40px;
  }

  .nav-item {
    padding: 0px 20px 0px 0px;
  }

  .red-button-li {
    width: 140px;
    font-size: 14px;
  }

 
}

@media(max-width:1450px) {
  .nav-item a {
    font-size: 16px;
  }

  .contact-address {
    padding: 25px 25px;
  }

  .card img {
    max-height: 150px;
    min-height: 150px;
  }

  .card img {
    max-height: max-content;
    min-height: 150px;
  }

  .card-up-body h5 {
    font-size: 14px;
  }

  .carousel-item img {
    width: 100%;
    max-height: max-content;
  }

  .slide-box {
    padding: 20px 20px;
    padding-top: 60px;
  }

  .slide-head {
    bottom: -1.5%;
    left: 24%;
  }

  .slide-box p:first-child {
    color: white;
    font-size: 25px;
  }

  .slide-box p {
    color: white;
    font-size: 30px;
  }
}

@media (max-width:1350px) {
  .nav-item {
    padding: 0px 20px 0px 0px;
  }

  .navbar-pad {
    padding: 0px 20px;
  }

  .red-button-li {
    width: 100px;
    margin-right: 20px;
  }
}

@media (max-width:1350px) {
  .nav-item {
    padding: 0px 15px 0px 0px;
  }

  .navbar-pad {
    padding: 0px 10px;
  }

  .red-button-li {
    width: 100px;
    margin-right: 10px;
  }
}


@media(max-width:1224px) {

  section {
    padding: 0px 60px 50px 60px;
  }

  .ongoing-down {
    display: initial;
  }


  .navbar-pad {
    padding: 0px 40px;
  }

  .slide-box p {
    color: white;
    font-size: 22px;
  }

  .slide-box .button-position {
    bottom: 25px;
  }

  .slide-box p:first-child {
    color: white;
    font-size: 22px;
  }

  .slide-head {
    bottom: -2%;
  }

  .contact-address {
    padding: 150px 40px;
  }

  .nav-item {
    padding: 0px 0px 0px 0px;
  }

  .nav-item a {
    font-size: 13px;
  }

  .info-request-form-input .user-box input,
  .user-box textarea {
    font-size: 14px;
  }

  .request-right h4 {
    font-size: 18px;
  }

  .col-catalog p {
    font-size: 13px;
  }

  .col-catalog h4 {
    font-size: 18px;
  }

  .user-box-down a {
    margin-left: 10px;
    min-width: 70px;
  }

  .send-download {
    padding: 10px 50px;
  }

  .send-download:hover {
    background-color: #003b83;
    border-radius: 32px;
    padding: 10px 50px;
    text-decoration: none;
    color: white;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
  }

  section#building-project {
    padding: 60px 50px;
    background-color: #F8F8F9;
  }

  .building-title h2 {
    margin-bottom: 60px;
    font-size: 28px;
    margin-left: -10px;
  }

  .ik-info {
    font-size: 16px;
  }

  .card-down-title h5 {
    font-size: 30px;
  }

  .timeline-title h2 {
    font-size: 32px;
    padding: 0px 0px 55px 0px;
  }

  section#about-us {
    padding: 50px 40px;
  }


  .milestones-company-right-text .company {
    margin: auto;
  }

  .milestones-work-right-text .work {
    margin: auto;
  }

  .milestones-right-img {
    margin: auto;
    margin-bottom: 20px;
  }

  .milestones-right-img img {
    margin: auto;
  }

  .img-responsive {
    margin: auto;
    width: auto;
  }

  .milestones-company-text .company {
    margin: auto;
    width: auto;
  }

  .milestones-left-img {
    margin: auto;
    margin-bottom: 20px;
  }

  .milestones-work-text .work {
    margin: auto;
    width: auto;
  }

  .subpages-banner {
    padding: 0px 20px;
  }

  .navbar-pad {
    padding: 0px 20px;
  }

  .contact-address {
    padding: 30px 25px;
  }

  .milestones-company-right-text {
    margin-left: auto;
  }

  .milestones-work-right-text {
    margin-left: auto;
  }

  .milestones-company-text {
    margin-right: auto;
  }

  .milestones-work-text {
    margin-right: auto;
  }

  .red-button-li {
    width: 80px;
    margin-right: 5px;
  }

  .navbar-logo {
    padding: 0;
    flex: auto;
  }

  .red-button-li a {
      font-size: 12px;
  }
}

@media(max-width:1024px) {


  .slide-head {
    font-size: 26px;
    width: 450px;
  }

  .slide-box p {
    color: white;
    font-size: 18px;
  }

  .slide-box p:first-child {
    color: white;
    font-size: 18px;
  }

  .slide-box {
    margin: -50px 0px 0px 0px;
  }

  .nav-item {
    padding: 0px 0px 0px 0px;
  }

  .info-request-in-pad {
    padding: 10px 0px 50px 75px;
  }
}

@media(max-width:900px) {
  .info-request-in-pad {
    padding: 10px 0px 50px 75px;
  }

  .catalog-download-box {
    position: absolute;
    top: 95%;
    max-width: 200px;
    bottom: 0;

  }

  .banner-breadcrumb li {
    margin-right: 12px;
  }

  .banner-breadcrumb li:after {
    top: 50%;
  }
}

@media(max-height:767px) {
  .navbar-h {
    min-height: 80px;
    padding: 0 0 0 0;
  }

  .carousel-item img {
    width: 100%;
    max-height: 500px;
  }

  .slide-box {
    width: calc(100% - 40%);
    margin: -135px 0px 0px 0px;
  }

  .slide-next {
    background-color: #003b83;
    width: 63px;
    height: 63px;
    border-radius: 50px;
    display: flex;
  }

  .slide-next:hover {
    background-color: #FFFFFF;
    width: 63px;
    height: 63px;
    border-radius: 50px;
    display: flex;
  }

  .slide-prev {
    background-color: #003b83;
    width: 63px;
    height: 63px;
    border-radius: 50px;
    display: flex;
  }

  .slide-prev:hover {
    background-color: #FFFFFF;
    width: 63px;
    height: 63px;
    border-radius: 50px;
    display: flex;
  }

  .slide-box p:first-child {
    color: white;
    font-size: 20px;
    margin-bottom: 5px;
  }

  .slide-box p {
    color: white;
    font-size: 25px;
    margin-bottom: 5px;
  }

  .timeline_circle_chang_press {
    background: transparent;
    position: absolute;
    border: 2px solid #003b83;
}

}

.test {
  position: absolute;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}


/* ------ MOBİLE ----- */
@media(max-width:992px) {
  .slide-head {
    bottom: -4%;
    left: 19.8%;
    font-size: 24px;
  }

  .slide-box {
    width: calc(100% - 35%);
  }

  .card-down-title-second h5,
  p {
    font-size: clamp(16px, 2vw, 19px);
  }

  .ongoing-down-mobile .card-down-title-second h5 {
    justify-content: start;
  }

  .navbar-item-pad {
    height: auto;
  }

  .nav-link.dropdown-toggle {
    margin-bottom: 0px;
  }

  .accordion-menu-mobile .accordion-section .accordion-content ul {
    list-style: none;
    padding-left: 10px;
  }

  .accordion-menu-mobile .accordion-section .accordion-content li a {
    text-decoration: none;
    font-size: 16px;
  }

  .accordion-menu-mobile .accordion-section .accordion-toggle {
    padding-bottom: 5px;
    font-size: 18px;
  }
  .security-form-content{
    margin-bottom: 20px;
  }
}

@media(max-width:768px) {
  .info-request-in-pad {
    padding: 10px 50px 50px 75px;
  }

  .slide-head {
    bottom: -20px;
    font-size: 18px;
    width: auto;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }


  .slide-box .button-position {
    position: relative;
    bottom: 0;
    right: auto;
  }

  .slide-box-container {
    text-align: -webkit-center;
    margin-bottom: 250px;
    position: relative;
    top: 250px;
  }

  .slide-box p:first-child {
    display: none;
  }

  .slide-box p {
    display: none;
  }

  .tel-f {
    display: none;
  }




  .swiper-slide {
    margin-top: auto;
  }

  .nav-item a {
    font-size: 14px;
  }

  section#timeline {
    padding: 50px 0px;
  }

  section#information-project {
    padding: 10px 10px;
  }

  section#about-us {
    padding: 50px 10px;
  }

  section#building-project {
    padding: 40px 20px;
  }

  section#services {
    padding: 20px 15px;
  }

  section#project-detail {
    padding: 0px 0px;
  }

  .contact-address {
    padding: 40px 20px;
  }

  .service-card-top {
    margin-top: 25px;
  }

  .mobile-ik-pad {
    padding: 40px 0px !important;
  }

  .mobile-ik-container-pad {
    padding: 0px 30px;
  }

  .row-project-detai {
    padding-right: 0px !important;
    padding-left: 0px !important;
    padding-right: calc(var(--bs-gutter-x) * 0);
    padding-left: calc(var(--bs-gutter-x) * 0);
  }

  .no-mobile {
    display: none;
  }

  .no-desktop {
    display: block;
  }

  section {
    padding: 0px 4px;
  }

  .navbar-pad {
    padding: 0px 0px;
  }

  .carousel-item img {
    height: 100%;
  }

  .information-box div {
    margin: 10px 0px;
  }

  .information-box {
    max-width: 440px;
    height: 220px;
    background-color: #003b83;
    margin-top: 5%;
    margin: auto;
  }

  .mobile-navbar-btn {
    border: transparent;
    padding: 5%;
  }

  .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
  }

  .mobile-navbar-btn:focus {
    border: transparent;
    box-shadow: 0;
  }

  .navbar-mobile-container {
    --bs-gutter-x: 0rem;
  }

  .navbar-mobile-content-section {
    background-color: rgb(248, 248, 249);
  }

  .navbar-item-pad {
    padding: 5%;
    margin-bottom: 75% !important;
  }

  .nav-item a {
    font-size: 18px;
    font-family: 'Manrope';
    color: #000;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .slide-box p:first-child {
    font-size: 17px;
    font-family: 'Manrope';
  }

  .slide-box p {
    color: white;
    font-size: 20px;
    margin-bottom: 0;
  }

  .slide-box {
    width: calc(100% - 30%);
    margin: -285px 0px 0px 0px;
    padding-top: 40px;
  }

  .slide-next {
    width: 40px;
    height: 40px;
    margin-top: 10px;
  }

  .slide-prev {
    width: 40px;
    height: 40px;
    margin-top: 10px;
  }

  .slide-next img {
    max-height: 12px;
  }

  .slide-prev img {
    max-height: 12px;
  }

  .slide-next:hover {
    width: 40px;
    height: 40px;
  }

  .slide-prev:hover {
    width: 40px;
    height: 40px;
  }

  .center-box {
    margin-bottom: 20px;
    margin-top: 40px;
  }

  .center-box h2 {
    font-size: 24px;
  }

  .left-box {
    margin-top: 50px;
  }

  .left-box h2 {
    font-size: 38px;
    font-family: 'Gotham-Light';
    color: #003b83;
    letter-spacing: -2px;
  }

  .requestform-right-in-pad {
    padding: 25px;
  }

  .request-form-send a {
    margin-left: inherit;
  }

  .request-right h4 {
    font-size: 20px;
    margin-bottom: 25px;
  }

  .info-request-form-input .user-box label {
    font-size: 12px;
  }

  footer {
    padding: 10px 10px;
  }

  .f-mobile-pad {
    padding: 30px 0px;
  }

  footer a {
    display: flex;
    justify-content: center;
  }

  .carousel-indicators .active {
    background-color: #003b83 !important;
    width: 15px !important;
    height: 15px !important;
  }

  .carousel-indicators li {
    background-color: #909AA1 !important;
    border-radius: 50%;
    width: 10px !important;
    height: 10px !important;
  }

  .carousel-indicators {
    right: 0%;
    top: 100%;
  }

  .navbar-logo {
    padding: 5% 0% 5% 5%;
    margin: 0;
  }

  .navbar-logo img {}

  .footer-contact-left {
    font-size: 14px;
    justify-content: center;
    font-family: 'Manrope';
  }

  .footer-contact-center {
    font-size: 14px;
    justify-content: center;
    font-family: 'Manrope';
    padding: 10px;
  }

  .footer-contact-right {
    font-size: 14px;
    justify-content: center;
    font-family: 'Manrope';
    padding: 10px;
  }

  .footer-center-copyright p {
    font-size: 14px;
    justify-content: center;
    display: flex;
    font-family: 'Manrope-Bold';
  }

  .info-request-in-pad {
    padding: 20px 10px 60px 10px;
  }

  .catalog-download-box {
    position: absolute;
    /*top: calc(100% + 6%);
  right: calc(100% + 9%);*/
    top: auto;
    display: 200px;
    bottom: 0;
    left: 0;
    padding-left: 10px;
  }

  .col-catalog p {
    font-family: 'Gotham-Light';
    letter-spacing: -0.5px;
    font-size: 16px;
    margin-top: 0%;
  }

  .services-title h5 {
    font-size: 20px;
    margin-bottom: 20px;
    font-family: 'Manrope';
  }

  .subpages-banner {
    padding: 0px 5px;
  }

  .about-us-text h6 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .mision-us-text h6 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .subpage-banner {
    height: 280px;
  }

  .subpage-banner__title {
    font-size: 46px;
    top: calc(65%);
  }

  .about-us-bg {
    background-position-x: center;
  }

  .about-us-text p {
    letter-spacing: -0.5px;
    font-size: 16px;
    font-family: 'Gotham-Light';
  }

  .mision-us-text p {
    letter-spacing: -0.5px;
    font-size: 16px;
    font-family: 'Gotham-Light';
  }

  .about-us-text {
    margin-bottom: 40px;
  }

  /* ------ CONTACT ------ */
  .berkoinsaat-map {
    width: 100%;
  }

  .berkoinsaat-map iframe {
    width: calc(100%);
  }

  .contact-form-pad {
    padding: 65px 50px;
  }

  .contact-form-pad h5 {
    padding: 0px 0px 50px 0px;
  }

  .mobile-iframe-pad {
    padding: 0 0;
    height: 40vh;
  }

  .mobile-adress-title {
    margin: 0px 0px;
    margin-top: 5px;
    font-size: initial;
    font-family: 'Gotham-Light' !important;
    letter-spacing: -0.5px;
  }

  .user-box-down h4 {
    font-size: 30px;
  }

  .mobile-adress-text {
    line-height: 2;
  }

  .address-up-box {
    margin: 10px 0px;
  }

  .gm-style .place-card-medium {
    display: none !important;
  }

  .gm-inset-light {
    display: none !important;
  }

  /* ----- BUİLDİNG PROJECTS ----- */
  .building-project-title h2 {

    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 20px;
  }

  .building-project-detail-mobile-box {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .building-project-m {
    margin-bottom: 100px;
  }

  .carousel.pointer-event {
    touch-action: pan-y;
  }

  .building-project-card h4 {
    width: 95%;
    font-family: 'Manrope';
  }

  .building-project-card {
    height: 300px;
  }

  .banner-breadcrumb li a {
    font-size: 12px;
    letter-spacing: 0.5px;
  }

  .card-down-title h5 {
    display: flex;
    justify-content: start;
    align-items: center;
    font-size: 40px;
    font-family: 'Manrope-Bold';
    letter-spacing: 1px;
    color: #909AA1;
  }

  /* ----- PROJECT DETAİLS ----- */
  .project-detail-section-pad {
    height: 100%;
    padding: 0 0;
  }

  .project-card-info {
    max-height: auto;
  }

  .project-card-right-info {
    margin-top: 25px;
  }

  .project-card-info-title {
    text-align: center;
  }


  .project-card-left-last-info p {
    margin: 10px 0px;
    right: 41%;
  }

  .project-card-left-info {
    justify-content: center;
  }

  .project-card-left-info p {
    right: auto;
  }

  .project-card-left-last-info {
    justify-content: center;
    margin-top: 0;
  }

  .project-card-left-last-info p {
    margin-top: 0;
  }

  .project-card-right-info {
    justify-content: center;
    margin-left: auto;
  }

  .project-card-right-last-info {
    margin-top: 0px;
    margin-left: 0px;
    justify-content: center;
  }

  .project-detail-bar a {
    font-size: 18px;
  }

  .project-detail-bar-active a {
    font-size: 16px;
  }

  .project-detail-bar a {
    font-size: 16px;
  }

  .project-slide-mobile {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .carousel-indicators [data-bs-target] {
    opacity: inherit;
    width: 12px;
    height: 12px;
  }

  .carousel-indicators .active [data-bs-target] {
    opacity: inherit;
    width: 12px;
    height: 12px;
  }

  .indicator-mobile {
    right: 0%;
    top: 87%;
    height: min-content;
  }

  .indicator-mobile li {
    background-color: #FFF !important;
    opacity: inherit;
    width: 8px !important;
    height: 8px !important;
  }

  .indicator-mobile .active [data-bs-target] {
    opacity: inherit;
    width: 12px;
    height: 12px;
  }

  .carousel-indicators [data-bs-target] {
    opacity: inherit;
    width: 15px !important;
    height: 15px !important;
  }

  .project-card-title-border hr {
    width: 85%;
  }

  .pointer-event-mt {
    margin-top: 5%;
  }

  /* ----- TİMELİNE SECTİON ----- */
  .timeline_circle {
    position: relative;
    margin-bottom: 119px;
  }

  .timeline_circle_chang {
    position: relative;
    margin-bottom: 119px;
  }

  .timeline-mobile-row {
    --bs-gutter-x: 0rem;
  }

  .swiper-wrappter-transform {
    transition-duration: 0ms;
    transform: translate3d(58%, 0px, 0px) !important;
  }

  .timeline_second_item {
    left: 0;
    right: 0;
    margin: auto;
  }

  .timeline_center_item {
    left: 0;
    right: 0;
    margin: auto;
  }

  .timeline_second_circle_item {
    left: 0;
    right: 0;
    margin: auto;
  }

  .timeline_first_item {
    left: 0;
    right: 0;
    margin: auto;
  }

  .timeline_first_item_chang {
    left: 0;
    right: 0;
    margin: auto;
  }

  .timeline_circle_chang a {
    left: 0;
    right: 0;
    margin: auto;
  }

  .timeline_second_circle_item_chang {
    left: 0;
    right: 0;
    margin: auto;
  }

  .timeline_circle_press span {
    left: 0;
    right: 0;
    margin: auto;
  }

  .timeline-btn {
    display: none;
  }

  .timeline-mobile-btn {
    display: block;
  }

  .timeline-title h2 {
    font-size: 25px;
  }

  .swiper-height-bar {
    height: 300px;

  }

  .timeline-content-bg {
    background-color: #003b83;
    height: auto;
  }

  .milestones-company-text .company {
    justify-content: center;
    position: initial;
    display: flex;
  }

  .milestones-work-text .work {
    margin: 10px 0 0 0;
    color: #fff;
    justify-content: center;
    display: flex;
    position: initial;
  }

  .milestones-company-right-text .company {
    justify-content: center;
    position: initial;
    display: flex;
    width: 100%;
  }

  .milestones-work-right-text .work {
    margin: 10px 0 0 0;
    color: #fff;
    justify-content: center;
    display: flex;
    position: initial;
    width: 100%;
  }

  .timeline_circle_item {
    right: 0;
    left: 0;
    margin: auto;
  }

  .timeline_circle_item:hover {
    left: 0;
    right: 0;
    margin: auto;
  }

  .timeline_circle_chang_press span {
    top: calc(100% + 0px);
    left: 0;
    right: 0;
    margin: auto;
  }

  .timeline_circle_item_chang {
    top: calc(100% + 0px);
    left: 0;
    right: 0;
    margin: auto;
  }

  .timeline_second_item_chang {
    top: calc(100% + 30px);
    left: 0;
    right: 0;
    margin: auto;
  }

  .timeline_center_item_chang {
    height: 80px;
    top: calc(100% + 52px);
    left: 0;
    right: 0;
    margin: auto;
  }

  .timeline_circle_item_chang:hover {
    top: calc(100% + 0px);
    left: 0;
    right: 0;
    margin: auto;
  }

  .timeline-title {
    padding: 60px 0px 10px 0px;
  }

  .timeline-slider-mb {
    margin-bottom: 20px;
  }

  .milestones-work-text .work {
    width: calc(100%);
  }

  .milestones-company-text .company {
    width: calc(100%);
  }

  .milestones-right-img {
    display: flex;
    justify-content: start;
    margin-left: 5%;
    margin-right: 5%;
  }

  .img-responsive {
    border-radius: 10px;
    width: auto;
  }

  .milestones-left-img {
    display: flex;
    justify-content: end;
    margin-right: 5%;
    margin-left: 5%;
  }

  .timeline-image-m {
    margin: 36px 0px 30px 0px;
  }

  /* ---- İNFO SERVİCES ---- */
  section#building-project {
    background-color: #FFF;
  }

  .building-title h2 {
    margin-bottom: 25px;
    font-size: 20px;
    margin-left: -10px;
    font-family: 'Manrope';
  }

  /* ---- FOOTER ----- */
  .f-mobile-pad li {
    margin-top: 5px;
  }

  .footer-logo {
    justify-content: center;
    display: flex;
    border-bottom: 2px solid #7B858D;
    margin-bottom: 20px;
  }

  .footer-copyright {
    display: none;
  }

  .footer-center-copyright {
    padding-left: 0%;
  }

  .send-download {
    padding: 10px 50px;
  }

  .iso {

    /*
   padding-right: 27.6%;
   */
  }

  .ohsas {
    /*
  padding-left: 11.2%;
  */
  }

  #projectContainer {
    padding: 0;
    margin: 0;
  }

  #projectContainer .card {
    max-width: 400px;
    margin: auto;
  }

  .card-down-title img {
    width: 50%;
    max-width: 50%;
    min-height: 100%;
  }

  .milestones-work-text {
    margin-right: auto;
    justify-content: center;
  }

  .milestones-work-right-text {
    margin-left: auto;
    justify-content: center;
  }

  .milestones-company-text {
    margin-right: auto;
    justify-content: center;
  }

  .milestones-company-right-text {
    margin-left: auto;
    justify-content: center;
  }

  .address-box {
    margin-bottom: 10px;
  }

  .banner-swiper .swiper {
    height: 330px;
  }
}



@media(max-width:580px) {
  .projects-card-list .row .col-building-project .building-project-card {
    padding: 20px;
    height: min-content;
    display: flex;
    flex-direction: inherit;
    align-items: flex-start;
    justify-content: space-between;
  }

  .slide-next-building-project-col {
    margin-bottom: auto;
  }

  .navbar-logo img {
    max-width: 220px;
  }

}

/* ------ MOBİLE ----- */

@media(max-width:420px) {
  .catalog-download-box {
    position: absolute;
    max-width: 200px;
    bottom: 0;
    padding-left: 10px;
  }

  .swiper-slide {
    margin-top: 5%;
  }

  .card-list-img-h img {
    min-height: 170px;
    max-height: 170px;
  }

  .card-list-i-img-h img {
    min-height: 170px;
    max-height: 170px;
  }

  .card-down-title img {
    width: 50%;
    max-width: 50%;
    min-height: 100%;
  }

  .card-up-body h5 {
    font-size: 14px;
  }

  .request-img {
    width: calc(100% + 10%);
  }

  .milestones-work-text {
    margin-right: auto;
    justify-content: center;
  }

  .milestones-work-right-text {
    margin-left: auto;
    justify-content: center;
  }

  .milestones-company-text {
    margin-right: auto;
    justify-content: center;
  }

  .milestones-company-right-text {
    margin-left: auto;
    justify-content: center;
  }

  .timeline-content-bg {
    background-color: #003b83;
    /* height: 670px; */
    height: auto;
  }

  /* 
card css
*/
  .building-project-card {
    padding: 25px;
    height: 350px;
    display: flex;
    flex-direction: inherit;
    align-items: center;
    justify-content: space-between;
  }

  .building-project-card {
    height: 200px;
  }

  #contact-form {
    padding: 0;
  }

  .project-card-img img {
    max-height: 300px;
    min-height: 300px;
  }

  /* 
card css
*/
}

/* NEW MOBİLE ONGOİNG CARDS*/

/* Genel Swiper ayarları */
.custom-swiper-section {
  width: 100%;
  margin: 0 auto;
  padding: 50px 0;
}

.custom-swiper-card {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.swiper-wrapper-card {
  display: flex;
  transition: transform 0.5s ease;
}

.swiper-slide-card {
  flex: 0 0 100%;
  box-sizing: border-box;
  padding: 0 10px;
}

.swiper-slide-card .card {
  width: 100%;
  background: #fff;
  border-radius: 0;
  box-shadow: none;
}

.swiper-slide-card .card-head {
  padding: 15px 20px;
  height: 100px;
}

.swiper-slide-card .card-head h5 {
  font-size: 20px;
  font-weight: bold;
}

.swiper-slide-card .card .card-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.swiper-slide-card .card .card-body {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}

.card-down-project .slide-next-building-project img {
  min-height: 16px;
  filter: invert(1);
  max-height: inherit;
}

.swiper-slide-card .card .card-title {
  font-size: 20px;
  font-weight: normal;
}


.swiper-slide-card .card .card-description {
  font-size: clamp(16px, 2vw, 19px);
}

/* Pagination (sayfalama) stil ayarları */
.custom-swiper-card .card .swiper-pagination {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  text-align: center;
}

.custom-swiper-card .swiper-pagination .swiper-pagination-bullet {
  background-color: rgba(0, 0, 0, 0.5);
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border-radius: 50%;
}

.custom-swiper-card .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #007bff;
}

/* Mobil için uyumlu düzenlemeler */
@media (max-width: 767px) {
  .swiper-slide {
    padding: 0 5px;
    /* Mobilde slaytlar arasında daha küçük boşluk */
  }

  .card-img {
    height: 150px;
    /* Mobilde görsel boyutunu küçültüyoruz */
  }
}

.ps-r {
  position: relative;
}



/* Galeri Stili */
.gallery-container {
  margin: 0 auto;
  margin-top: 50px;
}

.gallery-img {
  width: 100%;
  object-fit: cover;
  border-radius: 12px;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  object-position: top;
  margin-bottom: 20px;
}

.gallery-img:hover {
  transform: scale(1.05);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
}


/* MEGA MENÜ */

.mega-menu {
  /* position: relative; */
}

.mega-menu-content {
  display: none;
  position: absolute;
  /* left: -400px !important;
  width: 100%;
  min-width: 900px; */
  background: #ffffff;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
  padding: 0px 20px 20px;
  z-index: 999;
}

.header-project h5 a {
  color: inherit;     
  text-decoration: none;
  display: inline-block; /
}

.header-project h5 {
  margin-bottom: 10px;
  margin-top: 20px;
}

.mega-menu:hover .mega-menu-content,
.mega-menu:focus-within .mega-menu-content {
  display: block;
}

.mega-menu-content .row {
  display: flex;
  flex-wrap: wrap;
}

.mega-menu-content .col-lg-3 {
  padding: 10px;
}

.mega-menu-content h5 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.mega-menu-content ul {
  list-style: none;
  padding: 0;
}

.mega-menu-content ul li {
  margin-bottom: 5px;
}

.mega-menu-content ul li a {
  text-decoration: none;
  color: #333;
  font-size: 14px;
}

.mega-menu-content ul li a:hover {
  color: #007bff;
}

/* Mobil görünüm */
@media (max-width: 992px) {


  .mega-menu-content {
    position: static;
    display: none;
    width: 100%;
    background: none;
    box-shadow: none;
    padding: 10px;
    min-width: auto;

  }


  .dropdown-menu.show {
    display: block !important;
  }

  .mega-menu:hover .mega-menu-content,
  .mega-menu:focus-within .mega-menu-content {
    display: none;
  }
}


@media (max-width: 768px) {
  .lb-image {
    max-width: 95vw;
    max-height: 70vh;
  }

  .lb-nav a.lb-prev {
    background-size: 30px 30px !important;
  }

  .lb-nav a.lb-next {
    background-size: 30px 30px !important;
  }

  .red-button-li.no-mobile {
    display: none;
  }

  .contact-address-group-f h4 {
    text-align: center;
  }

  .contact-address-group-f div .footer-group-item-f {
    text-align: center;
    justify-content: center;
  }

  .footer-contact-center {
    text-align: center;
    justify-content: center;
  }
}


@media (max-height: 900px) {
  .banner-swiper-item {
      height: 600px;
  }
  .slide-text {
    bottom: 10px;
  }
}

@media (max-height: 700px) {
  .banner-swiper-item {
    height: 480px;
  }
  .slide-text {
    bottom: 135px;
  }
}

@media (max-height: 600px) {
  .banner-swiper-item {
      height: 360px;
  }
  .slide-text {
    bottom: 250px;
  }
}

.info-request-form-input  .user-box.agree .kvkk-text{
  color: #000;
  margin-bottom: 20px;
}

.info-request-form-input .user-box.agree input[type="checkbox"]:checked + .checkbox{
  background-color: #E8E8E8;
}