/*
author: Boostraptheme
author URL: https://boostraptheme.com
License: Creative Commons Attribution 4.0 Unported
License URL: https://creativecommons.org/licenses/by/4.0/
*/ 

/*====================================================
                       CASES
======================================================*/

  .cases{
    padding: 100px 0;
  } 

    .gallery-title
  {
      font-size: 36px;
      color: #42B32F;
      text-align: center;
      font-weight: 500;
      margin-bottom: 70px;
  }
  .gallery-title:after {
      content: "";
      position: absolute;
      width: 7.5%;
      left: 46.5%;
      height: 45px;
      border-bottom: 1px solid #5e5e5e;
  }

  .filter-button
  {
      font-size: 18px;
      border: 1px solid #42B32F;
      border-radius: 5px;
      text-align: center;
      color: #42B32F;
      margin-bottom: 30px;

  }
  .filter-button:hover
  {
      font-size: 18px;
      border: 1px solid #42B32F;
      border-radius: 5px;
      text-align: center;
      color: #ffffff;
      background-color: #42B32F;

  }
  .btn-default:active .filter-button:active
  {
      background-color: #42B32F;
      color: white;
  }    

  .cases .cases-cont-desc h4{
    padding:30px 0 0 10px;
    font-size: 19px;
  }

  .cases .cases-cont-desc p{
    padding: 0 0 30px 10px;
  }

  .cases .cases-cont-desc i{
    float: right;
    margin-top:-80px;
    margin-right: 20px; 
  }

  .gallery_product
  {
      margin-bottom: 30px;
  }