#back-to-top {
    position: fixed;
    bottom: 46px;
    right: 40px;
    z-index: 9999;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 48px;
    background: #9fd7ef;
    color: #fff;
    cursor: pointer;
    border: 0;
    border-radius: 82px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top:hover {
    background: #09162a;
	color: #fff;
}
#back-to-top.show {
    opacity: 1;
}
.owl-theme .owl-nav [class*='owl-'] {
	background: #9fd7ef !important;
}
.owl-theme .owl-nav [class*='owl-']:hover {
      background: #09162a !important;
}

