@font-face {
  font-family: 'Kelly Sans';
  src: url('../font/KellySans-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Kelly Sans';
  src: url('../font/KellySans-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}

body, html{
  font-family: 'Kelly Sans', sans-serif !important;
}
html {
  scroll-padding-top: 70px;
}
body {
  margin: 0;
  padding: 0;
}
.page-container {
  max-width: 1230px;
  margin: 0 auto;
}
#see-all-jobs, #join{
}
#see-all-jobs:hover, #join:hover{
}
h2{
  color:#333;
  font-size: 35px !important;
  font-weight: 700 !important;
  margin-bottom: 30px !important;
}
h3{
  color:#FFF !important;
  font-size:29.1392px;
  font-weight: 700 !important;
  margin-bottom: 30px !important;
}
p{
  color: #515151;
  font-weight: 400;
}
.primary-btn {
  line-height: 44px !important;
  text-transform: uppercase !important;
  padding: 4px 40px 0px 40px !important;
  border: 0px !important;
  border-radius: 0 !important;
  color: #000 !important;
  font-size: 14px !important;
  font-weight: bold !important;
  cursor: pointer !important;
  /* background: rgb(255, 237, 0); */
  background: linear-gradient(90deg, rgb(255, 237, 0) 0%, rgb(120, 191, 38) 100%) !important;
  transition: background 0.3s ease !important;
}
.primary-btn:hover{
  background: linear-gradient(90deg, rgb(120, 191, 38), rgb(120, 191, 38)) !important;
  color:#000 !important;
  text-decoration:none !important;
}

/* header */
.header {
  position: fixed;
  width: 100%;
  z-index: 99;
  background: #fff;
  padding: 10px 25px;
}
.nav {
  display: flex;
  gap: 15px;
  padding-right: 20px;
}
.header-logo {
    width: 148px;
    height: 51px;
}
.nav a {
  color: #000;
  font-weight: 100;
  position: relative;
  font-size: 18px;
}
.nav a:hover {
  color: #000;
}
.header .nav-item .nav-link {
    font-weight: 100;
    position: relative;
    font-size: 18px;
}
.header .nav-item .nav-link:hover {
    color: #000 !important;
}
.header .nav-item .nav-link:hover:after {
  width: 100%;
}
.header .nav-item .nav-link:after {
  content: "";
  width: 0%;
  height: 2px;
  background-color: #000;
  position: absolute;
  bottom: 5px;
  left: 50%;
  /* transition: all 0.4s ease; */
  transform: translateX(-50%);
  transition: width 0.4s ease;
}

/* banner */
.banner{
  height: 600px;
  background: url(../images/bg-banner.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 150px 0 0;
}
.banner .title {
    margin: 30px 0;
    text-align: center;
}
.banner .title h1 {
    font-size: 38px;
    color: #fff;
    font-weight:700;
}
.banner .title p {
    font-size: 22px;
    color: #fff;
    margin: 0 auto 30px;
    max-width: 400px;
}
.global{
  height: 600px;
  background: url(../images/global.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 150px 0 0;
}
.global button{
  border: none !important;
  background-color: transparent;
  color: #FFF;
  font-weight: 700;
  font-size: 37.3344px;
}
.city-jobs{
  background-color: #D8F8CF;
}
.benefits-list li{
  color: #515151 !important;
}
.contact-us{
  background-color: #72706E;
  padding: 100px 0;
}
.contact-us h2, .contact-us p, .contact-us a{
  color:#FFF !important;
}

/* sections */
.content{
  padding:30px 40px;
}

/* footer */
/* footer{
  background-color: #22201E;
  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;
}

.footer{
  background-color: #22201E;
}
.footer p{
    color: #979797 !important;
    max-width: 300px;
    margin-top: 30px;
    margin-bottom: 0;
}
.footer a {
    text-decoration: none;
    color: #fff;
}
.footer .powered-by{
  font-size: 8px !important;
  font-weight: 400;
  opacity: 0.67;
  padding-right: 31px;
  padding-bottom: 2px;
  color:#FFFFFF;
}

@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
  }
  .w-100.mob-w-auto{
    width:auto !important;
  }
  .banner{
    height:700px;
  }
  h2, .mob-mt-20{
    margin-top: 20px !important;
  }
  .footer .mob-powered{
    text-align: left !important;
    margin-top: 30px;
  }
  .footer .mob-block, .global.mob-block, .global .mob-block{
    display: block !important;
  }
}
 
@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;
  }
}
@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;
  }
  h2, .mob-mt-20{
    margin-top: 20px !important;
  }
}
/* lap 90% */
@media screen and (min-width: 1400px) and (max-width: 1423px){
  .page-container{
    max-width: 1260px;
  }
  .navfootview{
    padding-right: 66px;
  }
}
/* lap 80% */
@media screen and (min-width: 1424px) and (max-width: 1600px){
  .page-container{
    max-width: 1280px;
  }
  .navfootview{
    padding-right: 145px;
  }
}
/* lap 75% */
@media screen and (min-width: 1601px) and (max-width: 1710px){
  .navfootview{
    padding-right: 220px;
  }
}
/* system 100% */
@media screen and (min-width: 1900px) and (max-width: 1920px) {
  .page-container{
    max-width: 1280px;
  }
  .navfootview{
    padding-right: 301px;
  }
}
/* system 125% */
@media screen and (min-width: 1425px) and (max-width: 1536px) {
  .navfootview{
    padding-right: 115px;
  }
}
/* 150% resolution */
@media screen and (min-width: 220px) and (max-width: 855px) {
  .w-100.mob-w-auto{
    width:auto !important;
  }
}