@media only screen and (max-width: 767px){
  #main-logo{
    height:60px !important;
  }
}

.sticky-header img{
  height:60px !important;
}
.sticky-header{
  padding:0 25px;
}
.main-footer{
  padding:45px 0px 0px;
}
.contact-info-section {
  position: relative;
  margin-top: -0px; 
  padding: 50px 0px;
}
.main-footer .widgets-section {
  padding-bottom: 0px; 
}
.list-link li {
  margin-bottom: 5px;
}

.services-block-three .inner-box .content {
  padding-left: 58px;
}
.services-block-three .inner-box {
  padding: 25px 20px;
}

.boxed-section .inner-container {
  position: relative;
  z-index: 1;
  padding: 55px 60px 55px;
  background-color: #ffffff;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.15);
}

.service-title {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 8px;
  font-weight: 600;
  border-bottom: 1px solid #bea186;
}

.service-img {
  margin-top: 23px;
}

.btn-close-modal{
  position: absolute;
  right: 30px;
  z-index: 2;
  background-color: white;
  cursor: pointer;
}

.modal-header {
  border-bottom: none;
}

::-webkit-scrollbar {
  width: 20px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #666; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #333; 
}

.scroll-to-top{
  bottom:70px;
}

.banner-section .slide {
  background-position: 67%;
}

/*todo: padding sul mobile*/

@media only screen and (max-width: 767px) {
  .banner-section .slide {
    padding: 50px 0px 50px;
  }
  .banner-section .content h1 span {
    font-style: italic;
    font-family: 'Playfair Display', serif;
    background: linear-gradient(to right, white 0%, white 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .services-section {
    padding: 40px 0px 0px;
  }
  .about-section {
    padding: 60px 0px 30px;
  }
  .feature-section-two {
    padding-bottom: 30px;
  }
  .services-section-three {
    padding: 60px 0px 30px;
  }
  .form-section {
    padding: 60px 0px 30px;
  }
  .form-section .upper-content .info-column .list-style-two {
    padding-top: 0px;
  }
  .list-style-three li .icon {
    position: relative;
    left: -6px;
  }
  .main-footer .logo-widget {
    text-align: center;
  }
  .main-footer .footer-widget {
    text-align: center;
  }
  .boxed-section .inner-container {
    padding: 12px;
  }
}


