/*** 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;
    background-color: transparent;
    color: #fff;
    padding: 0;
}
body:not(.home) #sp-top-bar {
	background-color: #A2A2A2;
}
#sp-top-bar a {
  	color: #fff;
}
li.sp-contact-phone {
    padding-right: 20px;
    margin-right: 20px;
  	border-right: 1px solid #FFFFFF21;
}
#sp-top-bar li {
	padding-top: 12px;
	padding-bottom: 12px;
}

/* Header Menu */
#sp-header {
    top: 0px;
    padding: 0px;
    height: inherit;
    background-color: transparent;
    box-shadow: none;
    border-top: 1px solid #FFFFFF21;
}
#sp-header.header-sticky {
    position: fixed;
    top: 0;
  	background: #A2A2A2;
  	box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
}
body:not(.home) #sp-header {
    background: #A2A2A2;
    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;
    color: #fff;
}
.sp-megamenu-parent>li.active>a {
    font-weight: 600;
}
.sp-megamenu-parent>li:last-child>a {
    padding: 0px 30px 0px 30px;
}
.sp-megamenu-parent>li:last-child>a {
    line-height: 46px;
    border-radius: 0;
}
.sp-megamenu-parent>li.active:last-child>a,
.sp-megamenu-parent>li:last-child>a:hover {
    background: #fff !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: #fff;
}
.offcanvas-menu > .align-items-center {
    background: #A2A2A2;
}
.offcanvas-active .burger-icon>span, #modal-menu-toggler.active .burger-icon>span {
    background-color: #fff;
}

/*** Block Styles ***/
/* Button */
.button, .btn, .btn:hover {
    padding: 20px 33px;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1px;
    border-radius: 0;
    border: none;
    background: transparent;
    color: #000;
    text-transform: uppercase;
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.button:hover {
	background: #fff;
	transform: scale(1.05);
}
.btn, .btn:hover {
	letter-spacing: 2px;
}
.btn:hover {
	transform: scale(1.05);
}

/* Title */
.title h4 {
	letter-spacing: 5px;
}
.title h1 {
	font-size: 60px;
	line-height: 60px;
	position: relative;
	padding-bottom: 40px;
	margin-bottom: 40px;
}
.title h1:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100px;
	height: 4px;
	margin: 0 auto;
}
.title.center h1:before {
	right: 0;
}
.title.right h1:before {
	right: 0;
	left: auto;
}

/* Bg */
.slider.bg-title {
	margin-top: 0 !important;
}
.bg-title {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.bg-title li {
	display: inline-block;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 800;
	color: #fff;
	letter-spacing: 1px;
}
.bg-title li strong {
	display: none;
}
.bg-title li em {
	padding: 0 15px;
	font-size: 16px;
}

/* Slider */
.slider {
	margin-top: -130px !important;
}
.slider .sppb-row-overlay {
    background-image: linear-gradient( 270deg, #000000 45%, #DEDEDE00 54%);
    opacity: 0.5;
}
.sl-title h1 {
	font-size: 65px;
	text-transform: capitalize;
	font-weight: 800;
	margin-bottom: 30px;
	padding-left: 30px;
	border-left: 4px solid;
}
.sl-title h4 {
	letter-spacing: 5px;
}

/* About */
.list-check ul.left, .list-check ul.right {
	float: left;
	width: 50%;
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.list-check ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.list-check ul li {
	padding-bottom: 10px;
	font-weight: 500;
}
.list-check strong {
	display: none;
}
.list-check em {
	padding-right: 10px;
}

/* Services */
.services-item h3 {
	letter-spacing: 1px;
}
.services-item i {
    width: 90px !important;
    height: 90px !important;
    background: #66cea91f;
    line-height: 90px !important;
    border-radius: 5px;
  	color: #A2A2A2;
  	-webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.services-item:hover i {
	 background-color: #A2A2A2;
}

/* Support */
.support {
	background-image: linear-gradient(90deg, #A2A2A2 70%, #FFFFFF 0%);
}
.support-img img {
	box-shadow: 0px 3px 15px 0px rgb(0 0 0 / 10%);
	border: 20px solid #222;
}

/* Feature */
.feature .clearfix {
	position: relative;
	z-index: 1;
}
.feature .sppb-col-md-4:nth-child(1) .clearfix:before {
	position: absolute;
	content: '';
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	z-index: -1;
	background-color: #A2A2A2;
}
.feature .sppb-col-md-4:nth-child(1) .clearfix:hover:before {
	opacity: 0;
}

/* Testimonial */
.testimonial {
  	background-image: linear-gradient(270deg, #A2A2A2 62%, #ffffff 0%);
}
.testimonial .sppb-addon-content > span {
    position: absolute;
    right: 30px;
    top: -30px;
}

/* Meet */
.meet-item .sppb-media-content {
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 26%);
    margin: -50px 20px 0px;
    padding: 30px;
    background: #fff;
    position: relative;
}

/* Counter */
.counter-item h2 {
	font-size: 75px;
	font-weight: 600;
	line-height: 80px;
}
.counter-item h5 {
	font-weight: 600;
	padding-bottom: 8px;
	font-size: 18px;
	letter-spacing: 5px;
}
.counter-pg .counter-item h5 {
	color: #000;
}

/* Steps */
.sppb-panel-title {
	text-transform: capitalize;
	letter-spacing: 0;
	font-weight: 800;
	color: #fff;
	font-size: 15px;
}
.sppb-panel-modern>.sppb-panel-heading {
    background: #A2A2A2;
}
.sppb-toggle-direction i {
	color: #fff;
}

/* Intro */
.intro {
	position: relative;
	z-index: 2;
}
.intro:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 20%;
    width: 100%;
    background: #fff;
    z-index: 1;
}

/* Studies  */
.studies-colum {
    padding: 60px;
    border: 1px solid #E9E9E9;
}
.studies-item strong {
	display: none;
}
.studies-item em {
	padding-right: 10px;
}
.studies-item h6, .studies-item p {
	width: 50%;
	float: left;
	margin: 0;
}
.studies-item p {
	text-align: right;
}
.studies-item .content-item {
	padding: 20px 0;
	border-bottom: 1px solid #222;
	width: 100%;
	display: inline-block;
}

/* Pricing */
.pricing-colum h1 {
	font-size: 80px;
	padding: 30px 0 0px;
	line-height: 65px;
}
.pricing-colum p {
	margin-bottom: 30px;
}
.pricing-colum li {
	font-weight: 400 !important;
	padding: 20px 0 !important;
	border-bottom: 1px solid #E9E9E9;
}

/* Blog */
.blog .title h3 {
	font-size: 40px;
}
.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 10px 10px;
    box-shadow: 9.899px 9.899px 30px 0 rgb(0 0 0 / 10%);
}
.jm-category-module.default .jmm-text .jmm-title {
	font-size: 17px;
	color: #000;
	font-weight: 600;
	text-transform: capitalize;
}

/* 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 {
	overflow: hidden;
	position: relative;
	z-index: 1;
}
#sp-bottom .sp-module .sp-module-title {
    font-size: 20px;
}
#sp-bottom span {
    padding-right: 10px;
}
#sp-bottom strong {
  	display: none;
}
#sp-bottom1 .shrewd_solution_icon {
    padding-top: 10px;
}
#sp-bottom1 .shrewd_solution_icon ul, #sp-bottom1 .shrewd_solution_icon ul li {
    display: inline-block!important;
    padding: 0!important;
}
#sp-bottom1 .shrewd_solution_icon ul li a {
    font-size: 16px;
    color: #A2A2A2 !important;
    height: 38px;
    width: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
    -webkit-transition: .5s;
    transition: .5s;
    box-shadow: 0 0 15px rgba(228,200,200,.5);
    display: inline-block;
}
#sp-bottom1 .shrewd_solution_icon ul li a:hover {
	background: #fff !important;
}
#sp-bottom1 .shrewd_solution_icon 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 #ffffff2e;
}

/*** 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 {
    	display: none;
	}
}
/* Mobile Standard Layout */
@media (max-width: 991px) {
  	.slider {
    	margin-top: -180px !important;
	}
  	.support, .testimonial {
    	background: #A2A2A2;
	}
  	.client .clearfix {
    	margin: 20px 0;
	}
}
@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;
	}
  	.intro .sppb-col-md-4 {
    	margin-bottom: 40px;
	}
  	.jm-category-module.default .jmm-rows.rows-3 > div > .jmm-item {
    	width: 100%;
	}
  	.meet .sppb-col-md-4 {
    	margin-bottom: 30px;
	}
  	.pricing .sppb-col-md-4 {
    	margin-bottom: 30px;
	}
}

/* Mobile Small Resolution */
@media (max-width: 480px) {
  	div#sp-logo {
    	width: 90%;
	}
  	div#sp-menu {
    	width: 10%;
	}
}

/* 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,
.btn, .title h1:before, .sp-megamenu-parent>li:last-child>a, #sp-bottom1 .shrewd_solution_icon ul li 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,
.title h4, .list-check em, .services-item:hover i, #sp-top2 span, #sp-top1 a, #sp-bottom .sp-module .sp-module-title,
#sp-bottom a:hover, .feature-item i, .counter-item i, .sppb-panel-heading.active .sppb-panel-title, .studies-item em,
.pricing-colum h1 {
  	color: var(--text-color) !important;
}
.title h4:before, .sl-title h1 {
  	border-color: var(--text-color) !important;
}
