body {
  background: rgb(0 140 69 / 8%);
}

@media (min-width: 1200px) {
  .nav-item {
    width: 14.285%;
  }
}

.nav-link {
  display: block;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  font-weight: 500;
  padding: 1rem 1.5rem;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.logo-height {
  height: 160px;
}

.tab-bg {
  background: linear-gradient(to right, #109b72, #12b485);
  background: -webkit-linear-gradient(to right, #109b72, #12b485);
}

.footer-bg {
  color: #fff;
  background: linear-gradient(to right, #109b72, #12b485);
  background: -webkit-linear-gradient(to right, #109b72, #12b485);
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  border-radius: 0px;
  background: -webkit-linear-gradient(to right, #f13e51, #d74352, #c13d4b);
  background: linear-gradient(to right, #f13e51, #d74352, #c13d4b);
}

@media (max-width: 700px) {
  .nav-pills .nav-item {
    width: 100% !important;
    border-bottom: 1px solid #fff;
  }
}

.nav-link:hover {
  color: #000000;
}

.country-logo {
  height: 120px;
  width: 120px;
}

.form-signin {
  max-width: 380px;
  padding: 35px 35px 35px;
  margin: 0 auto;
  border-radius: 5px;
  float: right;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {
  .form-signin {
    float: none;
  }
}

.form-icon {
  position: absolute;
  bottom: 16px;
  left: 12px;
  height: 1rem;
}

.form-signin .form-control {
  padding: 10px 40px;
  background: #f5f5f5;
  border: none;
  font-size: 16px;
}

.form-signin-heading {
  text-align: center;
}

.form-signin-heading,
.checkbox {
  margin-bottom: 30px;
}

.submit-bt {
  color: #fff;
  font-weight: 500;
  background-color: #008c45;
  border-color: #008c45;
}

.submit-bt:hover {
  color: #fff;
  font-weight: 500;
  background-color: rgb(1 92 47);
  border-color: rgb(1 92 47);
}

.reset-bt {
  color: #fff;
  font-weight: 500;
  background-color: #d77f24;
  border-color: #d77f24;
}

.reset-bt:hover {
  color: #fff;
  font-weight: 500;
  background-color: #ad5900;
  border-color: #ad5900;
}

.mail-bt {
  color: #fff;
  font-weight: 500;
  font-size: 19px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 8px 0px;
  background: linear-gradient(to right, #109b72, #12b485);
  border: none;
  background: -webkit-linear-gradient(to right, #109b72, #12b485);
}

.side-bg {
  background-image: url(../image/bgggg1.jpg);
  background-repeat-y: repeat;
  background-size: cover;
}

.link-body {
  color: #fff;
  text-decoration: none;
}

.align-left {
  float: left;
  margin-right: 20px;
}

.about-img {
  height: 120px;
  width: 120px;
}

.box-shadow1 {
  box-shadow: inset 2px 2px 2px 0 rgb(255 255 255 / 50%), 7px 7px 20px 0 rgb(0 0 0 / 10%), 4px 4px 5px 0 rgb(0 0 0 / 10%);
}

.box-shadow2 {
  box-shadow: inset 2px 2px 2px 0 rgb(185 175 175 / 50%), -4px -3px 20px 0 rgb(118 109 109 / 10%), 4px 6px 5px 0 rgb(46 42 42 / 10%);
}

.box-shadow3 {
  box-shadow: 0 0 6px 0 rgb(0 0 0 / 25%);
}

.card-hover1 {
  transition: all 0.3s linear;
}

.card-hover1:hover {
  box-shadow: rgb(0 0 0 / 12%) 0 20px 50px 0;
  transition: all 0.3s linear;
  background-color: #fff;
}

.fs-14 {
  font-size: 14px;
}

.fs-17 {
  font-size: 17px;
}

.fs-20 {
  font-size: 20px;
}

.fs-30 {
  font-size: 25px;
}

.icon-color {
  color: rgb(2 144 80);
}

.bg-soft-primary {
  background-color: #f1f5fd !important;
}

.text-inf {
  color: #12b485;
}
.nav-link:hover {
  color: #fff;
  background: linear-gradient(to right, rgb(241, 62, 81), rgb(215, 67, 82), rgb(193, 61, 75));
}
