



.image-text {

    overflow: hidden;

    font-family: Arial, Helvetica, sans-serif;

  }

  

  .image-text a {

    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;

    float: left;

    font-size: 14px;

    color: black;

    text-align: center;

    padding:5px;

    text-decoration: none;

    

  }

  

  

  

  .image-text a:hover {

       /* border-bottom:2 solid black; */

        -webkit-text-decoration-line: underline; /* Safari */

        text-decoration-line: underline; 

  }

  

  

  

  

  /* / Clear floats after the columns / */

  .row:after {

    content: "";

    display: table;

    clear: both;

  }

  .image-grid div div img

  {

      background-color:red;

      border-radius: 25px;

      max-width:300px;

      margin-top:30px;

  

  }

/* ________________underline------------ */



  div.b {

    -webkit-text-decoration-line: underline; /* Safari */

    text-decoration-line: underline; 

 }

 .portfolioHr{
  height: 3px;margin-left: 0px; margin-top:-2px;width:23%
 }
.OurportfolioHr{
  height: 3px; margin-top:-2px;width:18%
 
}
.portfolioImg{
  width: 90%;margin-top:10%
}

 /* --------------overlay--------- */
 .PortfolioOverlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /*opacity: 0;*/
  display: none;
  transition: .5s ease;
 
  border-radius: 25px;

}

.PortfolioText {
  color: white !important;
  font-size: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: 30%;
  
  height: 80%;
  /*right: 50%;*/
  padding: 10px;
  width: 70%;
  border-radius: 25px;
  border: 1px solid white;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.PortfolioText h5 {
  margin-top: 65px;
}

.imgs_manage:hover img {

  opacity: 0.8;
}

.imgs_manage:hover .PortfolioOverlay {
  /*background-color:#c70039;*/
  display: block;
  background:#000000;
  top: 11%;
  left: 12%;
  bottom: 0%;
  opacity: .7;
  /* right:30%; */
  width: 76%;
  /* height: 80%; */

}
 