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

/*** Header Area ***/
/* Top Head */
#sp-top-bar, #sp-top-bar a {
    color: #fff;
}
#sp-top-bar {
    background-color: #1e1e21;
}

/* 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: #08602c;
    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;
}
.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {
    text-transform: uppercase;
  	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, .offcanvas-active .burger-icon>span, #modal-menu-toggler.active .burger-icon>span {
  	background: #000;
}
.offcanvas-menu .align-items-center {
    background: #000;
}

/*** Block Styles ***/
/* Button */
a.slider-btn {
  	color: #fff !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    letter-spacing: 1px !important;
    padding: 16px 30px !important;
    border-radius: 3px !important;
    border: 2px solid #fff !important;
    display: inline-block;
    cursor: pointer;
    text-transform: uppercase !important;
    -moz-transition: ease all 0.55s;
    -o-transition: ease all 0.55s;
    -webkit-transition: ease all 0.55s;
    transition: ease all 0.55s;
    line-height: 50px;
    position: relative;
  	margin: 10px !important;
  	background: transparent;
}
.sppb-btn-custom {
   	border-radius: 0px!important;
}

/* Title */
.title h4 {
    font-size: 16px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 500;
}
.title h3 {
    font-size: 30px;
    font-weight:700;
    letter-spacing: 2px;
    text-transform: capitalize;
}

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

/* Feature */
#feature .sppb-col-md-4 {
    padding-right: 0px!important;
    padding-left: 0px!important;
}
#feature .sppb-btn {
    border-radius: 0px!important;
    text-transform: uppercase;
    padding: 10px 20px;
  	background: #000000 !important;
}
.feature-item {
    cursor: pointer;
}
.feature-item h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 50px;
}
.feature-item:hover .sppb-img-container  {
    position: relative;
    top:-10px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

/* Testimonial $ Client */
.client-item {
    border-bottom: 1px solid #ddd;
    border-right:1px solid #ddd; 

}
.client-item-right {
    padding: 20px;
    border-bottom: 1px solid #ddd;
}
.client-item-bottom {
    border-right:1px solid #ddd; 
    padding: 20px;
}
.client-item .sppb-addon-single-image-container {
    padding: 20px;
}
#testimonial .sppb-col-md-2 {
    padding-left: 0px;
    padding-right: 0px;
}
.client-item-left {
    padding: 20px;
}

/* Team */
.team-item .sppb-img-container img {
    width: 60%;
    border-radius: 100%;
    border: 5px solid #ddd;
}
.team-item h6 {
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
}
.team-item ul li {
    display: inline-block;
}
.team-item ul li a {
    color: #333;
    padding: 12px 0;
    display: inline-block;
    width: 100%;
}
.team-item ul li em {
   font-size: 12px;
    width: 26px;
    height: 25px;
    background: #ddd;
    border-radius: 50px;
    line-height: 25px;
    color: #333;
    text-align: center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.team-item ul li strong {
	  display: none;
}
.team-info ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.team-item a.img-email {
    text-align: center;
}
.team-info h3 {
    padding-top: 20px;
    font-size: 19px;
    text-transform: uppercase;
}
.team-item .img-position {
    font-style: italic;
}

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

/* Pricing */
.pricing-content {
    background-color: #29293e;
    color: #fff;
    padding: 30px;
}
.pricing-content ul {
    list-style: none;
    padding: 0px;
    padding-bottom: 20px;
}
.price-money {
  	line-height: 70px;
}
.price-money .money {
    font-size: 30px;
    font-weight: 800;
    color: #0a6edd;
}
.price-option li {
  	line-height: 30px;
}
.pricing-content .order {
    border: 1px solid #00c282;
    padding: 10px 30px;
}
.pricing-single {
   	padding-bottom: 40px;
}
.pricing-content a.order:hover {
  	color: #fff!important;
}

/* 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;
}
body.itemid-101 .sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
  background: none;
  color: #fff;
  font-size: 14px;
  position: relative;
  text-transform: uppercase;
  padding: 11px;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a:after {
	content: "";
	position: absolute;
	bottom: 0;
	height: 6px;
	width: 70px;
	left: 0;
	right: 0;
	margin: 0 auto;
	opacity: 0;
	visibility: hidden;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a {
	background: none;
  color: #fff;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a:after {
	visibility: inherit;
	opacity: 1;
}

/* Contact */
#contact-info .sppb-btn-custom {
    background: none!important;
    background-color: none!important;
}
.contact-us ul {
  	padding-left: 0;
}
.contact-us ul li {
  	list-style: none;
  	margin: 20px 0;
  	font-size: 18px;
  	color: #fff;
}
.contact-us ul li em {
  	margin-right: 10px;
  	color: #555;
}
.creativecontactform_body {
    padding: 5px 15px 10px 0px !important;
}
.contact-us ul li strong {
  	display: none;
}

/* Start */
#start .sppb-btn-custom {
   padding: 10px 30px;
}

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

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

/* Bottom */
#sp-bottom .sp-module .sp-module-title {
    font-weight: 700;
    font-size: 22px;
}
.footer-social-pro {
    margin:0 auto;
    padding:0;
    display:block;
}
.footer-social-pro li {
    margin:0 1px;
    display:inline-block!important;
    list-style:none;
}
#sp-bottom .footer-social-pro li a {
    width: 40px;
    height: 40px;
    color: #ffffff!important;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    line-height: 40px;
    border-radius: 50px;
}
.footer-social-pro li.facebook a {
    background:#496bb4;
}
.footer-social-pro li.facebook a i {
    background:#496bb4;
}
.footer-social-pro li.google a {
    background:#db3623;
}
.footer-social-pro li.google a i {
    background:#db3623;
}
.footer-social-pro li.twitter a {
    background:#009ad2;
}
.footer-social-pro li.twitter a i {
    background:#009ad2;
}
.footer-social-pro li.instagram a {
    background:#d15c8f;
}
.footer-social-pro li.instagram a i {
    background:#d15c8f;
}
.footer-social-pro li.pinterest a {
    background:#c12123;
}
.footer-social-pro li.pinterest a i {
    background:#c12123;
}
.footer-navi {
    margin:0 auto;
    text-align:center;
    padding:0;
    display:block;
}
.footer-navi li {
    padding:0 12px;
    border-right:1px solid #8497a9;
    display:inline-block!important;
    list-style:none;
}
.footer-navi li a {
    color:#708598;
}
.footer-widget-copy p {
    color: #72879a;
    margin:0;
}
.footer-widget-copy p a {
    color: #ff569c;
}
strong {
    display: none;
}
.footer-social-pro em {
  	font-family: 'Font Awesome 5 Brands';	
}

/* Footer Copyright */
#sp-footer {
    text-align: center;
}
#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;
    }
}
/* 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) {
  .slider-small h3 {
    	margin-bottom: 0 !important;
  }
  .slider-big h1 {
    	padding: 0 !important;
  }
}

/* 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, a.slider-btn:hover,
.slider-item .sppb-btn-success, .sp-simpleportfolio .sp-simpleportfolio-filter>ul>li.active>a,
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info:hover,
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay,
#feature .sppb-btn-custom:hover, .sppb-btn-custom, .pricing-content .order:hover {
 	background-color: rgb(32 99 48) !important;
}
.article-list .article .readmore a:hover, .article-list .article .readmore a:active, .article-list .article .article-header h2 a:hover,
#sp-bottom a, .team-item .img-position {
  	color:#fff var(--text-color) !important; 
}
.slider-content, a.slider-btn:hover {
  	border-color: var(--text-color) !important;
}