.services {
    margin:50px 0 0 0;
    position: relative;
}
.service {
    width: 22%;
    display: inline-block;
    vertical-align: top;
    margin-left: 3.5%;
    text-align: center;
    padding-bottom: 30px;
}
.service:hover .topera {
    color: #1594c1;
}
.service:hover .btma {
    color: #002475;
}
.service .btma {
    position: absolute;
    bottom: 0;
    width: 22%;
    display: block;
    text-decoration: none;
    color: #1594c1;
}
.service .topera {
    margin: 15px 0;
    display: block;
}
.service .btma, .service .topera {
    font-size: 25px;
}
.service a {
    display: block;
}
.services .service:last-child {
    margin-left:0;
}
.serv_icon img {
    width:60%;
    height: auto;
}
.serv_txt {
    font-size:18px;
    line-height: 22px;
}
.serv_txt span {
    display: block;
    text-decoration: underline;
}
.serv_imgs {
    width: 90%;
    position: relative;
    height: 160px;
    margin:auto;
    overflow: hidden;
}
.serv_imgs img {
    position:absolute;
    width: 100%;
    height: auto;
    min-height: 100%;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    opacity: 0;
    -webkit-transition: opacity 250ms ease-in-out;
    -moz-transition: opacity 250ms ease-in-out;
    -ms-transition: opacity 250ms ease-in-out;
    -o-transition: opacity 250ms ease-in-out;
    transition: opacity 250ms ease-in-out;
}
.serv_imgs img.current {
    opacity: 1;
}
.maincontainer {
    max-width: 765px;
    width: 80%;
    margin: 100px auto;
}
.maincontainer h1 {
    margin: 0 0 30px 0;
}
.maincontainer p {
    text-align: justify;
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 10px;
}
.votescroller {
    height: 165px;
    overflow-y: scroll;
    direction: ltr;
    padding: 5px 10px;
    border-top: 1px solid #1594c1;
    border-bottom: 1px solid #1594c1;
    text-decoration: none !important;
}
.votescroller p {
    direction: rtl;
    font-size: 18px;
    line-height: 22px;
    margin-bottom:10px;
}
.votescrollerH {
    font-weight: 700;
    font-size: 18px;
}
.votescroller::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
.votescroller::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}
.votescroller::-webkit-scrollbar-thumb {
    background: #0080ff;
    border: 0px none #ffffff;
    border-radius: 50px;
}
.votescroller::-webkit-scrollbar-thumb:hover {
    background: #0080ff;
}
.votescroller::-webkit-scrollbar-thumb:active {
    background: #0080ff;
}
.votescroller::-webkit-scrollbar-track {
    background: #ffffff;
    border: 0px none #ffffff;
    border-radius: 68px;
}
.votescroller::-webkit-scrollbar-track:hover {
    background: #ffffff;
}
.votescroller::-webkit-scrollbar-track:active {
    background: #ffffff;
}
.votescroller::-webkit-scrollbar-corner {
    background: transparent;
}