/*** General CSS ***/
body {
    line-height: 1.9em;
}

/*** Header Area ***/
/* Header Top */
#sp-top-bar {
    position: relative;
    z-index: 9999;
    padding: 0;
}
#sp-top-bar > .container {
    background-color: #fff;
    padding: 34px 30px;
    -webkit-box-shadow: 0px 4px 35px -8px rgb(0 0 0 / 30%);
    box-shadow: 0px 4px 35px -8px rgb(0 0 0 / 30%);
}
body:not(.home) #sp-top-bar > .container {
    box-shadow: none;
}

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

/*** Block Styles ***/
/* Title */
.title h3 {
	letter-spacing: 4px;
}
.title h1 {
	color: #0f3952;
	font-size: 68px;
	line-height: 68px;
	margin-bottom: 20px
}
.title h2 {
	color: #0f3952;
	font-size: 55px;
	line-height: 55px;
	margin-bottom: 20px
}

/* Button */
.btn {
	padding: 14px 30px;
	border: none;
	border-radius: 5px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	-webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.btn:hover {
	 background-color: #222 !important;
	 color: #fff;
}
.btn:hover,
.slider a:hover {
     transform: rotateY(12deg);
}

/* Slider */
.slider a {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.slider #n2-ss-3item1 {
    animation: leaves 5s ease-in-out infinite alternate;
}
@keyframes leaves {
    0% {
        transform: scale(1.0);
    }
    20% {
        transform: scale(1.03);
    }
    40% {
        transform: scale(1.06);
    }
    60% {
        transform: scale(1.1);
    }
    80% {
        transform: scale(1.06);
    }
    100% {
        transform: scale(1.03);
    }
}


/* Services */
.services-colum:hover .clearfix {
    opacity: .85;
}
.services-colum .clearfix,
.services-colum .sppb-icon-inner {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.services-colum:hover .sppb-icon-inner {
    transform: scale(1.05);
}
.services-colum:hover .services-link span i {
	color: #fff !important;
}

/* About */
.about-item h4 {
    border-bottom: 1px solid #e6e8eb;
    padding-bottom: 15px;
    margin-bottom: 25px;
    letter-spacing: 2px;
}
.about-item h3 {
    font-size: 34px;
    color: #1e2331;
    padding-bottom: 20px;
    font-weight: 400;
}
.about-item.white h3{
	color: #fff;
}
.about-img img {
    opacity: 0.7;
    cursor: pointer;
}
.about-img img:hover {
  	opacity: 1;
}

/* Testimonial */
.testimonial-item img {
	margin: 0 auto;
}
.testimonial-item h4 {
    font-size: 20px;
    font-weight: 600;
    margin: 20px 0 10px;
}
.sppb-carousel-indicators .active {
    background-color: #222;
}
.sppb-carousel-inner>.sppb-item {
	padding: 0px 30px 20px;
}
.sppb-carousel-indicators li {
	border-color: #222;
}
.testimonial-colum .clearfix:nth-child(3),.testimonial-colum .clearfix:nth-child(4),
.testimonial-colum .clearfix:nth-child(5), .testimonial-colum .clearfix:nth-child(6) {
    float: left;
    width: 25%;
}

/* Feature */
.feature .clearfix i {
  	-webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.feature .clearfix:hover i {
  	transform: rotateX(360deg);
}

/* Step */
.sppb-panel-title {
    font-size: 17px;
    color: #fff;
}
.sppb-toggle-direction i {
	color: #fff;
}
.sppb-panel-modern>.sppb-panel-heading {
	padding-top: 13px;
	padding-bottom: 13px;
}

/* Team */
.team-item strong {
	display: none;
}
.team-item a {
	padding: 0 5px;
	font-size: 18px;
}
.team-item h6 {
	color: #aaa;
	font-weight: 600;
	font-size: 14px;
}

/* 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;
    font-size: 24px;
  	color: #000;
}
#sp-bottom .sp-module-content .latestnews>li>a>span {
    color: #000;
}
#sp-bottom em {
    padding-right: 10px;
}
#sp-bottom strong {
  	display: none;
}

/* Footer Copyright */
#sp-footer {
    text-align: center;
}
#sp-footer {
    display: inline-block;
    width: 100%;
}
#sp-footer .container-inner {
    border-top: 1px solid rgba(0, 0, 0, .1);
}

/*** 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) {
  	.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,
.slider-btn a, .services-colum:hover .services-link span, .btn, .sppb-panel-modern>.sppb-panel-heading {
 	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,
.title h3, .counter-colum h1, .lightbulb em, .services-item i, .about-item h3 strong {
  	color: var(--text-color) !important; 
}
.testimonial .clearfix {
  	border-color: var(--text-color) !important;
}
