#sp-header {
  box-shadow: none;
}
#sp-header {
  background: rgba(255, 255, 255);
}
.hvrbox img {
	max-width: 100%;
}
.hvrbox .hvrbox-layer_bottom {
	display: block;
}
.hvrbox .hvrbox-layer_top {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.8);
	color: #000;
	padding: 15px;
	-moz-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}
.hvrbox:hover .hvrbox-layer_top,
.hvrbox.active .hvrbox-layer_top {
	opacity: 1;
}
.hvrbox .hvrbox-text {
	text-align: center;
	font-size: 16px;
    font-weight: 400;
    line-height: 24px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.hvrbox .hvrbox-text_mobile {
	font-size: 14px;
	border-top: 1px solid rgb(179, 179, 179); /* for old browsers */
	border-top: 1px solid rgba(179, 179, 179, 0.7);
	margin-top: 5px;
	padding-top: 2px;
	display: none;
}
.hvrbox.active .hvrbox-text_mobile {
	display: block;
}
@media (max-width: 575.98px) {
  #sppb-addon-6ed18402-aa68-4804-8a8c-22849a9e3cd7 img {
    height: auto;
  }
}
@media (max-width: 575px) {
  #sp-header {
    height: 70px;
  }
}
element.style {
}
#sppb-addon-60e166b8-a8df-4e94-bec7-092f1455ff20 #btn-60e166b8-a8df-4e94-bec7-092f1455ff20.sppb-btn-custom {
    background-color: #fa9b00;
    color: #FFFFFF;
}
.logo-box img {
  display: inline;
  max-width: 100%;
  height: auto;
}
.burger-icon > span {
  display: block;
  height: 3px;
  background-color: #000;
  margin: 5px 0;
  transition: background-color .3s ease-in,opacity .3s ease-in,transform .3s ease-in;
}