/*** General CSS ***/
body {
    line-height: 1.9em;
    color: #333;
}
a:hover, a:focus, a:active {
    color: #0fa89d;
}

/*** Header Area ***/
/* Header Top */
#sp-top-bar {
    background: #fff;
    position: relative;
    z-index: 9999;
}

/* Header Menu */
#sp-header {
    box-shadow: none;
    top: 0;
    height: inherit;
    background: transparent;
}
#sp-header.header-sticky {
    position: fixed;
    top: 0;
    padding: 0;
  	background: #ff7f5f;
  	box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
}
body:not(.home) #sp-header {
    background: #ff7f5f;
    position: static;
}
body:not(.home) #sp-header.header-sticky {
    position: fixed;    
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    font-weight: 500;
    text-transform: uppercase;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a {
    color: #252525;
    font-size: 14px !important;
}
.sp-megamenu-parent > li > a, .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;
}

/*** Block Styles ***/
/* Slider */
.slider {
    margin-top: -100px !important;
}
.slider-img .clearfix {
    float: left;
    width: 20%;
}
.slider-img.center {
    margin: 30px 0;
}

/* Button */
.btn,
.slider-btn a,
.button.subbutton,
#sp_qc_submit {
    position: relative;
    display: inline-block;
    width: auto;
    margin: 0;
    background: #FF7F5F !important;
    font-family: inherit;
    line-height: 2em;
    letter-spacing: .02em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 45px;
    text-transform: uppercase;
    color: #fff !important;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 2.4px;
    border-radius: 0px!important;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    border: 0px solid !important;
}
.btn:hover {
    background: #fff !important;
}

/* Title */
.title h2 {
    color: #ffffff;
    font-size: 60px;
    font-weight: 700;
}
.title h1 {
    color: #ffffff;
    font-size: 80px;
    font-weight: 900;
    line-height: 83px;
    margin-bottom: 30px;
}

/* Dirived */
.dirived.center {
    margin: 0 auto;
}
.dirived.center.color {
    border-color: #FF7F5F !important;
}

/* Shape */
.shape {
    margin-bottom: -10px;
}
.shape .elementor-shape {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.shape .elementor-shape svg {
    height: 95px;
    width: 100%;
}
.shape .elementor-shape-bottom .elementor-shape-fill,
.shape-bottom .elementor-shape-fill {
    fill: #5039EB;
}
.bg .lt-shape .elementor-shape-bottom .elementor-shape-fill {
    fill: #FF7F5F;
}

/* Team */
.team .team-colum {
    border-radius: 10px;
}
.team .team-colum .clearfix {
    width: 50%;
    float: left;
}

/* Testimonial */
.testimonial-name {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
}
.testimonial-job {
    color: #FF7F5F;
    font-size: 15px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1.6em;
    letter-spacing: 3px;
}

/*** Contact ***/
.contact-icon {

}
.contact-icon .shrewd_solution_icon ul li strong,  .bottom-contact strong {
    display: none;
}
.contact-icon .shrewd_solution_icon ul,
.contact-icon .shrewd_solution_icon ul li {
    display: inline-block!important;
    padding: 0px!important;
}
.contact-icon .shrewd_solution_icon ul li a {
    font-size: 16px;
    background: #FF7F5F;
    height: 45px;
    color: #fff !important;
    width: 45px;
    line-height: 47px;
    text-align: center;
    border-radius: 0;
    margin: 10px;
    -webkit-transition: .5s;
    transition: .5s;
    display: inline-block;
}
.contact-icon .shrewd_solution_icon ul li a:hover {
    background-color: rgba(0,206,27,0.13);
    color: #FF7F5F !important;
}


/* 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%);
}
.jm-category-module.default .jmm-text .jmm-title,
.jm-category-module.default .jmm-intortext {
    color: #fff;
}

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

/*** Responsive Layout ***/
/* Mobile Standard Layout */
@media (max-width: 768px) {
	#sp-header, #sp-header .logo {
        height: 70px;
    }
  	#sp-footer p {
  		text-align: center;
	}
  	body #sp-header {
      	padding: 0;
	}
}

/* Mobile Small Resolution */
@media (max-width: 480px) {
  .slider-small h3 {
    	margin-bottom: 0 !important;
  }
  .slider-big h1 {
    	padding: 0 !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, .bg,
.slider-item .sppb-btn-success, .sp-simpleportfolio .sp-simpleportfolio-filter>ul>li.active>a,
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info:hover,
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay,
.jmm-image.mod-article-image:before, .jmm-image.mod-article-image:after, .about, .testimonial {
 	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,
#sp-bottom a, .offcanvas-menu .offcanvas-inner ul.menu >li.active a, .about-item.no-bg h4, .about-item.no-bg i, .btn,
.title h6, .testimonial-star em, .feature-item h3 {
  	color: var(--text-color) !important; 
}
.about-item img, .slider-btn a, .button.subbutton, .plan-item, .dirived.center, body:not(.home) #sp-header {
  	border-color:var(--text-color)!important;
}