.itopplus-background {

}
.itopplus-bgmain {
    background-image: none;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.itopplus-bgmain2 {
    background-image: none;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom;
}

.itopplus-bgmain4 {
    background-image: none;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
    font-size: 16px;
}

.bgcontact {
    background-color: white;
    font-size: 16px;
    text-align: center;
    padding: 10% 0;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(145,160,122,20%);
    height: 205px;
    transition: 0.5s;
}
.bgcontact:hover {
    background: rgba(145,160,122,20%);
}

