*{
  font-size: 16px;
  color: #444;
  line-height: 1.75;
}

a {
  color: rgba(210,204,196,1);
}
.btn-main{
    background-color: rgba(210,204,196,1);
    transition-duration: 0.5s;
    transition-property: background-color;
    color: #000;
    font-size: 18px;
    padding: 10px 15px;
    font-weight: 500;
}

.btn-main:hover{
  text-decoration: none;
  color: #fff;
  background-color: rgba(99,99,99,1);
}


.btn-main-outline {
    border: 2px solid rgba(210,204,196,1);
    transition-duration: 0.5s;
    transition-property: background-color;
    color: #000;
    font-size: 18px;
    padding: 10px 25px;
    font-weight: 500;
}

.btn-main-outline:hover{
   color: #000;
  text-decoration: none;
  background-color: rgba(210,204,196,1);
}

.divider {
    width: 60px;
    display: block;
    margin: 10px auto;
    height: 2px;
    background: #b2b2a6;
    margin-bottom: 20px!important;
}

.navbar-logo{
  font-size: 24px;
  font-weight: 700;
  color: #333;
  margin-bottom: 0;
}
.navbar{
  position: sticky;
  top: 0;
  width: 100%; 
  background: #fff;
  z-index: 999;
  height:  70px;
}

.navbar-white{
  background: #fff;
  box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}

.nav-link{
  color: #36474f!important;
  padding-left: 15px!important;
  padding-right: 15px!important;
  transition: all .5s ease!important;
  text-transform: uppercase;
  text-align: center;
  font-size: 15px;
  align-items: center;
  justify-content: center;
  display: flex;
  font-weight: 600;
  position: relative;
  height:  100%;
}
.nav-link:hover{
  color: #ff9108!important;
}


.nav-link::after{
  content: '';
  position: absolute;
  width: 0px;
  height: 3px;
  color: #ff9108;
  left: 50%;
  bottom:0;
  background-color: #ff9108;
  transition: all ease-in-out .2s;
}

.nav-link:hover::after{
  width: 100%;
  left: 0;
}

.profile-text h5{
  color: #36474f;
  font-weight: 600;
}

.profile-text {
  margin-bottom: 20px;
}


.banner-padding{
  padding-left: 60px; padding-right: 60px
}
h3{
  color: #36474f;
  font-weight: 700;
  margin-bottom: 30px;
  font-size: 32px;
}


.career-box{
  padding: 40px;
  height: 100%;
}


.career-box img{
  text-align: center;
  margin-bottom: 10px;
}

.career-box h5{
  font-weight: 700;
  color: #36474f;
  line-height: 1.5;
  font-size: 16px;
  margin-bottom: 10px;
}

.blog-box{
  text-decoration: none;
  display: block;
  min-height: 185px;
  padding: 20px 15px;
  border-radius: 0 0 10px 10px;
  background: #fff;
  box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}

.blog-box:hover{
  text-decoration: none;
}

.blog-box h5{
  color: #36474f;
  font-weight: 700;
  margin-bottom: 20px;
}

.career-text h5{
  font-weight: 700;
  color: #36474f;
  line-height: 1.5;
  font-size: 20px;
  margin-bottom: 10px;
}

.career-text{
  margin-bottom: 60px;
  padding-left: 20px;
}

footer{
  background: #bec0b2;
  padding: 10px 5px;
}

.copyright{
  color: #333;
  text-align: center;
  margin-bottom: 0;
  font-size: 14px;
}

@media(max-width: 414px){

  .banner-padding{
    padding-left: 20px; padding-right: 20px
  }
}

.career-text ul li{
  font-size: 14px;
}