@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&family=Space+Grotesk:wght@300;400;500;600;700&display=swap");
@import url("flaticon.css");
@import url("../fonts/linearicons-free.css");

* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  font-size: 100%;
}

body {
  background-color: #fff;
  background-attachment: fixed;
  counter-reset: my-sec-counter;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  color: var(--text-color);
  font-size: var(--body-font-size);
  font-family: var(--text-font);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
}

p, .text {
  color: var(--text-color);
  font-size: var(--body-font-size);
  font-family: var(--text-font);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
}

/* -------- Headings ---------- */
h1, h2, h3, h4, h5, h6 {
  color: var(--secondcolor);
  font-family: var(--title-font);
  position: relative;
  line-height: var(--line-height-heading);
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small {
  font-weight: normal;
  line-height: 1;
  color: var(--secondcolor);
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  font-weight: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1rem;
}

h1 {
  font-size: var(--h1-font-size);
  font-weight: var(--h1-font-weight);
  line-height: var(--line-height-heading-h1);
}

h2 {
  font-size: var(--h2-font-size);
  font-weight: var(--h2-font-weight);
  line-height: var(--line-height-heading);
}

@media only screen and (max-width: 1023px){
h2 {
  font-size: 42px;
}
}

@media only screen and (max-width: 599px){
h2 {
  font-size: 36px;
}
}

h3 {
  font-size: var(--h3-font-size);
  font-weight: var(--h3-font-weight);
  line-height: var(--line-height-heading);
}

h4 {
  font-size: var(--h4-font-size);
  font-weight: var(--h4-font-weight);
  line-height: var(--line-height-heading);
}

h5 {
  font-size: var(--h5-font-size);
  font-weight: var(--h5-font-weight);
  line-height: var(--line-height-heading);
}

h6 {
  font-size: var(--h6-font-size);
  font-weight: var(--h6-font-weight);
  line-height: var(--line-height-heading-small);
}

table p {
  margin-bottom: 0;
}

p {
  margin-bottom: 20px;
}
p a:not(.button):not(.btn):hover, p a:not(.button):not(.btn):focus {
  text-decoration: underline;
}

a {
  color: var(--secondcolor);
  text-decoration: none;
  font-weight: var(--body-font-weight);
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover, a:focus {
  color: inherit;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a b, a strong {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a img {
  border: none;
}

pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset {
  margin-bottom: 10px;
}

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

b, strong {
  color: #333;
  font-weight: var(--body-font-weight-bold);
}

iframe {
  border: none !important;
}

button {
  outline: none !important;
  cursor: pointer;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

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

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

.list-wrap {
	margin: 0px;
	padding: 0px;
}

.list-wrap li {
	list-style: none;
}

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

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

.sp-scroll-up {
	background: var(--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;
}

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

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

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

.sppb-addon-header .sppb-addon-title {color: inherit !important;}
.sppb-addon-header a .sppb-addon-title {color: inherit !important;}

body .sppb-btn,
body .sppb-sp-slider-button .sp-slider-btn-text,
.login .btn,
.registration form > div .btn {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
white-space: nowrap;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
position: relative;
font-size: 13px;
line-height: 24px;
padding: 15px 50px;
font-weight: 700;
letter-spacing: 0.1em;
overflow: hidden;
text-transform: uppercase;
border: none;
border-radius: 0;
}

body .sppb-btn:before,
body .sppb-sp-slider-button .sp-slider-btn-text:before {
position: absolute;
left: 0;
top: 0%;
height: 100%;
width: 100%;
content: "";
-webkit-transform: scale(1, 0);
transform: scale(1, 0);
-webkit-transform-origin: bottom left;
transform-origin: bottom left;
transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
-webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1), cubic-bezier(0.86, 0, 0.07, 1);
-webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

body .sppb-btn.sppb-btn-primary,
body .sppb-sp-slider-button .sp-slider-btn-text,
.login .btn,
.registration form > div .btn-primary {
color: var(--secondcolor);
background: var(--maincolor);
}

body .sppb-btn.sppb-btn-primary:before,
body .sppb-sp-slider-button .sp-slider-btn-text:before,
.registration form > div .btn:before {
background-color: var(--secondcolor);
}

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 {
color: #ffffff;
-webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

body .sppb-btn.sppb-btn-primary:hover:before,
body .sppb-sp-slider-button .sp-slider-btn-text:hover:before,
.login .btn-primary:hover:before,
.registration form > div .btn-primary:hover:before {
  -webkit-transform-origin: top right;
  transform-origin: top right;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

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

body .sppb-btn.sppb-btn-secondary:before,
body .sppb-sp-slider-button.slider-btn2 .sp-slider-btn-text:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background-color: #ffffff;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
	-webkit-transform-origin: bottom left;
	transform-origin: bottom left;
	transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
	-webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
	transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
	transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
	-webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
	transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

body .sppb-btn.sppb-btn-secondary:hover,
body .sppb-sp-slider-button.slider-btn2 .sp-slider-btn-text:hover {
color: var(--maincolor);
-webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

body .sppb-btn.sppb-btn-secondary:hover:before,
body .sppb-sp-slider-button.slider-btn2 .sp-slider-btn-text:hover:before {
-webkit-transform-origin: top right;
transform-origin: top right;
-webkit-transform: scale(1, 1);
transform: scale(1, 1);	
}

body .sppb-sp-slider-button.slider-btn2 .sp-slider-btn-text {
color: var(--maincolor);
background: #FFF;
}
body .sppb-sp-slider-button.slider-btn2 .sp-slider-btn-text:hover {
color: #FFF;
background: var(--maincolor);
}

body .sppb-btn.sppb-btn-default {

}

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

}

.sppb-btn span,
body .sppb-sp-slider-button .sp-slider-btn-text span {
  position: relative;
}

.sppb-btn i,
a.d-block em,
.sppb-sp-slider-button .sp-slider-btn-text i {

}


.full-width-image .sppb-addon-single-image-container {width: 100%; display: block;}
.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;
}

.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 {
	justify-content: center;
}

.even-section > .sppb-container-inner > .sppb-row,
.even-section  > .sppb-row {
	justify-content: space-between !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 {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-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;
}

#sp-footer, #sp-bottom {
	background: inherit;
}

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

.sppb-ajaxt-contact-form i:first-child {display: none;}

@media (max-width: 1400px) {
  .sppb-addon-articles .sppb-col-sm-3 {
  -ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
  }
}

@media (max-width: 1200px) {
  .sppb-addon-articles .sppb-col-sm-4 {
  -ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
  }
}

@media (max-width: 992px) {
  .sppb-addon-articles .sppb-col-sm-4,
  .sppb-addon-articles .sppb-col-sm-3,
  .sppb-addon-articles .sppb-col-sm-6 {
  -ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
  }
}

@media (max-width: 768px) {
  .sppb-addon-articles .sppb-col-sm-4,
  .sppb-addon-articles .sppb-col-sm-3,
  .sppb-addon-articles .sppb-col-sm-6 {
  -ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
  }
}

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

/* HEADER */

#sp-header.header-sticky #sp-position1,
#sp-header.header-sticky #sp-position2,
#sp-header.header-sticky #sp-position3 {display: none !important;}

@media (min-width: 768px) {
#sp-header.header-sticky #sp-menu {
  width: 75%;
}
}

#sp-header {
height: auto;
box-shadow: none;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
padding-right: 80px;
}

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

#sp-header.header-sticky {
padding: 0px 0px;
z-index: 99999;
background: #ffffff;
-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
-webkit-animation: sticky .8s ease-in-out;
animation: sticky .8s ease-in-out;
}

@media (max-width: 992px) {
#sp-header.header-sticky {
  padding-top: 15px;
  padding-bottom: 15px;
}
}

@-webkit-keyframes sticky {
  0% {
    opacity: 0;
    margin-top: -120px;
  }
  50% {
    opacity: 0;
    margin-top: -60px;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}

@keyframes sticky {
  0% {
    opacity: 0;
    margin-top: -120px;
  }
  50% {
    opacity: 0;
    margin-top: -60px;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}

#sp-header:not(.header-sticky) > .container {
	max-width: 100%;
	padding: 0;
}

#sp-header:not(.header-sticky) .logo {
	height: auto;
position: relative;
min-width: 283px;
min-height: 120px;
margin-right: 70px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-top: -40px;
padding: 20px 20px;
background-color: var(--secondcolor);
border-right: 10px solid var(--maincolor);
}

@media (max-width: 992px) {
	#sp-header:not(.header-sticky) .logo {margin-top: 0;}
}

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

#sp-header.header-sticky .logo img {
	height: auto;
	filter: grayscale() invert();
	max-width: 90px;
}

#sp-header:not(.header-sticky) .sp-megamenu-parent {
	float: none;
}

@media (min-width: 1400px) {
#sp-header:not(.header-sticky) .sp-megamenu-parent {
	margin-left: -53px;
}	
}

@media (max-width: 1400px) {
#sp-header:not(.header-sticky) .sp-megamenu-parent {
margin-right: -109px;
margin-left: 30px;
}	
}

@media (max-width: 1200px) {
#sp-header:not(.header-sticky) .sp-megamenu-parent {
margin-left: 80px;
}	
}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span,
.sp-megamenu-parent > li:last-child > a {
position: relative;
display: block;
text-align: center;
opacity: 1;
color: #767676;
font-size: 16px;
line-height: 30px;
font-weight: 500;
padding: 0;
  padding-right: 0px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
padding: 25px 0px;
margin-right: 33px;
}

@media (max-width: 1400px) {
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span,
.sp-megamenu-parent > li:last-child > a {
margin-right: 25px;
}	
}

@media (max-width: 1200px) {
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span,
.sp-megamenu-parent > li:last-child > a {
margin-right: 20px;
}
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-header:not(.header-sticky) .sp-megamenu-parent > li > a:before {
	position: absolute;
	left: 50%;
	bottom: 23px;
	height: 2px;
	width: 0%;
	background-color: var(--maincolor);
	content: "";
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

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

#sp-header:not(.header-sticky) .sp-megamenu-parent > li.active > a:hover:before,
#sp-header:not(.header-sticky) .sp-megamenu-parent > li:hover > a:before,
#sp-header:not(.header-sticky) .sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a:before, #sp-header:not(.header-sticky) .sp-megamenu-parent > li.active:hover > a:before, #sp-header:not(.header-sticky) .sp-megamenu-parent > li.active > a:before {
  left: 0;
  width: 100%;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
padding: 10px 0 0;
background-color: #ffffff;
-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #ebf1f5;
}

.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 {
padding: 10px 0px;
line-height: 29px;
font-weight: 400;
font-size: 16px;
color: var(--secondcolor);
text-align: left;
margin: 0 30px;
text-transform: capitalize;
-webkit-transition: all 200ms ease;
transition: all 200ms ease;
display: block;
}

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

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

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

#sp-header.header-sticky .burger-icon > span {
	background-color: var(--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(--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;
}
}

@media (min-width: 992px) {
.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;
}

.burger-icon > span {
  margin: 4px 0;
  transition: .3s;
  float: right;
  width: 100%:
  -webkit-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
	background-color: #1a2428;
}
.burger-icon {
	width: 35px;
	cursor: pointer;
}
.burger-icon > span:nth-child(1) {
	width: calc(100% - 5px);
	background: #1a2428;
	height: 2px;
}
.burger-icon > span:nth-child(2) {
	width: 100%;
	background: #1a2428;
	height: 2px;
}
.burger-icon > span:nth-child(3) {
	width: calc(100% - 8px);
	background: #1a2428;
	height: 2px;
}
.burger-icon:hover > span {width: 100%;}

#sp-header.header-sticky .burger-icon > span {
	background-color: #1a2428;
}

body.ltr #offcanvas-toggler.offcanvas-toggler-right {
	float: right;
	margin-left: 0px;
}

#offcanvas-toggler {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translatey(-50%);
	display: inline-block;
	height: auto;
}

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

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

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

.offcanvas-menu {
	width: 400px;
}
	
}


/* */

/* PAGE TITLE */

#sp-title {
	position: relative; 
overflow: hidden;
}

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

#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-page-title {
position: relative;
background-size: cover;
background-position: center;
padding: 100px 0 110px;
}

.sp-page-title:before {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
background: #131313;
opacity: 0.8;
content: "";
}

.sp-page-title .container {
position: relative;
z-index: 1;	
}

.sp-page-title .sp-page-title-heading {
font-size: 64px;
font-weight: var(--h1-font-weight);
line-height: var(--line-height-heading-h1);
margin-bottom: 17px;
}

@media (max-width: 992px) {
.sp-page-title .sp-page-title-heading {
font-size: 46px;
}
}

@media (max-width: 768px) {
.sp-page-title .sp-page-title-heading {
font-size: 38px;
}
}

.sp-page-title .breadcrumb {
margin: 0;
position: relative;
margin-top: 5px;
z-index: 9;
}

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

.sp-page-title .breadcrumb > li > a {
color: var(--maincolor);
font-weight: 500;
font-size: 14px;
text-transform: capitalize;
transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}

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

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

.sp-page-title .breadcrumb > li + li::before {
font-size: 14px;
text-transform: capitalize;
color: #fff;
}

.sp-page-title .breadcrumb > li > a:hover {color: #fff;}

.sp-page-title .breadcrumb > .active span {
color: #fff;
font-size: 14px;
font-weight: 400;
}

/* */

#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: 130px 0 130px;
}

.com-hikashop #sp-main-body, .com-content #sp-main-body {padding-bottom: 100px;}

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

.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: 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 */

.about-section::after {
	position: absolute;
	right: 0;
	top: 0px;
	height: 480px;
	width: 480px;
	border-radius: 0 0 0 500px;
	background-color: var(--thirdcolor);
	content: "";
}

.call-to-action::after {
	position: absolute;
	left: 30px;
	top: 30px;
	right: 30px;
	bottom: 30px;
	border: 1px solid #fff;
	opacity: 0.1;
	pointer-events: none;
	content: "";
}
@media (min-width: 992px) {
.map-section-branches-outer {
	position: absolute !important;
	left: 0;
	bottom: 0;
	width: 100%;
}
}

.contact-section-two-inner-column::before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #ffffff;
	width: 1000%;
	content: "";
}

.child-height-100 * {height: 100% !important;}
.child-height-100 img {object-fit: cover;}


/* */

/* LOGIN & REGISTRATION */

.login .col-lg-4,
.registration .form-validate {
	padding: 50px;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
background: #fceae8;
}

@media (min-width: 992px) {
.login .col-lg-4 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
}
@media (min-width: 1200px) {
.login .col-lg-4 {
  flex: 0 0 auto;
  width: 50%;
}
}

.login-description,
.registration legend {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 25px;
  color: #002633;
  line-height: 1.2;
}

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

.registration .spacer {display: none;}

.login .form-control,
.registration .form-control {
padding: 12px 20px;
outline: none;
resize: none;
border-radius: 3px;
font-size: 16px;
font-weight: 300;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border: none;
padding: 13px 20px 13px 20px;
background: #fff;	
}

.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: 50px;
height: 50px;
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(--maincolor);
	background-color: transparent;
	border: none;
}

/* */

/* BLOG */

.article-list .article,
.sppb-addon-articles .sppb-addon-article {
	padding: 0;
	border: 0;
	position: relative;
	transition: all 0.3s ease-out;
	overflow: hidden;
	margin-bottom: 30px;
border-radius: 0;
}

.article-list .article:after,
.sppb-addon-articles .sppb-addon-article:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 51.6px;
	background: #f4f5f8;
	bottom: 0;
	left: 0;
	z-index: -1;
}

.article-list .article .article-intro-image, .article-list .article .article-featured-video, .article-list .article .article-featured-audio, .article-list .article .article-feature-gallery, .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;
	border-radius: 0;
	width: 100%;
}

.articles-leading .article .article-intro-image, .articles-leading .article .article-featured-video, .articles-leading .article .article-featured-audio, .articles-leading .article .article-feature-gallery {

}

.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 {
background: rgba(255, 255, 255, 0.3);
bottom: 0;
content: "";
left: 50%;
position: absolute;
right: 51%;
top: 0;
opacity: 1;
pointer-events: none;
-webkit-transition: all 400ms linear;
transition: all 400ms linear;
}

.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 .sppb-article-img-wrap:after, .sppb-articles-carousel-column:hover .sppb-articles-carousel-img:after {
left: 0;
right: 0;
opacity: 0;
-webkit-transition: all 400ms linear;
transition: all 400ms linear;
}

.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%;
	object-fit: cover;
	object-position: center;
	border-radius: 0px;
-webkit-transition: all 400ms ease;
transition: all 400ms ease;
}

.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 {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}

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

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

.article-body,
.sppb-article-info-wrap,
.sppb-articles-carousel-content {
display: flex;
flex-direction: column;
align-items: flex-start;
-webkit-box-flex: 0;
padding: 25px 40px 10px;
justify-content: center;
border: 1px solid #e6e8ed;
}

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

.article-list .article .article-header h2,
.sppb-article-info-wrap h3,
.sppb-articles-carousel-link {
font-size: var(--h4-font-size);
font-weight: var(--h4-font-weight);
line-height: var(--line-height-heading);
margin: 0;
margin-bottom: 0;
color: var(--secondcolor);
}

@media (max-width: 768px) {
.article-list .article .article-header h2,
.sppb-article-info-wrap h3 {
font-size: 22px;
}	
}

.article-list .article .article-header h2 a,
.sppb-article-info-wrap h3 a {
color: inherit;
transition: all 500ms ease;
display: block;
}

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

.article-list .article .article-info,
.sppb-addon-articles .sppb-article-meta {
order: 1;
margin: 0;
display: flex;
align-items: center;
margin-bottom: 10px;
width: 100%;
}

.article-info > span,
.sppb-addon-articles .sppb-article-meta > span {
font-size: 14px;
line-height: 25px;
color: #767676;
font-weight: 400;
margin: 0;
margin-right: 14px;
}

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

.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 {
color: var(--maincolor);
font-size: 14px;
margin: 0;
margin-right: 5px !important;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

.article-info > span.createdby:before, .sppb-article-meta > span.sppb-meta-author:before {content: "\f007";}
.article-info > span.published:before, .sppb-article-meta > span.sppb-meta-date:before {content: ;}
.article-info > span.category-name:before, .sppb-article-meta > span.sppb-meta-category:before {content: "\f02b";}
.article-info > span.hits:before {content: ;}

.article-info > span.published, .sppb-article-meta > span.sppb-meta-date,
.sppb-articles-carousel-meta-date {
position: absolute;
right: 20px;
top: 20px;
background: var(--maincolor);
color: var(--secondcolor);
z-index: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
height: 52px;
width: 52px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-size: 12px;
font-weight: 600;
line-height: 16px;
text-transform: uppercase;
margin: 0;
padding: 0 15px;
text-align: center;	
}

.sppb-articles-carousel-meta-date {right: 35px;}

.article-introtext, .sppb-article-introtext {
order: 3;
}

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

.article-list .article .readmore, .sppb-readmore {
	order: 4;
}

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

.article-list .article .readmore a,
.sppb-readmore {
font-size: 12px;
line-height: 30px;
color: #808287;
font-weight: 700;
text-transform: uppercase;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
align-items: center;
letter-spacing: 0.1em;
-webkit-transition: all 100ms linear;
transition: all 100ms linear;
margin-top: 35px;
}

.article-list .article .readmore a:after,
.sppb-readmore:after {
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
content: "\f30b";
margin-left: 10px;
color: var(--maincolor);
font-size: 16px;
-webkit-transition: all 100ms linear;
transition: all 100ms linear;
}

.article-list .article .readmore a:hover,
.sppb-readmore:hover {
color: var(--maincolor);
}

.article-list .article .readmore a:hover:after,
.sppb-readmore:hover:after {
  -webkit-transform: translateX(-15px);
  transform: translateX(-15px);
  opacity: 0;
}

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, .disabled > .page-link, .page-link.disabled, .pagination > li > a, .pagination > li > span {
	padding: 0;
color: #fff;
font-weight: 500;
height: 54px;
width: 54px;
background: #0A1019;
line-height: 54px !important;
display: inline-block;
border: 1px solid transparent;
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) !important;
color: #0A1019 !important;
}

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

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

/* SINGLE ARTICLE */

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

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

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

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

.article-details .article-info {
	margin-top: 22px !important;
	order: 2;
	margin-bottom: 0;
}

.article-details .article-info > span:not(.published) {
font-size: 15px;
color: #777;
}

.article-info > span.published:before {display: none !important}

.article-details .article-info span:before {margin-right: 10px !important;}

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

.article-details .article-header h1, .article-details .article-header h2 {
font-size: 30px;
line-height: 40px;
margin-top: 12px;
margin-bottom: 21px;
font-weight: 700;
}

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

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

.article-details .article-full-image img {
	display: inline-block;
	width: 100%;
	border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
}


.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 50%;
flex: 0 0 50%;
max-width: 50%;
margin: 49px 0 0 !important;
border-top: 1px solid #ece9e0;
padding: 30px 0px 0px;
}

.tags {
	list-style: none;
	padding: 0;
	margin: 0 !important;
	border: none;
	justify-content: center;
display: block;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
border-top: 0;
padding: 0;
border-bottom: 0;
  order: 5;
margin: 49px 0 0 !important;
border-top: 1px solid #ece9e0;
padding: 30px 0px 0px;
}

@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:before {
content: "Tags";
font-weight: 700;
color: #0e2207;
font-size: 20px;
margin-right: 14px;
}

.tags > li {
	margin: 0;
}

.tags > li a {
position: relative;
font-size: 12px;
background-color: var(--maincolor);
color: var(--secondcolor);
display: inline-block;
padding: 5px 30px 5px;
font-weight: 700;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
border-radius: 35px;
border: none;
line-height: var(--body-line-height);
}

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

.tags > li {margin-left: 11px;}

.article-social-share .social-share-icon:before {

}

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

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

.article-social-share .social-share-icon ul li a {
position: relative;
height: 43px;
width: 43px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
color: var(--secondcolor);
background-color: #f8f6f1;
font-size: 15px;
border-radius: 50%;
overflow: hidden;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
z-index: 1;
border: none;
}

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


.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: #fceae8;
padding: 30px;
position: relative;
margin-top: 75px;
}

.article-details .article-author-information > .d-flex {
flex-direction: column;
justify-content: center;
text-align: center;
}

.article-details .article-author-information > .d-flex .flex-shrink-0 img {
margin: auto;
display: block;
width: 100px;
height: 100px;
border-radius: 50%;
border: 10px solid #ffffff;
position: absolute;
top: -50px;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
background: #fff;
}

.article-details .article-author-information h5 {
line-height: 1.2;
font-size: 25px;
font-weight: 600;
text-transform: capitalize;
margin-top: 40px !important;
margin-bottom: 15px;
}

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

.author-website {color: #002633; margin-left: 4px;}

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

#article-comments {
	border-top: 0px solid #f5f5f5;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
  order: 9;
  width: 100%;
margin-top: 50px;
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(--maincolor) !important;
}

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

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

.article-details .pagenavigation .btn {
font-size: 20px;
line-height: 1.637;
font-weight: 700;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
color: var(--secondcolor);
background-color: #f8f6f1;
padding: 12px 20px;
border-radius: 10px;
border: none;
}

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

/* */

/* SHOP */

.hikashop_products_pagination {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
margin-bottom: 50px;
}

.hikashop_products_pagination .pagination {
	width: 100%;
max-width: 50%;
display: block;
font-size: 18px;
margin-bottom: 0;
line-height: 1.2;
}

.hikashop_products_pagination .pagination .limit {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 15px;
	width: 100%;
}

.form-select.hikashop_pagination_dropdown {
	width: auto;
	max-width: none;
	border: none;
	box-shadow: none !important;
display: block;
font-weight: 400;
font-size: 18px;
margin-bottom: 0;
line-height: 1.2;
}

.hikashop_results_counter {
display: block;
font-weight: 400;
font-size: 18px;
margin-bottom: 0;
line-height: 1.2;
}

.hikashop_product {
margin-bottom: 30px;
}

.hikashop_product .hikashop_listing_img_title {
position: relative;
border: 2px solid #e4e1d5;
border-radius: 10px;
text-align: center;
background: #ffffff;
overflow: hidden;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
}

.hikashop_product .hikashop_listing_img_title:hover {
	border: 2px solid var(--secondcolor);
	-webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}

.hikashop_product_image {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
overflow: hidden;
margin-bottom: 0px;
}

.hikashop_product_image:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=1 );
	content: "";
	opacity: 0.3;
	left: -100%;
	pointer-events: none;
	z-index: 1;
}

.hikashop_product .hikashop_listing_img_title:hover .hikashop_product_image:before {
	left: 100%;
	-webkit-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.hikashop_product_image img {
width: auto;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
}

.hikashop_product .hikashop_listing_img_title:hover .hikashop_product_image img {
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
}

.hikashop_product .content {
position: relative;
padding: 30px 30px 30px;
}

.hikashop_product .hikashop_product_vote {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}

.hikashop_listing_img_title {
	position: relative;
}

.hikashop_badge_div img {
	max-height: 24px !important;
}

.hikashop_listing_img_title .hk-rating {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
margin: 0;
}

span.hikashop_product_name a {
display: block;
font-size: 22px;
color: var(--secondcolor);
font-weight: 700;
margin-bottom: 5px;
line-height: var(--line-height-heading);
font-family: var(--title-font);
}

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

.hikashop_product_price_full {
display: block;
font-size: 16px;
line-height: 26px;
color: var(--text-gray-silver);
font-weight: 600;
}

.hikashop_product_price_full .hikashop_product_price {
display: block;
font-size: 16px;
line-height: 26px;
color: var(--text-gray-silver);
font-weight: 600;
}

span.hikashop_product_price_before_discount {
font-weight: 300;
margin-right: 10px;
display: inherit;
}

.hikashop_product_price_per_unit {
	display: none;
}

.hikashop_product_price_before_discount_amount {
  color: #555;
  font-size: 18px;
}

.com_hikashop #sp-component .sppb-btn i {display: none;}

.hikashop_listing_img_title .icon-box {
	position: absolute;
	right: 20px;
	top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

.hikashop_listing_img_title .icon-box a,
.hikashop_listing_img_title .icon-box button {
	position: relative;
	display: block;
	height: 40px;
	width: 40px;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
	color: #ffffff;
	z-index: 9;
	background-color: var(--secondcolor);
	color: var(--text-color-bg-theme-color1);
	cursor: pointer;
	border-radius: 50px;
	margin-bottom: 10px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	padding: 0;
}

.hikashop_listing_img_title .icon-box a:hover,
.hikashop_listing_img_title .icon-box button:hover {
	background-color: var(--maincolor);
	color: var(--secondcolor);
}

.hikashop_listing_img_title .icon-box button {font-size: 0;}

.hikashop_listing_img_title .icon-box button:before {display: none;}

.hikashop_listing_img_title .icon-box button:after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f07a";
	font-size: 14px;
}

.hikashop_listing_img_title:hover .icon-box {
	top: 20px;
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 300ms;
	transition-delay: 300ms;
}

span.hikashop_product_name {
	margin-bottom: 0;
}

/* Single Product */

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

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

.hikashop_product_page div.hikashop_small_image_div {
	display: flex;
}

.hikashop_product_page div.hikashop_small_image_div a,
.hikashop_product_page div.hikashop_small_image_div a.hikashop_active_thumbnail {
	border: 0;
	border-radius: 10px;
}

img.hikashop_child_image {
	max-height: 130px;
	max-width: 130px;
	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;
background: transparent;
padding: 0px;
}

.hikashop_product_page div.hikashop_small_image_div a.hikashop_active_thumbnail img.hikashop_child_image {
	opacity: 1;
	border-radius: 0px;
}

#hikashop_image_main_thumb_div {
overflow: hidden;
padding: 0px;
background-color: white;
border-radius: 0px;
border: 0;
}

.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_main_image img {
	position: relative;
}

.available {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 22px;
	padding-bottom: 20px;
	margin-bottom: 31px;
	border-bottom: 1px solid #e0e4e8;
}

.product-d-category {
line-height: 1;
font-size: 16px;
color: var(--secondcolor);
margin-left: 18px;
}

.hikashop_vote_stars {
	padding: 0px;
}

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

#hikashop_product_top_part h1 {
font-size: 40px;
line-height: 44px;
font-weight: 700;
color: var(--secondcolor);
}


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

.hikashop_product_page #hikashop_product_top_part h1 .hikashop_product_price_full {
position: relative;
display: inline-block;
color: var(--secondcolor);
font-size: 20px;
line-height: 26px;
font-weight: 700;
margin-left: 20px;
letter-spacing: 0;
}

.hikashop_product_page span.hikashop_product_price_before_discount_amount {
font-size: 24px;
}

.hikashop_product_top_part > p {
margin-bottom: 0px;
}

.hikashop_product_top_part h5 {
  padding-top: 30px;
}

.hikashop_product_characteristics {margin-top: 25px;}

#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 {
font-size: 16px;
color: var(--secondcolor);
font-weight: 700;
display: block;
margin-bottom: 10px;
}

.hikashop_product_characteristics_table td select {
padding: 8px 40px 8px 15px;
font-size: 14px;
font-weight: 700;
line-height: 1.2;
color: var(--secondcolor);
vertical-align: middle;
background: url("../images/select_down_arrow02.png") no-repeat scroll 97.5% center;
  background-color: rgba(0, 0, 0, 0);
background-color: transparent;
border: 1px solid #e5e5e5;
border-radius: 0;
box-shadow: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
transition: .3s ease-in-out;
width: 100%;
height: 35px;
cursor: pointer;	
}

.hikashop_product_code_main .sku {
color: var(--tg-paragraph-color);
font-weight: var(--tg-body-font-weight);
font-size: var(--tg-body-font-size);
line-height: var(--tg-body-line-height);
}

.product-category-review {margin-top: 30px;}

.hikashop_product_tags .tags:before,
.sku_wrapper,
.brand {
color: var(--text-color);
font-size: var(--body-font-size);
color: #333;
margin-top: 20px;
display: inline-block;
}

.hikashop_product_tags .tags > li:first-child {
	margin-left: -4px;
}

.brand a {
  font-size: 16px;
  text-transform: uppercase;
	font-size: 16px;
	font-weight: normal;
	color: #777777;
margin-left: 10px;
}

.hikashop_product_quantity_main {
  display: flex;
  align-items: center;
  align-content: center;
  padding-top: 0px;
  margin-top: 1.5rem !important;
  align-items: flex-start;
align-content: flex-start;
padding-top: 0px;
flex-direction: column;
}

.hikashop_quantity_form {
	margin-bottom: 40px;
}

.hikashop_quantity_form:before {
	content: "Choose quantity";
margin: 0;
color: #222;
font-size: 20px;
line-height: 30px;
font-weight: 700;
margin-right: 20px;
font-family: var(--title-font);
position: relative;
	display: inline-block;
}

.hikashop_product_quantity_input_div_default_main {
	display: inline-flex;
	align-content: center;
	align-items: center;
	width: 98px;
	padding: 0px;
	padding-left: 30px;
	margin: 0 10px 0 0;
	background-color: #fff;
	height: 60px;
font-weight: 500;
border: 1px solid #e0e4e8;
border-radius: 10px;
}

.hikashop_product_quantity_div input.form-control, .form-control.hikashop_product_quantity_field {
	padding: 0;
	border: none;
}

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 {
width: 29px;
height: 29px;
background-color: transparent;
color: #fff;
font-size: 8px;
background-color: var(--secondcolor);
border: none;
border-radius: 10px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
outline: none;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
padding: 0;
}

a.hikashop_product_quantity_field_change_plus:before, a.hikashop_product_quantity_field_change_minus:before, .hikashop_product_quantity_change_div_plus_default a:before, .hikashop_product_quantity_change_div_minus_default a:before {display: none;}

.hikashop_product_tags .tags {
	margin: 0 !important;
	padding: 0 !important;
	border: none;
	max-width: 100%;
	background: transparent;
	padding-top: 20px !important;
	margin-top: 40px !important;
	border-top: 1px solid #e2e2e2;
	border-radius: 0;
}

#hikashop_tabs_div {margin-bottom: 60px;}

.hikashop_tabs_ul {
	margin: 0;
	margin-bottom: 30px;
border-top: 1px solid #EEEEEE;
margin-top: 100px;
text-align: center;
}

.hikashop_tabs_ul li {
margin-bottom: 0;
border: none;
border-top-left-radius: 0;
border-top-right-radius: 0;
font-weight: 500;
font-size: 14px;
text-transform: uppercase;
color: #1e2434;
text-align: center;
padding: 14px 30px;
background-color: #fff;
border: 1px solid #e1e8e4;
line-height: 1;
display: inline-block;
cursor: pointer;
}

.hikashop_tabs_ul li + li {margin-left: 12px;}

.hikashop_tabs_li_selected {
color: #fff !important;
border-color: var(--secondcolor) !important;
background-color: var(--secondcolor) !important;
}

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

.hikashop_tabs_content ul {
  position: relative;
  display: block;
}

.hikashop_tabs_content ul li {
  position: relative;
  display: block;
  margin-bottom: 2px;
}

.hikashop_tabs_content ul li p {
font-weight: 600;
color: var(--secondcolor);
}

.hikashop_tabs_content ul li p:before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	display: inline-block;
	position: relative;
display: inline-block;
color: var(--secondcolor);
font-size: 17px;
line-height: 17px;
margin-right: 11px;
top: 2px;
content: "\f061";
}

#hikashop_product_description_main {
	padding-top: 0px;
}

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

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

.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 h2 {margin-bottom: 25px; font-size: var(--h3-font-size); margin-top: 30px;}

.hikashop_product_page .hikashop_submodules form {
  display: flex;
}

.hikashop_product_page .hikashop_products_listing > form {display: none;}

.hikashop_vote_form .form-control {
background: #ffffff;
color: #555;
font-size: 16px;
border-color: #d6deec;
border-width: 1px;
border-radius: 10px;
padding: 22px 22px 22px 30px !important;
height: 65px;
transition: .35s;	
}

.hikashop_vote_form .hikashop_comment_textarea {
background: #ffffff;
color: #555;
font-size: 16px;
border-color: #d6deec;
border-width: 1px;
border-radius: 10px;
padding: 22px 22px 22px 30px !important;
transition: .35s;	
}

.hikashop_cart_products .hikashop_product_price_full,
.hikashop_checkout_cart .hikashop_product_price_full {
	flex-direction: row-reverse;
	justify-content: flex-end;
}

.hikashop_cart_products .hikashop_product_price_full, .hikashop_checkout_cart .hikashop_product_price_full {font-size: 22px;}

.hikashop_cart_products .hikashop_product_price_full span.hikashop_product_price_before_discount,
.hikashop_checkout_cart .hikashop_product_price_full span.hikashop_product_price_before_discount {
	font-size: 18px;
	color: #555;
}

/* Checkout */

.hikashop_checkout_login {
	padding: 20px 30px;
	margin-bottom: 25px;
	background-color: #f7f9fd;
	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: #f7f9fd;
	border: 1px solid transparent;
	border-radius: .25rem;
}

.hikashop_checkout_buttons .buttons_right {
	float: none;
}

#hikabtn_checkout_next {width: 100%;}

.hikashop_checkout_payment_images {
  display: flex;
  gap: 10px;
}

.hika_address_display br {margin: 5px 0;}
.hika_address_field button {margin-top: 15px;}

.view-checkout input {
	display: inline-block;
}

.view-checkout .form-control:not(.hikashop_product_quantity_field),
.view-checkout .form-select {
background: #ffffff;
color: #555;
font-size: 16px;
border-color: #d6deec;
border-width: 1px;
border-radius: 10px;
padding: 22px 22px 22px 30px !important;
height: 65px;
transition: .35s;	
}

.view-checkout .sppb-btn {display: inline-block;}

.view-checkout .sppb-btn:before {display: none;}

.view-checkout img {max-width: 200px;}

/* */

/* CART MODULE */

.hikashop_cart_module_product_name_value .hikashop_product_code_cart {
	display: none;
}

div.hikashop_cart_dropdown_content {
	padding: 15px;
}

.hikashop_cart table {
	margin: 0 !important;
}

#sp-header .shop-cart .sp-module {
	width: 100%;
}

.hikashop_cart table thead {display: none;}

.hikashop_cart table thead tr {
	border-bottom: 15px solid transparent;
}

.hikashop_cart table tbody tr {
	border-bottom: 5px solid transparent;
}

.hikashop_cart table tbody tr td img {width: 400px;}

.hikashop_cart table tfoot tr {
	border-bottom: 15px solid transparent;
	border-top: 10px solid transparent;
}

.hikashop_cart_module .sppb-btn {
	font-size: 11px;
	padding: 10px 40px;
}

.hikashop_cart .hikashop_product_price {color: var(--maincolor);}
.hikashop_cart tbody .hikashop_product_price {color: var(--secondcolor);}

.hikashop_cart_module .sppb-btn:before {display: none;}

.hikashop_cart_module_product_name_value a,
.hikashop_cart_module_product_total_title {
font-size: 14px;
color: var(--secondcolor);
margin-bottom: 5px;
line-height: 28px;
}

.hikashop_cart_module_product_price_value .hikashop_product_price_full {
font-size: 14px;
font-weight: 700;
color: var(--secondcolor);
line-height: 1;	
}

/* */

/* ANIMATION */

@-webkit-keyframes float {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes float {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes bounce-y {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes bounce-y {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes bounce-x {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes bounce-x {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes zoom-one {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}
@keyframes zoom-one {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}

/* */

@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-banner  .sppb-container-inner {max-width: 400px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 576px) {#sp-banner  .sppb-container-inner {max-width: 540px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 768px) {#sp-banner  .sppb-container-inner {max-width: 720px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@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;}}

@media (min-width: 320px) {#sp-footer  .sppb-container-inner {max-width: 400px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 576px) {#sp-footer  .sppb-container-inner {max-width: 540px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 768px) {#sp-footer  .sppb-container-inner {max-width: 720px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@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;}}


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

.row > *,
.sppb-row > * {
	padding-right: calc(var(--bs-gutter-x) * .5);
	padding-left: calc(var(--bs-gutter-x) * .5);
}

/* J4 Optimization */

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

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

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

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

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

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

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

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

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


:root {
  --secondcolor: #222429;
  --thirdcolor: #f4f5f8;
  --bg-theme-color1: var(--secondcolor);
  --bg-theme-color2: var(--maincolor);
  --bg-theme-color3: var(--thirdcolor);
  --border-theme-color1: var(--secondcolor);
  --border-theme-color2: var(--maincolor);
  --border-theme-color3: var(--thirdcolor);
  --text-color-bg-theme-color1: #fff;
  --text-color-bg-theme-color2: #164333;
  --text-color-bg-theme-color3: #fff;
  --text-color: #808287;
  --headings-color: var(--secondcolor);
  --link-color: var(--secondcolor);
  --link-hover-color: var(--secondcolor);
  --text-font: "DM Sans", sans-serif;
  --title-font: "Space Grotesk", sans-serif;
  --body-font-size: 16px;
  --body-line-height: 30px;
  --body-font-weight: 400;
  --line-height-heading-h1: 1em;
  --line-height-heading: 1.2em;
  --line-height-heading-small: 1.4em;
  --h1-font-size: 90px;
  --h2-font-size: 48px;
  --h3-font-size: 36px;
  --h4-font-size: 24px;
  --h5-font-size: 20px;
  --h6-font-size: 18px;
  --h1-font-weight: 700;
  --h2-font-weight: 700;
  --h3-font-weight: 700;
  --h4-font-weight: 700;
  --h5-font-weight: 700;
  --h6-font-weight: 700;
  --sec-title-subtitle-color: var(--maincolor);
  --sec-title-subtitle-font-size: 14px;
  --sec-title-subtitle-font-family: var(--text-font);
  --sec-title-subtitle-font-weight: 700;
  --sec-title-subtitle-line-height: 1.2em;
  --sec-title-color: var(--headings-color);
  --sec-title-font-size: var(--h2-font-size);
  --sec-title-font-family: var(--title-font);
  --sec-title-font-weight: var(--h2-font-weight);
  --theme-light-background: #f8f6f1;
  --theme-light-background-text-color: var(--headings-color);
  --theme-black: #222429;
  --container-width: 1200px;
  --small-container-width: 1000px;
  --large-container-width: 1550px;
  --container-pt: 120px;
  --container-pb: 120px;
}