.backimg{
    background-image: url("../img/backimg.gif")
}
.titleback{
    background-color: #009b73;
}

.img{
    margin: 0;
    position: relative;
}
.img li{
  position: absolute;
}
.img01
{
  top: 40px;
  left: 510px;
}
.img02
{
  top: 140px;
  left: 510px;
}
.img03
{
  top: 240px;
  left: 510px;
}
.img04
{
  top: 340px;
  left: 510px;
}

#center h2{
    color: white;
    font-weight: bold;
    font-size: 24px;
    padding: 15px 0 0px 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;

}
#center h3{
    color: white;
    font-size: 18px;
    padding: 10px 10px 10px 30px;
    line-height: 2;
}

/*
#center p{
    font-size: 120%;
    padding: 10px 5% 50px 5%;
    line-height: 2;
}
*/

#center ul{
    list-style-type: none;
}
#center li{
    display: inline-block;
    margin-bottom: 50px;
}

.mt20{
    margin-top: 20px;
}
.mt30{
    margin-top: 30px;
}
.mb5{
    margin-bottom: 5px;
}
.mb10{
    margin-bottom: 10px;
}
.mb20{
    margin-bottom: 20px;
}
.mb30{
    margin-bottom: 30px;
}
.ml5{
    margin-left: 5px;
}
.ml10{
    margin-left: 10px;
}
.ml20{
    margin-left: 20px;
}
.ml30{
    margin-left: 30px;
}
.ml15per{
    margin-left: 15%;
}
.mr15per{
    margin-right: 15%;
}




.linkbtn {
    display: block;
    background: #E71F19;
    font-size: 2em;
    font-weight: 600;
    color: #fff;
    text-align: center;
    width: 214px;
    padding: 10px 10px;
    border-radius: 300px;
    transition: .3s ease;
    border: #E71F19 1px solid;
    position: relative;
}