.header{
    background: url(../images/سلايدر.png) center;    
    background-size: cover;
    height: 500px;
}

/* services */
.services-goals{
    background-color: #D4D9D9;
}
.services-goals .content .info{
    background-color: #FFFFFF;
    border-radius: 20px;
    padding: 25px;
    max-width: 265px;
    margin: 10px;
    transition: all 0.5s;
}
.services-goals .content .info h5{
    font-weight: normal;
}
.services-goals .content .info p{
    font-size: 14px;
}
.services-goals .content .info a{
    background-color: #F95F6A;
    color: #FFFFFF;
    border-radius: 50px;
}
.services-goals .content .info .hide{
    display: none;
}
.services-goals .content .info:hover{
    background-color: #F95F6A;
}
.services-goals .content .info:hover .hide{
    display: block;
}
.services-goals .content .info:hover .show{
    display: none;
}
.services-goals .content .info:hover h5, .services-goals .content .info:hover p{
    color: #FFFFFF;
}
.services-goals .content .info:hover a{
    background-color: #FFFFFF;
    color: #F95F6A;
}

/* services information */
.about-serv .content .right{
    padding: 20px;
}
.about-serv .content0 .right{
    background-color: #ECF0F0;    
}
.about-serv .content .right .comment{
    color: #585858;
}
.about-serv .content .right .comment p{
    font-size: 14px;    
}
.about-serv .content .right .comment button{
    background-color: #F95F6A;
    color: #FFFFFF;
    border-radius: 50px;
    padding: 3px 20px;
    margin: 0px 5px;
    font-size: 12px;
}
.about-serv .content .left .country{
    border: 2px solid #F95F6A;
    border-radius: 10px;    
    margin: 0px 30px;
}