header .navbar .navbar-brand img, header.side-menu .logo img, header .sidebar-nav-menu .navbar-brand img {
  max-height: 80px;
}

.scroll-top-arrow, .scroll-top-arrow:focus {
  bottom: 165px;
}

.float{
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 93px;
	right: 27px;
	background-color:#F79520;
	color:#fff;
	border-radius: 50px;
	text-align: center;
  font-size: 30px;
  box-shadow: 0 0 25px rgb(23 23 23 / 25%);
  z-index: 100;
  font-size: 40px;
}

.my-float{
	margin-top: 10px;
}

.ba-slider {
  position: relative;
  overflow: hidden;
}

.ba-slider img {
  width: 100%;
  display:block;
  max-width:none;
}

.ba-slider .resize {
  position: absolute;
  top:0;
  left: 0;
  height: 100%;
  width: 50%;
  overflow: hidden;
}

.ba-slider .handle { /* Thin line seperator */
  position:absolute; 
  left:50%;
  top:0;
  bottom:0;
  width:4px;
  margin-left:-2px;
  background: rgba(0,0,0,.5);
  cursor: ew-resize;
}

.ba-slider .handle:after {  
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  margin: -30px 0 0 -24px;
  content:'\21FF';
  color:white;
  font-weight:bold;
  font-size:30px;
  text-align:center;
  line-height:48px;
  background: #F79520; 
  border:1px solid #F79520; 
  border-radius: 50%;
  transition:all 0.3s ease;
  box-shadow: 0 0 25px rgb(23 23 23 / 25%);
}

.ba-slider .handle.ba-draggable:after {
  width: 48px;
  height: 48px;
  margin: -24px 0 0 -24px;
  line-height:50px;
  font-size:30px;
}

.ba-slider-1 {
  position: relative;
  overflow: hidden;
}

.ba-slider-1 img {
  width: 100%;
  display:block;
  max-width:none;
}

.ba-slider-1 .resize {
  position: absolute;
  top:0;
  left: 0;
  height: 100%;
  width: 50%;
  overflow: hidden;
}

.ba-slider-1 .handle { /* Thin line seperator */
  position:absolute; 
  left:50%;
  top:0;
  bottom:0;
  width:4px;
  margin-left:-2px;
  background: rgba(0,0,0,.5);
  cursor: ew-resize;
}

.ba-slider-1 .handle:after {  
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  margin: -30px 0 0 -24px;
  content:'\21FF';
  color:white;
  font-weight:bold;
  font-size:30px;
  text-align:center;
  line-height:48px;
  background: #F79520; 
  border:1px solid #F79520; 
  border-radius: 50%;
  transition:all 0.3s ease;
  box-shadow: 0 0 25px rgb(23 23 23 / 25%);
}

.ba-slider-1 .handle.ba-draggable:after {
  width: 48px;
  height: 48px;
  margin: -24px 0 0 -24px;
  line-height:50px;
  font-size:30px;
}
