@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap');

/* GENERAL */

body {
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	color: #585858;
	transition: 0.5s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	text-transform: capitalize;
	color: #444;
}

p {
	margin: 0;
}

a {
	text-decoration: none;
	transition: all 0.3s ease-in-out 0s;
	letter-spacing: .2px;
}

body .sppb-btn {
	font-family: 'Poppins', sans-serif;
	overflow: hidden;
	position: relative;
	z-index: 1;
	border: 2px solid transparent;
	border-radius: 4px;
	padding: 15px 36px;
	cursor: pointer;
	text-transform: capitalize;
	letter-spacing: .5px;
	font-size: 16px;
    font-weight: 500;
	white-space: normal;
}

body .sppb-btn.sppb-btn-primary {
	color: #fff;
	background: var(--maincolor);
	border-color: var(--maincolor);
}

body .sppb-btn.sppb-btn-primary:hover {
	color: var(--maincolor);
	background: #fff; 
}

.sppb-btn-primary.focus, .sppb-btn-primary:focus {
	color: #fff;
	box-shadow: none;
}


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

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

.sppb-addon-optin-forms .sppb-btn i {display: none;}

.overflow-hidden {overflow: hidden !important;}

.sp-scroll-up {
	background: var(--maincolor);
	background-image: linear-gradient(180deg, var(--maincolor) 0%, var(--secondcolor) 100%);
}

.spread-across .sppb-column-addons {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

@media (max-width: 992px) {
.spread-across .sppb-column-addons {flex-direction: row;}	
}

.sppb-carousel-extended-item img {
	border-radius: 4px;
}

/* HEADER */ 

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

#sp-header {
	height: auto;
	box-shadow: none;
	transition: all 0.5s ease-in-out;
}

#sp-header .container {position: relative;}
#sp-header .container:before {
	content: "";
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 2px;
	background-color: #d8d8db;
	opacity: .3;
	position: absolute;
}

#sp-header.header-sticky {
	transition: all 0.5s ease-in-out;
	animation-name: menu_sticky;
	animation-duration: 0.60s;
	animation-timing-function: ease-out;
	box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
	background-image: linear-gradient(90deg, var(--maincolor) 0%, var(--secondcolor) 100%);
}

#sp-header.header-sticky .container:before {
	background-color: transparent;
}

@keyframes menu_sticky {
  0%   {margin-top:-100px;}
  50%  {margin-top: -90px;}
  100% {margin-top: 0;}
}

#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-header .logo a .logo-image,
#sp-header .logo a .logo-image-phone {
}

#sp-header .logo a {
	font-size: 30px;
	line-height: 1;
	margin: 0;
	padding: 0;
	Font-family: Poppins;
	font-weight: 600;
	color: var(--maincolor);
	background: linear-gradient(to right, var(--maincolor) 0%,#3a19cd 100%);
	background-clip: border-box;
	/* background-clip: border-box; */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--maincolor)', endColorstr='#3a19cd',GradientType=1 );
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

#sp-header.header-sticky .logo a {
	color: #fff;
	background: none;
	filter: none;
	-webkit-text-fill-color: #fff;
}

.sp-megamenu-parent {
	float: none;
}

.sp-megamenu-parent > li {text-align: left;}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 70px;
	padding: 0 20px;
	font-weight: 500;
	position: relative;
}

@media (max-width: 1200px) {
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
	padding: 0 13px;
}
#sp-top .sppb-btn i {
	display: none;
}
}

#sp-header.header-sticky .sp-megamenu-parent > li > a {color: #fff;}

.sp-megamenu-parent > li > a:before {
	content: "";
	background: var(--maincolor);
	top:0;
	left:0;
	height: 2px;
	width: 0;
	display: block;
	position: absolute;
	transition: all 0.5s ease-in-out;
}

#sp-header.header-sticky .sp-megamenu-parent > li > a:before {
	background: #fff;
}

.sp-megamenu-parent > li:hover > a:before,
.sp-megamenu-parent > li.active > a:before {
	content: "";
	background: var(--maincolor);
	top:0;
	left:0;
	height: 2px;
	width: 100%;
	display: block;
	position: absolute;
}

#sp-header.header-sticky  .sp-megamenu-parent > li:hover > a:before,
#sp-header.header-sticky  .sp-megamenu-parent > li.active > a:before {
	background: #fff;
}

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

#sp-header.header-sticky .sp-megamenu-parent > li.active > a {
	color: #fff;
}

.sp-megamenu-parent > li.active > a {
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
text-align: left;
list-style: none;
padding: 15px 0;
background-color: #ffffff;
box-shadow: 2px 0 10px rgba(0, 0, 0, 0.2);
border-radius: 0 0 4px 4px;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
padding: 10px 10px 6px;
padding-left: 30px;
padding-right: 30px;
font-size: 16px;
font-weight: 500;
line-height: 24px;
display: block;
font-family: 'Poppins', sans-serif;
}


#offcanvas-toggler:hover {background-color: transparent;}


#offcanvas-toggler:hover > .fa {color: var(--maincolor);}
#offcanvas-toggler > .fa {
	transition: all 0.5s ease-in-out;
}

#offcanvas-toggler > .fa.fa-bars::before {
	content: "\f550";
}

#sp-header.header-sticky  #offcanvas-toggler {background-color: #fff;}
#sp-header.header-sticky  #offcanvas-toggler > .fa {color: var(--maincolor);}

#offcanvas-toggler {
	line-height: 40px;
	height: 40px;
	padding: 0px 0px 0px 0px;
	width: 40px;
	color: #fff;
	background-color: var(--maincolor);
	border-color: var(--maincolor);
	border-style: solid;
	border-width: 1px;
	border-radius: 4px;
	font-size: 14px;
	text-align: center;
}

@media (min-width: 992px) {
.offcanvas-menu .offcanvas-inner .sp-module ul {
	display: none;
}
}

@media (max-width: 767px) {
	.text-sm-right {text-align: right;}
	body.rtl .text-sm-right {text-align: left;}
	.d-sm-block {display: block !important;}
}

/* */

/* PAGE TITLE */

.sp-page-title {
	padding: 130px 0;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	background-attachment: fixed;
	text-align: center;
}

.sp-page-title .sp-page-title-heading {
	font-size: 72px;
	line-height: 1;
}


.sp-page-title .breadcrumb {
	background: none;
	padding: 0;
	background-color: transparent;
	border-radius: 0;
	text-transform: lowercase;
	color: inherit;
	font-weight: 500;
	margin: 25px 0 0 0;
	position: relative;
	z-index: 5;
	display: block;
}

.sp-page-title .breadcrumb > li {display: inline-block;}

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

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

.sp-page-title .breadcrumb > li + li::before {
    color: #fff;
	padding-right: 30px;
}

.sp-page-title .breadcrumb > li > a:hover,
.sp-page-title .breadcrumb > .active {
    color: rgba(255,255,255,.8);
}

/* */

#sp-header.header-sticky ~ section#sp-main-body {
	padding-top: 0;
}

.com-spsimpleportfolio #sp-main-body,
.com-content #sp-main-body,
.com-j2store #sp-main-body {
	padding: 120px 0;
}


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

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

/* */

/* PORTFOLIO */

.featherlight {
  top: 10%;
}

.featherlight .featherlight-content {
  max-height: 95%;
  max-width: 55%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  background: transparent none repeat scroll 0 0;
}

.sp-simpleportfolio .sp-simpleportfolio-filter {
	text-align: center;
	margin-bottom: 0;
}

.sp-simpleportfolio .sp-simpleportfolio-filter > ul {
	padding-top: 0;	
	padding-bottom: 45px;
	font-family: 'Poppins', sans-serif;
}

.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li {
	float: left;
	display: block;
	margin: 0;
}

.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
	color: #444;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.5px;
	line-height: 30px;
	padding: 0;
	margin: 0 26px;
	text-transform: uppercase;
	background: none;
	position: relative;
	transition: all 0.3s ease-in-out 0s;
}

.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a:before {
    content: "";
    background: var(--maincolor);
    bottom: 0;
    left: 0;
    height: 2px;
    width: 0;
    display: block;
    position: absolute;
	transition: all 0.3s ease-in-out 0s;
}

.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a {
	background: none;
	color: var(--maincolor);
}

.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li:hover > a {
	background: none;
	color: var(--maincolor);
}

.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a:before, .sp-simpleportfolio .sp-simpleportfolio-filter > ul > li:hover > a:before {
	width: 100%;
}

.sp-simpleportfolio-item {text-align: center; border-radius: 4px;}

.sp-simpleportfolio-item .item-media {
	overflow: hidden;
	position: relative;
	border-radius: 4px;
}

.sp-simpleportfolio-item .item-media img {
	width: 100%;
}

.sp-simpleportfolio-item .media-links {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	transition: all 0.5s ease-in-out;
}

.sp-simpleportfolio-item .media-links::before {
background: linear-gradient(180deg, rgba(78, 53, 253, 0.65) 0%, rgba(66, 25, 157, 0.65) 100%) transparent;
content: "";
display: block;
height: 100%;
left: 0;
opacity: 0;
position: absolute;
right: 0;
top: 0;
-webkit-transform: translatey(100%);
transform: translatey(100%);
transition: all 0.5s ease-in-out;
}

.sp-simpleportfolio-item:hover .media-links::before {
	opacity: 1;
	-webkit-transform: translatey(0%);
	transform: translatey(0%);
}

.sp-simpleportfolio-item .item-content {
	bottom: 50%;
	left: 0;
	padding: 15px;
	position: absolute;
	right: 0;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
	z-index: 2;
	transition: all 0.5s ease-in-out;
}

.sp-simpleportfolio-item .links-wrap a {
	border: 2px solid #fff;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	height: 50px;
	line-height: 50px;
	opacity: 0;
	position: relative;
	text-align: center;
	top: -100px;
	transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
	width: 50px;
	z-index: 5;
	border-radius: 4px;
}

.sp-simpleportfolio-item .links-wrap a:hover {
	background-color: #fff;
	border-color: #fff;
	color: var(--maincolor) !important;
}

.sp-simpleportfolio-item:hover .links-wrap a {
	filter: alpha(opacity=100);
	opacity: 1;
	top: 0;
	transition-delay: 0.7s;
}

.sp-simpleportfolio-item .links-wrap a::before {
	content: "\f002";
	font-family: "Font Awesome 5 Free", sans-serif;
	font-weight: 700;
}

.sp-simpleportfolio-item .links-wrap a.link-anchor {
	transition-delay: 0.8s;
}

.sp-simpleportfolio-item .links-wrap a.link-anchor::before {
	content: "\f0c1";
}

.sp-simpleportfolio-item .links-wrap a + a {
	margin-left: 6px;
}

.sp-simpleportfolio-item .portfolio-title {
font-size: 24px;
font-weight: 500;
margin-top: 25px;
opacity: 0;
-webkit-transform: scale(0);
transform: scale(0);
	transition: all 0.5s ease-in-out;
	transition-delay: 0.6s;
}

.sp-simpleportfolio-item:hover .portfolio-title {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}

.sp-simpleportfolio-item .portfolio-title a {
	font-size: inherit;
	font-weight: 500;
	text-transform: capitalize;
    color: #fff;
}

.sp-simpleportfolio-item .portfolio-title a:hover {
    color: rgba(255,255,255,.8);
}

.com-spsimpleportfolio.gallery-full #sp-main-body .container {max-width: 100%;}


.sp-simpleportfolio .item-content2 {
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
	text-align: center;
	border-color: transparent;
	padding: 35px;
}

.sp-simpleportfolio-item .item-content2 h6 {
font-size: 20px;
font-weight: 500;
margin-bottom: 0;
}

.sp-simpleportfolio-item .sp-simpleportfolio-tags {
background-color: var(--maincolor);
color: #fff;
display: inline-block;
font-size: 12px;
font-weight: 600;
margin-bottom: 0;
min-width: 80px;
padding: 7px 17px;
text-align: center;
text-transform: uppercase;
line-height: 1;
letter-spacing: .5px;
}

.sppb-image-carousel-layout1 .sppb-carousel-extended-content-wrap, .sppb-image-carousel-layout1 .sppb-carousel-extended-item img, .sppb-image-carousel-layout1 .sppb-carousel-extended-item-overlay {
	border-radius: 0;
}

/* */

/* BLOG */

.article-list .article {
	padding: 0;
	border: 0px solid #f5f5f5;
	border-radius: 4px 4px 0 0;
	position: relative;
	border-color: transparent;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}

.article-list .col-md-12 .article {margin-bottom: 0px;}

.article-list .row > .col-md-12 + .col-md-12 {margin-top: 100px;}

.article-list .article .article-intro-image, .article-list .article .article-featured-video, .article-list .article .article-featured-audio, .article-list .article .article-feature-gallery {
	margin: 0;
	border-radius: 4px 4px 0 0;
	border-bottom: 0px solid #f5f5f5;
	overflow: hidden;
	position: relative;
}

.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 {
	border-radius: 4px 4px 0 0;
	width: 100%;
	transform: none;
transition: all 0.5s ease-in-out;
}

.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 {
	border-radius: 4px 4px 0 0;
	width: 100%;
	transform: scale(1.2);
	transition: all 0.5s ease-in-out;
}

.article-body {
	padding: 55px 50px;
}

.article-list .article .article-header h1, .article-list .article .article-header h2 {
margin: 0 0 1rem !important;
font-size: 40px;
font-weight: 600;
line-height: 1;
text-transform: capitalize;
}

.article-list .article .article-header h1 a, .article-list .article .article-header h2 a {
	color: #444;
}

.article-list .article .article-header h1 a:hover, .article-list .article .article-header h2 a:hover, .article-list .article .article-header h1 a:active, .article-list .article .article-header h2 a:active, .article-list .article .article-header h1 a:focus, .article-list .article .article-header h2 a:focus {
	color: var(--maincolor);
}

.article-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	line-height: 1;
	left: 0px;
	position: absolute;
	top: 0px;
	z-index: 4;
	display: block;
	margin-bottom: 0;
padding: 10px;
background: linear-gradient(1800deg, rgba(141, 117, 255, 0.95) 10%, rgba(58, 25, 205, 0.95) 100%) transparent;
	border-radius: 4px 0 0 0;
}

.article-info > span {
color: #fff;
text-align: center;
font-weight: 400;
line-height: 20px;
font-size: 16px;
}

.article-info > span a {
	color: #fff;
}

.article-info > span a:hover {
	color: rgba(255,255,255,0.8);
}


.article-info > span:not(:last-child), .article-info > span:not(:last-child) {
	margin-right: 10px;
}

.article-info > span + span::before {
	display: none;
}

.article-info > span i {
	font-size: 16px;
	margin-right: 5px;
	position: relative;
}

.article-list .article .readmore .entry-footer {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}

.article-list .article .readmore .entry-footer .createdby {	
color: #888;
font-size: 14px;
font-family: 'Poppins', sans-serif;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 0.05em;
}

.article-list .article .readmore .entry-footer .createdby i {
	margin-right: 5px;
}

.article-list .article .readmore a {
	font-size: 16px;
	font-weight: 600;
	line-height: 50px;
	margin-bottom: 0;
	width: 50px;
	height: 50px;
	text-align: center;
	padding: 0;
	background: linear-gradient(1800deg, rgba(141, 117, 255, 0.95) 10%, rgba(58, 25, 205, 0.95) 100%) transparent;
	color: #fff;
	border-radius: 50%;
	flex-shrink: 1;
	margin-bottom: 0;
	border: 0px solid transparent;
}

.article-list .article .readmore a:hover, .article-list .article .readmore a:active, .article-list .article .readmore a:focus {
	background: linear-gradient(1800deg, rgba(141, 117, 255, 0.95) 10%, rgba(58, 25, 205, 0.95) 100%) transparent;
	color: #fff;
	opacity: .8;
}

.article-list .article .article-intro-image a:after {
display: flex;
justify-content: center;
position: absolute;
left: 0;
bottom: 0;
width: 100%;
background: linear-gradient(1800deg, rgba(141, 117, 255, .75) 10%, rgba(58, 25, 205, .75) 100%) transparent;
transition: all 0.5s ease-in-out;
transform: translatey(100%);
height: 100%;
align-items: center;
content: "";
}
.article-list .article:hover .article-intro-image a:after{
	transform: translatey(0%);
}

.article-list .article .article-intro-image a:hover > img {
	opacity: 1;
}

/* SINGLE POST */

.article-details {
	border-color: transparent;
	box-shadow: none;
	position: relative;
}

.article-details .article-full-image {
	text-align: center;
	margin-bottom: 0;
}

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

.article-details .article-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	line-height: 1;
	left: 0px;
	position: relative;
	top: 0px;
	z-index: 4;
	display: block;
	padding: 0;
	background: transparent;
	border-radius: 0;
	margin-bottom: 15px;
	color: #888;
	font-size: 12px;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin-top: 50px;
}

.single-article-content {
	padding: 0;
}

.article-details .article-info > span,
.article-details .article-info > span a {
	margin-bottom: 7px;
	color: #888;
	font-size: 12px;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.article-details .article-info > span:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 3px;
	color: var(--maincolor);
	content: "\f07c";
}

.article-details .article-info > span.hits:before {
	content: "\f140";
}

.article-info > span + span::before {
	display: inline-block;
	padding-right: 0;
	padding-left: 0;
	content: "";
}

.article-details .article-header h1, .article-details .article-header h2 {
	font-size: 48px;
	margin-bottom: 20px;
}

.article-details p {margin-bottom: 25px;}


.article-details blockquote {
	padding: 21px;
	background: #f7f7f7;
	border-left: 5px solid var(--maincolor);
	font-style: italic;
	font-size: 18px;
	line-height: 27px;
}

.article-details blockquote p {margin: 0;}

.tags {
	list-style: none;
	padding: 0;
	margin: 30px 0 30px 0;
	display: block;
}

.list-inline-item:not(:last-child) {
	margin-right: 0;
}

.tags:before {
	display: inline-block;
	font-size: 18px;
	color: #444;
	margin-right: 5px;
	font-weight: 500;
	content: "Tag : ";
	font-family: 'Poppins', sans-serif;
}

.tags > li a {
height: 24px;
line-height: 24px;
text-align: center;
padding: 0 13px;
font-size: 14px;
font-weight: 400;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
margin-right: 8px;
margin-bottom: 10px;
}

.blog__share:before {
	display: inline-block;
	font-size: 18px;
	color: #444;
	margin-right: 5px;
	font-weight: 500;
	content: "Share : ";
	font-family: 'Poppins', sans-serif;
}

.mb-30 {
    margin-bottom: 30px;
}

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

.article-social-share .social-share-icon ul li a {
	border: none;
	font-size: 16px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #f1f1f1;
	display: inline-block;
}

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

.blog__author {
	padding: 30px 40px;
	-webkit-box-shadow: 0px 1px 4px 0px rgba(10, 0, 58, 0.14);
	-moz-box-shadow: 0px 1px 4px 0px rgba(10, 0, 58, 0.14);
	box-shadow: 0px 1px 4px 0px rgba(10, 0, 58, 0.14);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 95px;
}

.mr-30 {
	margin-right: 30px;
}

.blog__author-content h5 {
	font-size: 18px;
	margin-bottom: 0;
}

.blog__author-content span {
	font-size: 14px;
	display: inline-block;
	margin-bottom: 15px;
}

#article-comments {
	padding-top: 0;
	margin-top: 0;
	border-top: 0px solid #f5f5f5;
}

.article-details .article-featured-video, .article-details .article-featured-audio, .article-details .article-feature-gallery {
	margin-bottom: 0;
}
.article-details .article-featured-video, .article-details .article-featured-audio, .article-details .article-feature-gallery {
	margin-bottom: 0;
}

.tours-blog .blog__share, .tours-blog .blog__author {display: none !important;}

/* */

/* SHOP */

.j2store-single-product {
	margin-bottom: 30px;
	border: 0px solid #e1e1e1;
	position: relative;
	text-align: left;
	box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.product-wrap {
	background-color: #fff;
	padding: 30px;
	text-align: center;
}

.j2store-single-product .product-title {
font-size: 24px;
text-transform: capitalize;
font-weight: 500;
letter-spacing: 0;
line-height: 1.2em;
margin: 0 0 0.8rem;
padding-left: 0;
padding-right: 0;
text-transform: none;
}

.product-price-container {
display: block;
font-size: 20px;
font-weight: 300;
color: #686665;
margin: 10px auto;
}

.base-price, .sale-price {
	line-height: 1.5;
	display: inline-block;
}

.product-price-container .strike {
	text-decoration: line-through;
	font-size: 20px;
	color: #686665;
	font-weight: 300;
}

.product-price-container .sale-price {
	font-size: 20px;
	font-weight: 300;
	color: var(--maincolor);
}

.discount-percentage {
	background-color: var(--maincolor);
	border-radius: 0;
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	left: 17px;
	line-height: 1;
	position: absolute;
	top: 16px;
	z-index: 2;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 24px;
}

.j2store-addtocart-form {
	margin-top: 15px;
}

.j2store-addtocart-form .sppb-btn {padding: 10px 29px !important;}

/* Single Product */


.j2store-product-main-image {
	margin-bottom: 0;
	width: 100%;
}

ul.additional-image-list {
list-style: none;
margin: 0;
padding: 0;
color: transparent;
font-size: 0;
line-height: 0;
position: absolute;
text-align: center;
width: 100%;
margin: 1px -5px;
overflow: hidden;
position: static;
margin-bottom: 0;
margin-top: 5px;
}

.additional-image-list li {
	float: left;
	margin: 0 0 1px;
	padding: 0 0 0 5px;
	width: 20%;
	display: block;
	cursor: pointer;
}

.product-title-simple {
	display: block;
	font-size: 34px;
	text-transform: capitalize;
	font-weight: 500;
	margin-bottom: 5px;
	margin-top: 0;
}

.product-sdesc ul.list-styled {padding: 20px 0; list-style: none; margin: 0;}

.product-sdesc ul.list-styled li {
	padding: 5px 0 5px 0;
    padding-left: 30px;
	list-style: none;
	position: relative;
	margin: 0;
}

.list-styled ul li::before, ul.list-styled li::before {
	color: var(--maincolor);
	content: "\f058";
	font-family: "Font Awesome 5 Free";
	font-size: 16px;
	left: 0;
	position: absolute;
	top: 5px;
	font-weight: 900;
}

.simple-product .product-price-container .sale-price {
	font-size: 25px;
	font-weight: 500;
	color: var(--maincolor);
}

.type-product .j2store-addtocart-form-simple {
	margin: 20px 0 0;
}

.type-product .j2store-addtocart-form-simple:before {
    border-top: 1px solid #b2b2b2;
    content: "";
    display: block;
    margin-bottom: 26px;
    position: relative;
}


.type-product .options {
	display: flex;
	justify-content: space-between;
}

.options .option {
	position: relative;
	width: 100%;
}

.options .option + .option {
	padding-left: 15px;
}

.options b {
	display: block;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 5px;
	color: #444;
}

.options select {
display: block;
width: 100%;
padding: 20px;
font-size: inherit;
line-height: 1;
color: inherit;
height: 60px;
background-color: #fff;
background-image: none;
background-clip: padding-box;
box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
border-radius: 4px;
border: 0;
outline: none;
-webkit-appearance: none;
-moz-appearance: none;
text-indent: 1px;
text-overflow: "";
width: 100%;
text-align: center;
}

.type-product .j2store-add-to-cart {
	border-top: 1px solid #b2b2b2;
	display: block;
	margin-top: 25px;
	position: relative;
	padding-top: 25px;
}


.options .option select:not(.form-control):focus {
    background-color: #fff;
}

.form-control:focus {
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}

#sp-component .simple.detail.bs3 .j2store-addtocart-form-simple .sppb-btn {
	font-family: 'Poppins', sans-serif;
	position: relative;
	top: -1px;
	width: auto;
	margin-top: 0px;
	background: var(--maincolor) !important;
	color: #fff !important;
	padding: 15px 36px !important;
	border: 2px solid var(--maincolor) !important;
	font-weight: 300;
}

#sp-component .simple.detail.bs3 .j2store-addtocart-form-simple .sppb-btn:hover {
	background: #fff !important;
	color: var(--maincolor) !important;
}


.product-qty input[type="text"], .product-qty input[type="number"],
.product-qty input[type="text"]:focus, .product-qty input[type="number"]:focus {
	display: inline;
	height: 50px;
	padding: 0 !important;
	width: auto !important;
	text-align: center;
	margin: 0px;
	-moz-appearance: textfield;
	-webkit-appearance: textfield;
	background-color: #fff;
	border: 1px solid var(--maincolor);
	color: #444;
	line-height: 60px;
	max-width: 80px;
	padding-left: 30px !important;
	padding-right: 30px !important;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	border-radius: 0;
	box-shadow: none;
}

.j2store-addtocart-form-simple .sppb-btn {
	position: relative;
	top: -1px;
	width: auto;
	margin-top: 40px;
}

.woocommerce-tabs {
	clear: both;
	margin-bottom: 4em;
	margin-top: 100px;
}

.woocommerce-tabs ul.nav-tabs {
border-bottom: none;
list-style: none;
margin-bottom: 1px;
padding-left: 0;
position: relative;
z-index: 1;
display: flex;
line-height: 1.9;
margin-bottom: -1px;
}

.woocommerce-tabs ul.nav-tabs li {
border-bottom: none;
display: flex;
padding: 0;
position: relative;
z-index: 1;
}

.woocommerce-tabs ul.nav-tabs li + li {
	border-top: none;
}

.woocommerce-tabs ul.nav-tabs li a {	
line-height: 1;
background: var(--maincolor);
color: #fff;
min-width: unset;
padding: 22px 35px;
border: none;
border-radius: 0;
font-size: 16px;
font-weight: 400;
margin-right: 2px;
}

.woocommerce-tabs ul.nav-tabs li a:hover {
background: #fff;
color: var(--maincolor);
box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}

.tab-content > .active.fade:not(.show) {
	opacity: 1;
}

.woocommerce-tabs .tab-content {
background-color: #fff;
box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
padding: 53px 60px;
position: relative;
margin-top: 0;
}

.woocommerce-tabs .tab-content h6 {font-size: 24px; margin-bottom: 20px;}


.sppb-btn-primary.focus, .sppb-btn-primary:focus {
	color: #fff;
	box-shadow: none !important;
}

.related, .upsells, .cross-sells {
	margin-top: 74px;
}

.cross-sells .j2store-single-product {
	margin-bottom: 30px;
	border: 1px solid #e1e1e1;
	position: relative;
	text-align: center;
}

.crosssell-product .j2store-single-product .sppb-btn {margin-top: 15px !important;}

.related .j2store-single-product img {width: 100%;}




/* CART */

.j2store-single-product-view input.j2store-cart-button,
.view-carts .j2store-cart-buttons .buttons-left input,
.view-carts .buttons-right a,
#button-account,
#button-login,
#button-guest,
#button-payment-method,
#bank_form input,
.view-carts .buttons-right a:hover,
.view-carts .buttons-right a:active,
.view-carts .buttons-right a:focus,
.view-checkout input.btn {
	font-family: 'Poppins', sans-serif;
	overflow: hidden;
	position: relative;
	z-index: 1;
	border: 2px solid transparent;
	border-radius: 4px;
	padding: 15px 36px;
	cursor: pointer;
	text-transform: capitalize;
	letter-spacing: .5px;
	font-size: 16px;
    font-weight: 500;
	white-space: normal;
	background-color: var(--maincolor) !important;
	color: #fff !important;
	border-color: var(--maincolor) !important;
}


body .sppb-btn.sppb-btn-primary:hover {
}


.view-carts .buttons-right a,
.j2store-single-product-view input.j2store-cart-button:hover,
.j2store-single-product-view input.j2store-cart-button:focus,
.j2store-single-product-view input.j2store-cart-button:active,
.view-carts .j2store-cart-buttons .buttons-left input:hover,
.view-carts .j2store-cart-buttons .buttons-left input:active,
.view-carts .j2store-cart-buttons .buttons-left input:focus,
#button-account:hover,
#button-account:active,
#button-account:focus,
#button-login:hover,
#button-login:active,
#button-login:focus,
#button-guest:hover,
#button-guest:active,
#button-guest:focus,
#button-payment-method:hover,
#button-payment-method:active,
#button-payment-method:focus,
#bank_form input:hover,
#bank_form input:active,
#bank_form input:focus,
.payment input:hover,
.payment input:active,
.payment input:focus,
.buttons input:hover,
.buttons input:active,
.buttons input:focus,
.view-checkout input.btn:hover,
.view-checkout input.btn:active,
.view-checkout input.btn:focus {
background-color: #fff !important;
color: var(--maincolor) !important;
border-color: var(--maincolor) !important;
}

.view-carts .j2store-cart-buttons .buttons-left .cart-continue-shopping-button input,
#button-login,
#button-login:hover,
#button-guest,
#button-guest:hover,
#button-payment-method,
#button-payment-method:hover,
#bank_form input,
#bank_form input:hover,
#button-account,
#button-account:hover {margin-left: 0;}

.j2store-remove,
.j2store-remove:hover {
height: 50px;
padding-left: 10px !important;
padding-right: 10px !important;
line-height: 50px;
max-width: 80px;
min-width: auto;
margin-bottom: 0 !important;
padding-top: 0;
padding-bottom: 0;
margin-top: -2px;
}

.view-carts input[type="number"]:not(.form-control):focus {
	background-color: #eef3f5;
}

#onCheckoutPayment_wrapper .payment-plugin-image-label {padding-right: 5px;}

.customer-note {margin-bottom: 20px;}

.customer-note textarea {
	height: auto !important;
	width: auto !important;
}

.view-checkout .checkout-content .left label input,
.view-checkout .checkout-content .shipping-make-same input {
	width: inherit;
	height: inherit;
	margin-right: 7px;
	display: inline-block;
}

.view-checkout .checkout-content .shipping-make-same input {width: auto !important;}

.view-checkout #sp-main-body h2,
.view-checkout #sp-main-body h3 {
	font-size: 24px;
	padding: 10px 0 15px 0;
}

.view-myprofile #sp-main-body ul > li > a {margin: 5px 20px 15px 0; display: inline-block;}

.view-myprofile #sp-main-body label {display: block;}

.view-checkout input.btn {width: unset !important; margin-top: 0; border: none !important;}

.view-checkout textarea {
    height: auto !important;
}

.btn:active, .btn:focus {
	box-shadow: none !important;
}

input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
	display: inline-block;
}

#bank_form input {margin-top: 20px;}

.view-checkout .j2store.checkout h1 {display: none;}

.j2store-cart .row-fluid .span6 {padding-top: 60px;}

/* */

/* PAGINATION */

.pagination {
	display: block;
	padding-left: 0;
	list-style: none;
	border-radius: 0;
	margin-top: 35px;
	text-align: center;
}

.page-link {
	position: relative;
	display: block;
	background-color: #fff;
	border: 1px solid #e4ebe8;
	border-radius: 100% !important;
	color: #7a998c;
	display: inline-block;
	height: 2.5em;
	letter-spacing: 0;
	line-height: 1;
	margin-left: 0;
	margin-right: 4px;
	min-width: 2.5em;
	padding: 0.6em 0.4em 0.3em;
	text-align: center;
}

.page-item {display: inline-block;}

.page-item.active .page-link {
	z-index: 1;
	background-color: var(--maincolor);
	border-color: var(--maincolor);
	color: #fff;
}

.page-link:hover {
	z-index: 2;
	text-decoration: none;
	background-color: var(--maincolor);
	border-color: var(--maincolor);
	color: #fff;
}

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



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


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


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

#map_inner > div:first-child {display: none !important;}

#map_inner > div text {font-size: 0px !important;}

/* RTL */

body.rtl .sp-megamenu-parent > li.sp-has-child > a::before, body.rtl .sp-megamenu-parent > li.sp-has-child > span::before, body.rtl .sp-megamenu-parent .sp-dropdown .sp-dropdown-items .sp-has-child > a::after {
display: none;
}

body.rtl .sp-megamenu-parent > li > a:after {
	content: "";
	background: var(--maincolor);
	top:0;
	left:0;
	height: 2px;
	width: 0;
	display: block;
	position: absolute;
	transition: all 0.5s ease-in-out;
}

body.rtl #sp-header.header-sticky .sp-megamenu-parent > li > a:after {
	background: #fff;
}

body.rtl .sp-megamenu-parent > li:hover > a:after,
body.rtl .sp-megamenu-parent > li.active > a:after {
	content: "";
	background: var(--maincolor);
	top:0;
	left:0;
	height: 2px;
	width: 100%;
	display: block;
	position: absolute;
}

body.rtl #sp-header.header-sticky  .sp-megamenu-parent > li:hover > a:after,
body.rtl #sp-header.header-sticky  .sp-megamenu-parent > li.active > a:after {
	background: #fff;
}

body.rtl .sp-megamenu-parent {
	float: none;
}


@media (min-width: 992px){

body.rtl #offcanvas-toggler {
	line-height: 40px;
	height: 40px;
	padding: 0px 0px 0px 0px;
	width: 40px;
	color: #fff;
	background-color: var(--maincolor);
	border-color: var(--maincolor);
	border-style: solid;
	border-width: 1px;
	border-radius: 4px;
	font-size: 14px;
	text-align: center;
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translatey(-50%);
	z-index: 999;
	right: auto;
}

body.rtl #offcanvas-toggler:hover {
	background-color: transparent;
}

body.rtl.offcanvs-position-right.offcanvas-active .body-wrapper { right: 0; }

body.rtl .close-offcanvas { width: 30px; height: 30px; background: none; }
body.rtl .close-offcanvas:before,
body.rtl .close-offcanvas:after { content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; height: 1px; border-top: 1px solid; margin: auto; }
body.rtl .close-offcanvas:before { transform: rotate(-45deg); }
body.rtl .close-offcanvas:after { transform: rotate(45deg); }
body.rtl .offcanvas-menu .close-offcanvas > * { display: none; }


body.rtl.offcanvs-position-right .offcanvas-menu { top: -100%; right: 0; 
	background: linear-gradient(180deg, var(--maincolor) 0%, var(--secondcolor) 100%);}
.offcanvas-menu { width: 100%; display: flex; align-items: center; justify-content: center; }
body.rtl:not(.offcanvas-active) .offcanvas-menu {  transition-delay: 1.2s; }
body.rtl .offcanvas-menu:before { content: ""; position: absolute; top: 0; right: 0; left: 0; height: 0; transition: inherit; }
body.rtl .offcanvas-menu:before { transition-delay: .6s; }
body.rtl.offcanvs-position-right.offcanvas-active .offcanvas-menu { top: 0; }
body.rtl .offcanvas-active .offcanvas-menu:before { height: 100%; }


body.rtl .close-offcanvas {
	position: absolute;
	top: 15px;
	z-index: 1;
	border-radius: 100%;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	font-size: 14px;
	background: var(--maincolor);
	color: #fff;
}
body.rtl .close-offcanvas:hover {
	background: #fff;
	color: var(--maincolor);
}
}


body.rtl .sppb-carousel-extended {
	direction: ltr;
}

body.rtl #sppb-addon-1617238603587 .article-meta span i {
	margin-left: 3px;
}

body.rtl .sppb-text-left {
	text-align: right;
}

body.rtl .sppb-text-right {
	text-align: left;
}

body.rtl .pull-right {
	float: left !important;
margin-left: 0 !important;
margin-right: 15px !important;
}

body.rtl .pull-left {
	float: right !important;
margin-left: 15px !important;
margin-right: 0 !important;
}

body.rtl #sppb-addon-1617071517087 .sppb-form-control {
	border-radius: 0;
}

body.rtl .sppb-btn.sppb-btn-primary {
	border-radius: 0;
}

body.rtl #sppb-addon-1617071517087 .sppb-btn.sppb-btn-primary::after {
	right: 0;
}

body.rtl #sppb-addon-1617071517087 .sppb-btn.sppb-btn-primary:hover {
	border-color: #fff;
	border-right-color: rgba(255,255,255,.5);
}

body.rtl #sppb-addon-1617588637185 ul li::before {
	right: -20px;
}

body.rtl .sppb-progress-label > span {
	float: left;
}

body.rtl #sppb-addon-1617757509511 .article-meta span i {
	margin-left: 3px;
	margin-right: 0;
}

body.rtl #sppb-addon-1618362368055 li {
	padding-right: 30px;
}

body.rtl #sppb-addon-1618362368055 ul.negative-list li::before,
body.rtl #sppb-addon-1618362368055 ul.positive-list li::before {
	right: 0;
}

body.rtl #sppb-addon-1618192981443 .media-image,
body.rtl #sppb-addon-1618195814207 .media-image {
	max-width: 90px;
	padding-right: 0 !important;
	padding-left: 15px;
}

body.rtl #sppb-addon-1618194587787 ul > li span,
body.rtl #sppb-addon-1618195814211 ul > li span {
	float: left !important;
}

body.rtl .article-details .article-info > span::before {
	margin-right: 0;
	margin-left: 3px;
}

body.rtl .blog__share::before {
	margin-right: 0;
	margin-left: 5px;
}

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

body.rtl .mr-30 {
	margin-right: 0px;
	margin-left: 30px;
}

body.rtl .product-sdesc ul.list-styled li {
	padding-left: 0px;
	padding-right: 30px;
}

body.rtl .list-styled ul li::before, ul.list-styled li::before {
	right: 0;
}

body.rtl .breadcrumb-item + .breadcrumb-item {
	padding-left: 0;
	padding-right: 26px;
}

body.rtl .sp-page-title .breadcrumb > li + li::before {
	padding-left: 30px;
	padding-right: 0px;
}

body.rtl #sppb-addon-1617423698396 div.mod-languages img {
	margin-right: 0;
	margin-left: 5px;
}

body.rtl #sppb-addon-1617423698396 div.mod-languages li {
	padding: 0px 20px 0px 36px !important;
}

/* J4 Optimization */

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

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

.offcanvas-menu > .d-flex {
	padding: 0 !important;
}

.offcanvas-menu > .d-flex > .logo,
.breadcrumb .float-start {
	display: none !important;
}

.burger-icon > span {
	background-color: #fff;
}
.text-start,
.text-left {
 text-align:left!important
}
.text-end,
.text-right {
 text-align:right!important
}
@media (min-width:576px) {
 .text-sm-start,
.text-sm-left {
  text-align:left!important
 }
 .text-sm-end,
.text-sm-right {
  text-align:right!important
 }
 .text-sm-center {
  text-align:center!important
 }
}
@media (min-width:768px) {
 .text-md-start,
.text-md-left {
  text-align:left!important
 }
 .text-md-end,
.text-md-right {
  text-align:right!important
 }
 .text-md-center {
  text-align:center!important
 }
}
@media (min-width:992px) {
 .text-lg-start,
.text-lg-left {
  text-align:left!important
 }
 .text-lg-end,
.text-lg-right {
  text-align:right!important
 }
 .text-lg-center {
  text-align:center!important
 }
}
@media (min-width:1200px) {
 .text-xl-start,
.text-xl-left {
  text-align:left!important
 }
 .text-xl-end,
.text-xl-right {
  text-align:right!important
 }
 .text-xl-center {
  text-align:center!important
 }
}

.sp-page-title {
	position: relative;
}

.media {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
}

.media-body {
	-ms-flex: 1;
	flex: 1;
}

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

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

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

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

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

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

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

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

a[class*="fa-"]::before,
ul.list-styled li::before {
	font-family: "Font Awesome 5 Free" !important;
	font-weight: 900 !important;
}

a[class*="fa-"]::before, a[class*="fa-"] > i {
	font-family: "Font Awesome 5 Brands" !important;
	font-weight: 400 !important;
}

.burger-icon {
	margin: auto;
}

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

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

.sp-megamenu-parent > li > a::before, .sp-megamenu-parent > li:hover > a::before, .sp-megamenu-parent > li.active > a::before {
	top: -5px;
}