/*** General CSS ***/
body {
    line-height: 1.9em;
}
body div.container a.btn, body div.container button.btn {
    background: #000!important;
}
/*** Header Area ***/
/* Header Top */

/* Header Menu */
#sp-header {
    box-shadow: none;
    border-bottom: 1px solid #FFFFFF1C;
}
#sp-header.header-sticky {
  	background: #142802;
}
body:not(.home) #sp-header {
  	background: #142802;
}
.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;
}
#sp-menu ul.social-icons a {
    color: #fff;
}

/* 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: #342e59;
}
.offcanvas-active .burger-icon>span, #modal-menu-toggler.active .burger-icon>span {
    background-color: #fff;
}

/*** Block Styles ***/
/* Button */
.btn {
    padding: 14px 30px;
    font-size: 15px;
    font-weight: 500;
    border-radius: 0;
    letter-spacing: 1px;
    border: none;
    display: inline-block;
    background: #142802;
    color: #fff;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.btn:hover, .btn.color {
  	background-color: #dce0d8;
	transform: translateY(-8px);
}
a.btn-link {
    padding: 0;
    font-size: 14px;
    letter-spacing: 2px;
  	-webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
a.btn-link:hover {
    transform: translateY(-8px);
}
.btn.white {
    background: transparent;
    color: #fff !important;
    border: 1px solid #fff;
}
.btn-primary:hover {
    color: #000;
}

/* Title */
.title h3 {
    letter-spacing: 5px;
}

/* Slider */
.slider {
  	margin-top: -90px !important;
}
.slider-btn {
    padding: 13px 30px;
    background: #fff;
    margin: 0 10px;
    border: 1px solid !important;
    font-style: italic !important;
}
.slider-btn.right {
    background: transparent;
    border: 1px solid #fff !important;
    color: #fff !important;
}
.slider-btn.left, .slider-btn.right:hover {
	background-color: #142802;
	border-color: #142802 !important;
	color: #fff !important;
}
.slider-btn.left:hover {
  	color: #142802 !important;
  	background: #fff;
  border-color: #fff !important;
}

/* Services */
.services-link {
    font-style: italic;
    font-size: 16px;
    border-bottom: 1px solid #142802;
    padding: 0;
}
.services-img {
    position: absolute;
    top: -100px;
    opacity: 0.05;
    z-index: -1;
}

/* Testimonials */
.testimonials-item img {
    width: 40px;
}
.testimonials-img img {
    width: 300px;
}

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

/* Counter */
.counter-item {
    position: relative;
}
.counter-item h5 {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2px;
}
.counter-item h1 {
    font-size: 80px;
    color: #14280226;
}

/* pricing */
.pricing-item span.color {
    font-size: 20px;
}
.pricing-item span.big {
	font-size: 30px;
}
.pricing-item h2 {
	font-size: 60px;
	margin-bottom: 30px;
	padding-top: 10px;
  	color: #142802;
}
.pricing-item a.pricing-btn {
	font-size: 15px;
	font-style: italic;
	border-bottom: 1px solid;
	margin-top: 10px;
	display: inline-block;
}

/* Check List */
.check-list {
    list-style: none;
    padding: 0;
    margin: 0 0 10px 0;
}
.check-list strong {
	display: none;
}
.check-list li {
	padding-bottom: 20px;
}
.check-list span {
	padding-right: 10px;
}

/* Video */
#video {
    z-index: 2 !important;
}
.video-item {
    min-width: 70px;
    min-height: 70px;
    position: relative;
    top: 34%;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    background: #fff;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    z-index: 1;
}
.video-item .sppb-img-container {
    overflow: hidden;
}
.video-item .sppb-img-container:hover:before {
    background-color: rgba(0, 0, 0, 0.90);
}
.video-item .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-item 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-item a {
    font-size: 0;
    position: absolute;
    top: 44%;
}
.video-item a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 48px;
    height: 48px;
    margin-top: 5px;
    margin-left: 0;
    border-radius: 50%;
    z-index: 10;
    border: 4px solid #fff;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
    z-index: 4;
}
.video-item a:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    margin-top: -11.5px;
    margin-left: -5px;
    border: solid 15px transparent;
    border-left: solid 22px;
    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
    }
}

/* Project */
.project-item i {
    height: 75px !important;
    width: 75px !important;
    line-height: 75px !important;
    background: #142802;
}
.project-img:hover img, .about-img:hover img {
    opacity: 0.5;
}

/* Client */
.client-item img {
    opacity: 0.5;
}

/* Team */
.team-item {
	position: relative;
}
.team-item:before {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	background-color: #14280287;
	height: 0;
	width: 100%;
	-webkit-transition: .5s;
  	transition: .5s;
}
.team-item:hover:before {
	height: 100%;
}
.team-item p {
	margin-bottom: 15px;
	margin-top: 12px;
	font-size: 14px;
}
.team-item .sppb-media-content {
    position: absolute;
    left: 0;
    right: 0;
	opacity: 0;
    bottom: 50px;
	z-index: 1;
	-webkit-transition: .5s;
  	transition: .5s;
}
.team-item:hover .sppb-media-content {
	opacity: 1;
	bottom: 145px;
}
.team-item .shrewd_solution_icon ul, .team-item .shrewd_solution_icon ul li {
    display: inline-block!important;
    padding: 0!important;
	margin-bottom: 0px !important;
}
.team-item .shrewd_solution_icon ul li a {
  	font-size: 15px;
  	width: 37px;
  	line-height: 37px;
  	color: #fff;
  	text-align: center;
  	border-radius: 50%;
  	border: 1px solid #fff9;
  	-webkit-transition: .5s;
  	transition: .5s;
  	display: inline-block;
  	height: 37px;
  	margin-right: 5px;
  	background: none;
}
.team-item .shrewd_solution_icon ul li a:hover {
  	background-color: #fff;
  	color: #222;
}
.team-item .shrewd_solution_icon ul li a em {
  	font-family: "Font Awesome 5 Brands";
}
.team-item .shrewd_solution_icon strong {
    display: none;
	margin: 0 20px;
}

/* 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 0 0;
    border-radius: 0px 0px 0px 0px;
    text-align: center;
}
.jm-category-module.default .jmm-text .jmm-title {
	font-size: 21px;
	font-weight: 600;
	text-transform: uppercase;
	font-family: 'Cormorant Upright';
}
.jm-category-module.default .jmm-readmore {
	margin-top: 20px;
}

/* Bottom */
#sp-bottom {
	overflow: hidden;
	position: relative;
	z-index: 1;
	font-size: 15px;
}
#sp-bottom .sp-module .sp-module-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 0px;
    position: relative;
    color: #142802;
    text-transform: uppercase;
}
#sp-bottom1 a {
    margin-right: 20px;
}
#sp-bottom1 img {
    max-width: 250px;
}

/* 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(0,0,0,0.05);
}

/*** Responsive Layout ***/
@media (min-width: 992px) and (max-width: 1280px) {
  	.social-wrap {
    	display: none !important;
	}
}
/* Mobile Standard Layout */
@media (max-width: 991px) {
	#sp-header, #sp-header .logo {
        height: 70px;
    }
  	#sp-footer p {
  		text-align: center;
	}
  	body #sp-header {
      	padding: 0;
	}
  	.contact-column .sppb-text-right {
    	text-align: left !important;
	}
}

/* Mobile Small Resolution */
@media (max-width: 480px) {
  	body #sp-header {
      	top: 0;
	}
  	.slider-btn {
    	padding: 13px 15px;
	}
}

/* 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,
.services-item i, .works-item i, .pricing-icon i, .pricing-center .clearfix:first-child,
.shrewd_solution_icon ul li a, .counter-item .sppb-icon {
 	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,
.title h3, .check-list ul span, .btn.white,
#sp-bottom1 .shrewd_solution_icon ul li a:hover, .testimonials-img .sppb-addon-text, .pricing-item span.color,
.pricing-item .check-list span {
  	color: var(--text-color);
}

