.navbar-brand img {
    width: 200px;
}

.sec-top{
	margin-top: 150px;
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 30px;
    top: 560px;
    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;
}

.fo1{
	color: #fff;
}

.fo2{
	color: #fda31b;
	text-decoration: underline;
}

.bot1{
	margin-bottom: 50px;
}

.ts-bg {
    background-image: url(../img/bg/feedback-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.header-top-social a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: var(--color-white);
    font-size: 16px;
    background: #9f8f1d;
    text-align: center;
    margin-left: 5px;
    border-radius: 50px;
    transition: all .5s ease-in-out;
}