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

/*** Header Area ***/
/* Header Menu */
#sp-header {
    box-shadow: none;
    top: 0;
    height: inherit;
}
#sp-header.header-sticky {
    position: fixed;
    top: 0;
    padding: 0;
  	box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
}
body:not(.home) #sp-header {
    position: static;
}
body:not(.home) #sp-header.header-sticky {
    position: fixed;    
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    font-weight: 500;
    text-transform: uppercase;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a {
    color: #252525;
    font-size: 14px !important;
}
.sp-megamenu-parent > li > span {
    color: #fff;
}
.sp-megamenu-parent > li > a {
    position: relative;
}
.sp-megamenu-parent > li > a:before {
    content: "";
    bottom: 24px;
    left: 0;
    right: 0;
    width: 60%;
    z-index: 6;
    margin: auto;
    height: 0px;
    position: absolute;
    border: 1px solid transparent;
}
.sp-megamenu-parent > li.active > a:before, 
.sp-megamenu-parent > li:hover > a:before {
	  border-color: currentColor;
}

/* 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: #1a273b;
}
.offcanvas-active .burger-icon>span, #modal-menu-toggler.active .burger-icon>span {
    background-color: #fff;
}

/*** Block Styles ***/
/* Button */
.btn {
    padding: 13px 25px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff!important;
    border: 2px solid;
    border-radius: 0;
    position: relative;
    z-index: 1;
  	background: #212529 !important;
}
.btn:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50%; 
    z-index: -1;
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}
.btn:after {
    content: '';
    position: absolute;
    left: 0;
  	z-index: -1;
    bottom: 0;
    width: 100%;
    height: 50%; 
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}
.btn:hover:before, .btn:hover:after {
    height: 0px;
}

/* Divider */
.divider.center {
  	margin: 0 auto;
}

/*  Services */
.services-colum {
  	border-bottom: 1px solid #333333;
}
.services-colum.center {
  	border-right: 1px solid #333333;
  	border-left: 1px solid #333333;
}
.services-colum.none {
  	border-bottom: none;
}

/* Event */ 
.event-btn h4.sppb-addon-title {
    color: #fff;
    display: inline-block;
    font-size: 15px;
    padding: 12px 24px;
    border-radius: 3px;
}

/* Accordion */
.sppb-panel-modern {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 0px;
}
.sppb-panel-modern>.sppb-panel-heading {
    padding: 10px 30px 10px 15px;
    background: transparent;
    color: #fff;
}
.sppb-panel-title {
    font-size: 20px;
    font-weight: 400;
}

/* Testimonial */
.testimonial-item .sppb-item.sppb-item-has-bg .sppb-carousel-item-inner {
    position: relative;
}
.sppb-item.sppb-item-has-bg>img {
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
    border-radius: 50%;
}

/* Blockquote */
.blockquote blockquote {
    color: #fff;
    font-size: 23px;
    font-style: italic;
    line-height: 36px;
    padding: 10px 20px;
    font-weight: 300;
    margin: 0 0 20px;
    border-left: 5px solid;
}
.blockquote footer {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
}
.blockquote footer:before {
    content: '\2014 \00A0';
}
.blockquote blockquote {
    border-left-color: #00C6C2;
}
.blockquote blockquote:before {
    content: "\201C";
    display: block;
    font-size: 30px;
    font-size: 3rem;
    height: 0;
    left: -20px;
    position: relative;
    top: -10px;
}

/* Skill */
@keyframes load{0%{stroke-dashoffset:0}}
.skill .progress {
    position: relative;
    display: inline-block;
    padding: 0;
    text-align: center;
    width: 100%;
    margin: 0;
    height: auto;
    background: none;
}
.skill .lt-skill-item .elementor-element {
    margin-bottom: 0;
}
.skill .progress > li {
    display: inline-block;
    position: relative;
    text-align: center;
    color: #fff;
    font-weight: 400;
}
.skill .progress > li:after {
    content: attr(data-percent);
    position: absolute;
    width: 100%;
    top: 3.7rem;
    left: 0;
    font-size: 2rem;
    text-align: center;
}
.skill svg {
    width: 10rem;
    height: 10rem;
}
.skill svg:nth-child(2) {
    position: absolute;
    left: 0;
    top: 0;
    transform: rotate(-90deg);
}
.skill svg:nth-child(2) path {
    fill: none;
    stroke-width: 12px;
    stroke-dasharray: 629;
    stroke: #fff;
    opacity: .8;
    animation: load 10s;
}

/* Profit */
.skills h3 {
    font-weight: 300;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #737373;
    margin: 0px;
    font-size: 35px
}
.skills p {
    font-size: 16px;
    margin-bottom: 6px;
    color: #fff;
}
.skills .progress {
    width: 100%;
    height: 15px;
    position: relative;
    margin-bottom: 30px;
    border-radius: 0px;
    overflow: inherit;
}
.skills .progress .progress-bar {
    width: 0;
    height: 100%;
    border-radius: 0px;
    background: #818a91;
}
.skills .progress .progress-bar span {
    top: -30px;
    margin-left: -22px;
    left: 0;
    position: absolute;
    color: #fff;
    border-radius: 2px;
    padding: 4px 10px;
    font-size: 12px
}
.skills .progress .progress-bar span:after {
    content: "";
    display: block;
    width: 8px;
    height: 6px;
    position: absolute;
    bottom: -4px;
    left: 50%;
    margin-left: -4px;
    transform: rotate(45deg)
}
.blue .progress-bar ,.blue span ,.blue span:after {
    background-color: #3498db
}
.red .progress-bar ,.red span ,.red span:after {
    background-color: #e74c3c
}
.green .progress-bar ,.green span ,.green span:after {
    background-color: #2ecc71
}
.carrot .progress-bar ,.carrot span ,.carrot span:after {
    background-color: #e67e22
}
.sun .progress-bar ,.sun span ,.sun span:after {
    background-color: #f1c40f
}

/* Accolade */
.accolade-item i {
    z-index: 1;
    position: relative;
  	width: 65px !important;
    height: 65px !important;
    line-height: 65px !important;
    border-radius: 50%;
}
.accolade-item {
    position: relative;
    margin: 20px 0;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.accolade-item:before {
    border-left: 1px dashed #a1a1a1;
    content: '';
    display: block;
    height: calc(100% + 25px);
    left: 32px;
    position: absolute;
    top: 40px;
    width: 1px;
    z-index: -1;
}
.accolade-item.last:before {
    content: none;
}
.accolade-item .sppb-media-body {
    border-bottom: 1px dashed #a1a1a1;
    padding-bottom: 25px;
}

/* Counter */
.counter-item i {
    z-index: 1;
    position: relative;
  	width: 90px !important;
    height: 90px !important;
    line-height: 90px !important;
    border-radius: 50%;
}
.counter-item:hover i:hover {
    color: #818a91 !important;
}

/* Process */
.process-item i {
    z-index: 2;
    position: relative;
  	width: 65px !important;
    height: 65px !important;
    line-height: 65px !important;
    border-radius: 5px;
}
.process-item {
    position: relative;
    z-index: 10;
}
.process-item:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 30%;
    border-top: 1px solid #a1a1a1;
    left: 0;
    width: 100%;
}
.process-item:after {
    content: "";
    position: absolute;
    border-right: 1px dashed #a1a1a1;
    height: 100%;
    right: 0;
    top: 30%;
    width: 1px;
}
.process-item .elementor-icon {
    position: relative;
    z-index: 10;
}
.process-item.process-2:after, .lt-process-item.process-4:after {
    top: -69%;
}
.process-item.process-6:after {
    content: none;
}
.process-item .dot, .process-item .dot-6 {
    border-radius: 25%;
    content: '';
    height: 8px;
    margin-top: -4px;
    position: absolute;
    width: 8px;
    z-index: 1;
    background-color: #a1a1a1;
}
.process-item .dot {
    top: 31%;
    left: 0;
}
.process-item .dot-6 {
    right: 0;
    bottom: 65%;
}
.process-item strong {
  	display: none;
}

/* Team */
.team-item a {
  	font-size: 18px;
    padding-right: 10px;
}
.team-item strong {
  	display: none;
}

/* Subcribe */
.subcribe .acym_module_form {
    position: relative !important;
}
.subcribe .acym_module_form .onefield > input {
    padding: 15px 10px!important;
    border-radius: 0 !important;
}
.subcribe .acym_module_form p.acysubbuttons {
    position: absolute!important;
    top: 0!important;
    right: 0!important;
}

/* Contact Form */
#contact ul.social-icon li em strong {
    display: none;
}
#contact ul.social-icon li em {
    color: #fff;
}

/* Contact Info */
.contact-info h2, .contact-info h3 {
	font-size: 23px;
}

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

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

/* Footer Copyright */
#sp-footer .container-inner {
    border-top: none;
    text-align: center;
}

/*** Responsive Layout ***/
/* Mobile Standard Layout */
@media (max-width: 768px) {
	#sp-header, #sp-header .logo {
        height: 70px;
    }
  	#sp-footer p {
  		text-align: center;
	}
}

/* Mobile Small Resolution */
@media (max-width: 480px) {
  .slider-small h3 {
    	margin-bottom: 0 !important;
  }
  .slider-big h1 {
    	padding: 0 !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-filter>ul>li.active>a,
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info:hover,
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay
{
 	background-color: #1f3047 !important;
}

.jmm-image.mod-article-image:before, .jmm-image.mod-article-image:after, .btn:before, .btn:after, .event-btn h4.sppb-addon-title,
.skills .progress .progress-bar, .skills .progress .progress-bar span, .accolade-item i, .counter-item i, .process-item i {
 	background-color:(--background-color) !important;
}
.article-list .article .readmore a:hover, .article-list .article .readmore a:active, .article-list .article .article-header h2 a:hover,
.offcanvas-menu .offcanvas-inner ul.menu >li.active a, .slider-title h2, span.title-color, .services-item i {
  	color: var(15, 168, 157) !important; 
}
.about-item img, .slider-btn a, .divider, .btn {
  	border-color:var(--text-color)!important;
}