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

/* Header Menu */
#sp-header {
    top: 0px;
    padding: 0px;
    height: inherit;
    box-shadow: none;
    z-index: 9999;
    border-bottom: 1px solid #e3e0e0;
    box-shadow: 0 4px 3px -3px rgba(0, 0, 0, 0.10);
}
body.com_sppagebuilder #sp-header .container,
body.com_sppagebuilder .sp-page-title .container {
    max-width: 100%;
    padding: 0 7%;
}
#sp-header.header-sticky {
    position: fixed;
    top: 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-weight: 400 !important;
    padding: 10px 0;
  	font-size: 16px;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    text-transform: uppercase;
    position: relative;
}
.sp-megamenu-parent>li.active>a {
    font-weight: 600;
}

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

/*** Block Styles ***/
/* Button */
.btn {
    padding: 13px 35px;
    font-size: 16px;
    position: relative;
    z-index: 1;
    border-radius: 36px;
    background-image: linear-gradient(271deg, #00d9a6 0%, #9be15d 100%);
    box-shadow: 6px 6px 25px 0px rgba(0,217,166,.65) !important;
    text-shadow: 0px 0px 0px rgba(0,0,0,.3);
}
.btn:hover:before {
    height: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.btn:before {
    content: '';
    position: absolute;
    top: 0;
    z-index: -1;
    left: -1px;
    right: 0;
    border-radius: 36px;
    width: 102%;
    box-shadow: 6px 6px 25px 0px rgba(0,0,0,.35)!important;
    height: 0;
    display: inline-block;
    background-color: #000;
}
.btn:hover {
    box-shadow: none !important;
}

/* Title */
.title h2 {
    position: relative;
    padding-bottom: 40px!important;
}
.title h2:before {
    content: "";
    bottom: 0;
    position: absolute;
    left: 0;
    width: 80px;
    border-radius: 10px;
    height: 5px;
    background: #00d9a6;
}
.title h2:after {
    content: '';
    position: absolute;
    z-index: 1;
    left: 8px;
    height: 5px;
    width: 7px;
    bottom: 0;
    display: inline-block;
    background-color: #fff;
}
.title.center h2:before {
    left: 0;
    background-color: #fff;
    right: 0;
    margin: 0 auto;
}
.title.center h2:after {
    left: 39%;
    background-image: linear-gradient(24deg, #00d9a6 0%, #9be15d 100%);
}
.title.center h2 {
    padding-bottom: 20px !important;
}

/* Visions */
.visions-item i {
    border: 3px solid rgba(255, 255, 255, 0.3);
    line-height: 120px !important;
    width: 130px !important;
    height: 130px !important;
    border-radius: 50%;
}
.visions-item {
    padding: 60px 30px;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.visions-item:hover {
    border-radius: 10px;
    background-color: rgba(0, 0, 0, .15);
}

/* Services */
.services-column .sppb-addon-wrapper {
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    box-shadow: 0px 3px 35px 0px rgba(0,0,0,.14);
    background-color: #fff;
    border-radius: 15px;
}
.services-column .sppb-addon-wrapper:hover {
    background-image: linear-gradient(39deg, #00d9a6 0%, #9be15d 100%);
    box-shadow: 6px 8px 35px 0px rgba(0,217,166,.5);
}
.services-column .sppb-addon-wrapper:hover i,
.services-column .sppb-addon-wrapper:hover h3,
.services-column .sppb-addon-wrapper:hover .sppb-addon-text {
    color: #fff !important;
}

/* About */
.about-item {
    position: absolute;
    z-index: 2;
    width: 90%;
    bottom: -50px;
    right: 0;
}

/* Pricing */
.pricing-top {
    background-image: linear-gradient(257deg, #0c0c0c 0%, #474747 100%);
}
.pricing-column:hover .pricing-top {
    background-image: linear-gradient(271deg, #00d9a6 0%, #9be15d 100%);
}
.pricing-price span {
    font-size: 25px;
}
.pricing-check {
    text-align: center;
}
.pricing-check .sppb-addon-content {
    display: inline-block;
}
.pricing .sppb-row-column {
    margin-bottom: 30px;
}

/* Contact */
.contact {
    z-index: 2 !important;
}
.contact .sppb-row-column {
    margin-bottom: 30px;
}

/* 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: 40px 20px;
    border-radius: 0px 0px 0px 0px;
    box-shadow: 9.899px 9.899px 30px 0 rgb(0 0 0 / 10%);
}
.jm-category-module.default .jmm-text .jmm-title {
	font-size: 17px;
	font-weight: 600;
	text-transform: capitalize;
}
.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-footer {
    font-size: 15px !important;
}
body.com_sppagebuilder #sp-bottom > .container {
    max-width: 100%;
    padding: 0px 7%;
}
#sp-bottom h1 {
    font-size: 38px;
    margin-bottom: 25px;
    font-weight: 600;
}
#sp-bottom p {
	line-height: 28px;
}
#sp-bottom .sp-module .sp-module-title {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}
#sp-bottom span {
    padding-right: 10px;
}
#sp-bottom strong {
  	display: none;
}
#sp-bottom .sp-module .sp-module-title:before {
    content: '';
    position: absolute;
    z-index: 1;
    height: 5px;
    width: 60px;
    left: 0;
    border-radius: 30px;
    display: inline-block;
    bottom: 0;
    background-image: linear-gradient(180deg, #9BE15D 0%, #00D9A6 100%);
}
#sp-bottom .sp-module .sp-module-title:after {
    content: '';
    position: absolute;
    z-index: 1;
    height: 5px;
    width: 6px;
    left: 10px;
    border-radius: 10px;
    display: inline-block;
    background-color: #fff;
    bottom: 0;
}
.shrewd_solution_icon ul li strong {
    display: none;
}
.shrewd_solution_icon {
    padding-top: 20px;
}
.shrewd_solution_icon ul,
.shrewd_solution_icon ul li {
    display: inline-block!important;
    padding: 0px!important;
}
.shrewd_solution_icon ul li a {
    font-size: 16px;
    background: transparent;
    height: 36px;
    border: 1px solid #BAA89B;
    width: 36px;
    line-height: 38px;
    text-align: center;
    border-radius: 0;
    margin-right: 10px;
    -webkit-transition: .5s;
    transition: .5s;
    display: inline-block;
}

/* Footer Copyright */
#sp-footer {
    text-align: center;
    background-image: linear-gradient(285deg, #0C0C0C 20%, #474747 100%);
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 1;
}
#sp-footer .container-inner {
    border-top: none;
}

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

/* Mobile Standard Layout */
@media (max-width: 991px) {
	#sp-header, #sp-header .logo {
        height: 70px;
    }
  	#sp-footer p {
  		text-align: center;
	}
  	body #sp-header {
      	padding: 0;
	}
    .services .sppb-row-column {
        margin-bottom: 30px;
    }
    .pricing > .sppb-container-inner > .sppb-row > .sppb-row-column {
        max-width: 50% !important;
        flex-basis: 50% !important;
    }
    .choose .sppb-row-column {
        max-width: 100% !important;
        flex-basis: 100% !important;
    }
}

/* Mobile Small Resolution */
@media (max-width: 480px) {
  	body #sp-header {
      	top: 0;
	}
    .pricing > .sppb-container-inner > .sppb-row > .sppb-row-column {
        max-width: 100% !important;
        flex-basis: 100% !important;
    }
}

/* 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,
button.btn.btn-primary.validate, .feature-item:hover i {
 	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,
#sp-bottom4 span, .sppb-panel-modern>.sppb-panel-heading.active, .title-slider,
.title span.color, .pricing-check i, .title-color h3 {
  	color: var(--text-color);
}
.pricing-column:hover, .feature-item:hover i {
    border-color: var(--text-color) !important;
}