/*** 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;
}
#sp-header.header-sticky {
    position: fixed;
    top: 0;
  	box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
}
body:not(.home) #sp-header {
    position: static;
}
body:not(.home) #sp-header.header-sticky {
    position: fixed;    
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a {
  	font-size: 14px !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;
}
.burger-icon>span {
    background-color: #000 !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: .02em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 9px 35px;
    cursor: pointer;
    text-transform: capitalize;
    border: 2px solid #111;
    border-radius: 5px;
    background: #111;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.btn:hover, .btn.white:hover, .btn.no-bg:hover {
    color: #fff;
  	background: #425a44;
    border-color: #425a44;
}
.btn.no-bg {
    background: transparent;
    border-color: #fff;
}
.btn.white {
    background: #fff;
    color: #425a44;
    border-color: #fff;
}

/* Title */
.title h1 {
    position: relative;
    margin: 20px 0;
    display: inline-block;
    font-size: 45px;
    font-weight: 600;
}

/* Intro */
.intro .sppb-column {
    border-radius: 5px;
}
.intro-column:hover > .sppb-column-overlay {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.intro-column:hover > .sppb-column-overlay {
  	background-color: rgba(0, 0, 0, 0.2) !important;
}

/* Categories */
.categories .sppb-row-overlay::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background: #fff;
    height: 280px;
    width: 100%;
}
.categories-item, .categories-item .sppb-addon-single-image-container {
    overflow: hidden;
}
.categories-item img {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.categories-item:hover img {
    transform: scale(1.08);
}

/* Counter */
.counter-item {
  	padding: 30px 10px;
  	box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
  	float: left;
  	margin-right: 5%;
  	width: 30%;
}
.counter-item:last-child {
    margin-right: 0;
}

/* 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;
}

/* Choose */
.choose-item i {
    height: 80px !important;
    width: 80px !important;
    line-height: 80px !important;
    background: #fff;
    border-radius: 50%;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.choose-item:hover i {
    color: #fff;
}

/* Start */
.start .sppb-row.sppb-no-gutter {
    background-image: url("../images/bg-start.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.8;
    border-radius: 5px;
    padding: 80px 50px;
}
.start .btn.no-bg {
    border-color: #111;
    color: #111;
}

/* Value */
.value-item i {
    height: 70px !important;
    width: 70px !important;
    line-height: 70px !important;
    background: #f5f5f5;
    border-radius: 50%;
}

/* FAQs */
.sppb-panel-modern, .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: 22px;
    color: #222;
    font-family: 'Cormorant', sans-serif;
    font-weight: 600;
}

/* Bg Header */
.bg-header .sppb-col-md-6 {
    margin-bottom: -60px;
}

/* 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%);
}

/* Hikashop */
.hikashop_subcontainer.thumbnail {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

/* 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: 0 0 4px 0 rgb(0 0 0 / 10%);
  	font-size: 16px;
    z-index: 1;
}
#sp-bottom:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background-image: radial-gradient(at top right, #425A44CC 0%, #25292b 75%);
}
#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 .container {
    border-bottom: none;
}
#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: 35px;
	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: 16px;
    width: 35px;
    color: #fff !important;
    line-height: 35px;
    text-align: center;
    border-radius: 5px;
    margin-right: 10px;
    -webkit-transition: .5s;
    transition: .5s;
    display: inline-block;
  	height: 35px;
    border: none;
    background: #344143;
}
.shrewd_solution_icon strong {
    display: none;
}
.shrewd_solution_icon ul li em {
     font-family: 'Font Awesome 5 Brands';
}

/* Footer Copyright */
#sp-footer {
    text-align: center;
}
#sp-footer {
    display: inline-block;
    width: 100%;
}
#sp-footer .container-inner {
    border-top: none;
}

/*** 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;
	}
  	.slider-colum .sppb-text-right, .slider-colum .sppb-text-left {
   		text-align: center;
    	margin-top: 30px;
	}
}

/* Mobile Small Resolution */
@media (max-width: 480px) {
  	.hiking-colum h1, .deal-item h1 {
    	font-size: 70px;
	}
  	.title h4 {
    	padding-left: 0 !important;
      	padding-right: 0 !important;
  	}
  	.title h4:before, .title.center h4:after {
    	content: none;
  	}
  	.team-colum .clearfix {
    	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,
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay,
.choose-item:hover i {
 	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, .title h3, .counter-item h1, .choose-item i,
.value-item i {
  	color: var(--text-color); 
}
.slider-item a:hover, .services-item a:hover {
  	color: var(--text-color) !important;
}
.product-text:after, .hikashop_subcontainer.thumbnail:hover {
  	border-color: var(--text-color);
}
