/*** 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;
    background-image: linear-gradient(360deg, #FFFFFF 15%, #E4E4E4 100%);
}
#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: 14px;
    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: 5px 30px;
    cursor: pointer;
    text-transform: capitalize;
    border: 2px solid #479AF6;
    border-radius: 5px;
    background: #479AF6;
    -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: #163467;
    border-color: #163467;
}
.btn.no-bg {
    background: transparent;
    border-color: #fff;
}
.btn-link.white {
    color: #fff;
    border-bottom: 2px solid #fff;
}
.btn-link {
    padding: 0 0 7px;
    color: #222;
    font-weight: 500;
    border-bottom: 2px solid #479AF6;
}
.btn-link:hover {
    color: #479AF6;
    border-bottom: 2px solid #479AF6;
}

/* Slider */
.slider {
    background-image: linear-gradient(180deg, #FFFFFF 44%, #DBDBDB 100%);
}
.slider .sppb-row-overlay {
  	background-image: url('../images/interior-back.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    opacity: 0.41;
  	background-attachment: fixed;
}
.bg-header .slider-item h2 {
    padding: 28px 60px;
    background: #fff;
    display: inline-block;
}

/* Intro */
.intro .sppb-row.sppb-no-gutter {
    background-color: #F3F9FC;
    border-radius: 5px;
  	padding: 10px;
}

/* About */
#about {
    background-image: linear-gradient(270deg, #FFFFFF 36%, #818181 0%);
}

/* Interior */
#interior {
    background-image: linear-gradient(90deg, #FFFFFF 26%, #CBCBCB 0%);
}

/* Product */
.product .sppb-row-overlay {
    background-color: #F3F3F3 !important;
    background-image: url('../images/interior-back.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 83% auto;
    opacity: 0.68;
    background-attachment: fixed;
}
.product .sppb-container-inner {
    max-width: 95%;
}

/* Images */
.choose-img img, .about-img img, .interior-img img, .project-img img {
  	-webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.choose-img:hover img, .about-img:hover img, 
.interior-img:hover img, .project-img:hover img {
  	opacity: 0.7;
}

/* Support */
.support-item img {
  	width: 120px;
}
.support-item.big img {
  	width: 75px;
}

/* Counter */
.counter-item h1 {
    font-weight: 600;
}
.counter-item h5 {
    font-size: 16px;
}

/* Check List */
.check-list ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.check-list ul li {
    padding-bottom: 10px;
}
.check-list ul li:last-child {
    padding-bottom: 0px;
}
.check-list strong {
    display: none;
}
.check-list em {
    padding-right: 10px;
    color: #479AF6;
}

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

/* 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%);
    z-index: 1;
}
#sp-bottom .sp-module .sp-module-title {
    margin-bottom: 25px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1em;
    position: relative;
    text-transform: uppercase;
}
#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;
    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: #479AF6;
}
.shrewd_solution_icon ul li a:hover {
  	background: #fff;
  	color: #479AF6 !important;
}
.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%;
}

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

/* Mobile Standard Layout */
@media (max-width: 991px) {
  	#about {
    	background-image: linear-gradient(270deg, #818181 36%, #818181 0%);
	}
}
@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 {
 	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 h2, .support-item h3, .counter-item h5 {
  	color: var(--text-color); 
}
.slider-item a:hover, .services-item a:hover {
  	color: var(--text-color) !important;
}
.hikashop_subcontainer.thumbnail:hover {
  	border-color: var(--text-color);
}
