/*Logo*/
.navbar-brand .logo {
  height: 99px;
  width: auto;
  max-width: 200px;
}

/*Menu Overlay*/
.side_menu4_overlay {
  background-color: #f1eee9;
}

.side_menu4_overlay2 {
  background-color: #f1eee9;
}

.side_menu_style4 {
  background-color: #f8f8f8 !important;
}

.side_menu_style4 .main_links {
  text-align: left !important;
}
.side_menu_style4 .main_links ul .main_link {
  position: relative;
  font-size: calc(2vw + 15px);
  font-weight: 500;
  margin: 10px 0;
  text-transform: none;
  line-height: 50px;
}
.side_menu_style4 .main_links ul .main_link:hover {
  text-decoration: none;
  opacity: 0.8;
}
.side_menu_style4 .main_links ul .main_link .link_icon {
  position: absolute;
  font-size: 1.5rem;
  top: 1.1rem;
  right: -2.5rem;
  font-weight: 700;
}
.side_menu_style4 .main_links ul .sub-menu {
  display: none;
  margin-top: 10px;
}
.side_menu_style4 .main_links ul .sub-menu li .sub_link {
  font-size: 19px;
  color: #666;
  font-weight: 300;
  margin-bottom: 5px;
}
.side_menu_style4 .main_links ul .sub-menu li .sub_link:hover {
  color: #000;
}
.side_menu_style4 .side_shape {
  bottom: -8px;
}
.side_menu_style4 .side_shape2 {
  left: 4vw;
  top: 1rem;
  width: 200px;
  transform: rotate(0deg) !important;
}

/*Navbar*/
.navbar {
  padding: 10px 4vw;
}
@media screen and (max-width: 1024px) {
  .navbar {
    padding: 10px 4vw !important;
  }
}
.navbar .container-fluid .navbar-collapse {
  justify-content: flex-end;
}
@media screen and (min-width: 1024px) {
  .navbar .container-fluid .navbar-collapse .navbar-nav {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .about-pg-style1 .inner-navbar-style1 {
    position: absolute !important;
    background-color: transparent !important;
  }
}
.about-pg-style1 .inner-navbar-style1 .side_menu_btn.mobile_btn {
  color: #fff;
}

.side_menu_btn.mobile_btn {
  display: inline-block;
  font-size: 40px !important;
}
@media screen and (min-width: 992px) {
  .side_menu_btn.mobile_btn {
    display: none;
  }
}

.section-padding-x {
  padding-right: 4vw;
  padding-left: 4vw;
}

.page_title .main-info {
  padding: 100px 0;
}
.page_title .main-info h1 {
  font-size: 50px !important;
  font-weight: 500;
}
@media screen and (min-width: 480px) {
  .page_title .main-info h1 {
    font-size: 60px !important;
  }
}
@media screen and (min-width: 768px) {
  .page_title .main-info h1 {
    font-size: 80px !important;
  }
}
@media screen and (min-width: 992px) {
  .page_title .main-info h1 {
    font-size: 115px !important;
  }
}
.page_title .main-info .page_desc {
  color: #666666;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.8rem;
}

h2 {
  font-size: 35px;
}
@media screen and (min-width: 480px) {
  h2 {
    font-size: 35px;
  }
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 45px;
  }
}

p {
  font-size: 16px;
  line-height: 1.8rem;
  font-weight: 300;
  color: #666666;
  margin-bottom: 30px;
}

.text {
  font-size: 16px;
  line-height: 1.8rem;
  font-weight: 300;
}

/*Main Title*/
.main_title {
  color: #ffffff;
  font-size: calc(5vw + 10px) !important;
  font-weight: 500;
  line-height: 1em;
}

.about-pg-style1 .tc-header-preview .slider-card .info {
  bottom: 15%;
}
.about-pg-style1 .tc-header-preview .slider-card .info h5 {
  margin-bottom: 20px;
}
.about-pg-style1 .tc-header-preview .slider-card .info h5 br {
  display: block;
}

.about_section .col_text {
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .about_section .col_text {
    padding-right: 80px !important;
  }
}

.tc-services-style1 {
  border-radius: 30px 30px 0 0;
}
.tc-services-style1 .img {
  width: 160px;
  -o-object-fit: cover;
     object-fit: cover;
}

.s-project-pg-style1 .tc-project-style1 .main-info {
  padding: 100px 4vw;
}
@media screen and (min-width: 992px) {
  .s-project-pg-style1 .tc-project-style1 .main-info {
    padding: 150px 4vw;
  }
}
.s-project-pg-style1 .tc-project-style1 .main-info .title {
  font-size: 40px;
  font-weight: 500;
  line-height: 2.3rem;
  letter-spacing: 0;
}
@media screen and (min-width: 480px) {
  .s-project-pg-style1 .tc-project-style1 .main-info .title {
    font-size: 50px !important;
  }
}
@media screen and (min-width: 768px) {
  .s-project-pg-style1 .tc-project-style1 .main-info .title {
    font-size: 60px !important;
  }
}
@media screen and (min-width: 992px) {
  .s-project-pg-style1 .tc-project-style1 .main-info .title {
    font-size: 80px !important;
  }
}
.s-project-pg-style1 .tc-project-style1 .main-info .page_desc {
  color: #666666;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.8rem;
}
.s-project-pg-style1 .tc-project-style1 .description {
  padding: 100px 4vw;
}
@media screen and (min-width: 992px) {
  .s-project-pg-style1 .tc-project-style1 .description {
    padding: 150px 4vw;
  }
}

.s-project-pg-style1 .tc-project-style1 .main-img {
  height: auto;
}
@media screen and (min-width: 992px) {
  .s-project-pg-style1 .tc-project-style1 .main-img {
    height: 850px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.s-project-pg-style1 .tc-project-style1 .main-img img {
  width: 100%;
  border-radius: 30px 30px 0px 0px;
  -o-object-fit: none;
     object-fit: none;
  margin-top: 0;
  transform: translate(0) !important;
  height: auto;
}

@media screen and (max-width: 768px) {
  .contact-pg-style1 .tc-contact-form-style1 .shap {
    display: none;
  }
}

.page-template-page-contatti .tc-footer-style1 .top-content {
  border-top: none;
}

.wpcf7-form-control-wrap {
  width: 100%;
}

.wpcf7-submit {
  border: none;
}

.modal .modal-header {
  padding: 1rem 2rem;
}
.modal .modal-content {
  border-radius: 20px;
}
.modal .modal-content .modal-body {
  padding: 1.5rem 2rem;
}

.tc-footer-style1 {
  position: relative;
}
.tc-footer-style1 .top-content {
  border-top: 1px solid #ccc;
}

.iub__us-widget {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .iub__us-widget {
    display: none !important;
  }
}/*# sourceMappingURL=custom.css.map */