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

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

/*** Block Styles ***/
/* Button */
.btn, .button, .no-btn {
    padding: 18px 35px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 0;
    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 {
	color: #fff!important;
  	background: #122c6c !important;
}
.btn:hover, .button:hover, .no-btn:hover {
      transform: translateY(-8px);
}
.no-btn {
	color: #021137 !important;
}

/* Title */
.title h2 {
    font-size: 38px;
    font-weight: 600;
    padding: 20px 0;
    margin: 0;
    color: #122c6c;
}
.title.white h2 {
  	color: #fff;
}
.title h3 {
    letter-spacing: 2px;
}

/* Bg */
.bg-title {
	list-style-type: none;
	margin: 0;
	display: inline-block;
	padding: 9px 20px;
	background: #fff;
}
.bg-title li {
	display: inline-block;
	font-size: 15px;
	text-transform: capitalize;
	font-weight: 400;
	color: #122c6c;
	letter-spacing: 0;
}
.bg-title li strong {
	display: none;
}
.bg-title li em {
	padding: 0 15px;
	font-size: 14px;
}

/* Slider */
.slider {
	margin-top: -80px !important;
}

/* About */
.about-column img {
  	-webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.about-column:hover img {
  	opacity: .8;
}
.about .counter-item h1 {
	font-size: 60px;
	font-weight: 800;
}
.about .counter-item h5 {
	font-size: 18px;
	font-weight: 500;
}
.about-list .left, .about-list .right {
	width: 50%;
	float: left;
}
.check-list {
	padding: 0;
	list-style-type: none;
	margin: 0;
}
.check-list em {
	padding-right: 10px;
}
.check-list li {
	font-size: 16px;
	padding-bottom: 12px;
}
.check-list strong {
	display: none;
}

/* Counter */
.counter-colum .clearfix:first-child {
	width: 100%;
}
.counter-colum .clearfix {
	width: 50%;
	float: left;
}
.counter-item i {
  	-webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.counter-item:hover i {
  	transform: rotateY(360deg);
}
.counter-item h1 {
	font-size: 70px;
	font-weight: 600;
	padding: 20px 0 0;
}
.counter-item h5 {
	font-size: 18px;
	font-weight: 500;
}

/* Project */
a.link-ser {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
}
a.link-ser strong {
	display: none;
}
a.link-ser em {
	padding-left: 10px;
}

/* Services */ 
.services-colum .clearfix:first-child {
	width: 100%;
}
.services-colum .clearfix {
	width: 50%;
	float: left;
}
.services-phone {
	background: #fff;
	max-width: 250px;
	margin: 0 auto;
	padding: 15px 10px;
}
.services-phone i {
	width: 50px !important;
	height: 50px !important;
	line-height: 50px !important;
}
.services-item.se04 i {
	color: #fff !important;
}
.services .about-list .sppb-addon-title {
  	position: relative;
  	-webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  	top: 0;
}
.services .sppb-column:hover .about-list .sppb-addon-title {
  	top: -20px;
}

/* Testimonial */
.testimonial-column-left .sppb-column-addons {
  	background: rgba(0,0,0,.25);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.testimonial-column-left:hover .sppb-column-addons {
  	opacity: 0;
}
.sppb-addon-testimonial-content-wrap span {
    text-align: left;
}
.testimonial-item span.fa-quote-left {
    display: inline-block;
    height: 60px;
    width: 60px;
    line-height: 60px;
    border-radius: 50%;
}

/* Feature */
.feature-item h3 {
	letter-spacing: 2px;
}
.feature-item h2 {
    font-size: 33px;
    font-weight: 800;
    padding: 12px 0;
    margin: 0;
}
.feature-colum .clearfix {
	float: left;
	width: 48%;
}
.feature-colum .clearfix:first-child {
	margin-right: 4%;
}
.feature-colum .clearfix:nth-child(3) {
	width: 100%;
}
.feature-colum .clearfix:nth-child(4) {
	width: 57%;
	margin-right: 3%;
}
.feature-colum .clearfix:nth-child(5) {
	width: 40%;
}
.feature-right > .sppb-column-overlay {
	background-image: linear-gradient(180deg, #122C6C17 0%, #122c6c 100%);
    opacity: 0.65;
	-webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.feature-right:hover > .sppb-column-overlay {
	background-color: #122c6c !important; ;
    opacity: 0.8;
}
.feature-img .sppb-addon-single-image-container {
	position: relative;
}
.feature-img .sppb-addon-single-image-container:before {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background-image: linear-gradient(180deg, #122C6C17 0%, #122c6c 100%);
    opacity: 0.65;
	-webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.feature-img:hover .sppb-addon-single-image-container:before {
	background-color: #122c6c !important; ;
    opacity: 0.8;
}

/* Team */
.team-item .sppb-media-content {
    padding: 20px;
}

/* Works */
.works-item i {
    background-color: #122c6c;
    height: 80px !important;
    width: 80px !important;
    line-height: 80px !important;
}
.works-colum {
	position: relative;
}
.works-colum .works-img {
	position: absolute;
	opacity: 0.6;
	filter: brightness( 0% ) contrast( 0% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );
	width: 100px;
	right: -50px;
	top: 10px;
}

/* Pricing */
.pricing-item {
	box-shadow: 0px 3px 15px 0px rgb(18 44 108 / 10%);
	display: inline-block;
	width: 100%;
}
.pricing-left, .pricing-right {
    width: 50%;
    float: left;
}
.pricing-left {
	text-align: center;
	padding: 40px 30px;
	background-color: #122c6c;
}
.pricing-right {
	padding: 20px 20px 5px;
}
.pricing-left h3 {
	font-size: 70px;
	font-weight: 800;
	color: #fff;
}
.pricing-item p {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 3px;
}
.pricing-item.color p {
	color: #fff  !important;
}

/* 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;
    box-shadow: 9.899px 9.899px 30px 0 rgb(0 0 0 / 10%);
    background: #fff;
}
.jm-category-module.default .jmm-text .jmm-title {
	font-size: 17px;
	font-weight: 600;
	text-transform: capitalize;
}
.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: 18px;
    font-weight: 600;
}
#sp-bottom2 span, #sp-bottom3 span {
    padding-right: 10px;
}
#sp-bottom strong {
  	display: none;
}
#sp-bottom h4 {
	letter-spacing: 2px;
}
#sp-bottom1 .shrewd_solution_icon {
    padding-top: 10px;
}
#sp-bottom1 .shrewd_solution_icon, #sp-bottom1 .shrewd_solution_icon li {
    display: inline-block!important;
    padding: 0!important;
}
#sp-bottom1 .shrewd_solution_icon li a {
    font-size: 14px;
    color: #fff !important;
    height: 38px;
    width: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
    -webkit-transition: .5s;
    transition: .5s;
    display: inline-block;
    background: transparent;
}
#sp-bottom1 .shrewd_solution_icon li a:hover {
	background: #fff !important;
	color: #222 !important;
}
#sp-bottom1 .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 rgba(255,255,255,0.1);
}

/*** 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;
	}
}

/* Mobile Small Resolution */
@media (max-width: 480px) {
  	.category .sppb-column-addons .clearfix:nth-child(n+2) {
    	width: 100%;
    	margin-right: 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, .btn, .client .sppb-col-md-3:nth-child(2) .clearfix, .about-colum .clearfix:last-child,
.project .clearfix, .services-phone i, .services-colum .clearfix:last-child, .testimonial-item span.fa-quote-left,
#sp-bottom1 .shrewd_solution_icon li a, .team-item .sppb-media-content, .pricing-item.color .pricing-left,
.works-item.color i {
 	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,
.services-item i, .title h3, .check-list em, .contact-map ul em, #sp-bottom span,
.bg-title li em, .counter-item i, .services-item i, .services-item.se01 h3, .sp-contact-info li span, .pricing-item p {
  	color: var(--text-color) !important;
}
.btn, .what-item:hover, .what-item a:hover, .class-tes {
  	border-color: var(--text-color) !important;
}
