/*** General CSS ***/
body {
    line-height: 1.9em;
    color: #333;
}

/*** Header Area ***/
/* Header Menu */
body:not(.home) #sp-header.header-sticky {
    position: fixed;    
}
.sp-megamenu-parent > li > a {
    width: 100%;
    position: relative;
}

/* 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: 16px;
}

/*** Block Styles ***/
/* Button */
.btn-design, .slider-item .sppb-btn-success, .btn-primary {
    position: relative;
    display: inline-block;
    width: auto;
    margin: 0;
    font-weight: 400;
    font-family: inherit;
    line-height: 2em;
    letter-spacing: .02em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    border-radius: 5px;
    padding: 12px 25px;
    font-weight: 500;
  	border: none;
}
.btn-design:hover, .slider-item .sppb-btn-success:hover, .btn-primary:hover {
  	background: #222!important;
  	color: #fff;
}
.btn-design.no-bg {
    background: none!important;
    padding-left: 0!important;
    box-shadow: none!important;
}

/* Title */
.sppb-title-heading {
    letter-spacing: 4px;
    text-transform: uppercase;
}

/* Slider */
.slider .sppb-carousel-text {
  	padding-left: 10%;
}
.slider-item h2 {
  	font-weight: 600;
}
.slider-item h4 {
    font-weight: 600;
    font-size: 26px;
    margin: 30px 0;
    color: #000;
  	text-transform: uppercase;
}
.slider-item p {
    font-size: 19px;
}
.slider-item .sppb-btn-success i {
    padding-left: 8px;
}

/* Service */
.service-item {
    box-shadow: rgba(2, 2, 2, 0.06) 0px 0px 50px;
    padding: 80px 50px 60px;
    border-width: 0px;
    border-radius: 5px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    z-index: 1;
    height: 370px;
    transition: all .5s ease-out 0s;
    -webkit-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
     
    position: relative;
    background: #fff;
}
.service .clearfix:first-child .service-item {
    top: -90px;
}
.service .clearfix:last-child .service-item {
    top: -60px;
}
.service .clearfix:hover .service-item {
    transform: rotateY(-360deg);
    -webkit-transform: rotateY(-360deg);
    -o-transform: rotateY(-360deg);
}
.service-item h4 {
    position: relative;
    padding-bottom: 16px;
}
.service-item h4:after {
    content: "";
    background: #000;
    width: 23px;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.service-item:first h4:after {
    background: #fff;
}
.service-item:hover h4:after {
    background: #fff;
}
.service .clearfix:hover .service-item i,
.service .clearfix:hover .service-item h4,
.service .clearfix:hover .service-item .sppb-addon-text {
    color: #fff;
}

/* Portfolio */
.sp-simpleportfolio .sp-simpleportfolio-item:hover .sp-simpleportfolio-overlay {
    opacity: 0.85;
}

/*** About Us ***/
.about-us .sppb-section-title {
    padding-bottom: 30px;
}
.about-us .sppb-title-heading {
    position: relative;
}
.about-us .sppb-title-heading:before {
    position: absolute;
    display: inline-block;
    content: "";
    bottom: -20px;
    left: 0;
    width: 30px;
    height: 3px;
}

/* Contact */
.contact-right .sppb-media-content {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
}
.contact-right a {
    font-size: 25px;
    font-weight: 700;
    color: #ffffff;
}
.contact-right a strong {
    display: none;
}

/* Team */
.line-title .sppb-section-title {
    position: relative;
}
.line-title .sppb-section-title:before {
    position: absolute;
    content: "";
    top: -170px;
    height: 100px;
    width: 3px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.team .sppb-title-heading {
	-webkit-text-stroke-color: #1e3c6f;
}
.team-item .sppb-media-content {
    text-align: center;
    padding: 25px 20px;
    position: absolute;
    left: 25px;
    right: 25px;
    bottom: 15px;
    z-index: 1;
    background: #fff;
    padding: 30px 20px;
    box-shadow: 0px 0px 15px rgba(0,0,0,.1);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.team-item .sppb-img-container {
	position: relative;
}
.team-item .sppb-addon-text {
    max-height: 0;
    opacity: 0;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    overflow: hidden;
}
.team-item:hover .sppb-addon-text {
    max-height: 100px;
    opacity: 1;
}
.team-item img {
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}
.team-item:hover img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.team-item h4 {
	font-size: 26px;
    line-height: 1.15em;
    color: #fff;
    font-weight: 500;
}
.team-item ul {
	padding-left: 0;
    top: 0;
    right: 0;
    z-index: 2;
    left: 0;
    margin: 0 auto;
    display: inline-block;
    text-align: center;
}
.team-item ul li {
	list-style: none;
	display: inline-block;
	text-align: center;
}
.team-item ul li a {
	display: inline-block;
    padding: 13px 16px 10px;
    border-radius: 3px;
    color: #000;
    font-size: 15px;
}
.team-item ul li a.share {
    -webkit-box-shadow: 0 -7px 20px 0 rgba(255,94,20,.5);
    box-shadow: 0 -7px 20px 0 rgba(255,94,20,.5);
}
.team-item ul li strong {
	display: none;
}

/* Offer */
.offer .sppb-row img {
    box-shadow: 25px 0px 60px rgba(0, 0, 0,0.3);
    -moz-box-shadow: 25px 0px 60px rgba(0, 0, 0,0.3);
    -webkit-box-shadow: 25px 0px 60px rgba(0, 0, 0,0.3);
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
}
.offer-left {
    margin-left: -10%;
    width: 110%;
}
.offer-right {
    margin-top: 100px;
    margin-left: -70px;
    z-index: -1;
    width: 110%;
}

/* Testimonial */
.testimonial-images-left {
    width: 40%;
  	float: left;
}
.testimonial-images-right {
    width: 60%;
  	float: left;
}
.testimonial-item em {
    font-size: 80px;
}
.testimonial-item strong {
    display: none;
}
.testimonial-item p {
  	font-size: 18px;
    line-height: 36px;
    font-weight: 500;
  	margin-top: 30px;
  	font-style: italic;
}
.testimonial-images-left img {
  	max-width: 90px;
    float: right;
  	border-radius: 50%;
}
.testimonial-images-right {
  	text-align: left;
    padding-left: 20px;
  	margin-top: 20px;
}
.testimonial-images-right h3 {
    font-size: 21px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
}
.testimonial-images-right h5 {
    font-size: 18px;
    font-weight: 500;
    color: #000;
}
.testimonial-images {
    width: 100%;
    margin-top: 40px;
}

/* Blog */
.mod-articles-category-title:hover {
  	color: #000;
}
.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 */
.contact-info h2, .contact-info h3 {
    font-size: 25px;
    font-weight: 600;
}

/* Footer Copyright */
#sp-footer {
    text-align: center;
}

/*** Responsive Layout ***/
@media (min-width: 1400px) {
.sppb-row-container {
		max-width: 1320px;
	}
}
/* Tablet Landscape Layout */
@media (min-width: 980px) and (max-width: 1199px) {
	.service .clearfix:first-child .service-item, .service .clearfix:last-child .service-item {
    	top: 0px;
    	margin-top: 30px;
	}
}

/* Tablet Portrait Layout */
@media (min-width: 768px) and (max-width: 979px) {
	#sp-header, #sp-header .logo {
        height: 70px;
    }
  	.slider-item h2 {
        font-size: 16px !important;
	}
  	.service .clearfix:first-child .service-item, .service .clearfix:last-child .service-item {
    	top: 0px;
    	margin-top: 30px;
	}
  	.slider-item h4 {
        font-size: 15px;
        margin: 15px 0;
	}
}

/* Mobile Standard Layout */
@media (max-width: 768px) {
	.slider-item h2 {
        font-size: 16px !important;
	}
  	.slider-item .sppb-btn-success {
      	font-size: 10px;
      	padding: 5px 15px;
  	}
  	.slider .sppb-carousel-text {
    	padding-left: 0;
	}
  	#sp-header, #sp-header .logo {
        height: 70px;
    }
  	.service .clearfix:first-child .service-item, .service .clearfix:last-child .service-item {
    	top: 0px;
    	margin-top: 30px;
	}
  	.slider-item h4 {
        font-size: 15px;
        margin: 15px 0;
	}
}

/* Mobile Small Resolution */
@media (max-width: 480px) {
	.slider-item p {
        display: none;
	}
  	.slider-item h2 {
    	font-size: 13px !important;
	}
  	.slider-item h4 {
        font-size: 12px;
        margin: 0 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;
}
.btn-design, .slider-item .sppb-btn-success, .sp-simpleportfolio .sp-simpleportfolio-filter>ul>li.active>a,
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info:hover, .service-item.first, .service .clearfix:hover .service-item,
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay,
.about-us .sppb-title-heading:before, .line-title .sppb-section-title:before, .offer-right {
 	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,
.slider-item p, .btn-design.no-bg, .about-item i,  .team-item h5, .testimonial-item p,
.counter-item h3, .tabs .sppb-nav-tabs>li.active>a, #sp-bottom a, #sp-footer a, .offcanvas-menu .offcanvas-inner ul.menu>li.active a {
  	color: var(--text-color) !important;
}
.tabs .sppb-tab-content, .tabs .sppb-nav-tabs>li.active>a {
  	border-color:var(--text-color)!important;
}