/*** General CSS ***/
body {
    line-height: 1.9em;
}

/*** 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: 30px;
    padding: 0px;
    height: inherit;
    box-shadow: none;
    z-index: 9999;
}
#sp-header > .container {
	background: #fff;
	border-radius: 5px;
}
#sp-header.header-sticky {
    position: fixed;
    top: 0;
    background: #fff;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
}
body:not(.home) #sp-header {
    background: #fff;
    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;
    
}
.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: 45px;
    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: #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 {
    padding: 17px 30px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 5px;
    text-transform: capitalize;
    letter-spacing: 1px;
    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;
    font-family: 'Teko', sans-serif;
}
.btn:hover, .btn.color {
	background-color: #042c71 !important;
	color: #fff!important;
}

/* Title */
.title strong {
	display: none;
}
.title em {
	padding-right: 10px;
}
.title h3 {
	letter-spacing: 2px;
	padding: 18px 20px;
    background-color: #DBF2E9;
    border-radius: 5px 5px 5px 5px;
	display: inline-block;
}
.title h2 {
	font-size: 43px;
	font-weight: 600;
	padding: 20px 0;
	color: #1b2336;
}
.title.white h2 {
	color: #fff !important;
}

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

/* Intro */
.intro-item img {
    width: 150px;
    border-radius: 50%;
}
.intro-colum {
    background-image: linear-gradient(0deg, #5b55f7 0%, #837EF8 100%);
    box-shadow: 0px 3px 15px 0px rgb(0 0 0 / 10%);
    border-radius: 10px;
}
.intro .clearfix {
  	-webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    transform: translate(0);
}
.intro .clearfix:hover {
    transform: translateY(-15px);
    box-shadow: none!important;
}

/* Check List */
.check-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.check-list ul strong {
	display: none;
}
.check-list ul em {
	padding-right: 10px;
	color: #5b55f7;
}
.check-list ul li {
	padding-bottom: 10px;
}

/* About */
.about-img1 img {
    border-radius: 120px 120px 10px 130px;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.about-img1:hover img {
	border-radius: 10px 120px 120px 130px;
	opacity: .8;
}
.about-img2 img {
	border-radius: 80px 80px 80px 10px;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.about-img2:hover img {
	border-radius: 80px 10px 80px 80px;
	opacity: .8;
}
.about-space {
	background-color: #8D89FF;
    border-radius: 10px 60px 60px 60px;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.about-space:hover {
    border-radius: 60px 60px 10px 60px;	
	opacity: .8;
}

/* Counter */
.counter .clearfix {
  	position: relative;
}
.counter .clearfix:before,
.counter .clearfix:after {
  	top: 0;
  	left: 0;
  	width: 0;
  	height: 2px;
    background: #000;
    display: inline-block;
  	content: "";
  	position:absolute;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.counter .clearfix:after {
  	left: inherit;
  	right: 0;
    top: inherit;
    bottom: 0;
}
.counter .clearfix:hover:before,
.counter .clearfix:hover:after {
  	width: 100%;
}
.counter-colum-first {
	border-radius: 10px 0 0 10px;
}
.counter-colum-last {
	border-radius: 0 10px 10px 0;
}
.counter-item h1 {
	font-size: 45px;
	font-weight: 600;
}
.counter-item h5 {
	font-weight: 600;
}

/* Choose */
.choose .sppb-row-overlay:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 50px;
    width: 100%;
    background: #fff;
}
.choose-item i {
    height: 75px !important;
    width: 75px !important;
    background: #fff;
    line-height: 75px !important;
    border-radius: 10px;
   -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.choose-item:hover i {
  	transform: scale(1.15);
}
.choose-colum .clearfix:first-child {
	width: 100%;
}
.choose-colum .clearfix {
	width: 50%;
	float: left;
	margin-bottom: 30px;
}
.why-choose-img img {
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.why-choose-img img:hover {
	opacity: .88;
}

/* Services */
.service-column .clearfix {
  	-webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.service-column .clearfix:hover {
  	box-shadow: none!important;
}
.services-item span.sppb-img-container {
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 10px;
    background-color: #5b55f7;
    text-align: center;
}

/* Skill */
.skill-img img {
	width: 80%;
    border-radius: 80px 20px 80px 80px;
    box-shadow: -39px 33px 0px 4px #5b55f7;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.skill-img:hover img {
    box-shadow: -25px 15px 0px 4px #5b55f7;
}
@keyframes load{0%{stroke-dashoffset:0}}
.skill .progress {
    position: relative;
    display: inline-block;
    padding: 0;
    text-align: center;
    width: 100%;
    margin: 0;
    height: auto;
    background: none;
}
.skill .lt-skill-item .elementor-element {
    margin-bottom: 0;
}
.skill .progress > li {
    display: inline-block;
    position: relative;
    text-align: center;
    color: #fff;
    font-weight: 400;
}
.skill .progress > li:after {
    content: attr(data-percent);
    position: absolute;
    width: 100%;
    top: 3.7rem;
    left: 0;
    font-size: 2rem;
    text-align: center;
}
.skill svg {
    width: 10rem;
    height: 10rem;
}
.skill svg:nth-child(2) {
    position: absolute;
    left: 0;
    top: 0;
    transform: rotate(-90deg);
}
.skill svg:nth-child(2) path {
    fill: none;
    stroke-width: 12px;
    stroke-dasharray: 629;
    stroke: #fff;
    opacity: .8;
    animation: load 10s;
}

/* Profit */
.skills h3 {
    font-weight: 300;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #737373;
    margin: 0px;
    font-size: 35px
}
.skill-text p {
    font-size: 16px;
    margin-bottom: 6px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0;
}
.skills .progress {
    width: 100%;
    height: 15px;
    position: relative;
    margin-bottom: 30px;
    border-radius: 0px;
    overflow: inherit;
}
.skills .progress .progress-bar {
    width: 0;
    height: 100%;
    border-radius: 0px;
    background: #818a91;
}
.skills .progress .progress-bar span {
    top: -30px;
    margin-left: -22px;
    left: 0;
    position: absolute;
    color: #fff;
    border-radius: 2px;
    padding: 4px 10px;
    font-size: 12px
}
.skills .progress .progress-bar span:after {
    content: "";
    display: block;
    width: 8px;
    height: 6px;
    position: absolute;
    bottom: -4px;
    left: 50%;
    margin-left: -4px;
    transform: rotate(45deg)
}
.blue .progress-bar ,.blue span ,.blue span:after {
    background-color: #3498db
}
.red .progress-bar ,.red span ,.red span:after {
    background-color: #e74c3c
}
.green .progress-bar ,.green span ,.green span:after {
    background-color: #2ecc71
}
.carrot .progress-bar ,.carrot span ,.carrot span:after {
    background-color: #e67e22
}
.sun .progress-bar ,.sun span ,.sun span:after {
    background-color: #f1c40f
}

/* Testimonial */
.testimonial-center {
	border-radius: 10px;
	cursor: pointer;
}
.testimonial-center:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 100%;
	background: #00000094;
	width: 100%;
	margin: 0 auto;
	opacity: 0;
	z-index: -1;
	border-radius: 10px;
	-webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.testimonial-center:hover:after,
.testimonial-center:hover .tes-after,
.testimonial-center:hover .tes-before {
	opacity: 1;
}

/* Team */
.social-icon {
	position: relative;
	border-radius: 10px 10px 0 0;
}
.social-icon img {
	width: 100%;
	border-radius: 10px 10px 0 0;
}
ul.team-social-icon {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
    position: absolute;
    bottom: 50px;
    right: 30px;
}
ul.team-social-icon strong {
	display: none;
}
ul.team-social-icon li a {
	height: 40px;
	width: 40px;
	line-height: 40px;
	background: #dbf2e9;
	display: inline-block;
	margin: 5px;
	border-radius: 5px;
}
.team-title i {
	background: #5b55f7;
	height: 65px !important;
	width: 65px !important;
	line-height: 65px !important;
	border-radius: 5px;
	position: relative;
	top: -20px;
}
.team-title {
	border-radius: 0 0 10px 10px;
    box-shadow: 0px 5px 25px 0px rgb(0 0 0 / 10%);
    padding: 0px 30px 30px;
}

/* Pricing */
.pricing-item {
    background-color: #2c67ea0d;
    padding: 50px;
    border-radius: 10px;
    border: 1px solid #6B7C9300;
}
.pricing-item ul strong {
	display: none;
}
.pricing-item h2 {
	font-size: 60px;
	font-weight: 600;
	margin-bottom: 20px;
}
.pricing-item ul {
	list-style: none;
	padding: 0;
	max-width: 200px;
	margin: 0 auto;
}
.pricing-item ul em {
    padding-right: 10px;
    font-size: 14px;
}
.pricing-item ul li {
    font-size: 17px;
    padding: 10px 0;
    border-bottom: 1px solid #ABABAB2B;
}
.pricing-item ul li:last-child {
    border-bottom: 0;
}
.btn-pricing {
	width: 100%;
	padding: 17px;
	display: inline-block;
	color: #fff;
	border-radius: 10px;
	margin-top: 20px;
	background: #5b55f7;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 16px;
}
.pricing-item.center .btn-pricing {
	background: #fff;
	color: #000;
}
.pricing-item.center {
	background: #5b55f7;
}
.pricing-item.center h2,
.pricing-item.center em {
	color: #fff !important;
}

/* Other */
.other-icon i {
    background: #fff;
    height: 50px !important;
    width: 50px !important;
    line-height: 50px !important;
    border-radius: 5px;
}

/* Blog */
.jmm-item .jmm-image.mod-article-image {
  	overflow: hidden;
  	margin: 0;
  	float: left;
  	width: 50%;
}
.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: 10px 20px;
    border-radius: 0px 0px 10px 10px;
    width: 50%;
    float: left;
}
.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; */
	font-size: 16px;
}
.jm-category-module.default .jmm-rows > div > .jmm-item {
    float: left;
    box-sizing: border-box;
    margin: 1%;
    width: 48% !important;
    box-shadow: 9.899px 9.899px 30px 0 rgb(0 0 0 / 10%);
    padding: 0;
}

/* 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: 19px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
    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-bottom strong {
  	display: none;
}
.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;
    width: 45px;
    color: #fff !important;
    line-height: 45px;
    text-align: center;
    border-radius: 5px;
    margin-right: 10px;
    -webkit-transition: .5s;
    transition: .5s;
    display: inline-block;
    border: none;
    background: #5b55f7;
}
.shrewd_solution_icon ul li a:hover {
	color: #fff !important;
}
.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;
    }
}
@media (max-width: 1669px) {
  	.choose .sppb-row-overlay:before {
    	content: none;
  	}
}
@media (max-width: 1370px) {
  	.choose .sppb-col-md-6 {
        width: 100% !important;
        flex: 0 0 100%;
        max-width: 100%;
    }
  	.choose-colum {
    	padding: 10px !important;
  	}
}
/* 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, .btn.color:hover, 
.btn.no-bg:hover, .sp-megamenu-parent>li:last-child>a, .progress-bar, .skills .progress .progress-bar span, 
.skills .progress .progress-bar span:after, #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, .title h3, .btn.no-bg, #sp-bottom4 span, #sp-bottom a:hover, .sppb-panel-modern>.sppb-panel-heading.active, .title h3, .counter-item h1, .choose-item:hover i, .pricing-item h2, .pricing-item ul em {
  	color: var(--text-color) !important;
}
.best-item .sppb-addon-testimonial-review, .divider, .vision-item h3 {
  	border-color: var(--text-color) !important;
}
