/*----------------------------------------*/
/*  07. portfolio CSS START
/*----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio__padding {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .portfolio__padding {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 575px) {
  .portfolio__padding {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.portfolio__item:hover .portfolio__thumb::after , .portfolio__thumb::after{
  visibility: visible;
  opacity: 1;
}
.portfolio__item:hover .portfolio__plus , .portfolio__plus{
  visibility: visible;
  opacity: 1 ;
  top: 0px;
  left: 0;
}
@media (max-width: 575px) {
  .portfolio__item:hover .portfolio__plus, .portfolio__plus {
    top: 10px !important; visibility: visible; opacity: 1 !important;
  } .portfolio__content { visibility: visible !important;bottom: 10px !important;}
}
.portfolio__item:hover .portfolio__content ,  .portfolio__content {
  visibility: visible;
  opacity: 1 !important;
  bottom: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .portfolio__item:hover .portfolio__content {
    bottom: 25px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio__item:hover .portfolio__content {
    bottom: 20px;
  }
}
@media (max-width: 575px) {
  .portfolio__item:hover .portfolio__content {
    bottom: 10px;
  }
}
.portfolio__item-2:hover .portfolio__content-2 {
  visibility: visible;
  opacity: 1;
  top: 50%;
}
.portfolio__item-2:hover .portfolio__thumb-2::after {
  opacity: 1;
  visibility: visible;
}
.portfolio__item-3:hover .portfolio__content-3 {
  bottom: 0;
  visibility: visible;
  opacity: 1;
}
.portfolio__thumb {
  position: relative;
}
.portfolio__thumb::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: -moz-linear-gradient(180deg, rgba(34, 35, 40, 0) 0%, #222328 100%);
  background-image: -webkit-linear-gradient(180deg, rgba(34, 35, 40, 0) 0%, #222328 100%);
  background-image: -ms-linear-gradient(180deg, rgba(34, 35, 40, 0) 0%, #222328 100%);
  background-image: linear-gradient(180deg, rgba(34, 35, 40, 0) 0%, #222328 100%);
  visibility: hidden;
  opacity: 0;
}
.portfolio__thumb-2 {
  position: relative;
}
.portfolio__thumb-2::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 76, 72, 0.75);
  visibility: hidden;
  opacity: 0;
}
.portfolio__content {
  position: absolute;
  bottom: 0px;
  left: 40px;
  visibility: hidden;
  opacity: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .portfolio__content {
    left: 25px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio__content {
    left: 20px;
  }
}
@media (max-width: 575px) {
  .portfolio__content {
    left: 20px;
  }
}
.portfolio__content p {
  font-size: 15px;
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 0;
}
.portfolio__content-2 {
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  visibility: hidden;
  opacity: 0;
}
.portfolio__content-2 p {
  font-size: 15px;
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 0;
}
.portfolio__content-3 {
  position: absolute;
  bottom: -100px;
  left: 0;
  right: 0;
  width: 100%;
  padding: 20px 35px;
  background: #ffffff;
  visibility: hidden;
  opacity: 0;
}
.portfolio__content-3 p {
  margin-bottom: 0;
}
.portfolio__title {
  font-size: 30px;
  color: #ffffff;
  margin-bottom: 5px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .portfolio__title {
    font-size: 22px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio__title {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .portfolio__title {
    font-size: 20px;
  }
}
.portfolio__title-3 {
  font-size: 24px;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio__title-3 {
    font-size: 19px;
  }
}
@media (max-width: 575px) {
  .portfolio__title-3 {
    font-size: 19px;
  }
}
.portfolio__title-3 a:hover {
  color: #0a4c48;
}
.portfolio__plus {
  position: absolute;
  top: 0px;
  right: 30px;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
}
@media (max-width: 575px) {
  .portfolio__plus {
    right: 10px; visibility: visible;
  }
}
.portfolio__plus a {
  font-size: 15px;
  color: #ffffff;
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 45px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.portfolio__plus a:hover {
  color: #2c3941;
  /*background: #ffffff;*/
}
.portfolio__plus-2 a {
  font-size: 15px;
  color: #2c3941;
  display: inline-block;
  width: 55px;
  height: 55px;
  line-height: 58px;
  text-align: center;
  background: #fad105;
}
.portfolio__plus-2 a:hover {
  background: #ffffff;
}
.portfolio__plus-3 a {
  display: inline-block;
  width: 55px;
  height: 55px;
  line-height: 57px;
  background: #fad105;
  color: #222328;
  text-align: center;
}
.portfolio__plus-3 a:hover {
  background: #222328;
  color: #ffffff;
}
.portfolio__bg {
  position: relative;
}
.portfolio__bg::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -480px;
  width: 100%;
  height: 805px;
  background: #f8f4ef;
  z-index: -1;
}
.portfolio__bg-2::after {
  bottom: -156px;
  height: 75%;
}
.portfolio__details-info {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #0a4c48;
  padding: 50px 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio__details-info {
    padding: 20px 35px;
  }
}
.portfolio__details-info-item {
  min-width: 250px;
  border-bottom: 1px solid #0e5551;
  padding-bottom: 25px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio__details-info-item {
    padding-bottom: 15px;
    margin-bottom: 10px;
  }
}
.portfolio__details-info-item span {
  font-size: 18px;
  font-weight: 600;
  color: #fad105;
  position: relative;
  display: block;
  padding-left: 30px;
}
.portfolio__details-info-item span::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 2px;
  background: #fad105;
}
.portfolio__details-info-item p {
  font-size: 22px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 0;
}
.portfolio__details-title {
  font-size: 42px;
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  .portfolio__details-title {
    font-size: 27px;
  }
}
.portfolio__details-features-text h3 {
  font-size: 24px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio__details-goal-content {
    padding-left: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .portfolio__details-goal-content {
    padding-left: 0;
  }
}
@media (max-width: 575px) {
  .portfolio__details-goal-content {
    padding-left: 0;
  }
}
.portfolio__details-goal-content p {
  padding-right: 25px;
}
.portfolio__details-goal-features {
  margin-top: 16px;
}
.portfolio__details-goal-features ul li:not(:last-child) {
  margin-bottom: 13px;
}
.portfolio__details-goal-features ul li:hover .icon i {
  background: #0a4c48;
  color: #ffffff;
  border-color: #0a4c48;
}
.portfolio__details-goal-features ul li .icon i {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 41px;
  text-align: center;
  color: #677a85;
  border: 2px solid #e8e8e8;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.portfolio__details-goal-features ul li .text p {
  font-size: 15px;
  padding-right: 0;
  margin-bottom: 0;
}
.portfolio__social ul li {
  display: inline-block;
}
.portfolio__social ul li:not(:last-child) {
  margin-right: 5px;
}
.portfolio__social ul li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 42px;
  text-align: center;
  background: #093e3b;
  color: #607887;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.portfolio__social ul li a:hover {
  background: #fad105;
  color: #222328;
}

.w-img img {
    width: 100%;
}
.p-relative {
    position: relative;
}

.mb-30 {
    margin-bottom: 30px;
}