/*** 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;
  	border-bottom: 1px solid rgba(255,255,255,0.1);
    height: inherit;
    box-shadow: 0px 0px 18px 1px rgb(0 0 0 / 10%)!important;
}
#sp-header.header-sticky {
    position: fixed;
    top: 0;
  	background: #160040;
  	box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
}
body:not(.home) #sp-header {
    background: #160040;
    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: #160040;
}
.offcanvas-active .burger-icon>span, #modal-menu-toggler.active .burger-icon>span {
    background-color: #fff;
}

/*** Block Styles ***/
/* Button */
.button, .btn, .btn:hover {
    padding: 23px 30px;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 1px;
    border-radius: 0;
    border: 2px solid #fff;
    background: transparent;
    color: #fff;
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.button:hover {
	background: #fff;
	transform: scale(1.05);
}
.btn, .btn:hover {
	letter-spacing: 2px;
	background-image: radial-gradient(at center center, #160040 13%, #79018c 91%);
}
.btn:hover {
	transform: scale(1.05);
}

/* Title */
.title h1 {
	font-size: 60px;
	text-transform: uppercase;
	font-weight: 800;
	padding-bottom: 20px;
}
.title h3 {
	position: relative;
	font-size: 50px;
	text-transform: uppercase;
	font-weight: 800;
	padding-bottom: 30px;
	margin-bottom: 20px;
}
.title h5,
.title h4 {
	letter-spacing: 2px;
	position: relative;
	padding-left: 85px;
	font-weight: 600;
}
.title h5 {
	padding-left: 0;
}
.title.white h4 {
  	color: #fff !important;
}
.title h4:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 70px;
	height: 4px;
	border-top: 5px dashed;
	margin: auto 0;
}
.title h3:before {
	content: '';
	position: absolute;
	border-top: 5px dashed;
	right: 0;
	left: 0;
	margin: 0 auto;
	bottom: 0;
	width: 90px;
	height: 4px;
}
.title p {
	border-left: 1px solid;
	padding-left: 30px
}
.title h2 {
	font-size: 35px;
	font-weight: 800;
	padding-bottom: 20px;
}

/* Bg */
.slider.bg-title {
	margin-top: 0 !important;
}
.bg-title {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.bg-title li {
	display: inline-block;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 800;
	color: #fff;
	letter-spacing: 1px;
}
.bg-title li strong {
	display: none;
}
.bg-title li em {
	padding: 0 15px;
	font-size: 16px;
}

/* Slider */
.slider {
	margin-top: -80px !important;
}
.slider .sppb-row-overlay {
    background-image: linear-gradient(150deg, #160040 0%, #79018C61 100%);
  	opacity: 0.85;
}

/* About */
.about-colum .clearfix {
	float: left;
	width: 33.3%;
	margin-bottom: 40px;
}
.about-colum img {
	filter: brightness( 200% ) contrast( 100% ) saturate( 0% ) blur( 0px ) hue-rotate( 0deg );
    transition-duration: 1s;
}
.about-colum .clearfix:hover img {
	filter: brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );
	cursor: pointer;
}
.about-item {
	padding: 50px 50px;
    background-image: linear-gradient(150deg, #160040 0%, #79018c 100%);
}
.about-item .button {
	display: inline-block;
	margin-top: 30px;
}

/* Counter */
.counter-item h1 {
	font-size: 70px;
	font-weight: 800;
	color: #79018c;
}
.counter-item h5 {
	color: #160040;
	font-weight: 800;
	padding-bottom: 8px;
}

/* About */
.feature-colum {
	position: relative;
}
.feature-colum:before {
	content: '';
	position: absolute;
	left: 0;
	width: 200px;
	height: 200px;
	top: 0;
	border-left: 2px solid #79018c;
	border-top: 2px solid #79018c;
}
.feature-item {
	background-image: linear-gradient(150deg, #160040 0%, #79018c 100%);
	padding: 30px;
	max-width: 500px;
	position: absolute;
	bottom: 0;
	right: 0;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.feature-colum:hover .feature-item {
	bottom: 10px;
	right: 10px;
}

.feature-check ul {
	float: left;
	width: 50%;
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.feature-check ul li {
	padding-bottom: 10px;
	font-weight: 500;
}
.feature-check strong {
	display: none;
}
.feature-btn .btn {
	margin-right: 50px;
}
.feature-check em {
	padding-right: 10px;
	color: #79018c;
}
.feature-btn .link-btn {
	font-weight: 600;
	color: #222;
}
.feature-btn .link-btn:hover {
	color: #79018c;
}
.feature-btn strong {
	display: none;
}
.feature-btn em {
	padding-right: 10px;
}

/* Team */
.team {
	background-image: linear-gradient(150deg, #160040 0%, #79018c 100%);
}
.team-colum {
	margin-top: -80px;
	border: 15px solid #fff;
}
/* Skill */
.skill {
    position: relative;
}
.skill-left #skill li p {
    color: #000 !important;
}
.bar-skill #skill {
    list-style: none;
    position: relative;
    padding: 0 !important;
    background-image: none !important;
}
#skill li {
    margin-bottom: 20px;
    background: #eee;
    height: 50px;
    border-radius: 0px;
}
#skill li h3, #skill li p {
    position: relative;
    top: 17px;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    float: left;
    width: 50%;
    padding: 0 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
#skill li p {
    text-align: right;
    font-size: 16px;
    color: #000;
}
.bar {
    height: 50px;
    position:absolute;
    border-radius: 0px;
    background: #79018c;
}
.graphic-design {
    width: 90%; 
    -moz-animation:graphic-design 2s ease-out;
    -webkit-animation:graphic-design 2s ease-out;
}
.html-css {
    width: 80%;
    -moz-animation:html-css 2s ease-out;
    -webkit-animation:html-css 2s ease-out;
}
.jquery {
    width: 86%;
    -moz-animation:jquery 2s ease-out;
    -webkit-animation:jquery 2s ease-out;
}

@-moz-keyframes graphic-design {0%  { width:0px;} 100%{ width:100%;}  }
@-moz-keyframes html-css        { 0%  { width:0px;} 100%{ width:90%;}  }
@-moz-keyframes jquery      { 0%  { width:0px;} 100%{ width:65%;}  }
@-moz-keyframes wordpress   { 0%  { width:0px;} 100%{ width:80%;}  }

@-webkit-keyframes graphic-design       { 0%  { width:0px;} 100%{ width:100%;}  }
@-webkit-keyframes html-css        { 0%  { width:0px;} 100%{ width:90%;}  }
@-webkit-keyframes jquery      { 0%  { width:0px;} 100%{ width:65%;}  }
@-webkit-keyframes wordpress   { 0%  { width:0px;} 100%{ width:80%;}  }

/* Services */
.services .sppb-col-md-4 {
	margin-bottom: 30px;
}
.services .title h3 {
	font-size: 40px;
}
.services-no-ng {
	border: 2px solid #160040;
}
.services-color-ng {
	background-image: linear-gradient(150deg, #160040 0%, #79018c 100%);
}
.services .btn, .services .button {
    padding: 17px 30px;
}

/* Feature */
.fea-img01 {
    position: absolute;
    bottom: 0;
    width: 310px;
    background: #fff;
    padding: 15px;
    right: 0;
}
.feature2-item {
	padding: 30px;
	background-image: linear-gradient(150deg, #160040 0%, #79018c 100%);
}

/* Portfolio */
.portfolio-colum {
	position: relative;
}
.portfolio-colum .clearfix {
	-webkit-transition: .3s ease-in-out; 
	-o-transition: .3s ease-in-out; 
	transition: .3s ease-in-out;
}
.portfolio-colum:hover .clearfix:last-child {
		margin-top: -85px!important;
}
.portfolio-icon {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}
.portfolio-item {
	padding: 50px 30px 40px;
	margin: 0px 25px 0;
	background-image: linear-gradient(150deg, #160040 0%, #79018c 100%);
	position: relative;
}
.portfolio-item h3 {
	letter-spacing: 2px;
}
.portfolio-item h2 {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 800;
	margin: 20px 0;
}
.portfolio-item p {
	border-bottom: 1px solid #ffffff45;
	padding-bottom: 50px;
	margin-bottom: 40px;
}
.portfolio-item a {
	display: inline-block;
	padding: 11px 25px;
	border-radius: 5px;
}

/* Work */
.work-item .sppb-media-content {
	padding: 40px;
    background-image: linear-gradient( 150deg, #160040 0%, #79018c 100%);
}
.work-item h4 {
	letter-spacing: 2px;
}
.work-item h3 {
	font-weight: 800;
	font-size: 23px;
	padding: 20px 0 10px;
}
.shrewd_solution_icon {
    padding-top: 10px;
}
.shrewd_solution_icon ul, .shrewd_solution_icon ul li {
    display: inline-block!important;
    padding: 0!important;
    margin: 0;
}
.shrewd_solution_icon ul li a {
    font-size: 18px;
    color: #79018c !important;
    background: #fff;
    height: 40px;
    width: 40px;
    margin: 0 6px;
    line-height: 40px;
    text-align: center;
    border-radius: 0;
    -webkit-transition: .5s;
    transition: .5s;
    display: inline-block;
}
.shrewd_solution_icon ul li a:hover {
	color: #fff !important;
}
.shrewd_solution_icon strong {
    display: none;
}

/* Client */
.client-colum .clearfix {
	width: 20%;
	float: left;
}
.client-colum img {
	filter: brightness( 200% ) contrast( 100% ) saturate( 0% ) blur( 0px ) hue-rotate( 0deg );
}
.client-colum .clearfix:hover img {
	filter: brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );
}

/* Overview */
.overview .sppb-row {
    background-image: linear-gradient( 150deg, #160040 0%, #79018c 100%);
}

/* Story */
.story-item h4 {
	font-size: 20px;
	font-weight: 800;
	padding-bottom: 10px;
}
.story-colum ul {
	width: 100%;
}

/* Tes */
.tes-content {
    padding: 50px 30px 40px;
    margin: 0px 25px 0;
    background-image: linear-gradient(150deg, #160040 0%, #79018c 100%);
    position: relative;
}
.tes-content h2 {
	font-weight: 600;
	font-size: 20px;
	padding-bottom: 20px;
	padding-top: 10px;
}

.tes-content h3 {
	font-size: 15px;
}

/* Steps */
.sppb-panel-title {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 800;
	color: #fff;
}
.sppb-panel-modern>.sppb-panel-heading {
    background: #160040;
}
.sppb-toggle-direction i {
	color: #fff;
}

/* Pricing */
.pricing-colum {
	border: 2px solid #160040;
	padding: 50px 50px 50px 50px;
}
.pricing-colum.right {
	position: relative;
	background-image: linear-gradient(150deg, #160040 0%, #79018c 100%);
	border: none;
}
.pricing-star {
	position: absolute;
	top: -50px;
	background: #fff;
	display: inline-block;
	right: -50px;
	padding: 10px;
	border-radius: 5px;
}
.pricing-colum.right em {
	color: #fff;
}
.pricing-colum h5 {
	letter-spacing: 2px;
}
.cost {
    margin-bottom: 30px;
    border-bottom: 1px solid #333;
    padding-bottom: 10px;
}
.pricing-item .amount {
    font-size: 55px;
    font-weight: 800;
}
.plantype {
	text-transform: uppercase;
	font-weight: 800;
}
.table-body {
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #333;
}
.pricing-item strong {
    display: none;
}
.pricing-item .table-body p {
	font-weight: 500;
}
.pricing-item em {
    padding-right: 10px;
    font-size: 16px;
    color: #79018c;
}

/* Blog */
.blog .title h3 {
	font-size: 40px;
}
.jm-category-module.default .jmm-rows.rows-3 > div > .jmm-item {
	width: 31.33%;
	margin: 1%;
	background: #160040;
}
.jmm-item .jmm-image.mod-article-image {
  	overflow: hidden;
  	margin: 0;
}
.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%);
}
.jmm-text {
    padding: 20px;
    border-radius: 0px 0px 10px 10px;
    box-shadow: 9.899px 9.899px 30px 0 rgb(0 0 0 / 10%);
}
.jm-category-module.default .jmm-text .jmm-title {
	font-size: 17px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
}
.jmm-readmore a {
	color: #ce17eb;
}
.jm-category-module.default .jmm-intortext {
    color: #fff;
}

/* Contact Info */
.contact-info h2, .contact-info h3 {
    font-size: 25px;
}
button.btn.btn-primary.validate {
    color: #fff !important;
    padding: 13px 20px;
}

/* Bottom */
#sp-bottom {
	overflow: hidden;
	position: relative;
	z-index: 1;
}
#sp-bottom:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: -1;
    width: 100%;
    background-image: url(../images/ativo-2.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
    mix-blend-mode: multiply;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
#sp-bottom .sp-module .sp-module-title {
    font-size: 18px;
}
#sp-bottom2 span {
    padding-right: 10px;
}
#sp-bottom strong {
  	display: none;
}

/* 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;
	}
  	.feature-item {
    	position: relative;
      	margin-bottom: 40px;
	}
  	.feature-btn .btn {
      	display: block;
      	margin-bottom: 40px;
	}
  	.team-colum {
    	padding: 80px 0 200px !important;
	}
  	.portfolio .sppb-col-md-4 {
    	margin-bottom: 30px;
	}
  	.testimonial .sppb-col-md-4 .clearfix {
    	margin: 0px 0 30px !important;
	}
    .jm-category-module.default .jmm-rows.rows-3 > div > .jmm-item {
    	width: 98%;
    	margin: 1%;
	}
}

/* Mobile Small Resolution */
@media (max-width: 480px) {
  	.jm-category-module.default .jmm-rows.rows-3 > div > .jmm-item {
    	width: 98%;
    	margin: 1%;
	}
}

/* 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,
.shrewd_solution_icon ul li a: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 h4, .title h5, .bg-title li em, .bg-title li:hover, .story-item h3, .pricing-item .amount {
  	color: var(--text-color) !important;
}
.title h4:before, .title h3:before {
  	border-color: var(--text-color) !important;
}
