body {
  background-color: #f8f8f8;
}

.nav-bg-wise {
  background-color: #2b3d51;
}

.btn-wise-blue {
  color: #fff;
  background-color: #4a98cc;
  border-color: #4a98cc;
}

.btn-wise-blue:hover {
  color: #fff;
  background-color: #4a82cc;
  border-color: #4a82cc;
}

.btn-wise-blue:focus,
.btn-wise-blue.focus {
  box-shadow: 0 0 0 0.2rem rgba(55, 125, 255, 0.5);
}

.btn-wise-blue.disabled,
.btn-wise-blue:disabled {
  color: #fff;
  background-color: #f0934e;
  border-color: #f0934e;
}

.btn-wise-blue:not(:disabled):not(.disabled):active,
.btn-wise-blue:not(:disabled):not(.disabled).active,
.show>.btn-wise-blue.dropdown-toggle {
  color: #fff;
  background-color: #4a82cc;
  border-color: #faebcc;
}

.btn-wise-blue:not(:disabled):not(.disabled):active:focus,
.btn-wise-blue:not(:disabled):not(.disabled).active:focus,
.show>.btn-wise-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(55, 125, 255, 0.5);
}


.btn-wise {
  color: #fff;
  background-color: #f7862f;
  border-color: #f0934e;
}

.btn-wise:hover {
  color: #fff;
  background-color: #f7862f;
  border-color: #f7862f;
}

.btn-wise:focus,
.btn-wise.focus {
  box-shadow: 0 0 0 0.2rem rgba(55, 125, 255, 0.5);
}

.btn-wise.disabled,
.btn-wise:disabled {
  color: #fff;
  background-color: #f0934e;
  border-color: #f0934e;
}

.btn-wise:not(:disabled):not(.disabled):active,
.btn-wise:not(:disabled):not(.disabled).active,
.show>.btn-wise.dropdown-toggle {
  color: #fff;
  background-color: #f7862f;
  border-color: #faebcc;
}

.btn-wise:not(:disabled):not(.disabled):active:focus,
.btn-wise:not(:disabled):not(.disabled).active:focus,
.show>.btn-wise.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(55, 125, 255, 0.5);
}

.text-wise {
  color: #f7862f !important;
}

a.text-wise:hover,
a.text-wise:focus {
  color: #d39e00 !important;
}

.btn-outline-wise {
  color: #f7862f;
  background-color: transparent;
  background-image: none;
  border-color: #f7862f;
}

.btn-outline-wise:hover {
  color: #1e2022;
  background-color: #f7862f;
  border-color: #f7862f;
}

.btn-outline-wise:focus,
.btn-outline-wise.focus {
  box-shadow: 0 0 0 0.2rem #f7862f;
}

.btn-outline-wise.disabled,
.btn-outline-wise:disabled {
  color: #f7862f;
  background-color: transparent;
}

.btn-outline-wise:not(:disabled):not(.disabled):active,
.btn-outline-wise:not(:disabled):not(.disabled).active,
.show>.btn-outline-wise.dropdown-toggle {
  color: #1e2022;
  background-color: #f7862f;
  border-color: #f7862f;
}

.btn-outline-wise:not(:disabled):not(.disabled):active:focus,
.btn-outline-wise:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-wise.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #f7862f;
}

.text-wise-dark {
  color: #333333;
}

.badge-wise-brown {
  color: #fff;
  background-color: #cc7e4a;
}

.badge-wise-brown[href]:hover,
.badge-wise-brown[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #cc7e4a;
}

.contact-us-hero {
  background-image: url(/assets/img/img13.jpg);
}

.bg-wise-blue{
    color: #fff;
    background-color: #4a98cc;
}

.btn-white {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}

.btn-white:hover {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}

.wise-hr{
  height: 2px; background-color: #2b3d51;
}

.bg-wise{
  background-color: #f8f8f8;
}

.chrome-button {
  position: absolute;
  top: 72%;
  left: 5%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.mass-mailing-cover {
  background-image:url(../../assets/img/mass-mailing-img/mass_mailing_logo.png);
  width: 100%;
  height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.8;
  color:black;
  font-size: 300%;
  position:relative;
}

.centered {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

}

.btn-telegram {
  color: #fff;
  background-color: #0088cc;
  border-color: #0088cc;
}

.btn-telegram:hover {
  color: #fff;
  background-color: #007FBE;
  border-color: #007FBE;
}

.btn-telegram:focus,
.btn-telegram.focus {
  box-shadow: 0 0 0 0.2rem rgba(55, 125, 255, 0.5);
}

.btn-telegram.disabled,
.btn-telegram:disabled {
  color: #fff;
  background-color: #f0934e;
  border-color: #f0934e;
}

.btn-telegram:not(:disabled):not(.disabled):active,
.btn-telegram:not(:disabled):not(.disabled).active,
.show>.btn-wise.dropdown-toggle {
  color: #fff;
  background-color: #f7862f;
  border-color: #faebcc;
}

.btn-telegram:not(:disabled):not(.disabled):active:focus,
.btn-telegram:not(:disabled):not(.disabled).active:focus,
.show>.btn-telegram.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(55, 125, 255, 0.5);
}
