#sp-main-body {
	padding: 80px 0;
}
/* header */
#sp-header {
	position: absolute;
	background: #000000d1;
	backdrop-filter: blur(15px);
}
/* change size logo 30% */
header.header-sticky .logo img {
	transform: scale(0.7);
	transition: transform 0.3s ease-in-out;
	margin-top: 4px;
}
#sp-header.header-sticky {
	background-color: #1f1f1fab;
	backdrop-filter: blur(15px);
}
/* logo */
.logo-image {
	padding: 5px 0 5px 0;
	margin-top: 20px;
}

/* tile  lets go fishing */
.title-fish {
	transform-origin: center;
	transform: rotate(-15deg);
	display: inline-block;
}
/* submenu */
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
	background: #000000dd;
	border: 1px solid #fff;
	margin-top: 5px;
	border-radius: 4px;
}

.sp-dropdown li > a::before {
	content: '';
	display: inline-block;
	height: 5px;
	width: 5px;
	background-color: orange;
	border-radius: 50%;
	margin-right: 5px;
	vertical-align: middle;
}
.sp-dropdown li > a:hover::before {
	background-color: white;
}
.sp-dropdown li {
	display: block;
	border-bottom: 1px dashed white;
}
/* menu */
.burger-icon > span {
	background-color: #ffffff;
}

/* blog news  */
.sppb-article-img-wrap {
	position: relative;
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	padding: 5px;
	min-height: 290px;
	transition: all 0.3s ease;
}
.sppb-article-img-wrap:hover {
	filter: brightness(70%);
	transform: scale(0.95);
}

.sppb-article-img-wrap::after {
	content: '\1F517';
	/* content: url('../../../images/image/icon/fish.png'); */
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(0deg);
	transition: transform 0.5s ease;
	font-size: 24px;
	color: white;
	z-index: 10;
	width: 40px;
	height: 40px;
	background-color: rgba(0, 0, 0, 0.8);
	border: 2px solid orange;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	line-height: 40px;
}
.sppb-article-img-wrap:hover::after {
	transform: translate(-50%, -50%) rotate(360deg);
}
/* for single article */
.view-article .article-details {
	display: flex;
	flex-direction: column;
}
.view-article .article-header {
	order: -1;
	margin-bottom: 2px;
}
/* for articles list */
.article-list .articleBody,
.article-list .article-body {
	display: contents;
}
.article-list .article {
	display: flex;
	flex-direction: column;
}
.article-list .article-header {
	order: -1;
}

.article-info {
	order: -1;
}
.article-list .article .article-intro-image,
.article-list .article .article-featured-video,
.article-list .article .article-featured-audio,
.article-list .article .article-feature-gallery {
	margin: -8px -10px 20px 0px;
	border-radius: 3px 3px 0 0;
	border-bottom: 1px solid #f5f5f5;
	overflow: hidden;
}
.sp-page-title {
	margin-top: 60px;
}
/* timeline title */
.ftitle {
	text-align: center;
}
/* timeline shadow */
.timeline-panel {
	box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

/* footer */
#sp-bottom .sp-module .sp-module-title {
	font-weight: 700;
	font-size: 18px;
	margin: 0 0 30px;
	color: #fff;
	border-left: 4px solid #ff7300;
	padding-left: 6px;
	text-transform: uppercase;
}
#sp-bottom .sp-module ul > li > a {
	display: block;
	border-bottom: 1px solid #6c757d59;
	min-width: 250px;
}
/* partners */
.sppb-addon-clients .sppb-carousel-extended-item img {
	border: 1px solid #0067ff;
	padding: 4px;
	box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}
