/*** General CSS ***/
body {
    line-height: 1.9em;
}

/*** Header Area ***/
/* Header Top */

/* Header Menu */
#sp-header {
    box-shadow: none;
}
#sp-header.header-sticky {
  	background: #AC4342;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
}
body:not(.home) #sp-header {
  	background: #AC4342;
}
.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 > span {
  	color: #fff;
}
.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;
}
.burger-icon>span {
    background-color: #fff;
}
.offcanvas-menu > .align-items-center {
    background: #222;
}
.offcanvas-active .burger-icon>span, #modal-menu-toggler.active .burger-icon>span {
    background-color: #fff;
}

/*** Block Styles ***/
/* Button */
.btn {
    padding: 15px 35px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 0;
    letter-spacing: 1px;
    border: none;
    display: inline-block;
    color: #fff !important;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.btn:hover, .btn.color {
  	background-color: #dce0d8;
	transform: translateY(-8px);
}
.btn.white {
    background: transparent;
    color: #fff !important;
    border: 1px solid #fff;
}
.btn-primary:hover {
    color: #000;
}


/* Title */
.title h3, .title h4 {
    letter-spacing: 1px;
}
.title-big span.color {
    font-family: 'Allura', sans-serif;
    font-size: 80px;
    font-weight: 600;
}

/* Slider */
.slider {
  	margin-top: -80px !important;
}
.slider-btn {
    padding: 16px 35px;
    background: #fff;
    margin-right: 20px;
    border: 1px solid !important;
}
.slider-btn.right {
    background: transparent;
    border: 1px solid #fff !important;
    color: #fff !important;
}
.slider-btn.left, .slider-btn.right:hover {
	background-color: #720917;
	border-color: #720917 !important;
	color: #fff !important;
}
.slider-btn.left:hover {
  	color: #720917 !important;
  	background: #fff;
  	border-color: #fff !important;
}

/* Feature */
.feature .sppb-col-md-4 {
    margin-bottom: 30px;
}
.feature-column:hover .btn {
    opacity: 1;
}
.feature-column .btn {
    opacity: 0;
}
.feature-column .btn,
.feature-column h3 {
	-webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.feature-column:hover .btn,
.feature-column:hover h3 {
	transform: translateY(-12px);
}

/* Intro */
.intro .sppb-col-md-3 {
    border-right: 1px solid #eee;
}
.intro .sppb-col-md-3:last-child {
    border-right: none;
}

/* Skill */
.skills h3 {
    font-weight: 300;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #737373;
    margin: 0px;
    font-size: 35px
}
.skills p {
    font-size: 20px;
    margin-bottom: 6px;
}
.skills .progress {
    width: 100%;
    height: 8px;
    position: relative;
    margin-bottom: 30px;
    border-radius: 20px;
    overflow: inherit;
}
.skills .progress .progress-bar {
    width: 0;
    height: 100%;
    border-radius: 20px;
    background: #818a91;
}
.skills .progress .progress-bar span {
    top: -30px;
    margin-left: -22px;
    left: 0;
    position: absolute;
    color: #fff;
    border-radius: 2px;
    padding: 4px 10px;
    font-size: 12px
}
.skills .progress .progress-bar span:after {
    content: "";
    display: block;
    width: 8px;
    height: 6px;
    position: absolute;
    bottom: -4px;
    left: 50%;
    margin-left: -4px;
    transform: rotate(45deg)
}
.blue .progress-bar ,.blue span ,.blue span:after {
    background-color: #3498db
}
.red .progress-bar ,.red span ,.red span:after {
    background-color: #e74c3c
}
.green .progress-bar ,.green span ,.green span:after {
    background-color: #2ecc71
}
.carrot .progress-bar ,.carrot span ,.carrot span:after {
    background-color: #e67e22
}
.sun .progress-bar ,.sun span ,.sun span:after {
    background-color: #f1c40f
}

/* Product */
.addtocart-bar input.addtocart-button:hover {
 	background-color: #222!important;
  	border-color: #222 !important;
}

/* 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 0 0;
    border-radius: 0px 0px 0px 0px;
    text-align: left;
}
.jm-category-module.default .jmm-text .jmm-title {
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
}
.jm-category-module.default .jmm-readmore {
	margin-top: 20px;
}

/* Bottom */
#sp-bottom {
	overflow: hidden;
	position: relative;
	z-index: 1;
	font-size: 16px;
}
#sp-bottom .sp-module .sp-module-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 0px;
    position: relative;
    color: #000;
    text-transform: uppercase;
}
#sp-bottom1 .sp-module h3.sp-module-title {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 10px;
    text-transform: capitalize;
}
#sp-bottom1 a {
    margin-right: 20px;
}
#sp-bottom1 img {
    max-width: 200px;
    margin-bottom: 25px;
}
.shrewd_solution_icon ul, .shrewd_solution_icon ul li {
    display: inline-block!important;
    padding: 0!important;
	margin-bottom: 0px !important;
}
.shrewd_solution_icon ul li a {
  	font-size: 17px;
  	color: #fff;
  	text-align: center;
  	border: none;
  	-webkit-transition: .5s;
  	transition: .5s;
  	display: inline-block;
  	margin-right: 20px;
}
.shrewd_solution_icon ul li a em {
  	font-family: "Font Awesome 5 Brands";
}
.shrewd_solution_icon strong {
    display: none;
	margin: 0 20px;
}
.shrewd_solution_icon {
    margin-top: 30px;
}

/* Footer Copyright */
#sp-footer {
    text-align: center;
}
#sp-footer {
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 1;
}
#sp-footer .container-inner {
    border-top: 1px solid rgba(0,0,0,0.05);
}

/*** Responsive Layout ***/
@media (min-width: 992px) and (max-width: 1280px) {
	.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    	font-size: 12px !important;
	}
}
/* 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;
	}
  	.contact-column .sppb-text-right {
    	text-align: left !important;
	}
  	.slider {
    	margin-top: -70px !important;
	}
}

/* Mobile Small Resolution */
@media (max-width: 480px) {
  	body #sp-header {
      	top: 0;
	}
  	.slider-btn {
    	padding: 13px 15px;
	}
  	.contact-column .clearfix {
    	width: 100%;
  	}
}

/* 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:hover, .btn.white:hover, .btn, .skills .progress .progress-bar, .faqs-item .sppb-panel-heading.active,
.skills .progress .progress-bar span, .skills .progress .progress-bar span:after {
 	background-color: var(--background-color);
}
.addtocart-bar input.addtocart-button {
 	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,
.title h3, .btn, .slider-title h2, .title-big span.color, .contact-item i, .intro i {
  	color: var(--text-color);
}
.btn, .btn.white:hover {
	border-color: var(--text-color);
}
.addtocart-bar input.addtocart-button {
	border-color: var(--text-color) !important;
}

