/*** 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-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 */
body.home #sp-content-top > .container,
body.home #sp-content-top .sp-module:first-child,
body.home #sp-content-bottom > .container {
    max-width: 100%;
  	padding: 0 10px;
}
body.home #sp-content-top .sp-module {
    max-width: 1320px;
    margin: 0 auto;
  	padding: 80px 15px 0;
}
#sp-content-top h3.sp-module-title, #sp-content-bottom h3.sp-module-title {
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 0;
    margin-bottom: 25px;
    position: relative;
    color: #000000;
}
.jm-category-module.default .jmm-text .jmm-title {
    font-size: 18px;
    line-height: 25px;
}
#sp-main-body h3 {
    font-size: 20px;
}

/* Travel Guides */
.travel-guides .jmm-item {
	position: relative;
}
.travel-guides .jmm-text {
	position: absolute;
	bottom: 30px;
	text-align: center;
	max-width: 80%;
	margin: 0 auto;
	width: 100%;
	left: 0;
	right: 0;
	z-index: 2;
}
.travel-guides .jmm-image.mod-article-image {
	margin: 0 !important;
	position: relative;
}
.travel-guides .jmm-item .jmm-image.mod-article-image:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background: #000;
	height: 100%;
	width: 100%;
	z-index: 1;
	opacity: 0;
	-webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.travel-guides .jmm-item:hover .jmm-image.mod-article-image:before {
	opacity: 0.65;
}
.travel-guides .jm-category-module.default .jmm-text a {
	color: #fff;
}
.travel-guides .jm-category-module.default .jmm-title {
  text-transform: uppercase;
  font-size: 14px;
}

/* Budgeting */
.sp-module.budgeting {
    padding-top: 80px;
}
.budgeting .jmm-item {
    position: relative;
}
.budgeting .jmm-category {
	position: absolute;
	top: 10%;
	right: 0;
	left: 0;
	margin: 0 auto;
	z-index: 2;
	text-transform: uppercase;
	-webkit-transition: .5s;
	transition: .5s;
	text-align: center;
}
.budgeting .jmm-item:hover .jmm-category {
	top: 15%;
}
.budgeting .jmm-category a {
	background: #fff;
	font-size: 14px;
	display: inline-block;
	color: #222;
	padding: 5px 20px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 500;
}
.budgeting .jmm-image.mod-article-image {
	position: relative;
}
.budgeting .jmm-item .jmm-image.mod-article-image:before {
	content: '';
	position: absolute;
	border: 0px solid #fff;
	left: 5%;
	top: 5%;
	height: 90%;
	width: 90%;
	z-index: 1;
	-webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.budgeting .jmm-item:hover .jmm-image.mod-article-image:before {
	border: 1px solid #fff;
}

/* Content Bottom  */
section#sp-content-bottom {
    padding: 80px 10px;
    border-top: 1px solid #cccccc;
}

/* 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;
}

/* 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;
}
#sp-bottom p {
	display: inline-block;
	margin: 0 20px;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
}
#sp-bottom em {
  	color: #999;
  	font-family: "Font Awesome 5 Brands";
  	font-size: 15px;
  	margin-right: 5px;
}

/* 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;
}

/*** 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;
	}
}

/* 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);
}
.page-item.active .page-link {
  	border-color: var(--text-color) !important;
}