.header_title
{
	  font-size:7vw;
}

.services_boxes .services_icon h2 {
    height: 35px;
    text-align: center;
    width: 35px;
    font-size: 15px;
    border-radius: 50%;
    line-height: 38px;
    background-color: rgba(243,243,243,.62);
}


.services_boxes {
 box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    border: 0px solid #efefef;
    position: relative;
    overflow: hidden;
    height: 171px;
}


.featuredSec
{
	display: table;
	margin: 0 auto;
}


.featuredSec ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;

}


.featuredSec ul li
{

  display: inline-block;

}

.featuredSec ul li img
{

  height: 84px;
    padding: 5px;
    border: 1px solid #e4e4e4;

}



.clinetsSec
{
	display: table;
	margin: 0 auto;
}


.clinetsSec ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;

}


.clinetsSec ul li
{

  display: inline-block;

}

.clinetsSec ul li img
{

  height: 84px;
    padding: 5px;
    border: 1px solid #e4e4e4;
    margin-bottom: 4px;

}