/*** General CSS ***/
body {
    line-height: 1.9em;
    color: #333;
}

/*** Header Area ***/
/* Header Top */
#sp-top-bar {
    position: relative;
    z-index: 9999;
    background-color: #1e1e2a;
  	color: #fff;
}
#sp-top-bar a {
  	color: #fff;
}

/* Header Menu */
#sp-header {
    top: 0px;
  	padding: 0px;
    height: inherit;
    background: #fff;
  	box-shadow: none;
}
#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: #fff;
    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: uppercase;
    position: relative;
    color: #000;
}
.sp-megamenu-parent>li.active>a {
    font-weight: 600;
}

/* Canvas Menu */
.offcanvas-toggler {
display: none !important;
}
.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 ***/
/* Button */
.btn {
  	font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #FFFFFF;
    background-color: #D81324;
    padding: 18px 45px;
    font-weight: 500;
  	-webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.btn:hover {
  	background-color: #0B2154 !important;
  	color: #FFFFFF;
}

/* Services */
#services:before, #offer:before, #schedule:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: url(../images/bg-service.png);
    z-index: -1;
    display: inline-block;
  	opacity: 0.19;
}
.services-item img {
  	width: 25%;
}

/* Offer */
#offer:before {
  	opacity: 0.5;
}
.offer-item img {
  	width: 100px;
}
.off-top {
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
}
.off-right {
    border-bottom: 1px solid #eee;
}
.off-bottom {
  	border-right: 1px solid #eee;
}

/* About */
#about2 .sppb-col-md-6:first-child {
  	position: relative;
    z-index: 2;
}
#about2 .list-check {
  	padding: 0;
    list-style-type: none;
    margin: 0;
}
ul.list-check li {
    padding: 12px 0;
    border-bottom: 1px solid rgba(52, 69, 94, 0.1);
}
ul.list-check li em {
  	padding-right: 10px;
}
ul.list-check li em strong {
  	display: none;
}
ul.list-check li:last-child {
    border-bottom: none;
}

/* Team */
.team-item h3 {
    background-color: #0B2154;
    padding: 10px;
    display: inline-block;
    position: relative;
    top: -16px;
    margin-bottom: 0;
    width: 80%;
}
ul.social-links-team {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
ul.social-links-team li {
    display: inline-block;
}
.social-links-team li a {
    font-size: 16px;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 0;
    margin: 5px;
    -webkit-transition: .5s;
    transition: .5s;
    box-shadow: 0 0 15px rgb(228 200 200 / 20%);
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.1);
    color: #0B2154;
}
.social-links-team li a strong {
    display: none;
}
.team-item p {
    margin-bottom: 12px;
}
.social-links-team li a:hover {
  	color: #fff;
}

/* Counter */
#counter:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient( 180deg, rgba(35, 35, 35, 0.4) 0%, #232323 100%);
}
.counter-colum {
  	border-right: 1px solid rgba(255, 255, 255, 0.2);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 30px 0px 29px 0px;
}
#counter .sppb-col-md-3:last-child .counter-colum {
  	border-right: none;
}
.counter-item h2 {
    color: #FFFFFF;
    font-size: 50px;
    font-weight: 500;
}
.counter-item h5 {
    color: #FFFFFF;
    font-size: 16px;
    font-style: italic;
}

/* Price */
.price-item h2 {
    font-size: 60px;
    line-height: 1.25em;
    font-weight: 600;
    margin: 17px 0;
}
.price-item p {
    color: #777;
    text-transform: uppercase;
}
.price-item ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.price-item ul li {
    padding: 13px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.price-item ul li:last-child {
  	border-bottom: none;
}
.price-colum .price-item h2, .price-colum .price-item h3,
.price-colum .price-item p {
  	color: #fff !important;
}
.price-colum img {
  	width: 100px;
}
.price-colum .price-item ul li {
    border-color: #fff;
}
.price-images {
    border-right: 1px solid #0000001a;
}
.price-img-item {
	width: 80%;
}

/* Say */
.say-star {
  margin-top: -40px;
}
.say-item em {
    color: #f0ad4e;
    font-size: 18px;
  	padding: 0 1px;
}
.say-item strong {
    display: none;
}
h5.say-name {
    color: #201E30;
    font-size: 18px;
    font-weight: 600;
}
h6.say-job {
    color: #777;
    font-size: 15px;
    font-weight: 300;
}

/* 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%);
}
.jm-category-module.default .jmm-text .jmm-title, .jm-category-module.default .jmm-intortext,
.jm-category-module.default .jmm-readmore {
  	color: #fff !important;
}

/* Contact Info */
.contact-info h2, .contact-info h3 {
    font-size: 25px;
}
button.btn.btn-primary.validate {
    color: #fff !important;
    padding: 13px 20px;
}

/* Bottom */
#sp-bottom1 .sp-column {
    background: #13131c;
    padding: 20px 20px 2px;
}
#sp-bottom li a em {
  	padding-right: 10px;
}
#sp-bottom li a strong {
  	display: none;
}
ul.social-links.pull-right {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
ul.social-links.pull-right li {
    display: inline-block;
}
.social-links li a {
    font-size: 16px;
    background: #fefefe;
    height: 46px;
    width: 46px;
    line-height: 46px;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
    -webkit-transition: .5s;
    transition: .5s;
    box-shadow: 0 0 15px rgb(228 200 200 / 20%);
    display: inline-block;
    background-color: #2f2f3e;
    font-size: 18px;
    border-color: #ffffff;
}
.social-links li a strong {
    display: none;
}
.social-links li a:hover {
    background: #fff; 
}
.social-links a em {
    color: #fff!important;
}
.social-links a:hover em {
    color: #000!important;
}
.social-links li a em {
    font-family: "Font Awesome 5 Brands";
}

/* Footer Copyright */
#sp-footer {
    text-align: center;
}
#sp-footer {
    display: inline-block;
    width: 100%;
}
#sp-footer .container-inner {
    border-top: none;
}
div#sp-footer1 .sp-copyright > div {
    text-align: left !important;
  	margin-top: 15px;
}

/*** 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;
	}
  	#sp-footer .pull-right {
    	float: left!important;
	}
}

/* Mobile Small Resolution */
@media (max-width: 480px) {
  	a.button {
    	font-size: 13px;
	}
}

/* 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, .sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a,
.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, .schedule-colum .clearfix, .social-links-team li a:hover, .price-colum {
 	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, #sp-bottom a, #sp-footer a, .title-bg h3, .price-item h3, .price-item h2 {
  	color: var(--text-color) !important; 
}
.testimonial .clearfix, a.about-btn:hover, .testimonial .testimonial-item:hover .sppb-img-container img {
  	border-color: var(--text-color) !important;
}
