html {
  scroll-behavior: smooth;
  scroll-padding: 14rem;
}
#mission,
#partners,
#directors,
#counters,
#gallery {
  padding-top: 10rem !important;
  padding-bottom: 4rem !important;
}
#mission .row {
  padding-bottom: 3em;
}
#directors .row {
  padding-bottom: 4em;
}
#partners .row {
  padding-bottom: 4em;
}
.counter_svg {
  height: 50px;
  width: 50px;
}
.full-screen {
  cursor: pointer;
}
.owl-item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0px !important;
}
.owl-item .item {
  height: auto;
  width: 100px !important;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.navbar-brand img {
  height: 100px;
}
.footer-logo img {
  height: 100px;
}
.navbar-gallery .navbar-nav .nav-link {
  color: #8f9397;
}
#modalPlans {
  z-index: 10000;
  margin-top: 3rem !important;
}
.scroll-downs {
  position: absolute;
  bottom: 35px;
  left: 48vw;
  margin: 0 auto;
  z-index: 9999;
  width: 34px;
  height: 55px;
}
.mousey {
  width: 3px;
  padding: 8px 12px;
  height: 30px;
  border: 2px solid #fff;
  border-radius: 25px;
  opacity: 0.75;
  box-sizing: content-box;
}
.scroller {
  width: 3px;
  height: 10px;
  border-radius: 25%;
  background-color: #fff;
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
  animation-iteration-count: infinite;
}
@keyframes scroll {
  0% {
    opacity: 0;
  }
  10% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(15px);
    opacity: 0;
  }
}
.team-item {
  cursor: pointer;
}
.modal-avatar {
  text-align: center;
}
.modal-avatar img {
  height: 250px;
}
.director_modal {
  width: 80vw !important;
  height: 450px !important;
}
.map_infobox h4 {
  margin: 0px !important;
}
.partner_item {
  cursor: pointer;
}
.btn-umang {
  color: #ffffff;
  background: -moz-linear-gradient(
    150deg,
    #c11b2f 0%,
    #77000e 50%,
    #c11b2f 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0%, #c11b2f),
    color-stop(50%, #77000e),
    color-stop(100%, #c11b2f)
  );
  background: -webkit-linear-gradient(
    150deg,
    #c11b2f 0%,
    #77000e 50%,
    #c11b2f 100%
  );
  background: -o-linear-gradient(150deg, #c11b2f 0%, #77000e 50%, #c11b2f 100%);
  background: -ms-linear-gradient(
    150deg,
    #c11b2f 0%,
    #77000e 50%,
    #c11b2f 100%
  );
  background: linear-gradient(150deg, #c11b2f 0%, #77000e 50%, #c11b2f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color-one', endColorstr='$color-two',GradientType=1 );
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-size: 260% 100%;
  background-position: right bottom;
  border: 0;
  line-height: 1.92;
}
.btn-umang.active,
.btn-umang:active,
.btn-umang:focus,
.btn-umang:hover {
  color: #ffffff;
  background-position: left bottom;
}
