/*** 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;
}
#sp-header.header-sticky {
    position: fixed;
    top: 0;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
}
.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 {
    position: relative;
}
.sp-megamenu-parent>li.active>a {
    font-weight: 600;
}
.sp-megamenu-parent>li:last-child>a {
    padding: 0px 20px 0px 20px;
    line-height: 40px;
    background: #222;
    border-radius: 30px;
  	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;
}
.offcanvas-active .burger-icon>span, #modal-menu-toggler.active .burger-icon>span {
    background-color: #222;
}

/*** Block Styles ***/
/* Button */
.btn {
    padding: 8px 25px;
    font-size: 16px;
    position: relative;
    z-index: 1;
    border-radius: 30px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.btn:hover {
    transform: translateY(-8px);
}

/* Title */
.header-column {
    border-bottom: 1px solid #0000003B;
}
.title-top h3 {
    padding: 12px 15px;
}
.bg-title {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.bg-title li {
    display: inline-block;
    font-size: 17px;
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: 1px;
}
.bg-title li strong {
    display: none;
}
.bg-title li em {
    padding: 0 15px;
    font-size: 16px;
}
.title-small .sppb-media {
    display: inline-block;
}

/* About */
.about-right .sppb-addon-wrapper:first-child {
    position: relative;
    z-index: 2;
    opacity: 0.5;
}

/* Client */
.client img {
    opacity: 0.4;
}

/* Video */
.play-video i {
    height: 90px;
    width: 90px;
    line-height: 90px;
    padding-left: 10px;
}

/* Services */
.services-column .sppb-row-overlay {
    border-radius: 10px;
}
.services-item {
    max-width: 300px;
    margin: 0 auto !important;
}
.services-btn i {
    font-size: 14px;
}
.services-btn {
    padding: 0 !important;
    letter-spacing: 2px;
}

/* Feature */
.feature-item img {
    width: 60px;
}

/* Testimonials */
.testimonials-item img {
    width: 60px;
}
.testimonials-item .sppb-media {
    display: inline-block;
}

/* Pricing */
.pricing-item .price-small {
    font-size: 14px;
}
.pricing-item h2 {
    font-size: 40px;
    font-weight: 600;
}
.pricing-check .sppb-media {
    display: inline-block;
}
span.title-sm {
    font-size: 16px;
}

/* Faqs */
.sppb-panel-modern>.sppb-panel-heading.active {
  	color: #fff;
}
.faqs-item .sppb-panel-modern {
    border: none;
    background: transparent;
    color: #fff;
}
.faqs-item .sppb-panel-body {
    border-top: none;
}
.faqs-item .sppb-panel-modern>.sppb-panel-heading {
    padding: 20px 30px 20px 15px;
  	border-radius: 5px;
}

/* Skill */
@keyframes load{0%{stroke-dashoffset:0}}
.skill .progress {
    position: relative;
    display: inline-block;
    padding: 0;
    text-align: center;
    width: 100%;
    margin: 0;
    height: auto;
    background: none;
}
.skill .lt-skill-item .elementor-element {
    margin-bottom: 0;
}
.skill .progress > li {
    display: inline-block;
    position: relative;
    text-align: center;
    color: #fff;
    font-weight: 400;
}
.skill .progress > li:after {
    content: attr(data-percent);
    position: absolute;
    width: 100%;
    top: 3.7rem;
    left: 0;
    font-size: 2rem;
    text-align: center;
    color: #000;
}
.skill svg {
    width: 10rem;
    height: 10rem;
}
.skill svg:nth-child(2) {
    position: absolute;
    left: 0;
    top: 0;
    transform: rotate(-90deg);
}
.skill svg:nth-child(2) path {
    fill: none;
    stroke-width: 12px;
    stroke-dasharray: 629;
    stroke: #fff;
    opacity: .8;
    animation: load 10s;
}

/* 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;
}
#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: 0px;
    position: relative;
}
#sp-bottom em {
    padding-right: 10px;
}
#sp-bottom strong {
  	display: none;
}
.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: 14px;
    background: #fff;
    height: 35px;
    border: 1px solid #BAA89B;
    width: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
    -webkit-transition: .5s;
    transition: .5s;
    display: inline-block;
}
#sp-bottom .shrewd_solution_icon ul li a em {
    padding-right: 0;
    font-family: "Font Awesome 5 Brands";
}
#sp-bottom .sp-module:first-child:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 110%;
    height: 1px;
    background: #4738de;
    left: 0;
}
#sp-bottom .sp-module:first-child {
    margin-bottom: 30px;
    padding-bottom: 20px;
    position: relative;
}
#sp-bottom4 .sp-module:first-child:before {
    width: 100%;
}
#sp-bottom1 .sp-module:first-child:before {
  	content: none;
}

/* Footer Copyright */
#sp-footer {
    text-align: center;
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 1;
}

/*** Responsive Layout ***/
/* Tablet Landscape Layout */
@media (min-width: 1400px) {
    .sppb-row-container {
      	max-width: 1320px;
    }
}
@media (min-width: 991px) and (max-width: 1280px) {
  	.pricing-item h1, .price-item h1 {
    	font-size: 40px;
	}
  	.btn {
    	padding: 13px 25px;
  	}
}

/* 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;
	}
    .testimonial .sppb-row-column, .pricing .sppb-row-column {
    	margin-bottom: 30px;
	}
  	.pricing .sppb-row-column {
    	max-width: 50% !important;
    	flex-basis: 50% !important;
	}
}

/* Mobile Small Resolution */
@media (max-width: 480px) {
  	body #sp-header {
      	top: 0;
	}
   	.pricing .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,
.btn, .pricing-column.center, .sppb-panel-modern>.sppb-panel-heading.active, .sp-megamenu-parent>li:last-child>a {
 	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, .title-slider,
.title h3, .title-services h3, .services-btn a, .pricing-check span, span.title-sm {
  	color: var(--text-color);
}
.pricing-column:hover, .feature-item:hover i, .services-item .sppb-btn-custom {
    border-color: var(--text-color) !important;
}
.btn.color:hover {
    background-color: var(--background-color) !important;
} 
.shrewd_solution_icon ul li a {
    color: var(--text-color) !important;
}