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

/*** Header Area ***/
/* Header Top */
#sp-top-bar {
    position: relative;
    z-index: 999;
    font-size: 15px;
    padding: 12px 0 12px;
}
body:not(.home) #sp-top-bar {
  	border-bottom: 1px solid rgb(255 255 255 / 36%);
}

/* Header Menu */
#sp-header {
    top: 10px;
    padding: 0px;
    height: inherit;
    box-shadow: none; 
    z-index: 9999;
}
#sp-header > .container {
	background: #161718;
	border-radius: 5px;
}
#sp-header.header-sticky {
    position: fixed;
    top: 0;
    background: #fff;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
}
body:not(.home) #sp-header {
    background: #161718;
    position: static;
}
body:not(.home) #sp-header.header-sticky {
    position: fixed;    
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a {
    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;
}
.sp-megamenu-parent>li:last-child>a {
    padding: 0px 30px 0px 30px;
    color: #fff;
}
.sp-megamenu-parent>li:last-child>a {
    font-weight: 500;
    border-radius: 0;
/*    background: #14305d; */
    line-height: 45px;
    border-radius: 10px;
/*    margin-left: 50px; */
}
.sp-megamenu-parent>li.active:last-child>a,
.sp-megamenu-parent>li:last-child>a:hover {
    background: #000 !important;
}

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

/*** Block Styles ***/
/* Button */
.btn {
    padding: 15px 35px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    display: inline-block;
    background: transparent;
    color: #000 !important;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.btn:hover, .btn.color {
	color: #000!important;
	transform: translateY(-8px);
}

/* Title */
.title h1 {
	font-size: 55px;
	font-weight: 800;
	margin: 30px 0;
}
.title h2 {
    font-size: 45px;
    font-weight: 600;
    margin: 30px 0;
    line-height: 65px;
    color: #fff;
}
.title h3 {
    letter-spacing: 2px;
}

/* Slider */
#slider {
	margin-top: -80px !important;
}
.slider-icon strong {
	display: none;
}
.slider-icon em {
	padding-right: 20px;
	font-size: 15px;
}

/* Intro */
.intro .clearfix:hover {
	transform: translateY(8px);
}
.intro .clearfix:hover .intro-item i,
.intro .clearfix:hover .intro-item h3,
.intro .clearfix:hover .intro-item .sppb-addon-text,
.intro .sppb-col-md-3:last-child .sppb-addon-wrapper i,
.intro .sppb-col-md-4:last-child .sppb-addon-wrapper i {
	color: #000 !important;
}
.intro .sppb-col-md-3:last-child .sppb-addon-wrapper:hover,
.intro .sppb-col-md-4:last-child .sppb-addon-wrapper:hover {
	background-color: #1d1d1d !important;
}
.intro .sppb-col-md-3:last-child .sppb-addon-wrapper:hover h3,
.intro .sppb-col-md-4:last-child .sppb-addon-wrapper:hover h3 {
	color: #fff !important;
}
.intro .sppb-col-md-3:last-child .sppb-addon-wrapper:hover .sppb-addon-text,
.intro .sppb-col-md-4:last-child .sppb-addon-wrapper:hover .sppb-addon-text {
	color: #aaaaaa !important;
}

/* About */
.about-colum-right .sppb-addon-wrapper:first-child {
    width: 100%;
	margin-right: 0;
}
.about-colum-right .sppb-addon-wrapper {
    width: 30%;
	float: left;
	margin-right: 5%;
}
.about-colum-right .sppb-addon-wrapper:last-child {
	margin-right: 0;
}
.about-colum-right .sppb-addon-single-image-container {
  	overflow: hidden;
}
.about-colum-right .sppb-addon-single-image-container img {
  	-webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
} 
.about-colum-right .sppb-addon-single-image-container:hover img {
  	transform: scale(1.1);
}

/* Client */
.client .sppb-addon-wrapper {
    width: 20%;
    float: left;
}
.client-img img {
    filter: brightness( 100% ) contrast( 100% ) saturate( 0% ) blur( 0px ) hue-rotate( 0deg );
}
.client-img:hover img {
    filter: brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );
}

/* Services */
.services-colum-left {
    border-radius: 10px;
}
.check-list p em {
  	-webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.check-list p:hover em {
  	margin-right: 10px;
}

/* Check List */
.check-list strong {
	display: none;
}
.check-list em {
	padding-right: 10px;
}
.check-list .left, .check-list .right {
	width: 50%;
	float: left;
}

/* Portfolio */
.portfolio .title h2 {
	margin: 10px 0;
    line-height: 50px;
}
.portfolio-colum-left .sppb-addon-wrapper:nth-child(1),
.portfolio-colum-left .sppb-addon-wrapper:nth-child(4) {
    float: left;
    width: 70%;
}
.portfolio-colum-right {
  border-radius: 10px;
}
.portfolio-colum-left .sppb-addon-wrapper:nth-child(2),
.portfolio-colum-left .sppb-addon-wrapper:nth-child(3) {
    float: left;
    width: 30%;
}
.portfolio-colum-left .sppb-addon-wrapper:nth-child(3) {
    clear: left;
}
.portfolio-colum-left .sppb-addon-wrapper:nth-child(4) {
    padding-left: 30px;
}

/* Testimonial */
.carousel-title {
    width: 85%;
    float: left;
    text-align: left;
    padding-left: 10px;
}
.carousel-img {
    width: 15%;
    float: left;
}
.carousel-title h3 {
    font-size: 18px;
    margin-top: 10px;
}
.sppb-item {
    box-shadow: 9px 11px 14px 0 rgb(0 0 0 / 10%);
    background: #fff;
    border-radius: 15px;
}
.sppb-item strong {
	display: none;
}
.sppb-item em {
	font-size: 50px;
	position: absolute;
	bottom: 0;
	right: 0px;
}
.sppb-carousel-content {
    position: relative;
    display: inline-block;
}
.sppb-carousel-inner>.sppb-item {
    padding: 40px;
}

/* Contact */
.contact iframe {
  	border-radius: 10px;
}
.contact-icon img {
	width: 50px;
}
.contact-colum-left .sppb-addon-wrapper:nth-child(4),
.contact-colum-left .sppb-addon-wrapper:nth-child(5),
.contact-colum-left .sppb-addon-wrapper:nth-child(6){
    float: left;
    width: 30%;
	margin-right: 3%;
}

/* Team */
.team-item h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin: 12px 0;
}

/* Pricing */
.pricing-item {
	padding: 50px;
	border-radius: 10px;
	border: 2px solid #fff;
}
.pricing-item strong {
	display: none;
}
.pricing-item em.fa-star {
	font-size: 14px;
	padding: 0 3px;
	color: #f0ad4e;
}
.pricing-item h4 {
	padding-bottom: 20px;
	font-weight: 600;
}
.pricing-item .pr-text {
	padding: 10px 0px 20px;
}
.pricing-item .check-list {
	max-width: 260px;
	text-align: left;
	margin: 0 auto;
}

/* Blog */
.jmm-item .jmm-image.mod-article-image {
  	overflow: hidden;
  	margin: 0;
}
.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%);
}
.jmm-text {
    padding: 20px;
    border-radius: 0px 0px 0px 0px;
    box-shadow: 9.899px 9.899px 30px 0 rgb(0 0 0 / 10%);
    background: #111111;
    color: #fff;
}
.jm-category-module.default .jmm-text .jmm-title {
	font-size: 17px;
	font-weight: 600;
	text-transform: capitalize;
}
.jm-category-module.default .jmm-readmore {
	margin-top: 20px;
}

/* Contact Info */
.contact-info h2, .contact-info h3 {
    font-size: 25px;
}
button.btn.btn-primary.validate {
    color: #fff !important;
    padding: 13px 20px;
}
#sp-position1 {
	padding: 0;
}

/* Bottom */
#sp-bottom {
	overflow: hidden;
	position: relative;
	z-index: 1;
	box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
	line-height: 30px;
}
#sp-bottom p {
	line-height: 28px;
}
#sp-bottom .sp-module .sp-module-title {
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 30px;
    padding-bottom: 0px;
    position: relative;
}
#sp-bottom span {
    padding-right: 10px;
}
#sp-bottom strong {
  	display: none;
}
.shrewd_solution_icon ul {
	margin-top: 20px;
}
.shrewd_solution_icon ul, .shrewd_solution_icon ul li {
    display: inline-block!important;
    padding: 0!important;
}
.shrewd_solution_icon ul li a {
    font-size: 16px;
    width: 38px;
    color: #fff !important;
    line-height: 38px;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
    -webkit-transition: .5s;
    transition: .5s;
    display: inline-block;
    border: none;
    background: #344143;
}
.shrewd_solution_icon ul li a:hover {
	color: #fff !important;
}
.shrewd_solution_icon strong {
    display: none;
}

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

/*** Responsive Layout ***/
/* Tablet Landscape Layout */
@media (min-width: 1400px) {
    .sppb-row-container {
      	max-width: 1320px;
    }
}
@media (max-width: 1280px) {
  	.sp-megamenu-parent>li:last-child>a {
    	margin-left: 0px;
	}
}

/* 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;
	}
  	.client .clearfix,
  	.portfolio-colum-left .clearfix:nth-child(1), .portfolio-colum-left .clearfix:nth-child(4),
  	.portfolio-colum-left .clearfix:nth-child(2), .portfolio-colum-left .clearfix:nth-child(3) {
    	width: 100%;
	}
  	.contact-colum-left .clearfix:nth-child(4), .contact-colum-left .clearfix:nth-child(5), .contact-colum-left .clearfix:nth-child(6) {
    	width: 100%;
    	margin: 30px 0;
	}
}

/* Mobile Small Resolution */
@media (max-width: 480px) {
  	#sp-header {
    	top: 0px;
	}
}

/* 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, 
.sp-megamenu-parent>li:last-child>a, .btn, .intro .sppb-col-md-3:last-child .clearfix, .btn:hover, 
.intro .sppb-col-md-4:last-child .clearfix, .shrewd_solution_icon ul li a:hover {
/* 	background-color: var(--background-color); */
}
.intro .sppb-col-md-3 .clearfix:hover, .intro .sppb-col-md-4 .clearfix:hover {
 	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, 
#sp-bottom4 span, #sp-bottom a:hover, .title h3, .intro-item i, .check-list em, .sppb-item em,
.carousel-title p, .contact-item h3, .team-item h3, .title .color, .pricing-item span.pr-color, .pricing-item i,
#sp-bottom span {
  	color: var(--text-color);
}
.intro .sppb-col-md-3:last-child .clearfix:hover i,
.intro .sppb-col-md-4:last-child .clearfix:hover i {
	color: var(--text-color) !important;
}
.service-item a:hover, .choose-item a:hover, .pricing-item {
  	border-color: var(--text-color);
}

/* Custome Styles */
body {
    background-color: #161718 !important;
    color: #fff;
}
#sp-header.header-sticky {
    background: #161718 !important;
}

#sp-header .logo {
    height: auto;
    display: inline-flex;
    margin: 0;
    align-items: center;
}

.sp-megamenu-parent > li > a {
    color: #fff;
}

.sp-megamenu-parent > li:hover > a {
    color: #fd6c03;
}