/*** General CSS ***/
body {
    line-height: 1.9em;
    color: #333;
}
a:hover, a:focus, a:active {
    color: #000;
}

/*** Header Area ***/
/* Header Top */
#sp-top-bar {
    position: relative;
    z-index: 9999;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
  	color: #fff;
}
#sp-top-bar a {
  	color: #fff;
}

/* Header Menu */
#sp-header {
    top: 0px;
  	padding: 0px;
    height: inherit;
    background: #fff;
  	box-shadow: none;
}
#sp-header.header-sticky {
    position: fixed;
    top: 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;
}

/* 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 */
.btn {
  	font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.8px;
    color: #333;
    border-radius: 5px;
    text-transform: uppercase;
    box-shadow: 0px 0px 5px 0px rgb(255 255 255 / 40%);
    padding: 15px 35px;
    border: 1px solid #ccc;
}
.btn:hover {
  	color: #fff;
}
.slider-btn a:hover {
    background: #222 !important;
}
.btn.white {
    background: #fff;
}

/* Title */
.title {
	margin-bottom: 45px;
}
.title.center {
	text-align: center;
}
.title h4 {
	position: relative;
    font-weight: 400;
    display: inline;
}
.title h4:before,
.title h4:after {
    content: "";
    width: 5px;
    height: 15px;
    display: inline-block;
    background: currentColor;
    margin-bottom: -1px;
    margin-right: 8px;
}
.title h4:after {
	margin-right: 0;
	margin-left: 8px;
}
.title h3 {
    position: relative;
    color: #283848;
    display: block;
    margin: 7px 0 0;
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    text-transform: none;
    z-index: 1;
}
.title-contact h3{
    color: #fff!important;
}
.title p {
	max-width: 900px;
	margin: 0 auto;
	margin-top: 22px;
}
.title-left h3 {
    font-size: 48px;
    font-weight: 400;
    color: #425161;
    position: relative;
    padding-bottom: 10px;
}
.sppb-divider {
    width: 10%;
}

/* Slider */
a.slider-btn {
  	color: #fff !important;
  	font-size: 20px !important;
  	font-weight: 600 !important;
  	letter-spacing: 2px !important;
  	padding: 12px 45px !important;
  	border-radius: 3px !important;
  	border: 2px solid !important;
  	display: inline-block;
  	cursor: pointer;
  	text-transform: capitalize !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;
}
a.slider-btn.right:hover {
  	background: #333 !important;
}
a.slider-btn.right {
  	margin-left: 20px !important;
}
a.slider-btn.right:hover {
  	color: #fff !important;
}

/* Feature */
.feature-item h3 {
    color: #37484e;
    font-size: 22px;
    line-height: 40px;
    font-weight: 400;
}

/* Service */
.service-item .sppb-icon-container {
    float: left;
}
.service-item .sppb-media-body {
    padding-left: 15px;
}
.service-item h3.sppb-addon-title {
    font-size: 22px;
    font-weight: 500!important;
}

/* Pricing */
.pricing {
    background:#ffffff;
    border:1px solid #f4f5f7;
    text-align:center;
    margin-bottom:40px;
    padding:10px;
    box-shadow:0px 0px 5px 0px rgba(29,42,55,0.1);
    -webkit-box-shadow:0px 0px 5px 0px rgba(29,42,55,0.1);
    -moz-box-shadow:0px 0px 5px 0px rgba(29,42,55,0.1);
}
.pricing a,
.pricing a:hover{
  color: #fff;
}
.prc-header {
    padding: 15px 0;
}
.prc-header h3 {
    font-size:25px;
    color:#3b4b5a;
    font-weight: 600;
}
.active .prc-header h3{
    color:#ff569c;
}
.prc-price {
    border: 3px solid #f4f5f6;
    text-align: center;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    position:relative;
}
.prc-price h2 {
    position: absolute;
    top: 15px;
    left:35%;
    font-size:55px;
    color: #3b4b5a;
    opacity: 0.1;
}
.prc-price h3 {
    margin-top:27px;
    color: #485a6d;
    font-size: 38px;
    margin-bottom:5px;
}
.prc-price p {
    color: #485a6d;
    text-transform:uppercase;
    font-size:15px;
    margin-bottom: 2px;
}
.pricing ul {
    margin: 30px 0 0 0;
    padding: 0;
}
.pricing ul li {
    list-style: none;
    text-align: center;
    color: #778898;
    line-height: 2;
    padding: 7px 0;
}
button.btn.select-plan {
    padding: 12px 25px;
    color: #ffffff;
    text-transform: uppercase;
    margin: 20px 0;
    background: #1d2a37;
}
.active button.btn.select-plan:hover {
   background: #1d2a37!important;
}
.active button.btn.select-plan {
    background:#ff569c;
}
.button-pricing .sppb-btn-custom {
    color:#fff!important;
    font-size: 25px;
    font-weight: 700;
	position: relative;
    padding: 15px 30px;
    border: 2px solid #fff;
    letter-spacing: 3px;
	text-shadow: none!important;
}
.button-pricing .sppb-btn-custom a {
  	color:#fff!important;
}
.button-pricing .sppb-btn-custom:hover {
    background-color:#333!important;
}

/* Video */
.video-content .sppb-icon-inner {
    width: 90px;
    height: 90px;
    background: #ffffff;
    border-radius: 50px;
}

/* Team */
.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;
	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: 84px;
	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;
}

/* Testimonial */
.testimonial {
	position: relative;
	z-index: 1;
}

/* Client */
.client .sppb-row-container {
	border-top: 1px solid #ddd;
}

/* 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 */
.footer-social-pro {
    margin:0 auto;
    text-align:center;
    padding:0;
    display:block;
}
.footer-social-pro li {
    margin:0 10px;
    display:inline-block!important;
    list-style:none;
}
.footer-social-pro li em {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background: rgba(0, 0, 0, 0.18);
    line-height: 40px;
    color: #ffffff;
    font-size: 16px;
    box-shadow: 10px 10px 10px 10px rgba(43,60,76,0.5)!important;
}
.footer-social-pro li a {
    width: 52px;
    height: 52px;
    display: inline-block;
    line-height: 52px;
    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-social-pro li strong {
  	display: none;
}

/* Footer Copyright */
#sp-footer {
    text-align: center;
    display: inline-block;
    width: 100%;
}
#sp-footer .container-inner {
    border-top: 1px solid rgba(255, 255, 255, .1);
}
#sp-footer1 {
  padding-top: 5px;
}

/*** 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;
	}
  	#sp-header {
    	top: 0px;
	}
  	.jm-category-module.default .jmm-rows.rows-3 > div > .jmm-item {
    	width: 98%;
    	margin: 20px 1%;
	}
}

/* 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,
.active button.btn.select-plan, button.btn.select-plan:hover, .button-pricing .sppb-btn-custom, a.slider-btn.right, a.slider-btn.left:hover {
 	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,
button.btn.btn-primary.validate:hover, .feature-item .sppb-icon-container > i, .service-item .sppb-icon i,
.title h3 span, .active .prc-header h3 {
  	color: var(--text-color) !important; 
}
.sppb-divider, a.slider-btn {
  	border-color: var(--text-color) !important;
}
