/*** General CSS ***/
body {
    line-height: 1.9em;
}

/*** Header Area ***/
/* Header Top */
#sp-top-bar {
    position: relative;
    z-index: 9999;
}

/* Header Menu */
#sp-header {
    top: 0px;
    padding: 0px;
    height: inherit;
    box-shadow: none;
}
#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;
}

/* 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 */
.sppb-btn,.btn,
.creativecontactform_send   {
	cursor: pointer;
	border-radius: 2px;
	color: #f1f1f1;
	display: inline-block;
	font-size: 20px;
	font-weight: 700;
	border: none;
	padding: 15px 30px;
	position: relative;
	z-index: 1;
}
.btn-primary:hover {
  background-color:none!important;
  background:none!important;
  border:none!important;
  border-color:none!important;
}
.sppb-btn:hover,
.btn:hover,
.creativecontactform_send:hover {
	text-decoration: none;
	color: #f1f1f1;
}
.sppb-btn:before,
.btn:before,
.creativecontactform_send:before {
	content: "";
	height: 0;
	bottom: 0;
	position: absolute;
	left: 0;
	background: #333;
	border: none;
	width: 100%;
	z-index: -1;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	border-radius: 2px;
}
.sppb-btn:hover:before,
.btn:hover:before,
.creativecontactform_send:hover:before {
	height: 100%;
	border: none;
}
.sppb-divider {
  	border-bottom-color: #3cc951;
}
.btn-primary.focus, .btn-primary:focus,
.sppb-btn:focus {
 	box-shadow: none!important;
  	color:none!important;
}

/* Slider */
.slider-color span {
	color: #fff;
}
.slider-color i {
    border-radius: 50%;
    color: #242525;
    font-size: 48px;
    font-weight: 400;
    height: 62px;
    line-height: 64px;
    margin-left: 30px;
    overflow: hidden;
    padding: 1px 0 0 9px;
    text-align: center;
    width: 62px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.slider .tp-caption a {
	padding: 10px 40px;
	border-radius: 0px;
}

/* Feature */
.feature .sppb-row-container {
	position: relative;
}
.feature .sppb-row-container .sppb-row {
	position: absolute;
	top: -99px;
	left: 0;
	right: 0;
	width: 100%;
}
.feature-item {
	cursor: pointer;
    background: #262626;
    padding: 30px 15px;
    transition: all 0.3s ease;
    border-left-width: 1px;
    border-left-color: rgba(255, 255, 255, 0.3);
}
.feature-item:hover {
	background-color:#23cf5f;
}
.feature-item-center {
    background-color:#23cf5f;
    padding: 30px 15px;
    transition: all 0.3s ease;
}
#feature h3.sppb-addon-title {
	color: #ffffff;
    font-weight: 800;
    font-size: 22px;
    line-height: 34px;
}
#feature .sppb-col-md-4 {
	padding-left: 0px;
	padding-right: 0px;
}

/* About */
.title h3 {
	font-size: 30px;
	font-weight: 700;
}
.about {
	position: relative;
}
.about .sppb-row > div:first-child {
	padding: 0;
}
.about-img .sppb-addon-single-image-container,
.about-img .sppb-addon-single-image-container img {
	width: 100%;
}
.about-left-item {
	cursor: pointer;
}
.about-left-item .sppb-icon i {
	font-size: 30px;
	line-height: 70px;
    height: 70px;
    width: 70px;
    text-align: center;
    border-radius: 50%;
    border: 3px solid #262626;
    transition: all 0.3s ease;
    animation-play-state: paused;
}
.about-left-item h3 {
	font-size: 20px;
	font-weight: 700;
	color: #262626;
}
.about-left-item:hover .sppb-icon i {
	color:#ff7701;
	border: 3px solid #ff7701;
	-webkit-animation-duration: .7s;
	animation-duration: .7s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-play-state: running;
	animation-iteration-count: infinite;
}

/* Service */
.sppb-divider {
	width: 100px;
	left: 0;
	right: 0;
	text-align: center;
	margin: auto;
	display: inherit;
}
.service-item {
	cursor: pointer;
}
.service-item h3.sppb-addon-title {
	font-size: 20px;
    font-weight: 700;
    color: #262626;
    transition: all 0.3s ease;
    margin-bottom: 10px;
    display: inline-block;
}
.service-item:hover h3.sppb-addon-title {
	color:#3cc951;	
}
.service-item img {
    max-height: 64px;
    max-width: 64px;
    margin-right: 25px;
    object-fit: cover;
    transition: transform .3s ease-in-out;
}
.service-item:hover img {
	transform: rotateY(-180deg);
}

/* Planing */
.planing-item,
.planing-item-2,
.planing-item-4 {
	padding: 50px 40px;
}
.planing-item h3,
.planing-item-2 h3,
.planing-item-4 h3 {
	font-size: 25px;
    font-weight: 700;
    color: #f1f1f1;
}
#planing .sppb-col-md-3 {
	padding-left: 0px;
	padding-right: 0px;
}

/* Portfolio */
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
    background: #fff;
    color: #000000;
    font-size: 21px;
    position: relative;
    padding: 11px;
}

/* Testimonial */
h4.testimonial-job {
    font-size: 18px;
    font-weight: 400;
}
.testimonial-item .testimonial-name {
    font-weight: 600;
    margin-top: 30px;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.testimonial-item img {
    margin: 0 auto;
  	border-radius: 50%;
}
.testimonial-item p {
    line-height: 35px;
    font-style: italic;
    font-size: 24px;
}

/* Team */
.team-item .sppb-img-container,
.team-item .sppb-img-container img {
	width: 100%;
}
.border-team {
	float: left;
	text-align: left;
	margin-right: inherit!important;
	margin-left: inherit!important;
}
.team-item img {
	max-width: auto;
    max-height: auto;
    clear: both;
    overflow: hidden;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.team-item  {
	cursor: pointer;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
	transition: .5s ease-in-out;
}
.team-item h6 {
	color:#3cc951; 
}
.team-item:hover img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.team-item h6 {
	font-size: 18px;
	font-weight: 500;
	text-transform: capitalize;
}
.team-item ul {
	padding: 0;
	position: absolute;
	bottom: 94px;
	width: 100%;
	left: 0;
	right: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.team-item:hover ul {
	bottom: 113px;
	opacity: 1;
	visibility: inherit;
}
.team-item ul li {
	list-style: none;
    width: 33.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;
}

/* Download */
.download-content h1 {
	font-size: 60px;
    font-weight: 700;
    line-height: 132px;
}
.download-content h4 {
	font-size: 25px;
}

/* Testimonial */
.testimonial {
	position: relative;
	z-index: 1;
}
.testimonial:before {
	content: "";
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 60%;
	position: absolute;
	z-index: -1;
}
#testimonial .tp-caption img {
	border-radius: 100%;
}
.tp-caption.modern_small_text_dark, 
.modern_small_text_dark {
	color:#3cc951; 
}

/* 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;
}
button.btn.btn-primary.validate {
    color: #fff !important;
    padding: 13px 20px;
}

/* Bottom */
#sp-bottom .sp-module .sp-module-title {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}
#sp-bottom .sp-module-content .latestnews>li>a>span {
  	color: #fff;
}

/* 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, .1)
}

/*** Responsive Layout ***/
/* Tablet Landscape Layout */
@media (min-width: 1400px) {
    .sppb-row-container {
      	max-width: 1320px;
    }
}
@media (max-width: 990px) {
  	.feature .sppb-row-container .sppb-row {
        position: relative;
        top: 40px;
	}
}
/* 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;
	}
  	.download-content h1 {
        font-size: 45px;
        line-height: 55px;
	}
}

/* Mobile Small Resolution */
@media (max-width: 480px) {
  	.category .sppb-column-addons .clearfix:nth-child(n+2) {
    	width: 100%;
    	margin-right: 0;
	}
}

/* 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, 
.sp-megamenu-parent > li .sp-menu-badge, .sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a,
.planing-sub .sppb-column-overlay, .sppb-btn {
 	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,
.blog h3, .pricing-table .price, .feature-item:hover i, .expectation-item .count, .feature-life-item.icon1 i,
#design .sppb-icon .sppb-icon-container, .jm-category-module.default .jmm-text .jmm-title, h4.testimonial-job {
  	color: white !important; 
}
.border-g, .border-team {
  	border-color: var(--text-color) !important;
}
.feature-item {
    cursor: pointer;
    background: #20D2FF;
    padding: 30px 15px;
    transition: all 0.3s ease;
    border-left-width: 1px;
    border-left-color: rgba(255, 255, 255, 0.3);
}
.feature-item:hover {
    background-color: #ff7701;
}
style attribute {
    --background-color: #ffffff;
    --text-color: #ffffff;
}
.feature-item-center {
    background-color: #ff7701;
    padding: 30px 15px;
    transition: all 0.3s ease;
}