body, html{
  font-family: Arial, Helvetica, sans-serif !important;
}
html {
  scroll-padding-top: 70px;
}
body {
  margin: 0;
  padding: 0;
}
.page-container {
  max-width: 1230px;
  margin: 0 auto;
}
.pl-0{
  padding-left: 0px !important;
}
.pr-0{
  padding-right: 0px !important;
}
.f-75{
  font-size:75px !important;
}
#see-all-jobs, #join{
}
#see-all-jobs:hover, #join:hover{
}
.bebas-font{
  font-family: 'Bebas Neue', Arial, Helvetica, sans-serif;
  font-weight:500 !important;
}
h2{
  color:#000;
  font-size: 36px !important;
  font-weight: 700 !important;
  margin-bottom: 15px !important;
}
.primary-h2{
  color:#005e60 !important;
}
p{
  color:#000;
  font-size: 21.3333px;
  font-weight: 400;
}
.about-us p, .why-join p{
  font-size: 22px !important;
}
.font-400{
  font-weight:400 !important;
}
.descrip{
  color: #4b4b4b;
}
.descrip-view{
  color:#000;
}
 .primary-btn {
  background-color: #c8ff05;
  padding: 6px 18px 6px 30px;
  border-radius: 25px;
  color: #005e60;
  font-size: 21.3334px;
  font-weight: 700;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.primary-btn::after {
  content: "➜";
  background-color: #fff;
  color: #005e60;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

.primary-btn:hover{
  color:#005e60 !important;
  text-decoration:none !important;
}

/* header */
.ge-vernova {
  position: relative;
  color: #FFF;
  background-image: url('../images/banner.png');
  background-repeat: no-repeat;
  background-size: cover;
  height: 665px;
  overflow: hidden;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  z-index: 1;
}
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: absolute;
  top: 10px;
  left: 0px;
  right: 20px;
  z-index: 2;
  padding: 3px 0px;
}
.nav {
  display: flex;
  gap: 15px;
  padding-right: 20px;
}
.nav-view{
  margin-top: -10px;
}
.nav a {
  color: #FFF !important;
  text-decoration: none;
  font-size: 20px;
  font-weight: 400;
  cursor: pointer;
  padding: 8px 5px !important;
}
.nav a:hover {
  color: #FFF;
}
.join {
  display: flex;
  align-items: center;
  height: 100%;
  margin-bottom: 30px;
  z-index: 2;
  width: fit-content;
}
.join h1 {
  font-size: 65.3322px;
  /* font-weight: 700; */
  color: white;
  margin: 0px;
  line-height: 91px;
  font-family: 'Bebas Neue', Arial, Helvetica, sans-serif;
}

/* sections */
.content{
  padding:30px 40px;
}
.about-us p{
  color:#737373;
}
.why-join ul li{
  font-size: 22px;
  font-weight:400;
}
.opportunities{
  padding:30px;
  background-color: #005e5e;
}
.opportunities h2{
  color:#c8ff05;
}
.opportunities p{
  color:#FFFFFF;
}
.job-search{
    text-align: left;
    width: 65%;
    margin: 0px auto;
}
.benefit-view{
  margin-top: -45px;
}
.contact-us a{
  color:#000 !important;
}

/* footer */
footer{
  padding: 30px 20px;
  justify-content: end;
  display: flex;
}
footer .powered-by{
  font-size: 8px !important;
  font-weight: 400;
  opacity: 0.67;
  padding-right: 31px;
  padding-bottom: 2px;
  color:#FFFFFF;
}
footer a, footer span{
  font-size:14.667px !important;
  color:#FFFFFF !important;
  text-decoration: none !important;
}
.benfit-font {
  color:#000;
  font-size: 19.3333px !important;
  font-weight: 400;
}

@media (max-width: 768px) {
  .nav a{
    color: #000 !important;
  }
  .nav-item{
    margin: 5px 0px !important;
  }
  .navbar-toggler{
    background-color: #FFFFFF !important;
  }
  .modal-content{
    width: 320px !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0px !important;
  }
  .content{
    padding:15px !important
  }
  .pr-30, .pl-30{
    padding: 0px !important
  }
  .img-view{
    margin-top: 20px !important;
  }
  .section-view{
    padding:20px !important;
  }
  .left-view{
    padding-left:0px;
  }
  .right-view{
    padding-right:0px;
  }
  .benefit-view{
    margin-top: 0px;
  }
}
 
@media screen and (max-width: 991px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 130px;
    right: 0;
    background-color: white;
    padding: 10px 20px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    z-index: 99;
  }
  .join{
    z-index: 0;
  }
}
@media screen and (min-width: 767px) and (max-width: 1024px) {
  .navbar-toggler{
    background-color: #FFFFFF !important;
  }
  .navbar-collapse{
    left: 350px !important;
  }
  .nav-item{
    margin: 10px 0px;
  }
}
/* ipad mini */
@media screen and (min-width: 767px) and (max-width: 1024px){
  .modal-content{
    width:90% !important;
  }
}
/* ipad air */
@media screen and (min-width: 820px) and (max-width: 1180px){
  .modal-content{
    width: 95% !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0px !important;
  }
}
/* lap 90% */
@media screen and (min-width: 1400px) and (max-width: 1423px){
  .page-container{
    max-width: 1260px;
  }
  .join{
    padding-left: 26px;
  }
  .navfootview{
    padding-right: 66px;
  }
  .ge-vernova{
    height:740px;
  }
}
/* lap 80% */
@media screen and (min-width: 1424px) and (max-width: 1600px){
  .page-container{
    max-width: 1280px;
  }
  .join{
    padding-left: 105px;
  }
  .navfootview{
    padding-right: 145px;
  }
  .ge-vernova{
    height:830px;
  }
}
/* lap 75% */
@media screen and (min-width: 1601px) and (max-width: 1710px){
  .join{
    padding-left: 180px;
  }
  .navfootview{
    padding-right: 220px;
  }
  .ge-vernova{
    height:880px;
  }
}
/* system 100% */
@media screen and (min-width: 1900px) and (max-width: 1920px) {
  .page-container{
    max-width: 1280px;
  }
  .join{
    padding-left: 261px;
  }
  .navfootview{
    padding-right: 301px;
  }
  .ge-vernova{
    height:860px;
  }
}
/* system 125% */
@media screen and (min-width: 1425px) and (max-width: 1536px) {
  .join{
    padding-left: 75px;
  }
  .navfootview{
    padding-right: 115px;
  }
}
/* 150% resolution */
@media screen and (min-width: 220px) and (max-width: 855px) {
}