.wt-cloud-ways-image-back {
    position: fixed !important;
    z-index: 9 !important;
    bottom: 5px !important;
}
.wt-topbar-front {
    margin-top: 0;
    height: 55px;
    color: #fff;
    padding: 0px 10px;
    background-color: #f8f8f8;
    color: #fff;
    border-bottom: 1px solid #ccc;
    box-shadow: 0 2px 4px #d4dbe1;
    padding: 0 40px;
    display: flex;
}
.wt-topbar-front .topbar-left{
    width: 10%;
}
.wt-topbar-front .topbar-middle{
    width: 60%;
}
.wt-topbar-front .topbar-middle h2 {
    margin: 0;
    line-height: 50px;;
    font-size: 22px;
    color:  #9e9e9e;
    font-weight: bold;
    text-align: center;
}
.wt-topbar-front .topbar-middle h2 b{
	color:  #eb5202;
}
.topbar-right{
	width: 30%;
    margin-top: 8px;
    text-align: right;
}
.wt-topbar-front a {
	text-transform: uppercase;
	background: #eb5202;
	color: #fff;
	text-decoration: none;
    margin-left: 10px;
    line-height: 39px;
    border-radius: 11px;
    padding: 7px 10px;
    font-size: 15px;
    font-weight: bold;
}
.wt-topbar-front a:hover {
	color: #fff;
	text-decoration: none;
}

@media only screen and (max-width: 767px){
    .wt-topbar-front {
    display: none;
}
}







