@import url("https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap");
@import url("animate.css");
@import url("font-awesome.css");
@import url("swiper-bundle.min.css");

body {
  font-family: "Sora", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  color: var(--text);
  background-color: var(--white);
  padding: 0;
  margin: 0;
}

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

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

input:focus {
  color: var(--white);
  outline: none;
}

input {
  color: var(--white);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Sora", system-ui;
  margin: 0px;
  padding: 0;
  color: var(--header);
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
  font-weight: 400;
}

h1 {
  font-size: 90px;
  font-weight: 600;
}

h2 {
  font-size: 55px;
  font-weight: 600;
}
@media (max-width: 1199px) {
  h2 {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 36px;
  }
}
@media (max-width: 575px) {
  h2 {
    font-size: 32px;
  }
}

h3 {
  font-size: 22px;
  font-weight: 600;
}
@media (max-width: 575px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 20px;
  font-weight: 600;
}

h5 {
  font-size: 18px;
  font-weight: 600;
}

h6 {
  font-size: 16px;
  font-weight: 500;
}

a {
  text-decoration: none;
  outline: none !important;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}

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

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-person-name:hover {color: inherit !important;}

.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;
z-index: 2;
}

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

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

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

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

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

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

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

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

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

body .sppb-btn,
body .sppb-sp-slider-button .sp-slider-btn-text,
.login .btn,
.registration form > div .btn,
.hikashop_vote_form .button .btn,
.article-list .article .readmore a, .sppb-readmore,
.hikashop_vote_form .button,
.splms .btn-primary,
.splms .splms-common-overlay-wrapper .btn,
.review-wrap.reviewers-form .review-box .button-wrapper .btn,
.article-list .article .readmore a, .sppb-readmore {
  position: relative;
  z-index: 2;
  vertical-align: middle;
  gap: 15px;
  border: none;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1;
  padding: 20px 30px;
  overflow: hidden;
  align-items: center;
  border-radius: 10px;
  white-space: normal;
  background-color: var(--thirdcolor);
  color: var(--header);
  display: inline-block;
  transition: all 0.4s ease-in-out;
}

body .sppb-btn.sppb-btn-primary,
body .sppb-sp-slider-button-1 .sp-slider-btn-text,
.hikashop_vote_form .button,
.splms .btn-primary {
  background-color: var(--thirdcolor);
  color: var(--header);
}

body .sppb-btn:before,
body .sppb-sp-slider-button .sp-slider-btn-text:before,
.hikashop_vote_form .button:before,
.splms .btn-primary:before,
.splms .splms-common-overlay-wrapper .btn:before,
.review-wrap.reviewers-form .review-box .button-wrapper .btn:before,
.article-list .article .readmore a:before, .sppb-readmore:before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  transform: translate(-50%, -50%);
  position: absolute;
  border-radius: 50%;
  z-index: -1;
  background-color: var(--header);
  transition: 1s ease;
  top: -2em;
  left: -2em;
}

body .sppb-btn:after,
body .sppb-sp-slider-button .sp-slider-btn-text:after,
.hikashop_vote_form .button:after,
.splms .btn-primary:after,
.splms .splms-common-overlay-wrapper .btn:after,
.review-wrap.reviewers-form .review-box .button-wrapper .btn:after,
.article-list .article .readmore a:after, .sppb-readmore:after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  transform: translate(-50%, -50%);
  position: absolute;
  border-radius: 50%;
  z-index: -1;
  background-color: var(--header);
  transition: 1s ease;
  left: calc(100% + 2em);
  top: calc(100% + 2em);
}

.sppb-btn.hover-white::after, .sppb-btn.hover-white::before {
	background-color: var(--white);
}

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:hover,
.registration form > div .btn-primary:hover,
body .sppb-btn.sppb-btn-secondary:hover,
.hikashop_vote_form .button:hover,
.article-list .article .readmore a:hover, 
.sppb-readmore:hover,
.hikashop_vote_form .button:hover,
.splms .btn-primary:hover,
.splms .splms-common-overlay-wrapper .btn:hover,
.review-wrap.reviewers-form .review-box .button-wrapper .btn:hover,
.article-list .article .readmore a:hover, .sppb-readmore:hover {
  color: var(--white);
  box-shadow: none;
}

body .sppb-btn.sppb-btn-primary:hover::before,
body .sppb-sp-slider-button-1 .sp-slider-btn-text:hover::before,
.hikashop_vote_form .button:hover:before,
.splms .btn-primary:hover:before,
.splms .splms-common-overlay-wrapper .btn:hover:before,
.review-wrap.reviewers-form .review-box .button-wrapper .btn:hover:before,
.article-list .article .readmore a:hover:before, .sppb-readmore:hover:before {
	top: -40%;
}

body .sppb-btn:hover:before,
body .sppb-sp-slider-button .sp-slider-btn-text:hover:before,
.hikashop_vote_form .button:hover:before,
.splms .btn-primary:hover:before,
.splms .splms-common-overlay-wrapper .btn:hover:before,
.review-wrap.reviewers-form .review-box .button-wrapper .btn:hover:before,
.article-list .article .readmore a:hover:before, .sppb-readmore:hover:before,
body .sppb-btn:hover:after,
body .sppb-sp-slider-button .sp-slider-btn-text:hover:after,
.hikashop_vote_form .button:hover:after,
.splms .btn-primary:hover:after,
.splms .splms-common-overlay-wrapper .btn:hover:after,
.review-wrap.reviewers-form .review-box .button-wrapper .btn:hover:after,
.article-list .article .readmore a:hover:after, .sppb-readmore:hover:after {
  height: 410px;
  width: 410px;
}

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



body .sppb-btn.sppb-btn-secondary,
body .sppb-sp-slider-button-2 .sp-slider-btn-text {

}

body .sppb-btn.sppb-btn-secondary:hover,
body .sppb-sp-slider-button-2 .sp-slider-btn-text:hover {

}

body .sppb-btn.sppb-btn-dark {
}

body .sppb-btn.sppb-btn-dark:hover::before {
}

body .sppb-btn.sppb-btn-link {
background: transparent;
padding: 0 !important;
min-width: unset !important;
}

body .sppb-btn.sppb-btn-link i {

}

body .sppb-btn.sppb-btn-link:before,
body .sppb-btn.sppb-btn-link:after {display: none;}
 
.sppb-btn-block {
	width: 100% !important;
}

.sppb-addon-single-image-container {overflow: visible !important;}

.full-width-image .sppb-addon-single-image-container {width: 100%; display: block !important;}
.full-width-image .sppb-addon-single-image-container 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.sppb-addon-popover .sppb-marker {
	background: var(--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(--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;
}

.addon-root-person > div {overflow: hidden;}

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

#sp-logo-category-section {
	position: relative;
	z-index: 1000;
}

.sticky-style > .sppb-column-addons > .sppb-addon-wrapper {
	position: -webkit-sticky !important;
	position: sticky !important;
	top: 100px;
}

/* HEADER */

#sp-header {
	height: auto;
	padding: 10px 20px;
  box-shadow: none;
  transition: 0.4s ease-in-out;
}

#sp-header.header-sticky {
transition: all 0.9s;
  background-color: var(--white);
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  box-shadow: var(---box-shadow);
}

@media (max-width: 992px) {
#sp-header, #sp-header.header-sticky {}
}

@media (max-width: 768px) {
#sp-header {

}
}

#sp-header > .row {
	z-index: 1;
}

#sp-header #sp-logo > div {
	flex-direction: row-reverse;
	justify-content: flex-end;
	gap: 25px;
}

@media (max-width: 1400px) {
#sp-header #sp-logo .sp-module  {
	display: none;
}	
}

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

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

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

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

.sp-megamenu-parent > li + li > a {
margin-left: 35px;
}

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

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

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span,
.sp-megamenu-parent > li:last-child > a {
font-size: 16px;
  font-weight: 600;
  color: var(--header);
  padding: 20px 0;
  text-align: left;
  position: relative;
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
  line-height: 30px;
}

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

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

.sp-megamenu-parent > li > a > span {
	margin-right: 5px;
}

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

@media (max-width: 1200px) {
.sp-megamenu-parent > li > a > span {
	display: none;
}
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  background: var(--white);
  box-shadow: 0px 0px 40px 0px rgba(11, 13, 17, 0.08);
  transition: all 0.4s ease-in-out;
  padding: 30px 30px;
}

.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 {
font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  padding: 0;
  color: var(--header);
}

.sp-megamenu-parent .sp-dropdown li:not(:last-child) {
	padding-bottom: 15px;
}

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

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

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

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

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

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

.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(--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, #sp-banner {
	position: relative; 
}

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

#sp-banner {z-index: 2;}

#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 700px;
  position: relative;
background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  text-align: center;
  background-color: #031F42;
}

.com_splms:not(.view-teachers, .view-teacher) .sp-page-title,
.no-banner-img .sp-page-title,
.com_hikashop .sp-page-title {
padding: 120px 0 120px;
}

body:not(.com_splms:not(.view-teachers, .view-teacher), .no-banner-img, .com_hikashop) .sp-page-title:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	content: "";
	background-color: var(--white);
	top: 67%;
}

@media (max-width: 1200px) {
.sp-page-title {
padding: 100px 0;
}
body .sp-page-title:before {
	display: none;
}
}

.sp-page-title .sp-page-title-heading {
font-size: 55px;
font-weight: 600;
  line-height: 1;
  margin-bottom: 0px;
  z-index: 5;
  position: relative;
}

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

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

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

.sp-page-title .breadcrumb,
.breadcrumb {
  margin: 0;
  justify-content: center;
  position: relative;
  z-index: 9;
  color: var(--color-white);
  font-family: var(--font-family-base);
  width: 100%;
  margin: 25px 0 0;
  padding: 0px;
  list-style: none;
}

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


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


.sp-page-title .breadcrumb > li > a,
.breadcrumb > li > a {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-transform: capitalize;
  color: var(--color-white);
}

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

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

.sp-page-title .breadcrumb > li + li::before,
.breadcrumb > li + li::before {
  font-size: 20px;
  font-weight: 400;
  color: var(--color-white);
}

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

.sp-page-title .breadcrumb > .active span,
.breadcrumb > .active span {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-transform: capitalize;
  color: var(--fourthcolor);
}

@media (max-width: 768px) {
	.sp-page-title .breadcrumb > li > a,
.breadcrumb > li > a,
.sp-page-title .breadcrumb > .active span,
.breadcrumb > .active span {
  font-size: 14px;
  line-height: 24px;
}
.sp-page-title .breadcrumb > li + li::before,
.breadcrumb > li + li::before {
  font-size: 14px;
}
}

/* */

#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,
.com-splms #sp-main-body  {
	padding: 100px 0 100px;
}

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


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

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


/* SIDEBAR */

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

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

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

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

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

/* */

/* CUSTOM CLASS */

.com-content .fa, .com-content .far, .com-content .fas,
.com-spsimpleportfolio .fa, .com-spsimpleportfolio .far, .com-spsimpleportfolio .fas,
.com-users .fa, .com-users .far, .com-users .fas,
.com-hikashop .fa, .com-hikashop .far, .com-hikashop .fas,
.com-tags .fa, .com-tags .far, .com-tags .fas,
.com-search .fa, .com-search .far, .com-search .fas,
.com-finder .fa, .com-finder .far, .com-finder .fas {
	font-family: "Font Awesome 5 Pro";
}

.section-overlay, 
.section-overlay .sppb-column, .section-overlay .sppb-column-addons {z-index: unset !important;}

.swiper-dot.bg-blue .swiper-pagination-bullet {
	background: var(--maincolor);
}

@media (max-width: 1199px) {
  .footer-section-5 {
    background-color: var(--maincolor);
  }
}

/* */

/* LOGIN & REGISTRATION */

.login .col-lg-4,
.registration .form-validate {
background-color: var(--bg);
  border: 1px solid var(--maincolor);
  border-radius: 10px;
  padding: 60px 110px;
  position: relative;
  z-index: 9;
}

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


.login-description,
.registration legend {
font-size: 30px;
font-weight: 600;
color: var(--header);
line-height: 1.2;
text-align: center;
margin-bottom: 30px;
}

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

.registration .spacer {display: none;}

.login label,
.registration label {
	font-weight: 500;
  display: inline-block;
  margin-bottom: 5px;
  color: #031F42;
}

.login .form-control,
.registration .form-control {
padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 18px;
  padding-bottom: 18px;
outline: none;
resize: none;
border-radius: 0;
font-size: 16px;
font-weight: 700;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
-o-border-radius: 10px;
border: 1px solid rgb(209, 213, 219);
background: #fff;
height: auto;
width: auto;
	padding: 16px 30px;
	border: none;
	outline: none;
	font-size: 16px;
	font-weight: 400;
	border-radius: 7px;
	color: var(--text);
	border: 1px solid rgba(0, 91, 255, 0.2);
}

.form-control.validate-username,
#jform_name,
#jform_email1 {width: 100%;}

.login .form-control:focus,
.registration .form-control:focus {
	border-color: var(--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(--maincolor);
	background-color: transparent;
	border: none;
}

.login .btn:hover,
.com-users-registration__register:hover {
	background-color: var(--header) !important;
}

/* */

/* SP LMS */

.splms-courses-filters-top #splms-courses-filters-form {
	margin: 0 0 30px;
	display: flex;
	align-items: center;
}

.splms-course-filter-terms > input[type="text"]:not(.form-control),
.splms-courses-filters-top .filter-toggler {
	padding: 14px 20px !important;
	font-size: 16px;
	text-transform: capitalize;
	border-radius: 0;
	background-color: transparent;
	border: 1px solid #E6EFFF;
	border-radius: 10px;
	box-shadow: 10px 4px 30px 0px rgba(175, 175, 175, 0.2) !important;
	width: initial;
	line-height: 30px;
}

.splms-course-filter-categories {margin-left: auto;}

.splms-courses-list .splms-course {
background-color: var(--white);
  border-radius: 7px;
  border: 1px solid var(--border);
  transition: all 0.4s ease-in-out;
}

.splms .splms-common-overlay-wrapper {
	padding: 5px 5px 0 5px;
}

.splms .splms-common-overlay-wrapper img {
	width: 100%;
	transform: none !important;
	border-radius: 7px;
}

.splms .splms-common-overlay {
	background-color: transparent;
}

.splms-course-info {
	padding: 25px 30px;
}

.splms-courses-title a {
	display: flex;
	flex-direction: column-reverse;
	font-size: 22px;
	align-items: start;
}

.splms-courses-title small {
	display: inline-block;
	padding: 8px 10px;
	align-items: center;
	background-color: var(--bg);
	font-weight: 500;
	font-size: 14px;
	color: var(--maincolor);
	line-height: 1;
	border-radius: 7px;
	margin-bottom: 20px;
}

.splms-course-teacher {
	margin: 0;
margin-top: 15px;
  padding-bottom: 25px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid var(--border);
  padding-bottom: 25px;
}

.splms-course-teacher a {
	font-size: 14px;
  font-weight: 500;
  color: var(--header);
}

.splms-course-info .splms-course-short-info {
	display: none;
}

.splms-course-meta {
	margin-top: 20px
}

.splms-course-info .splms-course-meta > ul {
display: flex;
  align-items: center;
  justify-content: space-between;
}

.splms-course-info .splms-course-meta > ul > li,
ul.course-info > li {
font-size: 14px;
  color: var(--header);
}

.splms-course-info .splms-price-box del {
	opacity: 1;
}

.splms-sale-price {
	color: var(--maincolor);
	font-weight: 600;
}

.splms-course-discount-price {
	background: var(--maincolor);
	border-radius: 10px;
}

/* Sidebar */

.splms-sidebar {
	border-radius: 7px;
  border: 1px solid var(--border);
  background: #F4F9FF;
  padding: 30px;
  margin-bottom: 20px;
}

.splms-sidebar .sidebar-title {display: none;}

.splms-sidebar .splms-courses-filters > div:not(:last-child) {
  margin-bottom: 30px;
}

.splms-sidebar .splms-course-filter-terms {position: relative;}

.splms-sidebar .splms-course-filter-terms:after {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translatey(-50%);
  font-size: 18px;
  height: 100%;
  color: var(--header);
  text-align: center;
  transition: all 0.3s ease-in-out;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "\f002";
  display: flex;
  align-items: center;
}


.splms-sidebar .splms-course-filter-terms > input[type="text"]:not(.form-control) {
	background-color: var(--white);
  padding: 16px 20px !important;
  width: 100%;
  border: none;
  color: var(--header);
  font-size: 14px;
  line-height: 1;
  border: 1px solid var(--maincolor);
  border-radius: 7px;
  box-shadow: none;
}

.splms-sidebar .splms-courses-filters > div > h4 {
	font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(0, 91, 255, 0.1);
  padding-bottom: 20px;
  display: block;
}

.splms-courses-filters ul li {
	font-weight: 400;
  color: var(--text);
  font-size: 14px;
}

.splms-courses-filters ul li label {
	display: flex;
	align-items: center;
	gap: 1rem;
	position: relative;
}

.splms-courses-filters ul li input {
    appearance: none;
height: 20px;
  width: 20px;
  border-radius: 5px;
  border: 1px solid rgba(0, 91, 255, 0.15);
    cursor: pointer;
	background-color: var(--white);
}

.splms-courses-filters ul li input:checked {
    background-color: var(--maincolor);
    border-color: var(--white);
}

.splms-courses-filters ul li span:after {
content: "\f00c";
  font-family: "Font Awesome 5 Pro";
    position: absolute;
    top: 8px;
    left: 7px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
	color: transparent;
    border-color:  var(--white);
}

.splms-courses-filters ul li input:checked + .splms-courses-filters ul li span:after {
content: "\f00c";
    position: absolute;
    top: 4px;
    left: 4px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    background-color: transparent;
    border-color: var(--white);
}

/* List Style */

@media (min-width: 768px) {
.course-list .splms-courses-list .splms-course {
display: flex;
gap: 50px;
flex-direction: row;
}
.course-list .splms-courses-list .splms-common-overlay-wrapper {
	max-width: 290px;
	position: relative;
}
.course-list .splms-courses-list .splms-common-overlay-wrapper img {
	height: 100%;
	object-fit: cover;
}
}

.course-list .splms-shuffle {overflow: visible !important;}

.course-list .splms-courses-list .splms-course {
	position: relative;
	z-index: 1;
}

.course-list .splms-courses-list .splms-course:hover {
	box-shadow: 10px 4px 60px rgba(0, 91, 255, 0.2);
}

.course-list .splms-courses-list .splms-course:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-top: 1px solid var(--maincolor);
	border-left: 1px solid var(--maincolor);
	transition: 0.5s;
	opacity: 0;
	visibility: hidden;
	transform: initial;
	border-radius: 7px;
	z-index: -1;
}

.course-list .splms-courses-list .splms-course:after {
	position: absolute;
	content: "";
	bottom: 0;
	right: 0;
	width: 0;
	height: 0;
	border-bottom: 1px solid var(--maincolor);
	border-right: 1px solid var(--maincolor);
	transition: 0.5s;
	opacity: 0;
	visibility: hidden;
	border-radius: 7px;
	z-index: -1;
}

.course-list .splms-courses-list .splms-course:hover::before {
	width: 100%;
	height: 100%;
	visibility: visible;
	opacity: 1;
	transform: initial;
	transform-origin: initial;
}

.course-list .splms-courses-list .splms-course:hover::after {
	width: 100%;
	height: 100%;
	visibility: visible;
	opacity: 1;
}

.course-list .splms-course-info .splms-course-short-info {
	display: block;
}

.course-list .splms-course-teacher {
	display: none;
}

/* Course Details */

.splms-course {
	display: flex;
	flex-direction: column;
}

.splms.course-details .course-header {
	order: 1;
}

.splms-course-banner {
	order: 2;
}

.splms-course-description {
	order: 3;
}

.splms-course-introduction {
	order: 4;
}

.course-lessons {
	order: 5;
}

.splms-course-teachers {
	order: 6;
}

.splms-similar-courses {
	order: 7;
}

.user-reviews {
	order: 8;
}

.splms.course-details .course-thumbnail img {
	width: 100%;
	border-radius: 10px;
}

.splms.course-details .course-header {
	margin-top: 0px;
	margin-bottom: 30px;
}

.course-short-info {
	display: flex;
	flex-direction: column;
	flex-flow: wrap;
}

.splms.course-details .course-header h2.course-title {
	font-size: 55px;
	order: 1;
}

ul.course-info {
	order: 2;
-ms-flex: 0 0 70%;
flex: 0 0 70%;
max-width: 70%;
}

.splms.course-details .splms-course-teacher {
	border-bottom: 0;
	padding-bottom: 0;
}

.view-splms-course.course-details .course-header .course-short-info .rating-star {
	order: 3;
-ms-flex: 0 0 30%;
flex: 0 0 30%;
max-width: 30%;
text-align: right;
}

.view-splms-course.course-details .apply-now {
	margin-top: 0px;
}

.splms.course-details .course-header .apply-now .btn {
	padding: 16px 24px 16px 24px;
}

.splms-course-description {
	margin-top: 32px;
}

.splms-course-description h3,
.splms-title,
.splms-section-title,
.course-lessons h3,
.splms-course-teachers h3,
.title-wrap h3 {
	font-size: 27px;
	margin-bottom: 20px;
}

.list-item li {
	font-size: 16px;
	font-weight: 500;
	color: var(--header);
}

.list-item li:not(:last-child) {
  margin-bottom: 10px;
}

.list-item li:before {
  color: var(--maincolor);
  margin-right: 7px;
  content: "\f058";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}

.splms-course-intro {display: none;}

.splms .splms-course-introduction {
	padding-top: 40px;
}

.splms-social-share-icons li a {
	color: var(--maincolor);
}

.course-lessons .card {
margin-bottom: 15px;
  border: 1px solid var(--border);
  border-radius: 7px;
}

.course-lessons .card-header {
font-size: 18px;
  line-height: 1;
  font-weight: 500;
  box-shadow: none;
  border-radius: 0 !important;
  padding: 20px 30px;
  font-family: "Sora", system-ui;
  color: var(--header);
  background-color: #F4F9FF;
  border-bottom: 1px solid var(--border);
  position: relative;
}

.course-lessons .card-header.collapsed {
  background-color: transparent;
  color: var(--header);
}

.course-lessons .card-header:before {
  position: absolute;
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  top: 18px;
  right: 30px;
  font-size: 16px;
  text-align: center;
  transition: all 0.4s ease-in-out;
  color: var(--header);
}

.course-lessons .card-header.collapsed:before {
  content: "\f054";
  color: var(--header);
  background-color: transparent;
}

.course-lessons .card-body {
	padding: 0;
}

.splms.course-details .course-lessons li, .splms.course-details .splms-course-quizzes li, .splms-lesson-details .course-lessons li {
  padding: 18px 30px;
  border-bottom: 1px solid var(--border);
}

.splms.course-details .course-lessons li::before, .splms.course-details .splms-course-quizzes li::before, .splms-lesson-details .course-lessons li::before {
	display: none;
}

.splms.course-details .course-lessons li:hover, .splms.course-details .splms-course-quizzes li:hover, .splms-lesson-details .course-lessons li:hover, .splms-lesson-details .course-lessons li.active {
	margin-left: 0;
}

.splms.course-details .splms-course-teacher {
	flex-direction: column;
}

.splms.course-details .splms-course-teacher img {
	border-radius: 10px;
}

.splms.course-details  .splms-course-teachers h4 a {
	font-size: 22px;
  font-weight: 600;
  margin-top: 10px;
  display: block;
}

.splms-similar-courses .splms-courses-list .splms-course > a {
padding: 5px 5px 0 5px;
  position: relative;
  display: block;
}

.splms-similar-courses .splms-courses-list .splms-course > a img {border-radius: 7px;}

.splms .splms-similar-courses .splms-course .splms-content-wrap {
	padding: 25px 30px;
	display: flex;
	flex-direction: column;
	align-items: start;
}

.splms .splms-similar-courses .splms-course .splms-content-wrap .splms-course-title {order: 2;}
.splms .splms-similar-courses .splms-course .splms-content-wrap .splms-course-cat {order: 1;}
.splms .splms-similar-courses .splms-course .splms-content-wrap .splms-course-time {order: 3;}
.splms .splms-similar-courses .splms-course .splms-content-wrap .splms-course-details-btn {order: 4;}

.splms .splms-similar-courses .splms-course .splms-content-wrap .splms-course-cat {
	display: inline-block;
	padding: 8px 10px;
	align-items: center;
	background-color: var(--bg);
	font-weight: 500;
	font-size: 14px;
	color: var(--maincolor);
	line-height: 1;
	border-radius: 7px;
	margin-bottom: 20px;
}

.splms .splms-similar-courses .splms-course .splms-content-wrap .splms-course-title {
	font-size: 22px;
	font-weight: 600;
}

.user-reviews .reviews-menu {
	margin-top: 30px;
}

/* Lesson */

.lesson-video {
	margin-bottom: 35px;
}

.splms-lesson-description h2 {
font-size: 32px;
  margin-bottom: 20px;
  font-weight: bold;
}

.splms-lesson-teacher-wrapper .splms-lesson-teacher-info-title {
font-size: 27px;
  margin-bottom: 20px;
  font-weight: bold;
}

.splms-lesson-teacher-wrapper .splms-row {
	align-items: center;
}

.splms-lesson-teacher-wrapper .splms-lesson-teacher-name {
font-size: 35px;
  margin-bottom: 15px;
  font-weight: 600;
}

.splms-lesson-teacher-wrapper ul.teachers-details {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.splms-lesson-teacher-wrapper ul.teachers-details > li:nth-child(1) {order: 1;}
.splms-lesson-teacher-wrapper ul.teachers-details > li:nth-child(2) {order: 2;}
.splms-lesson-teacher-wrapper ul.teachers-details > li:nth-child(3) {order: 4;}
.splms-lesson-teacher-wrapper ul.teachers-details > li:nth-child(4) {order: 3;}

.splms-lesson-teacher-wrapper ul.teachers-details > li {
	margin-bottom: 0px;
	font-size: 18px;
  font-weight: 400;
}

.splms-lesson-teacher-wrapper ul.teachers-details > li > a {color: var(--maincolor);}

.splms ul.splms-social-icon-list {
	list-style: none;
	margin: 10px 0;
}

.splms ul.splms-social-icon-list li a {
width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 16px;
  display: block;
  color: #5B6D84;
  transition: all 0.4s ease-in-out;
  text-align: center;
  border: 1px solid var(--border);
  border-radius: 50%;	
}

.splms ul.splms-social-icon-list li a:hover {
	background-color: var(--fourthcolor);
	color: var(--header);
	border: 1px solid transparent;
}

/* Teachers */

.splms-teachers-filter {display: none;}

.splms.splms-persons .splms-person-details {
  border-radius: 10px;
  text-align: center;
}

.splms.splms-persons .splms-person-details::after {
	display: none;
}
.splms.splms-persons .splms-person-img {
  border-radius: 10px;
}

.splms.splms-persons .splms-person-details:hover .splms-person-img {
	transform: scale(1.1);
}

.splms-person-content {display: none;}

.splms.splms-persons .splms-person-info {
	position: relative;
	z-index: 2;
	background: #fff;
	padding: 20px 0px 0px;
	color: inherit;
}

.splms.splms-persons .splms-person-info .splms-person-title {
	display: block;
font-size: 20px;
  font-weight: 600;
	line-height: 1.2;
	color: var(--header);
	margin-bottom: 0;
}

.splms.splms-persons .splms-persion-social-icons {
	margin: 0;
	height: 0;
	padding: 15px 30px;
	background-color: var(--white);
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 25px;
	position: absolute;
  top: -60px;
	left: 50%;
	transform: translateX(-50%);
	line-height: 1;
	border-radius: 10px;
	visibility: hidden;
	transition: all 0.4s ease-in-out;
	z-index: 1;
	height: auto;
}

.splms.splms-persons .splms-person-details:hover .splms-persion-social-icons {
	height: auto;
  visibility: visible;
  top: -70px;
}

.splms.splms-persons .splms-persion-social-icons > li {
	margin: 0;
}

.splms.splms-persons .splms-persion-social-icons > li > a {
	font-size: 14px;
	color: var(--text);
}

.splms.splms-persons .splms-persion-social-icons > li > a:hover,
.splms.splms-persons .splms-person-info .splms-person-title:hover {
	color: var(--maincolor);
}

/* Single Teacher */

.splms-person-profile-image img {
  border-radius: 10px;
}

.splms.splms-person .splms-persion-social-icons {
	margin: 0;
	margin-bottom: 40px;
  gap: 15px;
  position: relative;
  z-index: 9;
  align-items: center !important;
  display: flex !important;
}

.splms.splms-person .splms-persion-social-icons > li {
	margin: 0;
}

.splms.splms-person .splms-persion-social-icons > li > a {
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 16px;
	display: block;
	color: #5B6D84;
	transition: all 0.4s ease-in-out;
	text-align: center;
	border: 1px solid var(--border);
	border-radius: 50%;
}

.splms.splms-person .splms-persion-social-icons > li > a:hover {
	background-color: var(--fourthcolor);
	color: var(--header);
	border: 1px solid transparent;
}

.splms-teacher-contact-form label {display: none;}

.splms-teacher-contact-form input[type="text"]:not(.form-control),
.splms-teacher-contact-form input[type="email"]:not(.form-control),
.splms-teacher-contact-form input[type="tel"]:not(.form-control),
.splms-teacher-contact-form textarea,
.splms-teacher-contact-form textarea:focus {
	padding: 16px 30px !important;
	border: none;
	outline: none;
	background-color: var(--bg);
	width: 100%;
	font-size: 16px;
	font-weight: 500;
	text-transform: capitalize;
	color: var(--text);
	height: 62px;
}

.splms-teacher-contact-form textarea,
.splms-teacher-contact-form textarea:focus {height: auto;}

.splms-teacher-contact-form input::placeholder,
.splms-teacher-contact-form textarea::placeholder {
	color: #999 !important;
}

.splms.view-splms-teacher .splms-teacher-name {
font-size: 35px;
  margin-bottom: 15px;
}

.splms.view-splms-teacher .splms-teacher-designation {
	margin-top: 0px;
	margin: 0;
font-size: 18px;
  font-weight: 400;
}

.splms-teacher-information {
	margin-bottom: 50px;
  margin-top: 30px;
}

.splms-teacher-information li {
	color: var(--header);
	font-weight: 600;
}

.splms-teacher-information li span,
.splms-teacher-information li a {
	color: var(--maincolor);
	font-weight: 500;
}

.splms-teacher-toggle-follow {margin-bottom: 50px;}

/* */

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

.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;
 border-radius: 0;
}

.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;
  border-radius: 0;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.blog-grid .article-list .article .article-intro-image img:nth-child(2), .blog-grid .article-list .article .article-featured-video img:nth-child(2), .blog-grid .article-list .article .article-featured-audio img:nth-child(2), .blog-grid .article-list .article .article-feature-gallery img:nth-child(2), .blog-grid.sppb-addon-articles .sppb-addon-article .sppb-article-img-wrap img:nth-child(2), .blog-grid .sppb-articles-carousel-img img:nth-child(2) {
position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  visibility: hidden;
  height: 100%;
  width: 0;
  transition: 1s;
  overflow: hidden;
}

.blog-grid .article-list .article .article-intro-image img, .blog-grid .article-list .article .article-featured-video img, .blog-grid .article-list .article .article-featured-audio img, .blog-grid .article-list .article .article-feature-gallery img, .blog-grid.sppb-addon-articles .sppb-addon-article .sppb-article-img-wrap img, .blog-grid .sppb-articles-carousel-img img {
	width: 100%;
	height: 100%;
	position: relative;
	display: block;
	object-fit: cover;
transition: 0.5s;
  border-radius: 6px;
}

.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 {

}

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

}

.blog-grid .article-list .article:hover .article-intro-image img:nth-child(2), .blog-grid .article-list .article:hover .article-featured-video img:nth-child(2), .blog-grid .article-list .article:hover .article-featured-audio img:nth-child(2), .blog-grid .article-list .article:hover .article-feature-gallery img:nth-child(2), .blog-grid.sppb-addon-articles .sppb-addon-article:hover .sppb-article-img-wrap img:nth-child(2), .blog-grid .sppb-articles-carousel-column:hover .sppb-articles-carousel-img img:nth-child(2) {
width: 100%;
  visibility: visible;
}

.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;
  padding: 0;
padding-top: 30px;
}

.blog-grid .article-body,
.blog-grid.sppb-addon-articles .sppb-addon-article-layout-content .sppb-article-info-wrap,
.blog-grid .sppb-articles-carousel-content {
padding-top: 25px;
}

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

.article-list .article .article-header h2,
.sppb-article-info-wrap h3,
.sppb-articles-carousel-link {
position: relative;
  display: block;
line-height: 1.4;
  font-size: 36px;
  font-weight: 600;
  color: var(--header);
  margin-bottom: 15px;
}

.blog-grid .article-list .article .article-header h2,
.blog-grid .sppb-article-info-wrap h3,
.blog-grid .sppb-articles-carousel-link {
font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
margin-bottom: 20px;
}


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

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

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

.article-list .article .article-info,
.sppb-addon-articles .sppb-article-meta,
.sppb-articles-carousel-meta {
order: 1;
margin: 0;
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 25px;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.sppb-addon-articles .sppb-article-meta {
	flex-direction: row-reverse;
	justify-content: flex-end;
}

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

.blog-grid .article-info > span,
.blog-grid.sppb-addon-articles .sppb-article-meta > span,
.blog-grid .sppb-articles-carousel-meta-category a,
.blog-grid .sppb-articles-carousel-meta-date, 
.blog-grid .sppb-addon-articles .sppb-article-meta > time {
font-size: 16px;
  font-weight: normal;
  line-height: 28px;	
}

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

.article-info > span a:hover {color: var(--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 5 Pro" !important;
color: var(--maincolor);
}

.blog-grid .article-info > span:before,
.blog-grid.sppb-addon-articles .sppb-article-meta > span:before,
.blog-grid .sppb-articles-carousel-meta-date:before,
.blog-grid .sppb-articles-carousel-meta-category a:before, 
.blog-grid.sppb-addon-articles .sppb-article-meta > time:before {
	font-weight: 300;
}

.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: "\f07b";}
.article-info > span.hits:before {content: "\f06e";}

.blog-grid.com-content:not(.view-article) .article-info > span.published:before, .blog-grid .sppb-article-meta > span.sppb-meta-date:before, .blog-grid .sppb-articles-carousel-meta-date:before, .blog-grid.sppb-addon-articles .sppb-article-meta > time:before {
	display: none;
}

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

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

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

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

.article-list .article .readmore a, .sppb-readmore {

}

.blog-grid .article-list .article .readmore a, .blog-grid .sppb-readmore {
	background: transparent;
	padding: 0;
	background-image: linear-gradient(var(--maincolor), var(--maincolor));
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline-block;
  transition: all 0.4s ease-in-out;
  text-transform: capitalize;
  line-height: 28px;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  display: inline-block;
  color: var(--text);
  margin-top: 0 !important;
}

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

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

.blog-grid .article-list .article .readmore a:after, .blog-grid .sppb-readmore:after {
margin-left: 5px;
  transition: all 0.4s ease-in-out;
font-family: "Font Awesome 5 Pro";
  font-weight: 400;
content: "\f324";
transform: none;
position: static;
display: inline-block;  
width: auto;
height: auto;
background: transparent;
}

.pagination:not(ul) {
	justify-content: center;
}

ul.pagination {
	display: flex;
justify-content: space-between;
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;
}

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

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

.articles-more .list-group-item {
position: relative;
  background-color: var(--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(--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;
	border: 2px solid rgba(167, 188, 255, 0.231372549);
  padding: 30px;
}

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

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

.article-details .article-info {
	order: 3;
margin-top: 1rem;
margin-bottom: 15px;
  gap: 25px;
}

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

.article-details .article-header h1, .article-details .article-header h2 {
line-height: 1.4;
  font-size: 36px;
  font-weight: 600;
}

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

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

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

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

.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;
  color: var(--header);
font-size: 22px;
line-height: 1.2;
  font-weight: 600;
  margin-bottom: 25px;
}

.tags > li {
	margin: 0;
}

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

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

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

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

.article-social-share .social-share-icon:before {
content: "Social Share";
display: block;
  margin: 0px;
  padding: 0;
  color: var(--header);
font-size: 22px;
line-height: 1.2;
  font-weight: 600;
  margin-bottom: 25px;
}

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

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

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

.article-social-share .social-share-icon ul li a {
font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  width: auto;
  height: auto;
  border: none;
  color: var(--header);
}

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

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

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


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

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

.article-details .pagenavigation {
	order: 6;
width: 100%;
margin-top: 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(--maincolor);
}

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

/* */

/* SHOP */

@media (min-width: 992px) and (max-width: 1200px) {
}

@media (max-width: 992px) {
}

@media (max-width: 575px) {
}

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

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

.hikashop_products_pagination .pagination {
	width: 100%;
max-width: 50%;
font-size: 16px;
  font-weight: 400;
color: var(--header);
}

.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-size: 16px;
  font-weight: 400;
background: transparent;
}

.hikashop_results_counter {
font-size: 16px;
  font-weight: 400;
}

.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 > * {
	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 !important;
	position: relative;
}

.hikashop_product_image {
position: relative;
  z-index: 1;
  order: 1;
  margin-bottom: 20px;
  width: 100%;
  overflow: hidden;
}

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

.hikashop_product_image img {
transition: all 0.4s ease-in-out;
  object-fit: contain;
	width: 100%;
  height: 100%;
  border-radius: 0;
}

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

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

.hikashop_product_discount {
font-size: 16px;
  font-weight: 600;
  background-color: var(--thirdcolor);
  padding: 4px 6px;
  border-radius: 3px;
  color: var(--header);
	transition: all 0.4s ease-in-out;
}

span.hikashop_product_price_before_discount {
color: var(--thirdcolor);
  font-size: 14px;
  font-weight: 600;
	transition: all 0.4s ease-in-out;
}

.hikashop_product_price {
font-size: 16px;
  font-weight: 700;
  color: var(--maincolor);
}

.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 {
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;  
font-size: 18px;
font-weight: 600;
color: var(--header);
line-height: 1.2;
}

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

.hikashop_product_vote {
	order: 4;
	position: relative;
	z-index: 1;
  width: 100%;
  display: flex;
-ms-flex: 0 0 40%;
flex: 0 0 40%;
max-width: 40%;
  margin-top: 8px;
  align-items: center;
}

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


.hikashop_listing_img_title button.sppb-btn {
	order: 5;
	margin-top: 20px;
	background-color: var(--bg);
	width: 100%;
  justify-content: center;
  padding: 16px 30px;
  gap: 10px;
  color: var(--header);
}

.hikashop_listing_img_title button.sppb-btn:before, .hikashop_listing_img_title button.sppb-btn:after {
	background-color: var(--maincolor);
}

body .hikashop_listing_img_title  a.sppb-btn {
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	cursor: pointer;
	background-color: var(--white);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	line-height: 40px;
	position: absolute;
	top: 26px;
	right: 26px;
	font-size: 0;
  padding: 0;
	color: var(--header);
}

body .hikashop_listing_img_title  a.sppb-btn:hover {
	background-color: var(--maincolor);
	color: var(--white);
}

body .hikashop_listing_img_title  a.sppb-btn:before {
	content: "\f004";
  transition: all 0.4s ease-in-out;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  transform: none;
  font-size: 16px;
  background: transparent;
  padding: 0;
  position: static;
  width: auto;
  height: auto;
}

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

body .hikashop_listing_img_title:hover a.sppb-btn {
-webkit-transform: scaleX(1);
  transform: scaleX(1);
}

@media (max-width: 768px) {
.hikashop_product_price_full,
.hikashop_product_vote {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
}

/* List Layout */

.shop-list .hikashop_products_listing .hikashop_listing_img_desc {
	border: 1px solid var(--border);
	border-radius: 10px;
	padding: 30px;
}

.shop-list .hikashop_products_listing .hk-row-fluid {align-items: center;}

.shop-list .hikashop_products_listing .hikashop_product_name a {
font-size: 30px;
  margin-bottom: 20px;
  display: block;
}

.shop-list .hikashop_products_listing .sppb-btn {margin-top: 10px;}


/* Single Product */

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

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

.hikashop_product_page div.hikashop_small_image_div {
	display: flex;
	gap: 20px;
}

@media (min-width: 1200px) {
.hikashop_global_image_div {
	flex-direction: row;
}
.hikashop_product_page div.hikashop_small_image_div {
	flex-direction: column;
}
.hikashop_product_main_image {
	width: 470px;
	height: 441px;
}
}

.hikashop_product_page div.hikashop_small_image_div a,
.hikashop_product_page div.hikashop_small_image_div a.hikashop_active_thumbnail {
	border: 0;
	background-color: rgba(var(--color-dark-black-rgb), 0.3);
  border: 1px solid var(--color-dark-black-three);
}

img.hikashop_child_image {
	max-height: 100px;
  max-width: 85px;
	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;
	border-radius: 5px;
}

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

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

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

.hikashop_product_main_image {
	margin-bottom: 20px;
	position: relative;
  overflow: hidden;
background-color: rgba(var(--color-dark-black-rgb), 0.3);
  border: 1px solid var(--color-dark-black-three);
}

.hikashop_product_main_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transform: scale(1.001);
	transition: 0.3s ease-in-out;
	margin: 0 !important;
	border-radius: 5px;
}

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

.hikashop_product_page .hk-rating {
	margin: 0;
display: flex;
gap: 5px;
margin-top: 15px;
  align-items: center;
  border-bottom: 1px solid var(--border);
  padding-bottom: 25px;
}

.hikashop_product_top_part h1 {
font-size: 48px;
font-weight: 600;
color: var(--header);
line-height: 1.2;
}

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

.hikashop_product_page .hikashop_product_price_full .hikashop_product_discount {
	order: 1;
  padding: 5px 6px;
}

.hikashop_product_page .hikashop_product_right_part .hikashop_product_price_full .hikashop_product_price {
	order: 2;
  font-style: normal;
	transition: all 0.4s ease-in-out;
	margin-top: 30px;
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
}

.hikashop_product_page .hikashop_product_price_full .hikashop_product_price_before_discount {
	order: 3;
	font-size: 20px;
  font-weight: 500;
}

.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_quantity_main {
	margin: 0;
	margin-top: 30px;
	padding-top: 40px;
	border-top: 1px solid var(--border);
	margin-bottom: 40px;
}

.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: 50px;
  border: 1px solid #E4E4E5;
  border-radius: 10px;
}

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

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

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

.hikashop_product_page .tags {margin-bottom: 0 !important;}

.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;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1.4;
  font-weight: 700;
  color: var(--text);
}

.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: var(--text);
}

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

.hikashop_product_bottom_part {
	margin-top: 110px !important;
	margin-bottom: 55px;
}

.hikashop_tabs_ul {
	margin: 0;
	margin-bottom: 40px !important;
	margin-top: 0px;
	border-bottom: 0;
	border: 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 60px;
	border-bottom: 1px solid #dddddd;
  padding-bottom: 18px;
}

@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: 20px;
  font-weight: 600;
  line-height: 26px;
  color: var(--color-white);
}

.hikashop_tabs_li_selected {
  background-color: transparent !important;
  color: var(--maincolor) !important;
}

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

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

.long-description h3 {
	margin-bottom: 15px;
}

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

@media(max-width: 992px) {
.description-list-items {
  gap: 30px;
}	
}

@media(max-width: 768px) {
.description-list-items {
  flex-direction: column;
}	
}

.description-list li {
  font-size: 16px;
  text-transform: capitalize;
  color: var(--header);
  font-weight: 600;
}

.description-list li:not(:last-child) {
  margin-bottom: 15px;
}

.description-list li:before {
  color: var(--secondcolor);
  margin-right: 10px;
  font-weight: 600;
  font-family: "Font Awesome 5 Pro";
  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;
  color: var(--color-white);
  background-clip: padding-box;
   border: 1px solid #E4E4E5;
  -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;
}

.hikashop_vote_form .hikashop_comment_textarea:focus {
	color: inherit;
	outline: none;
	outline-offset: 0px;
	box-shadow: none;
}

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

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

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

.hikashop_product_page .hikashop_submodules form {
  display: none;
}

/* Checkout */



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

#hikashop_checkout input,
#hikashop_checkout select {
	border: 1px solid var(--border);
  border-radius: 5px;
}

#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(--color-dark-black);
	border-radius: 0;
}

.hikashop_checkout_buttons .buttons_right {
	float: none;
}

.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%;
	color: var(--header);
}

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

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

.hikashop_cart table {border: none !important;}

.hikashop_cart table thead tr {
	border-bottom: 5px solid var(--color-dark-black) ;
}

.hikashop_cart table tbody tr {
	border-bottom: 15px solid var(--color-dark-black) ;
}

.hikashop_cart table tfoot tr {
	border-bottom: 15px solid var(--color-dark-black) ;
}

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

.hikashop_cart_module .hikashop_product_price {width: 100%;}

.hikashop_cart_module_product_name_value a {
		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;
  display: block;
}

.hikashop_cart_module .sppb-btn {
	padding: 13px 35px;
	font-size: 12px;
	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(--header);
}

/* */

/* ANIMATION */

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes scrolly {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-60%);
  }
}
@keyframes scrolls {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}

@keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes arryUpDown {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(10px);
  }
}
.animation__arryUpDown {
  animation: arryUpDown 2s ease infinite alternate;
}

@keyframes arryLeftRight {
  0% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(10px);
  }
}
.animation__arryLeftRight {
  animation: arryLeftRight 2s ease infinite alternate;
}

@keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }
  to {
    -webkit-mask-position: -50%;
  }
}
@keyframes cir36 {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes bounce-x {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounce-x {
  -webkit-animation: bounce-x 7s infinite linear;
  animation: bounce-x 7s infinite linear;
}

.GlidingArrow {
  -webkit-animation: slide 5s linear infinite;
  animation: slide 5s linear infinite;
}

.delay1 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.delay2 {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.delay3 {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.delay4 {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.delay5 {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}

/* Defining animation Keyframes */
@-webkit-keyframes slide {
  0% {
    opacity: 0;
    transform: translateX(-150);
  }
  20% {
    opacity: 1;
    transform: translateX(-90);
  }
  80% {
    opacity: 1;
    transform: translateX(90);
  }
  100% {
    opacity: 0;
    transform: translateX(150);
  }
}
@keyframes slide {
  0% {
    opacity: 0;
    transform: translateX(-150);
  }
  20% {
    opacity: 1;
    transform: translateX(-90);
  }
  80% {
    opacity: 1;
    transform: translateX(90);
  }
  100% {
    opacity: 0;
    transform: translateX(150);
  }
}
/*img-animation**********************/
.img-custom-anim-left {
  animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-left {
  0% {
    transform: translateX(-5%);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-right {
  animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-right {
  0% {
    transform: translateX(5%);
    clip-path: inset(0 0 0 100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-left {
  animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-left {
  0% {
    transform: translateX(-5%);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-top {
  animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

@keyframes img-anim-top {
  0% {
    transform: translateY(-5%);
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-bottom {
  animation: img-anim-bottom 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

@keyframes img-anim-bottom {
  0% {
    transform: translateY(5%);
    clip-path: inset(100% 0 0 0);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
@-webkit-keyframes rippleOne {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@keyframes rippleOne {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@keyframes cir36 {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rounded {
  50% {
    transform: rotate(15deg);
  }
}
@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}
@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@-webkit-keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes tpswing {
  0% {
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes loaderpulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes rounded {
  50% {
    transform: rotate(20deg);
  }
}
@keyframes cir36 {
  100% {
    transform: rotate(360deg);
  }
}
.float-bob-y {
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
.float-bob-x {
  -webkit-animation-name: float-bob-x;
  animation-name: float-bob-x;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(30px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}
@keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}
@keyframes bounce-x {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounce-x {
  -webkit-animation: bounce-x 7s infinite linear;
  animation: bounce-x 7s infinite linear;
}

/* */

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

/* J4 Optimization */

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


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


@media (min-width: 1400px) {.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 {
  --body: #fff;
  --black: #000;
  --white: #fff;
  --secondcolor:#553CDF;
  --thirdcolor:#00E2C5;
  --thirdcolor-2:#C3F499;
  --thirdcolor-3:#102F25;
  --fourthcolor:#FFD25D;
  --fourthcolor-2:#F69B17;
  --fourthcolor-3:#FDC500;
  --fourthcolor-4:#FFD335;
  --fifthcolor:#8F66FF;
  --sixthcolor:#AD0119;
  --seventhcolor:#EE4A62;
  --eighthcolor:#F47900;
  --header:#031F42;
  --base:#5C30FD;
  --text:#5B6D84;
  --border:#E6EFFF;
  --border2:#373737;
  --ratting:#F8BC26;
  --bg:#F4F9FF;
  --bg2:#E6EFFF;
  --bg3:#F4F0FF;
  --bg4:#2F584E;
  --bg5:#09224B;
  --bg6:#EDF3F5;
  --bg7:#F8F2EC;
  --bg8:#F3F1FD;
  ---box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.06);
}