/*** 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: 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 > span {
    color: #000;
}
.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: #344c35;
}
.offcanvas-menu > .align-items-center {
    background: #f0eae2;
}
.offcanvas-active .burger-icon>span, #modal-menu-toggler.active .burger-icon>span {
    background-color: #fff;
}

/*** Block Styles ***/
/* Button */
.btn {
  	font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.8px;
    color: #333;
    border-radius: 5px;
    text-transform: uppercase;
    box-shadow: 0px 0px 5px 0px rgb(255 255 255 / 40%);
    padding: 15px 35px;
    border: 1px solid #ccc;
}
.btn:hover {
  	color: #fff;
}
.slider-btn a:hover {
    background: #222 !important;
}
.btn.white {
    background: #fff;
}

/* Title */
.title.center h3 {
    background: url(../images/header-title.png) no-repeat bottom center;
    padding-bottom: 40px;
    margin-bottom: 10px;
}

/* About */
.firstcharacter {
    float: left;
    font-size: 75px;
    line-height: 60px;
    padding-top: 4px;
    padding-right: 8px;
    padding-left: 3px;
}
.firstcharacter.last {
  	padding-left: 10px;
}

/* Help */
.help-item {
    border: 1px solid #ddd;
}
.help-item i {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    width: 50px !important;
    height: 50px !important;
    line-height: 50px !important;
    transition: all .25s linear;
    margin: 0 auto;
    position: relative;
}
.help-item:hover i {
    color: #fff !important;
}
.help-item a {
    color: #444;
    font-size: 17px;
    font-weight: 300;
}

/* Team */
.team-item {
    position: relative;
    overflow: hidden;
}
.team-item .sppb-img-container {
    position: relative;
}
.team-item .sppb-img-container:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: all .3s linear;
}
.team-colum:hover .team-item .sppb-img-container:before {
    opacity: 0.5;
}
.team-item .sppb-media-content {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 4;
    transition: all .3s linear;
    opacity: 1;
}
.team-item .social-icon a {
    font-size: 16px;
    padding: 4px 8px;
    background: none;
    margin: 0px 3px;
    color: #fff;
    border-radius: 50%;
}
.team-item .social-icon a:hover {
    color: #444;
}
.social-icon {
    margin: 0;
    padding: 0;
    list-style: none;
}
.social-icon li {
    display: inline-block;
}
.social-icon li a strong {
    display: none;
}
.team-colum img {
  	width: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition:    all 0.4s ease-in-out;
    -ms-transition:     all 0.4s ease-in-out;
    -o-transition:      all 0.4s ease-in-out;
    transition:         all 0.4s ease-in-out;
}
.team-colum:hover img {
    transform: rotate(5deg)scale(1.1);
}
.team-job {
     margin-bottom: 5px;
     font-size: 16px;
     text-transform: uppercase;
}

/* Testimonial */
.sppb-carousel-inner>.sppb-item {
    padding: 0px 60px;
}
h4.testimonial-job {
    font-size: 15px;
    font-weight: 400;
}
.testimonial-item .testimonial-name {
    font-weight: 600;
    margin-top: 20px;
    font-size: 18px;
    text-transform: capitalize;
}
.testimonial-item img {
    margin: 0 auto;
    border-radius: 50%;
    width: 65px;
}
.testimonial-item p {
    line-height: 30px;
    font-weight: 600;
    font-size: 18px;
}

/* Counter */
.counter-item h1 {
    font-size: 55px;
    font-weight: 400;
    margin: 10px 0;
}
.counter-item h5 {
    font-size: 22px;
    font-weight: 300;
}

/* Client */
.client-img img {
    border: 1px solid #ddd;
}

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

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

/* Bottom */
#sp-bottom .sp-module .sp-module-title {
    text-transform: none;
    font-weight: 400;
  	color: #000;
    font-size: 24px;
}
#sp-bottom strong {
    display: none;
}
#sp-bottom em {
    padding-right: 10px;
}
#sp-bottom .sp-module-content .latestnews>li>a>span {
    color: #000;
}

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

/*** 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;
	}
  	.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,
.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,
a.hikabtn.hikacart, .slider-title, .slider-btn a, .help-item:hover i,
.team-item .social-icon a, .team-item .sppb-img-container:before, .btn:hover, .subscribe  {
 	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,
button.btn.btn-primary.validate:hover, .firstcharacter, .help-item i, .help-item a:hover, .team-title h3 {
  	color: var(--text-color) !important; 
}
.say-text {
  	border-color: var(--text-color) !important;
}
