/*** 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: 30px;
    padding: 0px;
    height: inherit;
    box-shadow: none;;
    z-index: 9999;
}
#sp-header > .container {
	background: #eef0f2;
	border-radius: 5px;
}
#sp-header.header-sticky {
    position: fixed;
    top: 0;
    background: #eef0f2;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
}
.com-content #sp-header,
body:not(.home) #sp-header {
    background: #eef0f2;
    position: static;
}
.com-content #sp-header.header-sticky,
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: uppercase;
    position: relative;
}
.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;
      text-transform: uppercase;
}
.burger-icon>span {
    background-color: #006400;
}
.offcanvas-menu > .align-items-center {
    /*background: #fff;*/
}
.offcanvas-active .burger-icon>span, #modal-menu-toggler.active .burger-icon>span {
    background-color: #006400;
}


/*** Block Styles ***/
/* Button */
.btn {
    padding: 15px 40px;
    font-size: 17px;
    font-weight: 900;
    border-radius: 30px;
    text-transform: uppercase;
    letter-spacing: 0;
    border: 1px solid #fff;
    background-color: #fff;
  	font-family: 'Cormorant Garamond', sans-serif;
  	display: inline-block;
    color: #fff;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.btn.no-bg {
	background: #fff;
}
.btn.no-bg:hover {
	background: transparent;
	border-color: #fff !important;
	color: #fff;
}
.btn:hover {
  	background: transparent;
}

/* Title */
.title h2 {
    font-weight: 500;
	font-size: 60px;
	margin: 20px 0;
}
.title.white h2 {
  	color: #fff;
}

/* Bg Header */
.slider.bg-title {
	margin-top: 0 !important;
}
.bg-title {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.bg-title li {
	display: inline-block;
	font-size: 22px;
	text-transform: capitalize;
	font-family: 'Cormorant Garamond', sans-serif;
}
.bg-title li strong {
	display: none;
}
.bg-title li em {
	padding: 0 15px;
	font-size: 16px;
}

/* Slider */
#slider {
	margin-top: -80px !important;
}
.slider > .sppb-row-overlay {
    /*background-image: url(../images/artboard-2overlay_.png);
    background-position: center center;
    background-size: cover;*/
}
.slider-img1 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
.slider-img2 {
    position: absolute;
    top: 46%;
    left: 20px;
    z-index: -1;
}
.slider-item .sppb-addon-single-image-container {
  	border-radius: 300px 300px 0px 0px;
    overflow: hidden;
}
.slider-item:hover .sppb-addon-single-image-container img {
    -webkit-transition: 5s ease-in-out;
	-o-transition: 5s ease-in-out;
	transition: 5s ease-in-out;
}
.slider-item:hover .sppb-addon-single-image-container img {
  	transform: scale(1.2);
    opacity: .8;
}

/* About */
.about-item {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
}
.about .clearfix img {
    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);
    }
}
.image-anime {
  	 animation: leaves 5s ease-in-out infinite alternate;
}
/* Border radius Images */
.slider-item img, .video-left,
.about-colum, .help-item img,
.feature-item img, .services-item img, .story-colum,
.testimonials-colum {
    border-radius: 300px 300px 0px 0px;
}

/* Services */
.services-item .sppb-media-content {
    box-shadow: -1.216px 6.894px 25px 0 rgb(0 0 0 / 7%);
    border-radius: 10px;
    background: #fff;
    margin: -20px 20px 0;
    position: relative;
    padding: 30px;
}
.services-item a {
    font-weight: 600;
    border-bottom: 1px solid #319e48;
    padding: 5px 0;
}
.services-item h3 {
  	text-shadow: 0 0 #eee;
}
.services-item .sppb-img-container {
	overflow: hidden;
}
.services-item img {
  	-webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.services-item:hover img {
  	transform: scale(1.1);
}

/* Story */
.story-item a {
	margin-top: 20px;
}
.story-item strong {
	display: none;
}
.story-item em {
	padding-left: 10px;
}
.story-colum .counter-item {
	float: left;
	width: 50%;
}
.counter-item h1 {
	font-size: 60px;
	font-weight: 600;
}

/* Feature */
.feature-item img {
  	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.feature-item img:hover {
  	opacity: .85;
}

/* Testimonials */
.testimonials-item {
	position: relative;
	padding-top: 40px;
}
.testimonials-item .sppb-addon-testimonial-rating {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}

/* 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-colum em {
  	color: #319e48 !important;
}

/* Video */
.video-colum.first {
  	border-radius: 0px 300px 300px 0px;
}
.video-colum.last {
  	border-radius: 300px 0px 0px 300px
}
.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 #21C063;
    -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: 5px;
    left: 0;
    margin-top: -11.5px;
    margin-left: -5px;
    border: solid 11px transparent;
    border-left: solid 17px;
    border-left-color: #fff;
    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
    }
}

/* Client */
.client-colum .sppb-column-addons {
    margin-top: -40px;
}
.client-colum .clearfix {
    float: left;
    width: 25%;
    padding: 0 5px;
}

/* Team */
.team-item .sppb-media-content {
	box-shadow: -1.216px 6.894px 25px 0 rgb(0 0 0 / 7%);
    border-radius: 10px;
    background: #fff;
    margin: -80px 20px 0;
    position: relative;
    padding: 30px;
}
.team-item img {
	border-radius: 300px 300px 0px 0px;
}
.shrewd_solution_icon ul, .shrewd_solution_icon ul li {
    display: inline-block!important;
    padding: 0!important;
}
.shrewd_solution_icon ul li a {
    font-size: 17px;
    text-align: center;
    height: 30px;
    border-radius: 50%;
	line-height: 30px;
	width: 30px;
	margin: 0 5px;
    -webkit-transition: .5s;
    transition: .5s;
    display: inline-block;
    border: none; 
}
.shrewd_solution_icon ul li a:hover {
	color: #fff !important;
}
.shrewd_solution_icon strong {
    display: none;
}
.team-item span.sppb-img-container, .team-item img {
    width: 100%;
}

/* FAQs */
.sppb-panel-modern>.sppb-panel-heading {
    background: transparent;
	color: #000;
	font-weight: 400;
	font-family: 'Cormorant Garamond', sans-serif;
}
.sppb-panel-modern {
    background: transparent;
    border: 2px solid #e8eff1;
    border-radius: 30px;
}
.sppb-panel-modern>.sppb-panel-heading.active {
	border-radius: 30px 30px 0px 0px;
}
.sppb-panel-modern>.sppb-panel-heading.active .sppb-panel-title,
.sppb-panel-modern>.sppb-panel-heading.active .sppb-toggle-direction {
	color: #fff;
}
.sppb-panel-modern>.sppb-panel-heading .sppb-panel-title {
	font-size: 18px !important;
}

/* 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;
    border-radius: 0px 0px 0px 0px;
    box-shadow: 9.899px 9.899px 30px 0 rgb(0 0 0 / 10%);
    color: #fff;
}
.jm-category-module.default .jmm-text .jmm-title {
	font-size: 17px;
	font-weight: 400;
	text-transform: capitalize;
	color: #fff;
}
.jm-category-module.default .jmm-readmore {
	margin-top: 20px;
}
.jm-category-module.default .jmm-readmore a {
	color: #fff;
}

/* Contact Info */
.contact-info h2, .contact-info h3 {
    font-size: 25px;
}
button.btn.btn-primary.validate {
    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;
    color: #fff;
    margin-bottom: 30px;
    padding-bottom: 0px;
    position: relative;
}
#sp-bottom span {
    padding-right: 10px;
	color: #319e48;
}
#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;
    }
}

/* 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;
	}
}

/* Mobile Small Resolution */
@media (max-width: 480px) {
  	body #sp-header {
      	top: 0;
	}
  	.check-list ul.left, .check-list ul.right {
    	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, 
.slider, .btn, .feature, .story-colum.right .clearfix:first-child, .testimonials, .client,
.jmm-text, .shrewd_solution_icon ul li a:hover, .sppb-panel-modern>.sppb-panel-heading.active, 
.testimonial-colum .clearfix {
 	background-color: var(--background-color);
}
#services01 {
 	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-bottom4 span, #sp-bottom a:hover, .btn.no-bg, .btn:hover, .title h3, 
.title h2, .services-item .sppb-media-content, .services-item a:hover, .counter-item h1, .check-list em, 
.team-item .sppb-media-content, .shrewd_solution_icon ul li a {
  	color: var(--text-color);
}
.btn.no-bg:hover, .btn:hover {
  	border-color: var(--text-color);
}
.services-item a:hover {
  	border-bottom-color: var(--text-color);
}
