
.sec-top{
	margin-top: 150px;
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 30px;
    top: 450px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-float{
	margin-top:16px;
}

.cd-navigation li > a {
    display: block;
    padding: 5px 30px 5px 30px;
    text-transform: none;
    font-size: 14px;
    font-weight: 400;
    color: #333;
}