/*** General CSS ***/
body {
    line-height: 1.9em; 
}
body.home #sp-main-body {
    padding: 80px 0;
}


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

/* 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-header .container-inner {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
#sp-header.header-sticky .container-inner {
    border-top: none;
    border-bottom: none;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a {
  	font-size: 15px !important;
    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.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;
}
body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-right {
    width: 200px !important;
}
body.ltr .sp-megamenu-parent .sp-dropdown .sp-dropdown-items .sp-has-child>a:after {
    top: 1px;
    position: relative;
}
.burger-icon>span {
    background-color: #000;
}

/*** Block Styles ***/
/* Button */
.btn,
#sp_qc_submit {
	position: relative;
    display: inline-block;
    width: auto;
    margin: 0;
    color: #fff !important;
    font-weight: 600;
    font-family: inherit;
    line-height: 2em;
    font-size: 14px;
    letter-spacing: 1px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 13px 45px;
    cursor: pointer;
    text-transform: uppercase;
    border: 0;
    background-color: #FFFFFF;
    border-radius: 30px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.btn:hover {
  	color: #fff;
  	transform: translateY(-8px);
}
a.hikabtn.hikacart:hover {
  	color: #fff;
    background: #201100;
}
.btn.no-bg {
	background: transparent;
}

/* Content Top */
#sp-content-top .sp-module {
    margin-top: 80px;
}
#sp-content-top .sp-module:first-child .sp-module-content {
	border-top: 0;
	padding-top: 0;
}
#sp-main-body h3 {
    font-size: 20px;
}

/* Title */
#sp-content-top h3.sp-module-title, #sp-content-bottom h3.sp-module-title {
    text-transform: uppercase;
    letter-spacing: 0;
    margin-bottom: 0;
    position: relative;
    color: #ffffff;
    font-size: 18px;
    font-weight: 900;
    background-color: #020101;
    display: inline-block;
    padding: 25px 30px 20px;
}
#sp-content-top .sp-module-content, #sp-content-bottom .sp-module-content {
    border-top: 5px solid #000;
    padding-top: 30px;
}

/* Business */
.business .jmm-item .jmm-image.mod-article-image,
.politics .jmm-item .jmm-image.mod-article-image,
.default .jmm-item .jmm-image.mod-article-image {
    overflow: hidden;
    margin: 0;
}
.business .jmm-text, .politics .jmm-text,
.default .jmm-text {
	padding: 30px;
	background: #f5f5f5;
}

/* Politics */
.business .jmm-item,
.politics .jmm-item {
  	position: relative;
}
.business .jmm-item .jmm-author,
.politics .jmm-item .jmm-author {
	position: absolute;
	top: 40px;
	left: 40px;
	background: #000;
	color: #fff;
	padding: 1px 10px 1px 12px;
	border-left: 8px solid;
}

/* Bottom */
#sp-content-bottom .sp-module {
    margin-bottom: 80px;
}

/* Blog */
.jmm-item .jmm-image.mod-article-image {
  	overflow: hidden;
	margin: 0;
}
.jmm-image.mod-article-image img {
  	transform: scale(1);
  	-webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.jmm-item:hover .jmm-image.mod-article-image img {
  	transform: scale(1.15);
  	filter: grayscale(100%);
}
.jm-category-module.default .jmm-text .jmm-title {
	font-weight: 500;
}
.jm-category-module.default .jmm-text .jmm-title {
    font-size: 18px;
    line-height: 25px;
}

/* Contact Info */
.contact-info h2, .contact-info h3 {
    font-size: 25px;
}
button.btn.btn-primary.validate {
    color: #fff !important;
    padding: 13px 20px;
}

/* Bottom */
#sp-bottom {
    position: relative;
    text-align: left;
    z-index: 1;
  	padding: 60px 0 30px;
    font-size: 15px;
}
#sp-bottom .col-lg-3 {
    flex: 0 0 auto;
    width: 33.33%;
}
#sp-bottom #sp-bottom4 {
    flex: 0 0 auto;
    width: 100%;
	text-align: center;
}
#sp-bottom .sp-module .sp-module-title {
    margin-bottom: 20px;
    font-size: 20px;
    padding-bottom: 20px;
    font-weight: 500;
    line-height: 1em;
    position: relative;
}
div#sp-bottom2 {
    padding-top: 10px;
}
#sp-bottom p {
    line-height: 1.8;
    margin-bottom: 20px;
}
#sp-bottom strong {
    display: none;
}
#sp-bottom span {
    padding-right: 10px;
  	color: #fff;
}
#sp-bottom h2 {
  	font-size: 30px;
  	font-weight: 600;
  	margin-bottom: 15px;
    text-align: left;
}
#sp-bottom em {
  	color: #999;
  	font-family: "Font Awesome 5 Brands";
  	font-size: 15px;
  	margin-right: 5px;
}
#sp-bottom1 .sp-module ul>li, #sp-bottom1 .sp-module ul>li>a {
    display: inline-block !important;
    padding-right: 10px;
}
#sp-bottom4 ul {
    margin-left: 0;
    display: flex;
    justify-content: space-between;
}
#sp-bottom4 ul li {
    position: relative;
    display: inline-block !important;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 0 !important;
}
#sp-bottom4 ul li.sep {
    width: .5em;
    height: .5em;
    border-radius: 50%;
    border: 1px solid currentColor;
    margin: 0 20px;
    padding: 5px;
    position: relative;
    top: 12px;
}
#sp-bottom4 ul li a {
    font-size: 20px;
    text-transform: capitalize;
    text-decoration: none;
}
#sp-bottom4 ul li i {
    position: relative;
    font-size: 18px;
    margin-right: 8px;
    font-weight: 700;
    color: transparent;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    background: -webkit-linear-gradient(-90deg, #f25743, #eb3648 50%);
}
#sp-bottom #sp-bottom4 .sp-module {
    margin-bottom: 0px;
    padding-top: 30px;
    border-top: 1px solid #1c1c1c;
}

/* Footer Copyright */
#sp-footer {
    text-align: center;
}
#sp-footer {
    display: inline-block;
    width: 100%;
}
#sp-footer .container-inner {
    padding: 30px 0;
    border-top: 1px solid #1c1c1c;
}

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

@media (max-width: 1200px) {
	.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    	font-size: 14px !important;
	}
}

/* Mobile Standard Layout */
@media (max-width: 991px) {
  	#sp-bottom h1, .shrewd_solution_icon {
    	text-align: left;
	}
  	#sp-bottom .col-lg-3 {
    	width: 100% !important;
	}
}
@media (max-width: 768px) {
	#sp-header, #sp-header .logo {
        height: 70px;
    }
  	#sp-footer p {
  		text-align: center;
	}
  	body #sp-header {
      	padding: 0;
	}
  	#sp-header {
    	top: 0px;
	}
	#sp-bottom4 ul {
    	display: initial;
 }
}

/* Mobile Small Resolution */
@media (max-width: 480px) {
  	.check-list ul.left, .check-list ul.right {
    	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, a.hikabtn.hikacart, .btn,
.slider-item .sppb-btn-success, .sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info:hover {
 	background-color: var(--background-color);
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a,
.article-list .article .readmore a:hover, .article-list .article .readmore a:active, .article-list .article .article-header h2 a:hover,
.travel-guides .jm-category-module.default .jmm-text a:hover, .budgeting .jmm-category a:hover {
	color: var(--text-color);
}
.jmm-item .jmm-author {
	border-left-color: var(--text-color) !important;
}
.page-item.active .page-link {
  	border-color: var(--text-color);
}