/* ------------------------------------------------------------- */
/* Start Service Section
/* ------------------------------------------------------------- */
@media only screen and (max-width: 1022px) {
    #st-2.st-left{
        bottom: 0px;
    }
}
@media only screen and (min-width: 1023px) {
    #st-2.st-left{
        top: 189px;!important;
    }
}


.blog-info {
    list-style: none;
    margin: 15px 0 12px 0;
    padding-left:0;
}
.blog-info li {
    padding: 0;
    color: #555;
    font-size: 13px;
    margin-right: 10px;
    display: inline-block;
}
.blog-info li i {
    color: #004170;
}

.blog-info {
    margin: 20px 0;
    padding: 8px 0;
    border-top: solid 1px #ECEBEB;
    border-bottom: solid 1px #ECEBEB;
}
.blog-info li {
    padding-left: 13px;
    border-left: solid 1px #ECEBEB;
}
.blog-info li:first-child {
    padding-left: 0;
    border-left: none;
}




#dowloadapkitem{
    width: 30px;
    /*margin-left: 12px;*/
   }

#dowloadapkitem #img-responsive{
    width: 38px;
   /* margin-top: 20px;*/
}
#titleapkitem{
    text-align: center;
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 23px;
}

#linksId{
    margin-top: 22px;
}
#moreApk {
    color: #004170;
}

#moreApk:hover {
    text-decoration: none;
    color: #086AB3;
    cursor: pointer;
}

#logoapk {
    max-width: 75px;
    width: 100%;

    max-height: 75px;

    height: 100%;
}

.services-section {
    padding-top: 20px;
    padding-bottom: 90px;
}

.service {
    background-color: #f2f0f0;
    box-shadow: 0 0 3px #b0abab;
    text-align: center;
    margin-bottom: 30px;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 129px;
    padding-top: 32px;
    max-height: 340px;
}

.service #imgApk {
    font-size: 2.5em;
    width: 80px;
    height: 80px;

    margin-bottom: 10px;
    position: relative;
    color: #28ABE3;
    /*border: 1px solid #28ABE3;*/
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin: 0 auto;

}

.service .border {
    margin-top: 10px;
    margin-bottom: 15px;
}

.service h4 {
    font-size: 15px;
    margin-bottom: 13px;
    color: #666;
    font-weight: 300;
    font-family: 'PT Sans Narrow', Arial, sans-serif;
}

.service p {
    color: #444;
    font-size: 12px;
    line-height: 20px;
    font-weight: 300;
    text-align: justify;
}

/*.service:hover #imgApk {
    background: #28ABE3;
    color: #fff;
}*/

.service:hover .border {
    margin: 0 30%;
    margin-top: 10px;
    margin-bottom: 15px;
    /*border-color: #28ABE3;*/
    border-color: #086AB3;
}

.border {
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    margin: 0 45%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}