 /*General */

  
  .about-title h3{
    color: #0D152E;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
      padding-top: 220px;
  }
 
  @media(max-width: 991px) and (min-width: 292px){
  .about-title h3{
    color: #0D152E;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
      padding-top: 220px;
  }
  }



/*  15. portfolio
/*----------------------------------------*/


.btn-default {
 border-radius: 0PX;
 text-align: center;
 color: #16161c;
 border: none;
 box-shadow: none;
 border-radius: 0px;
 background-color: transparent;
 FONT-SIZE: 18PX;
 margin-right: 20px;
 margin-top: 70px;
 PADDING: 12px 30px;
}
.btn-default:hover {
  border: none;
  box-shadow: none;
   background-color: #BFFFB9;
}
.btn-default.active {
  border-radius: 0PX;
  text-align: center;
  color: #16161c;
  border: 2px solid #16161C;
  box-shadow: 4px 4px #16161c;
  border-radius: 0px;
  background-color: #EFF066;
  FONT-SIZE: 18PX;
  PADDING: 12px 30px;
}
@media(max-width: 768px) {
  .btn-default {
    display: none;
    }
  }
.gallery_filter {
  margin-bottom: 70px;
}
.responsive {
    width: 100%;
    height: auto;
    display: block;
}
.project-image {
    margin-bottom: 30px;
    position: relative;
}
.portfolio {
    margin-bottom: 70px;
}
.portfolio p {
  color: white;
}
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color:  rgb(27, 27, 30, 0.93);
}
.project-image:hover .overlay {
  opacity: 1;
}

.text {
  position: absolute;
  margin: 80px 50px 50px 50px;
  text-align: left;
}
.text h3 {
  color:#FBFBFB;
  margin-bottom: 20px;
  font-size: 21px;
}
.text h4 {
  color: #fbfbfb;
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 10px;
}
.text span {
  color: #FEFF86;
  font-size: 16px;
}

@media (max-width: 1199px) {
  .text {
    position: absolute;
    margin: 50px 30px 30px 30px;
    text-align: left;
  }
  .text h3 {
    color:#FBFBFB;
    margin-bottom: 10px;
    font-size: 18px;
  }
  .text h4 {
    color: #fbfbfb;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 0px;
  }
  .text a.btn.btn-blue {
    margin: 30px 0px 70px 0px;
  }
}
  


@media (max-width: 767px) and (min-width: 100px) {
  .text {
    position: absolute;
    margin: 25px 25px 25px 25px;
    text-align: left;
  }
  .text h3 {
    color:#FBFBFB;
    margin-bottom: 5px;
    font-size: 16px;
  }
  .text p {
    font-size: 14px;
  }
  .text h4 {
    color: #fbfbfb;
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .text .btn.btn-orange {
    display: none;
  }
  .text a.btn.btn-blue {
    margin-top: 0px;
    margin-left: 0px;
  }
}



.modal-content.custom {
  background-color: transparent;
}
.modal-content {
  float: right;
  background-color: transparent;
  border-style: none;
  max-width: 1200px;

}
.modal-lg {
  min-width: 1010px;
  background-color: transparent;
}


img.big {
  width: 968px;
  margin: 20px;
}
button.close {
      color: white;
    background: black;
    position: absolute;
    right: 22px;
    margin-top: 20px;
}

button.close:hover {
  color: #11C500;
}
