/*** 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(0 0 0 / 10%);
}
body:not(.home) #sp-header.header-sticky {
    position: fixed;    
}
.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;
  	color: #fff;
}
.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: #fff !important;
}


/*** Block Styles ***/
/* Button */
.btn,
#sp_qc_submit {
  	font-size: 16px;
    position: relative;
    display: inline-block;
    width: auto;
    margin: 0;
    color: #fff;
    font-weight: 500;
    font-family: inherit;
    line-height: 2em;
    letter-spacing: 1px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 30px;
    cursor: pointer;
    text-transform: capitalize;
    border: 2px solid #000;
    border-radius: 5px;
    background: #000;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.btn:hover {
    color: #fff;
}
.btn.no-bg {
    background: transparent;
    color: #fff;
}
a.hikabtn.hikacart:hover {
  	background: #222;
}

/* Title */
.title h1 {
    font-size: 62px;
    padding: 25px 0;
    font-weight: 600;
}
.title h2 {
    font-size: 50px;
    padding: 25px 0;
    font-weight: 600;
}
.title h3 {
    position: relative;
    padding-left: 120px;
}
.title h3:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background: #fff;
    height: 3px;
    width: 100px;
}
.title.black h3:before {
    background: #6E6E6E;
}

/* Intro */
.intro-item {
    padding: 40px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
}
.intro-item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    z-index: -1;
    border-radius: 5px;
    background-color: #121212;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.intro-item:hover:before {
    width: 100%;
}
.intro-item.center {
    background: #169226;
}
.intro-item.right {
    background: #D86711;
}
.intro-item a {
    padding: 0 0 5px;
    border-bottom: 1px solid #fff !important;;
}
.intro-item.white:hover h3, .intro-item.white:hover i, 
.intro-item.white:hover .sppb-addon-text {
    color: #fff !important;
}

/* Start */
.start-colum {
    position: relative;
}
.start .clearfix:first-child {
    position: absolute;
    top: 50px;
}

/* Check List */
.check-list strong {
    display: none;
}
.check-list em {
    padding-right: 10px;
}

/* Counter */
.counter-item {
    width: 25%;
    float: left;
    text-align: center;
}
.counter-item h1 {
    font-size: 38px;
}
.counter-item h5 {
    font-size: 16px;
}

/* Team */
.team-item,
.team-item .sppb-img-container {
    position: relative;
}
.team-item .sppb-img-container:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0;
    width: 100%;
    opacity: 0;
    background: #000;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.team-item:hover .sppb-img-container:before {
    height: 100%;
    opacity: 0.7;
}
.team-item .sppb-media-content {
    position: absolute;
    width: 100%;
    bottom: 0;
    opacity: 0;
}
.team-item .sppb-media-content {
    position: absolute;
    width: 100%;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.team-item:hover .sppb-media-content {
    opacity: 1;
    bottom: 30%;
}
.team-item .shrewd_solution_icon ul li a {
    font-size: 16px;
    width: 35px;
    line-height: 35px;
  	height: 35px;
}

/* About */
.about-img img {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.about-img:hover img {
  	opacity: 0.8;
}

/* Hikashop */
.hikashop_subcontainer.thumbnail {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

/* FAQs */
.sppb-panel-modern .sppb-panel-body {
    border: none;
    padding: 0px 0;
}
.sppb-panel-modern > .sppb-panel-heading {
    background: transparent;
    padding: 10px 30px 10px 0px;
}
.sppb-panel-modern .sppb-panel-title {
    font-size: 17px;
    color: #222;
    font-weight: 600;
}
.sppb-panel-modern {
  	border: none;
  	border-bottom: 1px solid #d4d4d4;
  	padding: 10px 0;
  	border-radius: 0;
  	margin: 0;
}

/* Blog */
.jmm-item .jmm-image.mod-article-image {
  	overflow: hidden;
  	margin: 0;
}
.jmm-text {
    box-shadow: 9.899px 9.899px 30px 0 rgba(0,0,0,.1);
    padding: 30px;
}
.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%);
}

/* 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;
  	box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 10%);
    z-index: 1;
  	border-top: 5px solid;
}
#sp-bottom .sp-module .sp-module-title {
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1em;
    position: relative;
    text-transform: capitalize;
}
#sp-bottom .menu li {
    display: inline-block!important;
}
#sp-bottom p {
    line-height: 2.2;
  	margin-bottom: 0;
}
#sp-bottom strong {
    display: none;
}
#sp-bottom span {
    padding-right: 10px;
}
#sp-bottom h2 {
  	font-size: 30px;
	font-weight: 600;
}
#sp-bottom .ft-title {
    font-weight: 600;
}
.shrewd_solution_icon {
  margin-top: 20px;
}
.shrewd_solution_icon ul, .shrewd_solution_icon ul li {
    display: inline-block!important;
    padding: 0!important;
}
.shrewd_solution_icon ul li a {
  	font-size: 18px;
    width: 42px;
    color: #fff !important;
    line-height: 42px;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
    -webkit-transition: .5s;
    transition: .5s;
    display: inline-block;
    height: 42px;
    border: none;
    background: #dba49b;
}
.shrewd_solution_icon ul li a:hover {
  	background: #222;
}
.shrewd_solution_icon ul li a em {
  	font-family: "Font Awesome 5 Brands";
}
.shrewd_solution_icon strong {
    display: none;
}
.ft-info a {
    margin-right: 30px;
}

/* Footer Copyright */
#sp-footer {
    text-align: center;
}
#sp-footer {
    display: inline-block;
    width: 100%;
}

/*** Responsive Layout ***/
/* Tablet Landscape Layout */
@media (min-width: 1400px) {
    .sppb-row-container {
      	max-width: 1320px;
    }
}

/* Mobile Standard Layout */
@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) {
  	.hiking-colum h1, .deal-item h1 {
    	font-size: 70px;
	}
}

/* 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,
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay,
.btn:hover, .btn.no-bg:hover, .intro-item.left, .start, .shrewd_solution_icon ul li a {
 	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, .slider-item h2, .intro-item h3,
.title h3, .check-list em, #sp-bottom h2, .counter-item h1, #sp-bottom .sp-module .sp-module-title,
#sp-bottom span, #sp-footer a {
  	color: var(--text-color); 
}
.btn.no-bg, .btn:hover, #sp-bottom, .hikashop_subcontainer.thumbnail:hover {
  	border-color: var(--text-color);
}