/*** General CSS ***/
body {
    line-height: 1.9em;
    color: #333;
}

/*** Header Area ***/
/* Header Top */
#sp-top-bar {
    position: relative;
    z-index: 9999;
    background-color: #1d2736;
  	color: #fff;
}
#sp-top-bar a {
  	color: #fff;
}

/* Header Menu */
#sp-header {
    top: 0px;
  	padding: 0px;
    height: inherit;
    box-shadow: none;
    background-color: transparent;
}
#sp-header.header-sticky {
    position: fixed;
    top: 0;
  	background: #000;
  	box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
}
body:not(.home) #sp-header {
    background: #000;
    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;
}
.sp-megamenu-parent > li:hover > span:before,
.sp-megamenu-parent > li > a:before {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 15%;
    height: 2px;
    width: 0;
    background: #fff;
    left: 20%;
    z-index: 1;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.sp-megamenu-parent > li:hover > a:before, .sp-megamenu-parent > li:hover > span:before,
.sp-megamenu-parent > li.active > a:before, .sp-megamenu-parent > li.active > span:before {
  	width: 60%;
}

/* 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: #000;
}
.offcanvas-active .burger-icon>span, #modal-menu-toggler.active .burger-icon>span {
    background-color: #fff;
}

/*** Block Styles ***/
/* Button */
.btn {
  font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    background-color: #F34E3A;
    padding: 18px 35px;
  	color: #fff;
}
.btn:hover {
  	background-color: #E1240D !important;
  	color: #fff;
}

/* Slider */
#slider {
  	margin-top: -90px !important;
}
.slider-content h3 {
  	font-weight: 700;
    letter-spacing: 3px;
}
.slider-content h1 {
  	font-size: 7em;
  	line-height: 120px;
}

/* Feature */
.feature-colum > .sppb-column-overlay {
  	-webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.feature-colum:hover > .sppb-column-overlay {
  	background-color: rgba(0, 0, 0, 0.8) !important;
}
.feature-item a.sppb-btn-custom {
    border-radius: 0px;
    font-size: 14px !important;
    border: 1px solid #fff;
    background: transparent;
}
.feature-item a.sppb-btn-custom:hover {
  	background: #fff !important;
}

/* Team */
.team-item strong {
    display: none;
}
.team-item a {
    font-size: 19px;
    padding: 7px
}
.team-item p {
    font-weight: 600;
    letter-spacing: 2px;
}
.team-item img {
    width: 200px;
    border-radius: 50%;
  	-webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.team-item:hover img {
    opacity: 0.5;
}

/* Shape */
#shape-bottom .shape path {
    fill: #161616;
}
#shape-top .shape path {
    fill: #000;
}
.elementor-shape svg {
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    height: 140px;
    transform: translateX(-50%) rotateY( 180deg);
}

/* Build */
.build-colum {
    position: relative;
}
.build-img-bt.boder img {
    border-radius: 50% 50% 50% 50%;
}
.build-img-bt {
    position: absolute;
    top: 0;
}

/* Client */
.client .clearfix {
    float: left;
    width: 20%;
}

/* Pricing */
.pricing-item h3 {
    font-size: 4em;
    line-height: 1.2em;
    font-weight: 800;
    margin: 0;
    border-bottom: 2px dashed #232226;
    padding-bottom: 20px;
  	padding-top: 20px;
}
.pricing-item ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.pricing-item ul li {
    border-bottom: 2px solid #232226;
    padding: 20px 0;
}
.pricing-item li.active {
    color: #fff;
}
.pricing-item li {
    font-family: "Raleway", \"Open Sans\", sans-serif;
    font-size: 1.2em;
    font-weight: bold;
}
.pricing-item a.btn-pricing {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 12px 25px;
    display: inline-block;
    margin-top: 30px;
    color: #fff;
}
.pricing-item a.btn-pricing:hover {
  	background-color: #E1240D !important;
}

/* Class */
.class-item h2 {
    padding: 10px;
}
.class-item .sppb-addon-text {
    background-color: #222222;
    padding: 15px;
}
.class-item .sppb-addon-text p {
    margin: 0;
}
.class-item .sppb-addon-text strong {
    display: none;
}
.class-item .sppb-addon-text em {
    padding-right: 10px;
}
/* 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-rows.rows-3 > div > .jmm-item {
    width: 31%;
    margin: 1%;
    border: 1px solid #f0f0f0;
    padding: 7px;
    border-radius: 10px;
}

/* Contact Info */
.contact-info h3 {
    font-size: 20px;
}
button.btn.btn-primary.validate {
    color: #fff !important;
    padding: 13px 20px;
}

/* Bottom */
#sp-bottom2 strong,
#sp-bottom1 .shrewd_solution_icon ul li strong {
    display: none;
}
#sp-bottom1 .shrewd_solution_icon {
    padding-top: 30px;
}
#sp-bottom1 .shrewd_solution_icon ul,
#sp-bottom1 .shrewd_solution_icon ul li {
    display: inline-block!important;
    padding: 0px!important;
}
#sp-bottom1 .shrewd_solution_icon ul li a {
    font-size: 16px;
    color: #fff !important;
    background: #2f2f3e;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
    -webkit-transition: .5s;
    transition: .5s;
    box-shadow: 0 0 15px rgba(228, 200, 200, 0.5);
    display: inline-block;
}
#sp-bottom1 .shrewd_solution_icon ul li a:hover {
    background: #FEA12A; 
    color:#fff!important;
}
#sp-bottom2 .menu-left-ft,
#sp-bottom2 .menu-right-ft {
    float: left;
    width: 50%;
}
.social-icons-list strong {
    display: none;
}
#sp-bottom2 em,
.social-icons-list em {
    padding-right: 10px;
}

/* Footer Copyright */
#sp-footer {
    display: inline-block;
    width: 100%;
}
#sp-footer .container-inner {
    border-top: 1px solid #ffffff38;
}
#sp-footer1 span.sp-copyright > div {
    text-align: center !important;
}

/*** Responsive Layout ***/
/* Tablet Landscape Layout */
@media (min-width: 1400px) {
    .sppb-row-container {
      	max-width: 1320px;
    }
}
@media (max-width: 1280px) {
  	.social-wrap {
    	display: none !important;
	}
}

/* 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) {
  	.jm-category-module.default .jmm-rows.rows-3 > div > .jmm-item {
    	width: 98%;
	}
}

/* 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, .sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a,
.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, .client, .pricing-item a.btn-pricing, .class-item h2 {
 	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-bottom1 .social-icons-list em, #sp-footer a, .slider-content h1, .slider-content h2, .feature-item h3, .feature-item a.sppb-btn-custom:hover,
.title-color h2, .team-item h3, .pricing-item h2, .pricing-item h3, .class-item .sppb-addon-text p {
  	color: var(--text-color) !important; 
}
.btn {
  	border-color: var(--text-color) !important;
}
