/*** General CSS ***/
body {
    line-height: 1.9em;
}
body div.container a.btn, body div.container button.btn {
    background: #000!important;
}

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

/* 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%);
}
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;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    position: relative;
}
.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: #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 {
    border-radius: 30px;
    letter-spacing: 1px;
    display: inline-block;
  	border-radius: 0;
  	border: 2px solid;
    -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;
    border: 2px solid;
}

/* Feature */
.feature-row-item {
    margin-top: -80px !important;
}
.feature-item .pull-left {
    width: 15%;
}

/* Counter */
.counter-column:hover {
    background-color: #091651 !important;
}

/* Choose */
.choose .sppb-row-column {
    margin-bottom: 30px;
}

/* Services */
.services .sppb-row-column {
    margin-bottom: 30px;
}

/* Team */
.team .sppb-row-container > .sppb-row > .sppb-row-column {
    margin-bottom: 30px;
}
.team-img .sppb-addon-single-image-container, .team-img .sppb-addon-single-image-container img {
    width: 100%;
}
.team-icon .shrewd_solution_icon ul, .team-icon .shrewd_solution_icon ul li {
    display: inline-block!important;
    padding: 0!important;
}
.team-icon .shrewd_solution_icon ul li a {
    font-size: 16px;
    width: 42px;
    height: 42px;
    color: #344143;
    line-height: 42px;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
    -webkit-transition: .5s;
    transition: .5s;
    display: inline-block;
    border: 1px solid #344143;
}
.team-icon .shrewd_solution_icon ul li a:hover {
	color: #fff;
}
.team-icon .shrewd_solution_icon strong {
    display: none;
}

/* Contact */
.contact-item a {
  	color: #222;
  	text-decoration: underline !important;
}

/* Help */
.help .title h3 {
    padding-right: 30px;
    border-right: 2px solid #ccc;
}

/* FAQs */
.faqs-item .sppb-panel-heading {
    padding: 15px;
    background: #FFFAEF;
}
.faqs-item .sppb-panel-heading .sppb-panel-title {
    font-size: 17px;
}
.faqs-item .sppb-panel.sppb-panel-default {
    margin-bottom: 12px;
}
.faqs-item .sppb-panel {
    border-top-width: 1px !important;
}

/* Chekc List */
.check-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.check-list ul strong {
  	display: none;
}
.check-list ul span {
  	padding-right: 10px;
}
.check-list ul li {
  	padding-bottom: 15px;
}

/* 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 */
#sp-bottom {
	overflow: hidden;
	position: relative;
  	font-size: 14px;
	z-index: 1;
	line-height: 30px;
}
#sp-bottom .sp-module .sp-module-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0px;
    padding-bottom: 20px;
    position: relative;
}
div#sp-position1 {
    position: relative;
}
#sp-bottom > .container {
    border-top: 2px solid #053362;
    padding-top: 60px;
}
#sp-bottom-top .sp-column {
    padding: 20px;
}
#sp-bottom-top img {
    width: 55px;
    float: left;
    border-radius: 50%;
    margin-right: 10px;
    margin-left: 15px;
}
#sp-bottom-top a.color-primary {
    color: #FFCC53;
}
#sp-bottom-top .icon {
    position: absolute;
    left: 20px;
    top: 32px;
    font-size: 16px;
    background: #FFCC53;
    height: 50px;
    width: 50px;
    line-height: 48px;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: .5s;
    transition: .5s;
    box-shadow: 0 0 15px rgba(228, 200, 200, 0.5);
    display: inline-block;
}
#sp-bottom-top .icon strong {
	display: none;
}
#sp-bottom-top .icon:hover {
    background: #000;
}
#sp-bottom-top i {
    padding-right: 0;
    color: #fff;
}
#sp-bottom-top .shrewd_solution_icon ul li strong {
    display: none;
}
#sp-bottom-top .shrewd_solution_icon {
    padding-top: 10px;
    text-align: right;
}
#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 .shrewd_solution_icon ul li.bg-icon a {
    font-size: 18px;
    background: #1f304d;
    height: 50px;
  	color: #fff;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #1f304d;
    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 em {
	font-family: "Font Awesome 5 Brands";
}
#sp-bottom-top .shrewd_solution_icon ul li.bg-icon a:hover {
    background: #FFCC53; 
    color: #fff !important;
    border: 1px solid #FFCC53;
}
#sp-bottom-top .et-button {
    padding: 13px 20px;
    background: #FFCC53;
    border-radius: 5px;
    color: #fff;
    margin-left: 20px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
#sp-bottom-top .et-button:hover {
    background: #000;  
}
#sp-bottom i {
    padding-right: 10px;
}
#sp-bottom strong {
    display: none;
}

/* Footer Copyright */
#sp-footer {
    display: inline-block;
    width: 100%;
    position: relative;
  	text-align: center;
    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;
    }
}

/* 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:hover,
.pricing-title.center {
 	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, .choose-item i, .contact-item i, .contact-item a:hover, #sp-bottom i, .faqs-item .sppb-panel-heading.active .sppb-panel-title,
.faqs-item .sppb-panel-heading.active i, .check-list ul li span {
  	color: var(--text-color);
}
.btn, .team-icon .shrewd_solution_icon ul li a:hover {
  	border-color: var(--text-color);
}
.divider {
  	border-bottom-color: var(--text-color);
}