/*** General CSS ***/
body {
    line-height: 1.9em;
}

/*** 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%);
}
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;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    position: relative;
    text-transform: uppercase;
}
.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: #000;
}
.offcanvas-menu > .align-items-center {
    background:#FFFFFF;
}
.offcanvas-active .burger-icon>span, #modal-menu-toggler.active .burger-icon>span {
    background-color: #000;
}

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

/* Title */
.title-big {
	position: relative;
}
.title-big h1 {
    -webkit-text-stroke-color: #DEDEDE;
    -webkit-text-fill-color: rgba(2, 1, 1, 0);
    -webkit-text-stroke-width: 1px;
    transform: rotate(-90deg);
    top: 80px;
    left: -350px;
    position: absolute;
}

/* Bg Header */
.bg-header h2 {
    border-left: 4px solid #fff;
    padding-left: 30px;
}

/* Feature */
.feature-column:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0; 
    display: inline-block;
    height: 0%;
    width: 100%;
    z-index: 1;
    background-image: linear-gradient(180deg, #000 0%, rgba(242, 41, 91, 0) 100%);
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.feature-column:hover:before {
    height: 100%;
}
.feature-column:hover {
  	color: #fff;
}

/* Services */
.services-item a {
    padding: 0 !important;
}
.services-item a {
    padding: 0 !important;
    text-decoration: underline !important;
}

/* Team */
.team-item img {
    border-radius: 50%;
}
.team-item {
    background: #fff;
    padding: 40px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 3%);
    border: 1px solid #ededed;
    border-top: 5px solid;
}
.team-item strong {
	display: none;
}
.team-item em {
	width: 45px;
	height: 45px;
	background: #000;
	line-height: 45px;
	color: #fff;
	top: 195px;
	position: absolute;
	border-radius: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	box-shadow: 0 10px 16px rgb(0 0 0 / 26%);
}
.team-item h6 {
	font-size: 17px;
	color: #737272;
}

/* Insurance */
.insurance-column {
	position: relative;
}
.insurance-column:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 4px;
	width: 100%;
	-webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.insurance-column:hover:before {
	height: 100%;
}
.insurance-column:hover, .insurance-column:hover h3 {
	color: #fff;
}
.insurance-column a {
	border-bottom: none;
	text-decoration: underline !important;
}
.insurance-column:hover a {
	color: #fff !important;
}

/* Intro */
.intro .pull-left {
    width: 50%;
}

/* Check */
.check-list ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.check-list ul li strong {
    display: none;
}
.check-list ul li span {
	padding-right: 10px;
  	color: #fcbc3a;
}
.check-list ul li {
	padding-bottom: 15px;
}

/* 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: 22px;
	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;
	line-height: 30px;
}
#sp-bottom .sp-module .sp-module-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 0;
    position: relative;
}
#sp-bottom3 strong {
	display: none;
}
#sp-bottom3 i {
	padding-right: 10px;
}

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

/*** 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;
	}
  	#feature .sppb-row-column  {
    	max-width: 50% !important;
    	flex-basis: 50% !important;
 	 }
}
@media (max-width: 991px) {
	#sp-header, #sp-header .logo {
        height: 70px;
    }
  	#sp-footer p {
  		text-align: center;
	}
  	body #sp-header {
      	padding: 0;
	}
  	.team-item em {
    	top: 150px;
	}
}

/* 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,
.feature-item h3:before, .services-item h3:before, .insurance-column:before,
.bg-header {
 	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, .counter-item h1, .team-icon .shrewd_solution_icon ul li a:hover, .online-column h3 {
  	color: var(--text-color);
}
.btn {
  	border-color: var(--text-color);
}
.team-item {
  	border-top-color: var(--text-color);
}