/*** 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;
 	border-top: 0px solid #f2f2f2;
    border-bottom: 0px solid #F2F2F2;
}
#sp-header.header-sticky {
    position: fixed;
    top: 0;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
}
#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: capitalize;
    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: 400;
    font-family: inherit;
    line-height: 2em;
    font-size: 16px;
    letter-spacing: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 11px 45px;
    cursor: pointer;
    text-transform: uppercase;
    border: 3px double #fff;
    background-color: transparent;
    border-radius: 0px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.btn:hover {
  	color: #000 !important;
	background: #fff;
  	transform: scale(1.06);
}
a.hikabtn.hikacart:hover {
  	color: #fff;
    background: #201100;
}
.btn.no-bg {
	background: transparent;
}
.login .btn-primary {
    background: #222;
}
.login .btn-primary:hover {
  	color: #fff !important;
}

/* Title */
#sp-content-top h3.sp-module-title, #sp-content-bottom h3.sp-module-title {
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    position: relative;
    font-size: 20px;
    font-weight: 900;
}

/* Content Top */
section#sp-content-top {
    padding-top: 80px;
}
body.home #sp-content-top > .container,
body.home #sp-content-top .sp-module:first-child  {
    max-width: 100%;
    padding: 0 5px;;
}
body.home #sp-content-top .sp-module {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 15px;
}
#sp-main-body h3 {
    font-size: 18px;
}

/* Content Bottom */
#sp-content-bottom .container {
    max-width: 100%;
    padding: 0;
}
#sp-content-bottom .sp-module-title, #sp-content-bottom .sp-module-content {
	max-width: 1320px;
	margin: 0 auto;
	padding: 0 15px;
}
#sp-content-bottom .sp-module {
	padding: 80px 0;
}
#sp-content-bottom .sp-module:nth-child(2n-1) {
	background-color: #dae8e4;
}

/* Gallery */
#sp-content-bottom .sp-module.gallery .sp-module-content {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
}
.sp-module.gallery {
    padding: 15px 15px 10px !important;
}

/* Start  */
.sp-module.start {
    padding: 140px 0 !important;
    text-align: center;
    background-image: url('../images/back1.jpg');
    background-position: top center;
    background-size: cover;
    position: relative;
    z-index: 1;
    color: #fff;
    background-attachment: fixed;
}
.sp-module.start:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	background: #000;
	opacity: 0.6;
	z-index: -1;
}
.sp-module.start h5 {
	display: inline-block;
	border-bottom: 2px solid #fff;
	font-size: 14px;
	letter-spacing: 5px;
	padding-bottom: 15px;
	margin-bottom: 40px;
}
.sp-module.start h6 {
	margin-bottom: 20px
}
.sp-module.start p {
	max-width: 900px;
	margin: 0 auto;
	margin-bottom: 30px;
}

/* Blog */
.jmm-item .jmm-image.mod-article-image {
  	overflow: hidden;
  	margin: 0 !important;
}
.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 {
	padding: 20px;
    background: #f5f5f5;
    border: 1px solid rgba(0,0,0,0.075);
}
.jm-category-module.default .jmm-text .jmm-title {
    font-size: 16px;
    line-height: 22px;
	font-weight: 600;
}
.jmm-item {
  	position: relative;
}
.jmm-item .jmm-author {
	position: absolute;
	top: 40px;
	left: 40px;
	background: #000;
	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: #222 !important;
    padding: 13px 20px;
    border-color: #222;
    font-weight: 600;
}

/* Bottom */
#sp-bottom {
    position: relative;
    text-align: left;
    z-index: 1;
    padding: 60px 0 30px;
    font-size: 14px;
}
#sp-bottom .sp-module .sp-module-title {
    margin-bottom: 30px;
    font-size: 18px;
    padding-bottom: 0;
    font-weight: 600;
    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-left: 10px;
}
#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;
}

/* Footer Copyright */
#sp-footer {
    text-align: center;
	border-top: 1px solid rgba(255,255,255,0.1);
}
#sp-footer {
    display: inline-block;
    width: 100%;
}
#sp-footer .container-inner {
    padding: 30px 0;
    border-top: 1px solid #1c1c1c;
}
#sp-footer a, #sp-bottom a {
    font-weight: 500;
}

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

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

/* 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, .slider-item .sppb-btn-success, 
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info:hover {
 	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, .travel-guides .jm-category-module.default .jmm-text a:hover, 
.budgeting .jmm-category a:hover, #sp-content-top h3.sp-module-title, #sp-content-bottom h3.sp-module-title {
	color: var(--text-color);
}
.jmm-item .jmm-author {
	border-left-color: var(--text-color) !important;
}
.page-item.active .page-link {
  	border-color: #dee2e6;
}
.page-item.disabled .page-link {
    color: #75a696;
    pointer-events: none;
    background-color: #fff;
    border-color: #dee2e6;
  margin-left: 0px;
  }
.grey-button {
    background-color: #808080;
    color: #ffffff;
    padding: 5px 15px;
    width: 160px;
    box-shadow: 4px 4px 7px #333;
    border: solid 1px #999;
    border-radius: 1px;
    margin-bottom: 10px;
    font-family: arial;
    font-size: 12pt;
    font-weight: semi-bold;
    transition: all 0.2s ease-in-out 0s;
}
.grey-button:hover {
background-color:#75a696;
}

.photo-button {
border: solid 0px #999;
padding: 0px;
box-shadow: 4px 4px 7px #333;
transition: all 0.2s ease-in-out 0s;
}

.photo-button:hover {
 opacity: 0.7;
}
.article-list .article {
    margin-bottom: 1px;
    padding: 10px;
    border: 1px solid #fff;
    border-radius: 3px;
  }
#sp-main-body {
    padding: 0px 0;
}
.article-info>span {
    display: none;
    font-size: 0.813rem
}
/* unvisited link */
a:link {
  color: #75a696;
}

/* visited link */
a:visited {
  color: #75a696;
}

/* mouse over link */
a:hover {
  color: #808080;
}

/* selected link */
a:active {
  color: dae8e4;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #75a696;
    border-color: #75a696;}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #75a696;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
@media (min-width: 768px) {
    .float-md-end {
        float: right !important;
display: none;
    }
}
 @media (max-width: 768px) {
    .float-md-end {
        float: right !important;
display: none;
    }
}
.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    justify-content: center;
}
a:link {
color: #75a696;
}
a:hover, a:focus, a:active {
  text-decoration: none;
  color: #2C6E52;
}
.chapter {
   position: relative;
   margin-bottom: 1px;
   width: 100%;
   color: #4f4f4f;
   overflow: hidden;
}
input {
   position: absolute;
}
label.chapterlabel {
   position: relative;
   display: block;
   padding: 0 0 0 20px;
   background-color: #75a696;
  border-radius: 2px;
  border: solid 1px #83AFA0;
   text-align: center;
   font-weight: bold;
   line-height: 50px;
  margin-bottom: 5px;
   box-shadow: 4px 4px 7px #333;
   cursor: pointer;
}
label.chapterlabel:hover {
  background-color: #83AFA0;
}
.chapter-content {
   max-height: 0;
   overflow: auto;
   background-color: #dae8e4;
   -webkit-transition: max-height .50s;
   -moz-transition: max-height .50s;
   -o-transition: max-height .50s;
   transition: max-height .50s;
  margin:5px;
}
.chapter-content p {
   margin: 20px;
}
input:checked ~ .chapter-content {
   max-height: 750px;
}
label.chapterlabel: :after {
   position: absolute;
   right: 0;
   top: 0;
   display: block;
   width: 50px;
   height: 50px;
   line-height: 50px;
   text-align: center;
}
input[type=checkbox] + label.chapterlabel: :after {
   content: “+”;
}
input[type=checkbox]:checked + label.chapterlabel: :after {
   content: “-”;
}
@media (max-width: 768px) {
  .chapter-content {
    width: 100%;
  }
}