/*** General CSS ***/
body {
	line-height: 1.9em;
}

.pad_content{
	padding: 2em;
}


/*** Text Styling ***/

/* Text Sections */
.info_text_title,
.cite_autor,
.handwritingYellow,
.handwritingBlack{
	font-family: "Qwitcher Grypen", cursive;
	font-weight: 700;
	font-style: bold;
	font-size: 3em;
	line-height: 0.8em;
}

.machinewritingYellow,
.machinewritingBlack,
.pageTitle p,
.cite_text,
.faq-header,
.faq-header-right{
	font-family: "Special Elite", system-ui;
	font-weight: 400;
	font-style: normal;
}

.handwritingYellow,
.machinewritingYellow,
.info_text_title{
	color: #c7a257;
}

.handwritingBlack,
.machinewritingBlack,
.cite_autor,
.pageTitle p,
.cite_text,
.faq-header,
.faq-header-right{
	color: black;
}

.machinewritingWhite,
.polaroidbtn,
.polaroidslider-btn a,
.polaroidbtn:hover,
.slider-polaroidbtn a:hover,
.polaroidbtn:hover,
.polaroidbtn.no-bg,
.polaroidbtn.no-bg:hover,
.btn,
.slider-btn a,
.btn:hover,
.slider-btn a:hover,
.btn.no-bg,
.btn.no-bg:hover{
	color: white;
	font-family: "Special Elite", system-ui;
	font-weight: 800;
	font-style: normal;
	font-size: 14px;
}


/* backup font */
.qwitcher-grypen-regular {
	font-family: "Qwitcher Grypen", cursive;
	font-weight: 400;
	font-style: normal;
}

.qwitcher-grypen-bold {
	font-family: "Qwitcher Grypen", cursive;
	font-weight: 700;
	font-style: normal;
}


/*** Content Rows ***/
.contentRow{
	display: flex; 
	align-content: center; 
	justify-content: space-evenly;
}

.ContactIcons{
  	display: flex;
  	align-content: center;
  	gap: 1rem;
}


/*** Contact Data ***/
/* Icons */
.IconDisplay{
	display: flex;
	flex-direction: row;
  	gap: 0.2rem;
}

/* Contact Content */
.contactContent{
	padding: 2em; 
	display: flex; 
	flex-direction: row; 
	justify-content: space-around;
}



/*** Parallax Effect ***/
.parallaxMainPage,
.parallaxSoulSession,
.parallaxWohlFuehlRaeume,
.parallaxUeberMich,
.parallaxKontakt,
.parallax4Kidz,
.parallax4KidzGluecksAtelier,
.parallaxCoaching,
.parallaxBuchungskalender,
.parallaxGutscheine,
.parallaxEFTKlopfzeit,
.parallaxYogaNidra,
.parallaxYinYoga,
.parallaxGedankengut
{
	min-height:500px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.parallaxMainPage{
	background-image:url("../images/Start/parallaxStart.jpg");
}

.parallaxSoulSession{
	background-image:url("../images/SoulSession/ana-de-leon-MHCuR_XeERE-unsplash.jpg");
}

.parallaxWohlFuehlRaeume{
	background-image:url("../images/Wohlfuehlraeume/parallax-wohl-fuehl-raeume.jpg");
}

.parallaxUeberMich{
	background-image:url("../images/UeberMich/parallax-ueber-mich.jpg");
}

.parallaxKontakt{
	background-image:url("../images/Kontakt/parallax-kontakt.jpg");
}

.parallax4Kidz{
	background-image:url("../images/4kidz/parallax-border.jpg");
}

.parallax4KidzGluecksAtelier{
	background-image:url("../images/4kidz/Kurse/GluecksAtelier/parallax-glueck-border.jpg");
}

.parallaxCoaching{
	background-image:url("../../../../images/Unterseiten/2_1zu1/Coaching/parallax.jpg");
}

.parallaxBuchungskalender{
	background-image:url("../../../../images/Unterseiten/3_Angebote/Buchungskalender/parallax.jpg");
}

.parallaxGutscheine{
	background-image:url("../../../../images/Unterseiten/3_Angebote/Gutscheine/parallax.jpg");
}
.parallaxEFTKlopfzeit{
    background-image:url("../../../../images/Unterseiten/2_1zu1/EFT_Klopfzeit/parallax.jpg");
}
.parallaxYogaNidra{
    background-image:url("../../../../images/Unterseiten/3_Angebote/vorOrt/Yoga_Nidra/parallax.jpg");
}
.parallaxYinYoga{
    background-image:url("../../../../images/Unterseiten/3_Angebote/vorOrt/Yin_Yoga/parallax.jpg");
}
.parallaxGedankengut{
    background-image:url("../../../../images/Unterseiten/3_Angebote/vorOrt/Philosophisches_Gedankengut/parallax.jpg");
}


/*** Polaroid Effect ***/
.gallery {
  	display: flex;
 	flex-direction: row;
  	flex-wrap: wrap;
  	justify-content: space-between;
  	gap: 20px;
  	margin: auto;
}

.polaroid-info-container{
  	text-align: center;
	width:30%;
}

.polaroid-info-container p{
	padding-top: 1rem;
}

/* Basis-Styling für das Polaroid */
.polaroid {
  	display: flex;
  	flex-direction: column;
    background-color: white;
    padding: 1rem 1rem 4rem;
    box-shadow: 5px 7px 4px #888888;
    transition: transform 0.3s ease;
  	margin: 0 auto;
  	justify-content: center;
}

/* Hover-Effekt für Rotation */
.polaroid:hover {
    transform: scale(1.05) rotate(2deg);
}

/* Styling für das Bild */
.polaroid img {
    width: 100%;
    height: auto;
    display: block;
}

/* Styling für die Unterschrift */
.polaroid figcaption {
    text-align: center;
    margin-top: 1rem;
    font-family: Arial, sans-serif;
    color: #333;
}

/* Button Polaroid */
.polaroidbtn,
.polaroidslider-btn a {
    position: relative;
    display: inline-block;
    text-align: center !important;
    width: auto;
    margin: 0;
    line-height: 2em;
    letter-spacing: .02em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 38px;
    cursor: pointer;
    border-radius: 0;
    border: 0!important;
    text-transform: uppercase;
    letter-spacing: 2.4px;
    background: black;
    box-shadow: 0px 4px 2px 0px rgba(0,0,0,0.1);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.polaroidbtn:hover,
.slider-polaroidbtn a:hover {
    transform: scale(1.05);
    -o-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    background: transparent !important;
    color: black!important;
}

.polaroidbtn:hover,
.polaroidbtn.no-bg {
    border: none !important;
    background: transparent !important;
    color: black!important;
}

.polaroidbtn.no-bg:hover {
    background: transparent !important;
    color: black!important;
}


/*** Picture/Infotext Combination ***/
.info_container{
	display: flex;
	flex-wrap: wrap;
	margin: 1% 0;;
	gap: 2rem;
    align-items: flex-start;
}

.info_bild_container{
	width:30%;
	align-content: center;
	justify-content: center;
	display: flex;
    align-self: center;
}

.info_text_container{
	width:60%;
	display: flex;
	flex-direction: column;
	align-content: space-between;
	justify-content: center;
    align-self: center;
}

.info_text_title{
}

.placeAtRightSide{
}


/*** Interactive FAQ-Area ***/
.faq-section {
}

.faq-section-right {
}

.faq-item,
.faq-item-right {
  	margin: 1rem 1rem;
}
.faq-item-right {
  	display: grid;
  	justify-items: end;
  	text-align: end;
}

.faq-header,
.faq-header-right {
  	display: inline-flex;
  	flex-direction: row;
  	vertical-align: center !important;
  	align-items: center !important;
  	gap: 1rem;
  	cursor: pointer;
  	background: #c7a257;
  	/*border-radius: 25px !important;*/
  	padding: 0rem 1rem;
}

.faq-header h5,
.faq-header-right h5{
  	margin-top: 0.5rem !important;
  	margin-bottom: 0.5rem !important;
}

.faq-toggle,
.faq-toggle-right {
  	font-weight: bold;
  	transition: transform 0.3s ease;
}

.faq-content,
.faq-content-right {
  	display: none;
  	padding: 1rem 0rem;
}

.faq-content.active,
.faq-content-right.active {
  	display: block;
}


/*** Zitate ***/
.cite {
  	padding: 1.5rem 0;
}

.cite_text {
  	text-align: center;
}

.cite_autor {
  	text-align: center;
}


/*** Header Area ***/
/* Top Head */

/* Header Menu */
#sp-header {
    top: 0;
    height: inherit;
}
#sp-header.header-sticky {
    position: fixed;
    top: 0;
    padding: 0;
  	box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
}
body:not(.home) #sp-header {
    position: static;
}
body:not(.home) #sp-header.header-sticky {
    position: fixed;    
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a {
    font-size: 14px !important;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    text-transform: uppercase;
}


/* Page Title*/
.pageTitle {
  	padding: 0.5em;
  	align-content: center;
  	display: flex;
}

.pageTitle p {
  	align-items: center;
  	text-align: center;
  	font-size: xx-large;
}

.pageTitleMain {
  	display: flex; 
  	flex-direction: row;
  	align-items: center; 
  	align-content: center;
  	justify-content: space-evenly;
}


/* linear demarcations */
.pageTitle,
.zitatTop,
.zitatMid,
.zitatBottom {
  	border-bottom: solid;
  	border-top: solid;
  	border-width: 0.1rem;
}

.BottomInfohinweis{
  	border-top: solid;
  	border-width: 0.1rem;
}


/* Canvas Menu */
.offcanvas-menu .offcanvas-inner .menu-child > li a {
    padding: 12px 10px !important;
    border-bottom: 1px solid rgba(197, 153, 153, 0.21);
    display: inherit;
}
.offcanvas-menu .offcanvas-inner ul.menu>li>a, .offcanvas-menu .offcanvas-inner ul.menu>li>span {
    font-size: 15px;
    font-weight: 500;
}
.burger-icon>span {
    background-color: #000;
}

/*** Block Styles ***/
/* Button */
.btn,
.slider-btn a {
    position: relative;
    display: inline-block;
    width: auto;
    margin: 0;
    line-height: 2em;
    letter-spacing: .02em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 38px;
    cursor: pointer;
    border-radius: 0;
    border: 0!important;
    text-transform: uppercase;
    letter-spacing: 2.4px;
    background: black;
    box-shadow: 0px 4px 2px 0px rgba(0,0,0,0.1);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.btn:hover,
.slider-btn a:hover {
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    color: black!important;
}

.btn.no-bg {
    box-shadow: none!important;
    border: 2px solid #C8C5BB!important;
    color: black!important;
}

.btn.no-bg:hover {
    border-color: #99978E!important;
    color: black!important;
}


/* Slider */
.slider {
  	margin-top: -90px !important;;
    max-height: 1020px;
    overflow: hidden;
    position: relative;
}
.slider .sppb-row-container {
    position: relative;
    z-index: 3;
}
.slider-left {
    padding-right: 50px;
}
.slider-content {
    padding-left: 30px;
}
.slider-content .sppb-addon-content {
    font-style: italic;
}


/* eversports-widgets */
.fallback-content {
    display: none;
}

.fallback-content.visible {
    display: block;
    animation: fadeIn 0.3s ease-in;
}


/* Title*/
.title h2 {
    font-size: 75px;
    font-weight: 800;
}
.title h6 {
    color: #797878;
}
.title.white h2 {
    color: #fff;
    margin-bottom: 20px;
}
.title.white p {
    font-weight: 700;
    color: #fff;
}
.sppb-title-subheading  {
    color: #fff;
    font-style: italic;
    line-height: 1.3;
}

/* Shape */
.shape .sppb-addon-title {
    webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    position: relative;
    z-index: 999;
    background: transparent;
}
.shape .elementor-shape-fill {
    fill: #f8f6f3;
}
.shape .elementor-shape svg {
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    height: 155px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

/* Menu */
.menu-title .menu-left {
    float: left;
    width: 50%;
}
.menu-title .menu-right {
    float: right;
    width: 50%;
}
.menu-title ul li {
    font-size: 18px;
    font-weight: 500;
    list-style-type: none;
    line-height: 35px;
    position: relative;
}
.menu-title ul li em {
  	padding-right: 10px;
}
.menu-title ul li strong {
  	display: none;
}

/* About */
.about:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 90px;
    background: #fff;
}
.about-item {
    box-shadow: -6px 16px 25px -6px rgba(188,188,188,0.5);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.about-item .sppb-media-body {
    padding: 0 20px 20px;
}
.about-item .sppb-media-body a {
    fill: #000f2b;
    color: #000f2b;
    background-color: rgba(156,204,58,0);
    border-style: double;
    border-width: 0px 0px 3px 0px;
    border-radius: 3px 3px 3px 3px;
    padding: 0px 0px 4px 0px;
}

/* Story */
.story .sppb-title-subheading {
    color: #000;
}

/* Explore */
.explore-content h4 {
    font-size: 22px;
    font-weight: 600;
    margin: 15px 0 32px;
}

/* Feature */
.feature .clearfix {
    float: left;
    max-width: 20%;
}
.feature-item {
    position: relative;
}
.feature-item:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background-color: transparent;
    background-image: linear-gradient(180deg, rgba(0,15,43,0.36) 45%, #BC9331 100%);
    opacity: 0.89;
}
.feature-item .sppb-media-content {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    padding: 40px;
    z-index: 2;
}

/* Service */
.service-column .clearfix {
   	border: 2px solid transparent;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.service-column .clearfix:hover {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.28)!important;
}


/* Our */
.our-img {
    border-style: solid;
    border-width: 10px 10px 10px 10px;
    border-color: #ffffff;
    box-shadow: -10px 10px 20px 0px rgb(0 0 0 / 12%);
}
.our-content .sppb-addon-content {
    font-style: italic;
}

/* Choose */
.choose-item {
    border: 2px solid;
    cursor: pointer;
    padding: 30px 15px 30px 15px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.choose-column-right {
    padding: 0 80px;
}
.choose .lt-title p {
    color: #7a7a7a;
    font-weight: 400;
}
.choose-list ul {
    padding-left: 0;
}
.choose-list ul li {
    list-style: none;
    padding: 3px 0;
    max-width: 48%;
    float: left;
}
.choose-list ul li:nth-child(2n+1) {
    margin-right: 4%;
}
.choose-list ul li:before {
    font-family: FontAwesome;
    content: "\f058";
    font-size: 17px;
    margin-right: 5px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.choose-list ul li:hover:before {
    color: #ad6107;
}

/* Counter */
.counter-item {
    padding-bottom: 40px;
    position: relative;
}
.counter-item h6 {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 20px;
}
.counter-item span {
    font-size: 69px;
    font-weight: 600;
    color: #fff;
}

/* Testimonial */
.testimonial .sppb-col-md-4:nth-child(2n+1) {
    padding-top: 70px;
}
.testimonial-column {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #f8f6f3;
    box-shadow: 0px 0px 10px 0px rgba(40,40,40,0.1);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 45px 45px 45px 45px;
    border-radius: 5px;
}
.testimonial .sppb-title-subheading {
    color: #000;
}
.testimonial img {
    border-radius: 50%;
}
.testimonial-item .sppb-img-container {
    text-align: right;
}
.testimonial-content i {
    font-size: 15px;
}
.testimonial-center, .testimonial-center > .sppb-column-overlay {
    border-radius: 5px;
}

/* Contact Info */
.contact-info h2, .contact-info h3 {
	font-size: 23px;
}

/* Blog */
.jmm-item .jmm-image.mod-article-image {
  	overflow: hidden;
}
.jmm-image.mod-article-image img {
  	transform: scale(1);
  	-webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.jmm-item:hover .jmm-image.mod-article-image img {
  	transform: scale(1.12);
  	filter: grayscale(100%);
}
.jmm-text {
    padding: 21px 20px 32px 20px;
    background: #f5f5f5;
}
.jm-category-module.default .mod-article-image {
    margin-bottom: 0px;
}

/* Bottom */
#sp-bottom .sp-module .sp-module-title {
    font-weight: 700;
    font-size: 22px;
}
#sp-bottom1 .shrewd_solution_icon ul li strong {
    display: none;
}
#sp-bottom1 .shrewd_solution_icon {
    padding-top: 0px;
}
#sp-bottom1 .shrewd_solution_icon ul,
#sp-bottom1 .shrewd_solution_icon ul li {
    display: inline-block!important;
    padding: 0px!important;
}
#sp-bottom1 .shrewd_solution_icon ul li a {
    font-size: 16px;
    background: #fefefe;
    height: 36px;
    width: 36px;
    line-height: 38px;
    text-align: center;
    border-radius: 2px;
    margin-right: 10px;
    -webkit-transition: .5s;
    transition: .5s;
    box-shadow: 0 0 15px rgba(228, 200, 200, 0.5);
    display: inline-block;
}
#sp-bottom1 .shrewd_solution_icon ul li a:hover {
    color: #fff !important;
}
#sp-bottom .sp-module {
    margin-bottom: 0px;
}

/* Footer Copyright */
#sp-footer {
    text-align: center;
}
#sp-footer .container-inner {
    border-top: 1px solid rgba(255, 255, 255, .1);
}

/*** Responsive Layout ***/
/* Tablet Landscape Layout */
@media (min-width: 1400px) {
    .sppb-row-container {
      	max-width: 1320px;
    }
}

/* Something in between*/
@media (max-width: 1000px) {
	/* POLAROIDS */
    .polaroid-info-container{
      	width:45%;
    }
}

/* Mobile Standard Layout */
@media (max-width: 768px) {
    .asysubbuttons{
        margin:1rem;
    }
	#sp-header, #sp-header .logo {
        height: 70px;
    }
  	#sp-footer p {
  		text-align: center;
	}
  	body #sp-header {
      	padding: 0;
      	background: #fff;
	}
  	.title h2 {
    	font-size: 60px;
	}
  	.about .sppb-col-md-4 {
   		 margin-bottom: 30px;
	}
  	.feature .clearfix {
        max-width: 100%;
        margin-bottom: 30px;
	}
	.testimonial .sppb-col-md-4:nth-child(1) {
    	padding-bottom: 70px;
	}
  	.slider {
     	max-height: auto;
	}
  	.pageTitleMain,
  	.contactContent{
    	flex-direction: column;
  	}
  	/* PARALLAX */
    .parallaxMainPage{
      background-image:url("../images/Start/parallax-start-mobile.jpg");
      background-attachment: scroll !important
    }
    .parallaxKontakt{
      background-image:url("../images/Kontakt/parallax-kontakt-mobile.jpg");
      background-attachment: scroll !important
    }
    .parallaxSoulSession{
      background-image:url("../images/SoulSession/paralax-soul-session-mobile.jpg");
      background-attachment: scroll !important
    }
    .parallaxWohlFuehlRaeume{
      background-image:url("../images/Wohlfuehlraeume/parallax-wohl-fuehl-raeume-mobile.jpg");
      background-attachment: scroll !important
    }
    .parallaxUeberMich{
      background-image:url("../images/UeberMich/parallax-ueber-mich-mobile.jpg");
      background-attachment: scroll !important
    }
    .parallax4Kidz{
      background-image:url("../images/4kidz/parallax-border-mobile.jpg");
      background-attachment: scroll !important
    }
    .parallax4KidzGluecksAtelier{
      background-image:url("../images/4kidz/Kurse/GluecksAtelier/parallax-glueck-mobile.jpg");
      background-attachment: scroll !important
    }
    .parallaxCoaching{
      background-image:url("../../../../images/Unterseiten/2_1zu1/Coaching/parallax-mobile.jpg");
      background-attachment: scroll !important
    }
    .parallaxGutscheine{
      background-image:url("../../../../images/Unterseiten/3_Angebote/Gutscheine/parallax-mobile.jpg");
      background-attachment: scroll !important
    }
    .parallaxBuchungskalender{
      background-image:url("../../../../images/Unterseiten/3_Angebote/Buchungskalender/parallax-mobile.jpg");
      background-attachment: scroll !important
    }
    .parallaxEFTKlopfzeit{
      background-image:url("../../../../images/Unterseiten/2_1zu1/EFT_Klopfzeit/parallax-mobile.jpg");
      background-attachment: scroll !important
    }
    .parallaxYogaNidra{
      background-image:url("../../../../images/Unterseiten/3_Angebote/vorOrt/Yoga_Nidra/parallax-mobile.jpg");
      background-attachment: scroll !important
    }
    .parallaxYinYoga{
      background-image:url("../../../../images/Unterseiten/3_Angebote/vorOrt/Yin_Yoga/parallax-mobile.jpg");
      background-attachment: scroll !important
    }
    .parallaxGedankengut{
      background-image:url("../../../../images/Unterseiten/3_Angebote/vorOrt/Philosophisches_Gedankengut/parallax-mobile.jpg");
      background-attachment: scroll !important
    }
  	/* FAQ */
  	.faq-header,
	.faq-header-right{
    	width: 100%;
    }
    .faq-item-right{
      	display:block;
    }
  	/* POLAROIDS */
    .gallery {
        align-items: center;
      	justify-content: space-around;
        padding:0px;
        width:100%;
     }
    .polaroid {
      	width: 100%;
    }
    .polaroid-info-container{
      	width:90%;
    }
  	/* BILD - INFO */
  	.contentRow{
      	display: block;
      	justify-content: center;
    }
    .info_container{
      	flex-direction: row;
    }
    .info_bild_container{
      	width: 100%;
    }
    .info_text_container{
      	width: 100%;
    }
  
}

/* Mobile Small Resolution */
@media (max-width: 480px) {
    .asysubbuttons{
        margin:1rem;
    }
  	.slider-small h3 {
    	margin-bottom: 0 !important;
  	}
  	.slider-big h1 {
    	padding: 0 !important;
  	}
  	.title h2 {
    	font-size: 50px;
	}
  	.slider-content h1 {
        font-size: 70px;
        line-height: 80px;
	}
  	.our-column-right .clearfix:nth-child(n+2) {
    	max-width: 100%;
	}
  	.our-column-right .clearfix:nth-child(2n) {
    	margin-right: 0;
	}
}

/* General color defination
Color value depend on preset color that picking on template settings > Presets
*/

:root {
  --background-color: currentColor;
  --background: currentColor;
  --text-color: currentColor;
}
.page-item.active .page-link, .btn:hover,
.slider-item .sppb-btn-success,
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info:hover,
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay,
#sp-bottom1 .shrewd_solution_icon ul li a:hover, .counter {
 	background-color: var(--background-color) !important;
}
.article-list .article .readmore a:hover, .article-list .article .readmore a:active, .article-list .article .article-header h2 a:hover,
.slider-content h1, .sppb-section-title h2, .about-item a:hover, .testimonial-content i,
.menu-title ul li em {
  	color: var(--text-color) !important; 
}
.slider-content, .choose-item, .service-column .clearfix:hover, .btn, .light img, .slider-btn.left {
  	border-color: var(--text-color) !important;
}
.service-column .clearfix {
    border-top-color: var(--text-color) !important;
}