.bg-img {
  margin: 0;
  background: url("../imgs/home-bg.jpg") no-repeat center center;
  background-position: 50% 50%;
  background-size: cover;
  vertical-align: middle;
  width: 100%;
  height: auto;
}

.bg-img .opacity-header {
  background: -webkit-gradient(linear, left top, right top, from(#292E49), to(#536976));
  background: linear-gradient(to right, #292E49, #536976);
  opacity: 80%;
  width: 100%;
  margin: 0;
  padding: 0;
  height: auto;
}

.bg-img .header {
  width: 100%;
  height: auto;
  background: rgba(0, 0, 0, 0);
  margin: 0;
}

.bg-img .header nav .navbar-nav .nav-item:hover {
  color: #00b846;
}

.bg-img .header .p-header {
  text-align: center;
  color: #FFF;
  font-size: 35px;
  font-family: "Dancing Script";
}

.bg-img .header .form-control {
  width: 30%;
  height: 50px;
  padding: 10px;
  background: #00b846;
  border-radius: 500px;
  color: #FFF;
  margin: 50px 0px 0px 0px;
  border: 1px solid #00b846;
}

.bg-img .header .form-control:hover, .bg-img .header .form-control:active {
  background: #06fa63;
  border: 1px solid #00b846;
  z-index: 1;
}

.get-h {
  color: black;
  margin: 100px 0px 50px -15px;
  font-weight: bold;
}

#row-get .aget1, #row-get .aget2, #row-get .aget3 {
  margin-left: -15px;
  text-align: center;
  opacity: 60%;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

#row-get .aget1:hover, #row-get .aget2:hover, #row-get .aget3:hover {
  border-bottom: 3px solid #00b846;
  color: black;
  opacity: 100%;
}

#row-get h5 {
  font-size: 30px;
  pad: 10px;
  margin: 50px 0px 10px 0px;
}

.team-part {
  margin: 100px 0px 0px 0px;
  background: rgba(218, 218, 218, 0.671);
  width: 100%;
  height: 100%;
}

.team-part .p-team {
  text-align: center;
  font-size: 35px;
  font-weight: 300;
  margin: 30px 0px 30px 0px;
  font-family: "Dancing Script";
  color: black;
}

.team-part .text-team {
  background: white;
  width: 80%;
  height: 35%;
  margin: 0px 0px 0px -10px;
  text-align: left;
}

.team-part h5 {
  margin: 0px 0px 10px 0px;
  text-align: left;
  padding: 10px;
  font-weight: 300;
  font-size: 30px;
}

.team-part p {
  text-align: left;
  color: rgba(117, 117, 117, 0.89);
  padding: 0;
  margin: 0;
}

.res-part {
  margin-top: 100px;
}

* {
  z-index: 0;
}

.people-part {
  background: black;
  background-position: 50% 50%;
  background-size: cover;
  width: 100%;
  height: 700px;
  margin: 150px 0px 0px 0px;
}

.people-part .slider-part {
  width: #FFF;
  height: 500px;
  background: rgba(0, 0, 0, 0.863);
  text-align: center;
  padding: 20px;
  color: #FFF;
}

.people-part .slider-part span {
  border-radius: 10px;
  background: #FFF;
  padding: 3px;
  width: 5px;
  height: 5px;
}

.people-part .slider-part span:hover {
  background: #00FFFF;
}

#contact {
  background: rgba(218, 218, 218, 0.671);
  width: 100%;
  height: auto;
  margin: 100px 0px 0px 0px;
  padding: 20px;
  text-align: center;
}

#contact h1 {
  font-family: "Dancing Script";
}

#contact .input-1, #contact .input-2, #contact .input-3 {
  width: 100%;
  height: 50px;
  margin: 50px 0px -30px 0px;
}

#contact textarea {
  width: 100%;
  height: 200px;
  margin: 50px 0px -20px 0px;
}

#contact .form-control {
  width: 30%;
  height: 50px;
  padding: 10px;
  background: #00b846;
  border-radius: 500px;
  color: #FFF;
  margin: 30px 0px 0px 0px;
  border: 1px solid #00b846;
}

#contact .form-control:hover, #contact .form-control:active {
  background: #06fa63;
  border: 1px solid #00b846;
}

element.style {
  display: inline;
}

.back-to-top:hover {
  background: #0c2e8a;
  color: #fff;
}

.back-to-top {
  position: fixed;
  display: none;
  background: #50d8af;
  color: #fff;
  padding: 6px 12px 9px 12px;
  font-size: 16px;
  border-radius: 2px;
  right: 15px;
  bottom: 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.back-to-top a {
  color: #50d8af;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.back-to-top a:hover, .back-to-top a:active, .back-to-top a:focus {
  color: #51d8af;
  outline: none;
  text-decoration: none;
}

.back-to-top a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

.footer p {
  margin: 70px 0px 0px 30px;
}

* {
  scroll-behavior: smooth;
}

#mouse-scroll {
  position: relative;
  margin: 100px 0px 100px -20px;
  z-index: 1;
}

#mouse-scroll span {
  display: block;
  width: 15px;
  height: 15px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  margin: 0 0 3px 5px;
}

#mouse-scroll .mouse {
  height: 35px;
  width: 20px;
  border-radius: 10px;
  -webkit-transform: none;
  transform: none;
  border: 2px solid #ffffff;
  top: 170px;
  margin: 50px 0px 0px 2px;
}

#mouse-scroll .down-arrow-1 {
  margin-top: 6px;
}

#mouse-scroll .down-arrow-1, #mouse-scroll .down-arrow-2, #mouse-scroll .down-arrow-3 {
  -webkit-animation: mouse-scroll 1s infinite;
          animation: mouse-scroll 1s infinite;
}

#mouse-croll .down-arrow-1 {
  -webkit-animation-delay: .1s;
          animation-delay: .1s;
  animation-delay: .1s;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

#mouse-scroll .down-arrow-2 {
  -webkit-animation-delay: .2s;
          animation-delay: .2s;
  animation-delay: .2s;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

#mouse-scroll .down-arrow-3 {
  -webkit-animation-delay: .3s;
          animation-delay: .3s;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

#mouse-scroll .mouse-in {
  height: 5px;
  width: 2px;
  display: block;
  margin: 5px auto;
  background: #ffffff;
  position: relative;
}

#mouse-scroll .mouse-in {
  -webkit-animation: animated-mouse 1.2s ease infinite;
          animation: animated-mouse 1.2s ease infinite;
  -webkit-animation: mouse-animated 1.2s ease infinite;
          animation: mouse-animated 1.2s ease infinite;
}

@-webkit-keyframes animated-mouse {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}

@keyframes animated-mouse {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}

@-webkit-keyframes mouse-scroll {
  0% {
    opacity: 1;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}

@keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
/*# sourceMappingURL=main.css.map */