.botrow{
  margin-top: 15vh;
}
.botrow h3{
  text-align: center;
  color: white;
  background: #494b4a;
  margin-bottom: 30px;
  padding: 5px;
}
.demo-1 {
  text-align: center; }

.demo-2 {
  text-align: left; }

  .demo-2 .section-title {
    text-align: left; }

.project {
  width: 100%;
  float: left;
  padding: 15px; }
  .project-list:after {
    content: " ";
    display: block;
    clear: both; }
  .project__image {
    display: block;
    position: relative; }
    .project__image img {
      width: 100%;
      max-width: 100%;
      border: 2px solid white;
      height: auto;
      display: block; }
    .project__image:after {
      content: " ";
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
      transition: opacity .3s ease;
      opacity: 0; }
  .project__card {
    position: relative;
    transition: box-shadow .3s ease;
    box-shadow: 0 10px 30px transparent; }
    .project__card.hover-in {
      transition: -webkit-transform .2s ease-out;
      transition: transform .2s ease-out;
      transition: transform .2s ease-out, -webkit-transform .2s ease-out; }
    .project__card.hover-out {
      transition: -webkit-transform .2s ease-in;
      transition: transform .2s ease-in;
      transition: transform .2s ease-in, -webkit-transform .2s ease-in; }
  .project:hover .project__card {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4); }
  .project:hover .project__image:after {
    opacity: 1; }
  .project:hover .project__detail {
    border-width: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4); }
  .project:hover .project__title, .project:hover .project__category {
    -webkit-transform: translateY(0) scale(1);
        -ms-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
    opacity: 1; }
  .project:hover .project__title {
    font-weight: 600;
    margin-bottom: 0;
    line-height: 1; }
  .project__detail {
    position: absolute;
    left: 30px;
    right: 30px;
    top: 30px;
    bottom: 30px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    -webkit-transform: translateZ(40px);
            transform: translateZ(40px);
    border: 0 solid gray;
    transition: border .4s ease; }
  .project__title {
    margin: 0 0 10px;
    font-size: 36px;
    font-weight: 700;
    transition: .4s ease;
    opacity: 0;
    -webkit-transform: translateY(40px) scale(0);
        -ms-transform: translateY(40px) scale(0);
            transform: translateY(40px) scale(0);
    will-change: transform; }
    .project__title a {
      color: white; }
  .project__category {
    opacity: 0;
    transition: .4s ease;
    transition-delay: .1s;
    -webkit-transform: translateY(40px) scale(0);
        -ms-transform: translateY(40px) scale(0);
            transform: translateY(40px) scale(0);
    will-change: transform; }
    .project__category {
      color: white;
      background: rgba(0, 0, 0, 0.61);
      font-size: 1.3em; }

    .fa-facebook-square{
        margin-top: -5px!important;
        font-size: 33px!important;
        color: #000!important;
    }


.ab_right{
   color: #fff;
 }

.ab_right h4{
  display: block;
  margin-bottom: 25px;
  line-height: 25px;
  text-align: justify;
  text-transform: lowercase;

}


.hidecol{
  text-align: center;
  height: 330px;
  margin-top: 10px;
  background: rgba(0,0,0,0.6);
  box-shadow: 0 0 8px 4px #000;
}

.hidecol_right{
   margin-top: 15px;
   padding: 30px 20px;
 }

.hidecol_right img{
  color: red;
  display: block;
  float: left;
  width: 30px;
  margin-top: 10px;
}

.hidecol_right h4{
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  text-align: left;

}















