/*** General CSS ***/
body {
    line-height: 1.9em;
}
.menu.menudd {
	background: white;
}
/*** Header Area ***/
/* Header Top */
#sp-top-bar {
    position: relative;
    z-index: 999;
    font-size: 15px;
    padding: 12px 0 12px;
}
body:not(.home) #sp-top-bar {
  	border-bottom: 1px solid rgb(255 255 255 / 36%);
}

/* Header Menu */
#sp-header {
    top: 0px;
    padding: 0px;
    height: inherit;
    box-shadow: none;
    z-index: 9999;
}
#sp-header.header-sticky {
    position: fixed;
    top: 0;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
}
.btnacquista {
	border: 1px solid #ffa85b;
	box-shadow: 1px 1px #ddd4cf;
	background-color: #ffb55e;
	color: white;
	text-shadow: 1px 1px #b38265;
	border-radius: 3px;
    -webkit-transition: 1s all;
    -o-transition: 1s all;
    transition: 1s all;
}
.btnacquista:hover{
    background-color: #ff8e16;
    -webkit-transition: 1s all;
    -o-transition: 1s all;
    transition: 1s all;
}
.cerca_dx {
	width: 300px;
	float: right;
}

body:not(.home) #sp-header {
    position: static;
}
body:not(.home) #sp-header.header-sticky {
    position: fixed; 
    border-bottom: 1px solid #ff4800;
}
.vm-subcategory img {
	max-width: 150px;
	max-height: 150px;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a {
    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;
}
.sp-module .sp-profile-wrapper a {
	color: #ff4800;
}

/* 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;
}
#sp-logo {
	margin-top: 10px;
}
.menu {
	width: 100%;
	height: auto;
	background: #ff4800;
	padding-left: 11%;
	margin-top: 12px;
	overflow: auto;
}
.menu li {
	float: left;
	padding: 10px;
	list-style-type: none;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Open Sans;
	font-size: 13px;
}
.menu.nav-pills li {
	background: white;
}
.sp-module.sotto {
	margin-top: -16px;
}
.burger-icon>span {
    background-color: #000;
}
.offcanvas-menu > .align-items-center {
    background: #ff4800;
}
.offcanvas-active .burger-icon>span, #modal-menu-toggler.active .burger-icon>span {
    background-color: #fff;
}

/*** Block Styles ***/
/* Button */
.btn, .button, .no-btn {
    padding: 12px 35px;
    font-size: 17px;
    font-weight: 600;
    border-radius: 5px;
    text-transform: capitalize;
    letter-spacing: 0;
    border: none;
    display: inline-block;
    background: transparent;
    color: #fff !important;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    background-color: #ff9267;
    box-shadow: 100px 0px 68px -1px #ff4800 inset;
}
.manufacturer-img.mb-3 img {
	max-height: 100%;
	max-width: 100%;
}
.manufacturer-img.mb-3 {
	height: 150px;
}
.btn:hover, .button {
	background: transparent !important;
	color: #fff!important;
}
@media (max-width:1399px){
    .manufacturer-img.mb-3 img {
        margin-left: 25%;
    }
}
@media (max-width:1199px){
    .manufacturer-img.mb-3 img {
        margin-left: 17%;
    }
}
@media (max-width:480px){
    .manufacturer-img.mb-3 img {
        margin-left: 6%;
    }
}
.btn:hover, .button:hover, .no-btn:hover {
      transform: translateY(-8px);
}
.no-btn {
	color: #021137 !important;
}

/* Title */
.title h2 {
    font-size: 50px;
    font-weight: 800;
    padding: 20px 0;
    margin: 0;
}
.title h3 {
    letter-spacing: 4px;
}

/* Bg */
.bg {
	background-image: linear-gradient(135deg, #1A7759 0%, #1BE392 100%);
}
.bg > .sppb-row-overlay {
	background-image: linear-gradient(285deg, #0F1014 50%, #F2295B00 50%);
}
.bg-title {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.bg-title li {
	display: inline-block;
	font-size: 17px;
	text-transform: capitalize;
	font-weight: 500;
	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: url(../images/rounded_1.png);
    background-position: 800px 0px;
    background-repeat: no-repeat;
    background-size: contain;
}
.slider-title h2 {
	font-size: 50px;
	font-weight: 800;
	padding: 20px 0;
	margin: 0;
}
.slider-title h4 {
    letter-spacing: 4px;
}
.slider-title h3 {
    font-size: 27px;
    padding-bottom: 20px;
}

/* About */
.check-list {
	padding: 0;
	list-style-type: none;
	margin: 0;
}
.check-list em {
	padding-right: 10px;
}
.check-list li {
	font-size: 15px;
	padding-bottom: 10px;
}
.check-list strong {
	display: none;
}
.about-img img {
	-webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.about-img:hover img {
	transform: scale(1.1);
}
.content-p {
	margin-top: 30px;
}
.content-p p {
    width: 48%;
    float: left;
}
.content-p p:nth-child(1) {
    margin-right: 4%;
}

/* What */
.what > .sppb-row-overlay {
    background-image: url('../images/pattern_2.png');
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 10% auto;
    opacity: 0.5;
}
.what-item {
    background-color: #131418;
    padding: 2em 2em 2em 2em;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #1D2126;
    border-radius: 10px 10px 10px 10px;
}
.what-item a:hover {
	background: transparent !important;
}
.what-item a {
	border: none;
	border-bottom: 1px solid #fff;
	cursor: pointer;
}
.what-item span.sppb-icon-container {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: relative;
}
.what-item span.sppb-icon-container i {
    position: absolute;
    right: -10px;
    bottom: -10px;
}

/* Portfolio */
.portfolio > .sppb-row-overlay {
	background-image: url('../images/portfolio.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.1;
}
.portfolio-item p {
	font-weight: 600;
	letter-spacing: 1px;
}
.portfolio-item strong {
	display: none;
}
.portfolio-item em {
	font-size: 12px;
}
.portfolio-item img {
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	filter: brightness( 100% ) contrast( 100% ) saturate( 0% ) blur( 0px ) hue-rotate( 0deg );
}
.portfolio-colum:hover img {
	transform: scale(1.1) rotate(4deg);
	filter: brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );
}

/* Testimoial */
.sppb-addon-testimonial-content-wrap span {
    text-align: left;
}

/* Video */
.video-pg > .sppb-row-overlay {
	background-image: url('../images/portfolio.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.5;
	filter: brightness( 100% ) contrast( 100% ) saturate( 0% ) blur( 0px ) hue-rotate( 0deg );
}
.video {
    min-width: 60px;
    min-height: 60px;
    position: relative;
    top: 34%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    background: #0A0B0F;
    width: 70px;
    height: 70px;
    border-radius: 50%;
}
.video .sppb-img-container {
    overflow: hidden;
}
.video .sppb-img-container:hover:before {
    background-color: rgba(0, 0, 0, 0.90);
}
.video .sppb-img-container:before {
    background-color: rgba(0, 0, 0, 0.60);
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 10px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.video img {
    width: 100%;
}
#video-popup-container,
#video-popup-containers {
    display:none;
    position: fixed;
    z-index: 996;
    width: 60%;
    left: 50%;
    margin-left: -30%;
    top: 20%;
    background-color: #fff;
}
.video a {
    font-size: 0;
    position: absolute;
    top: 44%;
}
.video a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    margin-top: 5px;
    margin-left: 0;
    border-radius: 50%;
    z-index: 10;
    border: 10px solid #21C063;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
    z-index: -1;
}
.video a:after {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    margin-top: -11.5px;
    margin-left: -5px;
    border: solid 11px transparent;
    border-left: solid 17px;
    border-left-color: #fff;
    z-index: 10;
}
#video-popup-close,
#video-popup-closes {
    cursor: pointer;
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 9999;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    text-align: center;
    font-size: 12px;
    background-color: #000;
    line-height: 25px;
    color: #fff;
    opacity: 1;
}
#video-popup-iframe-container,
#video-popup-iframe-containers {
    position: absolute;
    z-index: 999;
    width: 100%;
    padding-bottom: 56.25%;
    border: 2px solid #000;
    border-radius: 2px;
    background-color: #000;
}
#video-popup-iframe,
#video-popup-iframes {
    z-index: 999;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #000;
}
#video-popup-overlay,
#video-popup-overlays {
    display: none;
    position: fixed;
    top: 0;
    background-color: #000;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    left: 0;
}
#video-popup-close:hover,
#video-popup-closes:hover {
    color: #DE0023;
}
@-webkit-keyframes pulse-border{
    0%{
        -webkit-transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity:1
    }
    100%{
        -webkit-transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.8);
        transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.8);
        opacity:0
    }
}
@keyframes pulse-border{
    0%{
        -webkit-transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity:1
    }
    100%{
        -webkit-transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.8);
        transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.8);
        opacity:0
    }
}

/* Trust */
.trust .sppb-col-md-12 {
    background: #fff;
    border-radius: 10px;
    padding: 60px 20px;
    margin-top: -100px;
}
.trust .clearfix:first-child {
	width: 100%;
}
.trust .clearfix {
	float: left;
	width: 16.6%;
	padding: 20px;
}

/* Skill */
.skill {
    position: relative;
}
.bar-skill #skill {
    list-style: none;
    position: relative;
    padding: 0 !important;
    background-image: none !important;
}
#skill li {
    margin-bottom: 50px;
    background: #eee;
    height: 10px;
    border-radius: 0px;
}
#skill li h3, #skill li p {
    position: relative;
    top: -20px;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    float: left;
    width: 50%;
    padding: 0;
    text-transform: capitalize;
    letter-spacing: 2px;
}
#skill li p {
    text-align: right;
    font-size: 16px;
    color: #fff;
}
.bar {
    height: 10px;
    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%;}  }

/* Job */
.job .sppb-row-overlay {
    background-image: linear-gradient(135deg, #131418 0%, #1A7759 100%);
    opacity: 0.8;
}
.white-job h5 {
	font-size: 30px;
	margin-top: 30px;
}
.white-job.title h3 {
	color: #fff !important;
}

/* Counter */
.counter-item {
	width: 33.33%;
	float: left;
}
.counter-item h1 {
	font-weight: 800;
}
.counter-item h5 {
	font-size: 17px;
}

/* Services */
.services > .sppb-row-overlay {
    background-image: url(../images/rounded_1.png);
    background-position: -575px -575px;
    background-repeat: no-repeat;
}
.services .what-item {
	border: none;
	background: #fff;
}
.services .what-item span.sppb-icon-container {
	background: #B7FFE2 !important;
}
.services .what-item.color-sr, .marketing .what-item.color-sr {
	background-image: linear-gradient(135deg, #1A7759 0%, #1BE392 100%);
}
.services .what-item.color-sr span.sppb-icon-container i {
	color: #fff !important;
}
.services .what-item.color-sr span.sppb-icon-container {
	background-color: #1BE392 !important;
}
.services .what-item.color-sr h3 {
	color: #222 !important;
}

/* Team */
.team-item {
    background-color: #000000;
    border-radius: 20px 20px 0 0;
    padding-bottom: 10px;
}
.shrewd_solution_icon ul, .shrewd_solution_icon ul li {
    display: inline-block!important;
    padding: 0!important;
}
.shrewd_solution_icon ul li a {
    font-size: 20px;
    color: #fff !important;
    height: 42px;
    width: 42px;
    line-height: 42px;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
    -webkit-transition: .5s;
    transition: .5s;
    display: inline-block;
}
.shrewd_solution_icon strong {
    display: none;
}
.team-item p {
    font-size: 20px;
	margin-bottom: 20px;
}
.team-item img {
	border-radius: 20px 20px 0 0;
}

/* Marketing */
.marketing-colum .clearfix:nth-child(n+6) {
	float: left;
	width: 20%;
	padding: 15px;
}
.maketting-top .check-list li {
    padding: 10px 0;
    border-bottom: 1px solid #1d2126;
}
.maketting-top h6 {
    font-size: 20px;
    margin-top: 30px;
    text-transform: uppercase;
    padding-bottom: 5px;
}
.marketing-img img {
	filter: brightness( 100% ) contrast( 100% ) saturate( 0% ) blur( 0px ) hue-rotate( 0deg );
}
.marketing-img:hover img {
	filter: brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );
}

/* Blog */
.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%);
    background: #131418;
}
.jm-category-module.default .jmm-text .jmm-title {
	font-size: 17px;
	font-weight: 600;
	text-transform: capitalize;
	color: #fff;
}
.jm-category-module.default .jmm-readmore {
	margin-top: 20px;
}
.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;
}
#sp-position1 {
	padding: 0;
}

/* Bottom */
#sp-bottom {
	overflow: hidden;
	position: relative;
	z-index: 1;
	font-size: 13px;
	box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
}
#sp-bottom p {
	line-height: 28px;
}
#sp-bottom .sp-module .sp-module-title {
    font-size: 22px;
    font-weight: 600;
}
#sp-bottom2 span, #sp-bottom3 span {
    padding-right: 10px;
}
#sp-bottom strong {
  	display: none;
}
#sp-bottom h4 {
	letter-spacing: 2px;
}
#sp-bottom1 .shrewd_solution_icon {
    padding-top: 10px;
}
#sp-bottom1 .menu-ft li,
#sp-bottom1 .shrewd_solution_icon, #sp-bottom1 .shrewd_solution_icon li {
    display: inline-block!important;
    padding: 0!important;
}
#sp-bottom1 .shrewd_solution_icon li a {
    font-size: 20px;
    color: #fff !important;
    height: 38px;
    width: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
    -webkit-transition: .5s;
    transition: .5s;
    display: inline-block;
    background: transparent;
}
#sp-bottom1 .shrewd_solution_icon li a:hover {
	background: #fff !important;
}
#sp-bottom1 .shrewd_solution_icon strong {
    display: none;
}
#sp-bottom1 .menu-ft {
	margin-top: 10px !important;
}
#sp-bottom1 .menu-ft li {
	margin: 0 20px !important;
}
#sp-bottom1 .menu-ft a {
	font-size: 16px;
	color: #000;
	padding: 0 10px;
	color: #229631;
}


/* Footer Copyright */
#sp-footer {
    text-align: center;
}
#sp-footer {
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 1;
}
#sp-footer .container-inner {
    border-top: 1px solid rgba(255,255,255,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: 90px;
    }
  	#sp-footer p {
  		text-align: center;
	}
  	body #sp-header {
      	padding: 0;
	}
  	#sp-header {
    	top: 0px;
	}
  	.portfolio .sppb-col-md-4 {
    	margin-bottom: 30px;
	}
  	.trust .clearfix {
        width: 100%;
	}
}

/* Mobile Small Resolution */
@media (max-width: 480px) {
  	div#sp-logo {
    	width: 90%;
	}
  	div#sp-menu {
    	width: 10%;
  	}
}

/* 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,
.video, .what-item span.sppb-icon-container, .bar, .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,
.slider-title h2, .title h3, .check-list em, .what-item a:hover, .portfolio-item p, .portfolio-item em,
.title.color h2, #skill li h3, .counter-item h1, .services .what-item h3, .services .what-item i, .team-item h3,
.title-sr h3, .maketting-top h6 {
  	color: var(--text-color) !important;
}
.btn, .what-item:hover, .what-item a:hover {
  	border-color: var(--text-color) !important;
}
