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

/*** 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(225 255 255 / 10%);
}
.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: capitalize;
    position: relative;
}
.sp-megamenu-parent>li.active>a {
    font-weight: 600;
}
.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;
}
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: #fff;
}

/*** Block Styles ***/
/* Button */
.btn,
#sp_qc_submit {
	position: relative;
	display: inline-block;
	width: auto;
	margin: 0;
	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: 15px 40px;
	cursor: pointer;
	text-transform: uppercase;
	border: 0;
	background-color: #FFFFFF;
	border-radius: 0;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.btn:hover {
  	transform: translateY(-8px);
}
a.hikabtn.hikacart:hover {
  	color: #fff;
    background: #201100;
}
.btn.no-bg {
	background: transparent;
}
.login .btn-primary {
    background: #222;
}

/* Content Top */
section#sp-content-top {
    padding-top: 80px;
}

/* Title */
#sp-content-top h3.sp-module-title, #sp-content-bottom h3.sp-module-title {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 25px;
    letter-spacing: 0;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 5px;
    border-bottom: 3px solid #000;
    color: #000000;
}
.jm-category-module.default .jmm-text .jmm-title {
    font-size: 20px;
    line-height: 25px;
    font-weight: 600 !important;
    color: #111;
}
#sp-main-body h3 {
    font-size: 18px;
}

/* Need */
.sp-module.need {
    padding: 60px 80px !important;
    background: #111111;
    color: #fff;
    overflow: hidden;
    margin-bottom: 80px;
}
.sp-module.need .left, .sp-module.need .right {
	width: 50%;
	float: left;
}
.sp-module.need .left h2 {
    font-size: 35px;
    font-weight: 600;
}
.sp-module.need .right {
	text-align: right;
	margin-top: 15px;
}

/* Content Bop */
#sp-content-bottom .sp-module {
	padding-bottom: 80px;
}
#sp-content-bottom .sp-module.button-bottom {
	text-align: center;
}

/* Button Bottom */
.button-bottom a {
	padding: 20px;
	background: #111111;
	width: 100%;
	display: inline-block;
	border: 6px solid #111;
	font-size: 30px;
	font-weight: 600;
	color: #fff;
}
.button-bottom a:hover {
	background: transparent;
	color: #111;
}
.button-bottom em {
	padding-left: 25px;
}
.button-bottom strong {
	display: none;
}

/* 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%);
}
.jm-category-module.default .jmm-text .jmm-title {
	font-weight: 500;
}
.jmm-item {
  	position: relative;
}
.jmm-item .jmm-author {
	position: absolute;
	top: 40px;
	left: 40px;
	background: #000F2B;
	color: #fff;
	padding: 3px 8px 3px 16px;
	border-left: 8px solid;
	font-size: 13px !important;
}

/* 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: center;
    z-index: 1;
  	padding: 60px 0 30px;
    font-size: 15px;
}
#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 .menu li {
    display: inline-block!important;
}
#sp-bottom p {
    line-height: 1.8;
    margin-bottom: 20px;
}
#sp-bottom strong {
    display: none;
}
#sp-bottom span {
    padding-right: 10px;
}
#sp-bottom h2 {
  	font-size: 30px;
  	font-weight: 600;
  	margin-bottom: 15px;
    text-align: left;
}
.shrewd_solution_icon ul, .shrewd_solution_icon ul li {
    display: inline-block!important;
    padding: 0!important;
    margin: 0 !important;
}
.shrewd_solution_icon {
	text-align: right;
}
.shrewd_solution_icon ul li a {
    font-size: 18px;
    width: 0;
    color: #fff !important;
    line-height: 38px;
    text-align: center;
    border-radius: 50%;
    margin: 0px 20px 0px 30px;
    -webkit-transition: .5s;
    transition: .5s;
    display: inline-block;
    border: none;
    background: #344143;
}
.shrewd_solution_icon ul li a:hover {
	color: #fff !important;
}
.shrewd_solution_icon strong {
    display: none;
}
.shrewd_solution_icon ul li em {
     font-family: 'Font Awesome 5 Brands';
}
#sp-bottom2 .sp-module ul>li>a, #sp-bottom2 .sp-module ul>li {
    display: inline-block;
    margin: 0;
}
#sp-bottom2 .sp-module ul>li>a {
	text-transform: uppercase;
	margin: 0px 20px;
	font-weight: 600;
}
#sp-bottom2 .sp-module ul>li>a:hover {
	border-bottom: 1px solid #fff;
}

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

/*** 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 h2, .shrewd_solution_icon {
    	text-align: center;
	}
}
@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-module.need .left, .sp-module.need .right {
    	width: 100% !important;
  	}
  	.sp-module.need .right {
    	text-align: left;
	}
}

.mfp_default_skin_default .mfp_default_item .mfp_default_title a {
    font-size: 0.7em !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, a.hikabtn.hikacart, .slider-item .sppb-btn-success, 
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info:hover, .about-item h3,
button.btn.btn-primary.validate {
 	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,
.it-procurement a:hover, .jm-category-module.default .jmm-text .jmm-title:hover {
	color: var(--text-color);
}
.jmm-item .jmm-author {
  	border-color: var(--text-color);
}