/*-----------------------------------solutions-----------------------------------*/
.services-solutions {
  background-repeat: no-repeat;
  background-position: right -170px;
}

.services-solutions-text {
  text-align: center;
  width: 750px;
  margin: 114px auto;
}

.services-solutions-title {
  font-size: 42px;
  font-weight: 300;
  text-align: center;
  color: #5C996B;
  margin-top: 37px;
}

.services-solutions-box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-collapse: collapse;
}

.solution-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
}


.solution-item:not(:nth-child(4n))::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 124px;
  width: 1px;
  background-color: #d3ebff;
}

.solution-item:nth-child(n+5):nth-child(-n+8) {
  border-top: 1px solid #d3ebff;
}


.services-solutions-box-title {
  color: #5C996B;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;

}

.services-solutions-box-text {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width:768px) {


  .services-solutions {
    background-position: right 300px;
    background-size: 204px 204px;
    padding: 32px 0;
  }

  .services-solutions-text {
    width: 320px;
    margin-top: 42px;
  }

  .services-solutions-title {
    font-size: 35px;
    margin: 185px auto;
    width: 100%;
  }

  .services-solutions-box {
    display: flex;
    flex-direction: column;
    margin-top: -152px;
  }

  .solution-item {
    border-bottom: 1px solid #d3ebff;
    padding: 32px 0;
  }

  .solution-item:last-child {
    border-bottom: none;
  }

  .solution-item::after {
    display: none;
  }


  .services-solutions-box-title {
    font-size: 18px;
    margin-bottom: 16px;

  }

  .services-solutions-box-text {
    font-size: 18px;
    margin: 0px auto;
    width: 100%;
  }
}

/*-----------------------------------expertise-----------------------------------*/
.expertise {
  margin-top: 165px;
  background-position: calc(100% - 0%) -110px, left 220px;
  background-repeat: no-repeat, no-repeat;

}

.expertise-content {
  padding-bottom: 232px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 26px;
}

.expertise-title {
  font-size: 42px;
  margin-bottom: 37px;
}
.expertise-item-link {
  text-decoration: none;
  color: #fd0000;
}
.expertise-item-link:hover {
  text-decoration: none;
.expertise-item-image {
  transform: translateX(5px);
}
.expertise-item-title {
  color: #fd0000;
}
.expertise-item-image {
  transition: transform 0.3s ease-in-out;
  margin-left: 30px;
}


}
.expertise-item {
  justify-content: space-between;
  width: 492px;
  height: 101px;
  background-image: url(../image/bg_big_tavas.svg);
  background-size: 88px 60px;
  background-position: calc(100% - 10px) center;
  background-repeat: no-repeat;
}

.expertise-item-title {
  font-size: 20px;
  font-weight: 700;
  margin-right: 50px;
  color: #58595B;
}

.expertise-item-image img {
  width: 28px;

}

@media screen and (max-width:768px) {

  .expertise {
    margin-top: 0px;
    background-position: calc(100% - 0%) -40px, left 780px;
    background-size: 140px 224px, 228px 211px;


  }

  .expertise-content {
    gap: 19px;
  }

  .expertise-title {
    font-size: 35px;
    margin-bottom: 0px;
    text-align: center;
    margin-top: 180px;
    max-width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 13px;
  }

  .expertise-item {
    width: 320px;
    height: 81px;
    background-position: 220px;
  }

  .expertise-item-title {
    font-size: 18px;
  }

  .expertise-item-image img {
    width: 18px;

  }

}

/*-----------------------------------offices-----------------------------------*/
.offices-content {
  margin-top: 78px;
}

.offices-title-box {
  width: 50%;

}

.offices-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 80px;
}

.offices-title {
  font-size: 42px;
}

.offices-description {
  margin-top: 40px;
  max-width: 742px;
}

.offices-image {
  width: 100%;
  max-width: 600px;
  position: relative;
  overflow: hidden;
}

.offices-image img {
  margin: auto;
  min-width: 600px;
}
.swiper.swiper-offices.swiper-initialized.swiper-horizontal.swiper-rtl.swiper-backface-hidden {
  border-radius: 10px;
}
.offices-wrapper {
  position: relative;
}

.offices-decoration {
  position: absolute;
  bottom: -40px;
  right:50px;
  width: 100%;
  height: 220px;
  background-image: url('../image/bg_img.svg');
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}


.swiper-offices {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.offices-image-img {
  height: 505px;
}

.swiper-offices-button-prev,
.swiper-offices-button-next {
  position: absolute;
  width: 50px;
  height: 50px;
  z-index: 10;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  border: none;
  color: transparent;
}

.swiper-offices-button-next {
  right: 575px;
  top: 235px;
  background-image: url(../image/arrow_right_slide.svg);
}



.swiper-offices-button-prev {
  left: 570px;
  top: 250px;
  background-image: url(../image/arrow_left_slide.svg);
}
@media screen and (max-width:768px) {
  .offices-content {
    margin-top: 22px;
  }

  .offices-title-box {
    width: 100%;

  }


  .offices-content {
    flex-direction: column;
    justify-content: right;
    gap: 22px;
  }

  .offices-title {
    font-size: 35px;
    margin-top: 39px;
  }

  .offices-description {
    margin-top: 22px;
    width: 100%;

  }

  .offices-image {
    width: 100%;
    max-width: 320px;
    position: relative;
    overflow: hidden;

  }
  .offices-image-img {
    height: 274px;
  }
  .offices-image img {
    margin: auto;
    min-width: 320px;
  }
  .swiper-offices-button-prev, .swiper-offices-button-next {
    width: 37px;
    height: 37px;
  }
  .offices-wrapper {
    position: relative;
  }

  .offices-decoration {
    position: absolute;
    bottom: -40px;
    right: 47px;
    width: 100%;
    height: 180px;
  }



  .swiper-offices-button-next {
    right: 305px;
    top: 150px;
  }

  .swiper-offices-button-prev {
    left: 300px;
    top: 150px;
  }


}

/*-----------------------------------single office-----------------------------------*/
.single-office-content {
  background: #F9F7F7;
  margin-top: 148px;
  padding: 52px 0;
}

.single-office-title {
  width: 450px;
  margin: 0 auto;
  text-align: center;
}

.single-office-description {
  font-size: 20px;
  width: 742px;
  text-align: center;
  margin: 17px auto;
}

.single-office-box {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  border-collapse: collapse;
  margin-top: 30px;
}

.single-office-box-item {
  min-width: 250px;
  width: 23%;
  height: 278px;
  flex-direction: column;
  justify-content: normal;
  padding: 40px 20px;

}

.single-office-box-title {
  font-size: 20px;
  font-weight: 700;
  color: #0081E8;
  text-align: center;

}

.single-office-box-description {
  text-align: center;
  margin-top: 20px;
}

.single-office-text {
  text-align: center;
  margin-top: 51px;
}

@media screen and (max-width:768px) {

  .single-office-content {
    margin-top: 80px;
    padding: 27px 0;
  }

  .single-office-title {
    width: 100%;
  }

  .single-office-description {
    width: 100%;
    margin-top: 22px;
  }

  .single-office-box {
    display: flex;
    flex-direction: column;
    margin-top: 39px;
  }

  .single-office-box-item {
    width: 85%;
    margin: auto;
    height: 190px;
    padding: 20px;

  }

  .single-office-box-title {
    font-size: 18px;
  }

  .single-office-box-description {
    text-align: center;
    margin-top: 16px;
  }

  .single-office-text {
    text-align: center;
    max-width: 100%;
    margin: 41px auto;
  }
}

/*-----------------------------------office building-----------------------------------*/


.office-building-title {
  margin-top: 76px;
  text-align: center;
}

.office-building-description,
.single-office-sub_title {
  text-align: center;
  max-width: 742px;
  margin: 20px auto;
}

.office-building-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  border-collapse: collapse;
  margin-top: 76px;
  justify-items: center;
  margin: auto;

}

.office-building-box-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  border-bottom: 1px solid #D3EBFF;
  height: auto;
    padding: 20px 0;
  width: 100%;
  /* max-width: 300px; */
}

.office-building-box-icon {
  flex: 0 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.office-building-box-item:nth-last-child(-n+2) {
  border-bottom: none;
}

@media screen and (max-width:768px) {
  .office-building-title {
    margin-top: 60px;
  }

  .office-building-description,
  .single-office-sub_title {
    text-align: center;
    max-width: 100%;
    margin: 20px auto;
  }

  .office-building-box {
    display: flex;
    flex-direction: column;
    margin-top:41px;

  }


  .office-building-box-item:nth-last-child(-n+2) {
    border-bottom: 1px solid #D3EBFF;
  }

  .office-building-box-item:last-child{
    border-bottom: none;
  }

}

/*-----------------------------------the green office-----------------------------------*/
.green_office-content {
  background-color: #EDF8FF;
  width: 1006px;
  /* height: 600px; */
  margin: 97px auto;
  padding: 48px 132px;
  border-radius: 20px;
}
.green_office-image{
  video{
    width: 800px;
    height: 450px;
    object-fit: cover;
  }
}

.the_green_office-title {
  font-size: 40px;
  font-weight: 300;
  color: #5C996B;
  text-align: center;
  margin-bottom: 19px;

}

.green_office-description_1,
.green_office-description_2 {
  text-align: center;
  margin-top: 20px;

}

.green_office-image {
  align-items: center;
  justify-content: center;
  display: flex;
}

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

@media screen and (max-width:768px) {

  .green_office-content {
    width: 100%;
    height: auto;
    margin: 61px auto;
    padding:20px;
  }
  .green_office-image{
    video{
      width:90%;
      height:auto;
      object-fit: cover;
    }
  }

  .the_green_office-title {
    font-size: 30px;
    max-width: 100%;
    margin: 19px auto;


  }

  .green_office-description_1,
  .green_office-description_2 {
    text-align: center;
    margin-top: 20px;

  }

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

/* ====================================================================================

                                      IFM

==================================================================================== */
.ifm_content {
  margin-top: 58px;
}

.ifm_description_1,
.ifm_description_2 {
  font-size: 20px;
  text-align: center;
  margin-top: 20px;
  width: 742px;
  margin: 20px auto;
}

.ifm_text_red {
  display: flex;
  background: #EDF8FF;
  height: 324px;
  font-weight: 300;
  font-size: 30px;
  text-align: center;
  margin-top: 40px;
  margin: 0 auto;
  background-image: url(../image/bg_icon_ifm.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.ifm_text_red p {
  padding: 124px 0 62px 0;
  width: 742px;
  margin: 0 auto;
  align-items: center;
  display: flex;
  color: #ED1D24;
  font-weight: 300;
  font-size: 30px;
}

.ifm_content_text {
  font-size: 20px;
  text-align: center;
  width: 742px;
  margin: 61px auto;

}

.business_units_title {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 61px;
}

.business_units_box {
  width: 750px;
  height: 425px;
  margin: 0 auto;
  padding: 20px;
  gap: 50px;
}

.business_units_img img {
  width: 153px;
  height: 259px;
}

.business_units_text {
  width: 100%;
}

.business_units_text_title {
  font-size: 20px;
  font-weight: 700;
  color: #ED1D24;
}

.business_units_text_description {
  font-size: 20px;
}

.business_units_boxs {
  width: 1600px;
  margin: 22px auto;
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  border-collapse: collapse;
  justify-content: center;
}

@media screen and (max-width: 1600px) {
  .business_units_boxs {
    width: 1200px;
  }
}

.business_units_boxs_item {
  width: 364px;
  height: 425px;
  flex-direction: column;
  justify-content:normal;
}

.business_units_boxs_item_title {
  font-size: 20px;
  font-weight: 700;
  color: #ED1D24;
  text-align: center;
  margin-top: 52px;
}

.business_units_boxs_item_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.business_units_boxs_item_description {
  margin-top: 10px;
  font-size: 20px;
  text-align: center;
}

.business_units_boxs_item_button {
  margin-top: 61px;
  margin-bottom: 120px;
}

@media screen and (max-width:768px) {

  .ifm_content {
    margin-top: 58px;
  }

  .ifm_description_1,
  .ifm_description_2 {
    text-align: right;
    margin: 20px 0;
    width: 100%;
  }

  .ifm_text_red {
    height: auto;
    font-size: 20px;
    margin: 40px auto;
    background-size: 100vw;
	  background-position: 0 20px;
    padding: 30px 0;
  }

  .ifm_text_red p {
    padding: 155px 0 0px 0;
    width: 100%;
    line-height: 1.5;
  }

  .ifm_content_text {
    width: 100%;
    margin: 0 auto;

  }

  .business_units_title {
    width: 100%;
    margin: 37px auto;

  }

  .business_units_box {
    margin-top: 33px;
    width: 90%;
    height: 355px;
    padding: 45px 20px;
    gap: 20px;
    flex-direction: column;
  }

  .business_units_img img {
    width: 61px;
    height: 104px;
  }

  .business_units_text {
    width: 100%;
    text-align: center;
  }

  .business_units_text_title {
    font-size: 18px;
  }

  .business_units_text_description {
    text-align: center;
  }

  .business_units_boxs {
    margin-top: 22px;
    display: flex;
    flex-direction: column;
    gap: 22px;
    width: 90%;

  }

  .business_units_boxs_item {
    max-width: 100%;
    height: 355px;
    margin: 0 auto;
  }

  .business_units_boxs_item_title {
    font-size: 18px;
    margin-top: 52px;
  }

  .business_units_boxs_item_image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .business_units_boxs_item_description {
    margin-top: 10px;
  }

  .business_units_boxs_item_button {
    margin-top: 46px;
    margin-bottom: 61px;
  }

}