/*** General CSS ***/
body {
    line-height: 1.9em;
}

/*** Header Area ***/
/* Header Top */
#sp-top-bar {
    position: relative;
    z-index: 9999;
}

/* Header Menu */
#sp-header {
    top: 0;
    height: inherit;
}
#sp-header.header-sticky {
    position: fixed;
    top: 0;
    padding: 0;
  	background: rgba(0,0,0,.85);
  	box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
}
body:not(.home) #sp-header {
    background: rgba(0,0,0,.85);
    position: static;
}
body:not(.home) #sp-header.header-sticky {
    position: fixed;    
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a {
  	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;
}
.sp-megamenu-parent>li.active>a {
    font-weight: 600;
}
.sp-megamenu-parent > li > span {
  	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 {
    background-color: #fff;
}
.offcanvas-menu > .align-items-center {
    background: rgba(0,0,0,.85);
}
.offcanvas-active .burger-icon>span, #modal-menu-toggler.active .burger-icon>span {
    background-color: #fff;
}

/*** Block Styles ***/
/* Button */
.btn {
    display: inline-block;
    border: 2px solid;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 2px;
    transition: all .5s;
    min-width: 170px;
    text-align: center;
}
.btn.sppb-btn-custom {
    line-height: 28px;
}
.btn:hover {
    color: #222 !important;
}
.login .btn-primary {
    color: #fff !important;
}

/* Title */
.title h2.sppb-title-heading {
    position: relative;
    display: inline;
}
.title h2.sppb-title-heading:before {
    content: '';
    position: absolute;
    height: 6px;
    width: 60px;
    top: 100%;
    left: 0;
}
.title h2.sppb-title-heading:after {
    content: '';
    position: absolute;
    height: 6px;
    width: 6px;
    top: 100%;
    left: 69px;
}

/* Slider */
.slider {
  	margin-top: -90px!important; 
}
.slider .sppb-row-overlay {
    background: url(../images/pattern.png);
    opacity:  .2;
}
.slider {
    position: relative;
}
.slider:before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, .0));
}
.slider #particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
}
.slider h1 {
    margin: 0 0 40px 0;
    text-transform: capitalize;
    font-size: 50px;
    font-weight: 800;
    line-height: 70px;
    position: relative;
    letter-spacing: 3px;
}
.slider h4 {
    letter-spacing: 2px;
    display: inline-block;
    position: relative;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 700;
    line-height: 27px;
    padding: 10px 30px;
    margin: 0 0 50px;
    background: rgba(0, 0, 0, .7);
}
.slider .btn {
    position: relative;
    padding: 12px;
}

/* About */
.about {
	  position: relative;
}
.about-img {
    position: relative;
}
.about-img:before {
    content: '';
    position: absolute;
    height: 80%;
    width: 80%;
    opacity: .7;
    bottom: -30px;
    right: -30px;
    z-index: -1;
}
.about-img:after {
    content: '';
    position: absolute;
    z-index: 3;
    top: -30px;
    left: -30px;
    height: 25%;
    width: 15%;
    opacity: .7;
    border-left: 2px solid transparent;
    border-top: 2px solid transparent;
}
.about-content-title p strong {
    font-weight: 300;
}
.about-content .sppb-addon-text {
    text-align: left!important;
}
.about-content a strong {
    display: none;
}
.about-content .sppb-icon-container {
    padding-right: 5px!important;
}
.about-content p {
    font-weight: 400;
    letter-spacing: 1px;
}
.about-content a {
    color: #fff;
    margin: 0 5px;
}

/* Timeline */
.timeline-item {
    padding: 20px 60px;
    border-radius: 0 30px 0 0;
    border-top: 7px solid #181718;
    border-right: 7px solid #181718;
    position: relative;
    right: -3.5px;
    margin: 20px 0;
}
.timeline-item.right {
    margin-top: 130px;
    border-right: none;
    border-left: 7px solid #181718;
    border-radius: 30px 0 0 0;
    right: auto;
    left: -3.5px;
}
.timeline-item.last {
    margin-top: 60px;
}
.timeline-item .timeline-content {
    display: block;
    padding: 30px;
    border-radius: 20px;
    background: #181718;
    position: relative;
}
.timeline-item .timeline-content:before, 
.timeline-item .timeline-content:after {
    content: '';
    display: block;
    width: 10px;
    height: 50px;
    border-radius: 10px;
    background: #181718;
    position: absolute;
    top: -35px;
    left: 50px;
}
.timeline-item .timeline-content:after {
    left: auto;
    right: 50px;
}
.timeline-item h5 {
    position: relative;
    color: #fff;
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
}
.timeline-item h5:before {
    content: '';
    position: absolute;
    height: 4px;
    width: 60px;
    background: #f68e13;
    top: 120%;
    left: 0;
}
.timeline-item h5:after {
    content: '';
    position: absolute;
    height: 4px;
    width: 4px;
    background: #f68e13;
    top: 120%;
    left: 65px;
}
.timeline-item h6 {
    margin-bottom: 10px;
    color: #f68e13;
}

/* Service */
.service .clearfix {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.service .clearfix:hover {
    -webkit-box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.1);
    position: relative;
    transform: translate(0, -5px);
    cursor: pointer;
}
.service-item {
    position: relative;
}
.service-item h2 {
    position: absolute;
    font-size: 50px;
    font-weight: 700;
    top: 0;
    right: 40px;
    color: #eee;
    opacity: .1;
    line-height: 30px;
}
.service-item h5 {
    position: relative;
}
.service-item h5:before {
    content: '';
    position: absolute;
    height: 4px;
    width: 40px;
    top: 120%;
    left: 0;
}
.service-item h5:after {
    content: '';
    position: absolute;
    height: 4px;
    width: 4px;
    top: 120%;
    left: 45px;
}

/* Skill */
.skills,
.skills .skill,
.skills .skill .skill-title,
.skills .skill .skill-bar {
    width: 100%;
    float: left;
}
.skills {
    padding:15px;
}
.skills .skill {
    margin-bottom: 30px;
}
.skills .skill .skill-title {
    color: #fff;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 12px;
}
.skills .skill .skill-bar {
    height: 5px;
    border-radius: 3px;
    background: #eaeaea;
    transition: 1s cubic-bezier(1, 0, .5, 1);
    -webkit-transition: 1s cubic-bezier(1, 0, .5, 1);
    -ms-transition: 1s cubic-bezier(1, 0, .5, 1);
}
.skills.active .skill .skill-bar {
    width: 100%;
}
.skills .skill .skill-bar span {
    float: left;
    width: 0%;
    height: 5px;
    border-radius: 3px;
    position: relative;
    transition: 1s cubic-bezier(1, 0, .5, 1);
    -webkit-transition: 1s cubic-bezier(1, 0, .5, 1);
    -ms-transition: 1s cubic-bezier(1, 0, .5, 1);
}
.skills .skill .skill-bar span b {
    float: left;
    width: 100%;
    position: relative;
    text-align: right;
    opacity: 0;
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    top: -22px;
}

/* Counter */
.counter-item h1 {
    font-weight: 700;
}
.counter-item h6 {
   	letter-spacing: 1px;
    margin-top: 30px;
    margin-left: 30px;
    margin-bottom: 30px;
    padding: 15px;
    background: rgba(255, 235, 105, .1);
    position: relative;
}
.counter-item h6:before {
    content: '';
    position: absolute;
    height: 6px;
    width: 40px;
    background: #f68e13;
    top: 50%;
    left: -30px;
}
.counter-item h6:after {
    content: '';
    position: absolute;
    height: 6px;
    width: 6px;
    background: #f68e13;
    top: 50%;
    left: 17px;
}

/* Portfolio */
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
    background: none;
    color: #fff;
    font-size: 16px;
    position: relative;
    font-weight: 600;
    padding: 11px;
}
body:not(.home) .sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
    color: #847e7e;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a {
	  background: none;
}

/* Client */
.client-item img {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    display: inline-block;
    border: 2px solid #444;
    padding: 3px;
    background: #1b1c1e;
}
.client-item p {
    margin-top: 25px;
    margin-bottom: 25px;
    color: #E1E8E1;
    font-size: 14px;
}
.client-item h5 {
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.client-item h6 {
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    font-family: 'open sans', sans-serif;
}

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

/* 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 {
    text-align: center;
}
#sp-bottom .logo {
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 1px;
    padding: 15px 0;
}
#sp-bottom .social-media {
    margin: 15px 0;
}
#sp-bottom .social-media a {
    margin: 10px 20px;
}
#sp-bottom .social-media a i {
    color: #fff;
}
#sp-bottom .social-media i {
  	font-family: 'Font Awesome 5 Brands';
}
#sp-bottom .social-media a strong {
    display: none;
}
#sp-bottom .sp-module {
    margin-bottom: 0px;
}

/* Footer Copyright */
#sp-footer {
    text-align: center;
}
#sp-footer {
    display: inline-block;
    width: 100%;
}

/*** 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;
        background: #000;
	}
}

/* Mobile Small Resolution */
@media (max-width: 480px) {
  	.event-tag .sppb-tab-content ul li {
    	width: 100%;
	}
}

/* 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:hover, .title h2.sppb-title-heading:before, .testimonial:before,
.title h2.sppb-title-heading:after, .skills .skill .skill-bar span, .about-img:before {
 	background-color: var(--background-color) !important;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a,
.article-list .article .readmore a:hover, .article-list .article .readmore a:active, .article-list .article .article-header h2 a:hover,
.about-content-title h4, .about-content p > strong, .service-item .sppb-icon i, 
.client-item h5, .title h2.sppb-title-heading span, .slider h1 span, .slider h4, .btn {
  	color: var(--text-color) !important; 
}
.btn:hover, .about-img:after, .btn {
  	border-color: var(--text-color) !important;
}
