body, html{
  font-family: 'Roboto', sans-serif !important;
}
html {
  scroll-padding-top: 70px;
}
body {
  margin: 0;
  padding: 0;
}
.p-t-5{
  padding-top: 5px;
}
.pt-10{
  padding-top: 10px;
}
.mt-20{
  margin-top:20px !important;
}
.pl-0{
  padding-left: 0px !important;
}
.pr-0{
  padding-right: 0px !important;
}
.pl-35{
  padding-left: 35px !important;
}
.pr-35{
  padding-right: 35px !important;
}
#see-all-jobs, #join{
}
#see-all-jobs:hover, #join:hover{
}
.title-view h2{
  color:#000 !important;
}
p, .benefits ul li{
  font-size:16.33px !important;
  color:#000;
}
.primary-btn{
  color: #689a43 !important;
  border: 4px solid #689a43;
  font-weight: 700;
  padding:5px 23px;
  font-size: 17.33px;
  text-decoration:none !important;
}
.primary-btn:hover{
  color:#689a43 !important;
  text-decoration:none !important;
}

/* header */
.nav-link{
  padding: 0px !important;
}
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0px 20px !important;
  background-color: #163e6a;
}
.header-view{
  padding: 25px 0px !important;
}
.header-view img{
  position: absolute;
}
.navbar-nav{
  gap: 20px;
}
.navbar-nav li{
  padding: 0px 6px !important;
}
.nav {
  display: flex;
  padding-right: 20px;
}
.nav a {
  color:#FFFFFF !important;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}
.nav a:hover {
  color:#FFFFFF !important;
}
.jabil-view{
  position: absolute;
  width: 53.5%;
  left: 0px;
  height: 440px;
  z-index: 9;
}
.jabil-content h1{
  z-index: 99;
  position: absolute;
  padding-left: 50px;
  left:0px;
  color:#FFFFFF !important;
  font-size: 46.66px !important;
  font-weight: 700;
  line-height: 65px;
  margin-top: 100px;
  width: 50%;
}
.jabil-banner img{
  position: relative;
  object-fit: cover;
}
h2{
  display: inline-block;
  position: relative;
  color: #163e6a !important;
  font-size:33.33px !important;
  font-weight:700 !important;
  margin-bottom:35px !important;
}

h2::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -13px;
  width: 75px;
  height: 6px;
  background-color: #3cb4e5;
  transform: translateX(-50%);
  margin-left: 38px;
}

/* sections */
.content1{
  padding:20px 30px;
}
.content2{
  padding:40px 30px;
}
.content1 a{
  color:#000;
}
.contact{
  width: 70%;
  margin: 0px auto;
  padding: 30px 0px;
}
.contact p{
  text-align: left;
}
.contact a, .benefits a{
  color:#000 !important;
}
.contact a:hover, .benefits a:hover{
  color:#000 !important;
}
.expand-content{
  width: 70%;
  margin: 0px auto;
  text-align: left;
}

/* footer */
footer{
  background-color: #1e3d6a;
  color:#FFFFFF !important;
  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: #fff;
}
footer a, footer span{
  font-size:14px !important;
  color:#FFFFFF !important;
  text-decoration: none !important;
}
 
@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;
  }
  .content1, .content2{
    padding:15px !important
  }
  .pr-35, .pl-35{
    padding: 0px !important
  }
  .img-view{
    margin-top: 20px !important;
  }
  .Jabil-banner{
    height: 400px;
  }
  .jabil-content h1{
    font-size: 40px !important;
    line-height: 40px;
    margin-top: 50px;
    padding-left: 30px;
  }
  .expand-content{
    width:90%;
  }
  .jabil-view, .jabil-banner img{
    height:350px;
  }
  .contact{
    width:85%;
  }
}
 
@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: 1000;
  }
}
@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;
  }
}
/* system 100% */
@media screen and (min-width: 1900px) and (max-width: 1920px) {
  .Jabil-banner{
    height:770px !important;
  }
}
/* system 125% */
@media screen and (min-width: 1400px) and (max-width: 1536px) {
  .Jabil-banner{
    height:700px !important;
  }
}
/* 150% resolution */
@media screen and (min-width: 220px) and (max-width: 855px) {
  .nav a{
    color: #000 !important;
  }
  .nav-item{
    margin: 0px;
  }
}