@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&family=Hubot+Sans:ital,wght@0,200..900;1,200..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Kumbh+Sans:wght@100..900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Outfit:wght@100..900&display=swap');
@import url("../fonts/css/all.min.css");
@import url("../fonts/css/flag-icons.min.css");
@import url("../fonts/css/charifund.css");
@import url("swiper-bundle.min.css");
@font-face {
  font-family: 'Recoleta';
  src: url('../fonts/webfonts/recoleta-font-family.otf') format('opentype');
}
@font-face {
  font-family: 'satoshi';
  src: url('../fonts/webfonts/Satoshi-Black.otf') format('opentype');
  src: url('../fonts/webfonts/Satoshi-BlackItalic.otf') format('opentype');
  src: url('../fonts/webfonts/Satoshi-Bold.otf') format('opentype');
  src: url('../fonts/webfonts/Satoshi-BoldItalic.otf') format('opentype');
  src: url('../fonts/webfonts/Satoshi-Italic.otf') format('opentype');
  src: url('../fonts/webfonts/Satoshi-Light.otf') format('opentype');
  src: url('../fonts/webfonts/Satoshi-LightItalic.otf') format('opentype');
  src: url('../fonts/webfonts/Satoshi-Medium.otf') format('opentype');
  src: url('../fonts/webfonts/Satoshi-MediumItalic.otf') format('opentype');
  src: url('../fonts/webfonts/Satoshi-Regular.otf') format('opentype');
}
@import url("https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@100..900&display=swap");

* {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*::-moz-selection {
  color: #ffffff;
  background-color: #1770c8;
}
*::selection {
  color: #ffffff;
  background-color: #1770c8;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

body {
  font-family: var(--template-font);
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: var(--sppb-templatecolor);
  overflow-x: clip;
}
body::-webkit-scrollbar {
  width: 5px;
}
body::-webkit-scrollbar-track {
  background-color: #b5c8d4;
  border-radius: 5px;
}
body::-webkit-scrollbar-button, body::-webkit-scrollbar-thumb {
  background-color: #076051;
  border-radius: 5px;
}

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

a,
button {
  text-decoration: none;
  display: inline-block;
  outline: 0px;
  border: 0px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  cursor: pointer;
  color: var(--sppb-templatecolor);
}
a i,
a span,
button i,
button span {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
a:hover,
button:hover {
  text-decoration: none;
  border: 0px;
  outline: 0px;
}
a:focus,
button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0px;
}

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

hr,
blockquote,
textarea {
  margin: 0px;
  opacity: 1;
}

input,
textarea {
  border: 0px;
  outline: 0px;
}
input:focus,
textarea:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0px;
}

input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
}

input[type=checkbox] {
  width: initial;
  height: initial;
}

textarea {
  min-height: 150px;
  resize: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0px;
}

iframe {
  border: 0px;
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0px;
  margin: 0px;
  color: var(--sppb-templatecolor);
  font-family: var(--nunito);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--nunito);
}
SW

a,
button {
  font-size: 16px;
  line-height: 24px;
}

h1 {
  font-size: 30px;
  line-height: 40px;
}

h2 {
  font-size: 30px;
  line-height: 40px;
}

h3 {
  font-size: 24px;
  line-height: 34px;
}

h4 {
  font-size: 20px;
  line-height: 30px;
}

h5 {
  font-size: 20px;
  line-height: 30px;
}

h6 {
  font-size: 18px;
  line-height: 28px;
}

p {margin: 0;}

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-row-overlay {
	z-index: 0;
}

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

.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 {
  padding: 18px 40px;
  background-color: var(--sppb-maincolor);
  color: var(--sppb-black);
  position: relative;
  font-weight: 800;
  z-index: 1;
  gap: 16px;
  overflow: hidden;
  border: none;
  border-radius: 30px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  line-height: 24px;
}

body .sppb-btn svg,
body .sppb-sp-slider-button .sp-slider-btn-text svg,
.login .btn-primary svg,
.registration form > div .btn svg,
.reset form > div .btn svg,
.hikashop_vote_form .button .btn svg,
.hikashop_vote_form .button svg,
.article-list .article .readmore a svg, .sppb-readmore svg {
  width: 25px;
  height: 25px;
}

body .sppb-btn path,
body .sppb-sp-slider-button .sp-slider-btn-text path,
.login .btn-primary path,
.registration form > div .btn path,
.reset form > div .btn path,
.hikashop_vote_form .button .btn path,
.hikashop_vote_form .button path,
.article-list .article .readmore a path, .sppb-readmore path {
  fill: black;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}


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,
.article-list .article .readmore a:before, .sppb-readmore:before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  inset-inline-start: 0px;
  width: 50.1%;
  height: 100%;
  border-radius: inherit;
  background-color: var(--sppb-maincolor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  z-index: -1;
  border-radius: 0px;
}

body .sppb-btn:after,
body .sppb-sp-slider-button .sp-slider-btn-text:after,
.login .btn-primary:after,
.registration form > div .btn:after,
.reset form > div .btn:after,
.hikashop_vote_form .button .btn:after,
.article-list .article .readmore a:after, .sppb-readmore:after {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  inset-inline-start: 0px;
  width: 50%;
  height: 100%;
  border-radius: inherit;
  background-color: var(--sppb-maincolor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  z-index: -1;
    inset-inline-start: unset;
  inset-inline-end: 0px;
  border-radius: 0px;
}

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-color: var(--sppb-fifthcolor);
}

body .sppb-btn:hover: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,
.article-list .article .readmore a:hover::before, .sppb-readmore:hover::before,
body .sppb-btn:hover:hover::after,
body .sppb-sp-slider-button .sp-slider-btn-text:hover::after,
.login .btn:hover::after,
.registration form > div .btn:hover::after,
.reset form > div .btn:hover::after,
.hikashop_vote_form .button .btn:hover::after,
.article-list .article .readmore a:hover::after, .sppb-readmore:hover::after {
 width: 0%;
}

body .sppb-btn:hover path,
body .sppb-sp-slider-button .sp-slider-btn-text:hover path,
.login .btn-primary:hover path,
.registration form > div .btn:hover path,
.reset form > div .btn:hover path,
.hikashop_vote_form .button .btn:hover path,
.hikashop_vote_form .button:hover path,
.article-list .article .readmore a, .sppb-readmore:hover path {
  fill: white;
}

body .sppb-btn.sppb-btn-default {
  padding: 13px 30px;
  background-color: var(--sppb-thirdcolor);
  color: var(--sppb-white);
  position: relative;
  font-weight: 700;
  z-index: 1;
  gap: 14px;
  overflow: hidden;
  border-radius: 60px;
}

body .sppb-btn.sppb-btn-default:before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  inset-inline-start: 0px;
  width: 50%;
  height: 100%;
  border-radius: 0px;
  background-color: var(--sppb-thirdcolor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  z-index: -1;
}

body .sppb-btn.sppb-btn-default:after {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  inset-inline-start: 0px;
  width: 50%;
  height: 100%;
  border-radius: 0px;
  background-color: var(--sppb-thirdcolor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  z-index: -1;
    inset-inline-start: unset;
  inset-inline-end: 0px;
}

body .sppb-btn.sppb-btn-default:hover {
  color: var(--sppb-thirdcolor);
  background-color: var(--sppb-maincolor);
}

body .sppb-btn.sppb-btn-default:hover path {
  fill: var(--sppb-thirdcolor);
}

body .sppb-btn.sppb-btn-secondary,
body .sppb-sp-slider-button-2 .sp-slider-btn-text {
  background-color: rgba(255, 255, 255, 0.04);
  color: var(--sppb-white);
  position: relative;
  font-weight: 800;
  z-index: 1;
  gap: 16px;
  overflow: hidden;
}

body .sppb-btn.sppb-btn-secondary:before,
body .sppb-sp-slider-button-2 .sp-slider-btn-text:before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  inset-inline-start: 0px;
  width: 50%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.04);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  z-index: -1;	
}

body .sppb-btn.sppb-btn-secondary:after,
body .sppb-sp-slider-button-2 .sp-slider-btn-text:after {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  inset-inline-start: 0px;
  width: 50%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.04);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  z-index: -1;	
    inset-inline-start: unset;
  inset-inline-end: 0px;
}

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

body .sppb-btn.sppb-btn-link {
background: transparent !important;
	text-decoration: none;
	border: 0 !important;
	padding: 0;
	overflow: visible;
  display: inline-block;
  text-transform: capitalize;
  font-size: 16px;
  color: var(--sppb-black);
  font-weight: 600;
}

body .sppb-btn.sppb-btn-link span {
  background-image: linear-gradient(var(--sppb-maincolor), var(--sppb-maincolor));
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline-block;
  transition: all 0.4s ease-in-out;
}

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

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

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

body .sppb-btn.sppb-btn-link i {
transform: none;
}

.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 {
-webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: color 0s ease, -webkit-transform 0.5s ease;
  transition: color 0s ease, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, color 0s ease;
  transition: transform 0.5s ease, color 0s ease, -webkit-transform 0.5s ease;
  margin-left: 10px;
}

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 {
-webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.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 a {width: 100%;}
.full-width-image img {width: 100%;}

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


.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 {
	position: -webkit-sticky !important;
	position: sticky !important;
	top: 100px;
}

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

@media screen and (max-width: 480px) {
  .sppb-optin-form.form-inline {
    display: flex;
	flex-direction: column;
	gap: 10px;
  }
}


/* HEADER */

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

#sp-header.header-sticky {
  transition: all 0.9s;
	-webkit-animation: stickyNavbar 0.5s linear;
	animation: stickyNavbar 0.5s linear;
	background: var(--sppb-white);
	-webkit-filter: drop-shadow(0px 4px 19px rgba(0, 0, 0, 0.07));
	filter: drop-shadow(0px 4px 19px rgba(0, 0, 0, 0.07));
}

@media (min-width: 1400px) {
#sp-header .container {
	max-width: 1800px;
	width: calc(100% - 80px);
}
#sp-header.header-sticky .container {
	width: 100%;
}
}

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

#sp-header .container .container-inner {
	padding: 15px 40px;
}

#sp-header.header-sticky .container .container-inner {
	padding: 15px 0px;
}

@media (max-width: 768px) {
#sp-header .container .container-inner {
	padding: 15px 0px;
}
}

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

#sp-header .logo img {
	height: auto;
	max-width: 190px;
    height: 44px;
}

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

.sp-megamenu-parent {
	position: static;
	margin: 0;
	background-color: var(--sppb-maincolor);
	border-radius: 60px;
	padding-inline-end: 40px;
	padding-inline-start: 55px;
}

@media (max-width: 1600px) {
	.sp-megamenu-parent {
	margin: 0 -40px 0 -80px;
}
}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
	font-size: 16px;
	font-weight: 600;
	text-transform: capitalize;
	padding: 42px 15px;
	width: 100%;
	line-height: 1;
	color: #16171a;
	padding-top: 27px;
  padding-bottom: 27px;
  font-weight: 700;
}

.sp-megamenu-parent > li:last-child > a {
	padding: 42px 15px;
	padding-top: 27px;
  padding-bottom: 27px;
}

@media (max-width: 1400px) {
.sp-megamenu-parent {
	margin: 0;
	margin-left: -70px;
	background-color: transparent;
	border-radius: 0px;
	padding: 0;
}

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

@media (max-width: 1200px) {
.sp-megamenu-parent {
	margin: 0;
	margin-left: -20px;
	background-color: transparent;
	border-radius: 0px;
	padding: 0;
}

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

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

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

.header .active > .navbar__dropdown-label, .header .active > a {
	color: var(--sppb-hovercolor);
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
	background-color: var(--sppb-white);
	-webkit-transition: var(--transition);
	transition: var(--transition);
	-webkit-box-shadow: var(--shadow);
	box-shadow: var(--shadow);
	padding: 20px 0px;
	border-radius: 5px;
	z-index: 9;
}

.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 {
line-height: 1;
	font-weight: 600;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 16px 32px;
	color: var(--sppb-black);
	position: relative;
	font-size: 15px;
	border-bottom: 1px solid rgba(228, 218, 218, 0.4784313725);
	text-transform: capitalize;
	justify-content: space-between;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:before {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	inset-inline-start: 20px;
	height: 1px;
	margin-top: 0px;
	width: 0px;
	-webkit-transition: var(--transition);
	transition: var(--transition);
	background-color: var(--sppb-hovercolor);
}

.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-hovercolor);
  -webkit-padding-start: 40px;
  padding-inline-start: 40px;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover::before,
.sp-megamenu-parent .sp-dropdown li.active > a::before {
	opacity: 1;
	-webkit-transform: translateY(-50%) scaleX(1);
	-ms-transform: translateY(-50%) scaleX(1);
	transform: translateY(-50%) scaleX(1);
	width: 10px;
}

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-black);
}

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

.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-black);
	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: 120px 0;
  position: relative;
background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-attachment: scroll;
  text-align: center;
}

@media only screen and (min-width: 992px) {
.sp-page-title {
    padding: 160px 0px;
  }
}

@media only screen and (min-width: 1400px) {
.sp-page-title {
    padding: 200px 0px;
  }
}

.sp-page-title:before {
	content: "";
	position: absolute;
	inset: 0px;
	width: 100%;
	height: 100%;
	background: linear-gradient(-104deg, rgba(12, 26, 23, 0) 1.9%, rgba(9, 31, 27, 0.48) 37.31%, rgba(9, 31, 27, 0.17) 40.18%, rgba(9, 31, 27, 0.37) 47.05%, rgba(9, 31, 27, 0.67) 56.36%, #091f1b 73.4%, #091f1b 95.2%, rgba(9, 31, 27, 0.91) 103.44%);
}

.sp-page-title > .container {
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 1;
}

.sp-page-title .sp-page-title-heading {
  z-index: 5;
  position: relative;
color: var(--sppb-white);
  font-weight: 800;
  text-transform: capitalize;
  font-size: 85px;
    line-height: 95px;
  order: 2;
}

.sp-page-title .sp-page-title-sub-heading {
	font-size: 24px;
	font-weight: 800;
	margin-top: 0px;
  font-family: var(--caveat);
  color: var(--sppb-maincolor);
  line-height: 34px;
  margin-bottom: 14px;
  margin-top: 0px;
}

.sp-page-title .sp-page-title-sub-heading:before {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	content: '\e821';
	font-family: "charifund";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 12px;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0px;
}

.sp-page-title .breadcrumb,
.breadcrumb {
	margin: 0;
  position: relative;
  z-index: 9;
  display: inline-flex;
  border-radius: 0;
  margin-bottom: 0px;
	align-items: center;
	justify-content: center;
	background-color: var(--sppb-white);
	padding: 8px 30px !important;
	border-radius: 30px;
	margin-top: 30px;
}

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


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


.sp-page-title .breadcrumb > li > a,
.breadcrumb > li > a {
font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  background: var(--color-gradient-1);
  display: inline-block;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

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

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

.sp-page-title .breadcrumb > li + li::before,
.breadcrumb > li + li::before {
font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  background: var(--color-gradient-1);
  display: inline-block;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

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

.sp-page-title .breadcrumb > .active span,
.breadcrumb > .active span {
font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  background: var(--color-gradient-1);
  display: inline-block;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@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 .sp-page-title-heading {
font-size: 50px;
line-height: 1.2;
}

.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: 16px;
  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:not(.view-article) #sp-main-body {padding-bottom: 90px;}

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

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

.recoleta-font {
  font-family: var(--recoleta);
}
.satoshi-font {
  font-family: var(--satoshi);
}

/* Mouse Cursor */

.cursor-outer {
  -webkit-margin-start: -12px;
          margin-inline-start: -12px;
  margin-top: -12px;
  width: 30px;
  height: 30px;
  border: 1px solid var(--sppb-fifthcolor);
  background-color: var(--sppb-fifthcolor);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.34;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.cursor-outer.cursor-hover {
  opacity: 0.14;
}
.cursor-outer.cursor-big {
  opacity: 0;
}

.mouseCursor {
  position: fixed;
  top: 0;
  inset-inline-start: 0;
  inset-inline-end: 0;
  bottom: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  visibility: hidden;
  text-align: center;
}
.mouseCursor.cursor-big {
  width: 20px;
  height: 20px;
  -webkit-margin-start: -12px;
          margin-inline-start: -12px;
  margin-top: -12px;
}

.cursor-inner {
  -webkit-margin-start: -3px;
          margin-inline-start: -3px;
  margin-top: -3px;
  width: 10px;
  height: 10px;
  z-index: 10000001;
  background-color: var(--sppb-fifthcolor);
  opacity: 1;
  -webkit-transition: all 0.24s ease-out 0s;
  transition: all 0.24s ease-out 0s;
}
.cursor-inner span {
  color: var(--theme-color);
  line-height: 60px;
  opacity: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
}
.cursor-inner.cursor-big span {
  opacity: 1;
}
.cursor-inner.cursor-hover {
  -webkit-margin-start: -10px;
          margin-inline-start: -10px;
  margin-top: -10px;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border: 1px solid #686363;
  opacity: 0;
}

/* Slider Buttons */

.slider-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-top: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.slider-navigation .slider-btn {
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  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;
  background-color: var(--sppb-thirdcolor);
  color: var(--sppb-white);
  font-size: 20px;
}
.slider-navigation .slider-btn:hover {
  background-color: var(--sppb-maincolor);
  color: var(--sppb-black);
}
.slider-navigation .slider-btn-next {
  background-color: var(--sppb-maincolor);
  color: var(--sppb-black);
}
.slider-navigation .slider-btn-next:hover {
  background-color: var(--sppb-thirdcolor);
  color: var(--sppb-white);
}

.pagination-one {
  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;
}
.pagination-one .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #d6d1d1;
  opacity: 1;
  border: 0px solid transparent;
  display: inline-block;
}
.pagination-one .swiper-pagination-bullet-active {
  width: 25px;
  height: 25px;
  border: 1px solid var(--sppb-fifthcolor);
  background-color: transparent;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination-one .swiper-pagination-bullet-active::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: var(--sppb-fifthcolor);
  border-radius: 50%;
}

/* */

/* 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-black);
	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-black);
	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-black);
	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 */

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

.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: 30px;
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 h4,
.sppb-article-info-wrap h3,
.sppb-articles-carousel-link {
position: relative;
font-weight: 700;
  color: var(--sppb-black);
  margin-top: -8px;
  margin-bottom: 8px;
  font-size: 32px;
    line-height: 42px;
}

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

}

.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 h4,
.sppb-article-info-wrap h3,
.sppb-articles-carousel-link {
font-size: 20px ;
}	
}

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

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

.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: 15px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.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;
font-weight: 600;
font-size: 16px;
  line-height: 30px;
  color: var(--sppb-templatecolor);
display: flex;
align-items: center;
gap: 8px;
}

.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: 700;
	font-family: "Font Awesome 6 Free" !important;
color: var(--sppb-maincolor);
}

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

.article-info > span.createdby:before, .sppb-article-meta > span.sppb-meta-author:before {content: "\f007";}
.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";}
.article-info > span.category-name:before, .sppb-article-meta > span.sppb-meta-category:before, .sppb-articles-carousel-meta-category a:before {content: "\f02c"; transform: rotate(90deg);}
.article-info > span.hits:before {content: "\f06e";}
.article-info > span.read-time:before {content: "\f017";}

.article-info > span.category-name, .sppb-article-meta > span.sppb-meta-category, .sppb-articles-carousel-meta-category a {
	position: absolute;
  top: 20px;
  inset-inline-start: 20px;
  padding: 8px 24px;
  background-color: var(--sppb-thirdcolor);
  color: var(--sppb-white);
  font-size: 16px;
  line-height: 24px;
  transition: var(--transition);
	font-weight: 400;
}

.article-info > span.category-name:before, .sppb-article-meta > span.sppb-meta-category:before, .sppb-articles-carousel-meta-category a:before {color: inherit;}

.article-info > span.category-name:hover, .sppb-article-meta > span.sppb-meta-category:hover, .sppb-articles-carousel-meta-category a:hover {
	background-color: var(--sppb-maincolor);
	color: var(--sppb-black);
}

.article-introtext, .sppb-article-introtext, .sppb-articles-carousel-introtext {
order: 3;
font-size: 16px;
  line-height: 30px;
}

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

.article-list .article .readmore, .sppb-readmore {
	order: 4;
	margin-top: 1.5rem;
}

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

.article-list .article .readmore a, .sppb-readmore {
	background: transparent;
	padding: 0;
	font-weight: 800;
  color: var(--sppb-black);
  font-size: 14px;
  position: relative;
  text-transform: uppercase;
  gap: 12px;
  display: inline-flex;
  align-items: center;
}

.article-list .article .readmore a:hover, .article-list .article .readmore a:active, .article-list .article .readmore a:focus {
	color: var(--sppb-hovercolor);
	background: transparent;
}

.article-list .article .readmore a i, .sppb-readmore i {
	transform: none;
margin: 0;
width: auto;
height: auto;
}

.article-list .article .readmore a:before, .sppb-readmore:before,
.article-list .article .readmore a:after, .sppb-readmore:after {
	display: none;
}

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

.articles-more .list-group-item {
position: relative;
  background-color: var(--sppb-maincolor);
  border: none;	
  border-radius: 0;
}

.articles-more .list-group-item: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;
}

.articles-more .list-group-item 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: 24px;
margin-bottom: 10px;
  gap: 40px;
}

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

.article-details .article-header h1, .article-details .article-header h2 {
font-size: 40px;
    line-height: 50px;
  font-weight: 800;
  color: var(--sppb-black);
  margin-top: 25px;
  margin-bottom: 18px;
}

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

.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: 20px;
}

.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:before {
content: "Related Tags";
display: block;
  margin: 0px;
  padding: 0;
font-size: 20px;
  font-weight: 600;
  line-height: 130%;
  margin-bottom: 25px;
  color: var(--sppb-black);
}

.tags > li {
	margin: 0;
}

.tags > li a {
display: inline-block;
padding: 0;
  font-size: 16px;
  background: var(--sppb-bg);
  color: var(--sppb-black);
  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:before {
content: "Social Share";
display: block;
  margin: 0px;
  padding: 0;
font-size: 20px;
  font-weight: 600;
  line-height: 130%;
  margin-bottom: 25px;
  color: var(--sppb-black);
}

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

/* */

/* SHOP */

.com-hikashop #sp-main-body [class^="icon-"]::before, .com-hikashop #sp-main-body [class*=" icon-"]::before {
	font-family: "Font Awesome 6 Free";
}

.hikashop_products_pagination {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
margin-bottom: 30px;
	border: 1px solid #ececec;
	border-radius: 15px;
	padding: 24px 20px;
	position: relative;
	z-index: 9;
}

.hikashop_products_pagination ul.pagination,
.hikashop_products_pagination .counter {display: none !important;}

.hikashop_products_pagination .pagination {
	width: 100%;
max-width: 50%;
font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: var(--sppb-templatecolor);
}

.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;
  font-weight: bolder;
background: transparent;
border: none;
  padding-right: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
  color: var(--sppb-fifthcolor);
}

.hikashop_results_counter {
font-weight: 400;
  font-size: 16px;
  color: var(--sppb-templatecolor);
}

.hk-row-fluid {
--bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -.5);
  margin-left: calc(var(--bs-gutter-x) * -.5);
}

.hk-row-fluid > * {
	flex-shrink: 0;
	padding-right: calc(var(--bs-gutter-x) * .5);
	padding-left: calc(var(--bs-gutter-x) * .5);
	margin-top: var(--bs-gutter-y);
}

.hikashop_product {
	margin-bottom: 30px;
}

.hikashop_category_information .hikashop_subcontainer, .hikashop_categories_listing_main .hikashop_subcontainer {
	padding: 0;
}

.hikashop_listing_img_title {
  display: flex;
flex-direction: column;
flex-flow: wrap;
	position: relative;
-webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
	position: relative;
	align-items: center;
	justify-content: center;
}

.hikashop_product_image {
position: relative;
  z-index: 1;
  order: 1;
  width: 100%;
  overflow: hidden;
	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-bottom: 20px;
  padding: 40px 20px;
  text-align: center;
  border: 1px solid #ececec;
  border-radius: 15px;
}

.hikashop_product_image * {
	height: 100%;
  width: 100%;
	display: block;
}

.hikashop_product_image img {
	object-fit: cover;
	object-position: center;
	width: auto;
  height: auto;
  margin: auto;
	-webkit-transition: var(--transition);
	transition: var(--transition);
	width: 200px;
	height: 200px;
	-o-object-fit: contain;
	object-fit: contain;
}

.hikashop_product_image .hikashop_badge_div,
.hikashop_product_image .hikashop_badge_div img {
	width: auto;
	height: auto;
	max-height: unset;
	max-width: 56px;
}

.hikashop_product_price_full {
	order: 3;
	position: relative;
	z-index: 1;
	display: flex;
	gap: 10px;
  margin-bottom: 0px;
  align-items: center !important;
  width: 100%;
	justify-content: center;
	flex-direction: row-reverse;
}

.hikashop_product_discount {

}

span.hikashop_product_price_before_discount {
font-size: 16px;
font-weight: 600;
  color: rgba(100, 105, 112, 0.47);
}

.hikashop_product_price {
font-size: 16px;
font-weight: 600;
  color: var(--sppb-black);
}

.hikashop_product_price_per_unit {display: none;}

.hikashop_product_name {
	order: 2;
	position: relative;
	z-index: 1;
  width: 100%;
  margin: 0 !important;
}

.hikashop_product_name a {
  line-height: 30px;
  margin-bottom: 0;
font-size: 16px;
  margin: 0px;
  padding: 0;
font-weight: 700;
  color: var(--sppb-black);
  margin-block: 12px 4px;
  text-transform: capitalize;
}

.hikashop_product_name a:hover {
	color: var(--sppb-fifthcolor);
}

.hikashop_product_vote {
	order: 1;
	position: relative;
	z-index: 1;
  width: 100%;
  display: flex;
	justify-content: center;
}

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

body .hikashop_listing_img_title  a.sppb-btn {
position: absolute !important;
  z-index: 9 !important;
  opacity: 0 !important;
  -webkit-transition: all 0.4s !important;
  transition: all 0.4s !important;
	padding: 0px;
  width: max-content;
	background-color: transparent;
	left: 50% !important;
	-webkit-transform: translateX(-50%) translateY(100%);
	-ms-transform: translateX(-50%) translateY(100%);
	transform: translateX(-50%) translateY(100%);
	top: 96px !important;
	padding: 12px 50px;
	border-radius: 40px;
}

body .hikashop_listing_img_title:hover a.sppb-btn {
-webkit-transform: translateX(-50%) translateY(0%);
  -ms-transform: translateX(-50%) translateY(0%);
  transform: translateX(-50%) translateY(0%);
  opacity: 1 !important;
  visibility: visible;
}

.hikashop_listing_img_title:hover .hikashop_product_image img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.hikashop_listing_img_title > .hikashop_product_code_list {
	display: none;
}


/* Single Product */

.view-product.layout-show #sp-left,
.view-product.layout-show #sp-right {
	display: none;
}

.view-product.layout-show #sp-component {
	width: 100%;
}

div.hikashop_main_image_div, div.hikashop_main_file_div {
	width: 100%;
}

.hikashop_global_image_div {
	display: flex;
	gap: 20px;
	flex-direction: column;
	padding-right: 60px;
}

@media (max-width: 992px) {
.hikashop_global_image_div {
	padding-right: 0px;
}	
}

.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;
	padding: 0px;
	padding: 12px 20px;
  border: 1px solid #f2f2f2;
  border-radius: 15px;
  text-align: center;
}

.hikashop_product_page div.hikashop_small_image_div {
	display: flex;
	gap: 15px;
	width: 100%;
	justify-content: space-evenly;
}

@media (min-width: 1200px) {
.hikashop_product_main_image {
width: 100%;
    height: 100%;
}
}

.hikashop_product_page div.hikashop_small_image_div a,
.hikashop_product_page div.hikashop_small_image_div a.hikashop_active_thumbnail {
  border: 1px solid #f2f2f2;
}

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

.hikashop_product_page div.hikashop_small_image_div a.hikashop_active_thumbnail img.hikashop_child_image {
	opacity: 1;
}

#hikashop_image_main_thumb_div {
overflow: hidden;
}

.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(--sppb-maincolor);
	border-color: var(--sppb-maincolor);
}

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

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

.hikashop_product_main_image {
	margin-bottom: 20px;
	position: relative;
  overflow: hidden;
	padding: 40px 20px;
	border-radius: 15px;
	border: 1px solid #eaeaea;

}

.hikashop_product_main_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: 0.3s ease-in-out;
	margin: 0 !important;
	width: 392px;
	height: 484px;
}

@media (max-width: 992px) {
	.hikashop_product_left_part {
		margin-bottom: 50px;
	}
}

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

.hikashop_product_right_part {
	display: flex !important;
	flex-direction: column;
}

.hikashop_product_right_part .hikashop_product_top_part {order: 1;}
.hikashop_product_right_part .mini-top-desc {order: 2;} 
.hikashop_product_right_part .hikashop_product_price_main {order: 4;}
.hikashop_product_right_part .hikashop_product_quantity_main {order: 6;}
.hikashop_product_right_part .product-category-review {order: 7;}
.hikashop_product_right_part .hikashop_product_tags {order: 8;}
.hikashop_product_right_part .hikashop_product_code_main {order: 9;}
.hikashop_product_right_part .hikashop_product_characteristics {order: 5;}

.hikashop_product_top_part {
	display: flex;
	flex-direction: column;
}

.hikashop_product_top_part h1 {
  padding-bottom: 8px !important;
  order: 2;
  margin-top: 24px;
    font-weight: 700;
  color: var(--sppb-black);
  font-size: 40px;
    line-height: 50px;
	text-transform: capitalize;
}

.hikashop_product_variant_subname {display: none;}

.hikashop_product_top_part .hikashop_product_vote_mini {
	order: 1;
}

.mini-top-desc hr {margin: 0;}

.hikashop_product_page .hikashop_product_right_part .hikashop_product_price_full {
	margin-bottom: 30px;
	margin-top: 15px;
	justify-content: flex-end;
}

.hikashop_product_page .hikashop_product_price_full .hikashop_product_discount {
	order: 3;
}

.hikashop_product_page .hikashop_product_right_part .hikashop_product_price_full .hikashop_product_price {
	order: 2;
font-weight: 700;
  color: var(--sppb-black);
font-size: 32px;
    line-height: 42px;
}

.hikashop_product_page .hikashop_product_price_main .hikashop_product_price_full .hikashop_product_price_before_discount {
	order: 1;
font-weight: 700;
  color: var(--sppb-black);
font-size: 32px;
    line-height: 42px;
}

.product-category-review div:not(:last-child)::after {
	content: ',';
  margin-left: -3px;
  margin-right: 3px;
}

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

.hikashop_product_characteristics_table tbody > tr > td:first-child {
	font-weight: 700;
  color: var(--sppb-black);
  line-height: 1;
}

.form-check-input:checked {
	background-color: var(--sppb-maincolor);
	border-color: var(--sppb-maincolor);
}

.form-check-input {
	margin-top: .40em;
}

.hikashop_product_quantity_main {
	margin: 0;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 20px;
	padding-bottom: 25px;
	padding-top: 30px;
	border-top: 1px solid var(--sppb-border);
	display: flex;
  align-items: center;
}

.hikashop_quantity_form {
	margin: 0;
	display: flex;
	align-items: center;
	display: inline-block;
}

.hikashop_product_quantity_input_div_default_main {
	display: inline-flex;
	align-content: center;
	align-items: center;
	width: 80px;
	padding: 10px;
	margin: 0 10px 0 0;
	border-radius: 0px;
	background-color: transparent;
	height: 51px;
border: 1px solid #beb6b6 !important;
border-radius: 10px;
}

.hikashop_product_quantity_main:before {
	margin-right: 25px;
  content: "Quantity";
  color: var(--sppb-black);
  line-height: 1.2;
  font-size: 24px;
  font-weight: 800;
}

@media (max-width: 768px) {
.hikashop_product_top_part h1 {
	font-size: 30px;
}
.hikashop_product_page .hikashop_product_right_part .hikashop_product_price_full .hikashop_product_price,
.hikashop_product_page .hikashop_product_price_full .hikashop_product_price_before_discount {
font-size: 25px;
}
.hikashop_product_page .tags {
	display: flex !important;
}
.hikashop_product_quantity_main:before {
	display: none;
}
}

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

.hikashop_product_quantity_div > div  {line-height: 1;}

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,
a.hikashop_product_quantity_field_change_plus:hover, a.hikashop_product_quantity_field_change_minus:hover, .hikashop_product_quantity_change_div_plus_default a:hover, .hikashop_product_quantity_change_div_minus_default a:hover {
	padding: 0px;
	height: auto;
	margin: 0;
	display: inline-block;
	padding: 0;
	line-height: 11px;
	width: 12px;
	height: 12px;
	color: var(--sppb-black) !important;
	background: transparent !important;
	border: none;
	font-weight: 14px;
	padding-left: 1px;
}

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,
a.hikashop_product_quantity_field_change_plus:after, a.hikashop_product_quantity_field_change_minus:after, .hikashop_product_quantity_change_div_plus_default a:after, .hikashop_product_quantity_change_div_minus_default a:after {
	display: none;
}

.hikashop_product_quantity_div.hikashop_product_quantity_change_div_default div a {
	min-width: unset;
}


.hikashop_vote_form .button,
.view-checkout .hikabtn:not(.hikashop_product_quantity_field_change) {
	width: auto;
	display: inline-block;
}

.hikashop_product_top_part button.hikabtn:hover,
.hikashop_vote_form .button:hover,
.view-checkout .hikabtn:not(.hikashop_product_quantity_field_change):hover {
	background-color: var(--sppb-maincolor);
}

body.com-hikashop #sp-main-body .sppb-btn:not(.hikashop_product_quantity_field_change) {
	white-space: normal;
}

.hikashop_product_code_main,
.hikashop_product_page .tags,
.product-category-review {
	position: relative;
	display: flex;
	align-items: center;
	margin: 0 !important;
	max-width: 100% !important;
  font-weight: 400;
  margin-bottom: 10px !important;
  justify-content: start;
  padding-top: 0;
  border-top: none;
  gap: 6px;
font-size: 16px;
  font-weight: 400;
  color: var(--text);
  line-height: 1.2;
}

.product-category-review i {display: none;}

.hikashop_product_code_main:before,
.hikashop_product_page .tags:before,
.product-category-review:before {
font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--sppb-black);
  margin: 0;
  min-width: 145px;
}

.hikashop_product_code_main:before {content: "SKU:"}
.hikashop_product_page .tags:before {content: "Tags: "}
.product-category-review:before {content: "Categories:"}

.hikashop_product_page .tags > li a,
.hikashop_product_page .tags > li a:hover {
	display: inline-block;
	padding: 0;
	line-height: 1;
	background: transparent;
	margin-right: 0;
	margin-bottom: 0;
	transition: all 0.4s ease-in-out;
	border: none;
	border-radius: 0;
  font-size: 16px;
  font-weight: 400;
  box-shadow: none;
  color: inherit;
}

.hikashop_product_page .tags > li+li a:before {
	content: ",";
  margin-left: -6px;
}

.hikashop_product_bottom_part {
	margin-top: 125px !important;
}


.hikashop_tabs_ul {
	margin: 0;
	margin-bottom: 3rem !important;
	margin-top: 0px;
	border-bottom: 0;
	border: 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
	padding: 0;
	justify-content: center;
}

@media (max-width: 768px) {
.hikashop_tabs_ul {
	gap: 10px;
}	
}

.hikashop_tabs_ul li {
text-align: center;
  padding: 0px;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  border: none !important;
  cursor: pointer;
font-size: 16px;
font-weight: 700;
 line-height: 24px;
  color: var(--sppb-black);
padding: 12px 40px;
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  border-radius: 30px;
  font-weight: 700;
  color: var(--sppb-black);
}

.hikashop_tabs_li_selected {
  background-color: var(--sppb-black) !important;
  color: var(--sppb-white) !important;
}

.hikashop_tabs_ul .hikashop_tabs_li_selected:before {
	background-color: var(--sppb-maincolor);
}

.hikashop_tabs_content {
	min-height: auto;
	border-radius: 0;
	padding: 0;
	border: 0px solid #eee !important;
background-color: #f5f5f5;
  padding: 60px 30px;
  border-radius: 20px;
}

.mini-top-desc .long-description,
.hikashop_tabs_content .short-description {
	display: none;
}

.long-description h4 {
  font-weight: 700;
  color: var(--sppb-black);
  margin-block: -8px 8px;
}

.long-description .content p {
	font-weight: 500;
}

.description-list-items {
  margin-top: 30px;
justify-content: space-between !important;
}

@media only screen and (min-width: 768px) {
  .content-list.cta {
    margin-top: 55px;
  }
}

@media only screen and (min-width: 768px) {
  .content-list.cta {
    margin-top: 55px;
  }
}

.content-list h5 {
  font-weight: 700;
  color: var(--sppb-black);
  margin-block: -8px 8px;
}

.content-list ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 10px;
}

.content-list ul li {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 12px;
}

@media only screen and (min-width: 768px) {
.content-list ul li {
    width: calc(50% - 4px);
  }
}

.content-list ul li:before {
	color: var(--sppb-fifthcolor);
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f00c";
}

.hikashop_vote_form .hikashop_comment_textarea {
	height: 160px;
	margin: 15px 0;
	padding: 15px;
display: block;
  width: 100%;
  padding: 15px 20px;
  line-height: normal;
  background-clip: padding-box;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  backface-visibility: hidden;
  box-sizing: border-box;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  outline-offset: 0;
  border: 1px solid #ced4da;
}

.hikashop_vote_form .button {
	background: var(--sppb-maincolor);
	color: #fff;
	padding: 18px 40px;
}

.hikashop_listing_comment > span,
.hikashop_listing_comment > .pagination {display: none;}

.hikashop_comment_form_name input[type="text"] {border-radius: 0;}

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

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

.hikashop_product_page .hikashop_submodules .hikashop_products_listing {
	border: 0;
	padding: 0;
}

.hikashop_product_page .hikashop_submodules h2 {
  margin-bottom: 55px !important;
  text-align: center;
  margin-top: 120px;
}

.hikashop_product_page .hikashop_submodules form {
  display: none;
}

/* Checkout */



#hikashop_checkout .sppb-btn i {margin-right: 5px;}

#hikashop_checkout input,
#hikashop_checkout select {
	border-radius: 0;
}

#hikashop_checkout .hikashop_payment_methods_table td,
#hikashop_checkout .hikashop_checkout_cart td {
	padding: 15px;
}

#hikashop_checkout .hikashop_checkout_payment_images,
#hikashop_checkout .hikashop_checkout_shipping_images {
	margin: 10px 0;
}

#hikashop_checkout .hikashop_checkout_shipping_images {
	display: block;
}


#hikashop_checkout .hikashop_product_quantity_input_div_default_main {
	padding: 10px 12px;
}

#hikashop_checkout .hikashop_cart_product_image_thumb {
	max-width: 200px;
	position: relative;
	overflow: hidden;
}

#hikashop_checkout .hikashop_cart_product_image_thumb img {
	width: 100%;
	transform: scale(1.001);
  transition: 0.3s ease-in-out;
}

#hikashop_checkout .hikashop_cart_product_image_thumb:hover img {
transform: scale(1.05);
}

.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: transparent;
	border: 1px solid var(--secondcolor);
	border-radius: 0;
}

.hikashop_checkout_buttons .buttons_right {
	float: none;
}

#hikabtn_checkout_next {
	width: 100%;
  justify-content: center;
}

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

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

.view-checkout .password-group .input-group {
	flex-wrap: nowrap;
}

.view-checkout .password-group input {
	width: auto;
	height: auto;
	display: inline-block;
}

/* */

/* CART MODULE */

.hikashop_cart_module_product_name_value .hikashop_product_code_cart {
	display: none;
}

.hikashop_cart_module  {
  display: inline-block;
  font-weight: 500;
	border-radius: 50%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	position: relative;
	padding: 0 !important;
	margin: 0;
	background-color: transparent;
	transition: 0.3s ease-in-out;
	position: relative;
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	display: inline-block;
	border-radius: 50%;
  font-size: 20px;
  color: var(--sppb-black);
  font-size: 18px;
  margin: 0 -15px;
}

@media (max-width: 768px) {
	.hikashop_cart_module {
		margin-right: 0px !important;
	}
}

.hikashop_small_cart_checkout_link {
  width: 55px;
  display: flex;
  word-wrap: break-word;
  white-space: normal;
  line-height: 10px;
  height: 55px;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 100%;
  background-color: #F2F3F5;
  position: absolute !important;
  left: 0 !important;
  top: -6px !important;
  line-height: 15px;
  font-size: 13px;
  color: #231E41;
}

.hikashop_cart_module:hover .hikashop_small_cart_checkout_link {
	color: var(--sppb-maincolor);
}

div.hikashop_cart_dropdown_content {
	right: 0;
	top: 30px;
	padding: 20px !important;
	text-align: left;
	min-width: 320px;
	background-color: #fff !important;
	color: var(--heading-color);
}

.hikashop_cart table {border: none !important;}

.hikashop_cart table thead tr {
	border-bottom: 5px solid #fff;
}

.hikashop_cart table tbody tr {
	border-bottom: 15px solid #fff;
}

.hikashop_cart table tfoot tr {
	border-bottom: 15px solid #fff;
}

.hikashop_cart_module_product_name_value a {
font-size: 16px;
color: inherit;
line-height: 140%;
font-weight: 600;
text-transform: capitalize;
}

.hikashop_cart_module .hikashop_product_price {width: 100%;}

.hikashop_cart_module_product_name_value {
		margin: 0;
width: calc(100% - 10px);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-clamp: 1;
  box-orient: vertical;
  padding-left: 10px;
}

.hikashop_cart_module .sppb-btn {
	padding: 13px 35px;
	min-width: unset;
}

.hikashop_checkout_loading_spinner, .hikashop_checkout_loading_elem {
	display: none !important;
}

.hikashop_checkout_loading {
	position: static !important;
}

.hikashop_cart_module .hikashop_product_price {
	font-size: 14px;
	margin-top: 0;
	font-weight: 600;
	color: var(--heading-color);
}

.hikashop_cart_module_product_name_value {
	font-family: var(--heading-font);
}


/* */

/* ANIMATION */

@-webkit-keyframes pulse {
  0%, 100% {
    -webkit-transform: scale(1) translate(-50%, -50%);
            transform: scale(1) translate(-50%, -50%);
    opacity: 0.3;
  }
  50% {
    -webkit-transform: scale(1.2) translate(-50%, -50%);
            transform: scale(1.2) translate(-50%, -50%);
    opacity: 1;
  }
}

@keyframes pulse {
  0%, 100% {
    -webkit-transform: scale(1) translate(-50%, -50%);
            transform: scale(1) translate(-50%, -50%);
    opacity: 0.3;
  }
  50% {
    -webkit-transform: scale(1.2) translate(-50%, -50%);
            transform: scale(1.2) translate(-50%, -50%);
    opacity: 1;
  }
}

@-webkit-keyframes backgroundAnimation {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@keyframes backgroundAnimation {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@-webkit-keyframes moveLeftRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 0.8;
  }
  25% {
    opacity: 1;
  }
  50% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    opacity: 0.8;
  }
  75% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 0.8;
  }
}
@keyframes moveLeftRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 0.8;
  }
  25% {
    opacity: 1;
  }
  50% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    opacity: 0.8;
  }
  75% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 0.8;
  }
}
@-webkit-keyframes moveLeftRightSm {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes moveLeftRightSm {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes moveTopBottom {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0.8;
  }
  25% {
    opacity: 1;
  }
  50% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0.8;
  }
  75% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0.8;
  }
}
@keyframes moveTopBottom {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0.8;
  }
  25% {
    opacity: 1;
  }
  50% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0.8;
  }
  75% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0.8;
  }
}



@-webkit-keyframes moveUpDown {
  0% {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
    opacity: 0.5;
  }
  50% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0.5;
  }
}

@keyframes moveUpDown {
  0% {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
    opacity: 0.5;
  }
  50% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0.5;
  }
}

@-webkit-keyframes fall {
  0% {
    top: -150px;
    -webkit-transform: translateX(-50%) rotate(0deg);
            transform: translateX(-50%) rotate(0deg);
  }
  25% {
    -webkit-transform: translateX(-45%) rotate(-40deg);
            transform: translateX(-45%) rotate(-40deg);
  }
  50% {
    top: 400px;
    -webkit-transform: translateX(-50%) rotate(-10deg);
            transform: translateX(-50%) rotate(-10deg);
  }
  75% {
    -webkit-transform: translateX(-55%) rotate(-30deg);
            transform: translateX(-55%) rotate(-30deg);
  }
  100% {
    top: 1600px;
    -webkit-transform: translateX(-50%) rotate(-10deg);
            transform: translateX(-50%) rotate(-10deg);
  }
}

@keyframes fall {
  0% {
    top: -150px;
    -webkit-transform: translateX(-50%) rotate(0deg);
            transform: translateX(-50%) rotate(0deg);
  }
  25% {
    -webkit-transform: translateX(-45%) rotate(-40deg);
            transform: translateX(-45%) rotate(-40deg);
  }
  50% {
    top: 400px;
    -webkit-transform: translateX(-50%) rotate(-10deg);
            transform: translateX(-50%) rotate(-10deg);
  }
  75% {
    -webkit-transform: translateX(-55%) rotate(-30deg);
            transform: translateX(-55%) rotate(-30deg);
  }
  100% {
    top: 1600px;
    -webkit-transform: translateX(-50%) rotate(-10deg);
            transform: translateX(-50%) rotate(-10deg);
  }
}

@-webkit-keyframes wave {
  0% {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
  25% {
    -webkit-transform: translateX(5px) translateY(-5px);
            transform: translateX(5px) translateY(-5px);
  }
  50% {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
  75% {
    -webkit-transform: translateX(-5px) translateY(5px);
            transform: translateX(-5px) translateY(5px);
  }
  100% {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
}

@keyframes wave {
  0% {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
  25% {
    -webkit-transform: translateX(5px) translateY(-5px);
            transform: translateX(5px) translateY(-5px);
  }
  50% {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
  75% {
    -webkit-transform: translateX(-5px) translateY(5px);
            transform: translateX(-5px) translateY(5px);
  }
  100% {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
}
@-webkit-keyframes marquee {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes marquee {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes marquee-rtl {
  from {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes marquee-rtl {
  from {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@-webkit-keyframes pulseSm {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.5;
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.5;
  }
}

@keyframes pulseSm {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.5;
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.5;
  }
}


@keyframes rotateImg {
  0% {
     transform: rotate(0deg);
  }
  100% {
     transform: rotate(360deg);
  }
}

@keyframes moving {
  0% {

    transform: translatey(0px);
  }
  20%{
      transform: translateX(-30px);
  }
  50% {
    transform: translatey(-20px);
  }

  100% {
    transform: translatey(0px);
  }
}

@keyframes bounce-one {
	0% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes bounce-two {
	0% {
	  transform: rotate(5deg);
	}
	100% {
	  transform: rotate(-5deg);
	}
}
@keyframes rotate {
  0% {
      transform: rotate(0);
  }
  50% {
      transform: rotate(-90deg);
  }
  100% {
      transform: rotate(0);
  }
}
@keyframes bounce-left {
  0% {
      transform: translateX(0);
  }
  50% {
      transform: translateX(50px);
  }
  100% {
      transform: translateX(0);
  }
}

@keyframes rotate-infinte {
	0%{
	 transform:rotate(0deg);
	}
	100%{
	 transform:rotate(360deg);
	}
}

@keyframes borderanimate2 {
  0% {
      transform: translate(-50%, -50%) scale(.4);
  }
  60% {
      opacity: 1;
  }
  100% {
      transform: translate(-50%, -50%) scale(2.5);
      opacity: 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: 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;}}

/* 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-banner .sppb-row-column {
  position: static;
}

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

:root {
  --nunito: "Nunito", sans-serif;
  --nunito-sans: "Nunito Sans", sans-serif;
  --caveat: "Caveat", cursive;
  --outfit: "Outfit", sans-serif;
  --recoleta: "Recoleta", sans-serif;
  --satoshi: "Satoshi", sans-serif;
  --kumbh: "Kumbh Sans", sans-serif;
  --template-font: var(--nunito);
  --transition: all 0.5s ease;
  --shadow: 0px 10px 25px 0px rgba(37, 42, 52, 0.08);
  --shadow-secondary: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
  --shadow-tertiary: 0px 4px 8px 0px rgba(0, 0, 0, 0.07);
}

/* Responsive */

/* ==== 
 --------- (1.01) mixins start ---------
 ==== */
/* ==== 
 --------- (1.01) mixins end ---------
 ==== */
@media only screen and (min-width: 576px) {
  .testimonial .testimonial__slider-single {
    padding: 40px;
  }
  .difference-two .difference-two__progress {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .difference-two .difference-progress-single {
    width: 50%;
  }
  .difference-two .difference-progress-single p br {
    display: block;
  }
  .award .award__single .content {
    margin-inline: 30px;
    width: calc(100% - 60px);
  }
  .overview .overview__single {
    padding: 60px 40px;
  }
  .difference-three .help__content-list li {
    width: calc(50% - 8px);
  }
  .donation-future .donation-future__thumb {
    padding: 80px 40px;
  }
  .help-three .help-three__inner {
    padding: 5px 80px 80px;
  }
  .counter .counter__single {
    width: calc(50% - 8px);
  }
  .testimonial-three .testimonial-three__single {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .testimonial-three .testimonial-three__single .thumb {
    min-width: 170px;
  }
  .contact .contact__content {
    padding: 100px 80px;
  }
  .checkout .checkout__form .input-group .input-single,
  .volunteer .checkout__form .input-group .input-single {
    width: calc(50% - 15px);
  }
  .checkout .content,
  .volunteer .content {
    padding: 60px 40px;
  }
  .cart-main .coupon-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .cart-main .coupon-wrapper .right-c {
    width: auto;
  }
  .cart-main .coupon-wrapper .right-c form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .team-details .team-details__list,
  .volunteer .team-details__list {
    margin-top: 30px;
  }
  .team-details .team-details__list ul li,
  .volunteer .team-details__list ul li {
    width: calc(50% - 8px);
  }
  .cm-details .cm-details__list {
    margin-top: 30px;
  }
  .cm-details .cm-details__list ul li {
    width: calc(50% - 8px);
  }
  .cm-details .cm-img-group .cm-img-single {
    width: calc(50% - 15px);
  }
  .cm-details .cm-group p {
    font-size: 18px;
  }
  .cm-details .cm-sidebar-widget .single-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cm-details .blog-comment .comment-single {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .cm-details .comment__form {
    padding: 60px 40px;
  }
  .cm-details .comment__form .form-group .input-icon {
    width: calc(50% - 12px);
  }
  .contact-main .contact-main__inner {
    row-gap: 60px;
  }
  .contact-main .contact-main__single {
    width: calc(50% - 8px);
  }
  .blog-main .blockquote-wrapper {
    padding: 24px 40px;
  }
  .blog-main .details-footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer .footer__newsletter {
    padding: 50px;
  }
  .footer .footer__newsletter-form form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer .footer__bottom-left li:nth-of-type(2), .footer .footer__bottom-left li:nth-of-type(4) {
    display: block;
  }
  .footer .footer__list-items a {
    font-size: 18px;
  }
  .footer .footer__list-group:nth-last-of-type(1) p:nth-last-of-type(1) a {
    font-size: 24px;
  }
  .footer .footer__list-group a {
    font-size: 20px;
  }
  .footer-two__newsletter-form form input {
    border-radius: 30px;
    padding: 12px 24px;
  }
  .footer-two__newsletter-form form button {
    min-width: 90px;
    height: 56px;
    border-radius: 30px;
  }
  .color-palate {
    max-width: 320px;
  }
  .color-palate .color-trigger,
  .color-palate .close-color-trigger {
    width: 50px;
    height: 50px;
  }
  .color-palate .color-trigger i {
    font-size: 20px;
  }
  .color-palate .close-color-trigger i {
    font-size: 24px;
  }
}
@media only screen and (min-width: 768px) {
  h1 {
    font-size: 60px;
    line-height: 70px;
  }
  h2 {
    font-size: 40px;
    line-height: 50px;
  }
  h3 {
    font-size: 30px;
    line-height: 40px;
  }
  h4 {
    font-size: 24px;
    line-height: 34px;
  }
  .sub-title {
    font-size: 24px;
  }
  .cta {
    margin-top: 55px;
  }
  .main-pagination {
    margin-top: 60px;
  }
  .main-pagination a,
  .main-pagination button {
    width: 50px;
    min-width: 50px;
    height: 50px;
    border-radius: 50%;
    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;
    font-size: 16px;
  }
  .header .navbar-logo img {
    max-width: 190px;
    height: 44px;
  }
  .header .search-box button {
    font-size: 25px;
  }
  .header .main-header__menu-box {
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .header-secondary .main-header__menu-box {
    padding-top: 17px;
    padding-bottom: 17px;
  }
  .header-tertiary .main-header__menu-box {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-padding-start: 0px !important;
            padding-inline-start: 0px !important;
    -webkit-padding-end: 0px !important;
            padding-inline-end: 0px !important;
  }
  .common-banner .sub-title {
    font-size: 24px;
  }
  .banner-two .banner-two__slider-content h1 {
    max-width: 100%;
  }
  .banner-two .banner-two__slider-content h1 br {
    display: block;
  }
  .banner-two .banner-two__slider-content h1 span {
    font-size: 70px;
  }
  .banner-three h1 br {
    display: block;
  }
  .banner-three h1 span {
    font-size: 70px;
  }
  .banner-three p {
    font-size: 18px;
  }
  .help .help__content-cta,
  .help .help__content-icon-group {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .community .community-donation {
    padding: 60px;
  }
  .community .warning {
    padding: 16px 80px;
    border-radius: 80px;
    margin: 40px 0px;
  }
  .community .warning .line {
    display: block;
  }
  .volunteer .warning {
    padding: 16px 80px;
    border-radius: 80px;
    margin: 40px 0px;
  }
  .volunteer .warning .line {
    display: block;
  }
  .volunteer .volunteer__form {
    padding: 60px 40px;
  }
  .cause-two {
    padding-top: 20px;
  }
  .difference-two .difference-two__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .difference-two .difference-two__card {
    display: block;
    width: 200px;
  }
  .difference-two .difference-two__card .card-group .thumb i {
    font-size: 50px;
  }
  .difference-two .difference-two__card .card-group h6 {
    font-size: 20px;
  }
  .help-two .help-two__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .help-two .help-two__inner .help-two-card-wrapper {
    min-width: 270px;
  }
  .cart-main .cart-table table {
    min-width: 100%;
  }
  .product-tab .content-list ul li {
    width: calc(50% - 4px);
  }
  .donate-inner {
    padding: 80px 40px 160px;
    margin-inline: 24px;
  }
}
@media only screen and (min-width: 992px) {

  .contact .contact__content {
    padding: 120px 80px;
  }
  .testimonial-alter {
    padding: 120px 0px !important;
  }
  .cause-three-alt .mb-60 {
    margin-bottom: 52px !important;
  }
  .help-three {
    padding-bottom: 120px;
  }
  .testimonial {
    padding: 260px 0px 120px;
  }
  .section__header {
    margin-bottom: 52px;
  }
  .section__header-secondary {
    margin-bottom: 60px;
  }
  .pg-four .pt-120 {
    padding-top: 120px;
  }
  .pg-four .pb-120 {
    padding-bottom: 120px;
  }
  .pg-four .mt-120 {
    margin-top: 120px;
  }
  .pg-four .mb-120 {
    margin-bottom: 120px;
  }
  .header .main-header__menu-box {
    -webkit-padding-start: 28px;
            padding-inline-start: 28px;
    -webkit-padding-end: 28px;
            padding-inline-end: 28px;
  }
  .header-primary {
    top: 47px;
    background-color: transparent;
  }
  .header-secondary {
    top: 50px;
  }
  .header-secondary .main-header__menu-box {
    -webkit-filter: none !important;
            filter: none !important;
    width: calc(100% - 80px);
    margin-inline: auto;
    -webkit-padding-start: 24px;
            padding-inline-start: 24px;
    -webkit-padding-end: 24px;
            padding-inline-end: 24px;
  }
  .header-tertiary {
    top: 42px;
  }
  .banner {
    margin-top: 60px;
    padding: 200px 0px;
  }
  .banner-two {
    margin-top: 140px;
  }
  .banner-two .banner-two__slider-single {
    padding: 200px 0px;
  }
  .banner-two .slider-navigation {
    inset-inline-end: 130px;
  }
  .rtl .banner-two .slider-navigation {
    inset-inline-end: unset;
    inset-inline-start: 130px !important;
  }
  .banner-three {
    margin-top: 132px;
    padding: 140px 0px 190px;
  }
  .common-banner {
    padding: 160px 0px;
    margin-top: 140px;
  }
  .cause .cause__slider-wrapper {
    margin-top: 55px;
  }
  .community .community-donation__inner {
    max-width: 560px;
  }
  .cause-two {
    padding-top: 50px;
  }
  .testimonial-two .testimonial-two__content {
    padding: 0px;
    padding-inline: 20px;
  }
  .help-three .section__header {
    text-align: start;
  }
  .help-three .section__header h2 {
    text-align: start !important;
  }
  .help-three .help-cta {
    text-align: end;
  }
  .rtl .help-three .section__header h2 {
    text-align: end !important;
  }
  .counter .counter__single {
    height: 100%;
    width: auto;
  }
  .counter .divider {
    display: block;
    height: 100%;
  }
  .error h2 {
    font-size: 130px;
    line-height: 1;
  }
  .cm-details .cm-sidebar-widget {
    padding: 40px 40px;
  }
  .footer {
    padding-top: 120px;
  }
  .footer .footer__content {
    max-width: 600px;
    text-align: start;
  }
  .footer .footer__support {
    text-align: end;
  }
  .footer-two,
  .footer-three {
    padding-top: 120px;
  }
  .rtl .footer-two .text-lg-start {
    text-align: right !important;
  }
  .footer-three .footer-three__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .footer-three .footer-three__logo {
    text-align: start;
  }
}
@media only screen and (min-width: 1200px) {
  h1 {
    font-size: 85px;
    line-height: 95px;
  }
  h2 {
    font-size: 55px;
    line-height: 65px;
  }
  h3 {
    font-size: 40px;
    line-height: 50px;
  }
  h4 {
    font-size: 32px;
    line-height: 42px;
  }
  h5 {
    font-size: 24px;
    line-height: 34px;
  }
  h6 {
    font-size: 20px;
    line-height: 30px;
  }
  .text-xl-start {
    text-align: start !important;
  }
  .offset-xl-1 {
    margin-left: 0px;
    -webkit-margin-start: 8.33333333%;
            margin-inline-start: 8.33333333%;
  }
  .topbar--secondary .topbar__inner {
    padding: 12px 40px 13px;
  }
  .header .main-header__menu-box {
    padding: 0px;
    -webkit-padding-start: 24px;
            padding-inline-start: 24px;
  }
  .header-primary .navbar__mobile-options .btn--primary {
    padding-block: 38px 37px;
    padding-inline: 36px 48px;
  }
  .header-secondary .main-header__menu-box {
    padding: 17px 40px;
  }
  .banner {
    padding: 280px 0px;
  }
  .banner-two .banner-two__slider-single {
    padding: 240px 0px;
  }
  .banner-two .banner-two__slider-single .banner-two__slider-content h1 span {
    font-size: 90px;
  }
  .banner-two .shape-left {
    top: 0%;
  }
  .banner-three {
    margin-top: 142px;
  }
  .banner-three h1 span {
    font-size: 90px;
  }
  .common-banner h2 {
    font-size: 85px;
    line-height: 95px;
  }
  .cause-two {
    padding-top: 60px;
  }
  .blog .blog__single-content h5 {
    font-size: 22px;
    line-height: 30px;
  }
  .event .event__content h4 {
    font-size: 30px;
    line-height: 40px;
  }
  .volunteer .volunteer__form {
    -webkit-margin-start: 40px;
            margin-inline-start: 40px;
  }
  .footer .footer__content h3 {
    font-size: 44px;
    line-height: 54px;
  }
  .footer .footer__support a {
    font-size: 22px;
    max-width: 506px;
  }
  .footer .footer__list-center {
    -webkit-margin-start: 40px;
            margin-inline-start: 40px;
  }
  .footer .footer__copyright-logo {
    margin: 0px;
  }
  .footer-two .footer-two__widget--alternate {
    -webkit-padding-start: 60px;
            padding-inline-start: 60px;
  }
  .footer-three .footer-two__widget-intro {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1400px) {
  .offset-xxl-1 {
    margin-left: 0px;
    -webkit-margin-start: 8.33333333%;
            margin-inline-start: 8.33333333%;
  }
  .topbar .container {
    max-width: 1400px;
  }
  .header .navbar__mobile-options {
    gap: 40px;
  }
  .header-primary {
    -webkit-filter: none;
            filter: none;
  }
  .header-primary .main-header__menu-box {
    -webkit-filter: drop-shadow(0px 4px 19px rgba(0, 0, 0, 0.07));
            filter: drop-shadow(0px 4px 19px rgba(0, 0, 0, 0.07));
    -webkit-padding-start: 28px;
            padding-inline-start: 28px;
  }
  .header-primary .container {
    max-width: 1560px;
  }
  .header-primary .navbar__options .btn--primary {
    padding-block: 38px 37px;
    padding-inline: 46px 66px;
  }
  .header-secondary .navbar__mobile-options {
    gap: 20px;
  }
  .header-secondary .navbar__menu-wrapper {
    -webkit-padding-start: 55px;
            padding-inline-start: 55px;
  }
  .header-secondary .main-header__menu-box {
    padding: 15px 40px;
  }
  .header-tertiary .navbar__list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-padding-start: 60px;
            padding-inline-start: 60px;
  }
  .header-tertiary .navbar__mobile-options {
    gap: 50px;
  }
  .banner-two {
    margin-top: 150px;
  }
  .common-banner {
    padding: 200px 0px;
    margin-top: 150px;
  }
  .difference .difference__single {
    max-width: 384px;
    margin-inline: auto;
  }
  .help .help__thumb {
    -webkit-padding-start: 60px;
            padding-inline-start: 60px;
  }
  .cause-two {
    padding-top: 80px;
  }
  .difference-two .difference-two__content {
    -webkit-padding-start: 40px;
            padding-inline-start: 40px;
  }
  .cta-section-two .shape {
    bottom: -8px;
  }
  .overview .overview__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0px;
  }
  .overview .overview__single {
    width: 50%;
    border-radius: 10px 0px 0px 10px;
  }
  .overview .overview__right {
    border-radius: 0px 10px 10px 0px;
  }
  .rtl .overview .overview__single {
    border-radius: 0px 10px 10px 0px;
  }
  .rtl .overview .overview__right {
    border-radius: 10px 0px 0px 10px;
  }
  .rtl .overview .cause__progress {
    direction: ltr;
  }
  .difference-three .difference-three__content {
    -webkit-padding-start: 50px;
            padding-inline-start: 50px;
  }
  .difference-three .differnce-quote q {
    font-size: 20px;
  }
  .event .event__content {
    padding: 40px;
  }
  .product-details .product-details__content {
    -webkit-padding-start: 50px;
            padding-inline-start: 50px;
  }
  .checkout .checkout__content {
    -webkit-padding-start: 60px;
            padding-inline-start: 60px;
  }
  .team-details .team-details__content {
    -webkit-padding-start: 50px;
            padding-inline-start: 50px;
  }
  .footer .footer__bottom-list {
    gap: 30px;
  }
  .footer-three .footer-three__widget-alter {
    -webkit-padding-start: 60px;
            padding-inline-start: 60px;
  }
  .footer-three .footer-three__widget-news .content a {
    font-size: 18px;
    line-height: 24px;
  }
  .footer-three .single-address i {
    font-size: 30px;
  }
  .footer-three .footer-three__widget--newsletter p {
    font-size: 16px;
  }
  .footer-three .footer-three__widget--newsletter form {
    padding: 40px 30px;
  }



}
@media only screen and (min-width: 1600px) {
  .topbar .topbar__list,
  .topbar .topbar__items {
    gap: 40px;
  }
  .testimonial .slider-navigation,
  .difference .slider-navigation {
    margin-top: 0px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    inset-inline: 0px;
    max-width: 1560px;
    margin-inline: auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  .testimonial .testimonial__inner:hover .slider-navigation,
  .testimonial .difference__inner:hover .slider-navigation,
  .difference .testimonial__inner:hover .slider-navigation,
  .difference .difference__inner:hover .slider-navigation {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
  .testimonial-two .testimonial-two__inner {
    min-width: 1440px;
  }
  .testimonial-two .testimonial-two__content {
    -webkit-padding-start: 50px;
            padding-inline-start: 50px;
    -webkit-padding-end: 0px;
            padding-inline-end: 0px;
  }
  .cause-two .cause-two__inner {
    width: calc(100% - 200px);
  }
  .cause-two .slider-navigation {
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
    width: 100%;
  }
  .cause-two .slider-navigation button {
    -webkit-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  .cause-two .slider-navigation .slider-btn-next {
    -webkit-transform: translateX(30px);
        -ms-transform: translateX(30px);
            transform: translateX(30px);
  }
  .cause-alt .slider-navigation {
    margin-top: 0px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    inset-inline: 0px;
    max-width: 1560px;
    margin-inline: auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .cause-three .cause__slider-wrapper {
    min-width: 1800px;
  }
  .cause-three .cause__slider-single:hover .thumb img {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
  }


}
@media only screen and (max-width: 1739.98px) {
  .header-secondary .contact-btn {
    display: none;
  }
  .header-secondary .navbar__menu {
    -webkit-padding-end: 40px;
            padding-inline-end: 40px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .mobile-menu--primary .mega-menu {
    min-width: 100% !important;
  }
  .mobile-menu--primary .mega-menu li {
    margin-bottom: 20px;
  }
  .mobile-menu--primary .mega-menu li:nth-last-of-type(1) {
    margin-bottom: 0px;
  }
  .mobile-menu--primary .mega-menu .mega-content-wrapper {
    width: 100%;
  }
  .mobile-menu--primary .mega-menu .mega-content a {
    width: 160px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .mobile-menu .mega-menu {
    min-width: 100% !important;
  }
  .mobile-menu .mega-menu li {
    margin-bottom: 20px;
  }
  .mobile-menu .mega-menu li:nth-last-of-type(1) {
    margin-bottom: 0px;
  }
  .mobile-menu .mega-menu .mega-content-wrapper {
    width: 100%;
  }
  .mobile-menu .mega-menu .mega-content a {
    width: 160px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599.98px) {
  .topbar--secondary .topbar__extra {
    display: none;
  }
  .topbar--secondary .topbar__list,
  .topbar--secondary .topbar__items {
    gap: 20px;
  }
  .cta-section .cta-section__single h3 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  .search-popup .search-popup__group input,
  .search-popup .search-popup__group button {
    height: 60px;
    line-height: 60px;
  }
  .sidebar-cart {
    width: 320px;
  }
  .banner h1 {
    font-size: 24px;
    line-height: 34px;
  }
}