
#service .col-md-4
{
  padding: 40px;
  -webkit-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out;
}
#service .col-md-4:hover
{
  background: #000;
   transform: translateY(-65px);
}

#service .col-md-6:hover
{
  background: #000;
}


#about .col-md-4:hover
	{
		background: rgb(17, 17, 17);
    
	}
 
/* #service .active
{
  background: #505050;
  padding: 40px;
}
#service .fa
{
  border: 1px solid #fff;
  border-radius: 2px;
  color: #fff;
  font-size: 50px;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
} */
#service h4
{
  color: rgb(207, 60, 60);
  font-weight: 600;
  padding-top: 10px;
  padding-bottom: 14px;
}

 
.bg-black{
  
  background-image:  linear-gradient(45deg,
                    rgba(0, 0, 0, 0.75),
                    rgba(58, 58, 58, 0.75)), url('https://images.unsplash.com/photo-1579567761406-4684ee0c75b6?w=500&auto=format&fit=crop&q=60&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1yZWxhdGVkfDZ8fHxlbnwwfHx8fHw%3D');
}