/*** 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;
}
/* 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(255 255 255 / 10%);
	background: #525252;
}
body:not(.home) #sp-header {
    position: static;
	background: #525252;
}
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: #525252;
}
.offcanvas-active .burger-icon>span, #modal-menu-toggler.active .burger-icon>span {
    background-color: #fff;
}

/*** Block Styles ***/
/* Button */
.btn {
    padding: 15px 40px;
    font-size: 16px;
    font-weight: 600;border-radius: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
  	border: 2px solid;
	display: inline-block;
    color: #fff;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.btn:hover {
	color: #fff;
	transform: translateY(-8px);
}
.btn.white {
	background: transparent;
	border-color: #fff;
}
.btn.white:hover {
	color: #fff;
}

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

/* Slider */
#slider {
	margin-top: -90px !important;
  	border-radius: 0px 0px 50px 50px;
}
.slider .btn.white {
	margin-left: 20px !important;
}
.slider-left-img img {
  	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.slider-left-img img:hover {
  	opacity: .85;
}

/* Bg-Header */
.bg-header .sppb-row-overlay {
    background-image: url('../images/img-bg-01.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.05;
    filter: brightness( 100% ) contrast( 100% ) saturate( 0% ) blur( 0px ) hue-rotate( 0deg );
}
.header-space1 {
    -webkit-mask-image: url(../images/img-shape-03.png);
    -webkit-mask-size: contain;
    -webkit-mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    background-color: #FFB703;
}
.header-space2 {
    -webkit-mask-image: url(../images/img-shape-01.png);
    -webkit-mask-size: contain;
    -webkit-mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    background-color: #FFB703;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 90px;
}
.header-space3 {
    -webkit-mask-image: url(../images/img-shape-09.png);
    -webkit-mask-size: contain;
    -webkit-mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    background-color: #FFB703;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 200px;
}

/* About */
.about-right-column img,
.about-left-column .clearfix {
  	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.about-left-column .clearfix:hover {
  	box-shadow: 45px 45px 100px 0px rgb(0 0 0 / 10%);
}
.about-right-column:hover img {
  	opacity: .85;
}
.about-item {
    padding: 40px;
    background-color: #525252;
    border-radius: 10px;
    position: absolute;
    max-width: 300px;
    bottom: 50px;
    left: 100px;
}
.about-colum .title h3 {
	font-size: 18px;
	margin-bottom: 10px;
	letter-spacing: 0;
}
.about-colum .clearfix:nth-child(2) {
	width: 70%;
	float: left;
}
.about-colum .clearfix:nth-child(3) {
	width: 30%;
	float: left;
}

/* Counter */
.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: rotate(360deg) scale(0.8);
}
.counter-item h1 {
	font-weight: 800;
	font-size: 70px;
	margin: 20px 0 0;
}

/* Services */
.services-colum {
    box-shadow: 70px 54px 120px 0px rgb(0 0 0 / 10%);
    border-radius: 3% 3% 1% 50%;
}
.services-space1 {
    width: 150px;
    -webkit-mask-image: url(../images/img-shape-12.png);
    -webkit-mask-size: contain;
    -webkit-mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    background-color: #ffb703;
    animation: leaves 5s ease-in-out infinite alternate; 
}
.services-space2 {
    width: 150px;
    -webkit-mask-image: url(../images/img-shape-11.png);
    -webkit-mask-size: contain;
    -webkit-mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    background-color: #525252;
	position: absolute;
	bottom: -20px;
    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);
    }
}

/* Testimonals */
.testimonials-item img {
    width: 80px;
    border-radius: 50%;
	margin-top: -40px;
}
.testimonials-item {
    padding: 0px 40px 40px;
    border-radius: 10px;
    border: 3px solid #525252;
	position: relative;
}
.testimonials-item:before {
	content: '';
	position: absolute;
	height: 80px;
	width: 80px;
	-webkit-mask-image: url(../images/img-shape-15.png);
    -webkit-mask-size: contain;
    -webkit-mask-position: center right;
    -webkit-mask-repeat: no-repeat;
	background-color: #ffb703;
	top: -40px;
	right: 100px;
}

/* Pricing */
.pricing-colum {
    border: 3px solid #525252;
    border-radius: 10px;
}
span.pricing-small {
    font-size: 18px;
    font-weight: 600;
	color: #525252;
}
.check-list.white span.pricing-small {
	color: #fff;
}

/* Check-list */
.check-list .left, .check-list .right {
	width: 50%;
	float: left;
}
.check-list strong {
	display: none;
}
.check-list em {
	padding-right: 10px;
	font-size: 15px;
}
.check-list p {
	margin-bottom: 10px;
}

/* Skill */
.skill-item {
    position: absolute;
    bottom: 80px;
    width: 70%;
    background: #f5f5f5;
    border-radius: 10px;
    padding: 30px 30px 10px;
    left: -30px;
}
@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;
    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: 16px;
    margin-bottom: 6px; 
}
.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: #525252;
}
.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: #525252;}
.red .progress-bar ,.red span ,.red span:after {
    background-color: #e74c3c
}
.green .progress-bar ,.green span ,.green span:after {
    background-color: #525252;}
.carrot .progress-bar ,.carrot span ,.carrot span:after {
    background-color: #e67e22
}
.sun .progress-bar ,.sun span ,.sun span:after {
    background-color: #f1c40f
}

/* FAQs */
.faqs-colum .sppb-addon-single-image-container, .faqs-colum img {
    width: 100%;
}
.faqs-colum .clearfix:last-child {
    border-radius: 0px 25px 25px 25px;
	position: relative;
}
.sppb-panel-modern>.sppb-panel-heading {
	background: #7A7A7A1F;
	padding: 25px 50px 25px 25px;
}
.sppb-panel-modern {
    background: transparent;
    border: none; 
}
.sppb-panel-modern>.sppb-panel-heading .sppb-panel-title {
	font-size: 16px !important;
	font-weight: 500;
	color: #000;
}
.sppb-panel-body {
    border-top: none;
}
.sppb-panel-body {
    padding: 15px;
    border-top: none;
}

/* Subscribe */
.subscribe-colum:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: url('../images/img-bg-01.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.05;
    filter: brightness( 100% ) contrast( 100% ) saturate( 0% ) blur( 0px ) hue-rotate( 0deg );
}
.subscribe-space1 {
    width: 80px !important;
    -webkit-mask-image: url(../images/img-shape-07.png);
    -webkit-mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    background-color: #ffb805;
	float: right;
	right: 100px;
	position: relative;
}
.subscribe-space2 {
    width: 80px !important;
    -webkit-mask-image: url(../images/img-shape-08.png);
    -webkit-mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    background-color: #525252;
	float: right;
	right: 130px;
	top: 0;
	position: absolute;
	z-index: -1;
}
.subscribe-space3 {
    width: 80px !important;
    -webkit-mask-image: url(../images/img-shape-06.png);
    -webkit-mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    background-color: #ffb805;
	position: relative;
	left: 50px;
}
.subscribe-space4 {
    width: 80px !important;
    -webkit-mask-image: url(../images/img-shape-05.png);
    -webkit-mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    background-color: #525252;
	bottom: 0;
	position: absolute;
	z-index: -1;
}

/* Feature */
.feature .sppb-col-md-3 {
	margin-bottom: 30px;
}
.feature-space {
    -webkit-mask-image: url(../images/img-shape-13.png);
    -webkit-mask-size: contain;
    -webkit-mask-position: bottom center;
    -webkit-mask-repeat: no-repeat;
    background-color: #525252;
    border-top: 5px solid #ffb703;
	margin: 0 auto;
}
.feature-space1 {
    -webkit-mask-image: url(../images/img-shape-14.png);
    -webkit-mask-size: contain;
    -webkit-mask-position: bottom center;
    -webkit-mask-repeat: no-repeat;
    background-color: #525252;
    border-bottom: 5px solid #ffb703;
	margin: 0 auto;
}
.feature .sppb-col-md-3:nth-child(2n) .feature-colum {
	border-bottom: 3px solid;
}
.feature .sppb-col-md-3:nth-child(2n-1) .feature-colum {
	border-top: 3px solid;
}

/* Project */
.project-item img {
	-webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.project-item:hover img {
	transform: translateY(-8px);
}

/* 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 20px;
	box-shadow: 9.899px 9.899px 30px 0 rgb(0 0 0 / 10%);
	border-radius: 0px 0px 10px 10px;
	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;
}
.pagination>li>a, .pagination>li>span {
    color: #000;
}

/* Contact Info */
.contact-info h2, .contact-info h3 {
    font-size: 25px;
}
button.btn.btn-primary.validate {
    padding: 13px 20px;
	border: 2px solid;
}
#sp-position1 {
	padding: 0;
}

/* Bottom */
#sp-bottom {
	overflow: hidden;
	position: relative;
	z-index: 1;
	line-height: 30px;
	font-size: 15px;	
}
#sp-bottom:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: url(../images/img-bg-01.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.05;
    filter: brightness( 100% ) contrast( 100% ) saturate( 0% ) blur( 0px ) hue-rotate( 0deg );
	z-index: -1;
}
#sp-bottom p {
	line-height: 28px;
}
#sp-bottom .sp-module .sp-module-title {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 25px;
    padding-bottom: 0;
    position: relative;
}
#sp-bottom span {
    padding-right: 10px;
}
#sp-bottom span.title-bt {
	font-size: 17px;
	font-weight: 600;
}
#sp-bottom strong {
  	display: none;
}
#sp-bottom1 .sp-module ul>li {
    display: inline-block;
    font-size: 17px;
}
#sp-bottom4 a {
    display: inline-block;
}
#sp-bottom4 img {
    width: 150px;
}
#sp-bottom1 img {
	max-width: 130px;
}
#sp-bottom1 h3 {
	font-size: 20px;
}
#sp-bottom1 h4 {
	font-size: 16px;
}
span.left, span.right {
    display: inline-block;
}
span.left {
	position: relative;
	top: -12px;
}
span.left em {
    height: 45px;
	width: 45px;
	text-align: center;
	line-height: 45px;
	border-radius: 50%;
}
span.right b {
	font-size: 17px;
}
span.right span {
	font-size: 20px;
}

/* Footer Copyright */
#sp-footer {
    display: inline-block;
  	width: 100%;
    position: relative;
    z-index: 1;
	border-top: 1px solid rgba(255,255,255,0.1);
}
#sp-footer .container-inner {
    border-top: none;
}

/*** 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;
	}
  	.testimonials .sppb-col-md-4, .pricing .sppb-col-md-4 {
    	margin-bottom: 30px;
	}
}

/* Mobile Small Resolution */
@media (max-width: 480px) {
  	body #sp-header {
      	top: 0;
	}
  	.slider .btn.white {
    	margin-left: 0px !important;
    	margin-top: 30px;
	}
}

/* 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:hover,
.work-colum, span.left em {
 	background-color: var(--background-color);
}
.article-list .article .readmore a:hover, .article-list .article .readmore a:active, 
.article-list .article .article-header h2 a:hover, .slider-item h3, .intro-item a, .intro-item a:hover, .intro-item i, 
.title h3, .slider-item i, .about-item h3, .counter-item i, .pricing .check-list h3, .pricing .check-list em,
#sp-bottom1 h3, #sp-bottom .sp-module .sp-module-title, #sp-bottom .title-bt, span.right span {
  	color: var(--text-color);
}
#sp-bottom a:hover {
  	color: var(--text-color) !important;
}
.btn, .feature .sppb-col-md-3:nth-child(2n) .feature-colum,
.feature .sppb-col-md-3:nth-child(2n-1) .feature-colum {
  	border-color: var(--text-color);
}