/*** 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: 16px !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: 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: 8px 45px;
    cursor: pointer;
    text-transform: uppercase;
    border: 0;
    border-radius: 30px;
    -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;
  	background: #a88e77;
}
.btn.color, a.hikabtn.hikacart {
    background: #a88e77 !important;
}

/* Title */
.title h4 {
    padding-left: 140px;
    position: relative;
    margin: 23px 0;
    display: inline-block;
    font-size: 40px;
}
.title.center h4 {
    padding-right: 140px;
}
.title h4:before, .title.center h4:after {
    content: '';
    position: absolute;
    top: 0;
    height: 1px;
    width: 130px;
    background: #826c5f;
    bottom: 0;
    margin: auto 0;
}
.title h4:before {
    left: 0;
}
.title.center h4:after {
    right: 0;
}

/* About */
.about-img img {
  	-webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.about-img:hover img {
  	 opacity: 0.8;
}

/* Shape */
.shape path {
  	fill: #fff;
}
.shape svg {
    height: 80px;
    width: 100%;
}
.shape h3.sppb-addon-title {
    display: block;
}

/* Slider */
.slider-item img, .feature-img img {
    border-radius: 200px 200px 10px 10px;
}
.slider-item img {
    -webkit-transition: .7s ease-in-out;
    -o-transition: .7s ease-in-out;
    transition: .7s ease-in-out;
}
.slider:hover .img1 img {
    transform: scale(1.2);
}
.slider:hover .img2 img {
    transform: scale(0.8);
}

/* Feature */
.feature {
  	background-position: -370px 3px !important;
}
.feature-colum-center {
    position: relative;
    z-index: -1;
}
.feature-img img {
   	border-radius: 200px 200px 10px 10px;
}
.feature-item i {
    width: 80px !important;
    height: 80px !important;
    line-height: 80px !important;
    border-radius: 50%;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.feature-item.center i {
    background: #c3bb9d;
}
.feature-item.bottom i {
    background: #a88e77;
}
.feature-item:hover i {
    background-color: #826c5f;
}

/* What */
.what .sppb-col-md-6:first-child {
    position: relative;
    z-index: 2 !important;
}
.what .what-colum {
    border-radius: 15px;
}
.what-colum .title h4 {
    padding-left: 50px;
}
.what-colum .title.center h4 {
    padding-right: 50px;
}
.what-colum .title h4:before, .what-colum .title.center h4:after {
    width: 40px;
}

/* Services */
.services .sppb-row.sppb-no-gutter {
    padding: 30px;
    background-color: #fdfaf8;
    background-image: url('../images/blob2.png');
    background-position: -224px -177px;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 10px;
}
.services-colum .title h4 {
    padding-left: 90px;
}
.services-colum .title.center h4 {
    padding-right: 90px;
}
.services-colum .title h4:before, .services-colum .title.center h4:after {
    width: 80px;
}
.services-img img {
    border-radius: 200px 200px 10px 10px;
    transition-duration: .3s;
  	box-shadow: 37px 56px 68px -62px #826c5f;
    transition-property: transform;
    transition-timing-function: ease-out;
}
.services-img:hover img {
    transform: translateY(-8px);
}

/* Starts */
.starts .sppb-row.sppb-no-gutter {
    background-color: #f7f0e8;
    background-image: url('../images/blob4.png');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 0px 30px;
  	box-shadow: 37px 56px 68px -62px #826C5F;
    border-radius: 12px;
}
.starts .title.center h4 {
    padding-left: 0px;
}
.starts .title.center h4:before {
    content: none;
}
.starts-colum .sppb-addon-wrapper {
    border-radius: 200px 10px 200px 10px;
}

/* Meet */
.meet-item i, .team-item i {
    width: 40px !important;
    height: 40px !important;
    line-height: 40px !important;
    border-radius: 50%;
}

/* Team */
.team-colum .sppb-addon-wrapper:first-child {
    width: 100%;
}
.team-colum .sppb-addon-wrapper {
    width: 50%;
    float: left;
    margin-bottom: 30px;
}

/* Skill */
@keyframes load{0%{stroke-dashoffset:0}}
.skill .progress {
    position: relative;
    display: inline-block;
    padding: 0;
    text-align: center;
    width: 100%;
    margin: 0;
    height: auto;
    background: none;
}
.skill h3 {
    display: block;
}
.skill .lt-skill-item .elementor-element {
    margin-bottom: 0;
}
.skill .progress > li {
    display: inline-block;
    position: relative;
    text-align: center;
    font-weight: 400;
}
.skill .progress > li:after {
    content: attr(data-percent);
    position: absolute;
    width: 100%;
    top: 3.7rem;
    left: 0;
    font-size: 2rem;
    text-align: center;
font-weight: 600;}
.skill svg {
    width: 10rem;
    height: 10rem;
}
.skill svg:nth-child(2) {
    position: absolute;
    left: 0;
    top: 0;
    transform: rotate(-90deg);
}
.skill svg:nth-child(2) path {
    fill: none;
    stroke-width: 12px;
    stroke-dasharray: 629;
    stroke: #fff;
    opacity: .8;
    animation: load 10s;
}

.skills h3 {
    font-weight: 300;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #737373;
    margin: 0px;
    font-size: 35px
}
.skills p {
    font-size: 16px;
    margin-bottom: 6px;
  	text-transform: uppercase;
}
.skills .progress {
    width: 100%;
    height: 15px;
    position: relative;
    margin-bottom: 30px;
    border-radius: 0px;
    overflow: inherit;
}
.skills .progress .progress-bar {
    width: 0;
    height: 100%;
    border-radius: 0px;
    background: #818a91;
}
.skills .progress .progress-bar span {
    top: -30px;
    margin-left: -22px;
    left: 0;
    position: absolute;
    color: #fff;
    border-radius: 2px;
    padding: 4px 10px;
    font-size: 12px
}
.skills .progress .progress-bar span:after {
    content: "";
    display: block;
    width: 8px;
    height: 6px;
    position: absolute;
    bottom: -4px;
    left: 50%;
    margin-left: -4px;
    transform: rotate(45deg)
}
.blue .progress-bar ,.blue span ,.blue span:after {
    background-color: #3498db
}
.red .progress-bar ,.red span ,.red span:after {
    background-color: #e74c3c
}
.green .progress-bar ,.green span ,.green span:after {
    background-color: #2ecc71
}
.carrot .progress-bar ,.carrot span ,.carrot span:after {
    background-color: #e67e22
}
.sun .progress-bar ,.sun span ,.sun span:after {
    background-color: #f1c40f
}

/* History */
.history-colum {
  	box-shadow: 37px 56px 68px -62px #826c5f !important;;
  	border-radius: 200px 200px 10px 10px;
}
.history-item img {
  	border-radius: 10px;
}

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

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

/* 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: 0 0 4px 0 rgb(0 0 0 / 10%);
  	font-size: 16px;
}
#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;
}
#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 h1 {
  	font-size: 40px;
	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: 38px;
    color: #fff !important;
    line-height: 38px;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
    -webkit-transition: .5s;
    transition: .5s;
    display: inline-block;
  	height: 38px;
    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;
	}
}

/* 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, .btn, 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, .feature-item.top i, .team-item i,
.team-icon .shrewd_solution_icon ul li a, .blue .progress-bar, .blue span, .blue span::after,
.green .progress-bar, .green span, .green span::after, .skills .progress .progress-bar {
 	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 .ft-title span,
.team-item h4 {
  	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);
}

}
.question {
  	text-color: currentColor;
}

.answer {
  	text-color: currentColor;
}