/*** General CSS ***/
body {
    line-height: 1.9em;
}
body div.container a.btn, body div.container button.btn {
    background: #000!important;
}
/*** Header Area ***/
/* Header Top */
#sp-top-bar {
    position: relative;
    z-index: 999;
    font-size: 15px;
    padding: 12px 0 12px;
}
body:not(.home) #sp-top-bar {
  	border-bottom: 1px solid rgb(255 255 255 / 36%);
}

/* Header Menu */
#sp-header {
    top: 0px;
    padding: 0px;
    height: inherit;
    box-shadow: none;
    z-index: 9999;
}
#sp-header.header-sticky {
    position: fixed;
    top: 0;
  	background: #000;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
}
body:not(.home) #sp-header {
    position: static;
  	background: #000;
}
body:not(.home) #sp-header.header-sticky {
    position: fixed;    
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a {
    font-weight: 400 !important;
    padding: 10px 0;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    text-transform: uppercase;
    position: relative;
}
.sp-megamenu-parent>li.active>a {
    font-weight: 600;
}
.sp-megamenu-parent > li > span {
  	color: #fff;
}

/* 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: #fff;
}
.offcanvas-menu > .align-items-center {
    background:#521384;
}
.offcanvas-active .burger-icon>span, #modal-menu-toggler.active .burger-icon>span {
    background-color: #fff;
}

/*** Block Styles ***/
/* Button */
.btn {
    border-radius: 30px;
    letter-spacing: 1px;
    display: inline-block;
  	border-radius: 0;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.btn.no-bg, .btn.no-bg:hover {
    background: transparent;
    border: 2px solid;
}

/* Slider */
#slider {
  	margin-top: -80px !important;
}

/* Project */
.project-item {
    position: relative;
}
p.project-link strong {
    display: none;
}
.project-link a {
	color: #000;
    width: 55px;
    line-height: 55px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    font-weight: 800;
    font-size: 18px;
}
.project-link a:hover {
  	background: #fff;
}
p.project-link {
    position: absolute;
    right: -40px;
    top: 25%;
}

/* Team */
.team-img {
    position: relative;
}
.team-img h1.sppb-addon-title {
    position: absolute;
    background: #fff;
    top: 0;
    z-index: 1;
    padding: 7px 15px;
    right: -20px;
}
.team-icon .social-links strong {
	display: none;
}
.team-icon .social-links li {
    position: relative;
    display: inline-block;
    margin-left: 5px;
}
.team-icon .social-links li a {
    position: relative;
    display: inline-block;
    height: 34px;
    font-size: 22px;
    line-height: 34px;
    text-align: center;
    border-radius: 0;
    z-index: 1;
	margin-left: 20px;
} 

/* Plans */
.plans-item ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.plans-item ul strong {
    display: none;
}
.plans-item ul span {
    padding-right: 10px;
}
.plans-item ul li {
  	padding-bottom: 10px;
}

/* Blog */
.jmm-item .jmm-image.mod-article-image {
  	overflow: hidden;
  	margin: 0;
}
.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: 20px;
    border-radius: 0px 0px 0px 0px;
    background: #f5f5f5;
}
.jm-category-module.default .jmm-text .jmm-title {
	font-size: 20px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 10px;
}
.jm-category-module.default .jmm-readmore {
	margin-top: 20px;
}

/* Contact Info */
.contact-info h2, .contact-info h3 {
    font-size: 25px;
}
button.btn.btn-primary.validate {
    padding: 13px 20px;
}
button.btn.btn-primary.validate:hover {
    color: #fff !important;
}
#sp-position1 {
	padding: 0;
}

/* Bottom */
#sp-bottom {
	overflow: hidden;
	position: relative;
	z-index: 1;
	box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
	line-height: 30px;
}
#sp-bottom .sp-module .sp-module-title {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 15px;
    padding-bottom: 0px;
    position: relative;
    text-transform: uppercase;
}
div#sp-bottom2 {
    text-align: right;
} 

/* Footer Copyright */
#sp-footer2 {
    text-align: right;
}
#sp-footer {
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 1;
}
#sp-footer .social-links li {
    position: relative;
    display: inline-block;
    margin-left: 5px;
}
#sp-footer .social-links li a {
    position: relative;
    display: inline-block;
    border: 1px solid rgba(242,242,242,.4);
    width: 34px;
    height: 34px;
    font-size: 11px;
    line-height: 34px;
    text-align: center;
    border-radius: 0;
    z-index: 1;
} 
ul.social-links {
    padding: 0;
    margin: 0;
}
#sp-footer .sp-copyright {
    padding-top: 8px;
    display: inline-block;
}
#sp-footer .social-links li a strong {
  	display: none;
}
#sp-footer .container-inner {
    border-top: 1px solid rgba(255,255,255,.2);
}

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

/* Mobile Standard Layout */
@media (min-width: 768px) and (max-width: 991px){
  	.about-row-item .sppb-row-column {
    	max-width: 100% !important;
    	flex-basis: 100% !important;
	}
}
@media (min-width: 991px) {
  	.sp-megamenu-parent>li:last-child>a {
    	padding: 0px 30px 0px 30px;
    	color: #fff;
	}
	.sp-megamenu-parent>li:last-child>a {
    	font-weight: 500;
    	line-height: 40px;
    	border-radius: 0px;
    	border: 1px solid #ffffff9c;
	}
  	.sp-megamenu-parent>li.active:last-child>a,
  	.sp-megamenu-parent>li:last-child>a:hover {
    	color: #000;
  	}
}
@media (max-width: 991px) {
	#sp-header, #sp-header .logo {
        height: 70px;
    }
  	#sp-footer p {
  		text-align: center;
	}
  	body #sp-header {
      	padding: 0;
	}
  	div#sp-bottom2 {
    	text-align: left;
	}
}

/* Mobile Small Resolution */
@media (max-width: 480px) {
  	body #sp-header {
      	top: 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, .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, .btn,
.project-link a, .pricing-column.center, .team-img h1.sppb-addon-title, .call, .sp-megamenu-parent>li.active:last-child>a,
.sp-megamenu-parent>li:last-child>a:hover {
 	background-color: var(--background-color);
}
.article-list .article .readmore a:hover, .article-list .article .readmore a:active, .article-list .article .article-header h2 a:hover,
.title h3, .about-item i, .services-item i, .testimonial-icon i, .team-item .sppb-addon-content,
.plans-item ul span, .call-item h1 {
  	color: var(--text-color);
}
