/*** 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: #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: #00acc1;
    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: 16px 40px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 5px;
    text-transform: capitalize;
    letter-spacing: 0;
    border: none;
    display: inline-block;
    background: transparent;
    color: #fff;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.btn:hover {
	background-color: #fd9a00;
	color: #fff;
}
.btn.no-bg:hover {
	color: #fd9a00;
}
.btn.no-bg {
	background: transparent;
	margin-left: 30px;
}
.btn strong {
	display: none;
}
.btn.no-bg em {
	padding-left: 10px;
}

/* Title */
.title h2 {
	font-size: 42px;
	margin: 30px 0;
  	font-weight: 800;
}
.title h4 {
    position: relative;
    letter-spacing: 2px;
    display: inline-block;
}

/* Slider */
.slider-colum-right {
 	 background-image: radial-gradient(at center center, #30395c 0%, #0a071b 75%);
}
.sl-right-years {
    position: absolute;
    top: 50%;
    right: 0;
	padding: 5px 30px 5px 5px;
	border-radius: 30px;
}
.sl-right-years i {
	height: 55px !important;
	width: 55px !important;
	line-height: 55px !important;
	background: #30395c;
	border-radius: 50%;
}
.sl-right-plane .btn.no-bg {
    background: #30395c;
    border-radius: 30px;
    padding: 16px 25px;
	margin: 0;
}
.sl-right-plane .btn.no-bg:hover {
	color: #fff;
}
.sl-right-plane.ux .btn.no-bg {
	border-radius: 26px 26px 26px 0px;
}
.sl-right-plane {
	position: absolute;
	bottom: 30%;
}
.sl-right-plane.ux {
	bottom: 20%;
}
.sl-right-years,
.sl-right-plane {
  	animation: leaves 5s ease-in-out infinite alternate;
}
@keyframes leaves {
    0% {
        transform: translate(20px,10px);
    }
    20% {
        transform: translate(40px,20px);
    }
    40% {
        transform: translate(20px,20px);
    }
    60% {
        transform: translate(10px,20px);
    }
    80% {
        transform: translate(0px,10px);
    }
    100% {
        transform: translate(0px,0px);
    }
}
/* Bg */
.bg .sppb-row-overlay {
    background-image: url('../images/gallery_image_header.png');
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
}

/* Partner */
.partner .clearfix {
	float: left;
	width: 20%;
	padding-right: 20px;
}
.partner-item img {
	border-radius: 7px;
    -webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.partner-item:hover img {
  	opacity: .85;
}

/* About */
.about img {
     -webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;	
}
.about img:hover {
  	opacity: .85;
}

/* Skill */
.skill-colum-left .clearfix:nth-child(2),
.skill-colum-left .clearfix:last-child {
	float: left;
	width: 50%;
}
@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;
	font-weight: 600;
}
.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;
}

.skills h3 {
    font-weight: 300;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #737373;
    margin: 0px;
    font-size: 35px
}
.skills p {
    font-size: 14px;
    margin-bottom: 0px;
    font-style: initial;
	
	letter-spacing: 0;
}
.skills .progress {
    width: 100%;
    height: 15px;
    position: relative;
    margin-bottom: 9px;
    border-radius: 0px;
    overflow: inherit;
	background: #eee;
}
.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
}

/* Check List */
.check-list ul {
	padding: 0;
	list-style-type: none;
	margin: 0;
}
.check-list ul li {
	
padding-bottom: 15px;}
.check-list ul.left {
	float: left;
	width: 50%;
}
.check-list em {
	padding-right: 10px;
}
.check-list strong {
	display: none;
}

/* Testimonial */
.testimonial .sppb-col-md-4 {
    margin-bottom: 40px;
}
.testimonial-item img {
	border: 3px solid #fff;
    border-radius: 50%;
}
.testimonial-item p {
	margin-bottom: 5px;
}
.testimonial-item strong {
	display: none;
}
.testimonial-item em {
	color: #f0ad4e;
	font-size: 13px;
	padding-right: 5px;
}
.partner-pg .testimonial-item img {
	width: 55px;
}
.tes .sppb-col-md-3 {
	margin-bottom: 40px;
}

/* Feature */
.feature .sppb-col-md-4 {
    margin-bottom: 30px;
}

/* Team */
.team-item img {
	border-radius: 50%;
}
.team-item .sppb-addon-text {	
	letter-spacing: 2px;
	color: #fd9a00;
}

/* Projects */
.projects-item strong {
	display: none;
}
.projects-item em {
	padding-right: 10px;
}

/* Pricing */
.pricing .sppb-col-md-3 {
	margin-bottom: 40px;
}
.pricing-colum {
	border-radius: 10px;
}
.pricing-btn {
    width: 100%;
    padding: 15px;
    text-transform: uppercase;
    font-weight: 600;
    background: #30395c;
    border: none;
    color: #fff;
}
.pricing-colum.center .pricing-btn, .pricing-btn:hover {
	background-color: #fd9a00;
	color: #fff;
}
.pricing-colum.center .pricing-btn:hover {
	background: #30395c;
}

/* Client */
.client ul {
    padding-left: 0;
}
.client ul li {
	padding-bottom: 18px;
}
.client-colum .clearfix {
	float: left;
	width: 18%;
	margin-right: 2%;
}

/* 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;
	border-radius: 10px;
}
.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%);
	float: left;width: 50%;
	color: #fff;
}
.jm-category-module.default .jmm-text .jmm-title {
	font-size: 25px;
	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(255 255 255 / 10%);
	line-height: 30px;
}
#sp-bottom p {
	line-height: 28px;
}
#sp-bottom .sp-module .sp-module-title {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 30px;
    padding-bottom: 0px;
    position: relative;
}
#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: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
    -webkit-transition: .5s;
    transition: .5s;
    display: inline-block;
    border: none;
    background: #344143;
}
.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;
	}
  	.btn.no-bg {
    	margin-top: 30px;
    	margin-left: 0;
	}
  	.sl-right-years {
    	top: 40%;
	}
  	.sl-right-plane {
   		bottom: 30%;
	}
  	.sl-right-plane.ux {
    	bottom: 10%;
	}
  	.partner .clearfix {
        width: 100%;
        padding-right: 0;
	}
    .jmm-item .jmm-image.mod-article-image, .jmm-text {
		width: 100%;
    }
  	.bg .sppb-row-overlay {
    	background-image: none;
	}
  	.client-colum .clearfix {
    	width: 100%;
    	margin-right: 0;
	}
}

/* Mobile Small Resolution */
@media (max-width: 480px) {
    .check-list ul.left {
      	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, .sl-right-years, .skills .progress .progress-bar,
.skills .progress .progress-bar span, .skills .progress .progress-bar span:after, .bg, .pricing-colum {
 	background-color: var(--background-color);
}
.pricing .pricing-colum.center .btn, .testimonial-colum-right .clearfix:nth-child(2) {
 	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 h4, .about-item i {
  	color: var(--text-color);
}
.btn, .pricing .btn {
  	border-color: var(--text-color);
}
.video,  .services-item a, .title h3:before {
  	border-bottom-color: var(--text-color);
}