/*** 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;
    border-bottom: 1px solid #DDDDDD42;
}

/* 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-size: 14px !important;
    font-weight: 400 !important;
    padding: 10px 0;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    text-transform: capitalize;
    position: relative;
}
.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;
}
.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: #222;
}
.offcanvas-menu > .align-items-center {
    background: #fff;
}
.offcanvas-active .burger-icon>span, #modal-menu-toggler.active .burger-icon>span {
    background-color: #222;
}

/*** Block Styles ***/
/* Button */
.btn, .button, .no-btn {
    padding: 15px 30px !important;
    font-size: 16px;
    font-weight: 500;
    border-radius: 0px !important;
    text-transform: capitalize;
    letter-spacing: 0;
    border: none !important;
    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: #14305d !important;
	color: #fff!important;
}
.btn:hover, .button:hover, .no-btn:hover {
      transform: translateY(-8px);
}
.no-btn {
	color: #021137 !important;
}

/* Title */
.title h3 {
	letter-spacing: 2px;
	padding-bottom: 25px;
	margin-bottom: 25px;
	position: relative;
}
.title h2 {
    color: #14305d;
    font-weight: 600;
    font-size: 35px;
    margin-bottom: 30px;
}
.title.white h2 {
    color: #fff;
}
.title.center h3:before {
    right: 0;
    margin: 0 auto;
}
.title h3:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 3px;
    width: 100px;
}

/* Bg */
.bg-title {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.bg-title li {
	display: inline-block;
	font-size: 16px;
	text-transform: capitalize;
	font-weight: 500;
	letter-spacing: 1px;
}
.bg-title li strong {
	display: none;
}
.bg-title li em {
	padding: 0 15px;
	font-size: 16px;
}

/* Slider */
.slider > .sppb-row-overlay {
	background-image: linear-gradient(90deg, #14305d 32%, #F2295B00 28%);
}
.slider-title h3 {
	letter-spacing: 2px;
}
.slider-title h2 {
    font-size: 60px;
    font-weight: 800;
    color: #14305d;
    padding: 20px 0;
}

/* About */
.about-colum-right .clearfix:nth-child(2),
.about-colum-right .clearfix:nth-child(3) {
	width: 48%;
	float: left;
}
.about-colum-right .clearfix:nth-child(2) {
	margin-right: 4% !important;
}
.about-left-column {
  	position: relative;
}
.about-left-column:before {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  	content: "";
    top: 0;
  	left: 0;
  	right: 0;
    width: 100%;
  	height: 100%;
    position: absolute;
    background: rgba(0,0,0.5);
    opacity: 0;
    display: inline-block;
}
.about-left-column:hover:before {
  	opacity: .4;
}
.about-text p {
	padding-left: 10px;
	border-left: 2px solid;
}
.check-list p strong,
.check-list li strong {
	display: none;
}
.check-list {
	padding: 0;
	list-style-type: none;
	margin: 0;
}
.check-list em {
	padding-right: 10px;
}
.check-list li {
	font-size: 15px;
	padding-bottom: 10px;
}
.check-list.left, .check-list.right {
	width: 50%;
	float: left;
}

/* Expert */
.expert {
	background-image: linear-gradient(90deg, #061835 64%, #14305D00 64%);
}

/* Services */
.services-img .sppb-addon-single-image-container,
.services-img img {
	width: 100%;
}
.services-item {
	margin: -80px 20px 20px 20px;
    padding: 50px 20px 50px 20px;
    background-color: #ffffff;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 12%);
	position: relative;
}
.services-item i {
	width: 75px !important;
	height: 75px !important;
	line-height: 75px !important;
	background: #66cea91f;
	border-radius: 50%;
}

/* Choose */
.choose > .sppb-row-overlay {
    background-image: url(../images/choose-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.09;
}
.choose-item {
    background: #fff;
    padding: 30px 20px;
}
.choose-item i {
	width: 45px !important;
	height: 45px !important;
	line-height: 45px !important;
	background: #66cea91f;
	border-radius: 50%;
}
.choose-item.color i {
	background: #fff !important;
}

/* Counter */
.counter-item h1 {
	font-weight: 600;
	font-size: 45px;
}
.counter-item h5 {
	font-size: 18px;
	font-weight: 600;
}
.counter .sppb-row {
    box-shadow: 0px 3px 15px 0px rgb(0 0 0 / 8%);
    background: #fff;
    padding: 30px 0;
}

/* Feature */
.feature {
    z-index: 2 !important;
}
.feature-item h3.sppb-addon-title {
    position: absolute;
    bottom: 20px;
    background: #fff;
    width: 90%;
    padding: 18px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

/* Testimonial */
.testimonial .sppb-row-overlay {
    background-image: url('../images/world.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.18;
    mix-blend-mode: multiply;
}
.sppb-addon-testimonial-content-wrap span {
    text-align: left;
}
.testimonial-item span.fa.fa-quote-left {
    position: absolute;
    right: 0;
    bottom: 0;
}

/* Process */
.process {
    z-index: 2 !important;
}
.process-number h3.sppb-addon-title {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    line-height: 70px !important;
    border-radius: 50%;
}
.process-number {
	position: relative;
	z-index: 1;
}

.process-number:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 2px;
    width: 50%;
    z-index: -1;
    border: 2px dashed #dbe1e7;
}
.process-number:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 2px;
    width: 50%;
    z-index: -1;
    border: 2px dashed #dbe1e7;
}
.process-number.left:before {
	content: none;
}
.process-number.right:after {
	content: none;
}
.process-item {
    margin: 20px 20px 0px 20px;
    padding: 50px 20px 50px 20px;
    background-color: #ffffff;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 12%);
}
.process-item i {
    width: 75px !important;
    height: 75px !important;
    line-height: 75px !important;
    background: #66cea91f;
    border-radius: 50%;
}
.process-item.center i {
	color: #fff !important;
}
.process-item.center {
	background-color: #14305d;
}

/* Get */
.get-colum-left .clearfix:first-child {
	width: 100%;
	float: left;
}
.get-colum-left .clearfix {
	width: 48%;
	float: left;
	margin-right: 2%;
}

/* Team */
.team-item .sppb-media-content {
    position: absolute;
    bottom: 60px;
    background: #fff;
    left: 0;
    right: 0;
    margin: 0 20px;
    padding: 15px;
}
.team-item {
    position: relative;
}

/* Faq */
.sppb-panel-modern>.sppb-panel-heading {
    padding: 17px 30px 17px 15px;
    background: #14305d;
    color: #fff;
}

/* Pricing */
.pricing-colum {
    box-shadow: 0px 3px 15px 0px rgb(0 0 0 / 10%);
    padding: 50px;
}
.pricing-icon {
    max-width: 205px;
    margin: 0 auto;
}
.pricing-colum .btn {
    width: 100%;
}
.pricing-colum.center .btn:hover {
	background:#222 !important;
}

/* Blog */
.jmm-row {
	margin-bottom: 30px;
	background: #fff;
	border-radius: 10px;
}
.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%);
}
.jm-category-module.default .jmm-text .jmm-title {
	font-size: 17px;
	font-weight: 600;
	text-transform: capitalize;
	color: #14305d;
}
.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 {
    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%);
}
#sp-bottom p {
	line-height: 28px;
}
#sp-bottom .sp-module .sp-module-title {
    font-size: 19px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 25px;
    padding-bottom: 20px;
    position: relative;
}
#sp-bottom .sp-module .sp-module-title:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 70px;
}
#sp-bottom span {
    padding-right: 10px;
}
#sp-bottom2 span, #sp-bottom3 span {
    font-size: 7px;
    position: relative;
    top: -1px;
}
#sp-bottom strong {
  	display: none;
}
#sp-bottom4 .shrewd_solution_icon {
    padding-top: 10px;
}
#sp-bottom4 .shrewd_solution_icon ul, #sp-bottom4 .shrewd_solution_icon ul li {
    display: inline-block!important;
    padding: 0!important;
}
#sp-bottom4 .shrewd_solution_icon ul li a {
    font-size: 16px;
    height: 38px;
    width: 38px;
    border: 1px solid;
    line-height: 38px;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
    -webkit-transition: .5s;
    transition: .5s;
    box-shadow: 0 0 15px rgba(228,200,200,.5);
    display: inline-block;
}
#sp-bottom4 .shrewd_solution_icon ul li a:hover {
	background: #fff !important;
}
#sp-bottom4 .shrewd_solution_icon 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 #1f304a;
}

/*** Responsive Layout ***/
/* Tablet Landscape Layout */
@media (min-width: 1400px) {
    .sppb-row-container {
      	max-width: 1320px;
    }
}
@media (max-width: 1280px) {
  	.sp-megamenu-parent>li:last-child>a {
    	display: none;
	}
  	.slider-title h2 {
    	font-size: 45px;
	}
}
/* 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;
	}
  	.get .sppb-col-md-6:last-child .clearfix:last-child {
  	  margin-left: 0 !important;
	}
}

/* Mobile Small Resolution */
@media (max-width: 480px) {
  	.slider-title h2 {
    	font-size: 35px;
	}
    .about-colum-right .clearfix:nth-child(2), .about-colum-right .clearfix:nth-child(3) {
      	width: 100%;
	}
  	.expert .sppb-col-md-6 .sppb-column {
    	padding: 80px 10px !important;
	}
  	.counter .sppb-col-md-3 {
    	padding: 20px 0;
	}
  	.check-list.left, .check-list.right {
    	width: 100%;
	}
  	.get-colum-left .clearfix {
    	width: 100%;
	}
}

/* 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, .title h3:before, .choose-item i, .choose-item.color, .process-number h3.sppb-addon-title, 
#sp-bottom .sp-module .sp-module-title:before {
 	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,
.slider-title h3, .title h3, .check-list em, .services-item i, .choose-item.color i, .counter-item h1,
.testimonial-item span.fa.fa-quote-left, .process-item i, .bg-title li em, .get-item i, .team-item .sppb-addon-text,
.sppb-panel-modern>.sppb-panel-heading.active, #sp-bottom span {
  	color: var(--text-color) !important;
}
.about-text p {
  	border-color: var(--text-color) !important;
}
