/*** General CSS ***/
body {
    line-height: 1.9em;
    color: #333;
}
a:hover, a:focus, a:active {
    color: #000;
}

/*** Header Area ***/
/* Header Top */
#sp-top-bar {
    position: relative;
    z-index: 9999;
    padding: 12.5px 0px;
  	background: #fff;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
  	color: #000;
}
#sp-top-bar a {
  	color: #000;
}

/* Header Menu */
#sp-header {
    top: 0px;
  	padding: 0px;
    height: inherit;
    background: #1A283E;
  	box-shadow: none;
}
#sp-header.header-sticky {
    position: fixed;
    top: 0;
  	background: #1A283E;
  	box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
}
body:not(.home) #sp-header {
    background: #1A283E;
    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: uppercase;
    position: relative;
    color: #fff;
}
.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: #fff;
}
.offcanvas-menu > .align-items-center {
    background: #1A283E;
}
.offcanvas-active .burger-icon>span, #modal-menu-toggler.active .burger-icon>span {
    background-color: #fff;
}

/*** Block Styles ***/
/* Button */
.btn {
  	font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.8px;
    color: #ffffff;
    border-radius: 30px;
    box-shadow: 0px 0px 5px 0px rgb(255 255 255 / 40%);
    padding: 12px 35px;
    border: 2px solid;
}
.btn:hover {
  	background: #fff !important;
}
.slider-btn a:hover {
    background: #222 !important;
}

/* Title */
.title h4 {
  	letter-spacing: 2px;
}
.title h2 {
  	font-size: 31px;
  	font-weight: 300;
  	padding: 20px 0 10px;
}

/* About */
.about-item h6 {
    padding-bottom: 11px;
    letter-spacing: 2px;
    line-height: 26px;
    font-weight: 500;
}

/* Form */
#rem_mod_search > form > div, #rem_mod_search select, 
.search_rent input, #pricefrom, .pricefrom_2, .priceto_2 {
    width: 100% !important;
}
#rem_slider_mod {
    width: 98% !important;
}
.search_button input.button {
    padding: 10px 30px !important;
}

/* Skill */
.skills,
.skills .skill,
.skills .skill .skill-title,
.skills .skill .skill-bar {
    width: 100%;
    float: left;
}
.skills .skill {
    margin-bottom: 30px;
}
.skills .skill .skill-title {
    color: #000;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 18px;
}
.skills .skill .skill-bar {
    height: 20px;
    border-radius: 3px;
    background: #eaeaea;
    transition: 1s cubic-bezier(1, 0, .5, 1);
    -webkit-transition: 1s cubic-bezier(1, 0, .5, 1);
    -ms-transition: 1s cubic-bezier(1, 0, .5, 1);
}
.skills.active .skill .skill-bar {
    width: 100%;
}
.skills .skill .skill-bar span {
    float: left;
    width: 0%;
    height: 20px;
    border-radius: 3px;
    position: relative;
    transition: 1s cubic-bezier(1, 0, .5, 1);
    -webkit-transition: 1s cubic-bezier(1, 0, .5, 1);
    -ms-transition: 1s cubic-bezier(1, 0, .5, 1);
}
.skills .skill .skill-bar span b {
    float: left;
    width: 100%;
    position: relative;
    text-align: right;
    opacity: 0;
    font-size: 15px;
    color: #000;
    font-weight: 600;
    top: -22px;
}

/* Team */
.team-item {
    position: relative;
    overflow: hidden;
}
.team-item .sppb-img-container {
    position: relative;
}
.team-item p {
    text-transform: uppercase;
    margin: 20px 0;
}
.team-item .sppb-media-content {
    position: absolute;
    top: 37%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 4;
    transition: all .3s linear;
    opacity: 0;
    padding: 40px 10px;
    background: rgba(0,0,0,0.6);
}
.team-item:hover .sppb-media-content {
     opacity: 1;
}
.team-item .social-icon a {
    font-size: 16px;
    padding: 6px 10px;
    background: none;
    margin: 0px 3px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%
}
.social-icon {
    margin: 0;
    padding: 0;
    list-style: none;
}
.social-icon li {
    display: inline-block;
}
.social-icon li a strong {
    display: none;
}
.team-item 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-item:hover img{
    transform: rotate(5deg)scale(1.1);
}

/* Find */
.find-colum .clearfix {
    float: left;
    width: 50%;
    padding-right: 20px !important;
}
.find-colum .clearfix:first-child {
    width: 100%;
}

/* Testimonial */
.testimonial-item img {
    margin: 0 auto;
    width: 300px;
}
.testimonial-item p {
    margin-top: 20px;
    line-height: 30px;
    font-style: italic;
    font-weight: 600;
}
.testimonial-item .testimonial-name {
    font-weight: 600;
    margin-top: 30px;
    font-size: 28px;
    text-transform: uppercase;
}

/* Feature */
.feature-item a {
    color: #333;
    border-color: #adadad;
    border-radius: 5px;
}
.feature-item a:hover {
    background-color: #e6e6e6 !important;
    color: #333 !important;
}

/* Counter */
.counter-item .sppb-addon-text {
  	letter-spacing: 3px;
}

/* Say */
.say-item img {
    border-radius: 50%;
}
.say-text {
    padding-left: 20px;
    border-left: 3px solid;
}

/* Accordion */
.sppb-panel-default>.sppb-panel-heading {
    background: transparent !important;
}
.sppb-panel-heading {
    padding: 10px 30px 10px 15px !important;
}
.sppb-panel-default {
    margin-bottom: 5px !important;
    border: 1px solid #e5e5e5 !important;
}

/* 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-bottom3 strong {
    display: none;
}
#sp-bottom3 em {
    padding-right: 10px;
}

/* Footer Copyright */
#sp-footer {
    text-align: center;
    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;
	}
    .featured_houses {
		display: flex;
    	flex-wrap: wrap;
    }
  	.featured_houses_block {
    	float: left !important;
    	width: 48% !important;
	}
}

/* Mobile Small Resolution */
@media (max-width: 480px) {
  	.category .sppb-column-addons .clearfix:nth-child(n+2) {
    	width: 100%;
    	margin-right: 0;
	}
  	.featured_houses_block {
    	width: 100% !important;
	}
}

/* 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-btn a, #sp-footer, .skills .skill .skill-bar span {
 	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, .slider-title h2, .about-item h6, .title h4, .intro-item h3, .intro-item i, .team-item p,
.find-item:hover h3, .testimonial-item .testimonial-name, .counter-item i {
  	color: var(--text-color) !important; 
}
.say-text {
  	border-color: var(--text-color) !important;
}
