/*** 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-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;
    color: #fff;
}
.sp-megamenu-parent>li:last-child>a {
    line-height: 48px;
    font-weight: 500;
    border-radius: 5px;
    background: #ffffff33;
}
.sp-megamenu-parent>li.active:last-child>a,
.sp-megamenu-parent>li:last-child>a:hover {
    background-image: linear-gradient(45deg, #229631 0%, #21C063 100%);
}

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

/*** Block Styles ***/
/* Button */
.btn, .button, .no-btn {
    padding: 16px 35px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 5px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 2px solid;
    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, .button {
	background: transparent !important;
	color: #fff!important;
}
.btn:hover, .button:hover, .no-btn:hover {
      transform: translateY(-8px);
}
.no-btn {
	color: #021137 !important;
}

/* Title */
.title h3 {
	letter-spacing: 2px;
}
.title h1, .title h2 {
	font-size: 58px;
	font-weight: 800;
	padding: 20px 0;
	line-height: 70px;
}
.title.white h1 {
	color: #fff !important;
}
.title.divider h2 {
	margin-bottom: 30px;
	position: relative;
}
.title.divider h2:before,
.title.divider h2:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	border-radius: 10px;
}
.title.divider h2:before {
	width: 100%;
	background-color: #21C0631C;
}
.title.divider h2:after {
	width: 80px;
	background-color: #21c063;
}

/* Bg */
.bg {
	background-image: linear-gradient(45deg, #0C5A23 0%, #21C063 100%);
}
.bg:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-image: url('../images/logo-backgroud.png');
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 50% auto;
    opacity: 0.1;
}
.bg-title {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.bg-title li {
	display: inline-block;
	font-size: 17px;
	text-transform: capitalize;
	font-weight: 500;
	color: #fff;
	letter-spacing: 1px;
}
.bg-title li strong {
	display: none;
}
.bg-title li em {
	padding: 0 15px;
	font-size: 16px;
}

/* Slider */
.slider {
	margin-top: -70px !important;
}
.slider:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background: url('../images/slide.jpg');
	height: 100%;
	width: 100%;
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.75;
}
.slider-colum {
	border-radius: 10px;
}

/* Shape */
.elementor-shape svg {
  	display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: calc(100% + 1.3px);
    height: 75px;
}
.elementor-shape .elementor-shape-fill {
    fill: #fff;
}

/* Intro */
.intro .clearfix {
   -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.intro .clearfix:hover {
    transform: rotateX(15deg);
}

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

/* Intro */
.intro-big {
	box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
	background-image: linear-gradient(45deg, #229631 0%, #21C063 100%);
	padding: 60px 10px;
	border-radius: inherit;
}

/* About */
.about:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-image: url('../images/memphis1.png');
    background-position: 75em -20em;
    background-repeat: no-repeat;
    opacity: 0.2;
}
.about-right .clearfix:nth-child(2) {
	width: 30%;
    float: left;
}
.about-right .clearfix:nth-child(3) {
	width: 20%;
    float: left;
}
.about-right .clearfix:nth-child(4) {
	width: 50%;
    float: left;
}
.about .clearfix img {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.about .clearfix:hover img {
  	opacity: .8;
}

/* Services */
.service {
	background-image: linear-gradient(45deg, #0C5A23 0%, #21C063 100%);
}
.service:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-image: url('../images/memphis3.png');
    background-position: top left;
    background-repeat: no-repeat;
    opacity: 0.5;
}
.service .clearfix:hover i,
.service .clearfix:hover h3 {
    color: #fff !important;
}

/* Achievements */
.achievements:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-image: url('../images/memphis2.png');
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 25% auto;
    opacity: 0.2;
}
.achievements-img img {
	opacity: 0.2;
}

/* Testimonial */
.testimonial:before {
	content: '';
	position: absolute;
	left: 0;
	top: 100px;
	height: 100%;
	width: 100%;
	z-index: -1;
	background-image: url(../images/memphis1.png);
	background-position: center right;
	background-repeat: no-repeat;
	background-size: 35% auto;
	opacity: 0.2;
}
.testimonial .sppb-row {
	margin-top: -100px;
	box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
	border-radius: 10px;
	padding: 50px 10px;
	background: #fff;
}
.testimonial-colum {
	box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
	border-radius: 10px;
	padding: 0px 30px 50px;
}

/* Team */
.team-item {
	background-image: linear-gradient(45deg, #229631 0%, #21C063 100%);
	border-radius: 10px 10px 10px 10px;
	padding-bottom: 20px;
}
.team-item img {
	border-radius: 10px 10px 10px 10px;
	-webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.team-item:hover img {
	transform: translateY(-8px);
}
.team-item h3 {
	letter-spacing: 2px;
}

/* Pricing */
.pricing-item h3 {
	letter-spacing: 2px;
}
.pricing-colum.right em {
	color: #fff !important;
}
.pricing-colum h5 {
	letter-spacing: 2px;
}
.cost {
    margin-bottom: 30px;
    border-bottom: 1px solid #333;
    padding-bottom: 10px;
}
.pricing-item .amount {
    font-size: 65px;
    font-weight: 800;
    color: #08485e;
}
.pricing-colum .pricing-item .amount {
    font-size: 65px;
    font-weight: 800;
    color: #fff;
}
.plantype {
	text-transform: capitalize;
	font-weight: 600;
}
.table-body {
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #333;
}
.pricing-item strong {
    display: none;
}
.pricing-item .table-body p {
	font-weight: 500;
}
.pricing-item em {
    padding-right: 10px;
    font-size: 18px;
    color: #79018c;
}
.pricing-colum .btn {
	background-color: #fff !important;
}
.pricing .btn {
	text-transform: capitalize;
	letter-spacing: 0;
	padding: 10px 25px;
}

/* Achievements */
.testimonial-colum,
.achievements .clearfix {
  	-webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.testimonial-colum:hover,
.achievements .clearfix:hover {
  	transform: rotateX(15deg);
}

/* Package */
.package-title h4 {
	letter-spacing: 2px;
}
.package-title h3 {
	font-size: 28px;
	font-weight: 600;
}
.package-check .left, .package-check .right {
	float: left;
	width: 50%;
}
.package-check em {
	padding-right: 10px;
	color: #08485e;
}
.package-check strong {
	display: none;
}
.package-button h2 {
	font-size: 65px;
	font-weight: 800;
	float: left;
	width: 50%;
}
.package-button p {
	width: 50%;
	float: left;
	text-align: right;
	margin-top: 10px;
}
.package-button .btn {
	text-transform: capitalize;
	letter-spacing: 0;
	padding: 10px 25px;
}
.package .sppb-col-md-4 {
	margin-bottom: 40px;
}

/* Blog */
.sp-blog:before {
	content: '';
	position: absolute;
	left: 0;
	top: 80px;
	height: 100%;
	width: 100%;
	background-image: url('../images/memphis2.png');
    background-position: top left;
    background-repeat: no-repeat;
    opacity: 0.5;
}
.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: 19px;
	font-weight: 600;
	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;
	font-size: 13px;
	box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
}
#sp-bottom p {
	line-height: 28px;
}
#sp-bottom .sp-module .sp-module-title {
    font-size: 22px;
    font-weight: 600;
}
#sp-bottom2 span, #sp-bottom3 span {
    padding-right: 10px;
}
#sp-bottom strong {
  	display: none;
}
#sp-bottom h4 {
	letter-spacing: 2px;
}
#sp-bottom1 .shrewd_solution_icon {
    padding-top: 10px;
}
#sp-bottom1 .menu-ft li,
#sp-bottom1 .shrewd_solution_icon, #sp-bottom1 .shrewd_solution_icon li {
    display: inline-block!important;
    padding: 0!important;
}
#sp-bottom1 .shrewd_solution_icon li a {
    font-size: 20px;
    height: 38px;
    width: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
    -webkit-transition: .5s;
    transition: .5s;
    display: inline-block;
    background: transparent;
}
#sp-bottom1 .shrewd_solution_icon li a:hover {
	background: #fff !important;
}
#sp-bottom1 .shrewd_solution_icon strong {
    display: none;
}
#sp-bottom1 .menu-ft {
	margin-top: 10px !important;
}
#sp-bottom1 .menu-ft li {
	margin: 0 20px !important;
}
#sp-bottom1 .menu-ft a {
	font-size: 16px;
	padding: 0 10px;
}


/* 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.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 {
		display: none;
    }
}

/* 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;
	}
  	.intro .sppb-col-md-6 .clearfix {
    	margin-top: 0px !important;
	}
  	.slider-video .clearfix {
    	margin-top: 0px !important;
	}
  	.testimonial .sppb-col-md-4 {
    	margin-bottom: 30px;
	}
  	#sp-bottom1 .menu-ft li {
    	margin: 0 0px !important;
	}
}

/* Mobile Small Resolution */
@media (max-width: 480px) {
  	.about-right .clearfix:nth-child(2) {
		width: 100%;
    	margin-bottom: 50px;
	}
  	.about-right .clearfix:nth-child(3) {
    	width: 30%;
	}
}

/* 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,
.video, .pricing-colum.right, .sp-megamenu-parent>li:last-child>a {
 	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,
.title h1, .intro-item i, .intro-item h3, .title h2,.btn:hover, .pricing-item em, .pricing-colum .btn,
.package-title h3, .package-button h2, #sp-bottom1 .shrewd_solution_icon li a, #sp-bottom1 .menu-ft a:hover {
  	color: var(--text-color) !important;
}
.btn {
  	border-color: var(--text-color) !important;
}
