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

/*** Header Area ***/
/* Header Top */
#sp-top-bar {
    position: relative;
    z-index: 9999;
    font-size: 15px;
    padding: 15px 0;
}

/* Header Menu */
#sp-header {
    top: 0px;
    padding: 0px;
    height: inherit;
    box-shadow: none;
    border-top: 1px solid #DDDDDD;
}
#sp-header .container-inner {
    border-top: 1px solid #ffffff24;
    border-bottom: 1px solid #ffffff24;
}
#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;
    margin-left: 50px;
}
.sp-megamenu-parent>li:last-child>a {
    line-height: 55px;
    border-radius: 30px;
    background: #000;
    color: #fff;
}
.sp-megamenu-parent>li.active:last-child>a,
.sp-megamenu-parent>li:last-child>a:hover {
    background: #000000 !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: #252525;
}
.offcanvas-menu > .align-items-center {
    background: #fff;
}
.offcanvas-active .burger-icon>span, #modal-menu-toggler.active .burger-icon>span {
    background-color: #252525;
}

/*** Block Styles ***/
/* Button */
.btn, .slider-btn {
    padding: 20px 40px;
    font-size: 17px;
    font-weight: 800;
    border-radius: 5px;
    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;
}
.btn:hover, .slider-btn:hover {
	background-color: #000 !important;
	color: #fff!important;
}
.btn {
	padding: 15px 30px;
	background: #000 !important;
	font-weight: 500;
}

/* Title */
.title h3 {
	letter-spacing: 2px;
}
.title h2 {
	font-size: 40px;
	font-weight: 800;
	margin-bottom: 20px;
}

/* Slider */
.slider-img img {
	border-radius: 40px 40px 200px 80px;
}
.slider-colum {
	position: relative;
}
.sl-img1 {
    -webkit-mask-image: url(../images/img-shape-square.png);
    -webkit-mask-size: contain;
    -webkit-mask-position: center left;
    -webkit-mask-repeat: no-repeat;
    background-color: #1c1e27;
    width: 150px;
    top: -20px;
    left: -40px;
    position: absolute;
    animation: leaves 5s ease-in-out infinite alternate;
}
.sl-img2 {
	-webkit-mask-image: url('../images/img-shape-hero-03.png');
	-webkit-mask-size: contain;
	-webkit-mask-position: bottom right;
	-webkit-mask-repeat: no-repeat;
	background-color: #f93703;
	width: 550px;
	height: 550px !important;
	position: absolute;
	right: 0;
	bottom: 0px;
	z-index: -1;
    animation: leaves2 5s ease-in-out infinite alternate;
}
.sl-img3 {
	-webkit-mask-image: url('../images/img-shape-hero-03.png');
	-webkit-mask-size: contain;
	-webkit-mask-position: bottom right;
	-webkit-mask-repeat: no-repeat;
	background-color: #fc653c;
	width: 580px;
	height: 580px !important;
	position: absolute;
	right: 0;
	bottom: 0px;
	z-index: -2;
}
.sl-img4 {
	-webkit-mask-image: url('../images/img-shape-hero-03.png');
	-webkit-mask-size: contain;
	-webkit-mask-position: bottom right;
	-webkit-mask-repeat: no-repeat;
	background-color: #fc653cb8;
	width: 610px;
	height: 610px !important;
	position: absolute;
	right: 0;
	bottom: 0px;
	z-index: -3;
}
.sl-img5 {
	-webkit-mask-image: url('../images/img-shape-circle-of-dots.png');
	-webkit-mask-size: contain;
	-webkit-mask-position: bottom right;
	-webkit-mask-repeat: no-repeat;
	background-color: #fcfcfc;
	width: 250px;
	position: absolute;
	right: 50px;
	bottom: 50px;
	z-index: -1;
}
.sl-img6 {
    -webkit-mask-image: url('../images/img-shape-arrow-up.png');
	-webkit-mask-size: contain;
	-webkit-mask-position: bottom right;
	-webkit-mask-repeat: no-repeat;
	background-color: #fcfcfc;
	width: 150px;
	position: absolute;
	right: 30px;
	bottom: 250px;
	z-index: -1;
}
@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);
    }
}
@keyframes leaves2 {
    0% {
        transform: translate(10px,10px);
    }
    20% {
        transform: translate(25px,20px);
    }
    40% {
        transform: translate(20px,20px);
    }
    60% {
        transform: translate(15px,15px);
    }
    80% {
        transform: translate(5px,10px);
    }
    100% {
        transform: translate(0px,0px);
    }
}

/* Bg */
.bg {
  	filter: brightness( 100% ) contrast( 100% ) saturate( 0% ) blur( 0px ) hue-rotate( 0deg);
}

/* About */
.about-colum .clearfix:nth-child(2) {
	float: left;
	width: 20%;
}
.about-colum .clearfix:nth-child(3) {
	float: left;
	width: 80%;
}
.about-colum .clearfix:nth-child(3) .about-img {
	background-color: #fc653c;
	-webkit-mask-image: url('../images/img-shape-13.png');
    -webkit-mask-size: contain;
    -webkit-mask-position: center left;
    -webkit-mask-repeat: no-repeat;
}
.about-left {
	position: relative;
}
.about-left img {
  	-webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.about-left img:hover {
  	opacity: .8;
}
.about-left .counter-item {
	position: absolute;
	bottom: 50px;
	z-index: 1;
	left: 0;
	background-color: #fff;
	padding: 30px 20px;
	border-radius: 10px;
	box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
}
.about-left .counter-item h1 {
	color: #222 !important;
}

/* Feature */
.feature-item img {
	width: 40px;
}

/* Choose */
.choose:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-image: url('../images/image-section-09-min.png');
	background-position: bottom left;
	background-repeat: no-repeat;
	opacity: 0.1;
	background-size: contain;
}
.choose-img img {
	filter: brightness( 100% ) contrast( 100% ) saturate( 0% ) blur( 0px ) hue-rotate( 0deg);
  	-webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.choose-img img:hover {
  	opacity: .8;
}
.choose-colum .clearfix:first-child {
	width: 100%;
	margin-right: 0;
}
.choose-colum .clearfix {
	float: left;
	width: 48%;
}
.choose-colum .clearfix:nth-child(2) {
	margin-right: 4%;
}
.choose-colum .clearfix:nth-child(n+2) {
  	transform: translateY(0);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.choose-colum .clearfix:nth-child(n+2):hover {
  	transform: translateY(15px);
}

/* Pricing */
.pricing {
  	background-image: linear-gradient(180deg, #fcfcfc 50%, #ffffff 0%);
}
.pricing-item {
	background-color: #fff;
  	padding: 50px 40px;
  	box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 5%);
  	border-radius: 15px;
  	transform: translateY(0);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.pricing-item:hover {
  	transform: translateY(-15px);
}
.cost {
    margin-bottom: 30px; 
}
.pricing-item .amount {
    font-size: 50px;
    font-weight: 800;
}
.plantype {
	font-size: 24px;
	font-weight: 800;
}
.pricing-item strong {
    display: none;
}
.pricing-item em {
    padding-right: 10px;
    font-size: 11px;
}
.pricing-item.left em {
	color: #000 !important;
}
.btn-price {
    margin-top: 20px;
    display: inline-block;
    color: #fff;
    padding: 10px 30px;
    border-radius: 30px;
}
.pricing-item.left .btn-price,
.btn-price:hover {
	background: #222 !important;
	color: #fff;
}
.pricing-img {
	filter: brightness( 100% ) contrast( 100% ) saturate( 0% ) blur( 0px ) hue-rotate( 0deg);
}

/* Counter */
.counter-item h1 {
	font-size: 60px;
	font-weight: 800;
}
.counter-item h5 {
	font-size: 18px;
	font-weight: 600;
}
.counter-colum {
	position: relative;
	border-radius: 10px 10px 10px 10px;
}
.counter-colum:before {
	content: '';
	position: relative;
	left: 0;
	top: 0;
	z-index: 1;
	background-color: #eee;
	height: 15px;
	width: 100%;
}
.counter-colum:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	height: 15px;
	width: 70%;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.counter-colum .counter-item h1 {
	color: #fff !important;
}

/* Testimonial */
.testimonial-column {
  	-webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.testimonial-column:hover {
  	background: #f1f0f0!important;
}

/* Work */
.work-colum {
	position: relative;
}
.work-colum,
.work-colum .sppb-column-overlay  {
	border-radius: 10px;
}
.work-colum .clearfix {
  	width: 50%;
}
.work-colum .clearfix:last-child {
	position: absolute;
	bottom: 0px;
	right: 0%;
	max-width: 450px;
}
.work-item {
	padding: 30px;
	border-radius: 10px;
}

/* Team */
.team-item {
	 background-color: #1c1e27;
}
.team-item .sppb-media-content, .team-white .sppb-media-content {
	padding: 30px 30px 20px;
}
.team-item .sppb-media-content p {
	font-size: 14px;
	letter-spacing: 2px;
}
.team-item .shrewd_solution_icon ul li a {
	font-size: 18px;
}
.team-img img {
	width: 100%;
	filter: brightness( 100% ) contrast( 100% ) saturate( 0% ) blur( 0px ) hue-rotate( 0deg);
}
.team-img.img01 img {
    border-radius: 0px 0px 0px 10px;
}
.team-img.img02 img {
    border-radius: 10px 10px 0px 0px;
}
.team-img.img04 img {
    border-radius: 0px 10px 0px 0px;
}
.team01 {
	    border-radius: 10px 0px 0px 0px;
}

/* Check List */
.check:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 30%;
}
.check-colum {
	filter: brightness( 100% ) contrast( 100% ) saturate( 0% ) blur( 0px ) hue-rotate( 0deg);
	border-radius: 10px 10px 10px 10px;
}
.list-check {
	padding: 0;
	margin: 0;
	list-style: none;
}
.list-check strong {
	display: none;
}
.list-check em {
	padding-right: 10px;
}
.list-check li {
	padding-bottom: 10px;
}

/* Ser */
.ser-img-01 {
    -webkit-mask-image: url(../images/img-shape-square.png);
    -webkit-mask-size: contain;
    -webkit-mask-position: center left;
    -webkit-mask-repeat: no-repeat;
    background-color: #fff;
    width: 150px;
    top: 0px;
    left: 0px;
    position: absolute;
}
.ser-img-02 {
	-webkit-mask-image: url(../images/image-section-10-min.png);
	background-color: #fff;
	-webkit-mask-size: contain;
	-webkit-mask-position: center left;
	-webkit-mask-repeat: no-repeat;
	z-index: -1;
	width: 400px;
	top: 30px;
	right: 50px;
	position: absolute;
}
.ser-colum-2 {
	border-radius: 10px;
}
.ser-colum-2 img {
	filter: brightness( 100% ) contrast( 100% ) saturate( 0% ) blur( 0px ) hue-rotate( 0deg);
}
.ser-colum-3:after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	background-color: #1c1e27;
	height: 90%;
	width: 80px;
}
.ser-colum-3:before {
	content: '';
	position: absolute;
	right: 40px;
	bottom: 0px;
	background-color: #fc653c;
	height: 40px;
	width: 40px;
	z-index: 2;
}
.ser-management-colum:before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 150px;
	border-radius: 10px;
	background-image: linear-gradient(180deg, #fc653c 55%, #1c1e27 0%);
}

.ser-management-img {
	filter: brightness( 100% ) contrast( 100% ) saturate( 0% ) blur( 0px ) hue-rotate( 0deg );
}
.ser-management-item {
	padding: 40px;
	border-radius: 10px;
	background-image: linear-gradient(270deg, #fc653c 97%, #1c1e27 0%);
}
.ser-management-item.center {
	background-image: linear-gradient(270deg, #fc653c 3%, #1c1e27 0%);
}

/* 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: 18px;
	font-weight: 600;
	color: #091941;
	text-transform: capitalize;
}

/* 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 Top */
#sp-bottom-top {
	overflow: hidden;
	position: relative;
	z-index: 1;
}
#sp-bottom-top:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background: url('../images/image-section-06-min.png');
	height: 100%;
	width: 100%;
	z-index: -1;
	background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.5;
	mix-blend-mode: overlay;
}

/* Bottom */
#sp-bottom {
	overflow: hidden;
	position: relative;
	z-index: 1;
}
#sp-bottom:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background: url('../images/image-section-08-min.jpg');
	height: 100%;
	width: 100%;
	z-index: -1;
	opacity: 0.9;
	mix-blend-mode: overlay;
}
#sp-bottom .sp-module .sp-module-title {
    font-size: 20px;
}
#sp-bottom span {
    padding-right: 10px;
}
#sp-bottom strong {
  	display: none;
}
.shrewd_solution_icon {
    padding-top: 0;
}
.shrewd_solution_icon ul, .shrewd_solution_icon ul li {
    display: inline-block!important;
    padding: 0!important;
}
.shrewd_solution_icon ul li a {
    font-size: 20px;
    color: #fff !important;
    text-align: center;
    border-radius: 0px;
    margin-right: 17px;
    -webkit-transition: .5s;
    transition: .5s;
    display: inline-block;
}
.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 #FFFFFF12;
}

/*** Responsive Layout ***/
/* Tablet Landscape Layout */
@media (min-width: 1400px) {
    .sppb-row-container {
      	max-width: 1320px;
    }
}
@media (max-width: 1280px) {
    .slider-colum-left {
      	padding: 10px !important;
      	position: relative;
    	z-index: 3;
    }
  	.sp-megamenu-parent>li:last-child>a {
    	margin-left: 0px;
	}
}

/* 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;
	}
  	.about-colum {
    	padding-top: 40px;
	}
  	.choose-colum .clearfix {
    	width: 100% !important;
	}
  	.testimonial .sppb-col-md-4 {
    	margin-bottom: 30px;
	}
  	.work-colum .clearfix {
    	width: 100% !important;
    	padding: 10px !important;
	}
  	.work-colum, .about-colum {
    	padding: 60px 10px !important;
  	}
  	.work-colum h3 {
        font-size: 35px !important;
        line-height: 45px !important;
  	}
  	.work-colum .clearfix:last-child {
    	position: relative;
  	}
  	.slider-colum-left .slider-btn {
    	background: #000 !important;
	}
}

/* Mobile Small Resolution */
@media (max-width: 480px) {
  	.slider-title h1.sppb-addon-title, .happy-title h3.sppb-addon-title {
        font-size: 40px !important;
        line-height: 50px !important;
	}
}

/* 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,
.sp-megamenu-parent>li:last-child>a, .slider-btn, .pricing-item.left, .btn-price, .work-item, .team02,
.check:before, .counter-colum:after, .ser-management-colum: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,
#sp-bottom .sp-module .sp-module-title, .bottom-top-phone i, .bottom-top-phone .sppb-addon-text,
.shrewd_solution_icon ul li a:hover, .title h3, .feature-item p, .feature-title h3, .choose-item i, .pricing-item em,
.counter-item h1, .about-left .counter-item h5, .ser-item i, .team-white .shrewd_solution_icon ul li a, .list-check em {
  	color: var(--text-color) !important;
}
#sp-bottom, .services-colum, .tes .clearfix {
  	border-color: var(--text-color) !important;
}
