@charset "utf-8";
/* CSS Document */

.portfolio-section .portfolio-btn-wrapper {
  margin-bottom: 50px; }
  .portfolio-section .portfolio-btn-wrapper button {
    padding: 10px 40px;
    font-size: 17px;
    font-weight: 500;
    border: none;
    background: #EFF2F9;
    color: #051441;
    border-radius: 0px;
    margin-right: 30px;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
    .portfolio-section .portfolio-btn-wrapper button.active {
		background: #5d8c30;
      color: #fff; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .portfolio-section .portfolio-btn-wrapper button {
        margin-right: 10px;
        padding: 7px 18px;
        font-size: 14px; } }
    @media (max-width: 767px) {
      .portfolio-section .portfolio-btn-wrapper button {
        margin-right: 10px;
        padding: 7px 18px;
        font-size: 14px; } }
    .portfolio-section .portfolio-btn-wrapper button:last-child {
      margin-right: 0; }

.portfolio-item-wrapper {
  position: relative;
  border-radius: 0px;
  overflow: hidden;
  margin-bottom: 30px; }
  .portfolio-item-wrapper:hover .portfolio-overlay {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  .portfolio-item-wrapper .portfolio-img img {
    width: 100%; }
  .portfolio-item-wrapper .portfolio-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 0px;
    background: rgb(11,72,55,0.7);
    padding: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9); }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .portfolio-item-wrapper .portfolio-overlay {
        padding: 30px 20px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .portfolio-item-wrapper .portfolio-overlay {
        padding: 30px 20px; } }
    .portfolio-item-wrapper .portfolio-overlay .overlay-content h4 {
      color: #fff;
		font-size: 17px;
      margin-bottom: 20px; }
    .portfolio-item-wrapper .portfolio-overlay .overlay-content p {
      color: #fff;
      margin-bottom: 35px; }
    .portfolio-item-wrapper .portfolio-overlay .overlay-content .border-btn {
      padding: 8px 27px;
		font-size: 17px;
      color: #fff;
      border: 2px solid #fff; 
	border-radius: 0px;}
      .portfolio-item-wrapper .portfolio-overlay .overlay-content .border-btn:hover {
        color: #0b4837;
        background: #fff; }

.single-portfolio .single-portfolio-img {
  border-radius: 10px;
  overflow: hidden; }
  .single-portfolio .single-portfolio-img img {
    width: 100%; }

.project-info-box ul li {
  margin-bottom: 15px;
  display: flex;
  font-size: 14px; }
  .project-info-box ul li:last-child {
    margin-bottom: 0; }
  .project-info-box ul li .destination {
    width: 40%;
    color: #051441;
    text-transform: uppercase; }