/*** General CSS ***/
body {
    line-height: 1.9em;
}

/*** Header Area ***/
/* Header Top */
#sp-top-bar {
    position: relative;
    z-index: 9999;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
}

/* Header Menu */
#sp-header {
    top: 0px;
  	padding: 0px;
    height: inherit;
  	box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
}
#sp-header.header-sticky {
    position: fixed;
    top: 0;
  	background: #131313;
  	box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
}
body:not(.home) #sp-header {
    background: #131313;
    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 > span {
    color: #fff;
}
.sp-megamenu-parent>li.active>a {
    font-weight: 600;
}
.sp-megamenu-parent > li {
    position: relative;
}
#sp-menu ul.social-icons a {
    color: #fff;
}
.sp-megamenu-wrapper > .sp-megamenu-parent > li:hover:before,
.sp-megamenu-wrapper > .sp-megamenu-parent > li.active:before {
    width: 55%;
    opacity: 1;
}
.sp-megamenu-wrapper > .sp-megamenu-parent > li:before {
    bottom: 25px;
    content: "";
    height: 2px;
    left: 0;
    right: 0;
    z-index: 9999;
    margin: 0 auto;
    opacity: 0;
    position: absolute;
    transition: .5s;
    width: 0%;
    background: #7d654e;
}

/* 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;
}
.offcanvas-menu > .align-items-center {
    background: #131313;
}
.offcanvas-active .burger-icon>span, #modal-menu-toggler.active .burger-icon>span {
    background-color: #fff;
}

/*** Block Styles ***/
/* Button */
.btn, #sp_qc_submit {
    font-size: 13px;
    line-height: 1em;
    letter-spacing: 1px;
    background-color: #FFFFFF;
    border-style: solid;
    text-transform: uppercase;
    border-width: 2px 2px 2px 2px;
    border-color: #FFFFFF;
    border-radius: 40px 40px 40px 40px;
    padding: 15px 35px 15px 35px;
}
.btn:hover,
#sp_qc_submit:hover {
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05), 0px 2px 2px rgba(0, 0, 0, 0.05), 0px 4px 4px rgba(0, 0, 0, 0.05), 0px 8px 8px rgba(0, 0, 0, 0.05), 0px 16px 16px rgba(0, 0, 0, 0.05);
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    background-color: transparent !important;
    color: #fff !important;
}
.btn.bg {
    color: #fff !important;
}
.btn.bg:hover {
    background-color: transparent !important;
}

/* Background */
.bg:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: -1;
    width: 100%;
    display: inline-block;
}
.slider, .counter, .services-check, .get, .feature-row, .map {
    position: relative;
}
.slider:before, .counter:before, .get:before, .feature-row:before, .map:before {
    background-color: #000000;
    opacity: 0.34;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

/* Slider */
#slider {
    margin-top: -80px !important;
}
.slider h4 {
    font-size: 20px;
    font-weight: normal;
    line-height: 1.8em;
    letter-spacing: 1px;
}

/* Title */
.title h5, .title-sl h5 {
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1em;
    letter-spacing: 5px;
}
.title-sl h5 {
    letter-spacing: 2px;
}
.title h4, .title-icon h5 {
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    line-height: 1em;
    letter-spacing: 5px;
}
.title-icon img {
    width: 40px;
}
.title h2 {
    font-size: 40px;
    font-weight: bold;
    line-height: 1em;
    color: #4A3827;
    letter-spacing: 1px;
}

/* Images */
.images .sppb-col-md-2 {
    padding-left: 5px;
    padding-right: 5px;
}

/* About */
.et-about-img img {
    border-radius: 50%;
}

/* Counter */
.counter .count, .counter #shiva {
    color: #FFFFFF;
    font-size: 68px;
    font-weight: 500;
    line-height: 1.3em;
    letter-spacing: 1px;
}
.counter h4 {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 4.5px;
}

/* Services */
.services-item {
    position: relative;
}
.services-item img {
    width: 100px;
    filter: brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );
    border-style: solid;
    border-width: 25px 25px 25px 25px;
    border-color: rgba(2, 1, 1, 0);
    border-radius: 20px 20px 20px 20px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.09);
}
.services-item .services-button,
.services-item .services-button:hover {
    font-size: 12px;
    font-weight: 500;
    line-height: 2em;
    letter-spacing: 3px;
    color: #fff !important;
    fill: #FFFFFF;
    border-radius: 30px 30px 30px 30px;
    padding: 1px 20px 1px 20px;
    position: absolute;
    top: -10px;
    right: 70px;
}
.services-tes .pull-left > .sppb-img-container {
    text-align: right;
}
.services-tes img {
    width: 38%;
    border-radius: 50%;
}
.services-tes h5 {
    color: #FFFFFF;
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 2em;
    letter-spacing: 5px;
}
.services-check a, .services-check a:hover {
    font-size: 13px;
    font-weight: bold;
    line-height: 1em;
    letter-spacing: 1px;
    fill: #FFFFFF;
    color: #FFFFFF !important;
    background-color: rgba(255, 255, 255, 0);
    border-style: solid;
    border-width: 0px 0px 2px 0px;
    border-color: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
    padding: 0px 2px 1px 2px;
}
.services-check:before {
    opacity: 0.5;
}
.services-time ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.services-time ul li {
    float: left;
    width: 100%;
    line-height: 40px;
}
.services-time .data {
    float: left;
    text-align: left;
    width: 50%;
}
.services-time .time {
    text-align: right;
    float: right;
    width: 50%;
}

/* Feature */
.feature-row:before {
    background-color: #7D654E;
    opacity: 0.7;
}
.feature-btn, .feature-btn:hover {
    font-family: "Poppins";
    font-size: 13px;
    font-weight: 500;
    line-height: 1em;
    letter-spacing: 1px;
    margin-top: 20px;
    display: inline-block;
    fill: #FFFFFF;
    color: #FFFFFF !important;
    text-transform: uppercase;
    background-color: rgba(255, 255, 255, 0);
    border-style: solid;
    border-width: 0px 0px 2px 0px;
    border-color: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
    padding: 0px 2px 4px 2px;
}

/* Care */
.care-item img {
    width: 15%; 
}

/* Blog */
.jmm-item .jmm-image.mod-article-image {
  	overflow: hidden;
}
.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;
}

/* Product */
span.hikashop_product_name {
    padding: 10px 0;
}
a.hikabtn.hikacart {
    padding: 10px 20px;
    border-radius: 0;
    font-size: 15px;
    text-transform: uppercase;
    border: none;
}
a.hikabtn.hikacart:hover {
  	background: #222 !important;
}
.hikashop_subcontainer.thumbnail {
    border: 1px solid #eee;
    border-radius: 0 !important;
}

/* Bottom */
#sp-bottom > .container,
#sp-footer > .container {
    max-width: 100%;
    padding-left: 3%;
    padding-right: 3%;
}
.sp-module .sp-module-title {
    position: relative;
    margin: 0 0 20px;
    font-size: 24px !important;
    margin: 0 0 20px;
    line-height: 1em;
}
#sp-bottom .sp-module .sp-module-title:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    width: 100px;
    display: block;
    height: 4px;
    z-index: 0;
}
#sp-bottom #sp-bottom1 h2 {
    font-size: 50px;
}
#sp-bottom .sp-module ul > li {
    margin-bottom: 0;
}
#sp-bottom a {
    text-transform: capitalize;
    font-size: 15px;
    letter-spacing: 0;
    font-weight: 500;
}
#sp-bottom1 .shrewd_solution_icon {
    margin: 0;
    padding: 15px 0;
    margin-top: 14px !important;
}
#sp-bottom1 .shrewd_solution_icon li {
    position: relative;
    display: inline-block !important;
    font-size: 17px;
    font-weight: 500;
    color: #a6a6b3;
}
#sp-bottom1 .shrewd_solution_icon li a, #sp-bottom1 .shrewd_solution_icon li a:hover {
    font-size: 18px;
    height: 40px;
    position: relative;
    line-height: 45px;
    color: #ffffff !important;
    text-align: center;
    border-radius: 50%;
    margin-right: 30px;
    -webkit-transition: .5s;
    transition: .5s;
    display: inline-block;
}
#sp-bottom2 strong,
#sp-bottom1 .shrewd_solution_icon li strong {
    display: none;
}
#sp-bottom2 ul {
  float: left;
  width: 50%;
}
#sp-bottom2 ul li {
    padding-bottom: 20px;
}
#sp-bottom2 ul li em {
    padding-right: 10px;
}

/* Footer Copyright */
#sp-footer {
    text-align: center;
    display: inline-block;
    width: 100%;
}
#sp-footer .container-inner {
    border-top: 1px solid rgba(255,255,255,.1);
}
#sp-footer1 {
  	padding-top: 5px;
}

/*** Responsive Layout ***/
/* Tablet Landscape Layout */
@media (min-width: 1400px) {
    .sppb-row-container {
      	max-width: 1320px;
    }
    .sp-dropdown {
		max-width: 1200px;
    }
}
@media (max-width: 1280px) {
  	#sp-menu .social-wrap {
    	display: none !important;
	}
    .feature-row {
		padding: 50px 10px !important;
    }
  	.sp-dropdown.sp-dropdown-mega {
    	width: 800px !important;
	}
}

/* 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;
	}
  	.jm-category-module.default .jmm-rows.rows-3 > div > .jmm-item {
    	width: 98%;
    	margin: 20px 1%;
	}
}

/* Mobile Small Resolution */
@media (max-width: 480px) {
  	.category .sppb-column-addons .clearfix:nth-child(n+2) {
    	width: 100%;
    	margin-right: 0;
	}
}

/* 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, .sp-simpleportfolio .sp-simpleportfolio-filter>ul>li.active>a, 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.bg, .services-tes, .services-time, .services-check:before, .services-item .services-button,
#sp-bottom .sp-module .sp-module-title:before, .login .btn-primary {
 	background-color: var(--background-color) !important;
}
.article-list .article .readmore a:hover, .article-list .article .readmore a:active, .article-list .article .article-header h2 a:hover,
.btn.bg:hover:hover, .hikashop_product_name, .sp-module .sp-module-title, #sp-bottom1 .shrewd_solution_icon li a,
.title-icon h5 {
  	color: var(--text-color) !important; 
}
.btn.bg:hover, .login .btn-primary {
  	border-color: var(--text-color) !important;
}
