/*** 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: #001524;
  	box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
}
body:not(.home) #sp-header {
    background: #001524;
    position: static;
}
body:not(.home) #sp-header.header-sticky {
    position: fixed;    
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a {
    color: #252525;
  	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;
}

/* 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: #001524;
}
.offcanvas-active .burger-icon>span, #modal-menu-toggler.active .burger-icon>span {
    background-color: #fff;
}

/*** Block Styles ***/
/* Button */
.btn, a.button-slider {
    padding: 15px 35px !important;
    letter-spacing: 1px !important;
    color: #fff !important;
    border-radius: 30px;
}
.slider-btn a:hover, .btn:hover {
    background-color: #fff669 !important;
}

/* About */
.about {
    position: relative;
    background-image: linear-gradient(160deg, #ffffff 0%, rgba(255,246,105,0.1) 100%);
}
.about:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: inline-block;
    background-image: url('../images/leaves-free-img.png');
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 28% auto;
    opacity: 0.13;
    mix-blend-mode: multiply;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    
}

/* Bbutton */
.button {
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: rgba(2, 1, 1, 0);
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    padding: 1em 3em 1em 3em;
    letter-spacing: 3px;
}
.button:hover {
    color: #000 !important;
    background-color: #fff;
}

/* Client */
.client-row {
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(176,180,183,0.17);
}
.client-item h5 a {
    color: rgba(51,51,51,0.75) !important;
}

/* Testimonial */
.testimonial-row .sppb-column-addons {
    padding: 40px 40px 40px 40px;
    background-color: #FFFFFF;
    margin-top: 50px;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.16);
}
.testimonial-center, .et-testimonial-center .sppb-column-overlay {
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.16);
    border-radius: 10px 10px 10px 10px;
}
.testimonial-item .pull-left {
    text-align: right;
}
.testimonial-row .shrewd_solution_icon ul li strong {
    display: none;
}
.testimonial-row .shrewd_solution_icon ul,
.testimonial-row .shrewd_solution_icon ul li {
    display: inline-block!important;
    padding: 0px!important;
}
.testimonial-row .shrewd_solution_icon ul li a {
    font-size: 15px;
    color: #f0ad4e;
    text-align: center;
    border-radius: 5px;
    -webkit-transition: .5s;
    transition: .5s;
    display: inline-block;
}
.testimonial-center .et-btn {
    padding: 12px 25px !important;
    border: 1px solid #fff !important;
    font-size: 14px;
    background-color: transparent !important;
}
.testimonial-center .et-btn:hover     {
    background-color: #fff !important;
}

/* Images */
.images-item img {
    width: 60%;
    opacity: 0.75;
    filter: brightness( 96% ) contrast( 106% ) saturate( 0% ) blur( 0px ) hue-rotate( 0deg );
}
.images-item:hover img {
    opacity: 1;
    filter: brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );
}

/* Get */
.get {
    position: relative;
}
.get:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 13px solid #001524;
    position: absolute;
    bottom: -11px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

/* Try */
.gh {
    text-decoration: underline;
}

/* About */
.reviews {
    position: relative;
    background-image: linear-gradient(160deg, #ffffff 0%, rgba(255,246,105,0.1) 100%);
}
.reviews:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: inline-block;
    background-image: url('../images/logo-leaf2-free-img.png');
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 28% auto;
    opacity: 0.13;
    mix-blend-mode: multiply;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    
}

/* Map */
.map-icon ul li {
    position: relative;
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    color: #a6a6b3;
    padding: 0px 5px;
}
.map-icon ul li a, .et-map-icon ul li a:hover {
    position: relative;
    display: inline-block;
    font-size: 20px;
    border: 0px solid #f2f2f2;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    z-index: 1;
}
.map-icon ul li strong {
    display: none;
}

/* Counter */
.counter .count, .counter #shiva {
    line-height: 46px;
    font-weight: 600;
    font-size: 46px;
    color: #f8f6f3;
}
.counter h4 {
    color: rgba(248,246,243,0.82);
    font-size: 18px;
    line-height: 2.8em;
    font-weight: 500;
}

/* Check */
.check .sppb-col-md-3 {
    margin-top: -350px !important;
}
.check-colum {
    background-image: none!important;
}

/* Marker */
.marker .sppb-row-container {
    box-shadow: 0px 0px 50px -10px rgba(0,0,0,0.13);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0px 0px 0px 0px;
    padding: 100px 40px 40px 40px;
    margin: 0 auto;
    margin-top: -80px;
    background-color: #fff;
}

/* Tab */
.tab .sppb-panel-heading {
    border-width: 0px;
    border-color: rgba(191,191,191,0);
    text-transform: uppercase;
    text-transform: capitalize;
}
.tab .sppb-panel-heading .sppb-panel-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    color: #222D38;
}
.tab  .sppb-panel-body {
    padding: 15px;
    border-top: none;
}

/* 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;
    display: inherit;
}
a.hikabtn.hikacart {
    padding: 10px 20px;
    border-radius: 0;
    font-size: 15px;
    text-transform: uppercase;
    border: none;
    margin-bottom: 30px;
}
a.hikabtn.hikacart:hover {
  	background: #222 !important;
}
.hikashop_subcontainer.thumbnail {
    border: 1px solid #eee;
    border-radius: 0 !important;
}

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

/* 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, .slider-btn a {
 	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:hover, .title h6, .feature-item i, .slider-btn a:hover {
  	color: var(--text-color) !important; 
}
.btn.bg:hover, #sp-header {
  	border-color: var(--text-color) !important;
}
