body {
  margin: 0;
  padding: 0;
}

a,
span,
button,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: "Rubik", sans-serif;
}

.floatingNav {
  width: calc(100vh - 100px);
  border-radius: 2px;
  box-shadow: 0px 1px 10px #95c5b4;
  border-radius: 0px 0px 25px 25px;
  /*animation: slideDown 1s ease-out;*/
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.header {
  background: #fff;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
}
.header .headerContainer {
  max-width: 1570px;
}
.header #navbarNav {
  justify-content: end;
}
.header .logo {
  width: 220px;
}
@media screen and (max-width: 767px) {
  .header .logo {
    width: 130px;
  }
}
@media screen and (max-width: 767px) {
  .header .navbar-light .navbar-nav .nav-item {
    border-bottom: 0.5px solid #e7e7e7;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header .navbar-light .navbar-nav .nav-item {
    border-bottom: 0.5px solid #e7e7e7;
  }
}
.header .navbar-light .navbar-nav .main-menu {
  position: relative;
}
.header .navbar-light .navbar-nav .main-menu .down {
  margin-left: 5px;
}
.header .navbar-light .navbar-nav .main-menu:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.header .navbar-light .navbar-nav .main-menu .sub-menu {
  position: absolute;
  right: -57px;
  width: 224px;
  top: 24px;
  background: #ffffff;
  padding-top: 46px;
  padding-left: 6px;
  padding-right: 0px;
  border-radius: 5px;
  border-bottom: 3px solid #fd5115;
  opacity: 0;
  z-index: 99;
  visibility: hidden;
  transition: all 0.3s linear;
}
@media screen and (max-width: 767px) {
  .header .navbar-light .navbar-nav .main-menu .sub-menu {
    left: 20%;
    right: auto;
  }
  .navbar-toggler {
    padding: 1px 6px;
    font-size: 16px;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header .navbar-light .navbar-nav .main-menu .sub-menu {
    left: 35%;
    right: auto;
  }
}
.header .navbar-light .navbar-nav .main-menu .sub-menu li {
  list-style: none;
  padding-left: 10px;
  padding-bottom: 18px;
  font-size: 12px;
  font-weight: 600;
}
.header .navbar-light .navbar-nav .main-menu .sub-menu li:hover {
  padding-left: 15px;
  transition: all 0.5s;
}
.header .navbar-light .navbar-nav .main-menu .sub-menu li a {
  text-decoration: none;
  color: #696969;
}
.header .navbar-light .navbar-nav .main-menu .sub-menu li a:hover {
  color: #049e68;
}
.header .navbar-light .navbar-nav .nav-link {
  color: #3a3a3a;
  font-size: 16px;
  padding: 0px 20px;
  font-weight: bold;
  text-transform: uppercase;
}
.header .navbar-light .navbar-nav .nav-link:hover {
  color: #fe5500;
}
@media screen and (max-width: 767px) {
  .header .navbar-light .navbar-nav .nav-link {
    padding: 6px 20px;
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header .navbar-light .navbar-nav .nav-link {
    padding: 7px 0px;
    text-align: center;
  }
}

.job-positions {
  background-color: #d0fbec;
}

.job-positions {
  padding: 5% !important;
}
@media screen and (max-width: 767.98px) {
  .job-positions {
    padding-top: 2rem;
  }
}
.job-positions .tab .nav-tabs {
  border-bottom: 0 none;
  background: #eaeaea;
  border-radius: 0 20px 0 20px;
  padding: 9px 0px;
}
.job-positions .tab .nav-tabs li .active {
  background-color: #049e68;
  color: #fff;
}
.job-positions .tab .nav-tabs li a {
  background: transparent;
  border-radius: 0;
  font-size: 16px;
  border: none;
  color: #333;
  padding: 12px 22px;
}
.job-positions .tab .nav-tabs li a i {
  margin-right: 10px;
  color: #049e68;
}
.job-positions .tab .nav-tabs li a i .active {
  color: #fff;
}
.job-positions .tab .nav-tabs li:first-child a {
  border-bottom-left-radius: 20px;
}
.job-positions .tab .nav-tabs li.active a {
  border: 0 none;
  background: #049e68;
  color: #fff;
}
.job-positions .tab .nav-tabs li.active a i {
  border: 0 none;
  background: #049e68;
  color: #fff;
}
.job-positions .tab .nav-tabs li.active a:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -14px;
  border: 7px solid transparent;
  border-top: 7px solid #049e68;
}
.job-positions .tab .tab-content {
  padding: 12px;
  color: #5a5c5d;
  font-size: 14px;
  line-height: 24px;
  margin-top: 25px;
  border-bottom: 3px solid #775ba3;
}
@media screen and (max-width: 767px) {
  .job-positions .tab .tab-content {
    padding: 0px;
    font-size: 13px;
  }
}
.job-positions .tab .tab-content .fade {
  opacity: 1;
}
.job-positions .tab .tab-content .fade .all {
  background: #ffffff;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  border-radius: 39px;
  padding: 3% 2%;
  margin: 1rem 0px;
}
.test{
    max-width:800px;
}
@media screen and (max-width: 767px) {
  .job-positions .tab .tab-content .fade .all {
    border-radius: 10px;
  }
}
.job-positions .tab .tab-content .fade .all h4 {
  color: #049e68;
  font-weight: 600;
}
.job-positions .tab .tab-content .fade .all .apply {
  display: flex;
  justify-content: right;
}
.job-positions .tab .tab-content .fade .all .apply a {
  background: #049e68;
  border-radius: 36px;
  padding: 7px 33px;
  color: #fff;
  text-decoration: none;
  margin-left: 8px;
}
.job-positions .tab .tab-content .fade .all .test {
  max-width: 800px;
  margin: 7rem auto;
}
.job-positions .tab .tab-content .fade .all .test .modal-header {
  border: 0px;
}
.job-positions .tab .tab-content .fade .all .test .modal-footer {
  border: 0px;
}
.job-positions .tab .tab-content .fade .all .test .modal-footer a {
  background: #049e68;
  border-radius: 36px;
  padding: 7px 33px;
  color: #fff;
  text-decoration: none;
  margin-left: 8px;
}
.modal-header h4{
  color: #048071;
    font-weight: 600;
}
.modal-header .close{
    background: #fe5500;
    color: #fff;
    border-radius: 0px 0px 0px 22px;
    opacity:1;
}
.modal-header .close:hover{
    box-shadow: -4px 4px 3px 0px #8b8b8b;
    transition:all .5s;
}
.modal-footer a{
    background: #048071;
    opacity: 99;
    color: #fff;
    padding: 4px 32px;
    border-radius: 30px;
    text-decoration: none;
}
.modal-footer{
    border:none;
}
@media only screen and (max-width: 480px) {
  .job-positions .tab .nav-tabs {
    width: 100%;
    background: transparent;
  }
  .job-positions .tab .nav-tabs li {
    width: 100%;
    background: transparent;
  }
}
@media only screen and (max-width: 480px) and (max-width: 767px) {
  .job-positions .tab .nav-tabs li {
    padding: 1rem 0px;
    border: none;
    text-decoration: none;
  }
}
@media only screen and (max-width: 480px) {
  .job-positions .tab .nav-tabs li:first-child a {
    border-bottom-left-radius: 0;
  }
}
@media only screen and (max-width: 480px) {
  .job-positions .tab .nav-tabs li a {
    margin-bottom: 10px;
    border: 1px solid lightgray;
  }
}
@media only screen and (max-width: 480px) {
  .job-positions .tab .nav-tabs li.active a {
    border-radius: 10px 10px 0 0;
  }
  .job-positions .tab .nav-tabs li.active a:after {
    border: none;
  }
}

.footer {
  background-color: #001630;
  width: 100%;
  padding: 20px 20px;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 0;
  }
}
.footer .row {
  align-items: center;
}
@media screen and (max-width: 767px) {
  .footer .foot_logo {
    justify-content: center;
    display: flex;
  }
}
.footer .foot_logo .foot-logo {
  width: 220px;
}
@media screen and (max-width: 767px) {
  .footer .foot_logo .foot-logo {
    width: 130px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .footer .foot_logo {
    text-align: center;
  }
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .footer .foot_logo {
    text-align: left;
  }
}
.footer .foot-navbar-nav {
  display: flex;
  margin: 0px;
}
@media screen and (max-width: 767px) {
  .footer .foot-navbar-nav {
    margin: 7px 0px;
    padding: 0px;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .footer .foot-navbar-nav {
    justify-content: center;
    padding: 0px;
  }
}
@media screen and (min-device-width: 820px) and (max-device-width: 1180px) and (orientation: landscape) {
  .footer .foot-navbar-nav {
    padding: 0px;
  }
}
.footer .foot-navbar-nav li {
  list-style: none;
}
.footer .foot-navbar-nav li a {
  color: #b5b5b5;
}
.footer .foot-navbar-nav li a:hover {
  color: #fe5500;
}
@media screen and (max-width: 767px) {
  .footer .foot-navbar-nav li a {
    font-size: 13px;
    padding: 5px 4px;
  }
}
@media screen and (min-device-width: 820px) and (max-device-width: 1180px) and (orientation: landscape) {
  .footer .foot-navbar-nav li a {
    padding: 0px 6px;
  }
}
.footer hr {
  border: 1px solid #636363;
  width: 80%;
  margin: 0px auto;
}
.footer .policy {
  display: flex;
  color: #747474;
  font-size: 13px;
  margin: 0px;
}
@media screen and (max-width: 767px) {
  .footer .policy {
    margin: 7px 0px;
    padding: 0px;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .footer .policy {
    justify-content: center;
    padding: 10px 0px;
  }
}
.footer .policy li {
  list-style: none;
}
.footer .policy li .nav-link {
  color: #a1a1a1;
}
@media screen and (max-width: 767px) {
  .footer .policy li .nav-link {
    font-size: 13px;
    padding: 0px 5px;
  }
}
.footer .copyright {
  border-top: 1px solid #a9a9a9;
}
@media screen and (max-width: 767px) {
  .footer .copyright .mt-4 {
    margin-top: 0rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .footer .copyright .mt-4 {
    margin-top: 0rem !important;
    padding-top: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .footer .copyright .copyrightText {
    text-align: center;
    color: #b5b5b5;
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .footer .copyright .copyrightText {
    text-align: center;
  }
}
.footer .copyright .copyrightText .copy_right {
  color: #b5b5b5;
  font-size: 14px;
}
.footer .copyright .social {
  justify-content: end;
  display: flex;
}
@media screen and (max-width: 767px) {
  .footer .copyright .social {
    justify-content: center;
    margin: 8px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .footer .copyright .social {
    justify-content: center;
    padding: 0px;
  }
}
.footer .copyright .social .icon {
  color: #048071;
  margin: 0px 8px;
  font-size: 20px;
}
.footer .copyright .social .icon:hover {
  color: #fd5115;
  transition:all .5s
}/*# sourceMappingURL=jobpositions.css.map */