.itemid-258 #sp-header {
	background-color: rgba(255,255,255,0) !important;
}

.itemid-258 #sp-header.header-sticky {
	background-color: rgba(255,255,255,1) !important;
}

.itemid-258 #sp-header .logo {
	display: none !important;
}

.itemid-258 #sp-header.header-sticky .logo {
	display: inline-flex !important;
}

.header-btn {
	background: #127E4A;
	padding: 13px 29px;
	color: #fff;
	margin-left: 10px;
	white-space: nowrap;
	font-size: 14px !important;
	border-radius: 2px;
	
}

.header-btn:hover {
	background: #0b4628;
}

.sppb-addon.sppb-addon-icons-group.social-icons.icons-group-title-postion-top {
	float: right;
}

@media screen and (max-width: 1199px) {
	.container {
		max-width: 100% !important;
	}
}

@media screen and (max-width: 1138px) {
	.header-btn {
		margin-left: 0px;
	}
}

@media screen and (max-width: 1123px) {
	.header-btn {
		margin-left: 0px;
		Margin-top: 20px;
	}
}

@media screen and (max-width: 767px) {
	#sppb-addon-1573551040897 p {
		text-align: center !important;
		float: none;
	}
}

#sp-footer1 p {
	margin-bottom: 0px !important;
	font-size: 12px;
}





/* Shutter Out Vertical */
.sp-megamenu-parent > li > a {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #fff;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.sp-megamenu-parent > li > a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #207c4b;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.sp-megamenu-parent > li > a:hover, .sp-megamenu-parent > li > a:focus, .sp-megamenu-parent > li.active > a {
  color: #ffff !important;
}

.sp-megamenu-parent > li > a:hover:before, .sp-megamenu-parent > li > a:focus:before, .sp-megamenu-parent > li.active > a:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

#sp-header .sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
	line-height: 50px;
	margin: 0px 10px 0 0px;
	transition: all 0.33s;
}

#sp-header {
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.00);
	background: rgba(255,255,255,0);
	transition: all 0.33s;
}

/* #sp-header.header-sticky {
	background: rgba(255,255,255,1);
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.10);
	transition: all 0.33s;
} */

.sp-megamenu-parent.menu-animation-fade-up.d-none.d-lg-block {
	float: none;
	text-align: right;
}

#sp-header.header-sticky + #sp-slide {
	margin-top: 90px !important;
}

/*  Slider */
@media screen and (min-width: 991px) {
	#slider {
		margin-top: -90px !important;
	}
}