@media only screen and (max-width: 600px) {
.conpany-info-img img {
    width: 50%  !important;
}
.footer-widget-section {
  padding: 40px 0 40px;
}
}

@media only screen and (min-width: 992px) {
.conpany-info-img img {
    width: 25% !important;
}
}

.header-two .logo-area {
  max-width: 150px !important;
  width: 100%;
}

.header-two .header-button .theme-btns {
  min-width: 115px !important;
padding: 6px 20px;
}
.subscribe-form input[type="email"] {
  background-color: #27415b;
  color: rgb(255 255 255/.8);
  border: none;
}
.service-four-icon {
  width: 40px;
  height: 40px;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .breadcroumn-contnt .brea-title {
    font-size: 28px;
    line-height: 38px;
  }
.header-v2 .breadcroumb-area {
  padding-top: 160px;
  padding-bottom: 60px;
}
}