/*====== projects ======*/
.projects {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 70px; }
  .projects.owl-carousel .project {
    width: 100%;
    margin-right: 0; }
  .projects-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin-top: 25px; }

.project {
position: relative;
overflow: hidden;
  padding: 1%;
  width: 24%;
  min-height: 420px;
  margin-right: 10px;
  margin-bottom: 10px;
  border: 1px solid #d7d7d7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff; }
  .project:nth-child(4n) {
    margin-right: 0; }
  .project__img {
    margin: -15px -15px 25px; }
    .project__img img {
      display: block;
      width: 100%; }
  .project__title {
    color: #515050;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase; }
  .project__price {
    color: #9fa659;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: auto;
    text-align: right;
    margin-bottom: 20px; }
  .project .button {
    text-align: center; }
  .project__label {
    position: absolute;
    top: 8px;
    left: -8px;
    background-color: #97ab37;
    color: #fff;
    font-size: 21px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 6px 15px 3px 20px; }
    .project__label:before {
      content: '';
      width: 0;
      height: 0;
      border-bottom: 10px solid transparent;
      border-right: 8px solid #6a8000;
      position: absolute;
      top: 100%;
      left: 0; }
  .project:hover {
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
            box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25); }

/*===== buttons ======*/
.button {
  -webkit-box-shadow: 0 3px 5px rgba(100, 93, 92, 0.25);
          box-shadow: 0 3px 5px rgba(100, 93, 92, 0.25);
  background-color: #429380;
  color: #fff;border-radius: 23px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  height: 40px;
  line-height: 40px;
  padding: 0 35px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  display: inline-block; }
  .button:hover {
    background-color: #456650; }
  .button:active {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .button--small {
    height: 45px;
    padding: 0 17px;
    line-height: 45px; }
  .button--big {
    height: 65px;
    padding: 0 17px;
    font-size: 30px;
    line-height: 65px; }



.projects {padding-bottom:30px !important;}

.photogallery-list {}
.photogallery-list .project {min-height: unset !important;}
.photogallery-list .project .project__title {min-height:135px;margin-bottom:20px;}
.project .button {text-align:center;}


@media (max-width: 1199px) {

  .project {
  padding: 1%;
  width: 31%;

    margin-right: 1%; }
    .project:nth-child(3n) {
      margin-right: 0; }

}

@media (max-width: 991px) {
  .project {
    min-height: 400px; }
    .project__title {
      font-size: 18px; }
    .project__price {
      font-size: 22px; }
    .project__label {
      font-size: 18px; }

  .projects {
    padding-bottom: 50px; }
  .project {
    width: 233px;
    min-height: 385px;
    margin-right: 10px; }
    .project:nth-child(4n) {
      margin-right: 10px; }
    .project:nth-child(3n) {
      margin-right: 0; }
    .project .button {
      height: 45px;
      line-height: 45px; }
}

@media (max-width: 767px) {

  .projects {
    padding-bottom: 30px; }
  .project {
    width: calc(50% - 5px);
    min-height: 370px; }
    .project:nth-child(3n) {
      margin-right: 10px; }
    .project:nth-child(2n) {
      margin-right: 0; }
    .project__title {
      margin-bottom: 20px; }
}

@media (max-width: 479px) {
  .project {
    width: 100%;
    margin-right: 0; }
    .project:nth-child(3n) {
      margin-right: 0; }
}

.showmore  {margin:0 auto;}








.page-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
margin: 0 auto;
}

.page-nav__btn {
  overflow: unset;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background: transparent;
  border: 1px solid #429380;
  color: #000000;position: relative;
}

.page-nav__btn:after {
  background: #429380;
  top: 50% !important;
  left: 50% !important;
  width: 103% !important;
  height: 103%;
  -webkit-transform: translate(-50%, -50%) scale(0);
      -ms-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
}

.page-nav__btn.active {
  color: #ffffff;
}

.page-nav__btn.active::after {
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
@media (max-width: 1250px) {
  .page-nav__btn {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 750px) {
  .page-nav__btn {
    font-size: 14px;
    width: 45px;
    height: 45px;
  }
}
@media (any-hover: hover) {

  .page-nav__btn:hover {
    color: #ffffff;
  }

  .page-nav__btn:hover:after {
    width: 103%;
    -webkit-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}
