/*** 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 {
    background-color: #1d2b57;
    border-bottom: 1px solid rgb(255 255 255 / 20%);
}

/* Header Menu */
#sp-header {
    top: 0px;
    padding: 0px;
    height: inherit;
    box-shadow: none;
    z-index: 9999;
}
#sp-header.header-sticky {
    position: fixed;
    top: 0;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
    background-color: #1d2b57;
}
body:not(.home) #sp-header {
    position: static;
  	background-color: #1d2b57;
}
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 {
    position: relative;
}
.sp-megamenu-parent > li > span {
    color: #fff;
}
.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: #1d2b57;
}
.offcanvas-active .burger-icon>span, #modal-menu-toggler.active .burger-icon>span {
    background-color: #fff;
}

/*** Block Styles ***/
/* Button */
.btn {
    letter-spacing: 1px;
    display: inline-block;
  	border-radius: 5px;
  	border: none
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.btn:hover {
  	border-color: #132573;
}
.btn.no-bg, .btn.no-bg:hover {
    background: transparent;
}

/* Slider */
div#slider {
    margin-top: -130px !important;
}

/* Counter */
.counter-item h1 {
    font-size: 100px;
}

/* Testimonials */
.testimonials .sppb-row-column:first-child {
    z-index: 2;
}
.testimonials-item h3 {
    color: #1d2b57;
    font-weight: 600;
}

/* Testimonials */
.team-icon .shrewd_solution_icon ul li strong {
    display: none;
}
.team-icon .shrewd_solution_icon {
    padding-top: 10px;
}
.team-icon .shrewd_solution_icon ul,
.team-icon .shrewd_solution_icon ul li {
    display: inline-block!important;
    padding: 0px!important;
}
.team-icon .shrewd_solution_icon ul li.bg-icon a {
    font-size: 18px;
    height: 50px;
  	color: #fff;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 5px;
    margin-right: 10px;
    -webkit-transition: .5s;
    transition: .5s;
    box-shadow: 0 0 15px rgba(228, 200, 200, 0.5);
    display: inline-block;
}
.team-icon .shrewd_solution_icon ul li.bg-icon a:hover {
  	background: #1f304d;
}

/* 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;
    background: #f5f5f5;
}
.jm-category-module.default .jmm-text .jmm-title {
	font-size: 28px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 10px;
}
.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 Top */
#sp-bottom-top h2 {
    font-size: 25px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 20px;
    color: #fff;
    padding-bottom: 10px;
    position: relative;
}
#sp-bottom-top h2:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background-color: #fbbd02;
    display: inline-block;
}
#sp-bottom-top ul {
    margin: 0;
    padding: 0;
}
#sp-bottom-top li {
    list-style-type: none;
}
#sp-bottom-top i {
    padding-right: 10px;
    font-size: 15px;
}

#sp-bottom-top i strong {
    display: none;
}
#sp-bottom-top .shrewd_solution_icon ul li strong {
    display: none;
}
#sp-bottom-top .shrewd_solution_icon {
    padding-top: 10px;
}
#sp-bottom-top .shrewd_solution_icon ul,
#sp-bottom-top .shrewd_solution_icon ul li {
    display: inline-block!important;
    padding: 0px!important;
}
#sp-bottom-top #sp-position3 .sp-module-content {
    padding-top: 100px;
}
#sp-bottom-top .shrewd_solution_icon ul li a {
  	font-size: 16px;
    background: #fbbd02;
    height: 40px;
    width: 40px;
    line-height: 42px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #fbbd02;
    margin-right: 10px;
    -webkit-transition: .5s;
    transition: .5s;
    box-shadow: 0 0 15px rgba(228, 200, 200, 0.5);
    display: inline-block;
}
#sp-bottom-top .shrewd_solution_icon ul li a:hover {
    background: transparent; 
    color: #fff !important;
    border: 1px solid #fbbd02;
}
#sp-bottom-top .shrewd_solution_icon ul li em {
    font-family: "Font Awesome 5 Brands";
}

/* Bottom */
#sp-bottom {
	overflow: hidden;
	position: relative;
	font-size: 18px;
	z-index: 1;
}
#sp-bottom .sp-module .sp-module-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0px;
    padding-bottom: 20px;
    position: relative;
    color: #000;
}
div#sp-position1 {
    position: relative;
}
#sp-bottom-top .sp-column {
    padding: 20px;
}
#sp-bottom-top a.color-primary {
    color: #FFCC53;
}
#sp-bottom ul.menu-left, #sp-bottom ul.menu-right {
    width: 50%;
    float: left;
}


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

/*** Responsive Layout ***/
/* Tablet Landscape Layout */
@media (min-width: 1400px) {
    .sppb-row-container {
      	max-width: 1320px;
    }
}

/* Mobile Standard Layout */
@media (min-width: 768px) and (max-width: 991px){
  	.about-row-item .sppb-row-column {
    	max-width: 100% !important;
    	flex-basis: 100% !important;
	}
}
@media (max-width: 991px) {
	#sp-header, #sp-header .logo {
        height: 70px;
    }
  	#sp-footer p {
  		text-align: center;
	}
  	body #sp-header {
      	padding: 0;
	}
  	div#sp-bottom2 {
    	text-align: left;
	}
}
@media (max-width: 767px) {
  	.feature-row-item {
    	margin-top: 0px !important;
	}
}

/* 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, 
.project-link a, .pricing-column.center .btn, .team-img h1.sppb-addon-title, .call, 
.btn.color, .team-icon .shrewd_solution_icon ul li a,
.btn {
 	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,
.title h3, .services-item i, .testimonials-item h2, .team-item p {
  	color: var(--text-color);
}
.team-icon .shrewd_solution_icon ul li a:hover {
  	border-color: var(--text-color);
}
.divider {
  	border-bottom-color: var(--text-color);
}