/*** General CSS ***/
body {
    line-height: 1.9em;
    color: #333;
}
a:hover, a:focus, a:active {
    color: #ffd369;
}

/*** Header Area ***/
/* Header Top */
#sp-top-bar {
    position: relative;
    z-index: 999;
    background-color: #021137;
    color: #fff;
    font-size: 15px;
    padding: 12px 0 12px;
}
#sp-top-bar a {
  	color: #fff;
}
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;
    background-color: transparent;
    z-index: 9999;
}
#sp-header.header-sticky {
    position: fixed;
    top: 0;
    background: #00145B;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
}
body:not(.home) #sp-header {
    background: #00145B;
    position: static;
}
body:not(.home) #sp-header.header-sticky {
    position: fixed;    
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a {
    color: #252525;
    font-weight: 400 !important;
    padding: 10px 0;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    text-transform: capitalize;
    position: relative;
    color: #fff;
}
.sp-megamenu-parent>li.active>a {
    font-weight: 600;
}
.sp-megamenu-parent>li:last-child>a {
    padding: 0px 30px 0px 30px;
    color: #fff;
}
.sp-megamenu-parent>li:last-child>a {
    font-weight: 500;
    border-radius: 0;
    background: #14305d;
    line-height: 55px;
    border-radius: 10px;
    margin-left: 50px;
}
.sp-megamenu-parent>li.active:last-child>a,
.sp-megamenu-parent>li:last-child>a:hover {
    background: #14305d !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: #fff;
}
.offcanvas-menu > .align-items-center {
    background: #00145B;
}
.offcanvas-active .burger-icon>span, #modal-menu-toggler.active .burger-icon>span {
    background-color: #fff;
}

/*** Block Styles ***/
/* Button */
.btn, .button, .no-btn {
    padding: 22px 35px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: none;
    display: inline-block;
    background: transparent;
    color: #fff !important;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.btn:hover, .button {
	background-color: #DA8331 !important;
	color: #fff!important;
}
.btn.no-bg {
	background: transparent !important;
	border: 2px solid;
}
.btn.no-bg:hover {
	color: #fff!important;
}

/* Title */
.title h1 {
    font-size: 60px;
    font-weight: 800;
}
.title h2 {
	font-size: 50px;
    font-weight: 800;
}
.title h3 {
    letter-spacing: 2px;
}

/* Bg */
.bg {
	background-image: linear-gradient(135deg, #1A7759 0%, #1BE392 100%);
}
.bg > .sppb-row-overlay {
	background-image: linear-gradient(285deg, #0F1014 50%, #F2295B00 50%);
}
.bg-title {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.bg-title li {
	display: inline-block;
	font-size: 17px;
	text-transform: capitalize;
	font-weight: 500;
	color: #fff;
	letter-spacing: 1px;
}
.bg-title li strong {
	display: none;
}
.bg-title li em {
	padding: 0 15px;
	font-size: 16px;
}

/* Slider */
.slider {
	margin-top: -80px !important;
}
.slider > .sppb-row-overlay {
    background-image: url(../images/bg-overlay-hero.png);
    background-position: center center;
    background-size: cover;
}
.slider-title h2 {
	font-size: 50px;
	font-weight: 800;
	padding: 20px 0;
	margin: 0;
}
.slider-title h4 {
    letter-spacing: 4px;
}
.slider-title h3 {
    font-size: 27px;
    padding-bottom: 20px;
}

/* Services */
.services-item {
    border-radius: 50px 100px 50px 100px;
    padding: 40px 40px 50px 40px;
}
.services-item.color, .services-item:hover {
	box-shadow: 0px 8px 30px 0px rgb(255 147 46 / 17%);
}
.services-colum {
	position: relative;
	z-index: 1;
}
.services-img {
    position: absolute;
    top: -30px;
    left: -35px;
}
.services-item a {
	-webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.services-item a:hover {
	background: transparent !important;
	transform: translateY(-8px);
	color: #00145B !important;
}

/* Choose */
.choose-colum-images {
	position: relative;
	z-index: 1;
}
.choose-img3 {
    position: absolute;
    right: 130px;
    top: -30px;
}
.choose-img1 {
    position: absolute;
    top: 20%;
    left: -70px;
    z-index: -1;
}
.choose-img2 img {
    border-radius: 100px 200px 100px 200px;
}
.choose-item a {
	-webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.choose-item a:hover {
	background: transparent !important;
	transform: translateY(-8px);
	color: #00145B !important;
}

/* Client */
.client .sppb-row {
    background-color: #00145B;
    padding: 50px 0;
    border-radius: 20px;
    box-shadow: 0px 25px 75px 0px rgb(0 20 91 / 16%);
}
.client .sppb-row img, .client-item img {
    opacity: 0.5;
}
.client .sppb-row img:hover, .client-item:hover img {
    opacity: 1;
    cursor: pointer;
}

/* Feature */
.feature-colum, .feature-colum > .sppb-column-overlay,
.feature-colum .sppb-column-addons:before{
	border-radius: 20px;
}
.feature-colum > .sppb-column-overlay {
	-webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.feature-colum:hover > .sppb-column-overlay {
    background-position: center center;
    background-size: cover;
	-webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.feature-colum.fea1:hover > .sppb-column-overlay {
	background-image: url('../images/blog2.jpg');
}
.feature-colum.fea2:hover > .sppb-column-overlay {
	background-image: url('../images/blog4.jpg');
}
.feature-colum.fea3:hover > .sppb-column-overlay {
	background-image: url('../images/blog3.jpg');
}
.feature-colum.fea4:hover > .sppb-column-overlay {
	background-image: url('../images/blog4.jpg');
}
.feature-colum .sppb-column-addons {
	position: relative;
	z-index: 1;
	padding: 50px;
}
.feature-colum .sppb-column-addons:before {
	content: '';
	height: 100%;
	width: 100%;
	left: 0;
	bottom: 0;
	background-image: linear-gradient(180deg, #FFFFFF00 0%, #00145B 100%);
	opacity: 0.8;
	position: absolute;
	z-index: -1;
}
.feature-colum:hover .sppb-column-addons:before {
	background-image: linear-gradient(180deg, #00145B96 0%, #00145B 100%);
    opacity: 1;
}
.feature-item a {
	-webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.feature-item a:hover {
	background: transparent !important;
	transform: translateY(-8px);
	color: #fff !important;
}

/* Team */
.team-item {
	position: relative;
}
.team-item img {
	border-radius: 100px 50px 100px 50px;
}
.team-img img {
	opacity: 0.5;
}
.shrewd_solution_icon ul {
	margin-top: 20px;
}
.shrewd_solution_icon ul, .shrewd_solution_icon ul li {
    display: inline-block!important;
    padding: 0!important;
}
.shrewd_solution_icon ul li a {
    font-size: 16px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    margin: 0 5px;
    -webkit-transition: .5s;
    transition: .5s;
    display: inline-block;
    border: 1px solid;
}
.shrewd_solution_icon ul li a:hover {
	color: #fff !important;
}
.shrewd_solution_icon strong {
    display: none;
}

/* Testimonial */
.testimonial-colum {
	position: relative;
	z-index: 1;
}
.tes-img2 {
	position: absolute;
	top: -90px;
	left: 50px;
	z-index: -1;
	width: 300px;
}
.tes-img3 {
	position: absolute;
	top: -120px;
	left: -50px;
	z-index: -2;
	width: 300px;
	opacity: 0.6;
}

/* About */
.about-img1 img {
	border-radius: 200px 100px 200px 100px;
}
.about-img {
	position: relative;
	z-index: -1;
}
.about-img2 img {
	border-radius: 100px 200px 100px 200px;
}
.about-img2 {
    position: relative;
    z-index: -1;
}

/* Counter */
.counter-item h1 {
	font-weight: 800;
	font-size: 48px;
	color: #00145B;
}
.counter-item h5 {
	font-size: 16px;
}

/* Get */
.get-colum, .get-colum .sppb-column-overlay {
	border-radius: 15px;
}
.get-colum .clearfix {
	width: 50%;
	float: left;
}

/* Steps */
.sppb-panel-modern>.sppb-panel-heading {
    background: transparent;
}
.steps-item .sppb-panel-modern>.sppb-panel-heading,
.steps-item .sppb-addon-content {
	color: #fff;
}
.steps-item .sppb-panel-modern {
	background: transparent;
}

/* Process */
.process-item {
    border-radius: 100px 50px 100px 50px;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #00145B;
    padding: 80px 0px 60px;
}
.process-colum {
	position: relative;
	z-index: 1;
}
.process-colum:before {
    content: '';
    position: absolute;
    left: 87%;
    top: 120px;
    height: 3px;
    width: 120px;
    border: 2px dashed;
}

/* Design */
.design-colum, .design-colum .sppb-column-overlay {
	border-radius: 15px;
}
.design-colum .clearfix:first-child {
	width: 100%;
}
.design-colum .clearfix {
	width: 33.33%;
	float: left;
}
.design-item {
    padding: 50px 20px;
    border: 1px solid;
    border-radius: 10px;
    margin: 0 15px;
}

/* Turning */
.turning-colum .clearfix:first-child {
	width: 100%;
}
.turning-colum .clearfix {
	width: 48%;
	float: left;
}
.turning-colum .clearfix:nth-child(2) {
	margin-right: 4%;
}

/* Pricing */
.pricing {
	z-index: 2 !important;
}
.pricing-colum {
	box-shadow: -8px -4px 30px 0px rgb(0 20 91 / 5%);
	padding: 30px;
	background: #fff;
	border-top: 8px solid;
}
.pricing .sppb-col-md-3:first-child .pricing-colum {
	border-radius: 8px 0px 0px 8px;
}
.pricing .sppb-col-md-3:last-child .pricing-colum {
	border-radius: 0px 8px 8px 0px;
}
.table-body strong {
    display: none;
}
.table-body p {
	font-weight: 500;
}
.table-body em {
    padding-right: 10px;
    font-size: 16px;
    color: #79018c;
}
.pricing .btn {
	width: 100%;
}

/* 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 10px 10px;
    box-shadow: 9.899px 9.899px 30px 0 rgb(0 0 0 / 10%);
    background: #131418;
}
.jm-category-module.default .jmm-text .jmm-title {
	font-size: 17px;
	font-weight: 600;
	text-transform: capitalize;
	color: #fff;
}
.jm-category-module.default .jmm-readmore {
	margin-top: 20px;
}
.jm-category-module.default .jmm-intortext {
	color: #fff;
}

/* 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;
	box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
	line-height: 30px;
}
#sp-bottom p {
	line-height: 28px;
}
#sp-bottom .sp-module .sp-module-title {
    font-size: 20px;
    font-weight: 600;
}
#sp-bottom span {
    padding-right: 10px;
}
#sp-bottom strong {
  	display: none;
}

/* 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 rgba(255,255,255,0.1);
}

/*** Responsive Layout ***/
/* Tablet Landscape Layout */
@media (min-width: 1400px) {
    .sppb-row-container {
      	max-width: 1320px;
    }
}
@media (max-width: 1280px) {
  	div#sp-logo {
    	width: 30%;
	}
}
/* 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;
	}
  	.about-colum-img .clearfix:last-child {
    	margin-top: 0 !important;
	}
  	.process-colum:before {
    	content: none;
  	}
  	.get-colum .clearfix {
    	width: 100%;
  	}
  	.feature .sppb-col-md-6, .pricing .sppb-col-md-3 {
    	margin-bottom: 30px;
	}
  	.design-colum .clearfix, .turning-colum .clearfix {
      	width: 100%;
      	margin-bottom: 20px;
	}
  	div#sp-logo {
    	width: 90%;
	}
  	div#sp-menu {
    	width: 10%;
	}
}

/* Mobile Small Resolution */
@media (max-width: 480px) {
  	.title h2 {
    	font-size: 40px;
	}
}

/* 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,
.btn.no-bg:hover, .sp-megamenu-parent>li:last-child>a, .services-item.color, .shrewd_solution_icon ul li a:hover,
.design-item:hover {
 	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-footer a, .title h3, .btn.no-bg, #sp-bottom4 span, #sp-bottom a:hover, .sppb-panel-modern>.sppb-panel-heading.active,
.table-body em {
  	color: var(--text-color) !important;
}
.no-bg, .divider, .process-colum:before, .design-item, .pricing-colum {
  	border-color: var(--text-color) !important;
}
