 /*************************************

Template Name: pixie - Personal Portfolio Template
Author: mhbthemes
Version: 1.0
Design and Developed by: mhbthemes

NOTE: This is main stylesheet of the template.

****************************************/
 /*================================================
            Table of contents  
==================================================
 
0. BASE CSS
1. PRELOADER
2. SECTION TITLE AND SECTION PADDING
3. HEADER AREA
4. WELCOME AREA
5. ABOUT AREA
6. SERVICES AREA
7. WORK AREA
8. STAT AREA
9. TESTIMONIAL AREA 
10. CONTACT INFO AREA
11. FOOTER AREA

====================================================
            End table content 
===================================================*/
 
@import url('https://fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

 /*================================================
             0 BASE CSS
==================================================*/
 
 a:focus {
     outline: 0 solid
 }
 img {
     max-width: 100%;
     height: auto;
 }
a{
    transition: 0.4s
}
 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
     margin: 0 0 15px;
     font-weight: 700;
     color: #222;
     line-height: 1.2;
 }
 p {
     color: #444;
 }
 html,
 body {
     height: 100%
 }
 body {
     font-family: 'Poppins', sans-serif;
     font-weight: 400;
     line-height: 22px;
 }
 a:hover {
     text-decoration: none
 }
 /* Remove Chrome Input Field's Unwanted Yellow Background Color */
 
 input:-webkit-autofill,
 input:-webkit-autofill:hover,
 input:-webkit-autofill:focus {
     -webkit-box-shadow: 0 0 0px 1000px white inset !important;
 }


 /*========================
    DEMO PANEL CSS
=========================*/

 .demo_panel_box {
	position: fixed;
	width: 215px;
	height: 70px;
	background: #e6e6e6;
	left: -215px;
	top: 180px;
	text-align: center;
	z-index: 99;
}
 .color_panel_box {
     margin-top: 20px;
     padding: 0 12px;
 }
 .spiner_button {
     height: 50px;
     width: 50px;
     background: #fff;
     position: absolute;
     display: block;
     right: -50px;
     ;
     top: 0px;
     z-index: 99;
     text-align: center;
     font-size: 30px;
     color: #000;
     padding-top: 10px;
     cursor: pointer;
     border-radius: 0 10px 10px 0;
     box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
 }
 .color_panel_box span {
     width: 30px;
     height: 30px;
     margin-left: 15px;
     display: block;
     float: left;
     margin-bottom: 15px;
     cursor: pointer;
 }
 .color_panel_box span.color_1 {
     background-color: #F27849;
 }
 .color_panel_box span.color_2 {
     background-color: #2196F4;
 }
 .color_panel_box span.color_3 {
     background-color: #ffc814;
 }
 .color_panel_box span.color_4 {
     background-color: #44b272;
 }

 /*================================================
             1 PRELOADER
==================================================*/
 
 .preloader {
     position: fixed;
     width: 100%;
     height: 100%;
     left: 0;
     top: 0;
     background-color: #fff;
     z-index: 9999999;
 }
 .preloader .spinner {
     left: 50%;
     margin-left: -20px;
     margin-top: -20px;
     position: absolute;
     top: 50%;
 }
 .spinner {
     margin: 100px auto;
     width: 50px;
     height: 40px;
     text-align: center;
     font-size: 10px;
 }
 .spinner > div {
     background-color: #222;
     height: 100%;
     width: 6px;
     display: inline-block;
     -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
     animation: sk-stretchdelay 1.2s infinite ease-in-out;
 }
 .spinner .rect2 {
     -webkit-animation-delay: -1.1s;
     animation-delay: -1.1s;
 }
 .spinner .rect3 {
     -webkit-animation-delay: -1.0s;
     animation-delay: -1.0s;
 }
 .spinner .rect4 {
     -webkit-animation-delay: -0.9s;
     animation-delay: -0.9s;
 }
 .spinner .rect5 {
     -webkit-animation-delay: -0.8s;
     animation-delay: -0.8s;
 }
 @-webkit-keyframes sk-stretchdelay {
     0%, 40%, 100% {
         -webkit-transform: scaleY(0.4)
     }
     20% {
         -webkit-transform: scaleY(1.0)
     }
 }
 @keyframes sk-stretchdelay {
     0%, 40%, 100% {
         transform: scaleY(0.4);
         -webkit-transform: scaleY(0.4);
     }
     20% {
         transform: scaleY(1.0);
         -webkit-transform: scaleY(1.0);
     }
 }

 /*================================================
     2 SECTION TITLE AND SECTION PADDING
==================================================*/
 
 .section-title {
     margin-bottom: 65px;
     text-align: center;
	 font-family: Poppins;
 }
 .section-title h2 {
     font-size: 45px;
     margin-bottom: 5px;
     letter-spacing: 2px;
     font-weight: 900;
	 font-family: Poppins;
 }
 .section-title p {
     font-size: 14px;
     margin: 0;
 }
 .section-padding {
     padding: 100px 0;
 }
 /*================================================
             3 HEADER AREA
==================================================*/
 
 .custom-navbar {
     border-width: 0;
     background: transparent;
     -webkit-transition: all 0.4s ease-in-out;
     transition: all 0.4s ease-in-out;
 }
 .logo a {
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 2px;
	margin-top: 21px;
	text-transform: uppercase;
	-webkit-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
	line-height: 40px;
	font-family: Poppins;
}
 .logo a:focus {
     text-decoration: none;
 }
 .main-menu {
     text-transform: uppercase;
 }
 .main-menu ul.navbar-nav {
     float: right;
 }
 .main-menu ul.nav.navbar-nav li.active {
     position: relative;
 }
 .main-menu ul.nav.navbar-nav li.active a {} .main-menu ul.navbar-nav li a {
     color: #fff;
     font-weight: 500;
     font-size: 12px;
     padding: 30px 13px;
     -webkit-transition: all 0.4s ease-in-out;
     transition: all 0.4s ease-in-out;
     position: relative;
 }
 .main-menu ul.navbar-nav li a:focus {
     background: none;
 }
 .main-menu ul li:hover a {
     color: #f9f9f9;
     background: none;
 }
 .custom-navbar.top-nav-collapse .logo a {
     margin-top: 13px;
 }
 .custom-navbar.top-nav-collapse .main-menu ul.navbar-nav li a {
     color: #444;
     padding: 22px 13px;
 }
 .custom-navbar.top-nav-collapse .main-menu ul.nav.navbar-nav li.active a {} .logo a span {
     display: inline-block;
     font-size: 28px;
     padding: 9px 5px 8px 7px;
 }
 .custom-navbar.top-nav-collapse {
     background: #fff;
     box-shadow: 0 0 10px #222;
     border-width: 0;
 }
 .custom-navbar.top-nav-collapse .main-menu ul.navbar-nav li.active a:after {
     opacity: 1;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
 }
 /*================================================
             4 WELCOME AREA
==================================================*/
 
 .welcome-area {
     background-size: cover;
     z-index: 1;
     position: relative;
     height: 100%;
 }
 .welcome-area:after,
 .quotes-area:after {
     position: absolute;
     content: "";
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: #000;
     opacity: .6;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
     z-index: -1;
 }
 .welcome-table {
     display: table;
     width: 100%;
     height: 100%;
     text-align: center;
 }
 .welcome-cell {
     display: table-cell;
     vertical-align: middle;
 }
.welcome-text {
	font-size: 24px;
	color: #fff;
	border-top: 5px solid #fff;
	display: inline-block;
	padding: 50px 70px 65px;
	position: relative;
	z-index: 1;
	border-left: 5px solid #fff;
	border-right: 5px solid #ddd;
}
.welcome-text::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 25%;
	height: 5px;
	background: #fff;
}
.welcome-text::after {
	position: absolute;
	content: "";
	right: 0;
	bottom: 0;
	width: 25%;
	height: 5px;
	background: #fff;
}
.social-links {
	position: absolute;
	text-align: center;
	left: 0;
	bottom: 0;
	width: 100%;
	margin: 0 auto;
}
.social-links li:last-child a {
	margin-right: 0;
}

.social-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.social-links li {
  display: inline-block;
}
.social-links a {
  color: #444;
  font-size: 15px;
  background: #fff;
  width: 35px;
  height: 35px;
  display: block;
  line-height: 37px;
  border-radius: 50%;
  margin-right: 5px;
    
}
.social-links {
  position: absolute;
  text-align: center;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0 auto;
}
.social-links ul {
  margin-bottom: -15px;
  position: relative;
  z-index: 2;
}
 .welcome-text h1 {
	 font-family: Poppins;
     font-size: 45px;
     font-weight: 700;
     margin-bottom: 5px;
 }
 .typed-cursor,
 .element {
     display: inline;
     font-weight: 300;
 }
 .welcome-area .home-arrow {
     text-align: center;
     position: absolute;
     bottom: -210px;
     left: 50%;
     -webkit-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
 }
 .welcome-area .home-arrow a {
     font-size: 34px;
 }
 .welcome-area .home-arrow .fa {
     display: inline-block;
     -webkit-transform-style: preserve-3d;
     transform-style: preserve-3d;
     -webkit-animation-name: home-arrow;
     animation-name: home-arrow;
     animation-duration: 2s;
     -webkit-animation-duration: 2s;
     -webkit-animation-iteration-count: infinite;
     animation-iteration-count: infinite;
     -webkit-animation-timing-function: linear;
     animation-timing-function: linear;
 }
 @-webkit-keyframes home-arrow {
     from {
         -webkit-transform: translate3d( 0, 0px, 0);
         transform: translate3d( 0, 0px, 0);
         filter: alpha(opacity=0);
         opacity: 0;
         -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
     }
     10% {
         -webkit-transform: translate3d( 0, 5px, 0);
         transform: translate3d( 0, 5px, 0);
         filter: alpha(opacity=100);
         opacity: 1;
         -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
     }
     to {
         -webkit-transform: translate3d( 0, 30px, 0);
         transform: translate3d( 0, 30px, 0);
         filter: alpha(opacity=0);
         opacity: 0;
         -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
     }
 }

 /*================================================
             5 ABOUT AREA
==================================================*/
 
 .about-area {} .author-image {
     text-align: center;
	 padding-top: 45px;
 }
 .social-icon {
     margin-top: 10px;
     margin-left: -5px;
     text-align: center;
 }
 
.skill-button{
	margin: 20px 0;
    padding: 0;
    list-style: none;
}
.skill-button li {
  display: inline-block;
  padding: 7px 15px;
  background: #222;
  color: #fff;
  margin-bottom: 15px;
  margin-right: 10px;
    border-radius: 5px;
    transition: 0.4s;
}
 .about-text {
     /*padding: 15px 0;*/
	 padding: 40px 0;
 }
 .about-text h2 {
     font-size: 34px;
     font-weight: 300;
     margin-top: 0;
     text-transform: uppercase;
 }
 .about-text h4 {
     font-size: 16px;
     font-weight: 500;
     text-transform: uppercase;
 }
 .about-text p {
     font-size: 15px;
     color: #222;
     line-height: 28px;
     font-weight: 300;
 }
 .about-text span {
     font-weight: 700;
     display: inline-block;
 }
 .btn,
 a.btn {
     border-radius: 0 !important;
     cursor: pointer;
     font-size: 12px;
     font-weight: 700 !important;
     letter-spacing: 0.2em;
     overflow: hidden;
     padding: 16px 28px;
     text-align: center;
     text-transform: uppercase;
     border: 2px solid transparent;
     -webkit-transition: all 0.4s ease 0s;
     transition: all 0.4s ease 0s;
 }
.about-text .btn {
	margin-right: 15px;
	margin-top: 15px;
}
 .about-text a.btn i.fa {
     display: inline-block;
     margin-right: 7px;
 }
 .btn:hover,
 a.btn:hover,
 .btn.btn-effect:hover {} .btn.extra,
 a.btn.extra {
     background: #222;
     color: #fff;
     border: 2px solid transparent;
 }
 btn.extra:hover,
 a.btn.extra:hover {
     color: #222;
     border: 2px solid #222;
     background: transparent;
 }
 .btn:focus,
 a.btn:focus {
     outline: none;
 }
 .btn:hover,
 a.btn:hover {} .btn.extra:hover,
 a.btn.extra:hover {}

 /*================================================
            6 SERVICES AREA
==================================================*/

.services-area{
    background-color: #f7f7f7;
}
 .single-service {
     position: relative;
     overflow: hidden;
     font-size: 15px;
     font-weight: 300;
     padding: 40px 30px;
     background-color: #fff;
     margin-bottom: 30px;
     box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
     -webkit-transition: 0.4s;
     transition: 0.4s;
 }
.single-service::before {
	position: absolute;
	content: "";
	left: -80px;
	top: 0;
	height: 2px;
	width: 70px;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	background: rgba(9, 179, 239, 1);
}
.single-service::after {
	position: absolute;
	content: "";
	right: -80px;
	bottom: 0;
	height: 2px;
	width: 70px;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	background: rgba(9, 179, 239, 1);
}
.single-service:hover::before {
	left: 0;
}
.single-service:hover::after {
	right: 0;
}
.single-service:hover{
    
}
 .service-img {
     height: 65px;
     width: 60px;
     background-size: contain;
     margin: 0 auto;
     background-repeat: no-repeat;
 }
 .single-service h3 {
     font-size: 18px;
     font-weight: 400;
     margin: 15px 0 20px;
     text-transform: capitalize;
 }
 .single-service p {
     margin: 0;
 }
 .single-service:hover {}

 /*================================================
            7 WORK AREA
==================================================*/
.work-area{
    
}
 .work-inner .mix {
     display: none;
 }
 ul.work-list {
     list-style: outside none none;
     margin-bottom: 30px;
     padding: 0;
 }
 ul.work-list li {
     cursor: pointer;
     display: inline-block;
     padding: 5px 10px;
     font-size: 13px;
     text-transform: uppercase;
     -webkit-transition: 0.4s;
     transition: 0.4s;
 }
 .single-work {
     position: relative;
     overflow: hidden;
     margin-bottom: 30px;
 }
 .single-work img {
     -webkit-transform: scale(1.15);
     transform: scale(1.15);
     -webkit-transition: all 0.4s ease 0s;
     transition: all 0.4s ease 0s;
 }
 .single-work:hover img {
     -webkit-transform: scale(1);
     transform: scale(1);
 }
 /*
.row.no-gutter [class*="col-"]{
    margin: 0;
    padding: 0;
}
*/
 .item-hover {
     padding: 30px;
     height: 100%;
     left: 0;
     position: absolute;
     top: 0;
     width: 100%;
     -webkit-transition: 0.4s;
     transition: 0.4s;
     z-index: 1;
     opacity: 0;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
     -webkit-transition: 0.6s;
     transition: 0.6s;
 }
 .item-hover:before {
     position: absolute;
     content: "";
     width: 100%;
     height: 100%;
     top: 0;
     left: 0;
     background: #000;
     opacity: 0;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
     visibility: hidden;
     z-index: -1;
     -webkit-transition: 0.4s;
     transition: 0.4s;
 }
 .single-work:hover .item-hover:before {
     opacity: 0.7;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
     visibility: visible;
 }
 .single-work:hover .item-hover {
     opacity: 1;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
 }
 .work-table {
     display: table;
     height: 100%;
     text-align: center;
     width: 100%;
 }
 .work-tablecell {
     display: table-cell;
     vertical-align: middle;
 }
 .single-work:hover .hover-content {} .hover-content h4,
 .hover-content p {
     color: #fff;
     margin: 0;
 }
 .hover-content h4 {
     margin-bottom: 10px;
     font-weight: 600;
     text-transform: capitalize;
 }
 .hover-content p {
     font-weight: 400;
     font-size: 14px;
 }
 .hover-content a {
     display: inline-block;
     font-size: 16px;
     height: 40px;
     line-height: 40px;
     background: #fff;
     color: #444;
     margin-right: 10px;
     margin-top: 15px;
     text-align: center;
     -webkit-transition: all 0.6s ease 0s;
     transition: all 0.6s ease 0s;
     width: 40px;
     transition: 0.6s;
     position: relative;
     border-radius: 50%;
 }
 .hover-content a.work-link {
     margin-right: 0;
     
 }

 /*===============================================
	    8. STAT AREA
===============================================*/
 
 .stat-area {
     color: #222;
     background-color: #f7f7f7;
 }
 .stat-border {
     border-right: 1px dashed #fff;
 }
 .stat-border:last-child {
     border-right: 0px dashed;
 }
 .single-stat {
     text-align: center;
 }
 .single-stat i.fa {
     font-size: 30px;
 }
 .single-stat h2 {
     font-size: 55px;
     margin-bottom: 5px;
     margin-top: 20px;
     font-weight: 900;
 }
 .single-stat h3 {
     font-size: 14px;
     font-weight: 400;
     text-transform: uppercase;
     color: #444;
     margin: 0;
 }

 /*================================================
            9 TESTIMONIAL AREA 
==================================================*/
 
  .testimonial-area {} .single-testimonial {
     position: relative;
     background-color: #fff;
     padding: 40px 20px 25px;
     border: 1px solid #ddd;
 }
.testimonial-list.owl-carousel .owl-stage-outer {
	padding-top: 20px;
}

.quote-mark {
	position: absolute;
	left: 14px;
	top: 0;
	width: 38px;
	height: 38px;
	color: #fff;
	border-radius: 50%;
	font-size: 18px;
	text-align: center;
	line-height: 38px;
	transform: translateY(-50%);
    background: #222;
}
.testimonial-list.owl-carousel .owl-item.active .quote-mark{
    
}
 .t-image {
     height: 70px;
     left: 20px;
     position: absolute;
     right: 0;
     width: 70px;
 }
 .t-name {
     padding: 13px 0;
 }
 .t-image img {
     border-radius: 50%;
     width: 100%;
 }
 .t-author h4 {
     margin: 0;
     font-size: 15px;
     text-transform: uppercase;
     font-weight: 600;
 }
.t-author h4 span{
    display: block;
    margin-top: 5px;
    font-size: 13px;
    font-weight: 400;
}
 .t-content {
     margin-bottom: 30px;
     font-size: 15px;
 }
 .t-author {
     padding-left: 85px;
 }
 .testimonial-area .owl-dots {
     margin-top: 35px;
     text-align: center;
 }
 .testimonial-area .owl-dots div {
     background: #222 none repeat scroll 0 0;
     display: inline-block;
     height: 5px;
     margin-left: 5px;
     width: 25px;
 }

 /*================================================
            10 CONTACT INFO SECTION
==================================================*/
 
 .contact-info-area {
     background: #f7f7f7;
 }
 .contact-form,
 .author-adress {
     background-color: #fff;
     box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.1);
     padding: 40px 30px;
 }
 .contact-form .form-group {
     margin-bottom: 16px;
 }
 .form-control {
     padding: 15px;
     height: auto;
     box-shadow: none !important;
     border: none;
     border-radius: 0;
     background: #f5f5f5;
     border-radius: 5px;
 }
 textarea.form-control {
     resize: vertical;
     height: 120px;
 }
 .form-control:focus {
     border: 0 solid;
 }
 .btn.disabled,
 .btn[disabled],
 fieldset[disabled] .btn {
     box-shadow: none;
     cursor: not-allowed;
     opacity: 1;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
 }
 .btn.btn-effect.disabled {
     cursor: not-allowed;
 }
.single-address i.fa {
	font-size: 22px;
	height: 55px;
	line-height: 30px;
	margin-right: 20px;
	width: 55px;
	background: #222;
	color: #fff;
	line-height: 55px;
	border-radius: 50%;
	margin: 0 auto 15px;
    transition: 0.4s;
}
 .single-address h4 {
     margin-bottom: 10px;
     margin-top: 10px;
     font-weight: 400;
 }
 .single-address p {
     font-size: 15px;
     font-weight: 300;
     margin-bottom: 3px;
 }
.contact-margin-bottom{
    margin-bottom: 50px;
}

 /*================================================
            11 FOOTER SECTION
==================================================*/
 
 .footer {
     background-color: #030706;
     padding: 20px 0;
 }
 .footer p {
     font-size: 16px;
     color: #fff;
     margin: 0px;
 }
 
/* ========== custom ============ */
.competenze-area
{
	background-color:#e6e6e6;
} 

.email_message
{
	width:100%;
	text-align:center;
	margin-top:20px;
}

.certificates
{
	margin-top:30px;
}

.mg-hover-content p, .mg-hover-content h4
{
	color:white;
}
.mg-hover-content .btn:hover
{
	background-color:#F27849;
}
.mg-hover-content .btn a
{
	color:white;
}

.services-area
{
	background-color: #e6e6e6;
}


/* Update 2023 */

#storia
{
    background-color: rgba(245,119,78, 0.8);
}

.white-title
{
    color:white;
}

.storia-subtitle
{
    font-size: 22px;
    color: white;
    font-family: 'Poppins';
    margin-bottom: 20px;
}

.storia-main
{
    margin-bottom: 60px;
}

.storia-card
{
    background-color: white;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 35px;
    padding-left: 35px;
}
.storia-card-title
{
    color: #f5774e;
    font-size: 26px;
    font-weight: bold;
    font-family: 'Poppins';
    margin-top: 22px;
    margin-bottom: 10px;
    text-align: center;
}
.storia-card-subtitle
{
    font-size: 18px;
    font-family: 'Poppins';
    text-align: center;
}
.storia-desc
{
    padding-top:20px;
    font-size: 15px; 
}
.storia-icon
{
    border-radius: 70px;
}

.storia-old-row .storia-card-title
{
    font-size: 18px;
    margin-top: 8px;
    margin-bottom: 0px;
}
.storia-old-row .storia-card-subtitle
{
    font-size: 15px;
}

.storia-card {
    position: relative;
    overflow: hidden;
    font-size: 15px;
    font-weight: 300;
    padding: 40px 30px;
    background-color: #fff;
    margin-bottom: 30px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.storia-card::before {
   position: absolute;
   content: "";
   left: -80px;
   top: 0;
   height: 2px;
   width: 70px;
   transition: all 0.4s ease-in-out;
   -webkit-transition: all 0.4s ease-in-out;
   background: #444;
}
.storia-card::after {
   position: absolute;
   content: "";
   right: -80px;
   bottom: 0;
   height: 2px;
   width: 70px;
   transition: all 0.4s ease-in-out;
   -webkit-transition: all 0.4s ease-in-out;
   background: #444;
}
.storia-card:hover::before {
   left: 0;
}
.storia-card:hover::after {
   right: 0;
}
.storia-card:hover{
   
}

.card-text
{
	text-align:left;
}

/* Progetti */

.padding0
{
    padding:0 !important;
}

.projects-row
{
    background: transparent !important;
    padding-bottom:100px;
}

.projects-row-title
{
    padding-top:100px;
}

.project-title
{
    font-size: 40px;
    font-weight: bold;
    font-family: 'Poppins';
    color: #f5774e;
    background-color: white;
    padding: 30px;
    line-height: 40px;
}

.project-desc
{
    width: 80%;
    margin-left: 10%;
    margin-top: 45px;
    background-color: white;
    padding: 10px;
    font-size: 16px;
    font-family: 'Poppins';
    color: #444;
    letter-spacing: 1px;
}

.project-tags
{
    text-align: center;
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.carousel-tag
{
    font-size: 20px;
    color: white;
    background: #f5774e;
    padding: 10px;
    font-family: monospace;
    margin-left: 10px;
    margin-right: 10px;
}

.project-image
{
    width: 80%;
    margin: 10%;
}

.project-image img
{
    width:100%;
}

#progetti
{
    padding: 0px;
}

#progetti .container-fluid
{
    padding-top:100px;
    padding-bottom:100px;
}

.desktop-slider
{
    text-align: center;
    font-size: 70px;
    opacity: 0.5;
    cursor: pointer;
}

.about-area .row 
{
    display: flex;
    align-items: center;
}
.author-image img 
{
    max-width: 100%;
    height: auto;
    display: block;
}
