/*** General CSS ***/
body {
    line-height: 1.9em;
    color: #333;
}
a:hover, a:focus, a:active {
    color: #00b0bf;
}

/*** Header Area ***/
/* Header Top */
#sp-top-bar {
    position: relative;
    z-index: 9999;
    background-color: #0a2722;
  	color: #AAAAAA;
}

/* Header Menu */
#sp-header {
    top: 0;
    height: inherit;
    background: #fff;
}
#sp-header.header-sticky {
    position: fixed;
    top: 0;
    padding: 0;
  	background: #fff;
  	box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
}
body:not(.home) #sp-header {
    background: #fff;
    position: static;
}
body:not(.home) #sp-header.header-sticky {
    position: fixed;    
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a {
    color: #252525;
  	font-size: 14px !important;
    font-weight: 400 !important;
    padding: 10px 0;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    text-transform: uppercase;
    position: relative;
    color: #000;
}
.sp-megamenu-parent>li.active>a {
    font-weight: 600;
}
.sp-megamenu-parent > li {
    border-right: 1px solid #ddd;
}
.sp-megamenu-parent>li:last-child>a {
    padding: 0px 15px 0px 15px;
}

/* 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 ***/
/* Title */
.title h4 {
    position: relative;
    display: block;
    color: #8bc43f;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    text-transform: capitalize;
}
.title h3 {
    position: relative;
    display: block;
    margin: 10px 0 0;
    color: #303030;
    margin-bottom: 12px;
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    text-transform: none;
}

/* About */
.about {
	 position: relative;
}
.about-img .sppb-addon-single-image-container,
.about-img .sppb-addon-single-image-container img {
	 width: 100%;
}
.about-bottom-item .sppb-icon-container {
    position: relative;
    display: block;
    width: 85px;
    height: 85px;
    background: #ffffff;
    margin: -42px auto 0;
    border-radius: 50%;
    border: 1px solid #8bc43f;
}
.about-bottom-item .sppb-icon-container i {
    font-size: 30px;
    line-height: 80px;
}
#about-bottom .sppb-row-container {
	position: relative;
	margin-bottom:-150px;
}
#about-bottom  {
	z-index: 2!important;
}
#service {
	z-index: 1!important;
	position: relative;
}
.about-bottom .sppb-col-md-6,
.about-bottom .sppb-col-md-3 {
    padding: 0px!important;
}
.about-bottom-item h3 {
    font-size: 25px;
    font-weight: 700;
    margin-top: 50px;
}
.about-bottom-item .sppb-addon-text {
    margin-bottom: 30px;
}
#about-bottom .sppb-icon-hover-effect-zoom-in .sppb-icon-inner {
    margin-top: -45px;
    border: 1px solid #000;
}
.about-bottom-center .sppb-icon-inner {
    background-color: #ffffff!important;
    border-radius: 50px;
    margin-top: -90px;
    height: 90px;
    width: 90px;
    border: 1px solid #000;
}

/* Service */
#service .sppb-row-container {
    position: relative;
    display: block;
}
#service .sppb-row-container:before {
    position: absolute;
    top: -50px;
    left: -50px;
    right: -50px;
    bottom: -88px;
    background: #ffffff;
    content: "";
    z-index: -1;
    border-radius: 0 0px 50px 50px;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(246,246,246,1);
    -moz-box-shadow: 0px 3px 10px 0px rgba(246,246,246,1);
    box-shadow: 0px 3px 10px 0px rgba(246,246,246,1);
}
#service .sppb-col-md-12 {
    padding-left: 0px;
    padding-right: 0px;
}
.service-sub {
    position: relative;
    padding-top: 40px;
    cursor: pointer;
    display: block;
}
.service-item strong {
    display: none;
}
.service-item::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -100%;
    width: 100%;
    height: 55%;
    background: rgba(7, 33, 29, 0.85);
    opacity: 1;
    content: "";
    transition: all 700ms ease;
    transition-delay: 0.2s;
    z-index: 2;
}
.service-item {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}
.service-sub:hover .lt-service-item::after{
    right: 0%; 
}
.service-item img {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    transition: .5s ease;
}
.service-item h3 {
    font-size: 20px;
}
.service-sub:hover .icon-holder {
    left: -100%;    
}
.icon-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 55%;
    transition: all 700ms ease;
    transition-delay: 0.5s;
    z-index: 3;
    background: rgb(136,196,66);
    background: -moz-linear-gradient(top, rgba(136,196,66,1) 0%, rgba(51,182,160,1) 100%);
    background: -webkit-linear-gradient(top, rgba(136,196,66,1) 0%,rgba(51,182,160,1) 100%);
    background: linear-gradient(to bottom, rgba(136,196,66,1) 0%,rgba(51,182,160,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#88c442', endColorstr='#33b6a0',GradientType=0 );
}
.icon-holder em {
    font-size: 20px;
    color: #fff;
}
.inner-content {
    display: table;
    width: 100%;
    height: 100%;
}
.inner-content .box {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.icon-holder span:before {
    font-size: 55px;
    line-height: 55px;
    color: #ffffff;
}
.service-sub a.sppb-btn-custom  {
    position:relative;
    padding: 15px 30px;
    margin: 0 auto;
    margin-top:-130px;
    z-index:9999;
    border-radius: 30px;
    border: 1px solid #eeeeee;
    color: #303030;
    font-weight: 500;
    background: #ffffff;
    text-transform: capitalize;
    font-family: 'Rubik', sans-serif;
    transition: all 700ms ease;
    transition-delay: 0.6s;
    opacity: 0;
}
.service-sub:hover  a.sppb-btn-custom {
    top: -1px;
    opacity: 1;
    transition: all 700ms ease;
    transition-delay: 0.5s;
}
.item-content {
    position: relative;
    display: block;
    text-align: center;
    border: 1px solid #eeeeee;
    background: #ffffff;
    padding: 35px 30px 25px;
    border-radius: 0 0px 15px 15px;
}
.service-sub .sppb-icon-inner {
    position: relative;
    z-index: 9999;
    border: 1px solid #ddd;
    top: -28px;
    background-color: #ffffff;
    background: #ffffff;
    border-radius: 50px!important;
}

/* Team */
#team {
	z-index:2!important;
}

/* Skill */
.skills {
    border-radius: 50px;
    text-align: right;
    color: #000;
    position: relative;
    top: 0px;
    font-size: 10px;
    font-weight: bold;
}
#at-skill .sppb-text-center .sppb-img-responsive {
    border-radius: 5px;
}
.skills,
.skills .skill,
.skills .skill .skill-title,
.skills .skill .skill-bar {
   width: 100%;
   float: left;
}
.skills .skill {
   margin-bottom: 40px;
}
.skills .skill .skill-title {
   color: #333;
   letter-spacing: 3px;
   margin-bottom: 10px;
   font-weight: 600;
   font-size: 12px;
   text-align: left;
}
.skills .skill .skill-bar {
   width: 0;
   border-radius: 5px;
   height: 6px;
   background: #dddddd;
   transition: 1s cubic-bezier(1, 0, .5, 1);
   -webkit-transition: 1s cubic-bezier(1, 0, .5, 1);
   -ms-transition: 1s cubic-bezier(1, 0, .5, 1);
}
.skills.active .skill .skill-bar {
   width: 100%;
}
.skills .skill .skill-bar span {
    float: left;
    width: 0%;
    border-radius: 6px;
    background: #35b69e;
    background: -moz-linear-gradient(left, #35b69e 0%, #8BC43F 100%, #C59237 100%);
    background: -webkit-linear-gradient(left, #35b69e 0%, #8BC43F 100%, #C59237 100%);
    background: linear-gradient(to right, #35b69e 0%, #8BC43F 100%, #C59237 100%);
    height: 6px;
    position: relative;
    transition: 1s cubic-bezier(1, 0, .5, 1);
    -webkit-transition: 1s cubic-bezier(1, 0, .5, 1);
    -ms-transition: 1s cubic-bezier(1, 0, .5, 1);
}
.skills .skill .skill-bar span b {
   float: left;
   width: 100%;
   position: relative;
   text-align: right;
   opacity: 0;
   font-size: 14px;
   color: #333;
   font-weight: 600;
   top: -23px;
}
#at-skill .sppb-addon-single-image-container::before {
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255,255,255,.2);
    border-radius: 0%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}
#at-skill .sppb-addon-single-image-container:hover::before {
  cursor: pointer;
  -webkit-animation: circle .65s;
  animation: circle .65s;
}
@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 100%;
    height: 100%;
    opacity: 0;
  }
}
@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 100%;
    height: 100%;
    opacity: 0;
  }
}
#team .sppb-nav-modern-content {
    margin-top: 0;
    border: 2px solid #0fa89d;
    background: #fff;
    padding: 0px!important;
    border-radius: 0px;
}
#team .sppb-btn-custom {
    border: 1px solid #ddd;
    border-radius: 50px;
    padding: 15px 30px;
}
#team .sppb-btn-custom:hover {
    background: #35b69e;
    background: -moz-linear-gradient(left, #35b69e 0%, #8BC43F 100%, #C59237 100%);
    background: -webkit-linear-gradient(left, #35b69e 0%, #8BC43F 100%, #C59237 100%);
    background: linear-gradient(to right, #35b69e 0%, #8BC43F 100%, #C59237 100%);
}
.team h6 {
    position: relative;
    display: block;
    color: #8bc43f;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    text-transform: capitalize;
}
#team .lt-title h4 {
    color: #8bc43f!important;
}

.team-item .sppb-img-container,
.team-item .sppb-img-container img {
    width: 100%;
}
.team-item h6 {
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
}
.team-item ul {
    padding: 0;
    position: absolute;
    width: 47%;
    float: right;
    transition: -90px;
    background: #35b69e;
    background: -moz-linear-gradient(left, #35b69e 0%, #8BC43F 100%, #C59237 100%);
    background: -webkit-linear-gradient(left, #35b69e 0%, #8BC43F 100%, #C59237 100%);
    background: linear-gradient(to right, #35b69e 0%, #8BC43F 100%, #C59237 100%);
    border-radius: 50px;
    bottom: 189px;
    right: -126px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(-15deg);
}
.team-item ul li {
	list-style: none;
    width: 24.33%;
    text-align: center;
    float: left;
    position: relative;
    z-index: 1;
}
.team-item ul li:before {
	content: "";
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
}
.team-item ul li:nth-child(2):before {
	background: rgba(0,0,0,.1);
}
.team-item ul li:nth-child(3):before {
	background: rgba(0,0,0,.2);
}
.team-item ul li a {
	padding: 20px 0;
    display: inline-block;
    width: 100%;
}
.team-item ul li em {
	font-size: 24px;
	color: #fff;
	-webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.team-item ul li a:hover em {
	color: #000;
}
.team-item ul li strong {
	display: none;
}

/*** Portfolio ***/
#portfolio .sppb-row > div:first-child {
	padding: 0;
}
.portfolio p {
	color: #fff;
}
.portfolio-top {
	padding: 40px;
}
.portfolio-top p {
	color: #000;
}
.portfolio-top ul {
	padding-left: 0;
}
.portfolio-top ul li {
	list-style: none;
}
.portfolio-top ul li:before {
	content: "\f101";
	font-family: FontAwesome;
	margin-right: 10px;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
	background: none;
	color: #b0b0b0;
    font-size: 15px;
    position: relative;
    padding: 11px;
    border: 1px solid #ddd;
    border-radius: 50px;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a {
	background: none;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a:after {
	visibility: inherit;
	opacity: 1;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li:hover > a,
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a {
   color:#000!important;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info {
    background: #ececec!important;
}

/* Customer */
.testimonial {
	position: relative;
	z-index: 1;
}
.testimonial:before {
	content: "";
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 60%;
	position: absolute;
	z-index: -1;
}

/* customer */
#customer .sppb-addon-testimonial-footer img.sppb-avatar-circle {
    width: 20%;
    border-radius: 100%;
    background-color: white;
    text-align: center;
    display: block;
    z-index: 9999;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#customer strong {
   font-size:16px;
   color: #303030;;
}
#customer .sppb-addon-testimonial-footer img {
    display: block;
    left: 0;
    right: 0;
    margin: auto;
}
#customer .sppb-addon-testimonial-client {
    text-align: center;
}

#customer .fa-quote-left {
    background-color: #ffffff;
    padding: 20px;
}
#customer .sppb-addon-testimonial-review {
    background-color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 50px;
}
#customer .sppb-addon-testimonial .fa-quote-left {
    display: block;
    font-size: 30px;
    color: #edeef2;
    margin-bottom: 0px; 
}
#customer .sppb-addon-testimonial-footer {
    margin-top: -40px;
    display: block;
    font-size: 90%;
}
.customer-sub .sppb-addon-testimonial-review:before {
    position: absolute;
    left: 115px;
    bottom: 100px;
    right: 115px;
    height: 2px;
    z-index: -1;
    background: #2fad99;
    content: "";
    transition: all 500ms ease;
}
.customer-sub:hover .sppb-addon-testimonial-review:before {
    left: 0;
    right: 0;
}
body.itemid-197 .customer-sub .sppb-addon-testimonial-review:before,
body.itemid-180 .customer-sub .sppb-addon-testimonial-review:before {
    bottom: 70px;
}

/* Subscribe */
.acym_form {
  	width: 100% !important;
}
.subscribe-content .acym_form .acyfield_text input {
    padding: 15px 120px!important;
    border-radius: 50px!important;
}
.subscribe-content .btn-primary {
    padding: 14px 30px!important;
    border-color: #fff;
    border-radius: 50px;
    margin-top: 15px;
}

/* Contact */
#contact-info {
    bottom:-90px;
}
.contact-info-item .sppb-icon-container {
    float: left;
}
.contact-info-sub-right {
    position: relative;
    background: #8bc43f;
    padding: 37px 50px 32px;
    padding-right: 20px;
    z-index: 1;
}
.contact-info-item a {
    color: #000!important;
}

/* Blog */
.jmm-item .jmm-image.mod-article-image {
  	overflow: hidden;
}
.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%);
}

/* Contact Info */
.contact-info h2, .contact-info h3 {
    font-size: 25px;
}

/* Bottom */
body.home #sp-bottom {
    padding-top: 150px;
}
#sp-bottom .sp-module .sp-module-title {
    font-weight: 700;
    font-size: 25px;
}
#sp-bottom {
    padding: 60px 0 30px;
}
#sp-bottom3 .float-right {
    float: right!important;
}

/* Footer Copyright */
#sp-footer {
    text-align: center;
}
#sp-footer {
    display: inline-block;
    width: 100%;
}
#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;
        background: #fff;
	}
}

/* Mobile Small Resolution */
@media (max-width: 480px) {
  	.event-tag .sppb-tab-content ul li {
    	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, .btn, .sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a,
.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, 
.feature-sub-2, .service-sub:hover a.sppb-btn-custom, .contact-info-sub-left {
 	background-color: var(--background-color) !important;
}
a.slider-btn,
.article-list .article .readmore a:hover, .article-list .article .readmore a:active, .article-list .article .article-header h2 a:hover,
#sp-bottom a, .title h4, .contact-item-page .sppb-icon-container i {
  	color: var(--text-color) !important; 
}
.about-bottom-center .sppb-icon-inner {
  	border-color: var(--text-color) !important;
}
.service-column .clearfix {
    border-top-color: var(--text-color) !important;
}