body{
    background: #f2f2f2;
    font-family: 'Josefin Sans', sans-serif;
}

h3{
     font-family: 'Josefin Sans', sans-serif;
}
.header_logo_easy{
    width: 100px;
  height: 100%;
  max-width: 100px;
  cursor: pointer 
}

.box{
    padding:60px 0px;
}


.box-part{
    background:#FFF;
    border-radius:10px;
    padding:34px 10px;
 //   margin:30px 0px;
 //   min-height:350px;
}

.box-part:hover{
    background:#4183D7;
}

.box-part:hover .fa , 
.box-part:hover .title , 
.box-part:hover .text ,
.box-part:hover a{
    color:#FFF;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.text{
    margin:20px 0px;
}

.fa{
     color:#4183D7;
}
.btn-int{
background-color:#0c4da2;
   color:#ffe300;
    border-color: #0c4da2; }

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success{
background-color:#0c4da2;
   color:#ffe300; 
    border-color: #0c4da2;
}
