body
{
    background-color:#e8e8e8;
    padding:0px;
    margin:0px;
    
}
.header-client
{
    width:100%;
    height:350px;
    overflow:hidden;
    border-bottom:10px solid #e17a23;
    
}
.clients_text h1
{    
    color: #fff;
    text-align: right;
    font-size: 60px;
    padding-bottom: 0px;
    border-bottom: 2px solid #f58220;
    width:90px;
    
}
.clients_text
{
    position:absolute;
    top:75px;
    right:0px;
}
.header-client .content
{
    position:relative;
}
.header-client
{
    background-image:url('/css/images/clients/slider-clients.jpg');
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
}
.clients_text p
{
    color: #fff;
    padding-top: 10px;
    font-size: 18px;
    width: 320px;
}
.client-body
{
    padding-top:50px;
    padding-bottom:50px;
}
.client-body img
{
    max-width: 100%;
    padding-top: 10px;
    height: 100%;
    position: relative;
    padding-bottom: 5px;
    top: 50%;
    transform: translateY(-50%);

    
}
.item
{
    text-align: center;
    background: #fff;
    border: 1px solid #e0ebf5;
    height: 110px;
    margin-bottom: 20px;
    position: relative;
    border-radius: 3px;
    transition-property: top;
    transition-duration: .2s;
    top: 0px;
    transition-timing-function: linear;
    

}
.country_name
{
    margin-bottom:25px;
    font-size:35px;
}
.client-body h2
{
    height: 60px;
    font-size: 13px;
    margin-top: 5px;
    padding: 5px;
      

}
.item:hover h2
{
    background-color:#4e4e4e;
    color:#fff;
 
}
.item:hover
{
    box-shadow: 0px 6px 5px #b7b7b7;
    top: -10px;
}
.media
{
     height: 100px;
    overflow: hidden;
}
.country-img
{
     width: 120px;
    display: inline-block;
    height: 60px;
    /* border-radius: 50%; */
    overflow: hidden;
    border: 1px solid #ddd;
    top: 20px;
    position: relative;
}
.country-img img
{
    height:100%;
    position:relative;
    width:100%;
    
}
.coun
{
    margin-bottom:40px;
}