/*** 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.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-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;
}
.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: #000 !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 35px;
    font-size: 18px;
    font-weight: 400;
    border-radius: 30px;
    text-transform: capitalize;
    letter-spacing: 0px;
    border: none;
    display: inline-block;
    background: transparent;
    color: #000;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.btn:hover, .btn.white:hover {
	color: #fff;
	background: #141413;
	transform: translateY(-8px);
}
.btn.no-bg {
	background: transparent;
	color: 000;
	padding: 16px 0;
}
.btn.white {
  	background-color: #fef9f0;
}

/* Title */
.title h2 {
    font-size: 45px;
    font-weight: 800;
    margin: 25px 0;
    line-height: 55px;
}
.title h3 {
	position: relative;
	letter-spacing: 2px;
	padding-left: 80px;
}
.title.center h3 {
	display: inline-block;
	padding-right: 80px;
}
.title h3:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	background: #141413;
	height: 2px;
	width: 60px;
	bottom: 0;
	margin: auto 0;
}
.title.center h3:after {
	position: absolute;
	content: '';
	right: 0;
	top: 0;
	background: #141413;
	height: 2px;
	width: 60px;
	bottom: 0;
	margin: auto 0;
}

/* Bg */
.bg .sppb-row-overlay {
    background-image: linear-gradient(70deg, #d0fc00 0%, #14141300 75%);
    opacity: 0.7;
}

/* Slider */
.slider-colum .clearfix:first-child {
	width: 100%;
}
.slider-colum .clearfix {
	width: 40%;
	float: left;
}
.slider-icon .shrewd_solution_icon ul, .shrewd_solution_icon ul li {
    display: inline-block!important;
    padding: 0!important;
}
.slider-icon .shrewd_solution_icon ul li a {
    font-size: 19px;
    width: 48px;
    color: #000;
    line-height: 48px;
    text-align: center;
    border-radius: 0;
    margin-left: 10px;
    -webkit-transition: .5s;
    transition: .5s;
    display: inline-block;
    border: none;
    background: #fff;
}
.slider-icon .shrewd_solution_icon strong {
    display: none;
}
.slider-icon .shrewd_solution_icon ul li a:hover {
	background: #000;
	transform: translateY(-5px);
}
.slider-img {
    position: absolute;
    bottom: -50px;
    width: 200px;
    right: -50px;
    z-index: -1;
}
.video {
  	animation: leaves 5s ease-in-out infinite alternate;
}
@keyframes leaves {
    0% {
        transform: scale(1.05);
    }
    20% {
        transform: scale(1.1);
    }
    40% {
        transform: scale(1.15);
    }
    60% {
        transform: scale(1.1);
    }
    80% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1.0);
    }
}

/* Video */
.video {
    min-width: 60px;
    min-height: 60px;
    position: relative;
    top: 34%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    background: #0A0B0F;
    width: 70px;
    height: 70px;
    border-radius: 50%;
}
.video .sppb-img-container {
    overflow: hidden;
}
.video .sppb-img-container:hover:before {
    background-color: rgba(0, 0, 0, 0.90);
}
.video .sppb-img-container:before {
    background-color: rgba(0, 0, 0, 0.60);
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 10px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.video img {
    width: 100%;
}
#video-popup-container,
#video-popup-containers {
    display:none;
    position: fixed;
    z-index: 996;
    width: 60%;
    left: 50%;
    margin-left: -30%;
    top: 20%;
    background-color: #fff;
}
.video a {
    font-size: 0;
    position: absolute;
    top: 44%;
}
.video a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    margin-top: 5px;
    margin-left: 0;
    border-radius: 50%;
    z-index: 10;
    border: 10px solid transparent;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
    z-index: -1;
}
.video a:after {
    content: '';
    position: absolute;
    top: 0px;
    left: -1px;
    margin-top: -11.5px;
    margin-left: -5px;
    border: solid 15px transparent;
    border-left: solid 23px;
    border-left-color: #000;
    z-index: 10;
}
#video-popup-close,
#video-popup-closes {
    cursor: pointer;
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 9999;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    text-align: center;
    font-size: 12px;
    background-color: #000;
    line-height: 25px;
    color: #fff;
    opacity: 1;
}
#video-popup-iframe-container,
#video-popup-iframe-containers {
    position: absolute;
    z-index: 999;
    width: 100%;
    padding-bottom: 56.25%;
    border: 2px solid #000;
    border-radius: 2px;
    background-color: #000;
}
#video-popup-iframe,
#video-popup-iframes {
    z-index: 999;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #000;
}
#video-popup-overlay,
#video-popup-overlays {
    display: none;
    position: fixed;
    top: 0;
    background-color: #000;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    left: 0;
}
#video-popup-close:hover,
#video-popup-closes:hover {
    color: #DE0023;
}
@-webkit-keyframes pulse-border{
    0%{
        -webkit-transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity:1
    }
    100%{
        -webkit-transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.8);
        transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.8);
        opacity:0
    }
}
@keyframes pulse-border{
    0%{
        -webkit-transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity:1
    }
    100%{
        -webkit-transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.8);
        transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.8);
        opacity:0
    }
}

/* Counter */
.counter-item h1 {
	font-size: 70px;
	font-weight: 600;
	display: inline-block;
	margin: 0;
}
.counter-item h5 {
    display: inline-block;
    padding-left: 15px;
    font-size: 18px;
    position: relative;
    top: -10px;
}

/* About */
.about-space {
    height: 540px !important;
}
.about-column .clearfix:before {
    content: "";
  	position: absolute;
  	top: 0;
  	left: 0;
  	right: 0;
  	width: 100%;
  	height: 100%;
  	-webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    background: rgb(0 0 0 / 73%);
    opacity: 0;
}
.about-column:hover .clearfix {
  	opacity: .5;
}

/* Feature */
.feature h4 {
	letter-spacing: 2px;
	padding-bottom: 10px;
	border-bottom: 1px solid;
	display: inline-block;
	margin: 0;
}
.feature .feature-colum-left .btn:hover {
  	background-color: #fef9f0;
	color: #000;
}

/* Services */
.services-colum {
	border: 2px solid #14141312;
	padding: 30px;
}
.services-item h3 {
	position: relative;
	padding-left: 40px;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;

}
.services-item:hover h3 {
	padding-left: 50px;
}
.services-item h3:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	background: #141413;
	height: 2px;
	width: 30px;
	bottom: 0;
	margin: auto 0;
}
.services-item h5 {
	font-size: 17px;
	font-weight: 600;
	letter-spacing: 2px;
	padding: 25px 0 15px;
}
.services .btn.no-bg:hover {
	color: #000;
}
.services-colum.right img {
    opacity: 0.3;
}
.services-colum.right h3:before {
    background: #fff;
}
.ser-item i {
    height: 55px !important;
    width: 55px !important;
    line-height: 55px !important;
}
.make .sppb-row.sppb-no-gutter {
    background-image: url(../images/bg-ser.jpeg);
    background-position: center center;
    background-size: cover;
    padding: 50px;
}

/* Testimonial */
h4.testimonial-job {
    font-size: 18px;
    font-weight: 400;
    color: #9B9B9B;
}
.testimonial-item .testimonial-name {
    font-weight: 600;
    margin-top: 20px;
    font-size: 20px;
    text-transform: capitalize;
}
.testimonial-item img {
    margin: 0 auto;
    border-radius: 50%;
    width: 80px;
}
.testimonial-item p.tes {
	font-size: 18px;
	line-height: 30px;
	padding: 10px 0;
}
.testimonial-item strong {
  	display: none;
}
.testimonial-item em {
  	color: #fde428;
  	font-size: 60px;
}
.sppb-carousel-inner>.sppb-item {
    padding: 0px 60px;
}

/* Started */
.started-img {
	position: absolute;
    bottom: -50px;
    width: 200px;
    left: -50px;
    z-index: -1;
}

/* Skill */
@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;
}
.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: 5px;
    position: relative;
    margin-bottom: 30px;
    border-radius: 20px;
    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
}

/* Expert */
.expert .sppb-col-md-3:first-child {
    position: relative;
    z-index: 2;
}

/* Team */
.team-item .shrewd_solution_icon ul {
	padding: 0 0 10px;
}
.team-item .shrewd_solution_icon ul li strong {
	display: none;
}
.team-item .shrewd_solution_icon ul li em {
	padding: 0 10px;
}
.team-item img {
  	transform: scale(1);
  	-webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.team-item h3 {
	letter-spacing: 2px;
}
.team-item:hover img {
  	transform: scale(1.05);
}

/* Contact */
.contact-map strong {
	display: none;
}
.contact-map span {
  	padding-right: 10px;
}

/* FAQs */
.sppb-panel-modern>.sppb-panel-heading {
    background: #141413;
    color: #fff;
}

/* Pricing */
.pricing-colum {
	padding: 50px;
	border-radius: 0;
	border: 2px solid #14141312;
}
.pricing-item strong {
	display: none;
}
.pricing-item em {
	font-size: 14px;
	padding: 0 3px;
	color: #f0ad4e;
}
.pricing-item h4 {
	padding-bottom: 20px;
	font-weight: 600;
	font-size: 40px;
}
.pricing-item .pr-text {
	padding: 10px 0px 20px;
}
span.pr-color {
    font-size: 18px;
}

/* Skill */
@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;
    color: #000;
}
.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;
}
/* 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: 30px 20px;
    border-radius: 0px 0px 0px 0px;
    box-shadow: 9.899px 9.899px 30px 0 rgb(0 0 0 / 10%);
    background: #141413;
    color: #fff;
}
.jm-category-module.default .jmm-text .jmm-title {
	font-size: 17px;
	font-weight: 500;
	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%);
	line-height: 30px;
}
#sp-bottom p {
	line-height: 28px;
}
#sp-bottom .sp-module .sp-module-title {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 30px;
    padding-bottom: 0px;
    position: relative;
}
#sp-bottom span {
    padding-right: 10px;
}
#sp-bottom 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: 1280px) {
  	.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;
	}
  	.client .sppb-col-md-2 {
    	width: 50%;
	}
  	.services .sppb-col-md-4, .team .sppb-col-md-3, .pricing .sppb-col-md-4 {
    	margin-bottom: 30px;
  	}
  	.make .sppb-row.sppb-no-gutter {
    	padding: 0px;
	}
}

/* Mobile Small Resolution */
@media (max-width: 480px) {
  	.slider-colum .clearfix {
    	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-megamenu-parent>li:last-child>a, .btn, .video, .feature-colum-right, .ser-item i,
.skills .progress .progress-bar {
 	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-icon .shrewd_solution_icon ul li a:hover, .services-colum.right .btn.no-bg, .testimonial-item em,
.topics-item i, .pricing-item em {
  	color: var(--text-color);
}
.pricing-colum:hover, .services-colum:hover, .topics .clearfix:hover {
  	border-color: var(--text-color);
}

