@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');
@import url("swiper-bundle.css");
@import url("spacing.css");

@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--body-font);
    color: var(--sppb-body);
    word-break: break-word;
    display: flex;
    flex-direction: column;
    font-weight: 400;
    margin: 0;
    line-height: 1.6;
	background-color: #f7f7ee;
}

span {
    display: inline-block;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    margin: 0;
    font-family: var(--heading-font);
    color: var(--sppb-secondcolor);
    line-height: 1.2;
    font-weight: 700;
}

h1, .h1 {
    font-size: var(--heading-one);
}

h2, .h2 {
    font-size: var(--heading-two);
}

h3, .h3 {
    font-size: var(--heading-three);
}

h4, .h4 {
    font-size: var(--heading-four);
}

h5, .h5 {
    font-size: var(--heading-five);
}

h6, .h6 {
    font-size: var(--heading-six);
}

p {
  margin: 0px;
  transition: all 0.4s ease-in-out;
}

a {
    display: inline-block;
    transition: 0.2s linear;
    text-decoration: none;
    color: var(--sppb-secondcolor);
}

a:hover {
    color: var(--sppb-maincolor);
}

ul,
ol {
    padding: 0;
    margin: 0;
    list-style: none;
}

button {
    border: 0;
    background-color: transparent;
}

button:focus {
    outline: none;
    box-shadow: none;
}

input:focus, input:focus-visible {
    box-shadow: none;
}

a > h1,
a > h2,
a > h3,
a > h4,
a > h5,
a > h6 {color: inherit;}

h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {color: inherit;}

.sppb-icon .sppb-icon-container {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.sppb-btn.active, .sppb-btn:active {
  background-image: inherit !important;
}

.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-btn.active, .sppb-btn:active {
  outline: 0;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
}

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

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

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

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

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

.sppb-addon-optin-forms .sppb-optin-form-details-wrap:not(:empty) {
	padding: 0;
}

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

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

.sppb-progress {
	margin-bottom: 0px;
}

.divider-position {
  display: flex;
}

.sppb-addon-persion .sppb-person-social > li > a, .sppb-addon-person .sppb-person-social > li > a {
	line-height: inherit;
}

.sppb-carousel-extended-outer-stage {
	-webkit-perspective: inherit;
	perspective: inherit;
}

.sppb-nav-custom li {
	margin: 0 !important;
	padding: 0 !important;
}

.animated-number-position-left .sppb-addon-content, .animated-number-position-right .sppb-addon-content,
.sppb-addon-clients .sppb-carousel-extended-outer-stage {
	align-items: center;
}

.sppb-person-name,
.sppb-person-designation {
-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;	
}

.person-content-position-half-overlay .sppb-person-name {color: inherit;}

.sppb-divider {
	display: flex;
}

.sppb-testimonial-carousel-testi_layout3 .sppb-testimonial-carousel-item-content::before {
display: none;
}

.sp-slider img {
	height: auto !important;
	width: auto !important;
}

.sppb-addon-clients .sppb-carousel-extended-item {
	padding: 0;
}

.sppb-addon-icons-group.icons-group-title-postion-left, .sppb-addon-icons-group.icons-group-title-postion-right {
	align-items: center;
}

@media (max-width: 575px) {
.sppb-addon-icons-group.icons-group-title-postion-left, .sppb-addon-icons-group.icons-group-title-postion-right {
	display: flex;
	flex-wrap: wrap;
}
}

.com-finder > * + *, .com-finder__results > * + * {
	margin-top: 0;
}

@media (max-width: 768px) {
	.sppb-addon-clients img {margin-bottom: 20px;}
}

@media (max-width: 992px) {
.no-resposive-bg {background: transparent !important;}
}

body .sppb-btn,
body .sppb-sp-slider-button .sp-slider-btn-text,
.login .btn-primary,
.registration form > div .btn,
.reset form > div .btn,
.hikashop_vote_form .button .btn,
.hikashop_vote_form .button,
.article-list .article .readmore a, .sppb-readmore {
border-radius: 0.5rem;
padding-block: var(--size-5);
padding-inline: var(--size-12);
gap: var(--size-2);
font-family: var(--heading-font);
overflow: hidden;
  position: relative;
  z-index: 1;
  transition: 500ms;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  background: var(--sppb-maincolor);
  color: var(--sppb-secondcolor);
  border: none;
  line-height: 1.5;
}

body .sppb-btn:hover,
.registration form > div .btn:hover,
body .sppb-btn.sppb-btn-primary:hover,
body .sppb-sp-slider-button .sp-slider-btn-text:hover,
.login .btn-primary:hover,
.registration form > div .btn-primary:hover,
.reset form > div .btn:hover,
body .sppb-btn.sppb-btn-secondary:hover,
.hikashop_vote_form .button:hover,
.article-list .article .readmore a:hover, .sppb-readmore:hover {
color: var(--sppb-white);
  background: var(--sppb-maincolor);
}

body .sppb-btn:before,
body .sppb-sp-slider-button .sp-slider-btn-text:before,
.login .btn-primary:before,
.registration form > div .btn:before,
.reset form > div .btn:before,
.hikashop_vote_form .button .btn:before,
.hikashop_vote_form .button:before,
.article-list .article .readmore a:before, .sppb-readmore:before {
content: "";
  position: absolute;
  top: 0;
  left: -16px;
  z-index: -1;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 0%;
  margin: auto;
  transform: rotate(-45deg);
  background-color: var(--sppb-secondcolor);
  transition: 700ms cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

body .sppb-btn:hover::before,
body .sppb-sp-slider-button .sp-slider-btn-text:hover::before,
.login .btn-primary:hover::before,
.registration form > div .btn:hover::before,
.reset form > div .btn:hover::before,
.hikashop_vote_form .button .btn:hover::before,
.hikashop_vote_form .button:hover::before,
.article-list .article .readmore a:hover:before, .sppb-readmore:hover::before {
height: 560%;
}

body .sppb-btn.sppb-btn-default {
background: transparent;
  border: 1px solid var(--sppb-maincolor);
  color: var(--sppb-maincolor);
}

body .sppb-btn.sppb-btn-default:hover {

}

body .sppb-btn.sppb-btn-secondary,
body .sppb-sp-slider-button-2 .sp-slider-btn-text {
background-color: var(--sppb-secondcolor);
color: var(--sppb-secondcolor);
}

body .sppb-btn.sppb-btn-secondary:before,
body .sppb-sp-slider-button-2 .sp-slider-btn-text:before {
  background-color: var(--sppb-maincolor);
}

body .sppb-btn.sppb-btn-secondary:hover,
body .sppb-sp-slider-button-2 .sp-slider-btn-text:hover {
color: var(--sppb-white);
}

body .sppb-btn.sppb-btn-link {
background: transparent;
	text-decoration: none;
	border: 0 !important;
	padding: 0;
	overflow: visible;
  font-size: inherit;
  font-weight: 600;
	color: var(--sppb-secondcolor);
  display: inline-block;
  height: auto;
  line-height: inherit;
  font-family: var(--body-font);
  text-transform: none;
  display: inline-flex;
  align-items: center;
}

body .sppb-btn.sppb-btn-link:hover {
	color: var(--sppb-maincolor);
}

body .sppb-btn.sppb-btn-link:before,
body .sppb-btn.sppb-btn-link:after {display: none;}

body .sppb-btn.sppb-btn-link i,
body .sppb-btn.sppb-btn-link:hover i {

}

.sppb-btn-block {
	width: 100% !important;
	justify-content: center;
}

body .sppb-btn i,
body .sppb-sp-slider-button .sp-slider-btn-text i,
.login .btn i,
.registration form > div .btn i,
.reset form > div .btn i,
.hikashop_vote_form .button .btn i,
.hikashop_vote_form .button i,
.article-list .article .readmore a i, .sppb-readmore i,
.sppb-form-builder-btn button span,
.sppb-ajax-contact-content button span {

}

body .sppb-btn:hover i,
body .sppb-sp-slider-button .sp-slider-btn-text:hover i,
.login .btn:hover i,
.registration form > div .btn:hover i,
.reset form > div .btn:hover i,
.hikashop_vote_form .button .btn:hover i,
.hikashop_vote_form .button:hover i,
.article-list .article .readmore a:hover i, .sppb-readmore:hover i,
.sppb-form-builder-btn button:hover span,
.sppb-ajax-contact-content button:hover span {

}

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

.full-height-image, .full-height-image * {height: 100%;}

.block-image .sppb-addon-single-image-container {display: block;}
.block-image .sppb-addon-single-image-container a {display: block;}
.block-image .sppb-addon-single-image-container img {display: block;}

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

.social-icon-right a i {color: inherit !important;}

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

.sppb-person-image img {width: 100%; height: 100%;}

.sppb-carousel-extended-heading,
.sppb-carousel-extended-subheading {
	transition: .3s ease-in-out;
	margin: 0;
}

@media(max-width: 768px) {
	.sppb-addon-clients a {display: block;}
	.sppb-addon-clients a img {margin-left: auto; margin-right: auto;}
}

.sp-slider div[class^="sppb-col"] {position: static;}

.sppb-icon .sppb-icon-container > i {
	width: auto !important;
	height: auto !important;
	line-height: inherit !important;
}

.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;
}

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

.sppb-addon-table-main td {
	color: inherit;
	font-size: inherit;
}

.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-container > .sppb-row,
.center-section  > .sppb-row {
	justify-content: center;
}

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

.right-section > .sppb-row-container > .sppb-row,
.right-section  > .sppb-row {
	justify-content: flex-end !important;
}

#sp-main-body .sppb-section .sppb-container-inner, #sp-main-body .sppb-section div[class^="sppb-col-"], #sp-main-body .sppb-section .sppb-column, #sp-main-body .sppb-section .sppb-column-addons, #sp-main-body .sppb-section .sppb-row-container,
#sp-footer .sppb-section .sppb-container-inner, #sp-footer .sppb-section div[class^="sppb-col-"], #sp-footer .sppb-section .sppb-column, #sp-footer .sppb-section .sppb-column-addons, #sp-footer .sppb-section .sppb-row-container,
#sp-banner .sppb-section .sppb-container-inner, #sp-banner .sppb-section div[class^="sppb-col-"], #sp-banner .sppb-section .sppb-column, #sp-banner .sppb-section .sppb-column-addons, #sp-banner .sppb-section .sppb-row-container {position: static;}

.relative-section .sppb-container-inner, .relative-section div[class^="sppb-col-"], .relative-section .sppb-column, .relative-section .sppb-column-addons {position: static;}

.nowraprow > .sppb-container-inner > .sppb-row {flex-wrap: nowrap;}

#sp-top2 .sppb-section {
	width: auto;
}

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

#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-footer, #sp-bottom {
	background: inherit;
}

.sppb-carousel-extended-description {
	font-size: inherit;
	color: inherit;
	line-height: inherit;
}

.sppb-addon-optin-forms .sppb-optin-form-details-wrap:not(:empty) {
	padding: 0 !important;
}

.sppb-addon.sppb-addon-popover .sppb-marker {
	background: var(--sppb-maincolor);
}

.sppb-icons-group-list li a {
	margin: 0 !important;
}

.sppb-addon.sppb-addon-popover .sppb-marker:hover,
.sppb-addon.sppb-addon-popover .sppb-marker.active {
	color: var(--sppb-maincolor);
}

.sppb-sp-slider-button:first-of-type {
	margin-left: 0px;
}

#sp-bottom {
	padding: 0px;
	font-size: inherit;
	line-height: inherit;
}

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

.width-auto .sppb-column-addons {width: auto;}

.full-column-height > div,
.full-column-height > div > div,
.full-column-height > div > div > div {
	height: 100%;
}

div.sppb-carousel-extended-dots {
	bottom: -70px;
}

.working-mix-blend .sppb-column, .working-mix-blend .sppb-column-addons {
	z-index: unset;
}

.sticky-style > .sppb-column-addons > .sppb-addon-wrapper:first-child > .sppb-div-addon > .sppb-addon-wrapper {
	position: -webkit-sticky !important;
	position: sticky !important;
	top: 100px;
	z-index: 1;
}

.sticky-style > .sppb-column-addons > .addon-root-dynamic-content-collection > div > .sppb-dynamic-content-collection  > .sppb-dynamic-content-collection__item {
	position: -webkit-sticky !important;
	position: sticky !important;
	top: 100px;
	z-index: 1;
}

.demo-home .sp-dropdown-mega > .sp-dropdown-inner > .row li:not(.module) {display: none;}

.sppb-row-overlay {border-radius: inherit;}

.sppb-comment-ellipsis-action,
.sppb-comment-ellipsis-action-button {
	padding: 0 !important;
	background: transparent !important;
	color: #000 !important;
	overflow: visible !important;
}

.sppb-comment-ellipsis-action-button {
	padding: 0 10px !important;
}

.sppb-comment-ellipsis-action:before,
.sppb-comment-ellipsis-action:after,
.sppb-comment-ellipsis-action-button:before,
.sppb-comment-ellipsis-action-button:after {
	display: none !important;
}


/* HEADER */

.body-wrapper {
	overflow: hidden;
}

@media (max-width: 992px) {
.header-container {
    overflow: hidden;
  }
}

#sp-header {
	height: auto;
  box-shadow: none;
  transition: all 0.4s;
position: absolute;
background: transparent;
}

@media (min-width: 1400px) {
#sp-header .container {
    max-width: 1780px;
  }
}

@media (max-width: 992px) {
#sp-header {
    padding: 10px 0;
  }
}

#sp-header.header-sticky {
transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
	background-color: var(--sppb-secondcolor);
backdrop-filter: blur(24px);
  animation: slideDown 0.35s ease-out;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
}

#sp-header .logo {
	height: auto;
}

#sp-header .logo img {
	height: auto;
}

@media (min-width: 1200px) {
#sp-menu > .sp-column {
	justify-content: center !important;
}
}

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

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
  transition: all 0.4s ease-in-out;
  padding-inline: 0;
	padding-block: var(--size-11);
	font-family: var(--heading-font);
    font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: var(--sppb-white);
}

.sp-megamenu-parent > li:last-child > a {
  padding-inline: 0;
	padding-block: var(--size-11);
}

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

.sp-megamenu-parent > li + li > a {
	margin-left: 2rem;
}

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

body.ltr .sp-megamenu-parent > li.sp-has-child > a::after, body.ltr .sp-megamenu-parent > li.sp-has-child > span::after {
	margin-left: 5px;
content: "\e136";
font-family: "Phosphor";
transition: 0.2s linear;
  font-size: 12px;
  margin-top: 4px;
}

body.ltr .sp-megamenu-parent > li.sp-has-child > a:hover::after, body.ltr .sp-megamenu-parent > li.sp-has-child > span:hover::after {
color: var(--sppb-maincolor);
    transform: rotate(180deg);
}

@media (max-width: 1400px) {
	body.ltr .sp-megamenu-parent > li.sp-has-child > a::after, body.ltr .sp-megamenu-parent > li.sp-has-child > span::after {
		display: none !important;
	}
	.sp-megamenu-parent > li + li > a {
	margin-left: 1rem;
}
}

@media (max-width: 1200px) {
  .sp-megamenu-parent > li + li > a {
    margin-left: 1.5rem;
  }
}


.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
	background: var(--sppb-white);
	box-shadow: 0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;
	transition: 0.4s ease;
	padding: var(--size-2);
	border-radius: 0.375rem;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge),
.sp-megamenu-parent .sp-mega-group > li > a,
.sp-megamenu-parent .sp-dropdown.sp-dropdown-mega li.sp-menu-item > a,
.sp-megamenu-parent .sp-mega-group > li > a {
	position: relative;
	z-index: 11;
border-radius: 0.25rem;
padding-block: var(--size-2);
padding-inline: var(--size-305);
font-family: var(--heading-font);
color: var(--sppb-secondcolor);
font-weight: 400;
line-height: 1.5;
    font-size: 1rem;
	width: 100%;
	display: block;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item:last-child > a {border: none;}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge):hover,
.sp-megamenu-parent .sp-mega-group > li > a:hover,
.sp-megamenu-parent .sp-dropdown.sp-dropdown-mega li.sp-menu-item > a:hover,
.sp-megamenu-parent .sp-mega-group > li > a:hover,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a {
color: var(--sppb-secondcolor);
  background: #e5e7eb;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a {margin-left: 0px;}

body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full {
	right: 0;
	left: 0;
	max-width: unset;
	width: 100%;
	padding: 0;
}

.sp-megamenu-parent .sp-dropdown.sp-dropdown-mega .sp-dropdown-inner {
	padding: 0px;
	border-radius: 0;
}

.sp-megamenu-parent .custom-mega .sp-dropdown.sp-dropdown-mega .sp-dropdown-inner > .row:first-child {
	display: none !important;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner > .row:not(:first-child) {
	margin-top: 0px;
}

@media(max-width: 1400px) {
body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-mega.sp-dropdown-main.sp-menu-right {
	margin-left: -220px;
}
}

@media (max-width: 1200px) {
  body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-mega.sp-dropdown-main.sp-menu-right {
    margin-left: -249px;
  }
}

.sp-megamenu-parent .sp-mega-group > li > .sp-group-title {
	text-transform: none;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  transition: 0.3s;
  padding: 20px 15px 0 15px;
  font-size: 20px;
  margin-bottom: 10px;
}

.sp-megamenu-parent .sp-dropdown.sp-dropdown-mega li.sp-menu-item:not(:last-child) {
	border-bottom: 0;
}

.sp-megamenu-parent > li .sp-menu-badge {
	height: auto;
	display: inline-block;
	text-transform: none;
	line-height: 1;
  font-weight: 500;
  padding: 5px 10px;
  letter-spacing: 0.5px;
}

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

@media (min-width: 575px) and (max-width: 992px) {
	#offcanvas-toggler {
		margin-right: 20px;
	}
}

.burger-icon > span {
	background-color: var(--sppb-maincolor);
}

#sp-header.header-sticky .burger-icon > span {
	background-color: var(--sppb-maincolor);
}

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

.offcanvas-menu .offcanvas-inner ul.menu li.active a {
	color: #fff !important;
}

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

@media (max-width: 992px) {
.offcanvas-menu {
	background-color: var(--sppb-secondcolor);
	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 .offcanvas-inner .sp-module ul > li a img {
	display: none;
}


.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;
}
}

@media (min-width: 992px) {
	
#offcanvas-toggler.offcanvas-toggler-secondary {
	display: none !important;
}
	
.offcanvas-menu .offcanvas-inner {
	padding: 0;
	max-height: unset;
}

.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;
}

.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(--sppb-maincolor);
}

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

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

.offcanvas-menu {
	width: 400px;
}

.offcanvas-menu .fa, .offcanvas-menu .fab, .offcanvas-menu .far, .offcanvas-menu .fas {
	color: inherit;
}

}

/* */

/* PAGE TITLE */

#sp-title {
	position: relative; 
}

#sp-title .sp-module {
	height: 100%;
	position: absolute;
	width: 100%;
	overflow: hidden;
}

#sp-title .sp-module .sp-module-content,
#sp-title .sp-module .sp-module-content .mod-sppagebuilder,
#sp-title .sp-module .sp-module-content .mod-sppagebuilder .page-content,
#sp-title .sp-module .sp-module-content .mod-sppagebuilder .page-content .sppb-section,
#sp-title .sp-module .sp-module-content .mod-sppagebuilder .page-content .sppb-section > .sppb-container-inner,
#sp-title .sp-module .sp-module-content .mod-sppagebuilder .page-content .sppb-section > .sppb-container-inner > .sppb-row > div,
#sp-title .sp-module .sp-module-content .mod-sppagebuilder .page-content .sppb-section > .sppb-container-inner > .sppb-row > div > .sppb-column,
#sp-title .sp-module .sp-module-content .mod-sppagebuilder .page-content .sppb-section > .sppb-container-inner > .sppb-row > div > .sppb-column > .sppb-column-addons {height: 100%; position: static !important;}
#sp-title .sppb-row-container, #sp-title .sppb-row-column, #sp-title .sppb-column, #sp-title .sppb-column-addons {position: static !important;}

.sp-page-title {
padding: 247px 0 210px;
  position: relative;
background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-attachment: scroll;
  text-align: center;
}

.sp-page-title:before {
content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  inset-block-start: 0;
  inset-inline-start: 0;
  background: linear-gradient(156deg, #000 0%, rgba(0, 0, 0, 0.66) 59.25%, rgba(0, 0, 0, 0.07) 100%);
}

.sp-page-title > .container {
	position: relative;
	width: 100%;
	display: flex;
	flex-direction: column-reverse;
}

.sp-page-title .sp-page-title-heading {
  z-index: 5;
  position: relative;
font-size: 6.25rem;
  font-weight: 400;
  color: var(--sppb-white);
  line-height: 1.2;
}

.sp-page-title .sp-page-title-sub-heading {
	font-size: 1.25rem;
	font-weight: normal;
	line-height: 1.5;
	margin-top: 0px;
	margin-block-end: var(--size-4);
	font-weight: 700;
	text-transform: uppercase;
	font-family: var(--body-font);
}

.sp-page-title .breadcrumb,
.breadcrumb {
	margin: 0;
  position: relative;
  z-index: 9;
  display: inline-flex;
  border-radius: 0;
  margin-bottom: 10px;
	align-items: center;
	justify-content: center;
	margin-top: 0px;
}

.sp-page-title .breadcrumb > li,
.breadcrumb > li {margin: 0; line-height: 1;}


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


.sp-page-title .breadcrumb > li > a,
.breadcrumb > li > a {
  display: inline-block;
font-weight: 500;
  color: var(--sppb-white);
}

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

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

.sp-page-title .breadcrumb > li + li::before,
.breadcrumb > li + li::before {
font-weight: 500;
  color: var(--sppb-white);
}

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

.sp-page-title .breadcrumb > .active span,
.breadcrumb > .active span {
font-weight: 500;
  color: var(--sppb-white);
}

@media (max-width: 1400px) {
.sp-page-title .sp-page-title-heading {

}
}

@media (max-width: 1200px) {
.sp-page-title .sp-page-title-heading {

}
}

@media (max-width: 992px) {
.sp-page-title {

}
.sp-page-title .sp-page-title-heading {

}
.sp-page-title .breadcrumb > li > a,
.breadcrumb > li > a,
.sp-page-title .breadcrumb > li + li::before,
.breadcrumb > li + li::before,
.sp-page-title .breadcrumb > .active span,
.breadcrumb > .active span {
	font-size: 16px;
}
.breadcrumb-item + .breadcrumb-item {
	padding-left: 10px;
}

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

@media (max-width: 768px) {
.sp-page-title {
padding: 150px 0 170px;
}
.sp-page-title .sp-page-title-heading {
font-size: 50px;
}
.sp-page-title .sp-page-title-sub-heading {
font-size: 16px;
  line-height: 28px;
}
.sp-page-title .breadcrumb > li > a,
.breadcrumb > li > a,
.sp-page-title .breadcrumb > li + li::before,
.breadcrumb > li + li::before,
.sp-page-title .breadcrumb > .active span,
.breadcrumb > .active span {
	font-size: 16px;
}
.breadcrumb-item + .breadcrumb-item {
	padding-left: 10px;
}

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

@media (max-width: 575px) {
.sp-page-title .sp-page-title-heading {
font-size: 38px;
}
.sp-page-title .sp-page-title-sub-heading {
font-size: 14px;
  line-height: 24px;
}
.sp-page-title .breadcrumb > li > a,
.breadcrumb > li > a,
.sp-page-title .breadcrumb > li + li::before,
.breadcrumb > li + li::before,
.sp-page-title .breadcrumb > .active span,
.breadcrumb > .active span {
	font-size: 14px;
}
.breadcrumb-item + .breadcrumb-item {
	padding-left: 5px;
}

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

/* */

#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,
.com-users #sp-main-body  {
	padding: 120px 0 120px;
}
.com-content #sp-main-body,
.com-spsimpleportfolio #sp-main-body,
.com-hikashop #sp-main-body  {
	padding: 120px 0 40px;
}

.com-content:not(.view-article) #sp-main-body {padding-bottom: 10px;}

.view-product #sp-main-body {padding-bottom: 10px;}

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

.com-spsimpleportfolio.view-item #sp-main-body .container {
	max-width: 100%;
	padding: 0 !important;
}


.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,
.com-users #sp-header.header-sticky ~ section#sp-main-body  {
	padding-top: 120px;
}

.com-spsimpleportfolio.view-item #sp-main-body, .com-spsimpleportfolio.view-item #sp-header.header-sticky ~ section#sp-main-body {padding: 0;}


/* 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: 120px;
	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 */

.com-content .fa, .com-content .far, .com-content .fas,
.com-spsimpleportfolio .fa, .com-spsimpleportfolio .far, .com-spsimpleportfolio .fas,
.com-users .fa, .com-users .far, .com-users .fas,
.com-hikashop .fa, .com-hikashop .far, .com-hikashop .fas,
.com-tags .fa, .com-tags .far, .com-tags .fas,
.com-search .fa, .com-search .far, .com-search .fas,
.com-finder .fa, .com-finder .far, .com-finder .fas,
.view-dynamic #sp-top .fas, .view-dynamic #sp-header .fas,
.view-dynamic #sp-top .far, .view-dynamic #sp-header .far, .view-dynamic .far {
	font-family: "Font Awesome 6 Free";
}

.text-heading {
	color: var(--sppb-secondcolor);
}

.bg-main-600 {
	background-color: var(--sppb-maincolor);
}

.text-main-600 {
	color: var(--sppb-maincolor);
}

/* Cursor */
.cursor-pointer {
    cursor: pointer;
}

.cursor-grab {
    cursor: grab;
}

.cursor-outer {
    margin-left: -15px;
    margin-top: -15px;
    width: 180px;
    height: 180px;
    border: 2px solid #000;
    box-sizing: border-box;
    z-index: 10000000;
    opacity: 0.5;
    transition: all 0.08s ease-out;
}

.mouseCursor {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    border-radius: 50%;
    transform: translateZ(0);
    visibility: hidden;
    text-align: center;
}

.cursor-inner {
    margin-left: -3px;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    z-index: 10000001;
    transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner span {
    color: hsl(var(--heading-color));
    opacity: 0;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-size: 18px;
}

.cursor-inner span > span {
    margin-top: 0px;
    display: inline-block;
}

.cursor-inner.cursor-big span {
    opacity: 1;
}

.mouseCursor.cursor-big {
    width: 180px;
    height: 180px;
    line-height: 1;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: var(--sppb-maincolor);
    color: var(--heading-color);
    font-size: 18px;
    font-weight: 500;
    border-radius: 50%;
}

.cursor-4.cursor-big {
    background: none;
}

.mouseCursor.cursor-big.cursor-outer {
    display: none;
}

.tp-cursor-point-area {
    cursor: none;
}

.cursor-inner.cursor-big {
    overflow: hidden;
}

.cursor-inner.cursor-big .inner-text-2 {
    display: none;
    background: none;
}

.cursor-inner.cursor-big .inner-text-2 span {
    color: var(--tp-theme-primary);
}

.cursor-inner.cursor-big .inner-text-1 {
    display: inline-block;
}

.cursor-inner.cursor-big.active {
    overflow: hidden;
    background: none;
    width: 100px;
    height: 100px;
}

.cursor-inner.cursor-big.active .inner-text-2,
.cursor-inner.cursor-big.active .inner-text-3,
.cursor-inner.cursor-big.active .inner-text-4 {
    display: inline-block;
    background: none;
}

.cursor-inner.cursor-big.active .inner-text-1 {
    display: none;
}

.focus-outline-0:focus-visible, .focus-outline-0:focus {
    outline: 0 !important;
}

/* ================================= preload Css Start =========================== */
.loading-screen {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: default;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--sppb-white);
    z-index: 99999;
}

.loading-screen .bar {
    position: absolute;
    height: 100%;
    width: 50%;
    background-color: transparent;
}

.loading-screen .top-bar {
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
}

.loading-screen .down-bar {
    bottom: 0;
    top: auto;
    right: 0;
    left: auto;
}

.loading-screen .animation-preloader {
    z-index: 1000;
    width: 70%;
    margin: auto;
    text-align: center;
}

.loading-screen .animation-preloader .txt-loading {
    font: bold 4rem "Marcellus", sans-serif;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.loading-screen .animation-preloader .txt-loading .letters-loading {
    color: var(--sppb-maincolor);
    position: relative;
}

.loading-screen .animation-preloader .txt-loading .letters-loading:before {
    -webkit-animation: letters-loading 4s infinite;
    animation: letters-loading 4s infinite;
    color: var(--sppb-secondcolor);
    content: attr(data-text-preloader);
    left: 0;
    opacity: 0;
    font-family: "Marcellus", sans-serif;
    position: absolute;
    top: -3px;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
}

.loading-screen .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.loading-screen .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.loading-screen .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.loading-screen .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.loading-screen .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.loading-screen .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.loading-screen .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
}

@-webkit-keyframes letters-loading {
    0%, 75%, 100% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg);
    }

    25%, 50% {
        opacity: 1;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}

@keyframes letters-loading {
    0%, 75%, 100% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg);
    }

    25%, 50% {
        opacity: 1;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}

@media screen and (max-width: 767px) {
    .loading-screen .animation-preloader .spinner img {
        width: 8em;
    }

    .loading-screen .animation-preloader .txt-loading {
        font: bold 3.5em "Marcellus", sans-serif;
    }
}

@media screen and (max-width: 500px) {
    .loading-screen .animation-preloader .spinner img {
        width: 7em;
    }

    .loading-screen .animation-preloader .txt-loading {
        font: bold 2em "Marcellus", sans-serif;
    }
}

.loader-border {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    border-top: 4px solid var(--sppb-maincolor);
    border-right: 4px solid transparent;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    position: relative;
    z-index: 11;
}

.loader-border::after {
    content: "";
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border-bottom: 4px solid var(--sppb-secondcolor);
    border-left: 4px solid transparent;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/* ================================= preload Css End ===========================  */

/* Images */

.feature-four-list-thumb-1, .feature-four-list-thumb-2, .feature-four-list-thumb-3, .feature-four-list-thumb-4, .feature-four-list-thumb-5, .feature-four-list-thumb-6 {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	visibility: hidden;
	position: absolute;
	transition: 700ms cubic-bezier(0.52, 1.64, 0.37, 0.66);
}



#feature-four-thumb.feature-four-list-thumb-1 .feature-four-list-thumb-1 {
    opacity: 1;
    visibility: visible;
    transform: scale(0.9);
	transition: 700ms cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

#feature-four-thumb.feature-four-list-thumb-2 .feature-four-list-thumb-2 {
    opacity: 1;
    visibility: visible;
	transition: 700ms cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

#feature-four-thumb.feature-four-list-thumb-3 .feature-four-list-thumb-3 {
    opacity: 1;
    visibility: visible;
	transition: 700ms cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

#feature-four-thumb.feature-four-list-thumb-4 .feature-four-list-thumb-4 {
    opacity: 1;
    visibility: visible;
	transition: 700ms cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

#feature-four-thumb.feature-four-list-thumb-5 .feature-four-list-thumb-5 {
    opacity: 1;
    visibility: visible;
	transition: 700ms cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

#feature-four-thumb.feature-four-list-thumb-6 .feature-four-list-thumb-6 {
    opacity: 1;
    visibility: visible;
	transition: 700ms cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.feature-four-list-thumb-wrap * {
	height: 100%;
}

/* */

/* LOGIN & REGISTRATION */

.login img {
	display: block;
	margin: 0px auto 50px;
}

.login .col-lg-4,
.registration .form-validate,
.reset .col-lg-4 {
background-color: var(--sppb-bg);
  padding: 60px;
}

@media (min-width: 992px) {
.login .col-lg-4,
.registration .col-xl-6,
.reset .col-lg-4 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
}

.login-description,
.registration legend {
	font-family: "Outfit", sans-serif;
	color: var(--sppb-secondcolor);
	font-size: 42px;
	line-height: 64px;
	font-weight: 300;
	text-align: center;
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(6, 18, 14, 0.1215686275);
	margin-bottom: 50px;
}

.login label,
.registration label {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 15px;
	color: var(--sppb-secondcolor);
	display: block;
}

.registration fieldset:last-of-type {margin-top: 40px;}

.registration .spacer {display: none;}

.login .form-control,
.registration .form-control,
.reset .form-control {
padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 18px;
  padding-bottom: 18px;
outline: none;
resize: none;
border-radius: 5px;
font-size: 16px;
font-weight: 700;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
-o-border-radius: 10px;
border: 0;
background: var(--sppb-white);
	color: var(--sppb-text);
}

.login .form-control:focus,
.registration .form-control:focus,
.reset .form-control:focus {
	border-color: var(--sppb-maincolor);
}

.input-group-text,
.login .password-group button.input-password-toggle,
.registration button.input-password-toggle {
	display: flex;
	align-items: center;
	padding: 0;
	text-align: center;
	white-space: nowrap;
	border: none;
width: 61.6px;
height: 61.6px;
background: #002633;
line-height: 50px;
font-size: 20px;
text-align: center;
color: #ffffff;
border-radius: 5px 0px 0px 5px !important;
-webkit-border-radius: 5px 0px 0px 5px !important;
-moz-border-radius: 5px 0px 0px 5px !important;
-ms-border-radius: 5px 0px 0px 5px !important;
-o-border-radius: 5px 0px 0px 5px !important;
justify-content: center;
}

.login .password-group button.input-password-toggle,
.registration button.input-password-toggle {
border-radius: 0px 5px 5px 0px !important;
-webkit-border-radius: 0px 5px 5px 0px !important;
-moz-border-radius: 0px 5px 5px 0px !important;
-ms-border-radius: 0px 5px 5px 0px !important;
-o-border-radius: 0px 5px 5px 0px !important;	
}

.registration .input-group-text .btn-secondary {
	background: transparent;
	border: none;
border-radius: 0px 5px 5px 0px !important;
-webkit-border-radius: 0px 5px 5px 0px !important;
-moz-border-radius: 0px 5px 5px 0px !important;
-ms-border-radius: 0px 5px 5px 0px !important;
-o-border-radius: 0px 5px 5px 0px !important;	
}

.login .list-group {
	flex-direction: row;
	justify-content: space-between;
}

.login .list-group-item {
	position: relative;
	display: block;
	padding: 0;
	color: var(--sppb-secondcolor);
	background-color: transparent;
	border: none;
}

.reset p,
.reset label {
	line-height: 1.67;
	font-size: 18px;
	color: rgba(10, 16, 47, 0.8);
  margin-bottom: initial;
}

.reset p {margin-bottom: 30px;}

/* */

/* BLOG */

.com-content .body-innerwrapper {
	overflow: unset !important;
}

.sppb-addon-articles .sppb-addon-article-layout-content {
	height: auto;
}

.article-list .article,
.sppb-addon-articles .sppb-addon-article,
.sppb-articles-carousel-column  {
	padding: 0;
	border: 0;
	position: relative;
	margin-bottom: 40px;
}

.sppb-articles-carousel-column {margin-bottom: 0px}

.article-list .article .article-intro-image, .article-list .article .article-featured-video, .article-list .article .article-featured-audio, .article-list .article .article-feature-gallery, .sppb-addon-articles .sppb-addon-article .sppb-article-img-wrap, .sppb-articles-carousel-img {
	margin: 0;
	border-bottom: 0px solid #f5f5f5;
	overflow: hidden;
	position: relative;
	display: block;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 100%;
	border: 0px solid transparent;
}

.article-list .article .article-intro-image:after, .article-list .article .article-featured-video:after, .article-list .article .article-featured-audio:after, .article-list .article .article-feature-gallery:after, .sppb-addon-articles .sppb-addon-article .sppb-article-img-wrap:after, .sppb-articles-carousel-img:after {

}

.article-list .article:hover .article-intro-image:after, .article-list .article:hover .article-featured-video:after, .article-list .article:hover .article-featured-audio:after, .article-list .article:hover .article-feature-gallery:after, .sppb-addon-articles .sppb-addon-article:hover .sppb-article-img-wrap:after, .sppb-articles-carousel-column:hover .sppb-articles-carousel-img:after {

}

.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, .sppb-addon-articles .sppb-addon-article .sppb-article-img-wrap img, .sppb-articles-carousel-img img {
width: 100%;
  height: 100%;
display: block;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  border-radius: 1rem;
  object-fit: cover;
}

.article-list .article:hover .article-intro-image img, .article-list .article:hover .article-featured-video img, .article-list .article:hover .article-featured-audio img, .article-list .article:hover .article-feature-gallery img, .sppb-addon-articles .sppb-addon-article:hover .sppb-article-img-wrap img, .sppb-articles-carousel-column:hover .sppb-articles-carousel-img img {

}

.article-intro-image > a, .sppb-addon-articles .sppb-addon-article .sppb-article-img-wrap {height: 100%; display: block; overflow: hidden;}

.blog-list .article-intro-image > a {width: 100%;}

.article-body,
.sppb-addon-articles .sppb-addon-article-layout-content .sppb-article-info-wrap,
.sppb-articles-carousel-content {
display: flex;
flex-direction: column;
align-items: flex-start;
  overflow: hidden;
  padding: 0;
padding-top: var(--size-7);
background: transparent;
box-shadow: none;
margin: 0;
}

.article-list .article .article-header, .sppb-article-info-wrap h3, .sppb-articles-carousel-link {order: 2;}

.article-list .article .article-header h1, .article-list .article .article-header h2, .article-list .article .article-header h4,
.sppb-article-info-wrap h3,
.sppb-articles-carousel-link {
position: relative;
  display: block;
  margin: 0px;
  padding: 0;
  color: var(--sppb-secondcolor);
  font-size: 2rem;
  font-weight: 400;
font-family: var(--heading-font);
  line-height: 1.2;
  margin-block-end: var(--size-7);
}

.article-list .article .article-header h1 a, .article-list .article .article-header h2 a, .article-list .article .article-header h4 a,
.sppb-article-info-wrap h3 a,
.sppb-articles-carousel-link {

}

.article-list .article .article-header h1 a:hover, .article-list .article .article-header h2 a:hover, .article-list .article .article-header h4 a:hover,
.sppb-article-info-wrap h3 a:hover,
.sppb-articles-carousel-link:hover {
color: var(--sppb-maincolor);
}


@media (max-width: 768px) {
.article-list .article .article-header h1, .article-list .article .article-header h2, .article-list .article .article-header h4,
.sppb-article-info-wrap h3,
.sppb-articles-carousel-link {
font-size: 20px !important;
}	
}

.article-list .article .article-info,
.sppb-addon-articles .sppb-article-meta,
.sppb-articles-carousel-meta {
order: 1;
margin: 0;
display: flex;
align-items: center;
flex-wrap: wrap;
gap: var(--size-205);
  flex-wrap: wrap;
  margin-bottom: var(--size-4);
}

.article-info > span,
.sppb-addon-articles .sppb-article-meta > span,
.sppb-articles-carousel-meta-category a,
.sppb-articles-carousel-meta-date, 
.sppb-addon-articles .sppb-article-meta > time {
margin: 0;
position: relative;
color: var(--sppb-secondcolor);
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1;
display: flex;
align-items: center;
gap: var(--size-3);
}

.article-info > span:not(:last-child):after {
	content: "";
	width: 0.625rem;
	height: 1px;
	background: var(--sppb-secondcolor);
}

.article-info > span a,
.sppb-addon-articles .sppb-article-meta > span a {color: inherit;}

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

.article-info > span + span::before,
.sppb-addon-articles .sppb-article-meta > span + span:before {
padding: 0;
margin: 0;
}

.article-info > span:before,
.sppb-addon-articles .sppb-article-meta > span:before,
.sppb-articles-carousel-meta-date:before,
.sppb-articles-carousel-meta-category a:before, 
.sppb-addon-articles .sppb-article-meta > time:before {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
margin: 0;
	font-weight: normal;
color: var(--sppb-secondcolor);
font-family: "Phosphor" !important;
font-size: 1.125rem;
}



.article-info > span.published:before {content: "\f073"; display: none;}

.article-info > span.createdby:before, .sppb-article-meta > span.sppb-meta-author:before {content: "\e4c2";}
.com-content:not(.view-article) .article-info > span.published:before, .sppb-article-meta > span.sppb-meta-date:before, .sppb-articles-carousel-meta-date:before, .sppb-addon-articles .sppb-article-meta > time:before {content: "\f073"; display: none;}
.article-info > span.category-name:before, .sppb-article-meta > span.sppb-meta-category:before, .sppb-articles-carousel-meta-category a:before {content: "\e17e";}
.article-info > span.hits:before {content: "\f06e"; display: none;}
.article-info > span.read-time:before {content: "\e19a";}

.article-info > span.published:after {display: none;}

.article-info > span.published {
	position: absolute;
	left: 0;
	top: 0;
	margin-inline-start: var(--size-4);
	margin-block-start: var(--size-4);
	border-radius: 0.5rem;
	padding-block: var(--size-4);
	padding-inline: var(--size-6);
	font-size: 1.25rem;
color: var(--sppb-secondcolor);
background-color: var(--sppb-maincolor);
line-height: 1 !important;
font-weight: 500 !important;
text-align: center !important;
width: 82px;
}


.article-introtext, .sppb-article-introtext, .sppb-articles-carousel-introtext {
order: 3;
font-size: 1.125rem;
max-width: 730px;
}

.article-introtext p {margin-bottom: 0;}

.article-list .article .readmore, .sppb-readmore {
	order: 4;
	margin-top: var(--size-8);
}

.article-list .article .readmore a, .sppb-readmore {
	text-transform: none;
}

.article-list .article .readmore {
	font-size: inherit;
width: 100%;
}

.article-list .article .readmore a:hover, .article-list .article .readmore a:active, .article-list .article .readmore a:focus {
}

ul.pagination {
	display: flex;
justify-content: start;
margin-top: 30px;
padding: 0;
}

.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, .disabled > .page-link, .page-link.disabled, .pagination > li > a, .pagination > li > span {
	padding: 0;
font-weight: 500;
height: 50px;
width: 52px;
line-height: 50px !important;
display: inline-block;
position: relative;
margin-right: 15px;
text-align: center;
font-size: 20px;
border: 1px solid #E0E0E0;
border-radius: 3px !important;
background: transparent;
color: var(--sppb-maincolor);
}

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

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

.com-content-blog__links {
	list-style: none;
	padding: 0;
}

.com-content-blog__links .com-content-blog__link {
position: relative;
  background-color: var(--sppb-maincolor);
  border: none;	
  border-radius: 0;
}

.com-content-blog__links .com-content-blog__link:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url(../images/quotepost.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.com-content-blog__links .com-content-blog__link a {
overflow: hidden;
  padding: 50px;
margin-top: -2px;
  font-size: 36px;
  color: var(--sppb-white);
line-height: 1.4;
font-weight: 600;
display: block;
position: relative;
z-index: 2;  
}

/* SINGLE ARTICLE */

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

.article-details {
	position: relative;
	display: flex;
	flex-direction: column;
	flex-flow: wrap;
}

.article-details > *:not(.article-full-image) {
	order: 4;
	width: 100%;
}

.article-details .article-header {
	order: 3;
}

.article-details .article-info {
	order: 2;
margin-top: var(--size-7);
margin-bottom: var(--size-4);
  gap: var(--size-205);
}

.article-details .article-info  > span::before {
	color: var(--sppb-maincolor);
}

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

.article-details .article-header h1, .article-details .article-header h2 {
line-height: 1.2;
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: var(--size-7);
}

@media (max-width: 768px) {
.article-details .article-header h1, .article-details .article-header h2 {
font-size: 30px;
}	
}

.article-details .article-full-image {
position: relative;
display: block;
	order: 1;
	width: 100%;
	margin-bottom: 0;
}

.article-details .article-full-image img {
	border-radius: 0px;
	display: block;
width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1rem;
}

.article-details .article-ratings-social-share {
	border-top: 0;
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 0;
	border-top: 0;
	border-bottom: 0;
	margin: 0;
  align-items: center;
  order: 6;
-ms-flex: 0 0 40%;
flex: 0 0 40%;
max-width: 40%;
margin: 40px 0 15px !important;
}

@media (min-width: 768px) {
	.article-details .article-ratings-social-share {text-align: right;}
}

.article-details .article-ratings-social-share > div:first-child {
	width: auto;
}

.tags {
	list-style: none;
	padding: 0;
	margin: 0 !important;
	border: none;
	justify-content: center;
display: block;
-ms-flex: 0 0 60%;
flex: 0 0 60%;
max-width: 60%;
border-top: 0;
border-bottom: 0;
  order: 5;
margin: 40px 0 0 !important;
}

@media (max-width: 768px) {
.tags, .article-details .article-ratings-social-share {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
display: block !important;
margin-top: 40px !important;
margin-bottom: 0px !important;
}
.article-social-share {
	float: none;
}
}

.tags > li {
	margin: 0;
}

.tags > li a {
display: inline-block;
padding: 0;
  font-size: 16px;
  background: var(--sppb-bg);
  color: var(--sppb-secondcolor);
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
  border: none;
  border-radius: 0;
  line-height: 1;
  font-weight: 600;
  text-transform: capitalize;
	padding: 12px 22px;
	margin-right: 8px;
	margin-bottom: 10px;
}

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

.social-share-block, .social-share-block > div, .social-share-block > div > div {width: 100%;}

.article-social-share .social-share-icon ul {
	display: inline-block;
}

.article-social-share .social-share-icon ul li {
	margin: 0;
	margin-left: 5px;
}

.article-social-share .social-share-icon ul li:not(:last-child) {
	margin-right: 0px;
}

.article-social-share .social-share-icon ul li a {
width: 42px;
  height: 42px;
  background-color: var(--sppb-white-color-2);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}

.article-social-share .social-share-icon ul li a:hover {
background-color: var(--sppb-maincolor);
  color: var(--sppb-white);
}

.article-details .article-author-information {
padding: 0;
text-align: left;
border: 0;
margin: 0;
border: 0;
border-radius: 0;
margin-bottom: 0;
order: 7;
background-color: #f1f5f9;
  padding: 60px 60px 60px;
  display: -webkit-box;
  display: flex;
  border-radius: 5px;
  margin-top: 30px;
}

.article-details .article-author-information > .d-flex {
justify-content: center;
display: flex;
align-items: flex-start;
gap: 40px;
}

.article-details .article-author-information > .d-flex .flex-shrink-0 img {
width: 100px;
flex: 0 0 auto;
}

.article-details .article-author-information h5 {
font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  margin-bottom: 15px;
}

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

.author-website {color: #002633; margin-left: 4px; margin-top: 15px !important;}

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

#article-comments {
	border-top: 0px solid #f5f5f5;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
  order: 9;
  width: 100%;
margin-top: 20px;
padding-top: 0px;
}


.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(--sppb-maincolor) !important;
}

.article-details .pagenavigation {
	order: 6;
width: 100%;
margin-top: 40px;
padding: 0px;
border-top: 0;
}

.article-details .pagenavigation .pagination {
	justify-content: space-between;
}

.article-details .pagenavigation .btn {
border: medium none;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  gap: 5px;
  align-items: center;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 0;
  padding: 18px 34px;
  text-align: center;
  text-transform: uppercase;
  touch-action: manipulation;
  transition: all 0.3s ease;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #000;
  color: #fff;
}

.article-details .pagenavigation .btn:hover {
color: #fff;
background-color: var(--sppb-maincolor);
}

.article-details .pagenavigation .btn span[class^="icon-"] {
	font-family: "Font Awesome 5 Free" !important;
	font-weight: 900;
	font-size: 15px;
}

/* */

/* ANIMATION */

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}
/* */

@media (min-width: 320px) {.contained-row  .sppb-container-inner {max-width: 400px;width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;}}
@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-header .sp-module {
	margin-left: 0px !important;
	width: 100%;
}


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

@media (min-width: 1400px) {.contained-section {max-width: 1400px;width: 100%;
margin-right: auto;
margin-left: auto;}}

/* PAGE BUILDER 5.X OPTIMIZATION */

#sp-main-body .sppb-section .sppb-row-container .sppb-row .sppb-row-column,
#sp-footer .sppb-section .sppb-row-container .sppb-row .sppb-row-column,
.sppb-col, .sppb-col-auto, .sppb-col-lg, .sppb-col-lg-1, .sppb-col-lg-10, .sppb-col-lg-11, .sppb-col-lg-12, .sppb-col-lg-2, .sppb-col-lg-3, .sppb-col-lg-4, .sppb-col-lg-5, .sppb-col-lg-6, .sppb-col-lg-7, .sppb-col-lg-8, .sppb-col-lg-9, .sppb-col-lg-auto, .sppb-col-md, .sppb-col-md-1, .sppb-col-md-10, .sppb-col-md-11, .sppb-col-md-12, .sppb-col-md-2, .sppb-col-md-3, .sppb-col-md-4, .sppb-col-md-5, .sppb-col-md-6, .sppb-col-md-7, .sppb-col-md-8, .sppb-col-md-9, .sppb-col-md-auto, .sppb-col-sm, .sppb-col-sm-1, .sppb-col-sm-10, .sppb-col-sm-11, .sppb-col-sm-12, .sppb-col-sm-2, .sppb-col-sm-3, .sppb-col-sm-4, .sppb-col-sm-5, .sppb-col-sm-6, .sppb-col-sm-7, .sppb-col-sm-8, .sppb-col-sm-9, .sppb-col-sm-auto, .sppb-col-xl, .sppb-col-xl-1, .sppb-col-xl-10, .sppb-col-xl-11, .sppb-col-xl-12, .sppb-col-xl-2, .sppb-col-xl-3, .sppb-col-xl-4, .sppb-col-xl-5, .sppb-col-xl-6, .sppb-col-xl-7, .sppb-col-xl-8, .sppb-col-xl-9, .sppb-col-xl-auto, .sppb-col-xs-1, .sppb-col-xs-10, .sppb-col-xs-11, .sppb-col-xs-12, .sppb-col-xs-2, .sppb-col-xs-3, .sppb-col-xs-4, .sppb-col-xs-5, .sppb-col-xs-6, .sppb-col-xs-7, .sppb-col-xs-8, .sppb-col-xs-9, .sppb-row-column,
#sp-header .sppb-row-column,
#sp-header .sppb-column, #sp-header .sppb-column-addons,
#sp-header .sp-pagebuilder-section-inner .sppb-row, #sp-header .sppb-container-inner, #sp-header .sppb-row-container {
  position: static;
}

#sp-header .sppb-section > .sppb-row-container {padding: 0;}

:root {
  /* Font Family Variable */
    --heading-font: "Marcellus", serif;
    --body-font: "Satoshi", sans-serif;
  /* Font Size Variable Start */
    --heading-one: clamp(2rem, -0.0733rem + 6.3692vw, 4.25rem);
    --heading-two: clamp(1.75rem, 0.7133rem + 2.8846vw, 2.875rem);
    --heading-three: clamp(1.5rem, 0.3353rem + 2.1661vw, 2.5rem);
    --heading-four: clamp(1.25rem, 0.5569rem + 1.444vw, 2rem);
    --heading-five: clamp(1.125rem, 1.2rem + 0.722vw, 1.75rem);
    --heading-six: clamp(1rem, 0.769rem + 0.6813vw, 1.25rem);
  /* Font Size End */

    --translate-x-50: translateX(-50%);
    --translate-y-50: translateY(-50%);
    --size-05: 0.125rem;
    --size-1: 0.25rem;
    --size-105: 0.375rem;
    --size-2: 0.5rem;
    --size-205: 0.625rem;
    --size-3: 0.75rem;
    --size-305: 0.875rem;
    --size-315: 0.9375rem;
    --size-4: 1rem;
    --size-405: 1.125rem;
    --size-5: 1.25rem;
    --size-505: 1.375rem;
    --size-6: 1.5rem;
    --size-605: 1.625rem;
    --size-7: 1.75rem;
    --size-705: 1.875rem;
    --size-8: 2rem;
    --size-808: 2.125rem;
    --size-9: 2.25rem;
    --size-10: 2.5rem;
    --size-11: 2.75rem;
    --size-12: 3rem;
    --size-120: 3.125rem;
    --size-13: 3.25rem;
    --size-14: 3.5rem;
    --size-140: 3.625rem;
    --size-15: 3.75rem;
    --size-16: 4rem;
    --size-17: 4.25rem;
    --size-18: 4.5rem;
    --size-19: 4.75rem;
    --size-20: 5rem;
    --size-21: 5.25rem;
    --size-22: 5.5rem;
    --size-23: 5.75rem;
    --size-24: 6rem;
    --size-25: 6.25rem;
    --size-26: 6.5rem;
    --size-27: 6.75rem;
    --size-28: 7rem;
    --size-29: 7.25rem;
    --size-30: 7.5rem;
    --size-196: 12.25rem;
    --font-xs: 0.75rem;
    --font-sm: 0.875rem;
    --font-base: 1rem;
    --font-lg: 1.125rem;
    --font-xl: 1.25rem;
    --font-2xl: 1.5rem;
    --font-3xl: 1.875rem;
}