/*** 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: 0px;
    padding: 0px;
    height: inherit;
    box-shadow: none;
    z-index: 9999;
}
#sp-header > .container {
	border-radius: 5px;
}
#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-weight: 400 !important;
    padding: 10px 0;
  	font-size: 16px;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    text-transform: uppercase;
    position: relative;
}
.sp-megamenu-parent>li>span {
    color: #ffffff;
}
.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: #000;
}
.offcanvas-active .burger-icon>span, #modal-menu-toggler.active .burger-icon>span {
    background-color: #fff;
}

/*** Block Styles ***/
/* Button */
.btn {
    padding: 15px 25px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 10px;
    text-transform: capitalize;
    letter-spacing: 0;
    border: 1px solid;
    display: inline-block;
    background: transparent;
    color: #fff ;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.btn:hover, .btn.color {
	background-color: #fff;
	color: #222;
	transform: scale(0.95);
}

/* Title */
.title h4 {
    padding: 12px 40px;
    border-radius: 5px;
    letter-spacing: 1px;
    display: inline-block;
    background-image: linear-gradient(140deg, #0aaadb 0%, #3496ed 100%);
}
.title.white h4 {
    background: #eaeaea;
    padding: 12px 45px;
}

/* Header Title */
.header-title .sppb-row-overlay {
    background-image: url(https://demo4.ltheme.com/wordpress/lt-garage/wp-content/uploads/2022/09/photo-cover-1.jpg);
    background-position: center center;
    background-size: cover;
    opacity: 0.2;
}
.shape-item {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.shape-item path {
    fill: #101010;
}

/* Slider */
.slider-item span {
    padding: 8px 20px;
    background-color: transparent;
    background-image: linear-gradient(140deg, #0038a1 0%, #2191ff 100%);
    border-radius: 0px 100px 100px 100px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    position: relative;
    top: -20px;
}

/* Services */
.services .clearfix {
    width: 20%;
    padding: 0 20px;
    float: left;
  	margin-top: -50px;
}
.services-item {
    padding: 40px;
    background-image: linear-gradient(140deg, #0038a1 0%, #1b1b1b 100%);
    border-radius: 10px;
}
.services-item h4 {
    font-weight: 600;
    margin-bottom: 18px;
}

/* About */
.about .title h4 {
    padding: 12px 12px;
}
.about .about-column .clearfix:nth-child(n-1) {
    float: left;
}
.about-item i {
    height: 50px !important;
    width: 50px !important;
    border-radius: 50%;
    background: #fff;
    line-height: 50px !important;
}
.about .about-column .clearfix:nth-child(4) {
    float: initial;
    clear: left;
}

/* Performance */
.performance:before, .choose:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50%;
    background-image: url('../images/performance-img.jpg');
    background-position: center right;
    background-size: cover;
    opacity: 0.2;
}
.check-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.check-list li strong {
    display: none;
}
.check-list ul.left, .check-list ul.right {
    float: left;
    width: 50%;
}
.check-list span {
    padding-right: 10px;
}
.check-list li {
    margin-bottom: 15px;
}

/* Choose */
.choose:before {
  	left: 0;;
  	right: auto;
}
.feature .sppb-col-md-4 {
    margin-bottom: 30px;
}

/* Feature */
.feature-column {
    background-color: #272727;
    padding: 30px;
    border-radius: 10px;
  	-webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.feature-column:hover {
    background-image: linear-gradient(140deg, #0038a1 0%, #0aaadb 100%);
}

/* Client */
.client .sppb-row.sppb-no-gutter {
    background-image: linear-gradient(140deg, #0038a1 0%, #2191ff 100%);
    padding: 40px;
    border-radius: 10px;
}
.client-column .clearfix {
    width: 20%;
    float: left;
}
.client-column img {
    width: 85%;
}

/* Advantages */
.advantages-item i {
    height: 40px !important;
    width: 40px !important;
    border-radius: 5px;
    line-height: 40px !important;
    background: #0038a1;
}

/* Testimoniasl */
.testimonials-star strong {
    display: none;
}
.testimonials-star em {
    color: #f0ad4e;
  	font-size: 14px;
    margin-left: 2px;
}
.testimonials-star .sppb-addon-content {
    background-color: #1b1b1b;
    border: 1px solid #ffffff2b;
    border-radius: 10px;
    display: inline-block;
    padding: 7px 25px;
}

/* Counter */
.counter-item h1 {
    font-size: 70px;
    font-weight: 600;
}
.counter .testimonials-star .sppb-addon-content {
    background-color: transparent;
    border: none;
    font-size: 20px;
}
.counter .sppb-column {
    border-radius: 10px;
}

/* Team */
.team-column {
    padding: 15px 15px 30px;
    border-radius: 10px;
    border: 2px solid #ffffff2b;
}
.team-column .clearfix:nth-child(2) {
    position: relative;
}
.team-column .shrewd_solution_icon strong {
	display: none;
}
.team-column .shrewd_solution_icon ul, .team-column .shrewd_solution_icon ul li {
    display: inline-block!important;
    padding: 0!important;
	margin-bottom: 0px !important;
}
.team-column .shrewd_solution_icon ul li a {
  	font-size: 16px;
    width: 35px;
    line-height: 35px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    border: none;
    -webkit-transition: .5s;
    transition: .5s;
    display: inline-block;
    height: 35px;
    margin-right: 5px;
    background-color: #1769ff;
}
.team-column .shrewd_solution_icon ul li a:hover {
  	background-color: #fff;
  	color: #1769ff;
}
.team-column .shrewd_solution_icon ul li a em {
  	font-family: "Font Awesome 5 Brands";
}

/* Pricing */
.pricing-column {
    border: 1px solid #ffffff2b;
    border-radius: 10px;
}
.pricing-info ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.pricing-info ul strong {
    display: none;
}
.pricing-info ul span {
  	padding-right: 10px;
}
.pricing-column .check-list li {
    margin-bottom: 0;
    padding: 18px 0;
    border-bottom: 1px solid #ffffff2b;
}
.pricing-column .check-list li:last-child {
    border: none;
}
.pricing-column.center .clearfix:nth-child(2) {
    border-radius: 10px 10px 0 0;
}
.pricing-column.center .clearfix:last-child {
    border-radius: 0px 0px 10px 10px;
}

/* 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: 40px 20px;
    border-radius: 0px 0px 0px 0px;
    box-shadow: 9.899px 9.899px 30px 0 rgb(0 0 0 / 10%);
    background: #272727;
    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 {
    padding: 13px 20px;
}
button.btn.btn-primary.validate:hover {
    color: #fff !important;
}
#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, #sp-footer {
    font-size: 15px !important;
}
#sp-bottom h1 {
    font-size: 38px;
    margin-bottom: 25px;
    font-weight: 600;
}
#sp-bottom p {
	line-height: 28px;
}
#sp-bottom .sp-module .sp-module-title {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
    padding-bottom: 0px;
    position: relative;
}
#sp-bottom span {
    padding-right: 10px;
}
#sp-bottom strong {
  	display: none;
}
#sp-bottom h4 {
    font-size: 16px;
    margin: 25px 0 15px;
    font-weight: 600;
}

/* 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: none;
}

/*** Responsive Layout ***/
/* Tablet Landscape Layout */
@media (min-width: 1400px) {
    .sppb-row-container {
      	max-width: 1320px;
    }
}
@media (min-width: 992px) and (max-width: 1280px) 	{
  	.services-item {
    	padding: 40px 10px;
	}
  	.services-item h4 {
    	font-size: 18px;
	}
}

/* Mobile Standard Layout */
@media (max-width: 991px) {
	#sp-header, #sp-header .logo {
        height: 70px;
    }
  	#sp-footer p {
  		text-align: center;
	}
  	body #sp-header {
      	padding: 0;
	}
  	.services .clearfix {
    	width: 100%;
    	margin-top: 0px;
	}
}

/* Mobile Small Resolution */
@media (max-width: 480px) {
  	body #sp-header {
      	top: 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,
button.btn.btn-primary.validate {
 	background-color: var(--background-color);
}
.article-list .article .readmore a:hover, .article-list .article .readmore a:active, .article-list .article .article-header h2 a:hover,
#sp-bottom4 span, .sppb-panel-modern>.sppb-panel-heading.active, .contact-item i, .counter-item h1, .pricing-item h3 {
  	color: var(--text-color);
}
