/*** 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: 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;
}
.burger-icon>span {
    background-color: #000 !important;
}


/*** Block Styles ***/
/* Button */
.btn,
#sp_qc_submit {
  	font-size: 20px;
    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: 8px 30px;
    cursor: pointer;
    border: 0;
    background-color: #333333;
    border-radius: 0;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.btn:hover, .slider-btn a:hover {
  	transform: translateY(-5px);
    color: #fff;
}
.btn.no-bg {
    background: transparent;
    color: #000;
    border: 1px solid #222;
}

/* Title */
.title h3 {
  	display: inline-block;
    font-style: italic;
}
.title h1 {
    font-size: 65px;
    text-transform: uppercase;
    font-weight: 600;
  	padding: 20px 0;
}
.title h2 {
    font-size: 45px;
    font-weight: 600;
    padding: 20px 0;
    text-transform: uppercase;
}

/* Slider */
.slider-img img, .project-item img {
  	-webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.slider-img:hover img, .project-item:hover img {
    opacity: 0.8;
}

/* About */
.about {
    z-index: 2 !important;
}

/* Services */
.services:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 130px;
    width: 100%;
    background: #fff;
    z-index: -1;
}
.services-item a {
    letter-spacing: 2px !important;
}
.services .sppb-col-md-3 .clearfix:hover {
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%) !important;
}

/* Play */
.play .sppb-row-overlay {
    background-image: linear-gradient(90deg, #333 41%, #fff 99%);
    opacity: 0.4;
}

/* Team */
.team-item h3 {
    font-size: 20px
}
.team-item img {
    width: 350px;
}
.team-item img {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.team-item:hover img {
    transform: scale(1.05);
}
.shrewd_solution_icon ul {
	margin-top: 10px;
}
.shrewd_solution_icon ul, .shrewd_solution_icon ul li {
    display: inline-block!important;
    padding: 0!important;
}
.shrewd_solution_icon ul li a {
    font-size: 15px;
    width: 35px;
    color: #fff !important;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
    -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;
}

/* Counter */
.counter {
    padding: 0 3%;
}
.counter-item h1, .counter-item h5 {
    display: inline-block;
}
.counter-item h1 {
    font-size: 50px;
    position: relative;
    top: -10px;
}
.counter-item h5 {
    font-size: 22px;
    text-transform: capitalize;
    padding-left: 20px;
}

/* Testimonials */
.sppb-addon-testimonial-content-wrap span {
    text-align: left;
}

/* Check List */
.check-list ul {
    padding: 0;
    margin: 0;
  	list-style-type: none;
}
.check-list strong {
    display: none;
}
.check-list em {
    padding-right: 10px;
    font-size: 10px;
    position: relative;
    top: -1px;
}

/* Baked */
.baked {
    z-index: 2 !important;
}

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

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

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

/* Bottom */
#sp-bottom {
    position: relative;
    text-align: left;
  	box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
}
#sp-bottom {
    padding: 60px 0px 30px 0px;
}
#sp-bottom .sp-module .sp-module-title {
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1em;
    position: relative;
    color: #222;
    text-transform: uppercase;
}
.shrewd_solution_icon ul li em {
     font-family: 'Font Awesome 5 Brands';
}
#sp-bottom .container {
    border-bottom: none;
}
#sp-bottom .menu li {
    display: inline-block!important;
}
#sp-bottom p {
    line-height: 2.2;
}
#sp-bottom strong {
    display: none;
}
#sp-bottom span {
    padding-right: 10px;
}
#sp-bottom h1 {
  	font-size: 50px;
	font-weight: 600;
}

/* Footer Copyright */
#sp-footer {
    text-align: center;
}
#sp-footer {
    display: inline-block;
    width: 100%;
}
#sp-footer .container-inner {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/*** Responsive Layout ***/
/* Tablet Landscape Layout */
@media (min-width: 1400px) {
    .sppb-row-container {
      	max-width: 1320px;
    }
  	body.home #sp-header > .container {
    	max-width: 95%;
	}
  	body.home #sp-header.header-sticky > .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;
	}
  	.client .clearfix {
    	width: 100%;
    	margin-bottom: 30px;
	}
}

/* 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, .btn:hover, 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.color, .shrewd_solution_icon ul li a: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, .slider-item a:hover,
#sp-bottom h1 {
  	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);
}
