/********** General **********/
a {
   transition: all .3s ease-in-out !important;
}
   /***** Logo *****/
   body .logo img,
   body .mobile_menu_logo img,
   body .wefirm-description-area img {
      max-width: 180px;
   }
   /***** Logo End *****/
.subpage.service_main {
   background-color: #ffffff;
}
/********** General End **********/


/********** Service **********/
body .all_color_service:hover h3 {
   color: #ffffff;
}
.subpage .service_inner {
   box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
}
/********** Service End **********/


/********** Contact Us **********/
body .breadcumb-area {
   background: url(../images/breadcrumb-bg.jpg);
   background-position: center center;
   background-size: cover;
}
/********** Contact Us End **********/


/********** Footer **********/
body .footer-middle {
   border-bottom: 1px solid #ffffff61;
}
.footer-sociala-info {
   display: flex;
   align-items: flex-start;
   flex-direction: column;
}
.footer-sociala-info p {
   width: 100%;
}
/********** Footer End **********/


/********** 1199px and below **********/
@media (max-width: 1199px) {
   /***** Header *****/
   /* body #menu .container {
      width: 100%;
   } */
   /***** Header End *****/
}
/********** 1199px and below End **********/


/********** 991px and below **********/
@media (max-width: 991px) {
   /***** Header *****/
   /* body .navbar-collapse {
      background-color: #ffffff;
   }
   body .custom_nav-container .navbar-nav {
      padding-top: 15px;
   }
   body .header_section .custom_nav-container .navbar-nav .nav-item .nav-link {
      color: #0C0C0C;
   }
   body .header_section.sticky-active .custom_nav-container .navbar-toggler span,
   body .header_section.sticky-active .custom_nav-container .navbar-toggler span::before,
   body .header_section.sticky-active .custom_nav-container .navbar-toggler span::after {
      background-color: #0C0C0C;
   } */
   /***** Header End *****/
}
/********** 991px and below End **********/


/********** 767px and below **********/
@media (max-width: 767px) {
   /***** Header *****/
   /* body #menu .container {
      display: block;
   }
   body #menu a.navbar-brand img {
      max-height: 40px;
   }
   body .navbar-toggle {
      margin-top: 18px;
   }
   body .navbar-default .navbar-toggle .icon-bar {
      background-color: #ddd;
   } */
   /***** Header End *****/
}
/********** 767px and below End **********/
