.navbar.nav-line {
background-color: #f8f9fa;
}
#contact i.odsad{width:30px;text-align:left;}
header a.logo img.default{max-height:80px; max-width:220px; vertical-align:sub;}
.brand-box-layout2 {
  -webkit-box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  height: 180px;
  width: 100%;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.brand-box-layout2:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.service-box-layout1 {
  background-color: #ffffff;
  height: 100%;
  padding: 55px 40px 50px;
  border-radius: 4px;
  text-align: center;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.service-box-layout1:hover {
  -webkit-box-shadow: 0px 2px 35px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 35px 0px rgba(0, 0, 0, 0.1);
}




@media only screen and (max-width: 767px) {
  .service-box-layout1 {
    padding: 35px 15px 30px;
  }
}
