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

/*** Header Area ***/
/* Header Top */
#sp-top-bar {
    position: relative;
    z-index: 9999;
    color: #000;
    background: transparent;
}
#sp-top-bar a {
  	color: #000;
}
#sp-top-bar > .container {
    padding: 10px 0px;
}

/* Header Menu */
#sp-header {
    top: 0px;
    padding: 0px;
    height: inherit;
    background: transparent;
    box-shadow: none;
}
#sp-header > .container {
  	max-width: 100%;
  	padding-left: 3%;
  	padding-right: 3%;	
}
body.home .sp-megamenu-wrapper {
    display: none !important;
}
#sp-header.header-sticky {
    position: fixed;
    top: 0;
  	background: #24272e;
  	box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
}
body:not(.home) #sp-header {
    background: #333;
    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: #fff;
}
.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: #fff;
}
.offcanvas-menu > .align-items-center {
    background: #24272e;
}
.offcanvas-active .burger-icon>span, #modal-menu-toggler.active .burger-icon>span {
    background-color: #fff;
}

/*** Block Styles ***/
/* Button */
.btn {
    padding: 22px 35px;
    color: #fff;
    font-size: 19px;
    border: none;
    border-radius: 0;
}
.btn:hover {
    color: #000;
    background: #fff !important;
}

/* Feature */
.feature-right .sppb-addon-single-image-container {
    position: relative;
    z-index: 1;
    padding-right: 30px
}
.feature-right .sppb-addon-single-image-container:before {
    border: 11px solid #ffdb60;
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: -1;
    border-width: 15px;
    right: 0px;
    top: -30px;
}

/* Industry */
.industry-item .sppb-media-content {
    background-color: #1d1f25;
    padding: 40px 30px;
}
.industry-item h3 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
}

/* Testimonial */
.sppb-carousel-inner>.sppb-item {
    padding-bottom: 80px;
}
.testimonial-name {
    font-size: 20px;
}
.testimonial img {
    display: inline-block;
    height: 60px!important;
}
.testimonial p {
    margin: 0;
    font-size: 20px;
}

/* Team */
.team-item {
    background: #000;
}
.team-item .sppb-media-content {
    padding: 80px 0;
}
.team-item strong {
    display: none;
}
.team-item a {
    margin: 0 7px;
    font-size: 17px;
}

/* Get */
.get-title strong {
    color: #fff;
}
.get-colum .clearfix:first-child {
    width: 100%;
}
.get-colum .clearfix {
    width: 30%;
    float: left;
    margin-right: 3% !important;
}
.client-item img {
    opacity: 0.7;
}
.client-item img:hover {
    opacity: 1;
}
.client-item {
    border: 1px solid #bfa447!important;
    background: #ffc706;
}

/* 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%);
}
.jm-category-module.default .jmm-intortext {
    color: #fff;
}

/* Contact Info */
.contact-info h2, .contact-info h3 {
    font-size: 25px;
}
button.btn.btn-primary.validate {
    color: #fff !important;
    padding: 13px 20px;
}

/* Bottom */
#sp-bottom1 p {
    line-height: 30px;
}
#sp-bottom .sp-module .sp-module-title {
    font-size: 24px;
    font-weight: 500;
}

/* Footer Copyright */
#sp-footer {
    text-align: center;
}
#sp-footer {
    display: inline-block;
    width: 100%;
}
#sp-footer .container-inner {
    border-top: 1px solid rgba(0, 0, 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;
	}
  	#sp-header {
    	top: 0px;
	}
}

/* Mobile Small Resolution */
@media (max-width: 480px) {
  	.team-item .pull-left, .team-item .pull-right, .team-item .sppb-media-body {
        width: 100% !important;
        margin: 0 !important;
        padding: 10px;
	}
  	.team-item img {
    	width:  100% !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, .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, .btn, .industry,
.get, .our-client  {
 	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,
#sp-bottom a, .slider-title h2, .title h2, .industry-item h4, .team-item h3 {
  	color: var(--text-color) !important; 
}
.team-item:hover img, .team-item .social-links a, .testimonial-item img, .btn-price {
  	border-color: var(--text-color) !important;
}
