@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans&family=Raleway:wght@300&display=swap");
.mandatory {
  color: #446a2f;
}

.delete-btn {
  font-weight: 400;
  margin: 0 20px 0 0;
  font-weight: 400;
  line-height: 1.5;
  padding: 0.6rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  letter-spacing: 2px;
  border: 3px solid red;
  color: white;
  background: red;
  display: inline-block;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0.1px 0.1px 0.2px -11px rgba(0, 0, 0, 0.222), 0.3px 0.2px 0.5px -11px rgba(0, 0, 0, 0.329), 0.5px 0.3px 0.9px -11px rgba(0, 0, 0, 0.406), 0.8px 0.5px 1.4px -11px rgba(0, 0, 0, 0.472), 1.1px 0.8px 2px -11px rgba(0, 0, 0, 0.532), 1.6px 1.1px 2.8px -11px rgba(0, 0, 0, 0.594), 2.3px 1.5px 4px -11px rgba(0, 0, 0, 0.66), 3.3px 2.2px 5.8px -11px rgba(0, 0, 0, 0.738), 5.1px 3.4px 9px -11px rgba(0, 0, 0, 0.84), 9px 6px 16px -11px black;
          box-shadow: 0.1px 0.1px 0.2px -11px rgba(0, 0, 0, 0.222), 0.3px 0.2px 0.5px -11px rgba(0, 0, 0, 0.329), 0.5px 0.3px 0.9px -11px rgba(0, 0, 0, 0.406), 0.8px 0.5px 1.4px -11px rgba(0, 0, 0, 0.472), 1.1px 0.8px 2px -11px rgba(0, 0, 0, 0.532), 1.6px 1.1px 2.8px -11px rgba(0, 0, 0, 0.594), 2.3px 1.5px 4px -11px rgba(0, 0, 0, 0.66), 3.3px 2.2px 5.8px -11px rgba(0, 0, 0, 0.738), 5.1px 3.4px 9px -11px rgba(0, 0, 0, 0.84), 9px 6px 16px -11px black;
}

.delete-btn:hover {
  color: red;
  text-decoration: none;
  border: 3px solid red;
}

.delete-btn:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: white;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
}

.delete-btn:hover:before {
  width: 100%;
  height: 100%;
  color: #fff;
}

.primary-btn {
  font-weight: 400;
  margin: 0 20px 0 0;
  font-weight: 400;
  line-height: 1.5;
  padding: 0.6rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  letter-spacing: 2px;
  border: 3px solid #5d927f;
  color: white;
  background: #5d927f;
  display: inline-block;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0.1px 0.1px 0.2px -11px rgba(0, 0, 0, 0.222), 0.3px 0.2px 0.5px -11px rgba(0, 0, 0, 0.329), 0.5px 0.3px 0.9px -11px rgba(0, 0, 0, 0.406), 0.8px 0.5px 1.4px -11px rgba(0, 0, 0, 0.472), 1.1px 0.8px 2px -11px rgba(0, 0, 0, 0.532), 1.6px 1.1px 2.8px -11px rgba(0, 0, 0, 0.594), 2.3px 1.5px 4px -11px rgba(0, 0, 0, 0.66), 3.3px 2.2px 5.8px -11px rgba(0, 0, 0, 0.738), 5.1px 3.4px 9px -11px rgba(0, 0, 0, 0.84), 9px 6px 16px -11px black;
          box-shadow: 0.1px 0.1px 0.2px -11px rgba(0, 0, 0, 0.222), 0.3px 0.2px 0.5px -11px rgba(0, 0, 0, 0.329), 0.5px 0.3px 0.9px -11px rgba(0, 0, 0, 0.406), 0.8px 0.5px 1.4px -11px rgba(0, 0, 0, 0.472), 1.1px 0.8px 2px -11px rgba(0, 0, 0, 0.532), 1.6px 1.1px 2.8px -11px rgba(0, 0, 0, 0.594), 2.3px 1.5px 4px -11px rgba(0, 0, 0, 0.66), 3.3px 2.2px 5.8px -11px rgba(0, 0, 0, 0.738), 5.1px 3.4px 9px -11px rgba(0, 0, 0, 0.84), 9px 6px 16px -11px black;
}

.primary-btn:hover {
  color: #5d927f;
  text-decoration: none;
  border: 3px solid #5d927f;
}

.primary-btn:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: white;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
}

.primary-btn:hover:before {
  width: 100%;
  height: 100%;
  color: #fff;
}

.btn-get-started {
  font-weight: 600;
  margin: 0 20px 0 0;
  line-height: 1.5;
  padding: 0.6rem 0.75rem;
  border: 2px solid white;
  color: white;
  letter-spacing: 2px;
  display: inline-block;
  border-radius: 0.25rem;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0.1px 0.1px 0.2px -11px rgba(0, 0, 0, 0.222), 0.3px 0.2px 0.5px -11px rgba(0, 0, 0, 0.329), 0.5px 0.3px 0.9px -11px rgba(0, 0, 0, 0.406), 0.8px 0.5px 1.4px -11px rgba(0, 0, 0, 0.472), 1.1px 0.8px 2px -11px rgba(0, 0, 0, 0.532), 1.6px 1.1px 2.8px -11px rgba(0, 0, 0, 0.594), 2.3px 1.5px 4px -11px rgba(0, 0, 0, 0.66), 3.3px 2.2px 5.8px -11px rgba(0, 0, 0, 0.738), 5.1px 3.4px 9px -11px rgba(0, 0, 0, 0.84), 9px 6px 16px -11px black;
          box-shadow: 0.1px 0.1px 0.2px -11px rgba(0, 0, 0, 0.222), 0.3px 0.2px 0.5px -11px rgba(0, 0, 0, 0.329), 0.5px 0.3px 0.9px -11px rgba(0, 0, 0, 0.406), 0.8px 0.5px 1.4px -11px rgba(0, 0, 0, 0.472), 1.1px 0.8px 2px -11px rgba(0, 0, 0, 0.532), 1.6px 1.1px 2.8px -11px rgba(0, 0, 0, 0.594), 2.3px 1.5px 4px -11px rgba(0, 0, 0, 0.66), 3.3px 2.2px 5.8px -11px rgba(0, 0, 0, 0.738), 5.1px 3.4px 9px -11px rgba(0, 0, 0, 0.84), 9px 6px 16px -11px black;
}

.btn-get-started:hover {
  color: #fff;
  text-decoration: none;
  border: 3px solid #5d927f;
}

.btn-get-started:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #5d927f;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
}

.btn-get-started:hover:before {
  width: 100%;
  height: 100%;
  color: #fff;
}

.hidden-Mob {
  display: inline-block;
}

@media (max-width: 991px) {
  .hidden-Mob {
    display: none;
  }
}

.form-control {
  background-color: #d3e1d1;
  border: 1px solid #5d927f;
  color: black;
}

.form-select {
  background-color: #d3e1d1;
  border: 1px solid #5d927f;
  color: black;
}

.mandatory {
  color: #446a2f;
}

.delete-btn {
  font-weight: 400;
  margin: 0 20px 0 0;
  font-weight: 400;
  line-height: 1.5;
  padding: 0.6rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  letter-spacing: 2px;
  border: 3px solid red;
  color: white;
  background: red;
  display: inline-block;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0.1px 0.1px 0.2px -11px rgba(0, 0, 0, 0.222), 0.3px 0.2px 0.5px -11px rgba(0, 0, 0, 0.329), 0.5px 0.3px 0.9px -11px rgba(0, 0, 0, 0.406), 0.8px 0.5px 1.4px -11px rgba(0, 0, 0, 0.472), 1.1px 0.8px 2px -11px rgba(0, 0, 0, 0.532), 1.6px 1.1px 2.8px -11px rgba(0, 0, 0, 0.594), 2.3px 1.5px 4px -11px rgba(0, 0, 0, 0.66), 3.3px 2.2px 5.8px -11px rgba(0, 0, 0, 0.738), 5.1px 3.4px 9px -11px rgba(0, 0, 0, 0.84), 9px 6px 16px -11px black;
          box-shadow: 0.1px 0.1px 0.2px -11px rgba(0, 0, 0, 0.222), 0.3px 0.2px 0.5px -11px rgba(0, 0, 0, 0.329), 0.5px 0.3px 0.9px -11px rgba(0, 0, 0, 0.406), 0.8px 0.5px 1.4px -11px rgba(0, 0, 0, 0.472), 1.1px 0.8px 2px -11px rgba(0, 0, 0, 0.532), 1.6px 1.1px 2.8px -11px rgba(0, 0, 0, 0.594), 2.3px 1.5px 4px -11px rgba(0, 0, 0, 0.66), 3.3px 2.2px 5.8px -11px rgba(0, 0, 0, 0.738), 5.1px 3.4px 9px -11px rgba(0, 0, 0, 0.84), 9px 6px 16px -11px black;
}

.delete-btn:hover {
  color: red;
  text-decoration: none;
  border: 3px solid red;
}

.delete-btn:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: white;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
}

.delete-btn:hover:before {
  width: 100%;
  height: 100%;
  color: #fff;
}

.primary-btn {
  font-weight: 400;
  margin: 0 20px 0 0;
  font-weight: 400;
  line-height: 1.5;
  padding: 0.6rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  letter-spacing: 2px;
  border: 3px solid #5d927f;
  color: white;
  background: #5d927f;
  display: inline-block;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0.1px 0.1px 0.2px -11px rgba(0, 0, 0, 0.222), 0.3px 0.2px 0.5px -11px rgba(0, 0, 0, 0.329), 0.5px 0.3px 0.9px -11px rgba(0, 0, 0, 0.406), 0.8px 0.5px 1.4px -11px rgba(0, 0, 0, 0.472), 1.1px 0.8px 2px -11px rgba(0, 0, 0, 0.532), 1.6px 1.1px 2.8px -11px rgba(0, 0, 0, 0.594), 2.3px 1.5px 4px -11px rgba(0, 0, 0, 0.66), 3.3px 2.2px 5.8px -11px rgba(0, 0, 0, 0.738), 5.1px 3.4px 9px -11px rgba(0, 0, 0, 0.84), 9px 6px 16px -11px black;
          box-shadow: 0.1px 0.1px 0.2px -11px rgba(0, 0, 0, 0.222), 0.3px 0.2px 0.5px -11px rgba(0, 0, 0, 0.329), 0.5px 0.3px 0.9px -11px rgba(0, 0, 0, 0.406), 0.8px 0.5px 1.4px -11px rgba(0, 0, 0, 0.472), 1.1px 0.8px 2px -11px rgba(0, 0, 0, 0.532), 1.6px 1.1px 2.8px -11px rgba(0, 0, 0, 0.594), 2.3px 1.5px 4px -11px rgba(0, 0, 0, 0.66), 3.3px 2.2px 5.8px -11px rgba(0, 0, 0, 0.738), 5.1px 3.4px 9px -11px rgba(0, 0, 0, 0.84), 9px 6px 16px -11px black;
}

.primary-btn:hover {
  color: #5d927f;
  text-decoration: none;
  border: 3px solid #5d927f;
}

.primary-btn:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: white;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
}

.primary-btn:hover:before {
  width: 100%;
  height: 100%;
  color: #fff;
}

.btn-get-started {
  font-weight: 600;
  margin: 0 20px 0 0;
  line-height: 1.5;
  padding: 0.6rem 0.75rem;
  border: 2px solid white;
  color: white;
  letter-spacing: 2px;
  display: inline-block;
  border-radius: 0.25rem;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0.1px 0.1px 0.2px -11px rgba(0, 0, 0, 0.222), 0.3px 0.2px 0.5px -11px rgba(0, 0, 0, 0.329), 0.5px 0.3px 0.9px -11px rgba(0, 0, 0, 0.406), 0.8px 0.5px 1.4px -11px rgba(0, 0, 0, 0.472), 1.1px 0.8px 2px -11px rgba(0, 0, 0, 0.532), 1.6px 1.1px 2.8px -11px rgba(0, 0, 0, 0.594), 2.3px 1.5px 4px -11px rgba(0, 0, 0, 0.66), 3.3px 2.2px 5.8px -11px rgba(0, 0, 0, 0.738), 5.1px 3.4px 9px -11px rgba(0, 0, 0, 0.84), 9px 6px 16px -11px black;
          box-shadow: 0.1px 0.1px 0.2px -11px rgba(0, 0, 0, 0.222), 0.3px 0.2px 0.5px -11px rgba(0, 0, 0, 0.329), 0.5px 0.3px 0.9px -11px rgba(0, 0, 0, 0.406), 0.8px 0.5px 1.4px -11px rgba(0, 0, 0, 0.472), 1.1px 0.8px 2px -11px rgba(0, 0, 0, 0.532), 1.6px 1.1px 2.8px -11px rgba(0, 0, 0, 0.594), 2.3px 1.5px 4px -11px rgba(0, 0, 0, 0.66), 3.3px 2.2px 5.8px -11px rgba(0, 0, 0, 0.738), 5.1px 3.4px 9px -11px rgba(0, 0, 0, 0.84), 9px 6px 16px -11px black;
}

.btn-get-started:hover {
  color: #fff;
  text-decoration: none;
  border: 3px solid #5d927f;
}

.btn-get-started:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #5d927f;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
}

.btn-get-started:hover:before {
  width: 100%;
  height: 100%;
  color: #fff;
}

.hidden-Mob {
  display: inline-block;
}

@media (max-width: 991px) {
  .hidden-Mob {
    display: none;
  }
}

.form-control {
  background-color: #d3e1d1;
  border: 1px solid #5d927f;
  color: black;
}

.form-select {
  background-color: #d3e1d1;
  border: 1px solid #5d927f;
  color: black;
}

.navbar {
  background: #aac8af;
  padding: 15px;
}

.navbar .nav-item {
  margin: 10px 20px;
}

.navbar .nav-link {
  font-family: 'Montserrat', sans-serif;
}

.navbar a {
  background-image: -webkit-gradient(linear, left top, right top, from(#5d927f), color-stop(50%, #5d927f), color-stop(50%, black));
  background-image: linear-gradient(to right, #5d927f, #5d927f 50%, black 50%);
  letter-spacing: 1px;
  background-size: 200% 100%;
  background-position: -100%;
  display: inline-block;
  padding: 5px 0;
  position: relative;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navbar .nav-link:before {
  content: "";
  background: #5d927f;
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 3px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.navbar .nav-link:hover {
  background-position: 0;
}

.navbar .nav-link:hover::before {
  width: 100%;
}

.navbar .navbar-toggler i {
  color: white;
  border: white;
}

header {
  background: white;
}

header .flex-Header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px;
}

header .logo-header a h1 {
  color: #5d927f;
  text-transform: uppercase;
  font-weight: 600;
}

header.login-section .primary-btn:hover {
  border: 3px solid #5d927f;
}

.header-full {
  z-index: 9999;
}

.signUpWhiteBg {
  font-weight: 400;
  margin: 0 20px 0 0;
  font-weight: 400;
  line-height: 1.5;
  padding: 0.6rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  letter-spacing: 2px;
  display: inline-block;
  position: relative;
  z-index: 1;
  border: 3px solid #5d927f;
  color: #5d927f;
  -webkit-box-shadow: 0.1px 0.1px 0.2px -11px rgba(0, 0, 0, 0.222), 0.3px 0.2px 0.5px -11px rgba(0, 0, 0, 0.329), 0.5px 0.3px 0.9px -11px rgba(0, 0, 0, 0.406), 0.8px 0.5px 1.4px -11px rgba(0, 0, 0, 0.472), 1.1px 0.8px 2px -11px rgba(0, 0, 0, 0.532), 1.6px 1.1px 2.8px -11px rgba(0, 0, 0, 0.594), 2.3px 1.5px 4px -11px rgba(0, 0, 0, 0.66), 3.3px 2.2px 5.8px -11px rgba(0, 0, 0, 0.738), 5.1px 3.4px 9px -11px rgba(0, 0, 0, 0.84), 9px 6px 16px -11px black;
          box-shadow: 0.1px 0.1px 0.2px -11px rgba(0, 0, 0, 0.222), 0.3px 0.2px 0.5px -11px rgba(0, 0, 0, 0.329), 0.5px 0.3px 0.9px -11px rgba(0, 0, 0, 0.406), 0.8px 0.5px 1.4px -11px rgba(0, 0, 0, 0.472), 1.1px 0.8px 2px -11px rgba(0, 0, 0, 0.532), 1.6px 1.1px 2.8px -11px rgba(0, 0, 0, 0.594), 2.3px 1.5px 4px -11px rgba(0, 0, 0, 0.66), 3.3px 2.2px 5.8px -11px rgba(0, 0, 0, 0.738), 5.1px 3.4px 9px -11px rgba(0, 0, 0, 0.84), 9px 6px 16px -11px black;
}

.signUpWhiteBg:hover {
  color: #fff;
  text-decoration: none;
}

.signUpWhiteBg:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #5d927f;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
}

.signUpWhiteBg:hover:before {
  width: 100%;
  height: 100%;
  color: white;
}

#hero {
  width: 100%;
  height: 80vh;
  background: url("../img/img2.jpg") center center;
  background-size: cover;
  position: relative;
}

#hero:before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero h1 {
  margin: 10px 0;
  font-weight: 700;
  color: #5d927f;
}

#hero h2 {
  margin: 10px 0;
  font-weight: 700;
  letter-spacing: 2px;
  color: #5d927f;
}

#hero h5 {
  width: 70%;
  color: #5d927f;
  margin: 10px 0 0 0;
  font-size: 22px;
}

#hero i {
  color: white;
}

@media (max-width: 992px) {
  #hero .container {
    padding-top: 52px;
  }
  #hero {
    background-attachment: fixed;
  }
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

#hero .mbr-arrow {
  bottom: 48px;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

#hero .mbr-arrow .mbr-arrow a {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  height: 46px;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 46px;
}

#hero .mbr-arrow .mbr-arrow-floating .mbr-arrow-icon {
  -webkit-animation: floating-arrow 1.6s infinite ease-in-out 0s;
          animation: floating-arrow 1.6s infinite ease-in-out 0s;
}

#hero .mbr-arrow .mbr-arrow-icon {
  display: block;
}

.about-us {
  padding: 100px 0;
  width: 100%;
  background-size: 150% 100%;
  background-image: url(../img/background-right-section-1.svg);
  background-repeat: no-repeat;
  height: auto;
}

.about-us .about-content {
  margin: 10% auto;
}

.about-us .about-content h2 {
  font-weight: bold;
  margin-bottom: 20px;
  color: #5d927f;
}

.about-us .about-content p {
  margin-bottom: 30px;
  color: #6e6e6e;
}

.about-img img {
  margin: 10% auto;
  width: 90%;
  border: 10px solid #5d927f;
  padding: 5px;
  border-radius: 10% 40%;
  -webkit-box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.3);
}

.about-sub-heading h3 {
  color: #5d927f;
}

.break-section {
  margin: 0px 0 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
}

.break-section .break-section-box {
  padding: 10px;
}

.break-section .break-section-box div {
  margin: 15px 0;
}

.break-section .break-section-box .break-section-icons img {
  color: #5d927f;
}

.break-section .break-section-box .break-section-title {
  color: #5d927f;
  font-weight: 700;
  font-size: 18px;
}

.break-section .break-section-box .break-section-desc {
  color: #5d927f;
}

#features {
  width: 100%;
  padding: 100px 0;
}

#features h2 {
  font-weight: bold;
  margin-bottom: 20px;
  color: #5d927f;
}

#features h3 {
  color: #5d927f;
}

#features .card-feature {
  width: 70%;
  margin: 30px 0px;
  background: #5d927f;
  padding: 20px;
  border-radius: 10%;
  text-align: center;
}

#features .card-feature .icon-feature i {
  color: white;
}

#features .card-feature .icon-feature img svg {
  width: 100px;
  fill: #5d927f;
}

#features .card-feature .title-feature {
  margin: 15px 0;
  font-size: 22px;
  color: white;
}

#features .card-feature .body-feature {
  margin: 15px 0;
  color: white;
}

#howitworks {
  width: 100%;
  padding: 100px 0;
}

#howitworks h2 {
  font-weight: bold;
  margin-bottom: 20px;
  color: #5d927f;
}

#howitworks h3 {
  color: #5d927f;
}

#howitworks .card-stack1 {
  margin: 50px 0;
  width: 100%;
  background: #5d927f;
  color: #d3e1d1;
}

#howitworks .card-stack1 .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#howitworks .card-stack2 {
  margin: 50px 0;
  width: 100%;
  background: #d3e1d1;
  color: #5d927f;
}

#howitworks .card-stack2 .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#howitworks .card-stack3 {
  margin: 50px 0;
  width: 100%;
  background: #aac8af;
  color: #5c6462;
}

#howitworks .card-stack3 .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#prices {
  padding: 100px 0;
  width: 100%;
}

#prices h3 {
  color: #5d927f;
}

#prices h2 {
  font-weight: bold;
  margin-bottom: 20px;
  color: #5d927f;
}

#prices .card {
  padding: 20px;
}

#prices .card .card-title {
  color: #5d927f;
  font-weight: 600;
}

#prices .section-title {
  text-align: center;
  font-weight: 600;
  padding: 50px 0;
}

#prices .icon-box {
  margin: 20px 0;
  text-align: center;
  padding: 70px 20px 80px 20px;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  background: #fff;
}

#prices .icon-box .icon {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  position: relative;
}

#prices .icon-box .icon i {
  font-size: 36px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}

#prices .icon-box .icon svg {
  position: absolute;
  top: 0;
  left: 0;
}

#prices .icon-box .icon svg path {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  fill: #f5f5f5;
}

#prices .icon-box h4 {
  font-weight: 600;
  margin: 10px 0 15px 0;
  font-size: 22px;
}

#prices .icon-box h4 a {
  color: #2c4964;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

#prices .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

#prices .icon-box:hover {
  border-color: #fff;
  -webkit-box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
}

#contactUs {
  width: 100%;
  padding: 100px 0;
  background: #aac8af;
}

#contactUs h2 {
  font-weight: bold;
  margin-bottom: 20px;
  color: #5d927f;
}

#contactUs h3 {
  color: #5d927f;
}

#contactUs .envelope {
  background-color: #fff;
  border-radius: 20px;
}

#contactUs .form-padding {
  padding: 50px;
}

#contactUs .form-padding label {
  color: #5d927f;
}

footer {
  background: white;
  padding: 30px 0;
}

footer h1 a {
  color: #5d927f;
  font-weight: 600;
}

footer ul {
  color: #5d927f;
  margin-left: 0;
  padding-left: 0;
}

footer ul li {
  list-style: none;
  text-decoration: none;
  margin: 10px 0;
}

footer ul li img {
  color: #5d927f;
}

footer .inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 10px;
}

footer .inline i {
  color: #446a2f;
  font-size: 24px;
  font-weight: 600;
}

footer .text-right {
  text-align: right;
}

footer .text-right ul {
  padding: 0;
}

footer .text-right ul li a {
  color: #5d927f;
}

#forgotPassword {
  display: none;
}

.forgotpass {
  cursor: pointer;
  color: #5d927f;
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

#registration {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#registration p {
  color: #5d927f;
}

#registration form label {
  color: #5d927f;
}

#registration h1 {
  color: #5d927f;
  margin: 10px 0 20px 0;
  font-size: 60px;
}

/*form styles*/
#msform {
  margin: 50px auto;
  position: relative;
  /*Hide all except first fieldset*/
  /*buttons*/
  /*headings*/
  /*progressbar*/
}

#msform fieldset {
  background: white;
  border: 0 none;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
  padding: 20px 30px;
  /*stacking fieldsets above each other*/
  position: relative;
}

#msform fieldset:not(:first-of-type) {
  display: none;
}

#msform fieldset:not(:first-of-type) .hideButton i {
  color: #5d927f;
}

#msform .action-button {
  width: 100px;
  background: #5d927f;
  color: white;
  border: 0 none;
  border-radius: 10px;
  cursor: pointer;
  padding: 10px 10px;
  margin: 30px 40px 20px 0px;
  letter-spacing: 2px;
  display: inline-block;
}

#msform .action-button:hover,
#msform .action-button:focus {
  -webkit-box-shadow: 0 0 0 2px white, 0 0 0 3px #5d927f;
          box-shadow: 0 0 0 2px white, 0 0 0 3px #5d927f;
}

#msform .fs-title {
  font-size: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #5d927f;
  font-weight: 600;
  margin-bottom: 30px;
}

#msform .fs-subtitle {
  font-weight: normal;
  font-size: 16px;
  color: #666;
  margin-bottom: 30px;
}

#msform #progressbar {
  text-align: center;
  margin-bottom: 50px;
  overflow: hidden;
  /*CSS counters to number the steps*/
  counter-reset: step;
  /*progressbar connectors*/
  /*marking active/completed steps green*/
  /*The number of the step and the connector before it = green*/
}

#msform #progressbar li {
  list-style-type: none;
  color: #5d927f;
  text-transform: uppercase;
  font-size: 14px;
  width: 33.33%;
  float: left;
  position: relative;
}

#msform #progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 20px;
  line-height: 20px;
  display: block;
  font-size: 10px;
  color: #333;
  background: white;
  border-radius: 3px;
  border: 1px solid #5d927f;
  margin: 0 auto 5px auto;
}

#msform #progressbar li:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #446a2f;
  position: absolute;
  left: -50%;
  top: 9px;
  z-index: -1;
  /*put it behind the numbers*/
}

#msform #progressbar li:first-child:after {
  /*connector not needed before the first step*/
  content: none;
}

#msform #progressbar li.active:before,
#msform #progressbar li.active:after {
  background: #5d927f;
  color: white;
}

#msform .nav-pills .nav-link {
  border: 1px solid #5d927f;
  border-radius: 0.25rem rem;
  margin: 0px 40px 20px 0px;
  color: #5d927f;
}

#msform .nav-link:focus,
#msform .nav-link:hover {
  background-color: #5d927f;
  color: white;
}

#msform .nav-pills .nav-link.active,
#msform .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #5d927f;
}

#instituteTrandidateDetails {
  margin: 10px auto;
}

.form-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 50px auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-heading h3 {
  color: #5d927f;
  font-size: 28px;
}

form {
  margin: 20px 0;
}

form .submit-button {
  margin: 30px;
}

.heading1 {
  margin: 30px auto;
  text-align: center;
}

.heading1 h2 {
  color: #5d927f;
}

.downloadupload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 50px auto;
}

.downloadupload div label {
  color: #5d927f;
}

.company-Detail-container {
  padding: 20px;
  border: 1px solid #5d927f;
  margin: 20px 0 50px 0;
  border-radius: 10px;
  -webkit-box-shadow: 8px 14px 14px -10px rgba(93, 146, 126, 0.77);
          box-shadow: 8px 14px 14px -10px rgba(93, 146, 126, 0.77);
}

.company-Detail-container .companyApply {
  margin: 25px 0;
}

.company-Detail-container .company-detail-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-transform: uppercase;
}

.company-Detail-container .company-detail-title img {
  width: 50px;
  cursor: pointer;
}

.company-Detail-container h2 {
  text-transform: uppercase;
  font-weight: 700;
  color: #5d927f;
  letter-spacing: 2px;
  margin: 10px 0;
}

.company-Detail-container h6 {
  color: #292828;
  margin: 20px 0;
}

.company-Detail-container h6 b {
  color: #5d927f;
}

.company-Detail-container p {
  color: #5d927f;
  line-height: 2em;
}

.company-detail-title1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.company-detail-title1 img {
  width: 25px;
  cursor: pointer;
}

.profile-detail {
  margin: 30px 0px 100px 0;
  padding: 20px;
  background: white;
  border-radius: 10px;
  -webkit-box-shadow: 8px 14px 14px -10px rgba(93, 146, 126, 0.77);
          box-shadow: 8px 14px 14px -10px rgba(93, 146, 126, 0.77);
}

.profile-detail .profile-detail-title {
  color: #5d927f;
  letter-spacing: 2px;
}

.company-contact-container {
  padding: 40px;
  border: 1px solid #5d927f;
  margin: 20px 0 50px 0;
  border-radius: 10px;
  -webkit-box-shadow: 8px 14px 14px -10px rgba(93, 146, 126, 0.77);
          box-shadow: 8px 14px 14px -10px rgba(93, 146, 126, 0.77);
}

.company-contact-container .company-contact-title {
  color: #5d927f;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 2px;
}

.company-contact-container h4 {
  margin: 20px 0;
  color: #5d927f;
  line-height: 2;
  letter-spacing: 2px;
}

.company-contact-container h5 {
  color: #5d927f;
  line-height: 2;
}

.company-contact-container .institute-contact-title {
  text-align: left;
  color: #5d927f;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 2px;
}

.filters {
  padding: 20px;
  border: 1px solid #5d927f;
  margin: 20px 0;
  border-radius: 10px;
  -webkit-box-shadow: 8px 14px 14px -10px rgba(93, 146, 126, 0.77);
          box-shadow: 8px 14px 14px -10px rgba(93, 146, 126, 0.77);
}

.filters label {
  color: #5d927f;
}

.filters .filter-heading {
  color: #5d927f;
  margin: 10px 0;
}

.filtersCol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 20px 0;
}

.filtersCol a {
  margin: 10px 0;
}

.filtersCol h2 {
  color: #5d927f;
  font-weight: 700;
}

.filtersCol .search {
  margin: 10px 0;
  position: relative;
  -webkit-box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
          box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
}

.filtersCol .search input {
  height: 60px;
  text-indent: 25px;
  border: 2px solid #d6d4d4;
}

.filtersCol .search input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 2px solid #5d927f;
}

.filtersCol .search .fa-search {
  position: absolute;
  top: 20px;
  left: 16px;
  color: #767171;
}

.filtersCol .search button {
  position: absolute;
  top: 5px;
  right: 5px;
  height: 50px;
}

.company-details {
  margin: 20px 0;
  border: 1px solid #5d927f;
  padding: 20px;
  border-radius: 10px;
  -webkit-box-shadow: 8px 14px 14px -10px rgba(93, 146, 126, 0.77);
          box-shadow: 8px 14px 14px -10px rgba(93, 146, 126, 0.77);
}

.company-details .company-detail-heading {
  margin: 15px 0;
  color: #5d927f;
}

.company-details .company-detail-heading span {
  color: #767171;
  letter-spacing: 2px;
}

.company-details .company-detail-name {
  margin: 0px 0px 15px 0px;
  color: #5d927f;
}

.company-details .company-detail-name span {
  color: #767171;
  letter-spacing: 2px;
}

.company-details .company-detail-Startdate {
  margin: 15px 0;
  color: #5d927f;
}

.company-details .company-detail-Startdate span {
  color: #767171;
  letter-spacing: 2px;
}

.company-details .company-detail-location {
  margin: 15px 0;
  color: #5d927f;
}

.company-details .company-detail-location span {
  color: #767171;
  letter-spacing: 2px;
}

.company-details .company-detail-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.company-details .company-detail-bottom .company-detail-date {
  margin-top: 40px;
  margin-bottom: 15px;
  color: #5d927f;
}

.company-details .company-detail-bottom .company-detail-date span {
  color: #767171;
  letter-spacing: 2px;
}

.company-details .company-detail-bottom a {
  color: #5d927f;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.ftco-section {
  padding: 4em 0;
}

.ftco-no-pt {
  padding-top: 0;
}

.ftco-no-pb {
  padding-bottom: 0;
}

.heading-section {
  font-size: 34px;
  color: #5d927f;
}

.img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.contact-wrap {
  background: #e8edf0;
}

.contact-wrap h3 {
  color: #5d927f;
}

.contact-wrap label {
  color: #5d927f;
  margin: 5px 0;
}

.dbox {
  width: 100%;
  margin: 50px 0;
  padding: 0 20px;
}

.dbox p {
  margin-bottom: 0;
}

.dbox p span {
  font-weight: 500;
  color: black;
}

.dbox p a {
  color: #5d927f;
}

.dbox .icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #5d927f;
  margin: 0 auto;
  margin-bottom: 20px;
}

.dbox .icon span {
  font-size: 20px;
  color: white;
}

.dbox .text {
  width: 100%;
}

#map {
  width: 100%;
}

#contactForm .error {
  color: red;
  font-size: 12px;
}

#contactForm .form-control {
  font-size: 16px;
}

#message {
  resize: vertical;
}

#form-message-warning, #form-message-success {
  display: none;
}

#form-message-warning {
  color: red;
}

#form-message-success {
  color: green;
  font-size: 18px;
  font-weight: 500;
}

.contact-detail-points {
  margin: 50px 0;
}

.created-Post {
  background: white;
  padding: 30px;
  margin: 30px 0;
  text-align: center;
  -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
          box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  border-radius: 10px;
}

.created-Post h2 {
  color: #5d927f;
}

.created-Post span {
  font-size: 44px;
  font-weight: 700;
  color: #5d927f;
}

.counter-dashboard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 50px 0;
}

.cta {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(2, 2, 2, 0.5)), to(rgba(0, 0, 0, 0.5))), url("../img/cta-bg.jpg") fixed center center;
  background: linear-gradient(rgba(2, 2, 2, 0.5), rgba(0, 0, 0, 0.5)), url("../img/cta-bg.jpg") fixed center center;
  background-size: cover;
  padding: 120px 0;
  margin: 80px 0;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

#example th {
  color: #5d927f;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #5d927f;
  border-color: #5d927f;
}

.page-link {
  position: relative;
  display: block;
  color: #5d927f;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #5d927f;
  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.dataTables_info {
  color: #5d927f;
  font-size: 16px;
}

.dataTables_length label {
  color: #5d927f;
  font-size: 16px;
}

.dataTables_length label select {
  margin: 0 10px;
}

#example_filter label {
  font-size: 16px;
  color: #5d927f;
}

#example_wrapper .row {
  margin: 20px 0;
}

.company-InstituteDetail {
  color: #5d927f;
  margin: 50px 0;
}

.company-InstituteDetail h2 {
  font-weight: 600;
}

.company-InstituteDetail p {
  font-size: 16px;
}

.borderFilter {
  padding: 20px;
  border: 1px solid #5d927f;
  border-radius: 15px;
  margin: 0px 0px 30px 0px;
}

.requirementPost {
  background: white;
  -webkit-box-shadow: #5d927f 0px 3px 8px;
          box-shadow: #5d927f 0px 3px 8px;
  padding: 30px 20px;
  margin: 0px 0 20px 0;
  border-radius: 15px;
  color: #5d927f;
}

.requirementPost h5 b {
  font-size: 24px;
}

.requirementPost .requirementPostFooter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 30px 0px 0px 0px;
}

#message3 {
  display: none;
  background: #f1f1f1;
  color: #000;
  position: relative;
  padding: 20px;
  margin-top: 10px;
}

#message3 p {
  padding: 10px 35px;
  font-size: 12px;
}

#message3 .valid {
  color: green;
}

#message3 .valid :before {
  position: relative;
  left: -25px;
  content: "✔";
}

#message3 .invalid {
  color: red;
}

#message3 .invalid:before {
  position: relative;
  left: -35px;
  content: "✖";
}

#errorNumber {
  display: none;
  background: #f1f1f1;
  color: #000;
  position: relative;
  padding: 20px;
  margin-top: 10px;
}

#errorNumber p {
  padding: 10px 35px;
  font-size: 12px;
}

#errorNumber .valid {
  color: green;
}

#errorNumber .valid:before {
  position: relative;
  left: -35px;
  content: "✔";
}

#errorNumber .invalid {
  color: red;
}

#errorNumber .invalid:before {
  position: relative;
  left: -35px;
  content: "✖";
}

#message4 {
  display: none;
  background: #f1f1f1;
  color: #000;
  position: relative;
  padding: 20px;
  margin-top: 10px;
}

#message4 p {
  padding: 10px 35px;
  font-size: 12px;
}

#message4 .valid {
  color: green;
}

#message4 .valid :before {
  position: relative;
  left: -25px;
  content: "✔";
}

#message4 .invalid {
  color: red;
}

#message4 .invalid:before {
  position: relative;
  left: -35px;
  content: "✖";
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
}

body {
  background-color: #f1f1f1;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Raleway', sans-serif;
}

a {
  text-decoration: none;
}

.modal-header {
  background: #5d927f;
  color: white;
  font-weight: 700;
}

.mandatory {
  color: red;
}
/*# sourceMappingURL=main.css.map */