@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Montserrat+Alternates:wght@300;400;500;600;700;800&family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&family=Urbanist:wght@300;400;500;600;700;800&display=swap");

#sp-header {
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0);
}

body {
	font-weight: 400;
	font-size: 16px !important;
	line-height: 28px !important;
	color: var(--tp-text-body);
}

body,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--tp-ff-heading);
}
h1,
h2,
h3,
h4,
h5,
h6 {
	letter-spacing: -0.01em;
}
/*header*/
@media (max-width: 1023px) {
.bgcover {
	background-size: cover !important;
}

.bgcover .sppb-btn-custom {
	position: relative !important;
	margin-top: 15px !important;
}
#sp-top1 .sppb-text-right {
	text-align: left !important;
}
	
#sp-header {
	height: 79px !important;
}	
#sp-header.transparent-one .sppb-addon-content {
	padding-top: 0px !important;	
}
}

@media (min-width: 1024px) {
.ttop {
    top: 0px;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
	text-transform: capitalize;
	font-size: 15px;
	position: relative;
	letter-spacing: 1px;
	font-weight: 500;
	color: var(--tp-heading-primary);
	position: relative;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  right: 0;
  left: auto;
  height: 1px;
  width: 0;
  background-color: var(--tp-theme-1);
  transition: 0.7s;
  display: inline-block;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item:hover a {
  color: var(--tp-theme-1);
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item:hover a::after {
  width: 100%;
  right: auto;
  left: 0;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
	padding: 25px 30px 25px 30px;
}

#sp-header.transparent-one {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 99;
	background: transparent;
}
#sp-header.transparent-one .logo {
	height: 105px;
}
#sp-header.transparent-one.header-sticky .logo {
	height: 80px;
}
#sp-header.transparent-one.header-sticky .sppb-addon-content {
	padding-top: 16px !important;	
}
}
.logo-image-phone {
	height: auto !important;
}

@media (max-width: 991px) {
#sp-header .logo {
	height: 75px !important;
}

}
#sp-header.transparent-one.header-sticky {
    position: fixed;
    left: 0;
    top: 0;
	width: 100%;
	margin: auto;
	display: block;
	background: #ffffff;
	z-index: 999;
	box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px !important;
	animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
}
#sp-header.transparent-one .sp-megamenu-parent > li > a {
	text-transform: capitalize;
	font-size: 15px;
	position: relative;
	letter-spacing: 1px;
	font-weight: 500;
}
#sp-header.transparent-one .sp-megamenu-parent > li > a, 
#sp-header.transparent-one .sp-megamenu-parent > li > span {
	line-height: 80px;
}
#sp-header.transparent-one .sp-megamenu-parent > li:hover > a {
	color: var(--tp-theme-1);
}
#sp-header.transparent-one .sppb-addon-content {
	padding-top: 29px !important;	
}

#sp-header.transparent-one.header-sticky .sppb-btn-custom.sppb-btn-round {
	box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}
#sp-header.transparent-one.header-sticky .sppb-btn-custom.sppb-btn-round:hover {
	box-shadow: rgba(0, 0, 0, 0) 0px 1px 3px 0px, rgba(27, 31, 35, 0) 0px 0px 0px 0px;
}





/*two*/
@media (max-width: 1023px) {
#sp-header.transparent-two {
	background-color: var(--tp-common-blue-2);
}
#sp-header.transparent-two .sppb-addon-content {
	padding-top: 17px !important;	
}
}


@media (min-width: 1024px) {
#sp-header.transparent-two .sppb-addon-content {
	padding-top: 29px !important;	
}
#sp-header.transparent-two {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 99;
	background: transparent;
}
#sp-header.transparent-two .logo {
	height: 105px;
}
#sp-header.transparent-two.header-sticky .logo {
	height: 80px;
}
}
#sp-header.transparent-two.header-sticky {
    position: fixed;
    left: 0;
    top: 0;
	width: 100%;
	margin: auto;
	display: block;
	background-color: var(--tp-common-blue-2);
	z-index: 999;
}

#sp-header.transparent-two .sp-megamenu-parent > li > a, 
#sp-header.transparent-two .sp-megamenu-parent > li > span {
	line-height: 80px;
	font-size: 17px;
	font-weight: 500;
	color: #ffffff;
}
#sp-header.transparent-two .sp-megamenu-parent > li:hover > a {
	color: #ffffff;
}


#sp-header.transparent-two.header-sticky .sppb-addon-content {
	padding-top: 16px !important;	
}


/*three*/
#sp-header.transparent-three {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (min-width: 1024px) {
#sp-header.transparent-three {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 99;
	background: transparent;
	height: 94px;
}

#sp-header.transparent-three .logo {
	height: 94px;
}
#sp-header.transparent-three.header-sticky .logo {
	height: 94px;
}
}
#sp-header.transparent-three.header-sticky {
    position: fixed;
    left: 0;
    top: 0;
	width: 100%;
	margin: auto;
	display: block;
	background-color: var(--tp-common-blue-2);
	z-index: 999;
	height: 94px;
}

#sp-header.transparent-three .sp-megamenu-parent > li > a, 
#sp-header.transparent-three .sp-megamenu-parent > li > span {
	line-height: 94px;
	font-size: 17px;
	font-weight: 500;
	color: #ffffff;
}
#sp-header.transparent-three .sp-megamenu-parent > li:hover > a {
	color: #ffffff;
}
#sp-header.transparent-three .sp-megamenu-parent > li::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0%;
  content: "";
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.14) 100%);
  filter: drop-shadow(0px 2px 0px #F8FF35);
  transition: 0.3s;
}
#sp-header.transparent-three .sp-megamenu-parent > li::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  content: "";
  background-color: var(--tp-common-yellow-3);
  transition: 0.3s;
}
#sp-header.transparent-three .sp-megamenu-parent > li:hover::after {
  height: 100%;
}
#sp-header.transparent-three .sp-megamenu-parent > li:hover::before {
  width: 100%;
}
#sp-header.transparent-three .sp-megamenu-parent > li > a, 
#sp-header.transparent-three .sp-megamenu-parent > li > span {
	z-index: 999;
	position: relative;
}
#sp-header.transparent-three .sp-megamenu-parent > li:last-child > a {
	padding: 0px 15px 0px 15px;
}


#sp-header.transparent-three .sppb-addon-content {
	padding-top: 23px !important;	
}
#sp-header.transparent-three.header-sticky .sppb-addon-content {
	padding-top: 23px !important;	
}
/**/


/*threed*/
#sp-header.transparent-threed {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (min-width: 1024px) {
#sp-header.transparent-threed {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 99;
	background: transparent;
	height: 94px;
}

#sp-header.transparent-threed .logo {
	height: 94px;
}
#sp-header.transparent-threed.header-sticky .logo {
	height: 94px;
}
}
#sp-header.transparent-threed.header-sticky {
    position: fixed;
    left: 0;
    top: 0;
	width: 100%;
	margin: auto;
	display: block;
	background-color: var(--tp-common-blue-2);
	z-index: 999;
	height: 94px;
}

#sp-header.transparent-threed .sp-megamenu-parent > li > a, 
#sp-header.transparent-threed .sp-megamenu-parent > li > span {
	line-height: 94px;
	font-size: 17px;
	font-weight: 500;
	color: #ffffff;
}
#sp-header.transparent-threed .sp-megamenu-parent > li:hover > a {
	color: #ffffff;
}
#sp-header.transparent-threed .sp-megamenu-parent > li::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0%;
  content: "";
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.14) 100%);
  filter: drop-shadow(0px 2px 0px #F8FF35);
  transition: 0.3s;
}
#sp-header.transparent-threed .sp-megamenu-parent > li::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  content: "";
  background-color: var(--tp-common-yellow-3);
  transition: 0.3s;
}
#sp-header.transparent-threed .sp-megamenu-parent > li:hover::after {
  height: 100%;
}
#sp-header.transparent-threed .sp-megamenu-parent > li:hover::before {
  width: 100%;
}
#sp-header.transparent-threed .sp-megamenu-parent > li > a, 
#sp-header.transparent-threed .sp-megamenu-parent > li > span {
	z-index: 999;
	position: relative;
}
#sp-header.transparent-threed .sp-megamenu-parent > li:last-child > a {
	padding: 0px 15px 0px 15px;
}


#sp-header.transparent-threed .sppb-addon-content {
	padding-top: 1px !important;	
}
#sp-header.transparent-threed.header-sticky .sppb-addon-content {
	padding-top: 1px !important;	
}

/*four*/

#sp-header.transparent-four {
    position: relative;
    width: 100%;
    z-index: 99;
	background: #ffffff;
}
#sp-header.transparent-four .logo {
	height: 80px;
}
#sp-header.transparent-four.header-sticky .logo {
	height: 80px;
}
#sp-top2 {
	text-align: right !important;
	float: right !important;
}
#sp-top2 .d-flex {
	display: block !important
}
#sp-header.transparent-four.header-sticky {
    position: fixed !important;
    left: 0 !important;
    top: 0 !important;
	width: 100% !important;
	margin: auto !important;
	display: block !important;
	background: #ffffff;
	z-index: 99999 !important;
}
#sp-header.transparent-four .sp-megamenu-parent > li > a {
	text-transform: capitalize;
	font-size: 16px;
	position: relative;
	letter-spacing: 1px;
	font-weight: 500;
	color: var(--tp-common-black);
}
#sp-header.transparent-four .sp-megamenu-parent > li > a, 
#sp-header.transparent-four .sp-megamenu-parent > li > span {
	line-height: 80px;
}
#sp-header.transparent-four .sp-megamenu-parent > li:hover > a {
	color: var(--tp-common-blue-3);
}


#sp-header.transparent-four .sppb-addon-content {
	padding-top: 16px !important;	
}
#sp-header.transparent-four.header-sticky .sppb-addon-content {
	padding-top: 16px !important;	
}


/**/

.tophero-one .sppb-img-responsive {
	position: relative;
}
.tophero-one .sppb-img-responsive:after {
	position: absolute;
	content: "";
	top: 47px;
	left: -40px;
	right: 0;
	height: 100%;
	width: 108%;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.0224) 0%, rgba(255, 255, 255, 0) 100%);
	border: 1px solid rgba(255, 255, 255, 0.14);
	filter: drop-shadow(0px 30px 50px rgba(1, 6, 20, 0.12));
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	box-shadow: 0px 30px 50px rgba(1, 6, 20, 0.12);
	border-radius: 20px;
	z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.tophero-one .sppb-img-responsive:after {
	
left: -26px;
}
}
@media (max-width: 767px) {
.tophero-one .sppb-img-responsive:after {
	top: 22px;
	left: -13px;
}
}

.tp-service__dashboard {
	background-image: url(../../../images/sv-bg.jpg);
}

.zindextop {
	position: relative !important;
	z-index: 9 !important;
}
.zindexunder {
	position: relative !important;
	z-index: 0 !important;
}
.tp-project__content h4 a,
.tp-project__content h4 {
	font-family: var(--tp-ff-heading);
	color: var(--tp-heading-primary) !important;
	font-weight: 700 !important;
}
.tp-project__author-info h4 {
	color: var(--tp-heading-primary);
}
.tp-rank__cup img,
.tp-rank__company img {
	display: inline-block !important;
}
.tp-rank__item.active {
	position: relative;
}
.tp-price__feature ul {
	padding-left: 0;
}
.tp-price__btn a,
.tp-price__item:hover .tp-price__btn a {
	transition: all 0.3s ease-out 0s !important;
}
.tp-price__title-sm {
	color: var(--tp-heading-primary) !important;
}

.tp-copyright__lang ul > li > a:hover {
 color: var(--tp-common-red) !important;
}
.tp-copyright__lang ul {
	margin-bottom: 0 !important;
}
.p-relative {
	position: relative !important;
}
.zindexmin {
	position: relative !important;
	z-index: 0 !important;
}
.zindexmax {
	position: relative !important;
	z-index: 9 !important;
}
.tp-payment-method__wrapper img:hover,
.tp-payment-method__wrapper img {
transition: 0.3s;
}

.tp-service-2__title-sm a,
.tp-service-2__title-sm a:hover {
	color: var(--tp-common-black);
}
.tp-counter-wrap .sppb-animated-number-title {
  margin-top: 0 !important;
}
.tp-service-sm-content .tp-service-sm-title a {
	color: var(--tp-common-black);
}
.author-rated-logo img {
	margin-left: auto;
	margin-right: auto;
}
.hiddn {
	overflow: hidden !important;
}
.sppb-carousel-extended-outer-stage {
	perspective: inherit;
}
.home3 .sppb-article-info-wrap h3 a:hover {
  color: var(--tp-theme-1);
}
.home3 .sppb-article-info-wrap h3 a,
.home3 .sppb-article-info-wrap h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-urban);
}

.home3 .sppb-addon-articles .sppb-meta-category a {
  font-weight: 700;
  font-size: 12px;
  line-height: 8px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--tp-common-blue);
  font-family: var(--tp-ff-urban);
  border: 1px solid rgba(91, 108, 255, 0.1);
  border-radius: 30px;
  display: inline-block;
  padding: 8px 12px;
}

.home3 .sppb-addon-articles .sppb-meta-date {
  font-weight: 500;
  font-size: 14px;
  line-height: 12px;
  color: #787B83;
  padding-left: 12px;
  margin-left: 12px;
  position: relative;
}

.home3 .sppb-article-img-wrap:hover img {
  transform: scale(1.02);
}
.home3 .sppb-article-img-wrap img {
  border-radius: 30px;
  width: 100%;
  transition: transform 0.3s linear;
	margin-bottom: 25px;
	overflow: hidden;
}
.home3 .sppb-article-img-wrap {
	overflow: hidden;
}

.home4 .sppb-article-img-wrap:hover img {
  transform: scale(1);
}
.home4 .sppb-article-img-wrap img {
  border-radius: 20px 20px 0 0;
  width: 100%;
  transition: transform 0.3s linear;
	margin-bottom: 25px;
	overflow: hidden;
}
.home4 .sppb-article-img-wrap {
	overflow: hidden;
}
.article-details .article-full-image img {
border-radius: 30px;
}
#sp-main-body .col-lg-12 .article-details .article-full-image {
margin-top: -200px;
position: sticky;
top: 100px;
}
.article-details .article-full-image {
border-radius: 30px;
}
.article-details .article-header h1, 
.article-details .article-header h2 {
	font-weight: 700;
	font-size: 34px;
	line-height: 1.2;
	color: var(--tp-common-black);
	padding-bottom: 10px;
}
.article-details h3 {
font-weight: 700;
font-size: 34px;
line-height: 1.2;
color: var(--tp-common-black);
padding-bottom: 10px;
}
.tags > li a {
border: 1px solid #F2F4F6;
color: #8A879F;
padding: 10px 25px;
border-radius: 30px;
transition: 0.3s;
font-weight: 500;
font-size: 14px;
background: #fafafa;
}
.tags > li a:hover {
	background: var(--tp-common-blue-4);
	color: #ffffff;
	border-color: var(--tp-common-blue-4)
}

.postbox__details-qoute {
	margin-bottom: 20px;
}

.article-list .article:hover {
  border: 1px solid #F0F0F0;
  box-shadow: 0px 10px 20px rgba(1, 16, 61, 0.1);
  border-radius: 30px;
transition: transform 0.3s linear;
}

.article-list .article {
	border: 1px solid #F0F0F0;
	border-radius: 30px !important;
	transition: 0.3s;
	background-color: #ffffff;
transition: transform 0.3s linear;
	padding: 30px;
}
.article-list .article .article-header h1 a, 
.article-list .article .article-header h2 a {
	color: var(--tp-common-black);
}
.article-list .article .article-header h1, 
.article-list .article .article-header h2 {
	font-weight: 700;
	font-size: 24px;
	line-height: 32px;
	color: var(--tp-common-black);
}
.article-info .category-name a {
  font-weight: 700;
  font-size: 12px;
  line-height: 8px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--tp-common-blue);
  border: 1px solid rgba(91, 108, 255, 0.1);
  border-radius: 30px;
  display: inline-block;
  padding: 8px 12px;
}

.article-info .published {
  font-weight: 500;
  font-size: 14px;
  line-height: 12px;
  color: #787B83;
  padding-left: 12px;
  margin-left: 12px;
  position: relative;
  padding-top: 7px;
}

.article-intro-image img {
	border-radius: 20px 20px 0 0 !important;
	width: 100%;
	transition: transform 0.3s linear;
}
.article-intro-image img {
	overflow: hidden;
}
.hide .article-introtext {
	display: none;
}
.blog222 .article-intro-image img {
  overflow: hidden;
  object-fit: cover;
  height: 390px;
}
.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: -30px -30px -20px -30px;
}

.article-header {
	padding-top: 40px;
}
.article-info > span + span::before {
	content: " " !important;
}
.article-list .article .article-header h1 a:hover, .article-list .article .article-header h1 a:active, .article-list .article .article-header h1 a:focus, .article-list .article .article-header h2 a:hover, .article-list .article .article-header h2 a:active, .article-list .article .article-header h2 a:focus {
	color: var(--tp-theme-1);
}
/**/

.tp-service-4-title a {
	color: #ffffff;
}

.tp-about-top-img {
	left: 40% !important;
}
.tp-security-feature ul {
	padding-left: 0;
}
.tp-about-top-img-2 {
	opacity: 0.3;
}


.nosppace .sppb-col-md-8,
.nosppace .col-8 {
	padding-left: 0 !important;
}
.nosppace .col-4 {
	padding-right: 0 !important;
}

@media (min-width: 1025px) {
	.sp-page-title .sp-page-title-heading {
	font-style: normal;
	font-weight: 600;
	font-size: 80px;
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: #FFFFFF;
	position: relative;
	margin-top: 100px;
}
}
.sp-page-title {
	padding-top: 115px;
	padding-bottom: 110px;
}
.view-article .sp-page-title {
	padding-top: 115px;
	padding-bottom: 150px;
}
@media (max-width: 1024px) {
.sp-page-title .sp-page-title-heading {
	font-weight: 700;
	font-size: 70px;
	line-height: 1.1;
	letter-spacing: -0.02em;
	color: #FFFFFF;
	padding-bottom: 12px;
	margin-top: 60px;
	margin-bottom: 50px;
}
}
.sp-page-title .sp-page-title-sub-heading {
	font-weight: 500;
	font-size: 17px;
	line-height: 16px;
}

@media (min-width: 1025px) {
.tp-price-top-item {
	width: 33.33%;
	float: left;
}
}
@media (max-width: 1024px) {
.tp-price-top-item {
	width: 100%;
	float: left;
}
}
.tp-price-top-item {
	padding: 40px 20px;
}

.btneff .sppb-btn {
	background-color: var(--tp-common-yellow-3);
  color: var(--tp-common-black);
  border-radius: 100px;
  height: 60px;
  padding: 0 32px;
  font-weight: 600;
  font-size: 16px;
  line-height: 60px;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: 0.5s;
  transition-duration: 1s;
}

.btneff .sppb-btn::after {
background-color: #ffffff;
border-radius: 100px;
bottom: -100%;
content: "";
left: 0;
position: absolute;
right: 0;
top: -100%;
width: 100%;
transform: scaleY(0);
transform-origin: bottom;
transition-duration: 1s;
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
transition-timing-function: cubic-bezier(0.14, 0, 0, 1.01);
will-change: transform;
z-index: -1;
}
.btneff .sppb-btn:hover {
background-color: transparent;
color: var(--tp-common-black);
}
.btneff .sppb-btn:hover::after {
transform: scaleY(1);
transform-origin: top;
}
.w-100 .sppb-btn {
  width: 100% !important;
}
.mr-15 {
	margin-right: 15px;
}
.tp-testimonial-five-author-info h4 {
	color: var(--tp-heading-primary);
}
.z-index {
  position: relative;
  z-index: 2;
}

.text-center {
  text-align: center !important;
}
.tp-feature-five-icon img {
	display: inline;
	margin: auto;
	vertical-align: middle;
}
.about-shape-2 img {
	width: 100%;
}
.sp-page-title {
	background-size: cover !important;
	background-attachment: fixed !important;
}
.mb-25 {
	margin-bottom: 25px;
}

.com-sppagebuilder .sp-page-title {
  padding-top: 100px;
  padding-bottom: 220px;
}

.com-sppagebuilder.small-padd .sp-page-title {
  padding-top: 115px;
  padding-bottom: 110px !important;
}


.mb-20 {
  margin-bottom: 20px;
}
.mb-50 {
  margin-bottom: 50px;
}
.w-100 {
  width: 100% !important;
}
.pr-feature-title,
.pr-feature-title-sm {
	text-align: left;
}

.pr-feature-wrapper.scrolled {
position: fixed;
left: 0;
top: 100px;
display: block;
z-index: 999;
width: 100%;
}
.contact-form-social-box i,
.contact-form-social-box a {
	color: #5F6168;
}
.contact-form-social-box a:hover i,
.contact-form-social-box a:hover {
	color: #ffffff;
}

#sp-left .sp-module .sp-module-title, 
#sp-right .sp-module .sp-module-title {
	font-weight: 600;
	font-size: 18px;
	line-height: 16px;
	color: var(--tp-common-black);
	padding: 0px 0px 20px 0;
	border-bottom: 1px solid #EDEDED;
}
#sp-left .sp-module, #sp-right .sp-module {
	border: 1px solid #E5E5E5;
	border-radius: 14px;
}
.mod-finder.js-finder-searchform.form-search input[type="text"] {
	border: 1px solid #E5E5E5;
	border-radius: 14px;
	width: 100%;
	height: 50px;
	line-height: 60px;
	padding: 0 25px;
}
.mod-finder.js-finder-searchform.form-search .awesomplete {
  width: 100%;
}
#sp-left .sp-module ul > li > a, 
#sp-right .sp-module ul > li > a {
color: #5F6168;
font-weight: 500;
font-size: 15px;
line-height: 30px;
}
#sp-left .sp-module ul > li:hover a, 
#sp-right .sp-module ul > li:hover a {
color: var(--tp-common-blue-4);
}

.mod-articlescategories li {
  position: relative;
  padding-left: 20px;
}

.mod-articlescategories li:before {
  position: absolute;
  top: 53%;
  left: 0;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f054";
  font-size: 12px;
}

.tagscloud .tag-name:hover {
  background: var(--tp-common-blue-4) !important;
  color: #ffffff !important;
  border-color: var(--tp-common-blue-4) !important;
}
.tagscloud .tag-name {
  border: 1px solid #F2F4F6 !important;
  color: #8A879F !important;
  line-height: 1;
  padding: 12px 25px !important;
  margin-bottom: 8px !important;
  margin-right: 8px;
  border-radius: 30px !important;
  transition: 0.3s;
  font-weight: 500;
  font-size: 14px !important;
  background: #ffffff !important;
}

/**/
.com_users .btn-primary:hover, 
.com_users .sppb-btn-primary:hover, 
.com_users .btn-primary, 
.com_users .sppb-btn-primary {
	background: #600ee4;
	background-color: #600ee4;
}
.btn.btn-secondary,
.com_users .btn-primary, 
.com_users .sppb-btn-primary {
font-weight: 600;
font-size: 16px;
border-radius: 12px;
padding: 15px 30px;
}

.member-registration .form-label {
	color: var(--tp-common-black);
}

.mb-15 {
  margin-bottom: 15px;
}
/* remove menu item arrow and small spaces
body.ltr .sp-megamenu-parent > li.sp-has-child > a::after, 
body.ltr .sp-megamenu-parent > li.sp-has-child > span::after {
	content: " " !important;
	margin-left: 0px !important;
}
*/

.transparent-two .sp-megamenu-parent > li > a, 
.transparent-two .sp-megamenu-parent > li > span {
	padding: 0 12.5px !important;
}

.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
	font-weight: 600;
	font-size: 14px;
	line-height: 12px;
	color: #5F6168;
	border: 1px solid #F0F0F0;
	border-radius: 20px;
	background: #ffffff;
	padding: 12px 30px;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a:hover,
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a {
	background-color: var(--tp-common-blue-2);
	border: 1px solid var(--tp-common-blue-2);
	color: #ffffff;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper,
.sp-simpleportfolio .sp-simpleportfolio-img {
	border-radius: 20px;

}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-vertical-middle > div .sp-simpleportfolio-title {
	font-weight: 700;
	font-size: 26px;
	line-height: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-vertical-middle .sp-simpleportfolio-tags {
	font-weight: 500;
	font-size: 12px;
	line-height: 12px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.sp-simpleportfolio-description h4 {
	font-weight: 600;
	font-size: 34px;
	color: #080829;
	padding-bottom: 5px;
}

.sp-simpleportfolio .sp-simpleportfolio-meta h4 {
	font-weight: 600;
	font-size: 27px;
	color: #080829;
}
.sp-simpleportfolio .sp-simpleportfolio-description > h2 {
	font-weight: 700;
	font-size: 70px;
	line-height: 1.1;
	letter-spacing: -0.02em;
	color: #080829;
}
.sp-simpleportfolio-client-avatar img {
	border: 1px solid var(--tp-text-body);
	border-radius: 10px;
}
.sp-simpleportfolio-link .btn-primary:hover,
.sp-simpleportfolio-link .btn-primary {
	border-color: var(--tp-common-blue-2);
	background-color: var(--tp-common-blue-2);
}
.sp-simpleportfolio-link .btn-primary {
	padding: 12px 30px;
	border-radius: 30px;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 600;
}
.sp-simpleportfolio .sp-simpleportfolio-meta {
	margin-top: 95px;
	border: 1px solid #eee;
	border-radius: 30px;
	padding: 30px 35px;
}

.sp-simpleportfolio .sp-simpleportfolio-description {
	padding-right: 30px;
}

.space-bbtn #sp-main-body {
	padding-bottom: 250px !important;
}

#sp-footer1 .sppb-icons-group-list li a {
  background-color: transparent !important;
  border-color: transparent !important;
  border-style: solid !important;
}
.sppb-article-info-wrap .tags {
	display: none;
}
#sp-footer1 .sppb-icons-group-list li {
  margin: 0 !important;
}
#sp-footer1 .sppb-btn {
  margin-right: -10px !important;
  position: absolute !important;
  right: 0 !important;
  top: 0 !important;
  margin-top: 3px !important;
}
#sp-footer1 #column-wrap-id-1682288648638 .sppb-addon-form-builder-form,
#sp-footer1 .sppb-addon-form-builder-form {
  position: relative !important;
}
#sp-footer1 .sppb-addon-form-builder-form {
	margin-left: 0 !important;
	padding-left: 0 !important;
}
#sppb-addon-1682288648650 .sppb-btn {
  margin-top: 3px !important;
}
.zindexunder {
	position: relative;
	z-index: 0 !important;
}	