.logo-image {
  margin-top: 25px;
}
.burger-icon {
	 margin-top: 25px;
        margin-bottom: 20px;
}
.offcanvas-menu .offcanvas-inner .sp-sign-in {
  position: relative;
  top: 1px;
}
.pt-4 {
  padding-top: 0.5rem !important;
}
.offcanvas-menu .fa, .offcanvas-menu .fab, .offcanvas-menu .far, .offcanvas-menu .fas {
  font-weight: 600;
font-size: larger;
}
#sp-header.header-sticky {
  background-color: #0d567c;
}
#sp-header {
 animation: none;
}
.btn-primary,.sppb-btn-primary {
	border-color:#3399ff;
	background-color:#0d567c;
}
.btn-primary:hover,.sppb-btn-primary:hover {
	border-color:#0d567c;
	background-color:#3399ff;
}
.input-group-text {
  background-color: #0d567c;
  border: 1px solid #3399ff;
  color: #fff;
 }
 .login .password-group button.input-password-toggle {
  background-color: #0d567c;
  border: 1px solid #3399ff;
  color: #fff;
}
.sp-scroll-up {
	display:none;
	position:fixed;
	bottom:60px;
	right:30px;
	width:36px;
	height:36px;
	line-height:36px;
	text-align:center;
	font-size:16px;
	color:#fff;
	background:rgba(100, 100, 100, 0.4);
	border-radius:100%;z-index:1000;transition:all 0.3s ease;
	}
	.sp-scroll-up:hover,.sp-scroll-up:active,.sp-scroll-up:focus {
	color:#fff;
	background:#3399ff;
	}
.sp-footer {
  text-align: center !important;
}
#sp-footer,#sp-bottom{background:#0d567c;color:#ffffff;text-align: center !important}
.sp-profile-wrapper .sp-profile-dropdown {
  background: #ff750a;
  border: 2px solid #fff;
  border-radius: 3px;
  padding: 5px !important;
  list-style: none !important;
  font-size: 18px;
  position: absolute;
  min-width: 100px;
  right: -120px;
  top: 100%;
  display: none !important;
}
.sp-module ul > li > a:hover {
  color: #00000;
}

	