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

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

/* Header Menu */
#sp-header {
    top: 0px;
    padding: 0px;
    height: inherit;
}
#sp-header.header-sticky {
    position: fixed;
    top: 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 .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 > span {
    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: rgb(20, 31, 34);
}
.offcanvas-active .burger-icon>span, #modal-menu-toggler.active .burger-icon>span {
    background-color: #fff;
}

/*** Block Styles ***/
/* Button */
.title-white:before {
    content: "";
    width: 87px;
    height: 1px;
    background-color: #141f22;
    position: absolute;
    top: 47px;
    left: -.125rem;
}
.title-white:after {
    content: "";
    width: 5.25rem;
    height: .1rem;
    background-color: #141f22;
    position: absolute;
    bottom:35px;
    left: -.125rem;
}
.title-white .line {
   width: 5rem;
    height: .3rem;
    margin-left: .125rem;
    background-color: #141f22;
    position: relative;
    display: block;
    margin-bottom: 4px;
    -webkit-transition-duration: 1000ms;
    transition-duration: 1000ms;
}
.title:before {
    content: "";
    width: 87px;
    height: 1px;
    background-color: #ecbe33;
    position: absolute;
    top: 30px;
    left: -.125rem;
}
.title:after {
    content: "";
    width: 5.25rem;
    height: .1rem;
    background-color: #ecbe33;
    position: absolute;
    bottom:35px;
    left: -.125rem;
}
.title .line {
    width: 5rem;
    height: .3rem;
    margin-left: .125rem;
    background-color: #ecbe33;
    position: relative;
    display: block;
    margin-bottom: 1px;
}
.title h3 {
    font-size: 1.375rem;
    font-weight: 600;
    margin-bottom: .2rem;
    position: relative;
    display: table;
    text-transform: uppercase;
}
.title p {
    font-size: 8px;
    padding-top: 10px;
    letter-spacing: 2px;
    font-weight: 300;
    text-transform: uppercase;
}
 
/* Slider */
a.slider-btn {
  	color: #fff !important;
  	font-size: 16px !important;
  	font-weight: 500 !important;
  	letter-spacing: 1px !important;
  	padding: 14px 35px !important;
  	border-radius: 0px !important;
  	border: none !important;
  	display: inline-block;
  	cursor: pointer;
  	text-transform: capitalize !important;
  	-moz-transition: ease all 0.55s;
  	-o-transition: ease all 0.55s;
  	-webkit-transition: ease all 0.55s;
  	transition: ease all 0.55s;
  	line-height: 50px;
  	position: relative;
}
a.slider-btn.left {
  	background: #141f22!important;
    margin-right: 40px;
}
a.slider-btn.right:hover {
    background: #141f22!important;
}
.tp-bullets {
    background-color: #141f22;
    width: auto;
    height: 47px;
    position: absolute;
    bottom: -3px!important;
    left: 50%!important;
    margin-left: -2.5rem;
    max-height: 2.5rem;
}
.tp-bullets::before {
    content: "";
    position: absolute;
    right: -.9375rem;
    width: 0;
    height: 0;
    border-top: 2.48rem solid transparent;
    border-left: 0.9475rem solid #141f22;
}
.tp-bullets.simplebullets.round .bullet {
    margin-top: 10px;
    margin-left: 7px;
}
.tp-bullets::after {
    content: "";
    position: absolute;
    left: -.9375rem;
    width: 0;
    top:0;
    height: 0;
    border-top: 2.48rem solid transparent;
    border-right: 0.9475rem solid #141f22;
}

/* Slider */
.lt-slider .n2-ss-item-image {
  	overflow: hidden;
}
.lt-slider .n2-ss-item-image img {
  	-webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;

}
.lt-slider .n2-ss-item-image:hover img {
  	transform: scale(1.1);
    opacity: .85;
}

/* Request */
#request .sppb-addon-content p {
  text-transform: uppercase;
  padding-top: 11px;
}
 #request .sppb-addon-content p::before {
    content: "";
    border: 0.0625rem solid #ecbe33;
    position: absolute;
    width: 76%;
    height: 0.75rem;
    bottom: 26%;
    left: 132px;
    opacity: .3;
}
#request .sppb-btn-custom {
    cursor: pointer;
    padding: 10px 20px;
    border-radius: 0px!important;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 12px;
}
#request .sppb-btn-custom:hover {
   background-color:#000!important;
  
}

/* Service */
#service-title .sppb-col-md-12 {
  	padding-left:0px;
}
.service {
    cursor: pointer;
}
.service-item h3 {
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}
.service-item a {
  text-transform: uppercase;
}
.service-item a:hover {
    color: #000!important;   
}
.service-item a {
    color: #ffffff!important;
}
.service .sppb-row {
    padding-top: 20px;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
}
.service-item .sppb-img-container {
    overflow: hidden;
    margin-bottom: 1.25rem;
    display: flex;
    flex-direction: column;
    flex: 1; 
}
.service-item .sppb-img-container img {
    max-width: 100%;
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    transition: 0.5s ease all; 
}
.service-item .sppb-img-container img:hover {
    transform: scale(2, 2); 
}

/* Counter */
.counter-item h4 {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 300;
}
.counter-item p {
    margin-top: 10px;
    margin-bottom: 0px!important;
}
.count {
    color: #fff;
    font-weight: 400;
    font-size: 30px;
}
.counter-item i {
  	-webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.counter-item:hover i {
  	transform: rotateX(360deg);
}
/* Chunk */
#chunk .sppb-btn-custom {
    border-radius: 0px!important;
    padding: 10px 30px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 13px;
}
#chunk .sppb-btn-custom:hover {
   background-color:#fff!important;
   color:#000!important;
}
#chunk p {
    font-size: 14px;
    font-weight: 300;
    margin: 1.125rem 0;
}
#chunk h4 {
    font-size: 24px;
    text-transform: uppercase
}

/* Portfolio */
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
    background:#141f22;
    color: #fff!important;
    border-radius: 0px!important;
    font-size: 16px;
    position: relative;
    padding: 11px;
}
.sp-simpleportfolio .sp-simpleportfolio-filter {
    text-align: left;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a {
    background:#000;
    color: #fff!important;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a:after {
    visibility: inherit;
    opacity: 1;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li {
    margin: 0px!important;
}

/* Providing */
#providing .box-content .title-g h4 {
     color: #141f22;
    font-size: 7.5rem;
    position: relative;
}
#providing .box-content .title-g h4::before {
    content: "";
    background-color: #ffc300;
    width: 4rem;
    height: .125rem;
    position: absolute;
    bottom: 0;
    left: 0;
}
#providing .box-content {
    position: relative
}
#providing .box-content .title-g h5 {   
    color: #141f22;
    font-size: 1.5rem;
    transform: rotate(-90deg);
    position: absolute;
    left: 160px;
    top: 55px;
    font-weight: 600;
    text-transform: uppercase;
}
.box-content .title-g p {
    position: absolute;
    left: 210px;
    bottom: 0px;
    top: 46px;
    font-size: .875rem;
    font-weight: 500;
    color: #ecbe33;
}

/* Team */
#team .sppb-col-md-12 {
    padding-left: 0px!important;
}
.team-item .member .name {
    background-color: #141f22;
    margin: 1rem 0;
    padding: .25rem 1rem;
    color: #ffffff;
    text-align: center;
    border-left: 1.5rem solid #141f22;
    border-right: 1.5rem solid #141f22;
    margin-left: -44px;
    margin-right: -44px;
    position: relative;
    box-sizing: inherit !important;
}
#team .sppb-btn-custom {
    cursor: pointer;
    background-color: #fff;
    color: #000;
    border-radius: 0px!important;
    padding: 15px 50px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
#team .sppb-btn-custom:hover {
  	background-color:#141f22!important;
}
.team-item {
    background-color: #fff;
    padding: 20px;
}
.team-item .member .name::before {
    content: "";
    background-color: transparent;
    width: 0;
    height: 0;
    border-bottom: 1.5rem solid transparent;
    border-right: 1.5rem solid #1f3237;
    position: absolute;
    bottom: -1.5rem;
    left: -1.5rem;
} 
.team-item .member .name::after {
    content: "";
    background-color: transparent;
    width: 0;
    height: 0;
    border-bottom: 1.5rem solid transparent;
    border-left: 1.5rem solid #1f3237;
    position: absolute;
    bottom: -1.5rem;
    right: -1.5rem;
}
.team-item strong {
    display: none;
}
.team-item .member .social-icons em {
    color: #333!important;
    margin: 0 .25rem;
}
.team-item .member .name p {
    margin: 0;
    text-transform: uppercase;
    font-size: .875rem;
    font-weight: 600;
}
.team-item .member .name h6 {
    color: #ecbe33;
    text-transform: uppercase;
    font-size:12px;
}
.team-item img {
    width: 100%;
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    transition: 0.5s ease all; 
}
.team-item img:hover {
    transform: scale(2, 2); 
}
.team-item .sppb-img-container {
    overflow: hidden; 
}
#team .team-item {
    display: flex;
    margin-left:30px;
}

/* Blog */
.blog p {
  	color: #333;
}

/* Contact */
.contact-item .sppb-icon-container {
    float: left;
}
.contact-item h3 {
  	text-transform: uppercase;
}
.contact-item .sppb-icon-container i {
    color: #ffffff!important;
	opacity: 0.6;
    margin-right: 26px;
}
.contact .sppb-row-container {
    border-radius: 10px;
    padding-top: 20px;
    padding-bottom: 10px;
    margin-bottom: -40px;
}

/* 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%);
}

/* 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: 19px;
    font-weight: 600;
}

/* 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;
	}
    .counter .sppb-col-md-3, .team .sppb-col-md-3 {
		margin-bottom: 30px;
    }
}

/* Mobile Small Resolution */
@media (max-width: 480px) {
  	.category .sppb-column-addons .clearfix:nth-child(n+2) {
    	width: 100%;
    	margin-right: 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;
}
.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, 
#providing .box-content .title h4::before, .title:before, .title .line, .title:after,  .service .sppb-row,
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a, #chunk, #team, #contact .sppb-row-container,
a.slider-btn.right, .slider-btn.left:hover {
 	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,
.title-work h1 span, .sppb-btn-custom:hover, .amazing-item .sppb-icon .sppb-icon-container i:after,
.slider-title .color,  .counter-item i {
  	color: var(--text-color) !important; 
}
#request .sppb-addon-content p::before {
  	border-color: var(--text-color) !important;
}
