/*------------------------------------------------------*/
/* PORTFOLIO 076
/*------------------------------------------------------*/
/*---------- GENERAL ----------*/
.portfolio_076_content{
  background: rgba(67, 161, 212,0.9);	/*---------- Change Color From Here ----------*/
}
.portfolio_076{
       overflow: hidden;
    position: relative;
    padding: 20px 147px;
    height: 396px;
    width: 99%;
    margin: 0px 0px 0px -9px;
}
.portfolio_076 > .carousel-inner:hover{
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
.portfolio_076 > .carousel-inner:active{
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
.portfolio_076 > .carousel-inner > .item{
  overflow: hidden;
}
.portfolio_076 > .carousel-inner > .item > .row{
  margin: 0;
}
/*---------- LEFT/RIGHT CONTROL ----------*/
.portfolio_076_control_button .carousel-control{
  top: 55px;
    width: 35px;
    opacity: 0.5;
    height: 35px;
    z-index: 100;
    bottom: auto;
    color: #ffffff;
    font-size: 12px;
    cursor: pointer;
    font-weight: 400;
    overflow: hidden;
    line-height: 35px;
    text-shadow: none;
    position: absolute;
    background: #4f8406;
    border: 1px solid #8aa466;
    -webkit-font-smoothing: antialiased;
    border-radius: 0;

}
.portfolio_076_control_button .carousel-control.left{
left: auto;
    right: 140px;
}
.portfolio_076_control_button .carousel-control.right{
  right: 90px;
 }
.portfolio_076_control_button .carousel-control:hover{
  opacity: 1;
  color: #ffffff;
  background: #666666;
}
/*---------- BOX ----------*/
.portfolio_076_header > h1,
.portfolio_076_header > p,
.portfolio_076_content > h5 > a,
.portfolio_076_content > ul > li > a{
  padding: 0;
  text-shadow: none;
  letter-spacing: 1px;
  font-family: 'Open Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
}
/*---------- HEADER ----------*/
.portfolio_076_header{
       width: 100%;
    text-align: center;
    margin: 0 auto 27px auto;
}
.portfolio_076_header > h1{
  color: #7da941;
    /* font-weight: 600; */
    text-align: center;
    font-family: 'Philosopher', sans-serif;
    position: relative;
    width: 100%;
    font-size: 48px;
    margin: 0 0 13px 0;
}
.portfolio_076_header > h1:after {
  left: 0;
  right: 0;
  width: 30%;
  content: "";
  height: 1px;
  margin: auto;
  bottom: -15px;
  position: absolute;
}
.portfolio_076_header > p{
 color: #000000;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
}
/*---------- GRID ----------*/
.portfolio_076_grid{
  padding: 5px 5px;
}
/*---------- GRID FOR MOVING TWO ----------*/
.portfolio_076_grid_mov_2{
  padding: 0;
}
.portfolio_076_grid_mov_2 > .row{
  margin: 0;
}
.portfolio_076_grid_mov_2 > .row > div{
  padding: 5px 5px;
}
/*---------- WRAPPER ----------*/
.portfolio_076_wrapper{
  overflow: hidden;
  position: relative;
}
/*---------- IMAGE ----------*/
.portfolio_076_wrapper > img{
       width: 484PX;
}
/*---------- CONTENT ----------*/
.portfolio_076_content{
  top: 0;
  bottom: 0;
  opacity: 0;
  left: -100%;
  width: 100%;
  padding: 10px;
  visibility: hidden;
  text-align: center;
  position: absolute;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.portfolio_076_wrapper:hover > .portfolio_076_content{
  left: 0;
  opacity: 1;
  visibility: visible;
}
.portfolio_076_content > h5{
  margin: 10% 0 0 0;
}
.portfolio_076_content > h5 > a{
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}
/*---------- LIST ----------*/
.portfolio_076_content > ul{
  padding: 0;
  list-style-type: none;
}
.portfolio_076_content > ul > li{
  display: inline-block;
}
.portfolio_076_content > ul > li > a{
  color: #ffffff;
  font-size: 11px;
  font-weight: 400;
  text-decoration: none;
  text-transform: capitalize;
}
/*---------- ICONS ----------*/
.portfolio_076_link{
  left: 5px;
  bottom: 5px;
  position: absolute;
}
.portfolio_076_link > a{
  width: 35px;
  height: 35px;
  color: #ffffff;
  text-shadow: none;
  line-height: 35px;
  display: inline-block;
  border: 1px solid #ffffff;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all 0.5s cubic-bezier(.075,.82,.165,1);
  transition: all 0.5s cubic-bezier(.075,.82,.165,1);
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: cubic-bezier(.075,.82,.165,1);
  animation-timing-function: cubic-bezier(.075,.82,.165,1);
}
.portfolio_076_link > a:hover{
  color: #43a1d4;
  background: #ffffff;
}
/*---------- CONTENT (Two Coloumns Only) ----------*/
.portfolio_076_content_col_2 > h5{
  margin-top: 20%;
}
.portfolio_076_content_col_2 > h5 > a{
  font-size: 50px;
}
.portfolio_076_content_col_2 > ul > li > a{
  font-size: 14px;
}
/*---------- CONTENT (Three Coloumns Only) ----------*/
.portfolio_076_content_col_3 > h5{
  margin-top: 20%;
}
.portfolio_076_content_col_3 > h5 > a{
  font-size: 35px;
}
.portfolio_076_content_col_3 > ul > li > a{
  font-size: 14px;
}
/*---------- CONTENT (Four Coloumns Only) ----------*/
.portfolio_076_content_col_4 > h5{
  margin-top: 20%;
}
.portfolio_076_content_col_4 > h5 > a{
  font-size: 25px;
}
/*---------- CONTENT (Four Coloumns And Two Move Only) ----------*/
.portfolio_076_content_col_4_mov_2 > h5{
  margin-top: 20%;
}
.portfolio_076_content_col_4_mov_2 > h5 > a{
  font-size: 25px;
}
