@import url("https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800&display=swap");
@import url("all.css");
@import url("animate.css");
@import url("../fonts/flaticon.css");
@import url("swiper-bundle.min.css");

body {
  font-family: var(--body-font);
  color: var(--body-color);
  font-size: 16px;
  line-height: 28.8px;
  font-weight: 400;
}

img {
  max-width: 100%;
  height: auto;
  transition: 0.4s;
}

a {
  outline: none;
  color: inherit;
  text-decoration: none;
}

a,
button,
i {
  text-decoration: none;
  color: inherit;
}

a:focus,
a:hover {
  text-decoration: none;
  color: inherit;
}

h1 {
  font-size: 50px;
  line-height: 55px;
  padding: 0;
  margin: 0;
  color: var(--text-heading-color);
  font-family: var(--heading-font);
  font-weight: 300;
}

h2 {
  font-size: 35px;
  line-height: 40px;
  padding: 0;
  margin: 0;
  color: var(--text-heading-color);
  font-family: var(--heading-font);
  font-weight: 300;
}

h3 {
  font-size: 30px;
  line-height: 35px;
  padding: 0;
  margin: 0;
  color: var(--text-heading-color);
  font-family: var(--heading-font);
  font-weight: 300;
}

h4 {
  font-size: 24px;
  line-height: 34px;
  padding: 0;
  margin: 0;
  color: var(--text-heading-color);
  font-family: var(--heading-font);
  font-weight: 600;
}

h5 {
  font-size: 20px;
  line-height: 30px;
  padding: 0;
  margin: 0;
  color: var(--text-heading-color);
  font-family: var(--heading-font);
  font-weight: 600;
}

h6 {
  font-size: 18px;
  line-height: 28px;
  padding: 0;
  margin: 0;
  color: var(--text-heading-color);
  font-family: var(--heading-font);
  font-weight: 600;
}

@media (max-width: 1199px) {
  h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 575px) {
  h2 {
    font-size: 38px;
    line-height: 48px;
  }
}
@media (max-width: 475px) {
  h2 {
    font-size: 28px;
    line-height: 38px;
  }
  h3 {
    font-size: 24px;
    line-height: 34px;
  }
  h4 {
    font-size: 21px;
    line-height: 31px;
  }
  h5 {
    font-size: 19px;
    line-height: 29px;
  }
}
@media (max-width: 359px) {
  h4 {
    font-size: 20px;
    line-height: 30px;
  }
  h6 {
    font-size: 16px;
    line-height: 26px;
  }
}

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

#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-icons-group-list li a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

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

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

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

.sppb-nav-custom li:last-child a {
	margin: 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;}
}

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

body .sppb-btn,
body .sppb-sp-slider-button .sp-slider-btn-text,
.login .btn,
.registration form > div .btn,
.hikashop_vote_form .button,
.article-list .article .readmore a, .sppb-readmore {
  color: var(--text-white);
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  padding: 16px 42px;
  font-weight: 600;
  font-family: var(--body-font);
  z-index: 3;
  position: relative;
  transition: 0.4s;
  text-transform: capitalize;
  border-radius: 6px;
  border: none;
  white-space: normal;
}

@media (max-width: 768px) {
body .sppb-btn,
body .sppb-sp-slider-button .sp-slider-btn-text,
.login .btn,
.registration form > div .btn,
.hikashop_vote_form .button,
.article-list .article .readmore a, .sppb-readmore {
    padding: 14px 32px;
  }
}

body .sppb-btn:before,
body .sppb-sp-slider-button .sp-slider-btn-text:before,
.login .btn:before,
.registration form > div .btn:before,
.hikashop_vote_form .button:before,
.article-list .article .readmore a:before, .sppb-readmore:before {
content: "";
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  background: var(--btn-heading-color);
  border-radius: 6px 30px 30px 6px;
  transition: all 0.4s ease-out;
  z-index: -1;
}

body .sppb-btn:after,
body .sppb-sp-slider-button .sp-slider-btn-text:after,
.login .btn:after,
.registration form > div .btn:after,
.hikashop_vote_form .button:after,
.article-list .article .readmore a:after, .sppb-readmore:after {
content: "";
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  background: var(--btn-heading-color);
  border-radius: 6px 30px 30px 6px;
  transition: all 0.4s ease-out;
  z-index: -1;
  right: 0;
  border-radius: 30px 6px 6px 30px;
  left: auto;
}

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

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 {
	color: var(--text-white);
}

body .sppb-btn:hover:before,
body .sppb-sp-slider-button .sp-slider-btn-text:hover:before,
.login .btn:hover:before,
.registration form > div .btn:hover:before,
.hikashop_vote_form .button:hover:before,
.article-list .article .readmore a:hover:before, .sppb-readmore:hover:before {
width: 52%;
  border-radius: 6px;
}

body .sppb-btn:hover:after,
body .sppb-sp-slider-button .sp-slider-btn-text:hover:after,
.login .btn:hover:after,
.registration form > div .btn:hover:after,
.hikashop_vote_form .button:hover:after,
.article-list .article .readmore a:hover:after, .sppb-readmore:hover:after {
width: 52%;
  border-radius: 6px;
}


body .sppb-btn.sppb-btn-default,
body .sppb-sp-slider-button-3 .sp-slider-btn-text {

}

body .sppb-btn.sppb-btn-default:hover,
body .sppb-sp-slider-button-3 .sp-slider-btn-text:hover {

}

body .sppb-btn.sppb-btn-default:hover:before,
body .sppb-sp-slider-button-3 .sp-slider-btn-text:hover:before {

}

body .sppb-btn.sppb-btn-default:hover:after,
body .sppb-sp-slider-button-3 .sp-slider-btn-text:hover:after {

}

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

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

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

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

body .sppb-btn i,
body .sppb-sp-slider-button .sp-slider-btn-text i,
body form .sppb-btn span {
  margin-left: 3px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.sppb-btn-square {
	border-radius: 0 !important;
}

.sppb-btn-square:before, .sppb-btn-square:after {
	border-radius: 0 !important;
}

.fa-long-arrow-alt-right::before {
	content: "\f178";
}

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

.sppb-addon-divider-wrap {display: flex;}

@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-icons-group.icons-group-title-postion-left, .sppb-addon-icons-group.icons-group-title-postion-right {
	align-items: center;
}

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

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

/* HEADER */

#sp-header {
	height: auto;
  box-shadow: none;
  animation: none;
  padding: 0 30px;
  background: transparent;
}

#sp-header.header-sticky {
background: var(--bg-white);
  box-shadow: var(--box-shadow-1);
  animation: header_sticky 1.1s;
}

@keyframes header_sticky {
	0% {
		top: -250px;
	}
	100% {
		top: 0;
	}
}

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

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

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

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

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

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

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

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span,
.sp-megamenu-parent > li:last-child > a {
color: var(--text-heading-color);
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  transition: all 0.4s ease-out 0s;
  text-transform: capitalize;
  font-family: var(--body-font);
  padding: 36px 0;
  position: relative;
}

.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 > a:before {
	content: "";
	position: absolute;
	left: 0;
	width: 0;
	transition: width 0.5s cubic-bezier(0.35, 0.7, 0.35, 1);
	bottom: 0px;
	transform: skew(-35deg);
	height: 4px;
	background: var(--maincolor);
	z-index: 1;
}

.sp-megamenu-parent > li:hover > a:before {
	width: 100%;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
background:var(--bg-white);
  padding: 0;
box-shadow: var(--box-shadow-1);
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
	display: block;
	padding: 0 30px !important;
	margin: 0;
	width: 100%;
}

.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 {
border-bottom: 1px solid var(--border-color-2);
  color: var(--text-heading-color);
  padding: 13px 0;
  transition: all 0.4s ease-out 0s;
  font-size: 15px;
  line-height: 26px;
  text-transform: capitalize;
  position: relative;
  font-weight: 500;
	display: block;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item:last-child > a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item:last-child span:not(.sp-menu-badge),
.sp-megamenu-parent .sp-mega-group > li:last-child > a,
.sp-megamenu-parent .sp-dropdown.sp-dropdown-mega li.sp-menu-item:last-child > a,
.sp-megamenu-parent .sp-mega-group > li:last-child > a {
	border: none;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:before {
	position: absolute;
	content: "";
	background: var(--maincolor);
	width: 0;
	transition: all 0.4s ease-out 0s;
	height: 1px;
	left: 0;
	bottom: -1px;
}

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

.sp-megamenu-parent .sp-dropdown li.sp-menu-item:hover > a:before {
  width: 100%;
}

.sp-megamenu-parent .sp-dropdown.sp-dropdown-mega .sp-dropdown-inner {
	padding: 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 .sp-mega-group > li > a {
	padding: 0;
	text-align: center;
	background: #000;
}

.sp-megamenu-parent .sp-mega-group > li > a img {
	width: 100%;
  transition: all 0.4s ease-in-out;
}

.sp-megamenu-parent .sp-mega-group > li > a .image-title {
padding-bottom: 11px;
  padding-top: 11px;
	font-size: 18px;
	display: block;
	background: #fff;
}

.sp-megamenu-parent .sp-mega-group > li > a:hover {
	background: #000;
	color: inherit;
}

.sp-megamenu-parent .sp-mega-group > li > a:hover img {
	opacity: .7;
}

#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(--text-heading-color);;
}

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

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

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

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

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

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

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

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

.offcanvas-menu .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-menu .offcanvas-inner {
	padding: 0;
}

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

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

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

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

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

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

.offcanvas-menu {
	width: 460px;
}

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

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

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

}

/* */

/* PAGE TITLE */

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

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

#sp-title .sp-module .sp-module-content,
#sp-title .sp-module .sp-module-content .mod-sppagebuilder,
#sp-title .sp-module .sp-module-content .mod-sppagebuilder .page-content,
#sp-title .sp-module .sp-module-content .mod-sppagebuilder .page-content .sppb-section,
#sp-title .sp-module .sp-module-content .mod-sppagebuilder .page-content .sppb-section > .sppb-container-inner,
#sp-title .sp-module .sp-module-content .mod-sppagebuilder .page-content .sppb-section > .sppb-container-inner > .sppb-row > div,
#sp-title .sp-module .sp-module-content .mod-sppagebuilder .page-content .sppb-section > .sppb-container-inner > .sppb-row > div > .sppb-column,
#sp-title .sp-module .sp-module-content .mod-sppagebuilder .page-content .sppb-section > .sppb-container-inner > .sppb-row > div > .sppb-column > .sppb-column-addons {height: 100%; position: static !important;}
#sp-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: 150px 0;
  position: relative;
background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.sp-page-title:before {

}

@media (max-width: 768px) {
.sp-page-title {
padding: 100px 0;
}
}

.sp-page-title .sp-page-title-heading {
  position: relative;
  z-index: 9;
color: var(--text-white);
  font-size: 60px;
  line-height: 70px;
  margin-bottom: 15px;
  font-weight: 600;
}

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

@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;
  position: relative;
  z-index: 9;
}

.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 {
color: var(--color-2);
font-weight: 500;
  font-size: 20px;
  line-height: 30px;
}

.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 {
color: var(--color-2);
font-weight: 500;
  font-size: 20px;
  line-height: 30px;
}

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

.sp-page-title .breadcrumb > .active span,
.breadcrumb > .active span {
color: var(--maincolor);
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
}

@media (max-width: 768px) {
	.sp-page-title .breadcrumb > li > a,
.breadcrumb > li > a,
.sp-page-title .breadcrumb > li + li::before,
.breadcrumb > li + li::before,
.sp-page-title .breadcrumb > .active span,
.breadcrumb > .active span {
font-weight: 500;
  font-size: 16px;
  line-height: 26px;
}
.breadcrumb-item + .breadcrumb-item {
	padding-left: 5px;
	margin-top: 2px;
}

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

/* */

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

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

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

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


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

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


/* SIDEBAR */

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

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

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

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

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

/* */

/* CUSTOM CLASS */

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

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

.banner__four::after {
	content: "";
	position: absolute;
	background-image: url("../images/banner-four.png");
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 0;
}

.dark-mode-banner__four::after {
	background-image: url("../images/banner-four-dark.png");
}

@media (max-width: 1599px) {
  .banner__four::after {
    left: -270px;
  }
}

@media (max-width: 1199px) {
  .banner__four::after {
    left: -350px;
    width: 130%;
  }
}


@media (max-width: 991px) {
  .banner__four::after {
    left: 0;
    width: 100%;

  }
}

.image-overlay {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.image-overlay::after {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content: "";
	width: 0;
	height: 0;
	background: rgba(255, 255, 255, 0.138);
	border-radius: 100%;
	transform: translate(-50%, -50%);
	opacity: 0;
}

.image-overlay:hover::after {
	animation: circle 1s;
}

.portfolio__four-item.active .portfolio__four-item-image,
.portfolio__four-item.active .portfolio__four-item-inner-content-top {
	opacity: 1 !important;
}

.portfolio__four-item.active .portfolio__four-item-inner-content::after {
	height: 100% !important;
}

.portfolio__four-item.active .portfolio__four-item-inner-content-btn .portfolio__four-item-inner-content-btn-title {
	opacity: 0 !important;
}

.portfolio__four-item.active .portfolio__four-item-inner-content-btn-span {
	opacity: 1 !important;
	z-index: 2 !important;
}

.portfolio__four-item.active .portfolio__four-item-inner-content-btn {
	background: var(--maincolor) !important;
}

.subscribe__three-bg::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--bg-heading-color);
  opacity: 0.5;
  z-index: -1;
}

.team__single-left-col {
	position: sticky !important;
	top: 130px;
}

/* */

/* LOGIN & REGISTRATION */


.com-users .sp-page-title {
	padding-bottom: 0;
}

.login .col-lg-4,
.registration .form-validate {
	padding: 50px;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
background: #fff;
--tw-shadow: 0 4px 60px 0 rgba(0,0,0,0.1);
  --tw-shadow-colored: 0 4px 60px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@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: 2.125rem;
font-weight: 700;
line-height: 1.6;
}

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

.registration .spacer {display: none;}

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

.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 {
	justify-content: center;
	padding-top: 15px;
	padding-bottom: 15px;
}

/* */

/* PORTFOLIO */

/* Please add .gallery-full class in the menu Page Class in order for your gallery to be full width */
.gallery-full #sp-main-body .container {max-width: 100%;}

.sp-simpleportfolio .sp-simpleportfolio-filter {
	margin-bottom: 60px;
}

.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li {
	margin: 0;
}

.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
	border-radius: 6px;
	font-weight: 600;
	padding: 0 25px;
	line-height: 48px;
	color: var(--text-heading-color);
	border: 1px solid var(--border-color-4);
	box-shadow: 0px 9px 18px rgba(24, 16, 16, 0.05);
	background: none;
	margin: 5px;
	transition: 0.4s;
}

.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a,
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li:hover > a {
background: var(--maincolor);
  color: var(--text-white);
  border-color: var(--maincolor);
}

.project__one-item {
	position: relative;
	z-index: 1;
}

.project__one-item::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: var(--bg-heading-color);
	visibility: hidden;
	transform-origin: bottom center;
	opacity: 0.5;
	transform: scaleY(0) translateZ(100px);
	transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
}

.img__full {
	width: 100%;
}

.project__one-item-content {
	position: absolute;
	left: 30px;
	right: 30px;
	bottom: 30px;
	padding: 40px 30px;
	z-index: 1;
	transform: translateY(-40px);
	transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
	background: var(--bg-white);
	opacity: 0;
	overflow: hidden;
	border-radius: 8px;
}

.project__one-item-content::before {
	content: "";
	position: absolute;
	right: -55px;
	bottom: -60px;
	height: 100px;
	width: 100px;
	border-radius: 50%;
	background: var(--maincolor);
}

.project__one-item-content::after {
	content: "";
	position: absolute;
	right: -40px;
	bottom: -60px;
	height: 100px;
	width: 100px;
	border-radius: 50%;
	background: var(--maincolor);
	opacity: 0.2;
}

.project__one-item-content span {
	font-weight: 500;
	font-family: var(--heading-font);
	color: var(--maincolor);
	display: block;
	margin-bottom: 5px;
}

.project__one-item-content h4 a {
	transition: 0.4s;
}

.project__one-item:hover::before {
	visibility: visible;
	transform: scaleY(1) translateZ(0px);
}

.project__one-item:hover .project__one-item-content {
	opacity: 1;
	transform: translateY(0);
}

/* Layout 2 */

.portfolio__one-item {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.portfolio__one-item::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 20%;
	width: 100%;
	background: var(--bg-heading-color);
	transition: all 400ms ease;
	opacity: 0;
	z-index: 1;
}

.portfolio__one-item-content {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 40px;
	display: flex;
	align-items: center;
	background: var(--bg-white);
	transform: translateX(-30%);
	transition: 0.5s;
	opacity: 0;
	z-index: 2;
}

.portfolio__one-item-content-left {
	width: 110px;
	height: 110px;
	background: var(--maincolor);
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

.portfolio__one-item-content-left i {
	background: var(--bg-white);
	color: var(--maincolor);
	width: 65px;
	height: 65px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
}

.portfolio__one-item-content-right {
	padding: 0 30px;
}

.portfolio__one-item-content-right span {
	font-family: var(--heading-font);
	color: var(--maincolor);
	font-weight: 600;
}

.portfolio__one-item-content-right h4 a {
	transition: 0.4s;
}

.portfolio__one-item:hover::before {
	height: 100%;
	opacity: 0.5;
}

.portfolio__one-item:hover img {
	transform: scale(1.06);
}

.portfolio__one-item:hover .portfolio__one-item-content {
	transform: translateX(0);
	opacity: 1;
}

/* layout 3 */

.portfolio__two-item-image {
	position: relative;
	z-index: 1;
	border-radius: 8px;
	overflow: hidden;
}

.portfolio__two-item-image::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 0;
	width: 100%;
	transition: all 300ms ease;
	background: linear-gradient(180deg, rgba(249, 77, 29, 0) 0%, var(--maincolor) 85.11%);
	opacity: 0.92;
	border-radius: 8px;
}

.portfolio__two-item-image-content {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 80px;
	z-index: 1;
	transition: 0.6s;
	opacity: 0;
}

.portfolio__two-item-image-content > a {
	display: block;
	width: 70px;
	height: 70px;
	margin: 0 auto;
	margin-bottom: 20px;
}

.portfolio__two-item-image-content > a i {
	display: inline-flex;
	font-size: 30px;
	width: 70px;
	height: 70px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	color: var(--maincolor);
	background: var(--bg-white);
}

.portfolio__two-item-image-content span {
	font-weight: 500;
	color: var(--text-white);
}

.portfolio__two-item-image-content h4 {
	color: var(--text-white);
}

.portfolio__two-item-image:hover::after {
	height: 100%;
}

.portfolio__two-item-image:hover .portfolio__two-item-image-content {
	bottom: 50px;
	opacity: 1;
}

/* */

/* BLOG */

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

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

.blog-grid .article-list .article,
.blog-grid.sppb-addon-articles .sppb-addon-article,
.blog-grid .sppb-articles-carousel-column {

}

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

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

}

.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 {
position: absolute;
  top: 0;
  left: -75%;
  z-index: 0;
  display: block;
  content: "";
  width: 30%;
  height: 100%;
  transform: skewX(-25deg);
  background: var(--text-white);
  opacity: 0.4;
  z-index: 1;
}

.blog-grid .article-list .article .article-intro-image:after, .blog-grid .article-list .article .article-featured-video:after, .blog-grid .article-list .article .article-featured-audio:after, .blog-grid .article-list .article .article-feature-gallery:after, .blog-grid.sppb-addon-articles .sppb-addon-article .sppb-article-img-wrap:after, .blog-grid .sppb-articles-carousel-img:after {
position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.113);
  border-radius: 100%;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.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 {
animation: animation 0.95s;
}

.blog-grid .article-list .article:hover .article-intro-image:after, .blog-grid .article-list .article:hover .article-featured-video:after, .blog-grid .article-list .article:hover .article-featured-audio:after, .blog-grid .article-list .article:hover .article-feature-gallery:after, .blog-grid.sppb-addon-articles .sppb-addon-article:hover .sppb-article-img-wrap:after, .blog-grid .sppb-articles-carousel-column:hover .sppb-articles-carousel-img:after {
animation: circle 0.9s;
}

.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;
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}

.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, .sppb-articles-carousel-img img {
	object-fit: cover;
}

.article-list .article:hover .article-intro-image img, .article-list .article:hover .article-featured-video img, .article-list .article:hover .article-featured-audio img, .article-list .article:hover .article-feature-gallery img, .sppb-addon-articles .sppb-addon-article:hover .sppb-article-img-wrap img, .sppb-articles-carousel-column:hover .sppb-articles-carousel-img img {
transform: scale3d(1.1, 1.1, 1.1);
}

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

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

.article-body,
.sppb-addon-articles .sppb-addon-article-layout-content .sppb-article-info-wrap,
.sppb-articles-carousel-content {
display: flex;
flex-direction: column;
align-items: flex-start;
  overflow: hidden;
padding: 40px;
  box-shadow: var(--box-shadow-1);
}

.blog-grid .article-body,
.blog-grid.sppb-addon-articles .sppb-addon-article-layout-content .sppb-article-info-wrap,
.blog-grid .sppb-articles-carousel-content {
position: relative;
  padding: 30px 35px;
  padding-bottom: 0;
  border: 1px solid var(--border-color-2);
  border-bottom: 0;
  box-shadow: none;
  overflow: visible;
  align-items: stretch;
}

@media (max-width: 575px) {
.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: 30px;
  padding-bottom: 0;
}	
}

.article-list .article .article-header, .sppb-article-info-wrap > *:is(h1, h2, h3, h4, h5, h6), .sppb-articles-carousel-link {order: 2;}

.article-list .article .article-header h2,
.sppb-article-info-wrap > *:is(h1, h2, h3, h4, h5, h6),
.sppb-articles-carousel-link {
position: relative;
  display: block;
  margin: 0;
font-size: 30px;
  line-height: 40px;
  color: var(--text-heading-color);
  font-weight: 600;
  margin-bottom: 10px;
}

.blog-grid .article-list .article .article-header h2,
.blog-grid .sppb-article-info-wrap > *:is(h1, h2, h3, h4, h5, h6),
.blog-grid .sppb-articles-carousel-link {
font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  margin: 0;
}

@media (max-width: 768px) {
.article-list .article .article-header h2,
.sppb-article-info-wrap > *:is(h1, h2, h3, h4, h5, h6),
.sppb-articles-carousel-link {
font-size: 20px;
  line-height: 30px;
}	
}

.article-list .article .article-header h2 a,
.sppb-article-info-wrap > *:is(h1, h2, h3, h4, h5, h6) a {
color: inherit;
transition: all 500ms ease;
display: block;
}

.article-list .article .article-header h2 a:hover,
.sppb-article-info-wrap > *:is(h1, h2, h3, h4, h5, h6) 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: 30px;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.blog-grid .article-list .article .article-info,
.blog-grid.sppb-addon-articles .sppb-article-meta,
.blog-grid .sppb-articles-carousel-meta {
	margin-bottom: 0px;
	gap: 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;
font-size: 16px;
  line-height: 28.8px;
  font-weight: 400;
display: flex;
align-items: center;
gap: 10px;
}

.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-weight: 700;
  font-size: 14px;
  color: var(--maincolor);
  line-height: 28.8px;
gap: 7px;
}

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

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

.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: 300;
	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 {
display: none !important;
}

.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: ;}
.article-info > span.read-time:before {content: "\f017";}

.com-content:not(.view-article) .article-info > span.published, .sppb-article-meta > span.sppb-meta-date, .sppb-addon-articles .sppb-article-meta > time, .sppb-articles-carousel-meta-date {

}

.blog-grid .sppb-articles-carousel-meta-date,
.blog-grid.sppb-addon-articles .sppb-article-meta > time,
.blog-grid .article-info > span.published {
	position: absolute;
	border-radius: 5px;
	right: 35px;
	top: -40px;
	width: 80px;
	height: 80px;
	display: inline-block;
	background: var(--bg-white);
	color: var(--text-heading-color);
	box-shadow: var(--box-shadow-1);
	text-align: center;
	padding: 5px 0 10px 0;
	z-index: 1;
	font-size: 40px;
	line-height: 1.2;
	color: var(--text-heading-color);
  font-family: var(--heading-font);
  font-weight: 600;
  font-size: 14px;
  font-weight: 400;
}

.blog-grid .sppb-articles-carousel-meta-date:first-line,
.blog-grid.sppb-addon-articles .sppb-article-meta > time:first-line,
.blog-grid .article-info > span.published:first-line {
	font-size: 40px;
	font-weight: 600;
}

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

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

.blog__two-item-content-author-post {
	display: flex;
	align-items: center;
	margin-top: 20px;
	gap: 20px;
}

.blog__two-item-content-author-post-image img {
	max-width: 50px;
	width: 50px;
	height: 50px;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 50%;
}

.blog__two-item-content-author-post-title {
	font-size: 14px;
	line-height: 24px;
}

.article-list .article .readmore, .sppb-readmore {
	order: 4;
	margin-top: 35px;
}

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


.blog-grid .article-list .article .readmore a, .blog-grid .sppb-readmore {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 35px;
	border: 1px solid var(--border-color-2);
	color: var(--text-heading-color);
	font-weight: 600;
	border-radius: 0 0 8px 8px;
	font-family: var(--heading-font);
	font-size: 14px;
	position: relative;
	transition: 0.3s;
	z-index: 1;
	margin-left: -36px;
	margin-right: -36px;
	background: transparent;
}

@media (max-width: 575px) {
.blog-grid .article-list .article .readmore a, .blog-grid .sppb-readmore {
	margin-left: -31px;
	margin-right: -31px;
}	
}

.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:before,
.blog-grid .sppb-readmore:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	border-radius: 0 0 6px 6px;
	height: 0;
	background: var(--maincolor);
	transition: all 400ms ease;
	display: block;
	top: auto;
}

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

.blog-grid .article-list .article .readmore a:hover:before, .blog-grid .sppb-readmore:hover:before {
	height: 100%;
	z-index: -1;
}

.blog-grid .article-list .article .readmore a:after,
.blog-grid .sppb-readmore:after {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  content: "\f178";
  display: inline-block;
  position: static;
  background: transparent;
  width: auto;
  border-radius: 0;
}

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

.blog-grid .pagination-wrapper,
.blog-grid ul.pagination {justify-content: center !important;}

.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;
font-family: var(--tg-heading-font-family);
}

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

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

/* SINGLE ARTICLE */

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

.article-details {
	position: relative;
	display: flex;
	flex-direction: column;
	flex-flow: wrap;
	padding: 40px;
  border: 1px solid var(--border-color-1);
}

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

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

.article-details .article-info {
	order: 2;
margin-bottom: 15px;
  gap: 30px;
  border-bottom: 1px solid var(--border-color-1);
  padding-bottom: 25px;
}

@media (max-width: 768px) {
.article-details {
padding: 15px;
}
.article-details .article-info {
	gap: 10px;
}
}

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

.article-details .article-header h1, .article-details .article-header h2 {
font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 20px;
}

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

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

.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: 45px 0 15px !important;
}

.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: 45px 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: 45px !important;
margin-bottom: 0px !important;
}
.article-social-share {
	float: none;
}
}

.tags:before {
content: "Tag:";
display: block;
font-size: 18px;
  line-height: 28px;
  margin-bottom: 15px;
  color: var(--text-heading-color);
  font-family: var(--heading-font);
  font-weight: 600;
}

.tags > li {
	margin: 0;
}

.tags > li a {
	transition: 0.4s;
	border: 1px solid var(--border-color-1);
	margin: 1px 3px;
	overflow: hidden;
	padding: 4px 20px 5px 20px;
	display: inline-block;
	font-weight: 500;
	font-size: 15px;
	line-height: 25px;
	border-radius: 4px;
	background: transparent;
	color: var(--body-color);
}

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

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

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

.article-social-share .social-share-icon:before {
content: "Share:";
display: block;
font-size: 18px;
  line-height: 28px;
  margin-bottom: 15px;
  color: var(--text-heading-color);
  font-family: var(--heading-font);
  font-weight: 600;
}

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

.article-social-share .social-share-icon ul li:not(:first-child) {
	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(--text-heading-color);;
}

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

.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 Pro" !important;
	font-weight: 900;
	font-size: 15px;
}

/* */

/* ANIMATION */

@keyframes left-right {
	0% {
		transform: translateX(20px);
	}
	50% {
		transform: translateX(5px);
	}
	100% {
		transform: translateX(20px);
	}
}

.scroll {
	animation: scroll 70s linear infinite;
}

@keyframes scroll {
	from {
	  	transform: translateX(0);
	}
	to {
	  	transform: translateX(calc(-100% - var(--gap)));
	}
}

.video {
	position: relative;
	text-align: center;
	display: inline-block;
	z-index: 4;
	a {
		position: relative;
		color: var(--primary-color-1);
		font-size: 20px;
		z-index: 1;
		background: var(--bg-white);
		width: 90px;
		height: 90px;
		line-height: 90px;
		border-radius: 50%;
		display: block;                
	}          
}

@keyframes video-animation {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.5);
    }
    100% {
        opacity: 0;
        transform: scale(2);
    }
}
@keyframes bounceRight {
	0%, 20%, 50%, 80%, 100% {
	  	transform: translateX(0);
	}
	30% {
	  	transform: translateX(-95px);
	}
	10% {
	  	transform: translateX(-5px);
	}
}
@keyframes rollIn {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(359deg);
	}
}
@keyframes rotation {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(-359deg);
	}
}
@keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
@keyframes upDown {
	0% {
	  	transform: translate3d(0, 0, 0);
	}
	50% {
	  	transform: translate3d(0, 30px, 0);
	}
	100% {
	  	transform: translate3d(0, 0, 0);
	}
}
.left-right-animate {
	animation-name: left-right;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
@keyframes left-right {
	0% {
		transform: translateX(20px);
	}
	50% {
		transform: translateX(5px);
	}
	100% {
		transform: translateX(20px);
	}
}
.left-right-animate2 {
	animation-name: left-right2;
	animation-duration: 4s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
@keyframes left-right2 {
	0% {
		transform: translateX(10px);
	}
	50% {
		transform: translateX(110px);
	}
	100% {
		transform: translateX(10px);
	}
}
.icon-animation {	
	animation: icon-animation 1.5s ease-in-out infinite;
}
@keyframes icon-animation {
    from {
        transform:rotate3d(0, 0, 1, 0deg);
    }
    20%, 32%, 44%, 56%, 68% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    23%, 35%, 47%, 59%, 71% {
        transform: rotate3d(0,0,1,15deg);
    }
    26%, 38%, 50%, 62%, 74% {
        transform: rotate3d(0,0,1,0deg);
    }
    29%, 41%, 53%, 65%, 77% {
        transform: rotate3d(0,0,1,-15deg);
    }
    80% {
        transform:rotate3d(0, 0, 1, 0deg);
    }
}
.image-overlay {
	position: relative;
	z-index: 1;
	overflow: hidden;
	display: inline-block;
	&::after {
		position: absolute;
		top: 50%;
		left: 50%;
		z-index: 2;
		display: block;
		content: '';
		width: 0;
		height: 0;
		background: rgba(255, 255, 255, 0.138);
		border-radius: 100%;
		transform: translate(-50%, -50%);
		opacity: 0;	
	}
	&:hover::after {
		animation: circle 1s;
	}
}
@keyframes animation {
	100% {
		left: 125%;
	}
}
@keyframes rotateY {
	100% {
		transform: rotateY(360deg);
	}
}
.sliders {
	flex-shrink: 0;
}
.scroll {
	animation: scroll 70s linear infinite;
}
.text_scroll {
	animation: scroll 30s linear infinite;
	animation-direction: reverse;
}
.shape-slide {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	--gap: 0.1px;
	display: flex;
	gap: var(--gap);
	overflow: hidden;
	z-index: -1;
}
@keyframes scroll {
	from {
	  	transform: translateX(0);
	}
	to {
	  	transform: translateX(calc(-100% - var(--gap)));
	}
}
@keyframes wobble-vertical {
    16.65% {
        transform: translateY(4px);
    }
    33.3% {
        transform: translateY(-4px);
    }
    49.95% {
        transform: translateY(4px);
    }
    66.6% {
        transform: translateY(-2px);
    }
    83.25% {
        transform: translateY(1px);
    }
    100% {
        transform: translateY(0);
    }
}

/* */

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

/* J4 Optimization */

.sp-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-font: "Kumbh Sans", sans-serif;
  --heading-font: "Outfit", sans-serif;
  --text-white: #FFFFFF;
  --bg-white: #FFFFFF;
  --btn-white: #FFFFFF;
  --border-white: #FFFFFF;
  --fourthcolor: #ff0000;
  --secondcolor: #2974FF;
  --thirdcolor: #0D9B4D;
  --bg-heading-color: #037829;
  --text-heading-color: #121212;
  --btn-heading-color: #037829;
  --body-color: #666667;
  --dark-one: #121212;
  --dark-two: #171717;
  --color-1: #333334;
  --color-2: #999999;
  --color-3: #CCCCCC;
  --color-4: #F8F8F8;
  --color-5: #F6F6F6;
  --color-6: #141C21;
  --color-7: #FEEDE8;
  --color-8: #F2F3F3;
  --color-9: #131315;
  --color-10: #037829;
  --color-11: #FA714A;
  --color-12: #FDB8A5;
  --color-13: #F8E7E2 ;
  --color-14: #EAF1FF;
  --color-15: #0D0D0D;
  --color-16: #202123;
  --color-17: #111214;
  --color-18: #161719;
  --color-19: #2D2E30;
  --color-20: #ececec;
  --color-21: #2D2F34;
  --color-22: #424448;
  --color-23: #57595D;
  --color-24: #56b982;
  --border-color-1: #E6E6E6;
  --border-color-2: #F0F0F0;
  --border-color-3: rgba(255, 255, 255, 0.1);
  --border-color-4: rgba(19, 19, 19, 0.06);
  --box-shadow-1: 0px 30px 70px rgba(0, 0, 0, 0.08);
  --box-shadow-2: 0px 10px 70px rgba(0, 0, 0, 0.1);
  --gap: 0.1px;
}

ul.pagination {
    flex-wrap: wrap !important;
}
