.title-hide {
  display: none;
}

.project_title {
  line-height: 55px;
}

.cardiffSection .about_inner {
  max-width: 1015px;
  width: 54%;
  margin-top: -120px;
  font-size: 24px;
  padding-left: 4%;
  padding-right: 5%;
}

.cardiffSection .about_inner a {
  font-weight: bold;
  color: #e9862c;
}

.cardiffSection .about_inner p {
  font-size: 20px;
  margin-top: 20px;
}

.cardiffSection .about_img_wrapper {
  width: 35%;
  margin-top: -350px;
}

.cardiff-readmore {
  --btn-color: var(--color3);
  margin-top: 50px;
  font-size: 13px;
  display: inline-block;
  color: var(--btn-color);
  position: relative;
  padding-top: 20px;
  padding-left: 15px;
  padding-right: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--btn-color);
  letter-spacing: 2px;
  height: 54px;
  cursor: pointer;
  right: 15px;
  position: absolute;
}

.about-inner-title {
  position: absolute !important;
  right: 0;
  bottom: -30px;
  font-weight: bold;
}

.about-inner-title span {
  color: var(--color1);
}

.hoverImageBox_inner {
  padding: 100px 40px;
}

.project-detail {
  padding-left: 125px;
  padding-right: 145px;
  margin-top: 200px;
  font-size: 20px;
}

.project-detail p {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1.8;
  color: var(--color3);
  position: relative;
}

.projectIconData {
  margin: 0px 120px;
  padding-right: 0px;
}

.projectIconData .projectIconCol {
  width: 25%;
  margin-bottom: 50px;
}

.projectIconContent {
  font-size: 15px;
}

.font17 {
  font-size: 17px !important;
}

.whyuniva {
  margin-left: -80px;
}

.projectSection .map_col2 {
  min-height: 500px;
}

.projectSection .map_col2 .map_desc {
  width: 200px;
  height: 200px;
  position: absolute;
  font-size: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.projectSection .map_col2 .map_desc p {
  position: relative;
  left: 0;
  top: 0;
  transform: inherit;
  width: 100%;
  line-height: 1.3;
}

.map_desc.mapdesc1 {
  background: var(--color3) !important;
  left: -19%;
  top: 15%;
}

.map_desc.mapdesc2 {
  left: -15%;
  top: 58%;
}

.map_desc.mapdesc3 {
  left: -55%;
  top: 63%;
  background: var(--color3) !important;
}

.map_desc.mapdesc4 {
  left: -86%;
  top: 103%;
  background: var(--color3) !important;
}

.map_desc.mapdesc5 {
  left: -48%;
  top: 110%;
}

.map_desc.mapdesc6 {
  left: -14%;
  top: 104%;
  background: var(--color3) !important;
}

.cardiff-feature-list {
  width: 65%;
  float: right;
  overflow: hidden;
}

.cardiff-features {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  padding-top: 50px;
  margin-bottom: 50px;
}

.cardiff-feature-list {
  margin-top: 10%;
}

.cardiff-features_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 190px;
  text-align: center;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 500;
  color: var(--color1);
}

.cardiff-features_item img {
  margin-bottom: 30px;
}

.cardiff-features_title {
  position: absolute;
  top: 0;
  left: 50px;
  color: var(--color3) !important;
  font-size: 20px;
  font-weight: bold;
}

.cardiff-features_title span {
  width: 50px;
  height: 2px;
  background-color: var(--color3);
  position: absolute;
  top: 30px;
}

.pt-0 {
  padding-top: 0px !important;
}

.tax {
  text-align: center;
  margin-top: -20px;
  margin-bottom: 20px;
  background-color: #00ff00;
  width: 120px;
  margin-left: auto;
  margin-right: auto;
}

.contact.projectSection {
  padding-top: 0px;
  margin-top: 0px;
  padding-right: 80px;
}

.contact-title {
  text-align: center;
  color: var(--color3);
  font-size: 30px;
  font-weight: bold;
}

.contact-address {
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 1500px) {
  .project_menu_inner a {
    font-size: 15px;
  }
  .about-inner-title {
    bottom: 0px;
    position: relative !important;
  }
  .cardiff-readmore {
    margin-top: -50px;
  }
  .projectSection .map_col2 .map_desc {
    width: 160px;
    height: 160px;
  }

  .map_desc.mapdesc1 {
    left: -25%;
    top: 15%;
  }
  .map_desc.mapdesc2 {
    left: -20%;
    top: 50%;
  }
  .map_desc.mapdesc4 {
    left: -90%;
    top: 80%;
  }
  .map_desc.mapdesc5 {
    left: -50%;
    top: 100%;
  }
  .map_desc.mapdesc6 {
    left: -10%;
    top: 87%;
  }
}
@media screen and (max-width: 1380px) {
  .projectSection .map_col2 .map_desc {
    width: 140px;
    height: 140px;
    font-size: 12px;
  }
  .map_desc.mapdesc2 {
    left: -20%;
    top: 45%;
  }
  .map_desc.mapdesc4 {
    left: -90%;
    top: 70%;
  }
  .map_desc.mapdesc5 {
    left: -50%;
    top: 95%;
  }
  .map_desc.mapdesc6 {
    left: -15%;
    top: 80%;
  }
  .cardiff-features {
    padding-top: 60px;
    margin-bottom: 30px;
  }
  .cardiff-features_item {
    min-width: 130px;
    font-size: 12px;
  }
  .cardiff-features_item img {
    margin-bottom: 0px;
    height: 30px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px){
  .investment-block{
    display: flex;
    flex-wrap: wrap;
  }

  .investment-block_box{
    width: 48.5% !important;
    margin-left: 5px;
    margin-right: 5px;
  }

  .projectIconData .projectIconCol {
    width: 50%;
  }

  .projectIconData .projectIconCol {
    width: 33.3% !important;
  }

  .map_desc.mapdesc2{
    left: 0px !important;
  }

  .map_col2{
    display: flex;
    justify-content: center;
    margin: 50px 0px !important;
  }

  .cardiff-features{
    display: flex;
    justify-content: center;
    margin-top: 50px;
  }

  .cardiff-features_title{
   width: 100% !important;
  }

  .cardiff-features_title p{
    text-align: center !important;
    text-decoration: underline;
  }

  .cardiff-features_title span{
    display: none;
  }

}

@media screen and (max-width: 1024px) {
  .project-detail {
    padding-left: 15px;
    padding-right: 15px;
  }

  .padding-15{
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-right: 0px !important;
    margin-left: 0px !important;
  }

  .cardiffSection .about_inner {
    padding-left: 0%;
    padding-right: 0%;
    margin-right: 0px !important;
    margin-left: 0px !important;
  }

  .investment-block_box{
    margin-bottom: 10px;
  }

  .about_inner {
    margin: 60px 9% !important;
  }
  .cardiffSection .about_img_wrapper {
    margin-top: 0px;
  }
  .about_img_wrapper img {
    margin-top: 0px;
    margin-left: 70px;
  }
  .about_img_wrapper .img_orange_box {
    bottom: -70px;
  }
  .contentPage .projectSection {
    padding-left: 0px;
    padding-right: 0px;
  }
  .zero-icon {
    margin-top: 0px !important;
  }
  .project-detail {
    margin-top: 0px;
  }
  .projectIconData {
    margin: 60px 0px 0px 0px;
    padding-right: 0px;
    padding: 0px;
  }
  .about.projectSection {
    margin-bottom: 0px;
  }
  .ulasim.projectSection {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .whyuniva {
    margin-left: 0px;
  }
  .projectSection .map_col2 {
    min-height: 100px;
  }
  .projectSection .map_col2 .map_desc {
    position: relative;
    width: 25%;
  }
  .projectSection .map_col3 {
    display: block;
    margin-top: 10px;
  }
  .map_desc.mapdesc1 {
    left: 0px;
    top: 0px;
  }
  .map_desc.mapdesc2 {
    left: 0px;
    top: 0px;
  }
  .map_desc.mapdesc3 {
    left: 0px;
    top: 0px;
  }
  .map_desc.mapdesc4 {
    left: 0px;
    top: 0px;
  }
  .map_desc.mapdesc5 {
    left: 0px;
    top: 0px;
  }
  .map_desc.mapdesc6 {
    left: 0px;
    top: 0px;
  }
  .cardiff-feature-list {
    width: 100%;
  }
  .project_gallery .slick-list {
    min-height: 500px;
  }
}
@media screen and (max-width: 768px) {
  .about_img_wrapper img {
    margin-top: 0px;
    margin-left: 0px;
  }
  .about_img_wrapper .img_orange_box {
    bottom: -20px;
  }
  .investment-block {
    width: 100%;
  }
  .projectIconData .projectIconCol {
    padding-left: 15px !important;
    padding-right: 15px !important;
    width: 50%;
  }
  .projectSection .map_col2 .map_desc {
    width: 249px;
  }
  .project_gallery .slick-list {
    min-height: 500px;
  }
  .cardiff-features {
    display: inline-block;
    overflow: hidden;
    width: 100%;
  }

  .cardiff-features_item {
    width: 30%;
    min-height: 120px;
    float: left;
  }
  .cardiff-features_item img {
    margin-bottom: 20px;
  }

  .cardiff-features.pt-0 {
    padding-top: 0px;
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .headerSection img{
    object-fit: cover !important;
    height: 200px;
  }

  .contentPage .newSection {
    padding: 50px 0px 25px;
  }
 
  p.about-inner-title {
    position: relative !important;
    bottom: 0;
  }
  .cardiff-readmore {
    position: relative;
    margin-top: 0px;
  }

  .projectIconData .projectIconCol {
    width: 90% !important;
  }

  .projectIconContent {
    padding-top: 50px;
  }
  .projectIconContent p {
    font-size: 15px;
    line-height: 24px;
  }
  .projectIconContent p span {
    font-size: 26px;
  }
  .cardiff-features_item {
    width: 50%;
    min-height: 120px;
    float: left;
  }
  .project_gallery .slick-list {
    min-height: 200px;
  }
  .projectSection .map_col2 .map_desc {
    width: 100% !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    margin-top: 10px;
  }
  .project_title {
    font-size: 20px;
    line-height: 30px;
  }

  .img-mr-top{
    margin-top: 50px !important;
  }

  .about{
    margin-top: 50px !important;
    padding-top: 60px !important;
  }

  .yatirimSection{
    margin-bottom: 0px !important;
  }

  .featuresSection{
    margin-top: 30px !important;
  }

  .gallery{
    margin-top: 0px !important;
    padding-top: 60px !important;
  }

  .hoverImageBox_inner{
    padding: 50px 40px;
  }

  .map_col1{
    margin-bottom: 30px;
  }

  .map_col3{
    margin-top: 30px !important;
  }
}

@media screen and (max-width: 350px) {
    .cardiffSection .about_inner p {
        font-size: 15px;
    }
    .projectSection .map_col2 .map_desc {
        width: 150px;
    }
    .project_title {
        font-size: 15px;
    }
}


/*NEW MODIFICATIONS*/
.projectIconCol{
    width: 20% !important;
}

.map_desc.mapdesc2{
  left: -15%;
  top: 0% !important;
}

.map_desc.mapdesc6{
  top: 30%;
}


/*RESPONSIVE DESIGN*/

@media screen and (max-width: 576px){
  .responsive-img{
    height: 100% !important;
    background-size: cover !!important;
  }
  
  .map_desc.mapdesc2{
    left: 0% !important;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1280px){
  .projectIconContent span{
    font-size: 15px !important;
  }
}

@media screen and (min-width: 900px) and (max-width: 1440px){
  .map_desc.mapdesc6{
    top: 34% !important;
    left: -15% !important;
  }

  .gallery_arrows, .gallery_counter{
    top: -160px !important;
  }

  .gallery{
    margin-bottom: 0px !important;
  }
}

@media screen and (min-width: 1600px) and (max-width: 1980px){
  .map_desc.mapdesc6{
    top: 45% !important;
  }

  .map_desc.mapdesc2, .map_desc.mapdesc6{
    left: -10%;
  }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px)  {
  .cardiffSection .about_inner, .project-detail{
    width: 84% !important;
    top: 0 !important;
    margin: 0 9% !important;
    padding:0 !important;
    margin-top: 70px !important;
  }
  .investment-block_box {
    width: 100% !important;
}
.project-detail{
  margin-top: -29px !important;
}
.map_col2{
margin:0 !important;
}
.projectSection .map_col2 .map_desc{
  width:100% !important;
  font-size: 22px !important;
  height: 216px;
  margin: 0;
}
.cardiff-features_title{
  left:0 !important;
}
}
@media only screen and (max-width: 992px){
  .responsive-img{
    min-height: 100vh;
  }
}