.bg1 {
    background-image: url("assets/images/img/bg1.jpg");
    background-repeat: no-repeat;
}

.service-icon1 {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background-color: #fff;
    position: relative;
    margin-left: 30px;
    margin-top: -70px;
    margin-bottom: 20px;
    overflow: hidden;
    padding-top: 13px;
    padding-bottom: 13px;
}

.service-4 .service-block1:hover .service-icon1 {
    background-color: #ffc527;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.mypage_title {
    background-image: url(assets/images/page-title/8.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
}