.plus {
    float: left;
    width: 25%;
    height: 200px;
    position: relative;
    padding: 10px;
    text-align: center;
}

/*.plus:first-child {*/
/*    padding-left: 0;*/
/*}*/

/*.plus:last-child {*/
/*    padding-right: 0;*/
/*}*/

.plus a {
    width: 100%;
    height: 100%;
    display: block;
    border: 1px solid #d5d9e0;
    border-radius: 30px;
    text-decoration: none;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-box-shadow: 0px 5px 10px 1px rgba(34, 60, 80, 0.10);
    -moz-box-shadow: 0px 5px 10px 1px rgba(34, 60, 80, 0.10);
    box-shadow: 0px 5px 10px 1px rgba(34, 60, 80, 0.10);
}

.plus a:hover {
    background: #f4f6fb;
    color: #fff;
    transition: 0.5s ease;
}

.plus:hover .ca-main {
    color: #ffffff;
    opacity: 1;
    -webkit-animation: moveFromTop 300ms ease-in-out;
    -moz-animation: moveFromTop 300ms ease-in-out;
    -ms-animation: moveFromTop 300ms ease-in-out;
}

.ca-content {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.ca-main {
    color: #656d86;
    font-size: 13px;
    text-transform: uppercase;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.icoim1 { /*background:url(../img/icoim1.png);*/
    background-size: 100%;
    height: 60px;
    widht: 60px;
}

/*.icoim2  { background:url(../img/icoim2.png); background-size:100%; height: 60px; widht:60px; }*/
/*.icoim3  { background:url(../img/icoim3.png); background-size:100%; height: 60px; widht:60px; }*/
/*.icoim4  { background:url(../img/icoim4.png); background-size:100%; height: 60px; widht:60px; }*/
/*.icoim5  { background:url(../img/icoim5.png); background-size:100%; height: 60px; widht:60px; }*/


.plus a:hover .icoim1, .plus a:hover .icoim2, .plus a:hover .icoim3, .plus a:hover .icoim4, .plus a:hover .icoim5, .plus a:hover .icoim6, .plus a:hover .icoim7, .plus a:hover .icoim8, .plus a:hover .icoim9, .plus a:hover .icoim10 {
    background-position: 0px 40px !important;
}

.ico {
    overflow: hidden;
    height: 40px;
    width: 40px;
    margin: auto;
    margin-top: 45px;
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -ms-transform: scale(1.8);
    -o-transform: scale(1.8);
    transform: scale(1.8);
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.plus a:hover .ico {
    -webkit-transform: scale(2.3);
    -moz-transform: scale(2.3);
    -ms-transform: scale(2.3);
    -o-transform: scale(2.3);
    transform: scale(2.3);
}

.service {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
    padding-top: 25px;
}

.service div.active a {
    background: #8c97a8;
    width: 100%;
}

@media only screen and (max-width: 1280px) {
    .plus {
        width: 33%;
    }
}

@media only screen and (max-width: 920px) {
    .plus {
        width: 50%;
    }
}

@media only screen and (max-width: 480px) {
    .plus {
        width: 100%;
    }
}

.icop1 {
    background: #e79898;
}

.icop2 {
    background: #6794d2;
}

.icop3 {
    background: #78b590;
}

.icop4 {
    background: #e3b784;
}

.icop5 {
    background: #9eaabb;
}

.plus .icop1:hover {
    background: #f4f6fb;
}

