.icon-box img {
  max-width: 40%;
  text-align: center;
}

.btn-call {
  background-color: #080a3c;
  border: none;
  position: relative;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
  font-weight: 500;
  font-size: 15px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 13px;
  padding-bottom: 13px;
}

.btn-call-mobile {
  background-color: #080a3c;
  border: none;
  position: relative;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
  font-weight: 500;
  font-size: 12px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  float: right;
  margin-top: -7px;
}

/* #odometer,
#odometer1,
#odometer2,
#odometer3 {
  color: #ff612f;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 600;
  display: inline-block;
} */

.sign-icon {
  color: #ff612f;
  font-size: 30px;
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
}

.odometer.odometer-auto-theme,
.odometer.odometer-theme-digital {
  color: #ff612f;
  font-size: 30px;
  font-weight: 600;
  background-image: none;
  background-color: white;
  line-height: normal;
  font-family: inherit;
  padding: 0;
}

.mean-container a.meanmenu-reveal {
  top: 30px;
}


@media only screen and (max-width: 991px) {
  .strax-responsive-nav .strax-responsive-menu.mean-container .navbar-nav {
    margin-top: 28px;
  }
}

/* Header Logo Adjustment */
.navbar-area .logo img,
.navbar-area .navbar-brand img {
  max-width: 180px !important;
}

@media only screen and (max-width: 991px) {

  .navbar-area .logo img,
  .navbar-area .navbar-brand img {
    max-width: 130px !important;
  }
}

/* Footer Logo Adjustment */
.footer-area .single-footer-widget .logo img {
  max-width: 150px !important;
  filter: invert(1) hue-rotate(180deg) !important;
  -webkit-filter: invert(1) hue-rotate(180deg) !important;
}

/* Favicon Placeholder Adjustment */
.services-area .services-content .content .icon img {
  max-width: 45px !important;
  max-height: 45px !important;
}