/*** 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;
    box-shadow: 0 2px 8px rgb(0 0 0 / 8%);
}
#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: capitalize;
    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: #1c1c1d;
}
.offcanvas-active .burger-icon>span, #modal-menu-toggler.active .burger-icon>span {
    background-color: #fff;
}

/*** Block Styles ***/
/* Button */
.btn {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 17px 45px;
  color: #fff;
  background-color: #262626;
  border: 2px solid #262626;
  border-radius: 0;
}
.btn:hover {
  	background: transparent;
  	border-color: #262626;
  	color: #262626;
}

/* Slider */
#slider:before {
    content: '';
    position: absolute;
    z-index: -1;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
  	background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 3%, #000000 83%);
    opacity: 0.72;
}
.slider-content h1 {
    font-size: 62px;
    font-weight: 900;
    line-height: 1.3em;
  	padding: 25px 0;
}

/* About */
.about-img {
    position: relative;
}
.about-img .sppb-addon-title {
    position: absolute;
    bottom: 100px;
    z-index: 2

}
.about-img.left .sppb-addon-title {
  	left: -100px;
}
.about-img.right .sppb-addon-title {
  	right: -100px;
}
a.title-link {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: rgba(2, 1, 1, 0);
    border: none;
    padding-right: 120px;
    margin-top: 50px;
    display: inline-block;
  	-webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
a.title-link.white {
    color: #fff;
    margin-top: 0;
}
a.title-link:after {
    position: absolute;
    content: '';
    z-index: 1;
    height: 1px;
    width: 100px;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto 0;
}
a.title-link:hover {
    transform: translateY(-7px);
  	color: #000;	
}
a.title-link.white:after {
    background-color: #fff !important;
}

/* Feature */
.feature-colum .clearfix {
    position: relative;
    z-index: 1;
}
.feature-colum.right .clearfix:first-child:before,
.feature-colum.left .clearfix:first-child:before {
    content: none;
}
.feature-colum.left .clearfix:first-child {
    position: absolute;
    top: 150px;
    left: -60px
}
.feature-colum .clearfix:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #000000;
    opacity: 0.3;
    z-index: -1;
}
.feature-colum a.title-link:hover {
  	color: #fff;
}

/* Services */
#services:before {
    content: '';
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    display: inline-block;
    height: 100%;
    background-image: url('../images/shape-right.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: scroll;
    background-position: right;
}
.services-item i {
    width: 100px!important;
    height: 100px!important;
    background: #fff;
    line-height: 100px !important;
    border-radius: 50%;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 9%);
}

/* Services */
.our {
    padding-left: 10%;
    padding-right: 10%;
}
.our-item .sppb-media-content {
    padding: 0px 20px;
}
.our-item .sppb-addon-title {
    width: 20%;
    float: left;
    margin-top: -20px;
    position: relative;
    z-index: 1;
}
.our-item .sppb-addon-text {
    width: 80%;
    margin-top: 5px;
    float: left;
}
.our-item .sppb-addon-text h4 {
    font-weight: 600;
    font-size: 23px
}

/* Subcribe */
td.acysubbuttons {
    position: absolute;
    right: 0px;
    bottom: 1px;
    border: none;
}
table.acym_form {
    width: 500px;
    margin: 0 auto;
    position: relative;
}
.cell input {
    border-radius: 0 !important;
    padding: 14px 0 !important;
    width: 100% !important;
    max-width: 100%;
}
.acym_module_form label {
    width: 90%;
  	color: #fff;
}
.acym_module_form input {
    padding: 13px 20px;
    right: 0;
    border: none;
}

/* Testimonial */
.testimonial-name {
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    position: relative;
    padding-left: 80px;
}
.testimonial-name:before {
  content: '';position: 
  absolute;left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  height: 1px;
  width: 60px;
  background: #000;
}

/* Started */
.started:before {
    content: '';
    position: absolute;
    top: 0;left: 10%;
    height: 100%;
    width: 100%;
}
.started p {
    display: inline-block;
    position: relative;
    padding-left: 80px;
}
.started p:before {
  content: '';position: 
  absolute;left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  height: 1px;
  width: 60px;
  background: #fff;
}

/* Team */
.team-content {
  margin-bottom: 40px;
}
.team-left, .team-right {
    float: left;
    width: 50%;
}
.team-name {
  font-weight: 600;
  font-size: 18px;
}

/* Why */
.why-item .sppb-media-content {
    padding-left: 20px;
    margin-left: 60px;
    position: relative;
}
.why-item .sppb-media-content:before {
    content: '';
    position: absolute;
    height: 100px;
    width: 1px;
    top: -70px;
    left: 0;
    z-index: 1;
    background-color: #b5b5b5;
}

/* Client */
.client-colum {
    position: relative;
    z-index: 2;
}
.client-item h5 {
    position: relative;
    display: inline-block;
    padding-right: 120px;
    font-size: 18px;
}
.client-item h5:before {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background-color: #222;
    height: 1px;
    width: 90px;
}

/* 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, .contact-info h2 {
    font-size: 25px;
}
button.btn.btn-primary.validate {
    color: #fff !important;
    padding: 13px 20px;
}
button.btn.btn-primary.validate:hover {
    color: #000 !important;
}

/* Bottom */
#sp-bottom .sp-module .sp-module-title {
	font-size: 20px;
    font-weight: 500;
    margin-bottom: 0px;
    position: relative;
	letter-spacing: 2px;
}
#sp-bottom h5 {
	color: #a3a3a4;
    font-size: 13px;
    font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 27px;
}
#sp-bottom1 p {
    font-size: 20px;
    font-weight: 400;
}
#sp-bottom2 li {
    display: inline-block !important
}
#sp-bottom2 li a {
    display: inline-block !important;
    font-size: 20px;
    padding-right: 10px;
}
#sp-bottom2 li strong {
    display: none;
}
#sp-bottom3 table.acym_form {
    width: 100%;
    margin: 0 auto;
    position: relative;
}
#sp-bottom3 td.acysubbuttons {
    bottom: 1px;
}
#sp-bottom3 .cell input {
    border-radius: 0 !important;
    padding: 9px 0 !important;
    width: 100% !important;
    max-width: 100%;
}
#sp-bottom3 .acym_module_form input {
    padding: 8px 20px;
    right: 0;
    text-transform: capitalize;
}

/* Footer Copyright */
#sp-footer {
    display: inline-block;
    width: 100%;
}
#sp-footer .container-inner {
    border-top: none;
}
#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;
	}
  	.our .sppb-col-md-6 {
    	width: 50%;
	}
  	.about-img.left .sppb-addon-title {
    	left: 0px;
	}
  	.about-img.right .sppb-addon-title {
    	right: 0px;
	}
}

/* Mobile Small Resolution */
@media (max-width: 480px) {
  	.our .sppb-col-md-6 {
    	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, .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,
a.title-link:after, .acym_module_form input.btn-primary, .started:before {
 	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 h2, .services-item i, .our-item .sppb-addon-title {
  	color: var(--text-color) !important; 
}
.link-slider {
  	border-color: var(--text-color) !important;
}
