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

/*** Header Area ***/
/* Header Top */
#sp-top-bar {
    position: relative;
    z-index: 9999;
    font-size: 15px;
    padding: 15px 0;
}

/* Header Menu */
#sp-header {
    top: 0px;
    padding: 0px;
    height: inherit;
    box-shadow: none;
    border-top: 1px solid #DDDDDD;
}
#sp-header .container-inner {
    border-top: 1px solid #ffffff24;
    border-bottom: 1px solid #ffffff24;
}
#sp-header.header-sticky {
    position: fixed;
    top: 0;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
}
body:not(.home) #sp-header {
    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;
}
.sp-megamenu-parent>li:last-child>a {
    padding: 0px 30px 0px 30px;
    margin-left: 50px;
}
.sp-megamenu-parent>li:last-child>a {
    line-height: 50px;
    border-radius: 0px;
    background: #00375f;
    color: #fff;
}
.sp-megamenu-parent>li.active:last-child>a,
.sp-megamenu-parent>li:last-child>a:hover {
    background: #000000 !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: #252525;
}
.offcanvas-menu > .align-items-center {
    background: #fff;
}
.offcanvas-active .burger-icon>span, #modal-menu-toggler.active .burger-icon>span {
    background-color: #252525;
}

/*** Block Styles ***/
/* Button */
.btn, .slider-btn {
    padding: 20px 40px;
    font-size: 17px;
    font-weight: 800;
    border-radius: 5px;
    letter-spacing: 1px;
    border: none;
    display: inline-block;
    background: transparent;
    color: #091941 !important;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.btn:hover, .slider-btn:hover {
	background-color: #000 !important;
	color: #fff!important;
}
.btn {
	padding: 15px 30px;
	border-radius: 0;
	background: #000 !important;
	font-weight: 500;
}

/* Title */
.title {
	position: relative;
	padding-top: 50px;
}
.title h1 {
	text-transform: uppercase;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	font-size: 100px;
	left: 0px;
	z-index: 0;
	white-space: nowrap;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #d2d2d4;
}
.title h3 {
	font-weight: 700;
	color: #000000;
	font-size: 35px;
	position: relative;
	z-index: 2;
}
.title.center h3 {
	right: 0;
	left: 0;
	margin: 0 auto;
}

/* Intro */
.intro:before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 40%;
	background: #000;
}
.intro-colum .clearfix {
	width: 33.33%;
	float: left;
}
.intro-item .sppb-addon-title {
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.intro-item:hover .sppb-addon-title {
	padding-left: 10px;
}

/* About */
.about-img img {
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.about-img:hover img {
	opacity: .8;
}
.about-item {
	cursor: pointer;
}
.about-item i {
	height: 80px !important;
	width: 80px !important;
	line-height: 80px !important;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.about-item:hover i {
	transform: rotateX(27deg);
}
.about-item.center i {
    background: #222831 !important;
}
.about-img img {
	border-left: 17px solid #fff;
	border-bottom: 17px solid #fff;
}
.about-colum .clearfix:last-child {
	position: relative;
}
.about-item.white i {
	background: #fff !important;
}

/* Counter */
.counter-item h1 {
	font-size: 45px;
    font-weight: 500;
}
.counter-item h5 {
	font-size: 19px;
    font-weight: 400;
}

/* Portfolio */
.portfolio:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	background: #000;
	height: 100%;
	width: 100%;
	height: 50%;
}
.portfolio-img img {
	-webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.portfolio-img:hover img {
	transform: translateY(-8px);
}

/* Services */
.services-item i {
	height: 80px !important;
	width: 80px !important;
	line-height: 80px !important;
	-webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.services-item:hover i {
    background: #d4091c !important;
}
.services-item.white:hover i {
	background: #fff !important;
}

/* Expertise */
.expertise-colum .clearfix:last-child {
    width: 50%;
}
.expertise-colum .clearfix a {
    padding: 16px 30px !important;
}

/* Pricing */
.pricing-colum {
	border: 1px solid #DDDDDD;
	padding: 40px 0 20px;
}
.table-body {
	background: #eee6;
	padding: 30px 0 50px;
}
.pricing-colum.center .table-body {
	background: #000;
}
.cost {
    margin-bottom: 30px; 
}
.pricing-item .amount {
    font-size: 30px;
    font-weight: 600;
}
.pricing-item strong {
    display: none;
}
.pricing-item em {
    padding-right: 10px;
    font-size: 14px;
}
.btn-price {
    padding-bottom: 2px;
    border-bottom: 2px solid #000;
    margin-top: 10px;
    display: inline-block;
}
.btn-price {
    color: #fff;
    padding: 13px 45px;
    border-radius: 0;
    text-transform: capitalize;
    font-size: 15px;
    display: inline-block;
    border: 2px solid #000;
    position: relative;
    top: -25px;
    background: #000;
}
.pricing-colum.center .btn-price {
	background: #fff;
	border-color: #fff;
	color: #000;
}
.pricing-colum.center .check {
	color: #fff !important;
}
.pricing-colum:hover .btn-price,
.btn-price:hover {
    background: #fff !important;
    color: #000;
    display: inline-block;
}
.pricing-item .times,
.pricing-item .fa-times {
	color: #B1B1B1;
}

/* Testimonial */
.sppb-addon-testimonial-content-wrap {
	text-align: left;
}

/* Team */
.shrewd_solution_icon {
    padding-top: 10px;
}
.shrewd_solution_icon ul, .shrewd_solution_icon ul li {
    display: inline-block!important;
    padding: 0!important;
}
.shrewd_solution_icon ul li a {
    font-size: 20px;
    color: #fff !important;
    text-align: center;
    border-radius: 5px;
    margin-right: 17px;
    -webkit-transition: .5s;
    transition: .5s;
    display: inline-block;
    font-size: 19px;
    height: 45px;
    width: 45px;
    color: #fff !important;
    margin: 5px;
    line-height: 45px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.team-item .shrewd_solution_icon ul li a:hover {
	transform: translateY(-8px);
}
.shrewd_solution_icon ul li a:hover {
	background: #fff !important;
}
.shrewd_solution_icon strong {
    display: none;
}

/* Skill */
.skill-colum .clearfix:last-child {
  	position: relative;
}
.skills .skill {
    margin-bottom: 0;
}
.skills .skill .skill-title {
    font-weight: 500;
    font-size: 15px;
    top: 29px;
    position: relative;
    z-index: 1;
    left: 10px;
    text-transform: capitalize;
    letter-spacing: 1px;
    color: #fff;
}
.skills .skill .skill-bar {
    height: 40px;
    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%;
    color: #fff;
    font-weight: 500;
    height: 40px;
    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;
    font-weight: 600;
    top: 12px;
}

/* FAQ */
.sppb-panel-modern>.sppb-panel-heading {
    background: #222831;
    color: #fff;
}

/* Blog */
.jmm-row {
	margin-bottom: 30px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 9.899px 9.899px 30px 0 rgb(0 0 0 / 10%);
}
.jmm-item .jmm-image.mod-article-image {
  	overflow: hidden;
  	margin: 0;
  	float: left;
  	width: 50%;
}
.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;
    float: left;
    width: 50%;
}
.jm-category-module.default .jmm-text .jmm-title {
	font-size: 25px;
	font-weight: 600;
	color: #091941;
	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;
}
#sp-position1 {
	padding: 0;
}

/* 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-bottom3 ul li {
	border-bottom: 1px solid #1D1D1D;
	margin: 0;
	padding-bottom: 15px;
}
#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: #fff !important;
    height: 42px;
    width: 42px;
    line-height: 42px;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
    -webkit-transition: .5s;
    transition: .5s;
    display: inline-block;
}
#sp-bottom1 .shrewd_solution_icon ul li a:hover {
	background: #fff !important;
}
#sp-bottom1 .shrewd_solution_icon strong {
    display: none;
}
.shrewd_solution_icon li:first-child a {
	background: #3b5998;
}
.shrewd_solution_icon li:nth-child(2) a {
	background: #1da1f2;
}
.shrewd_solution_icon li:last-child a {
	background: #cd201f;
}

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

/*** Responsive Layout ***/
/* Tablet Landscape Layout */
@media (min-width: 1400px) {
    .sppb-row-container {
      	max-width: 1320px;
    }
}
@media (max-width: 1024px) {
  	.sp-megamenu-parent>li:last-child>a {
    	margin-left: 0px;
	}
  	#sp-bottom1 .shrewd_solution_icon ul li a {
    	margin-right: 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;
	}
  	#sp-header {
    	top: 0px;
	}
  	.intro-colum .clearfix {
    	width: 100% !important;
    	margin-bottom: 30px;
	}
  	.intro {
    	margin-top: 0 !important;
    	padding-top: 40px !important;
	}
  	.counter .sppb-col-md-3, .pricing .sppb-col-md-4 {
    	margin-bottom: 30px;
	}
  	.expertise-colum .clearfix:last-child {
    	width: 90% !important;
	}
  	.expertise-colum-right {
    	padding: 60px 10px !important;
	}
  	.jmm-item .jmm-image.mod-article-image, .jmm-text {
    	width: 100% !important;
	} 
}

/* Mobile Small Resolution */
@media (max-width: 480px) {
    .slider-title h2.sppb-addon-title, .title h1 {
        font-size: 43px !important;
        line-height: 50px !important;
	}
    .slider-title-color {
		font-size: 35px !important;
    }
  	.slider-title-color h3 {
    	font-size: 30px !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, .btn,
#sp-bottom1 .shrewd_solution_icon ul li a, .about-item i, .slider-btn, .services-item i,
.expertise-colum .clearfix a:hover, .bg .clearfix, .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,
#sp-bottom1 .shrewd_solution_icon ul li a:hover, #sp-bottom span, .slider-title h2, .intro-item h2,
.about-item.center i, .counter-item h1, .about-item.white i, .services-item:hover i, .pricing-item .check, .pricing-item .fa-check,
.sppb-panel-heading.active .sppb-panel-title {
  	color: var(--text-color) !important;
}
#sp-bottom, .services-colum, .tes .clearfix {
  	border-color: var(--text-color) !important;
}
