/* Fonts loaded via self-hosted google-fonts.css and flaticon.css in layout.tsx */

body {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #b0b8c4;
	font-style: normal;
	line-height: 1.875;
	background-color: #00172F;
}
img,
.img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
}

a,
button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	text-decoration: none;
}
a:focus,
.btn:focus,
button:focus {
	text-decoration: none;
	outline: none;
	box-shadow: none;
}
a:hover,
.portfolio-cat a:hover,
.footer-menu li a:hover {
	color: var(--maincolor);
	text-decoration: none;
}
.btn:focus,
button:focus,
input:focus,
textarea,
textarea:focus {
	outline: 0
}
.uppercase {
	text-transform: uppercase;
}
.capitalize {
	text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Cuprum', sans-serif;
	color: #FEFFFE;
	margin-top: 0px;
	font-style: normal;
	font-weight: 700;
	text-transform: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}
h1 {
	font-size: 40px;
}
h2 {
	font-size: 35px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
p {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.875;
	color: #b0b8c4;
	margin-bottom: 15px;
}
hr {
	border-bottom: 1px solid #eceff8;
	border-top: 0 none;
	margin: 30px 0;
	padding: 0;
}
label {
	color: #b0b8c4;
	cursor: pointer;
	font-size: 16px;
	font-weight: 400;
}

.sppb-btn.active, .sppb-btn:active {
  background-image: inherit !important;
  outline: 0;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
}

.sppb-btn.focus, 
 .sppb-btn:active:focus, 
 .sppb-btn:active:hover, 
 .sppb-btn:focus, 
 .sppb-btn:hover {
  outline: 0;
}

.sppb-btn.circle {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.sppb-optin-form .sppb-btn i:first-child {display: none;}

form.sppb-optin-form.submit-button-inside .button-wrap {
	top: 50%;
	transform: translatey(-50%);
}

#sp-footer {
	font-size: inherit;
}

#sp-footer #sp-footer2 {
	text-align: inherit;
}

.sp-scroll-up {
	background: var(--maincolor);
}

.text-underline {
	text-decoration: underline;
}

.z-index2 {z-index: 2 !important;}
.z-index0 {z-index: 0 !important;}

.sppb-media-heading {
	margin: 0;
}

.sppb-addon-header > * {color: inherit !important;}

body .sppb-btn,
body .sppb-sp-slider-button .sp-slider-btn-text {
	user-select: none;
	-moz-user-select: none;
	border: none;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1.35;
	margin-bottom: 0;
	padding: 20px 30px;
	text-align: center;
	text-transform: uppercase;
	touch-action: manipulation;
	transition: all 0.3s ease 0s;
	vertical-align: middle;
	font-family: 'Cuprum', sans-serif;
	white-space: nowrap;
	position: relative;
	z-index: 1;
	overflow: hidden;
	background: #3657CD none repeat scroll 0 0;
}

body .sppb-btn.sppb-btn-primary,
body .sppb-sp-slider-button .sp-slider-btn-text {
	background: var(--maincolor);
	color: #00172F;
}

body .sppb-btn > .text,
body .sppb-sp-slider-button .sp-slider-btn-text > .text {
    display: flex;
    align-items: baseline;
    line-height: 1;
	color: #fff;
	transition: all 0.3s ease 0s;
}

body .sppb-btn.sppb-btn-primary > .text,
body .sppb-sp-slider-button .sp-slider-btn-text > .text {
  color: #00172F;
}

body .sppb-btn > .text::after,
body .sppb-sp-slider-button .sp-slider-btn-text > .text::after {
    content: "\f061";
    font-family: 'Font Awesome 5 Free', sans-serif;
    font-weight: 600;
    margin-left: 9px;
    line-height: 1;
    font-size: 13px;
	transition: all 0.3s ease 0s;
	color: #fff;
}

body .sppb-btn.sppb-btn-primary > .text::after,
body .sppb-sp-slider-button .sp-slider-btn-text > .text::after {
  color: #00172F;
}

body .sppb-btn:hover > .text::after,
body .sppb-sp-slider-button .sp-slider-btn-text:hover > .text::after {
	transform: translateX(5px);
}
body .sppb-btn:hover,
body .sppb-sp-slider-button .sp-slider-btn-text:hover {
	color: #fff;
}
body .sppb-btn:hover > .text,
body .sppb-btn:hover > .text::after,
body .sppb-sp-slider-button .sp-slider-btn-text:hover > .text,
body .sppb-sp-slider-button .sp-slider-btn-text:hover > .text::after {
	color: #00172F;
}

body .sppb-btn.sppb-btn-primary:hover > .text,
body .sppb-btn.sppb-btn-primary:hover > .text::after,
body .sppb-sp-slider-button .sp-slider-btn-text:hover > .text,
body .sppb-sp-slider-button .sp-slider-btn-text:hover > .text::after {
	color: #fff;
}

body .sppb-btn > .shape,
body .sppb-sp-slider-button .sp-slider-btn-text > .shape {
    background: var(--maincolor) none repeat scroll 0 0;
    border-radius: 50%;
    display: block;
    height: 0;
    position: absolute;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transition: width 0.6s ease 0s, height 0.6s ease 0s;
    -moz-transition: width 0.6s ease 0s, height 0.6s ease 0s;
    -webkit-transition: width 0.6s ease 0s, height 0.6s ease 0s;
    -ms-transition: width 0.6s ease 0s, height 0.6s ease 0s;
    -o-transition: width 0.6s ease 0s, height 0.6s ease 0s;
    width: 0;
    z-index: -1;
}

body .sppb-btn.sppb-btn-primary > .shape,
body .sppb-sp-slider-button .sp-slider-btn-text > .shape {
  background: #00172F;
}

body .sppb-btn:hover > .shape,
body .sppb-sp-slider-button .sp-slider-btn-text:hover > .shape {
    height: 562.5px;
    width: 562.5px;
}

.sppb-btn-default:hover {
	background: transparent !important;
}

.full-width-image .sppb-addon-single-image-container {width: 100%;}
.full-width-image .sppb-addon-single-image-container img {width: 100%;}

.sppb-btn span {
    position: relative;
}

.sppb-progress {
	border-radius: 45px;
}

.sppb-addon-clients .sppb-carousel-extended-item img {
	margin: auto;
	text-align: center;
	display: block;
}

.f-weight-400 {
	font-weight: 400;
}

.sppb-text-left.animated-number-position-bottom .sppb-addon-content, .sppb-text-left.animated-number-position-left .sppb-addon-content {
	align-items: center;
}

.sppb-carousel-extended-list .sppb-carousel-extended-outer-stage {
	height: auto !important;
}

.sppb-addon-optin-forms {
	padding: 0px;
}

.com-finder .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
	display: flex;
	align-items: center;
}

.com-finder .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) span {
margin-right: 5px;	
}

.center-section > .sppb-container-inner > .sppb-row,
.center-section  > .sppb-row {
	justify-content: center;
}

.even-section > .sppb-container-inner > .sppb-row,
.even-section  > .sppb-row {
	justify-content: space-between !important;
}

#sp-top {
	position: relative;
	z-index: 999;
}

#sp-top > .row {
	-ms-flex-align: center !important;
	align-items: center !important;
}

#sp-top > .container > .container-inner > .row {
	-ms-flex-align: center !important;
	align-items: center !important;
}

#sp-header > .row {
	-ms-flex-align: center !important;
	align-items: center !important;
}

#sp-header > .container > .container-inner > .row {
	-ms-flex-align: center !important;
	align-items: center !important;
}

#sp-logo-section > .row {
	-ms-flex-align: center !important;
	align-items: center !important;
}

#sp-logo-section > .container > .container-inner > .row {
	-ms-flex-align: center !important;
	align-items: center !important;
}

@media (min-width: 1400px) {
	.right-row  {padding-left: 90px !important;}
}


/* HEADER */

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

#sp-header .logo {
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}


.sp-megamenu-parent {
	margin: 0;
}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span,
.sp-megamenu-parent > li:last-child > a {
font-size: 16px;
font-weight: 700;
text-transform: uppercase;
padding: 37px 28px;
display: block;
line-height: 1;
font-family: 'Cuprum', sans-serif;
/* color removed to allow globals.css to take precedence */
}

@media (max-width: 1400px) {
.sp-megamenu-parent {
	padding-right: 10%;
}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span, .sp-megamenu-parent > li:last-child > a {
	padding: 37px 20px;
}	
}

@media (max-width: 1200px) {
.sp-megamenu-parent {
	padding-right: 0;
}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span, .sp-megamenu-parent > li:last-child > a {
	padding: 37px 11px;
}	
}

.sp-megamenu-parent > li.active > a {
font-weight: 700;
}

.sp-megamenu-parent > li:first-child > a {padding-left: 0;}

.sp-megamenu-parent > li.active > a,
.sp-megamenu-parent > li.active > a:hover,
.sp-megamenu-parent > li:hover > a {
	color: var(--maincolor);
}

body.ltr .sp-megamenu-parent > li.sp-has-child > a::after, body.ltr .sp-megamenu-parent > li.sp-has-child > span::after {
	display: none;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
padding: 18px 0;
border-radius: 0;
border: 1px solid #071b30;
background: #011529;
-webkit-box-shadow: 0px 30px 70px 0px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 30px 70px 0px rgba(0, 0, 0, 0.15);
box-shadow: 0px 30px 70px 0px rgba(0, 0, 0, 0.15);
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item, .sp-megamenu-parent .sp-mega-group li {margin: 0;}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
padding: 9px 15px 9px 25px;
line-height: 1.4;
font-weight: 700;
color: #B2B9C0;
text-transform: uppercase;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
font-family: 'Cuprum', sans-serif;
font-size: 16px;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a {
color: var(--maincolor);
}


#offcanvas-toggler {
	display: inline-flex;
	align-items: center;
	line-height: 1;
	font-size: 20px;
	position: relative;
	z-index: 22;
	height: 80px;
}

.burger-icon > span {
	display: block;
	height: 2px;
	margin: 5px 0;
	transition: background-color 0.3s ease-in, opacity 0.3s ease-in, transform 0.3s ease-in;
	background-color: #fff;
}

.offcanvas-active .burger-icon > span, #modal-menu-toggler.active .burger-icon > span {
	background-color: #fff;
}


@media (min-width: 992px) {
	.offcanvas-toggler-secondary {
		position: absolute !important;
		top: 50%;
		transform: translatey(-50%);
		right: 15px;
	width: 56px;
	height: 56px !important;
	line-height: 56px;
	display: flex;
	background-color: rgba(254, 255, 254, 0.06);
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	}
	
.offcanvas-menu .offcanvas-inner {
	padding: 0;
}

.offcanvas-menu .offcanvas-inner > .d-flex {display: none !important;}

.offcanvas-menu .offcanvas-inner .sp-module:not(:last-child) {
	margin-bottom: 0px;
}

.offcanvas-menu {
	background-color: transparent;
	width: 582px;
}

.offcanvas-menu .p-3 {
	padding: 0 !important;
}

.offcanvas-menu .logo {display: none;}

.offcanvas-menu .menu {display: none !important;}

.offcanvas-active .burger-icon > span, #modal-menu-toggler.active .burger-icon > span {
	background-color: var(--maincolor);
}

body.ltr.offcanvs-position-right .offcanvas-menu {
	right: -582px;
}

body.rtl.offcanvs-position-right .offcanvas-menu {
	left: -582px;
}
}


@media (max-width: 992px) {
.offcanvas-menu {
	background-color: var(--maincolor);
	color: #fff;
}
.offcanvas-menu .offcanvas-inner a {
	color: #fff;
}

.offcanvas-menu .offcanvas-inner a:hover, .offcanvas-menu .offcanvas-inner a:focus, .offcanvas-menu .offcanvas-inner a:active {
	color: #fff;
}

.offcanvas-menu .p-3 {
	padding: 0 !important;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li a, .offcanvas-menu .offcanvas-inner .sp-module ul > li span,
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a > .menu-toggler, .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .menu-separator > .menu-toggler, .offcanvas-menu .offcanvas-inner .sp-module ul > li ul li a, .offcanvas-menu .offcanvas-inner .sp-module ul > li a:hover, .offcanvas-menu .offcanvas-inner .sp-module ul > li a:focus, .offcanvas-menu .offcanvas-inner .sp-module ul > li span:hover, .offcanvas-menu .offcanvas-inner .sp-module ul > li span:focus {
	color: #fff;
}

.offcanvas-menu .logo {display: none;}

.offcanvas-menu .offcanvas-inner {
	padding: 50px 25px;
}

.offcanvas-menu .offcanvas-inner ul.menu > li > a, .offcanvas-menu .offcanvas-inner ul.menu > li > span {
	opacity: 1;
}
}

.close-offcanvas {
	z-index: 99;
}

/* PAGE TITLE */

.sp-page-title {
min-height: 405px;
position: relative;
display: flex;
align-items: end;
padding: 200px 0 100px;
text-align: center;
background: transparent;
}

.sp-page-title .sp-page-title-heading {
font-size: 96px;
line-height: 1.1;
margin: 0 0 5px;
font-weight: 700;
color: #FEFFFE;
}

.sp-page-title .breadcrumb {
justify-content: center;
display: inline-flex;
position: relative;
border-radius: 0;
margin: 0;
}

.sp-page-title .breadcrumb > li.float-start {display: none;}

.sp-page-title .breadcrumb > li > a {
text-transform: uppercase;
font-weight: 500;
font-size: 15px;
color: #b0b8c4;
}

.sp-page-title .breadcrumb > li > a:hover {
color: var(--maincolor);
}

.breadcrumb-item + .breadcrumb-item {
	padding-left: 13px;
}

.breadcrumb-item + .breadcrumb-item::before {
	padding-right: 13px;
}

.sp-page-title .breadcrumb > span, .sp-page-title .breadcrumb > li, .sp-page-title .breadcrumb > li + li::before, .sp-page-title .breadcrumb > li > a {
	color: #b0b8c4;
}

.sp-page-title .breadcrumb > .active span {
color: var(--maincolor);
text-transform: uppercase;
font-weight: 500;
font-size: 15px;
}

#sp-header.header-sticky ~ section#sp-main-body {
	padding-top: 0;
}
.com-content #sp-main-body,
.com-j2store #sp-main-body,
.com-tags #sp-main-body,
.com-spsimpleportfolio #sp-main-body,
.com-search #sp-main-body,
.com-finder #sp-main-body,
.com-hikashop #sp-main-body  {
	padding: 50px 0 130px;
}

.com-hikashop #sp-main-body {padding-bottom: 75px;}

.com-spsimpleportfolio #sp-main-body {
	z-index: 2;
	position: relative;
}


.com-content #sp-header.header-sticky ~ section#sp-main-body,
.com-j2store #sp-header.header-sticky ~ section#sp-main-body,
.com-tags #sp-header.header-sticky ~ section#sp-main-body,
.com-spsimpleportfolio #sp-header.header-sticky ~ section#sp-main-body,
.com-search #sp-header.header-sticky ~ section#sp-main-body,
.com-finder #sp-header.header-sticky ~ section#sp-main-body,
.com-hikashop #sp-header.header-sticky ~ section#sp-main-body {
	padding-top: 50px;
}


/* SIDEBAR */

.sidebar-class  .sppb-row-container {width: 100% !important; }
.sidebar-class.com-sppagebuilder #sp-main-body {margin: 0 auto;}
@media (min-width: 768px) {
.sidebar-class.com-sppagebuilder #sp-main-body {max-width: 750px;}
}
@media (min-width: 992px) {
.sidebar-class.com-sppagebuilder #sp-main-body {max-width: 970px;}
}
@media (min-width: 1200px) {
.sidebar-class.com-sppagebuilder #sp-main-body {max-width: 1170px;}
}

.com-sppagebuilder #sp-right, .com-sppagebuilder #sp-left {
	padding-top: 50px;
	padding-bottom: 130px;
	position: relative;
}

#sp-left .sp-module, #sp-right .sp-module {
	border: 0px solid #f3f3f3;
	padding: 0;
	border-radius: 0px;
}

#sp-left .sp-module ul > li, #sp-right .sp-module ul > li {
	display: block;
	border-bottom: 0px solid #f3f3f3;
}

.category-module li, .categories-module li, .archive-module li, .latestnews li, .newsflash-horiz li, .mostread li, .form-links li, .list-striped li {
	padding: 0;
}

/* CUSTOM CLASS */

@media (min-width: 992px) {
.services-two-items-wrap::before {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	width: 1px;
	height: 100%;
	background: #192E44;
}
}

.video-bg {
	position: absolute !important;
	left: 0;
	top: 0;
	width: 100% !important;
	height: 100% !important;
	mix-blend-mode: luminosity;
	z-index: -1 !important;
}

#particles-js {
	position: absolute !important;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

#particles-js canvas {
	position: absolute;
	left: 0;
	top: 0;
}

.area-bg-wrap::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/banner_gradient.png);
	background-position: top right;
	background-size: cover;
	z-index: -1;
}

/* BLOG */

.article-list {margin-bottom: -50px;}

.article-list .article {
	border: 0px solid #f5f5f5;
	position: relative;
	padding: 0;
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
	transition: 0.3s all;
	border-radius: 0;
	margin: 0 0 50px;
}

.article-list .article .article-intro-image, .article-list .article .article-featured-video, .article-list .article .article-featured-audio, .article-list .article .article-feature-gallery {
	border-bottom: 0px solid #f5f5f5;
	overflow: hidden;
	position: relative;
	display: block;
	border-radius: 0;
	margin: 0 0 30px;
	background-color: #011529;
}

.article-list .article > div > a {display: block; height: 100%;}

.article-list .article .article-intro-image img, .article-list .article .article-featured-video img, .article-list .article .article-featured-audio img, .article-list .article .article-feature-gallery img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 0;
transition: .3s linear;
mix-blend-mode: luminosity;
}

.article-list .article .article-header h2 {
font-size: 26px;
line-height: 1.3;
margin: 0 0 12px;
color: #FEFFFE;
}

.blog-list .article-list .article .article-header h2 {
  font-size: 56px;
  line-height: 1.17;
  width: 80%;
}

.article-list .article .article-header h2 a {
color: inherit;
transition: all 500ms ease;
}

.article-list .article .article-header h2 a:hover {
color: var(--maincolor);
}

.article-info {
	margin: 0;
	display: flex;
}

.article-info > span {
text-transform: uppercase;
font-size: 14px;
font-weight: 500;
color: #b0b8c4;
position: relative;
}

.article-info > span > a {color: inherit;}
.article-info > span > a:hover {color: var(--maincolor);}

.article-info > span i {
  margin-right: 7px;
  color: var(--maincolor);
}


.article-info > span + span::before {
padding-right: 15px;
padding-left: 15px;
color: #b0b8c4;
opacity: .25;	
}

.article-introtext {
  margin-bottom: 25px;
}

.article-body .tags {display: none;}

.article-list .article .readmore a,
.article-list .article .readmore a:hover {  
position: relative;
display: inline-block;
text-transform: uppercase;
font-size: 14px;
line-height: 26px;
color: #ffffff;
padding: 10px 28px;
font-weight: 500;
overflow: hidden;
border-radius: 5px;
cursor: pointer;
background: var(--maincolor);
}

.article-list .article .readmore a:hover, .article-list .article .readmore a:active, .article-list .article .readmore a:focus {
  background: var(--secondcolor);
}

ul.pagination {
	display: flex;
justify-content: space-between;
margin-top: 30px;
padding: 25px 30px 25px;
}

.page-item:first-child .page-link {
	margin-left: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.page-item:last-child .page-link {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.page-link {
	padding: 0;
color: #565151;
font-weight: 500;
height: 54px;
width: 54px;
line-height: 54px !important;
display: inline-block;
border: 1px solid #ddd;
position: relative;
border-radius: 50% !important;
margin-right: 15px;
text-align: center;
}

.page-item.active .page-link,
.page-link:hover {
border-color: transparent;
background-color: var(--maincolor);
color: #fff !important;
}

.pagination-counter {margin-top: 40px;}

/* SINGLE ARTICLE */

.article-details .sppb-row-container {padding: 0; max-width: 100%;}

.article-details .article-header {
	position: relative;
	padding: 0;
}

.article-details .article-can-edit {
	position: relative;
	margin-bottom: 0px;
}

.article-details .article-header h1, .article-details .article-header h2 {
font-size: 28px;
line-height: 1.25;
letter-spacing: -.02em;
font-weight: 700;
margin-bottom: 20px;
}

.article-details .article-full-image {
position: relative;
display: block;
margin-bottom: 20px;
margin-top: 0px;
}

.article-details .article-full-image img {
	display: inline-block;
	border-radius: 0;
	width: 100%;
}

.article-details .article-info {
	margin-bottom: 10px;
	background: transparent;
	border: none;
	padding: 0;
	color: #3e3e3e;
}

.article-details .article-info .category-name {display: none;}

.article-details .article-ratings-social-share {
	border-top: 0;
	margin: 65px 0 0;
	padding: 0 0 40px;
	border-bottom: 1px solid #192E44;
}

.social-share-icon {
	display: flex;
	align-items: center;
}

.social-share-icon:before {
	font-family: 'Cuprum', sans-serif;
	color: #FEFFFE;
	font-style: normal;
	font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 0.02em;
  content: "Share :";
  display: inline-block;
  margin-right: 16px;
}

.article-details .article-ratings-social-share > span {
	color: #1b2336;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 16px;
	margin-right: 10px;
}

.tags {
	list-style: none;
	padding: 0;
	margin: 0 !important;
	display: flex;
	flex-wrap: wrap;
}

.tags > li {
	display: inline-block;
	margin: 2px;
}

.tags > li a {
padding: 6px 12px;
background: var(--bg-silver);
font-size: 14px;
color: #555;
border-radius: 5px;
margin-right: 5px;
line-height: 26px;
border: none;
}

.tags > li a:hover {
  color: #fff;
  background-color: var(--maincolor);
}

.article-details .article-author-information {
padding: 0px;
position: relative;
flex-wrap: wrap;
display: flex;
align-items: center;
border-top: 0;
margin-top: 65px;
padding-bottom: 65px;
margin-bottom: 60px;
border-bottom: 1px solid #192E44;
}

.article-details .article-author-information h5 {
font-size: 22px;
margin: 0 0 15px;
font-weight: 700;
color: #FEFFFE;
margin-bottom: .5rem !important;
}

.article-details .article-author-information img {
  margin-right: 40px;
  margin-bottom: 20px;
  object-fit: cover;
object-position: center;
}

.article-details .article-author-information .author-bio {
margin-bottom: .5rem !important;
}

.author-website, .author-website a {color: #FEFFFE; margin-left: 4px;}

.author-website a:hover {color: var(--maincolor);}

#article-comments {
	border-top: 0px solid #f5f5f5;
	padding: 0px;
	margin-top: 0px;
}

.article-social-share .social-share-icon ul li a {
width: 40px;
height: 40px;
background: rgba(254, 255, 254, 0.06);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 14px;
color: var(--maincolor);
border: none;
}

.article-social-share .social-share-icon ul li a:hover {
background: var(--secondcolor);
color: #FEFFFE;
}

.article-details ul.pagination {
	display: flex;
	justify-content: space-between;
	margin-top: 0px;
	padding: 0;
}

.article-details .page-link,
.article-details .page-link:hover {
	background: transparent;
	padding: 0;
	border: none;
	margin-right: 0;
	font-weight: 600;
	color: var(--maincolor) !important;
}

/* SHOP */

.hikashop_product {
	margin-bottom: 50px;
}

.hikashop_product_image, .hk_product_image {
position: relative;
background-color: #021d3a;
margin: 0 0 30px;
}

.hikashop_product_image .hikashop_product_price_full {
	position: absolute;
	left: 0;
	bottom: 0;
	background: var(--secondcolor);
	color: #FEFFFE;
	letter-spacing: 0.02em;
	font-size: 16px;
	font-weight: 700;
	font-family: 'Cuprum', sans-serif;
	padding: 7px 14px;
	line-height: 1.2;
	z-index: 1;
}

.hikashop_product_image .hikashop_product_price_full .hikashop_product_price_per_unit {display: none;}


span.hikashop_product_name a {
font-family: 'Cuprum', sans-serif;
color: #FEFFFE;
font-style: normal;
font-weight: 700;
font-size: 26px;
line-height: 1.1;
margin: 0 0 5px;
}

span.hikashop_product_name a:hover {color: var(--maincolor);}


.hikashop_product .link-product {
text-transform: uppercase;
font-size: 14px;
font-weight: 500;
display: inline-block;
line-height: 1;
}

.hikashop_products_pagination {
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: space-between;
	margin: 0 0 40px;
}

.hikashop_products_pagination .limit {
	display: flex;
	align-items: center;
	align-content: center;
	color: #b0b8c4;
	width: 240px;
}

.form-select {
	color: inherit;
	background-color: transparent;
	border: none;
	background-image: none;
}

.form-select.hikashop_pagination_dropdown {
	width: auto;
}

.form-select:focus {
	box-shadow: none;
}

/* Single Product */

.hikashop_product_page .row {
	align-items: center;
}

.hikashop_global_image_div {
  display: flex;
  flex-direction: row-reverse;
}

div.hikashop_main_image_div, div.hikashop_main_file_div {
	flex: 10;
}

.hikashop_product_page .hikashop_badge_div.hikashop_badge_topleft_div {display: none;}

.hikashop_product_page div.hikashop_small_image_div a {
	padding: 0;
	margin: 5px 10px;
}

.hikashop_product_page div.hikashop_small_image_div {
	display: flex;
	flex-direction: column;
}

.hikashop_product_page div.hikashop_small_image_div a,
.hikashop_product_page div.hikashop_small_image_div a.hikashop_active_thumbnail {
	border: 0;
}

img.hikashop_child_image {
	max-height: 120px;
	max-width: 120px;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	margin: 0;
	opacity: 1;
	transition: opacity 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955), border-color 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	border: 0 !important;
}

.hikashop_product_page div.hikashop_small_image_div a.hikashop_active_thumbnail img.hikashop_child_image {
	opacity: 1;
	box-shadow: 0px 10px 20px rgba(5, 5, 5, 0.18);
	border: 1px solid rgba(5, 5, 5, 0.2);
}

#hikashop_image_main_thumb_div {
overflow: hidden;
}

.hikashop_product_main_image img {
width: 100%;
height: 100%;
object-fit: cover;	
margin-bottom: 30px !important;
}

.hikashop_slide_prev, .hikashop_slide_next {
	transition: 0.6s ease;
	border-radius: 100%;
	border: 2px solid #fff;
	background: #fff;
}

a.hikashop_slide_prev_active:hover, a.hikashop_slide_next_active:hover {
	background-color: var(--maincolor);
	border-color: var(--maincolor);
}

a.hikashop_slide_next i, a.hikashop_slide_prev i {
	color: var(--maincolor);
}

.hikashop_slide_prev:hover i, .hikashop_slide_next:hover i {
	color: #fff;
}

#hikashop_product_top_part h1 {
font-size: 56px;
line-height: 1.17;
width: 85%;
margin-bottom: 30px;
font-weight: 700;
color: #FEFFFE;
}

.hikashop_product_page .ratting-price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: 30px;
}

.hikashop_vote_stars {
	padding: 0px;
}

.hk-rating {
	margin: 0;
	display: flex;
	margin-bottom: 12px;
}

.hk-rate-star {
	margin-right: 4px;
}

.hikashop_product_page .ratting-price .hikashop_product_price_full .hikashop_product_price {
font-size: 26px;
font-weight: 700;
color: #FEFFFE;
line-height: 1;
font-family: 'Cuprum', sans-serif;
}

.hikashop_product_page .hikashop_product_price_full .hikashop_product_price_per_unit {
	display: none;
}

.hikashop_product_top_part {margin-bottom: 30px;}

#hikashop_product_characteristics, #hikashop_product_options {
	border: 0;
	padding: 0;
	border-radius: 0;
}

.hikashop_product_characteristics_table tr {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.hikashop_product_characteristics_table td, .hikashop_product_options_table td {
	color: #323e37;
	font-weight: 700;
	padding: 0px;
}

.hikashop_product_code_main {
	color: #323e37;
	display: block;
	font-size: 0.9rem;
	font-weight: 700;
}

.hikashop_product_code_main .sku {
	color: #6a726d;
	margin-left: 10px;
	font-weight: normal;
}

.hikashop_product_tags {
	padding-bottom: 30px;
	padding-top: 30px;
	margin-bottom: 30px;
	border: none;
}

.hikashop_product_tags .tags {
	align-items: center;
}

.hikashop_product_tags .tags:before {
	display: inline-block;
	content: "Tags : ";
	font-weight: 500;
	color: #FEFFFE;
	margin-right: 20px;
}

.hikashop_product_tags .tags > li a {
color: #b0b8c4;
font-weight: 400;
text-transform: capitalize;
}

.hikashop_product_tags .tags > li a:hover {color: #fff;}

.hikashop_product_quantity_main {
  display: flex;
  align-items: center;
  align-content: center;
}

.hikashop_product_quantity_input_div_default_main {
	display: inline-flex;
	align-content: center;
	align-items: center;
	width: 80px;
	padding: 10px 20px;
	margin: 0 10px 0 0;
	border-radius: 0;
	height: 56px;
background: transparent;
border: none;
color: #FEFFFE;
font-size: 16px;
font-weight: 700;
font-family: 'Cuprum', sans-serif;
border-bottom: 1px solid #192E44;
}

.hikashop_product_quantity_div input.form-control, .form-control.hikashop_product_quantity_field {
	padding: 0;
	border: none;
	background: transparent;
color: #FEFFFE;
}

a.hikashop_product_quantity_field_change_plus, a.hikashop_product_quantity_field_change_minus, .hikashop_product_quantity_change_div_plus_default a, .hikashop_product_quantity_change_div_minus_default a {
	height: auto;
	margin: 0;
	display: inline-block;
	padding: 0;
	line-height: 1;
}

.link-product.hikacart,
.view-checkout .link-product {
user-select: none;
-moz-user-select: none;
background: var(--secondcolor) none repeat scroll 0 0;
border: none;
border-radius: 0;
color: #fff;
cursor: pointer;
display: inline-block;
font-size: 16px;
font-weight: 700;
letter-spacing: 1px;
line-height: 1.35;
margin-bottom: 0;
padding: 14px 28px;
text-align: center;
text-transform: uppercase;
touch-action: manipulation;
transition: all 0.3s ease 0s;
vertical-align: middle;
font-family: 'Cuprum', sans-serif;
white-space: nowrap;
position: relative;
z-index: 1;
overflow: hidden;
margin-top: 10px;	
}

.hikashop_tabs_ul {
	border-bottom: 1px solid #192E44;
	margin: 0 0 35px;
	margin-top: 100px;
}

.hikashop_tabs_ul li {
margin: 0 55px 0 0;
border: none;
padding: 0 0 7px;
background: transparent;
border-radius: 0;
text-transform: uppercase;
color: #B2B9C0;
font-weight: 700;
letter-spacing: 0.02em;
font-family: 'Cuprum', sans-serif;
font-size: 16px;
position: relative;
-webkit-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
-ms-transition: all 0.3s ease-out 0s;
-o-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
cursor: pointer;
display: inline-block;
}

.hikashop_tabs_ul li:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 0;
	height: 3px;
	background: var(--secondcolor) !important;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	z-index: 3;
}

.hikashop_tabs_li_selected {
color: #FEFFFE !important;
background: transparent !important;
}

.hikashop_tabs_li_selected:after {
	width: 100% !important;
}

.hikashop_tabs_content {
	min-height: auto;
	border-radius: 0;
	padding: 0;
	border: 0px solid #eee;
	background: transparent;
}

#hikashop_show_tabular_specification span:nth-child(2n+1) {
	background-color: #011529 !important;
	--bs-table-accent-bg: var(--bs-table-striped-bg);
	color: var(--bs-table-striped-color);
	border: 0;
}

#hikashop_product_description_main {
	padding-top: 0px;
}

#hikashop_show_tabular_specification span {
	display: block;
	padding: 10px 20px;
}

.hikashop_vote_form .hikashop_comment_textarea {
	border: 1px solid #EEEEEE;
	border-radius: 0;
	color: #666666;
	height: 160px;
	margin: 5px 0;
	padding: 15px;
	width: 100%;
}

.hikashop_comment_form_name input[type="text"]:not(.form-control) {border-radius: 0;}

.notifyjs-corner {
bottom: 0 !important;
	z-index: 99999;
}

div.hika_toolbar .hikabtn span.hk-icon {
	color: var(--maincolor);
}

.hikashop_product_page .hikashop_submodules {
	padding-top: 110px;
}

.hikashop_product_page .hikashop_submodules h2 {
	text-align: center;
	font-size: 56px;
line-height: 1.17;
margin-bottom: 55px;
}

.hikashop_product_page .hikashop_submodules .hikashop_products_pagination {display: none;}

.hikashop_product_page .hikashop_submodules .sppb-btn {
	padding: 12px 30px;
}

.hikashop_product_page .hikashop_submodules form {
  display: flex;
}

/* Checkout */

.view-checkout input {
	background: transparent !important;
	color: inherit !important;
	border: 1px solid rgba(255,255,255,.1) !important;
	border-radius: 0 !important;
}

.hikashop_checkout_login {
	padding: 20px 30px;
	margin-bottom: 25px;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: .25rem;
}

.hikashop_checkout_login h1 {
	line-height: 1.5;
	font-size: 48px;
	margin-bottom: 30px;
	text-align: center;
}

.hikashop_checkout_login h2 {
 display: none;
}

#hikashop_checkout > div:not(.hikashop_checkout_loading_elem, .hikashop_checkout_loading_spinner) {
	padding: 20px 30px;
	margin-bottom: 25px;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: .25rem;
}

.hikashop_checkout_buttons .buttons_right {
	float: none;
}

#hikabtn_checkout_next {width: 100%;}

.table, .table-striped > tbody > tr:nth-of-type(2n+1) > *  {
	color: inherit;
}

tbody, td, tfoot, th, thead, tr {
	border-color: rgba(255,255,255,.1);
}

.hikashop_checkout_payment_images {display: flex;}



@keyframes marquee {
	0% {
		transform: translateX(50%);
	}
	100% {
		transform: translateX(-100%);
	}
}


@media (min-width: 320px) {#sp-top1 .sppb-container-inner {max-width: 400px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 576px) {#sp-top1 .sppb-container-inner {max-width: 540px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 768px) {#sp-top1 .sppb-container-inner {max-width: 720px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 992px) {#sp-top1 .sppb-container-inner {max-width: 960px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 1200px) {#sp-top1 .sppb-container-inner {max-width: 1140px;width: 100%;
margin-right: auto;
margin-left: auto;}}


@media (min-width: 320px) {#sp-top3 .sppb-container-inner {max-width: 400px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 576px) {#sp-top3 .sppb-container-inner {max-width: 540px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 768px) {#sp-top3 .sppb-container-inner {max-width: 720px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 992px) {#sp-top3 .sppb-container-inner {max-width: 960px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 1200px) {#sp-top3 .sppb-container-inner {max-width: 1140px;width: 100%;
margin-right: auto;
margin-left: auto;}}

@media (min-width: 320px) {#sp-bottom1  .sppb-container-inner {max-width: 400px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 576px) {#sp-bottom1  .sppb-container-inner {max-width: 540px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 768px) {#sp-bottom1  .sppb-container-inner {max-width: 720px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 992px) {#sp-bottom1 .sppb-container-inner {max-width: 960px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 1200px) {#sp-bottom1  .sppb-container-inner {max-width: 1140px;width: 100%;
margin-right: auto;
margin-left: auto;}}


@media (min-width: 320px) {#sp-footer  .sppb-container-inner {max-width: 400px;width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;}}
@media (min-width: 576px) {#sp-footer  .sppb-container-inner {max-width: 540px;width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;}}
@media (min-width: 768px) {#sp-footer  .sppb-container-inner {max-width: 720px;width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;}}
@media (min-width: 992px) {#sp-footer .sppb-container-inner {max-width: 960px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 1200px) {#sp-footer  .sppb-container-inner {max-width: 1140px;width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;}}


@media (min-width: 320px) {#sp-banner  .sppb-container-inner {max-width: 400px;width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;}}
@media (min-width: 576px) {#sp-banner  .sppb-container-inner {max-width: 540px;width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;}}
@media (min-width: 768px) {#sp-banner  .sppb-container-inner {max-width: 720px;width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;}}
@media (min-width: 992px) {#sp-banner .sppb-container-inner {max-width: 960px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 1200px) {#sp-banner  .sppb-container-inner {max-width: 1140px;width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;}}


@media (min-width: 320px) {.contained-row  .sppb-container-inner {max-width: 400px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 576px) {.contained-row  .sppb-container-inner {max-width: 540px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 768px) {.contained-row  .sppb-container-inner {max-width: 720px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 992px) {.contained-row .sppb-container-inner {max-width: 960px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 1200px) {.contained-row  .sppb-container-inner {max-width: 1140px;width: 100%;
margin-right: auto;
margin-left: auto;}}



/* J4 Optimization */

.sp-megamenu-wrapper, #sp-header > .container > .container-inner > .row > div > .sp-column,
#sp-header > .row > div > .sp-column  {display: block !important;}

#sp-header .sp-module {
	margin-left: 0px !important; 
}

@media (min-width: 1400px) {#sp-footer  .sppb-container-inner {max-width: 1470px;width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;}}

@media (min-width: 1400px) {#sp-banner  .sppb-container-inner {max-width: 1470px;width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;}}

@media (min-width: 1400px) {#sp-bottom1  .sppb-container-inner {max-width: 1470px;width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;}}

@media (min-width: 1400px) {#sp-top1  .sppb-container-inner {max-width: 1470px;width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;}}

@media (min-width: 1400px) {#sp-top3  .sppb-container-inner {max-width: 1470px;width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;}}

@media (min-width: 1400px) {.contained-row  .sppb-container-inner {max-width: 1470px;width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;}}

@media (min-width: 1400px) {.sppb-row-container {max-width: 1470px;width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;}}

@media (min-width: 1400px) {.sp-slider .sppb-container {max-width: 1470px;width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;}}

  @media (min-width: 1400px) {
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  max-width: 1470px;
}
}

i[class*="flaticon-"] {
	display: block;
	line-height: 0;
}

:root {
	--secondcolor: #3657CD;
}