@charset "UTF-8";

/*---------------------------
	Fonts
----------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Geologica:wght@100;200;300;400;500;600;700;800;900&display=swap');

/*--------------------------------------------------------------
	Colors
--------------------------------------------------------------*/

:root{
  --color1: #ED1C24;
  --color2: #B3B3B3;
  --color3: #ff2e36;
  --color4: #4b070a;
}

html {
  font-size: 15px;
}

body {
  font-family: "Geologica", sans-serif;
  background-color: #fff;
  font-size: 15px;
  font-size: 1.2rem;
  font-weight: 200;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

p,
ul,
li {
  color: #777;
}

p strong {
  color:var(--color3)
}

p {
  line-height: 1.7em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Geologica", sans-serif;
  font-weight: bold;
  color: var(--color1);
}

ul {
  padding-left: 0;
  margin: 0;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover,
a:focus {
  text-decoration: none;
}

img {
  max-width: 100%;
}

/*--------------------------------------------------------------
	Global Elements
--------------------------------------------------------------*/
.page-wrapper {
  position: relative;
  overflow: hidden;
}

.medical-home p {
  color: #828fa6;
}

.wow {
  visibility: hidden;
}

.fi:before {
  margin: 0;
}

.section-padding {
  padding: 100px 0;
}

.section-half-padding {
  padding: 50px 0;
}

@media (max-width: 991px) {
  .section-padding {
    padding: 80px 0;
  }
  .section-half-padding {
    padding: 40px 0;
  }
}

@media (max-width: 767px) {
  .section-padding {
    padding: 70px 0;
  }
  .section-half-padding {
    padding: 35px 0;
  }
}




/*** fancybox style ***/
.fancybox-wrap .fancybox-skin {
  padding: 8px !important;
}

/** for popup image ***/
.mfp-wrap {
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 99999;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

/*** for fancybox video ***/
.fancybox-overlay {
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999 !important;
}

.fancybox-wrap {
  z-index: 99999 !important;
}

/*******************************
	fiorentina section title
*******************************/
.fiorentina-section-title, .fiorentina-section-title-s2, .fiorentina-section-title-s3, .fiorentina-section-title-s4 {
  text-align: center;
  margin: -5px 0 45px;
}

.fiorentina-section-title h2, .fiorentina-section-title-s2 h2, .fiorentina-section-title-s3 h2, .fiorentina-section-title-s4 h2 {
  font-size: 36px;
  font-size: 2.4rem;
  line-height: 1em;
  margin: 0;
  padding-bottom: 0.47em;
  position: relative;
}

@media (max-width: 991px) {
  .fiorentina-section-title h2, .fiorentina-section-title-s2 h2, .fiorentina-section-title-s3 h2, .fiorentina-section-title-s4 h2 {
    font-size: 30px;
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .fiorentina-section-title h2, .fiorentina-section-title-s2 h2, .fiorentina-section-title-s3 h2, .fiorentina-section-title-s4 h2 {
    font-size: 25px;
    font-size: 1.66667rem;
  }
}

.fiorentina-section-title h2:after, .fiorentina-section-title-s2 h2:after, .fiorentina-section-title-s3 h2:after, .fiorentina-section-title-s4 h2:after {
  content: "";
  background-color: var(--color2);
  width: 60px;
  height: 5px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
}

.fiorentina-title h3:after{
  content: "";
  background-color: var(--color2);
  width: 60px;
  height: 5px;
  display: block;
  margin-left: 50%;
  margin-top: 15px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.fiorentina-section-title-s2 {
  text-align: left;
}

.fiorentina-section-title-s2 h2 {
  line-height: 1.2em;
}

.fiorentina-section-title-s2 h2:after {
  left: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}

.fiorentina-section-title-s3 h2, .fiorentina-section-title-s4 h2 {
  margin-bottom: 0.33em;
}

.fiorentina-section-title-s4 {
  text-align: left;
}

@media (max-width: 991px) {
  .fiorentina-section-title-s4 {
    margin-bottom: 35px;
  }
}

.fiorentina-section-title-s4 h2:after {
  left: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}

.fiorentina-section-title-s4 h2,
.fiorentina-section-title-s4 p {
  color: #fff;
}

.fiorentina-section-title p {
  margin-top: 15px;
}


/*******************************
  form
*******************************/
.form input,
.form textarea,
.form select {
  border-color: #bfbfbf;
  border-radius: 0;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #595959;
}

.form input:focus,
.form textarea:focus,
.form select:focus {
  border-color: #443f45;
  -webkit-box-shadow: 0 0 5px 0 #5e5760;
  -moz-box-shadow: 0 0 5px 0 #5e5760;
  -o-box-shadow: 0 0 5px 0 #5e5760;
  -ms-box-shadow: 0 0 5px 0 #5e5760;
  box-shadow: 0 0 5px 0 #5e5760;
}

.form ::-webkit-input-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form :-moz-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form ::-moz-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form :-ms-input-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form select {
  font-style: italic;
  background: url(../images/select-icon.png) no-repeat right center;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: pointer;
}

.form select::-ms-expand {
  /* for IE 11 */
  display: none;
}

.social-links {
  overflow: hidden;
}

.social-links li {
  float: left;
}

.social-links li a {
  display: block;
  text-align: center;
}


/*--------------------------------------------------------------
# HEADER
--------------------------------------------------------------*/
.site-header {
  /* navigation open and close btn hide for width screen */
  /* style for navigation less than 992px */
  /*navbar collaps less then 992px*/
  border-top: 6px solid var(--color3);
}

.site-header .site-logo {
  padding-left: 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.site-header .navigation {
  background-color: #fff;
  margin-bottom: 0;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.site-header .navigation > .container {
  position: relative;
}

.site-header #navbar {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  /*** mega-menu style ***/
}

.site-header #navbar ul {
  list-style: none;
}

.site-header #navbar > ul li a:hover {
  text-decoration: none;
  color: #443f45;
}

@media screen and (min-width: 992px) {
  .site-header #navbar {
    /*** hover effect ***/
  }
  .site-header #navbar li {
    position: relative;
  }
  .site-header #navbar > ul > li > a {
    font-family: "Geologica", sans-serif;
    font-weight: 100;

  }
  .site-header #navbar > ul .sub-menu {
    background-color: #fff;
    width: 220px;
    border-top: 2px solid #443f45;
    position: absolute;
    left: 0;
    top: 130%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }
  .site-header #navbar > ul > li .sub-menu li {
    border-bottom: 1px solid #e6e6e6;
  }
  .site-header #navbar > ul > li .sub-menu a {
    font-size: 14px;
    font-size: 0.93333rem;
    display: block;
    padding: 8px 15px;
  }
  .site-header #navbar > ul > li > .sub-menu .sub-menu {
    left: 110%;
    top: 0;
  }
  .site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a {
    position: relative;
  }
  .site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a:before {
    font-family: "FontAwesome";
    content: "\f105";
    font-size: 15px;
    font-size: 1rem;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .site-header #navbar > ul > li:hover > .sub-menu {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }
  .site-header #navbar .sub-menu > li:hover > .sub-menu {
    left: 100%;
    visibility: visible;
    opacity: 1;
  }
}

@media (max-width: 991px) {
  .site-header #navbar > ul > li a {
    display: block;
    font-size: 14px;
    font-size: 0.93333rem;
  }
  .site-header #navbar > ul > li .sub-menu li {
    border-bottom: 1px solid #e6e6e6;
  }
  .site-header #navbar > ul .sub-menu > li:last-child {
    border-bottom: 0;
  }
  .site-header #navbar > ul > li > .sub-menu a {
    padding: 8px 15px 8px 45px;
  }
  .site-header #navbar > ul > li > .sub-menu .sub-menu a {
    padding: 8px 15px 8px 65px;
  }
  .site-header #navbar > ul .menu-item-has-children > a {
    position: relative;
  }
  .site-header #navbar > ul .menu-item-has-children > a:before {
    font-family: "FontAwesome";
    content: "\f107";
    font-size: 15px;
    font-size: 1rem;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .site-header #navbar .current-menu-item a {
    font-weight: bold;
    color: #443f45;
  }
}

@media screen and (min-width: 992px) {
  .site-header #navbar {
    /*** hover effect ***/
  }
  .site-header #navbar .has-mega-menu {
    position: static;
  }
  .site-header #navbar .mega-menu,
  .site-header #navbar .half-mega-menu {
    background-color: #fff;
    padding: 20px;
    border-top: 2px solid #443f45;
    position: absolute;
    right: 0;
    top: 120%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }
  .site-header #navbar .mega-menu {
    width: 1140px;
    right: 15px;
  }
  .site-header #navbar .half-mega-menu {
    width: 585px;
  }
  .site-header #navbar .mega-menu-box-title {
    font-size: 14px;
    font-size: 0.93333rem;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    padding-bottom: 7px;
    margin-bottom: 7px;
    border-bottom: 1px solid #e6e6e6;
  }
  .site-header #navbar .mega-menu-list-holder li a {
    font-size: 14px;
    font-size: 0.93333rem;
    display: block;
    padding: 7px 8px;
    margin-left: -8px;
  }
  .site-header #navbar .has-mega-menu:hover > ul {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }
}

@media (max-width: 1199px) {
  .site-header #navbar > ul .mega-menu {
    width: 950px;
    right: 15px;
  }
  .site-header #navbar > ul .half-mega-menu {
    width: 485px;
  }
}

@media (max-width: 991px) {
  .site-header #navbar > ul .mega-menu,
  .site-header #navbar > ul .half-mega-menu {
    width: auto;
  }
  .site-header #navbar > ul .mega-menu .row,
  .site-header #navbar > ul .half-mega-menu .row {
    margin: 0;
  }
  .site-header #navbar .mega-menu-content > .row > .col {
    margin-bottom: 25px;
  }
}

@media (max-width: 991px) {
  .site-header #navbar .mega-menu .mega-menu-list-holder a {
    padding: 5px 15px 5px 40px;
  }
  .site-header #navbar .mega-menu .mega-menu-box-title {
    font-size: 14px;
    font-size: 0.93333rem;
    text-transform: uppercase;
    display: block;
    border-bottom: 1px dotted #b3b3b3;
    padding: 0 0 4px 5px;
    margin: 0 25px 8px 25px;
  }
}

@media screen and (min-width: 992px) {
  .site-header .navbar-header .open-btn {
    display: none;
  }
  .site-header #navbar .close-navbar {
    display: none;
  }
}

@media (max-width: 991px) {
  .site-header {
    /* class for show hide navigation */
  }
  .site-header .container {
    width: 100%;
  }
  .site-header .navbar-header {
    min-height: 70px;
  }
  .site-header .navbar-header button {
    background-color: #443f45;
    width: 40px;
    height: 35px;
    border: 0;
    padding: 5px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    outline: 0;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 20;
  }
  .site-header .navbar-header button span {
    background-color: #fff;
    display: block;
    height: 2px;
    margin-bottom: 5px;
  }
  .site-header .navbar-header button span:last-child {
    margin: 0;
  }
  .site-header #navbar {
    background: #fff;
    display: block !important;
    width: 280px;
    height: 100% !important;
    margin: 0;
    padding: 0;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    position: fixed;
    right: -300px;
    top: 0;
    z-index: 100;
  }
  .site-header #navbar ul a {
    color: #000;
  }
  .site-header #navbar ul a:hover,
  .site-header #navbar ul li.current a {
    color: #443f45;
  }
  .site-header #navbar .navbar-nav {
    height: 100%;
    overflow: auto;
  }
  .site-header #navbar .close-navbar {
    background-color: #443f45;
    width: 35px;
    height: 35px;
    color: #fff;
    border: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    outline: none;
    position: absolute;
    left: -18px;
    top: 10px;
    z-index: 20;
  }
  .site-header #navbar > ul > li {
    border-bottom: 1px solid #cccccc;
  }
  .site-header #navbar > ul > li > a {
    padding: 10px 15px 10px 35px;
  }
  .site-header .slideInn {
    right: 0 !important;
  }
}

@media (max-width: 767px) {
  .site-header #navbar .navbar-nav {
    margin: 0;
  }
}

@media (max-width: 991px) {
  .site-header .navbar-collapse.collapse {
    display: none;
  }
  .site-header .navbar-collapse.collapse.in {
    display: block;
  }
  .site-header .navbar-header .collapse,
  .site-header .navbar-toggle {
    display: block;
  }
  .site-header .navbar-header {
    float: none;
  }
  .site-header .navbar-right {
    float: none;
  }
  .site-header .navbar-nav {
    float: none;
  }
  .site-header .navbar-nav > li {
    float: none;
  }
}



.fiorentina-header, .consulting-header, .medical-header, .gym-header, .restaurant-header, .agency-header, .seo-header {
  /*** navigation ***/
}

.fiorentina-header .site-logo, .consulting-header .site-logo, .medical-header .site-logo, .gym-header .site-logo, .restaurant-header .site-logo, .agency-header .site-logo, .seo-header .site-logo {
  padding-left: 15px;
}

.fiorentina-header .topbar, .consulting-header .topbar, .medical-header .topbar, .gym-header .topbar, .restaurant-header .topbar, .agency-header .topbar, .seo-header .topbar {
  background-color: #012c57;
  color: #fff;
  padding: 15px 0;
  border-top: 1px solid #012548;
  border-bottom: 1px solid #012548;
  /*** language ***/
}

.fiorentina-header .topbar .contact-info, .consulting-header .topbar .contact-info, .medical-header .topbar .contact-info, .gym-header .topbar .contact-info, .restaurant-header .topbar .contact-info, .agency-header .topbar .contact-info, .seo-header .topbar .contact-info {
  list-style: none;
  margin-top: 5px;
}

.fiorentina-header .topbar .contact-info li, .consulting-header .topbar .contact-info li, .medical-header .topbar .contact-info li, .gym-header .topbar .contact-info li, .restaurant-header .topbar .contact-info li, .agency-header .topbar .contact-info li, .seo-header .topbar .contact-info li {
  display: inline-block;
  color: #fff;
}

@media (max-width: 767px) {
  .fiorentina-header .topbar .contact-info li, .consulting-header .topbar .contact-info li, .medical-header .topbar .contact-info li, .gym-header .topbar .contact-info li, .restaurant-header .topbar .contact-info li, .agency-header .topbar .contact-info li, .seo-header .topbar .contact-info li {
    display: block;
    text-align: center;
  }
}

.fiorentina-header .topbar .contact-info > li + li, .consulting-header .topbar .contact-info > li + li, .medical-header .topbar .contact-info > li + li, .gym-header .topbar .contact-info > li + li, .restaurant-header .topbar .contact-info > li + li, .agency-header .topbar .contact-info > li + li, .seo-header .topbar .contact-info > li + li {
  margin-left: 30px;
}

@media (max-width: 767px) {
  .fiorentina-header .topbar .contact-info > li + li, .consulting-header .topbar .contact-info > li + li, .medical-header .topbar .contact-info > li + li, .gym-header .topbar .contact-info > li + li, .restaurant-header .topbar .contact-info > li + li, .agency-header .topbar .contact-info > li + li, .seo-header .topbar .contact-info > li + li {
    margin-left: 0;
    margin-top: 5px;
  }
}

.fiorentina-header .topbar .contact-info i, .consulting-header .topbar .contact-info i, .medical-header .topbar .contact-info i, .gym-header .topbar .contact-info i, .restaurant-header .topbar .contact-info i, .agency-header .topbar .contact-info i, .seo-header .topbar .contact-info i {
  display: inline-block;
  padding-right: 3px;
  color: #fdd415;
}

.fiorentina-header .topbar .language, .consulting-header .topbar .language, .medical-header .topbar .language, .gym-header .topbar .language, .restaurant-header .topbar .language, .agency-header .topbar .language, .seo-header .topbar .language {
  float: right;
}

@media (max-width: 767px) {
  .fiorentina-header .topbar .language, .consulting-header .topbar .language, .medical-header .topbar .language, .gym-header .topbar .language, .restaurant-header .topbar .language, .agency-header .topbar .language, .seo-header .topbar .language {
    float: none;
    text-align: center;
  }
}

.fiorentina-header .topbar .language i, .consulting-header .topbar .language i, .medical-header .topbar .language i, .gym-header .topbar .language i, .restaurant-header .topbar .language i, .agency-header .topbar .language i, .seo-header .topbar .language i {
  color: #fdd415;
}

.fiorentina-header .topbar .select-box, .consulting-header .topbar .select-box, .medical-header .topbar .select-box, .gym-header .topbar .select-box, .restaurant-header .topbar .select-box, .agency-header .topbar .select-box, .seo-header .topbar .select-box {
  display: inline;
}

.fiorentina-header .topbar .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn), .consulting-header .topbar .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn), .medical-header .topbar .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn), .gym-header .topbar .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn), .restaurant-header .topbar .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn), .agency-header .topbar .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn), .seo-header .topbar .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 65px;
}

.fiorentina-header .topbar .bootstrap-select > .btn, .consulting-header .topbar .bootstrap-select > .btn, .medical-header .topbar .bootstrap-select > .btn, .gym-header .topbar .bootstrap-select > .btn, .restaurant-header .topbar .bootstrap-select > .btn, .agency-header .topbar .bootstrap-select > .btn, .seo-header .topbar .bootstrap-select > .btn {
  background-color: transparent;
  color: #fff;
  border: 0;
}

.fiorentina-header .navigation, .consulting-header .navigation, .medical-header .navigation, .gym-header .navigation, .restaurant-header .navigation, .agency-header .navigation, .seo-header .navigation {
  background-color: #FFF;
}

.fiorentina-header .navbar-header button, .consulting-header .navbar-header button, .medical-header .navbar-header button, .gym-header .navbar-header button, .restaurant-header .navbar-header button, .agency-header .navbar-header button, .seo-header .navbar-header button {
  background-color: var(--color1);
}

.fiorentina-header .site-logo, .consulting-header .site-logo, .medical-header .site-logo, .gym-header .site-logo, .restaurant-header .site-logo, .agency-header .site-logo, .seo-header .site-logo {
  left: 0;
}

.fiorentina-header .site-logo img{
  height:45px;
}

@media screen and (min-width: 992px) {
  .fiorentina-header #navbar > ul > li, .consulting-header #navbar > ul > li, .medical-header #navbar > ul > li, .gym-header #navbar > ul > li, .restaurant-header #navbar > ul > li, .agency-header #navbar > ul > li, .seo-header #navbar > ul > li {
    padding: 0;
  }
  .fiorentina-header #navbar > ul > li > a, .consulting-header #navbar > ul > li > a, .medical-header #navbar > ul > li > a, .gym-header #navbar > ul > li > a, .restaurant-header #navbar > ul > li > a, .agency-header #navbar > ul > li > a, .seo-header #navbar > ul > li > a {
    padding: 30px 15px;
    position: relative;
  }
  .fiorentina-header #navbar > ul > li > a:after, .consulting-header #navbar > ul > li > a:after, .medical-header #navbar > ul > li > a:after, .gym-header #navbar > ul > li > a:after, .restaurant-header #navbar > ul > li > a:after, .agency-header #navbar > ul > li > a:after, .seo-header #navbar > ul > li > a:after {
    content: "";
    background-color: var(--color2);
    width: 0;
    height: 3px;
    position: absolute;
    left: 50%;
    bottom: 20px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }
  .fiorentina-header #navbar > ul > li > a:hover, .consulting-header #navbar > ul > li > a:hover, .medical-header #navbar > ul > li > a:hover, .gym-header #navbar > ul > li > a:hover, .restaurant-header #navbar > ul > li > a:hover, .agency-header #navbar > ul > li > a:hover, .seo-header #navbar > ul > li > a:hover,
  .fiorentina-header #navbar > ul > li.current-menu-item > a, .consulting-header #navbar > ul > li.current-menu-item > a, .medical-header #navbar > ul > li.current-menu-item > a, .gym-header #navbar > ul > li.current-menu-item > a, .restaurant-header #navbar > ul > li.current-menu-item > a, .agency-header #navbar > ul > li.current-menu-item > a, .seo-header #navbar > ul > li.current-menu-item > a {
    background-color: transparent;
  }
  .fiorentina-header #navbar > ul > li > a:hover:after, .consulting-header #navbar > ul > li > a:hover:after, .medical-header #navbar > ul > li > a:hover:after, .gym-header #navbar > ul > li > a:hover:after, .restaurant-header #navbar > ul > li > a:hover:after, .agency-header #navbar > ul > li > a:hover:after, .seo-header #navbar > ul > li > a:hover:after,
  .fiorentina-header #navbar > ul > li.current-menu-item > a:after, .consulting-header #navbar > ul > li.current-menu-item > a:after, .medical-header #navbar > ul > li.current-menu-item > a:after, .gym-header #navbar > ul > li.current-menu-item > a:after, .restaurant-header #navbar > ul > li.current-menu-item > a:after, .agency-header #navbar > ul > li.current-menu-item > a:after, .seo-header #navbar > ul > li.current-menu-item > a:after {
    width: 15px;
    opacity: 1;
  }
}

.fiorentina-header .social a:hover, .consulting-header .social a:hover, .medical-header .social a:hover, .gym-header .social a:hover, .restaurant-header .social a:hover, .agency-header .social a:hover, .seo-header .social a:hover {
  color: #fdd415;
}


/*--------------------------------------------------------------
#	hero slider
--------------------------------------------------------------*/
.hero {
  position: relative;
  height: 100vh;
  min-height: 600px;
  overflow: hidden;
  /** slider controls **/
}

@media (max-width: 991px) {
  .hero {
    min-height: 500px;
  }
}

@media (max-width: 767px) {
  .hero {
    min-height: 420px;
    height: 60vh;
  }
}

.hero .slide {
  height: 100vh;
  min-height: 600px;
  position: relative;
  background-repeat: no-repeat;
  position: relative;
}

@media (max-width: 991px) {
  .hero .slide {
    min-height: 500px;
  }
}

@media (max-width: 767px) {
  .hero .slide {
    min-height: 420px;
  }
}

.hero .slide .slider-bg {
  display: none;
}

.hero .slide:focus {
  outline: none;
}

.hero .slide .container {
  height: 100%;
  display: table;
}
@media (max-width: 767px) {
  .hero .slide .container {
    height: 60%;
  }
}
.hero .slide .row {
  display: table-cell;
  vertical-align: middle;
}

.hero .slick-prev,
.hero .slick-next {
  background-color: #443f45;
  width: 45px;
  height: 45px;
  line-height: 42px;
  border-radius: 50%;
  z-index: 10;
  opacity: 0.5;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 991px) {
  .hero .slick-prev,
  .hero .slick-next {
    opacity: 0;
    visibility: hidden;
  }
}

.hero .slick-prev:hover,
.hero .slick-next:hover {
  opacity: 1;
}

.hero .slick-prev:before,
.hero .slick-next:before {
  line-height: inherit;
}

.hero .slick-prev {
  left: 0;
}

@media screen and (min-width: 1300px) {
  .hero .slick-prev {
    left: 25px;
  }
}

.hero .slick-prev:before {
  font-family: "FontAwesome";
  content: "\f104";
  opacity: 1;
}

.hero .slick-next {
  right: 0;
}

@media screen and (min-width: 1300px) {
  .hero .slick-next {
    right: 25px;
  }
}

.hero .slick-next:before {
  font-family: "FontAwesome";
  content: "\f105";
  opacity: 1;
}

.hero .slick-dots {
  bottom: 20px;
}

@media screen and (min-width: 992px) {
  .hero .slick-dots {
    opacity: 0;
    visibility: hidden;
  }
}

.hero .slick-dots li {
  margin: 0;
}

.hero .slick-dots li button {
  background-color: #fff;
  width: 12px;
  height: 12px;
  margin: 0;
  border-radius: 50%;
}

.hero .slick-dots li.slick-active button {
  background-color: #443f45;
}

.hero .slick-dots li button:before {
  display: none;
}

.hero .btns > a:first-child {
  margin-right: 5px;
}


/************************************
	fiorentina-hero-slider
*************************************/
.fiorentina-hero-slider, .consulting-hero-slider {
  /*** hero slider animation ***/
}

@media screen and (min-width: 992px) {
  .fiorentina-hero-slider, .consulting-hero-slider {
    height: calc(100vh - 144px);
    min-height: 600px;
  }
}

@media screen and (min-width: 992px) {
  .fiorentina-hero-slider .slide, .consulting-hero-slider .slide {
    height: calc(100vh - 144px);
  }
}

.fiorentina-hero-slider .slide-caption h2, .consulting-hero-slider .slide-caption h2 {
  font-size: 60px;
  font-size: 4rem;
  color: #fff;
  margin: 0 0 0.3em;
}
.fiorentina-hero-slider .slide-caption h2:after{
  content: "";
  display: block;
  background: var(--color2);
  height: 5px;
  width: 3em;
  margin-top: 25px;
}

@media (max-width: 1199px) {
  .fiorentina-hero-slider .slide-caption h2, .consulting-hero-slider .slide-caption h2 {
    font-size: 50px;
    font-size: 3.33333rem;
  }
}

@media (max-width: 991px) {
  .fiorentina-hero-slider .slide-caption h2, .consulting-hero-slider .slide-caption h2 {
    font-size: 40px;
    font-size: 2.66667rem;
  }
}

@media (max-width: 767px) {
  .fiorentina-hero-slider .slide-caption h2, .consulting-hero-slider .slide-caption h2 {
    font-size: 30px;
    font-size: 2rem;
  }
}

.fiorentina-hero-slider .slide-caption p, .consulting-hero-slider .slide-caption p {
  font-size: 18px;
  font-size: 1.2rem;
  color: #fff;
  margin: 0 0 2em;
}

@media (max-width: 767px) {
  .fiorentina-hero-slider .slide-caption p, .consulting-hero-slider .slide-caption p {
    font-size: 15px;
    font-size: 1rem;
  }
}

.fiorentina-hero-slider .slick-prev, .consulting-hero-slider .slick-prev,
.fiorentina-hero-slider .slick-next, .consulting-hero-slider .slick-next {
  background-color: #fff;
  opacity: 1;
  -webkit-box-shadow: 2px 0 7px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 0 7px rgba(0, 0, 0, 0.3);
}

.fiorentina-hero-slider .slick-prev:before, .consulting-hero-slider .slick-prev:before,
.fiorentina-hero-slider .slick-next:before, .consulting-hero-slider .slick-next:before {
  color: #012f5c;
}

.fiorentina-hero-slider .slick-prev:hover, .consulting-hero-slider .slick-prev:hover,
.fiorentina-hero-slider .slick-next:hover, .consulting-hero-slider .slick-next:hover {
  background-color: #012f5c;
}

.fiorentina-hero-slider .slick-prev:hover:before, .consulting-hero-slider .slick-prev:hover:before,
.fiorentina-hero-slider .slick-next:hover:before, .consulting-hero-slider .slick-next:hover:before {
  color: #fff;
}

.fiorentina-hero-slider .slick-dots li.slick-active button, .consulting-hero-slider .slick-dots li.slick-active button {
  background-color: #012f5c;
}

.fiorentina-hero-slider .slide-caption > h2, .consulting-hero-slider .slide-caption > h2,
.fiorentina-hero-slider .slide-caption > p, .consulting-hero-slider .slide-caption > p,
.fiorentina-hero-slider .slide-caption > .btns, .consulting-hero-slider .slide-caption > .btns {
  color: #fff;
  opacity: 0;
}

.fiorentina-hero-slider .slick-list .slick-current .slide-caption > h2, .consulting-hero-slider .slick-list .slick-current .slide-caption > h2 {
  -webkit-animation: fadeInLeftSlow 1.5s 0.8s forwards;
  -moz-animation: fadeInLeftSlow 1.5s 0.8s forwards;
  -o-animation: fadeInLeftSlow 1.5s 0.8s forwards;
  -ms-animation: fadeInLeftSlow 1.5s 0.8s forwards;
  animation: fadeInLeftSlow 1.5s 0.8s forwards;
}

.fiorentina-hero-slider .slick-list .slick-current .slide-caption > p, .consulting-hero-slider .slick-list .slick-current .slide-caption > p {
  -webkit-animation: fadeInLeftSlow 1.5s 1.4s forwards;
  -moz-animation: fadeInLeftSlow 1.5s 1.4s forwards;
  -o-animation: fadeInLeftSlow 1.5s 1.4s forwards;
  -ms-animation: fadeInLeftSlow 1.5s 1.4s forwards;
  animation: fadeInLeftSlow 1.5s 1.4s forwards;
}

.fiorentina-hero-slider .slick-list .slick-current .slide-caption > .btns, .consulting-hero-slider .slick-list .slick-current .slide-caption > .btns {
  -webkit-animation: fadeInLeftSlow 1.5s 1.8s forwards;
  -moz-animation: fadeInLeftSlow 1.5s 1.8s forwards;
  -o-animation: fadeInLeftSlow 1.5s 1.8s forwards;
  -ms-animation: fadeInLeftSlow 1.5s 1.8s forwards;
  animation: fadeInLeftSlow 1.5s 1.8s forwards;
}


/*--------------------------------------------------------------
# FOOTER
--------------------------------------------------------------*/
.site-footer {
  /*** about widget ***/
  /*** links-widget ***/
  /*** support-widget ***/
  /*** twitter-feed-widget ***/
  /*** copyright-info ***/
}

.site-footer .upper-footer {
  background-color: #000;
  padding: 100px 0;
}

@media (max-width: 991px) {
  .site-footer .upper-footer {
    padding: 80px 0 35px;
  }
}

@media (max-width: 767px) {
  .site-footer .upper-footer {
    padding: 70px 0 30px;
  }
}

.site-footer .upper-footer ul {
  list-style: none;
}

.site-footer .upper-footer ul,
.site-footer .upper-footer li,
.site-footer .upper-footer p,
.site-footer .upper-footer a {
  color: #8a8a8a;
}

.site-footer .upper-footer a:hover {
  color: #b09991;
}

@media (max-width: 991px) {
  .site-footer .upper-footer .row > .col {
    min-height: 300px;
    margin-bottom: 55px;
  }
}

@media (max-width: 767px) {
  .site-footer .upper-footer .row > .col {
    min-height: auto;
    margin-bottom: 40px;
  }
}

.site-footer .widget > h3,
.site-footer .widget .footer-logo {
  font-size: 24px;
  font-size: 0.9rem;
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 1em;
  padding-bottom: 0.5em;
  position: relative;
}

.site-footer .widget > h3:after{
  content: "";
    background-color: var(--color2);
    width: 30px;
    height: 2px;
    position: absolute;
    left: 15px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 22px;
}

@media (max-width: 991px) {
  .site-footer .widget > h3,
  .site-footer .widget .footer-logo {
    font-size: 20px;
    font-size: 1.33333rem;
  }
}

@media (max-width: 767px) {
  .site-footer .widget > h3,
  .site-footer .widget .footer-logo {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

.site-footer .widget .footer-logo {
  margin-bottom: 15px;
}

@media screen and (min-width: 1200px) {
  .site-footer .about-widget {
    padding-right: 25px;
  }
}

.site-footer .about-widget .contact-info {
  margin-top: 30px;
}

@media screen and (min-width: 1200px) {
  .site-footer .about-widget .contact-info {
    padding-right: 105px;
  }
}

@media (max-width: 767px) {
  .site-footer .about-widget .contact-info {
    margin-top: 10px;
  }
}

.site-footer .about-widget .footer-logo:before {
  display: none;
}

.site-footer .about-widget ul li {
  position: relative;
  padding-left: 38px;
  line-height: 1.78em;
}

.site-footer .about-widget ul > li + li {
  margin-top: 5px;
}

.site-footer .about-widget ul li i {
  color: #b09991;
  position: absolute;
  left: 0;
  top: 3px;
}

@media (max-width: 767px) {
  .site-footer .about-widget img {
    max-width: 160px;
  }
}

.site-footer .links-widget {
  overflow: hidden;
}

.site-footer .links-widget ul li {
  position: relative;
  padding-left: 20px;
}

.site-footer .links-widget ul li:before {
  font-family: "FontAwesome";
  content: "\f105";
  color: #b09991;
  position: absolute;
  left: 0;
  top: -1px;
}

.site-footer .links-widget ul li + li {
  margin-top: 15px;
}

@media (max-width: 767px) {
  .site-footer .links-widget ul li + li {
    margin-top: 10px;
  }
}

.site-footer .support-widget {
  overflow: hidden;
}

@media screen and (min-width: 1200px) {
  .site-footer .support-widget {
    padding-right: 45px;
  }
}

.site-footer .support-widget ul li + li {
  margin-top: 10px;
}

@media (max-width: 767px) {
  .site-footer .support-widget ul li + li {
    margin-top: 10px;
  }
}

.site-footer .twitter-feed-widget ul li + li {
  padding-top: 14px;
  margin-top: 14px;
  border-top: 1px solid #002b55;
}

.site-footer .twitter-feed-widget i {
  color: #198cfa;
  display: inline-block;
  padding-right: 5px;
}

.site-footer .twitter-feed-widget a {
  color: #b09991;
}

.site-footer .copyright-info {
  background-color: #161616;
  padding: 15px 0;
}

@media (max-width: 600px) {
  .site-footer .copyright-info {
    text-align: center;
  }
}

.site-footer .copyright-info p {
  margin: 0;
}

@media (max-width: 600px) {
  .site-footer .copyright-info .col {
    width: 100%;
  }
}

.site-footer .copyright-info .copyright-area a {
  color: #b09991;
}

.site-footer .copyright-info .footer-social {
  float: right;
}

@media (max-width: 600px) {
  .site-footer .copyright-info .footer-social {
    float: none;
    margin-top: 5px;
  }
}

.site-footer .copyright-info .footer-social span {
  color: #8a8a8a;
  display: inline-block;
  padding-right: 5px;
}

@media (max-width: 600px) {
  .site-footer .copyright-info .footer-social span {
    display: none;
  }
}

.site-footer .copyright-info .social-links {
  list-style: none;
  float: right;
  overflow: hidden;
}

@media (max-width: 600px) {
  .site-footer .copyright-info .social-links {
    float: none;
    display: inline-block;
  }
}

.site-footer .copyright-info .social-links li {
  float: left;
}

.site-footer .copyright-info .social-links > li + li {
  margin-left: 8px;
}

.site-footer .copyright-info .social-links a {
  font-size: 18px;
  font-size: cacl-rem-value(18);
  color: #fff;
}

.site-footer .copyright-info .social-links a:hover {
  color: #b09991;
}

.sticky-header {
  width: 100%;
  position: fixed;
  left: 0;
  top: -200px;
  z-index: 9999;
  opacity: 0;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  -ms-transition: all 0.7s;
  transition: all 0.7s;
}

.sticky-on {
  opacity: 1;
  top: 0;
  box-shadow: 0 4px 10px -10px rgba(0, 0, 0, 0.6);
}

/*--------------------------------------------------------------
	# MENU
--------------------------------------------------------------*/

a.menuButton{
  background-color: var(--color3)!important;
  font-size: 1rem;
  color: #fff!important;
  font-weight: 500!important;
  border: 0;
  text-transform: uppercase;
}

/*--------------------------------------------------------------
	# INTRO
--------------------------------------------------------------*/



/*--------------------------------------------------------------
	# INTRO SERVIZI
--------------------------------------------------------------*/

.fiorentina-introServizi-section {
  border-top: 1em solid var(--color2);
  border-bottom: 1em solid var(--color1);
}

.fiorentina-introServizi-section h3{
  text-transform: uppercase;
}

.fiorentina-introServizi-section img {
  border-radius: 50%;
}

@media (max-width: 767px) {
  .fiorentina-introServizi-section .row .col-md-6{
    margin-bottom:50px;
  }
}

/*--------------------------------------------------------------
	# CHI SIAMO
--------------------------------------------------------------*/



/*--------------------------------------------------------------
	# VALORI
--------------------------------------------------------------*/

.fiorentina-valori-section {
  background: url("../images/bg-valori.png") center center/cover no-repeat fixed;
}

.fiorentina-valori-section .col-md-4 p {
  padding: 0 2em 2em;
  font-size: 1rem;
}

.fiorentina-valori-section img {
  box-shadow: 3px 4px 12px 0px #737373;
  border-radius: 50%;
}

.fiorentina-valori-section h3 {
  margin-top: 2em;
  text-transform: uppercase;
  font-size:16px;
}

/*--------------------------------------------------------------
	# SERVIZI
--------------------------------------------------------------*/

.fiorentina-servizi-section .row:not(:first-child) {
  margin-bottom:4em;
  padding-top:3em;
}

@media (min-width: 992px) {
  .fiorentina-servizi-section .row:not(:first-child) {
    margin-bottom:3em;
  }
}

.fiorentina-servizi-section hr{
  border-top: 1px solid var(--color2);
}

.fiorentina-servizi-section h3{
  text-transform: uppercase;
  font-size:16px;
}

.fiorentina-servizi-section h3:after{
    content: "";
    background-color: var(--color2);
    width: 7em;
    height: 3px;
    border-radius: 5px;
    display: block;
    margin-top: 15px;
}

@media (min-width: 992px) {
  .fiorentina-servizi-section .row:nth-child(4) h3:after{
    margin-left: calc(100% - 180px);
  }
}

.fiorentina-servizi-section h3:after{
  content: "";
  background-color: var(--color2);
  width: 180px;
  height: 3px;
  display: block;
  margin-top: 15px;
}
/*
.fiorentina-servizi-section .row:nth-child(2), .fiorentina-servizi-section .row:nth-child(3) {
  border-bottom: 1px solid var(--color2);
  padding-bottom: 3em;
}*/

@media (min-width: 992px) {
  .fiorentina-servizi-section .row:not(:first-child) {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
  }

  .fiorentina-servizi-section .row:nth-child(2) .col-md-6:nth-child(2), .fiorentina-servizi-section .row:nth-child(4) .col-md-6:nth-child(2), .fiorentina-servizi-section .row:nth-child(6) .col-md-6:nth-child(2){
    display: flex;
      justify-content: center;
      flex-direction: column;
  }
}
@media (max-width: 991px) {
  .fiorentina-servizi-section .col-md-6.text-right {
    text-align:left!important;
  }
  .fiorentina-servizi-section .col-md-6 img{
    width:100%;
  }
}

/*--------------------------------------------------------------
	# A CHI CI RIVOLGIAMO
--------------------------------------------------------------*/

.fiorentina-target-section {
  background: url("../images/bg-valori.png") center center/cover no-repeat fixed;
}

.fiorentina-target-section .col-md-4 p {
  padding: 0 2em 2em;
  font-size: 1rem;
}

.fiorentina-target-section h3 {
  margin-top: 2em;
  text-transform: uppercase;
  font-size:16px;
  color:var(--color3);
}

.fiorentina-target-section strong {
  color:unset;
}

.fiorentina-target-section img {
  box-shadow: 3px 4px 12px 0px #737373;
  border-radius: 50%;
}

.fiorentina-partner-section img {
  max-width: 200px;
}

@media (max-width: 767px) {
  .fiorentina-partner-section img {
    margin-bottom:1em;
  }
}


/*--------------------------------------------------------------
	# CTA FOTOVOLTAICO
--------------------------------------------------------------*/

.fiorentina-cta-section {
  background: url("../images/bg-cta.jpg") center center/cover no-repeat;
}

.fiorentina-cta-section .fiorentina-section-title {
  text-align:left;
}

.fiorentina-cta-section .fiorentina-section-title h2:after{
    left:30px;
}

.fiorentina-cta-section .fiorentina-section-title h2,  .fiorentina-cta-section p{
  color:#FFF;
}

.fiorentina-cta-section a {
  margin-top:1em;
  font-family: "Geologica", sans-serif;
  background-color: var(--color3);
  font-size: 16px;
  font-size: 1.06667rem;
  color: #fff;
  padding: 12px 30px;
  font-weight: 500;
  border: 0;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
}

.fiorentina-cta-section a:hover{
  background-color: var(--color2);
}

/*--------------------------------------------------------------
	# GALLERY
--------------------------------------------------------------*/

.fiorentina-gallery-section img {
  width: 100%;
}

.fiorentina-gallery-section .col {
  padding:0;
}

/*--------------------------------------------------------------
	# PARTNER
--------------------------------------------------------------*/



/*--------------------------------------------------------------
	# CONTATTI
--------------------------------------------------------------*/
@media (min-width: 768px) {
  .fiorentina-contact-section {
    background: url("../images/bg-contact.jpg") center center/cover no-repeat fixed;
  }
}
@media (max-width: 767px) {
  .fiorentina-contact-section {
    padding:0;
  }
}
.fiorentina-contact-section .fiorentina-section-title {
  text-align:left;
}

.fiorentina-contact-section .fiorentina-section-title h2 {
  text-transform: uppercase;
  font-size:16px;
  line-height:3em;
}

.fiorentina-contact-section .fiorentina-section-title h2:after{
    left:30px;
}

.fiorentina-contact-section .container {
  background: #FFF;
  box-shadow: 0px 0px 20px 3px #b6b6b6;
  padding: 4em;
}

.fiorentina-contact-section form .col {
  margin-bottom: 15px;
}


.fiorentina-contact-section form input{
  background-color: #f2f2f2;
  height: 38px;
  border: 0;
}

.fiorentina-contact-section form textarea {
  background-color: #f2f2f2;
  height: 130px;
  border: 0;
}

.fiorentina-contact-section input[type="file"] {
  display: none;
}

.fiorentina-contact-section .custom-file-upload {
  border: 0px;
  display: inline-block;
  background-color: #f2f2f2;
  padding: 9px 0px;
  cursor: pointer;
  width: 100%;
  text-align: center;
  height: 38px;
  font-weight: inherit;
  font-style: italic;
  font-size: 14px;
  color: #595959;
}

.fiorentina-contact-section form button {
  font-family: "Geologica", sans-serif;
  text-transform: uppercase;
  background-color: var(--color2);
  width: 100%;
  height: 38px;
  line-height: 38px;
  font-size: 16px;
  font-size: 1.06667rem;
  font-weight: 600;
  color: #FFF;
  border: 0;
  border-radius: 0px;
  outline: 0;
}

@media (max-width: 991px) {
  .fiorentina-contact-section form button {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

.fiorentina-contact-section form button:hover {
  background-color: var(--color3);
}

.fiorentina-contact-section form .submit-btn {
  /*margin: 30px 0 0;*/
}

@media (max-width: 767px) {
  .fiorentina-contact-section form .submit-btn {
    margin: 15px 0 0;
  }
}

/*--------------------------------------------------------------
	# FOOTER
--------------------------------------------------------------*/

.fiorentina-site-footer .upper-footer ul,
.fiorentina-site-footer .upper-footer li,
.fiorentina-site-footer .upper-footer p,
.fiorentina-site-footer .upper-footer a,
.fiorentina-site-footer .pre-footer p {
  color: #FFF;
  font-size: 0.9rem;
}

.fiorentina-site-footer .upper-footer a:hover {
  color: var(--color2);
}

.fiorentina-site-footer .upper-footer img {
  max-width: 200px;
}

.fiorentina-site-footer .pre-footer {
  background-color: var(--color3);
  padding: 50px 0;
}
@media (min-width: 768px) {
  .fiorentina-site-footer .pre-footer .container>.row{
    display: flex;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .fiorentina-site-footer .pre-footer img{
    width:100%;
    margin-bottom:3em;
    max-width: 300px;
  }
}


.fiorentina-site-footer .pre-footer .fiorentina-section-title{
  text-align: left;
  margin: 0 0 20px;
}

.fiorentina-site-footer .pre-footer .fiorentina-section-title h3{
  color:#FFF;
}

.fiorentina-site-footer .upper-footer {
  background-color: var(--color1);
  padding-bottom: 50px;
}

.fiorentina-site-footer .il-gruppo {
  background:var(--color1); 
  padding-top:1em;
  padding-bottom:1em;
  border-top: 1px solid #ffffff29;
}
.fiorentina-site-footer .il-gruppo img{
  height:50px;
}


.fiorentina-site-footer .copyright-info {
  background-color: var(--color4);
}

.fiorentina-site-footer .links-widget ul li:before,
.fiorentina-site-footer .about-widget ul li i {
  color: var(--color2);
}


.fiorentina-site-footer .copyright-info p,
.fiorentina-site-footer .copyright-info .footer-social span {
  color: #FFF;
  font-size: 0.9rem;
}