.grey-bg-1 {
    background: #272727;
}
.careers h1 {
    color: #fff;
    font-size: 72px;
}
.careers h3 {
    color: #eee;
    font-size: 30px;
    font-weight: 100;
    line-height: 36px;
    margin-bottom: 30px;
    letter-spacing: 1.2px;
}
.careers h4 {
    color: #eee;
    font-size: 30px;
    font-weight: 100;
    line-height: 36px;
    margin-bottom: 30px;
}
.career-img{
    width: 100%;
    height: 400px;
    background: url(../images/careerimg.jpg) no-repeat center;
    background-size: 100%;
}
.careers .accordion-button{
    font-size: 20px;
}
.careers h5 {
    color: #eee;
    font-size: 16px;
    font-weight: 200;
    line-height: 36px;
    margin-bottom: 30px;
}
.careers h5 span{
    color: #eee;
    font-size: 15px;
    font-weight: 500;
}
.careers .accordion-item {
    padding: 35px;
    margin-bottom: 8px;
    border-radius: 2px !important;
    background-color: #222222 !important;
    border: 0;
  }
  .careers .accordion-button:not(.collapsed) {
    color: #ffffff;
  }
  .careers .accordion-button{
    color: #fff;
    padding: 0;
  }
  .careers .accordion-body {
    padding: 20px;
    border-radius: 5px;
    padding-top: 0;
    color: #fff;
    font-weight: 300;
  }
  .careers .accordion-button:not(.collapsed)::after{
  
  }
  .careers .form-control{
    background-color: #2a2a2a;
    border: 1px solid #5b5b5b;
    color: #fff;
    padding: 10px;
  }
  .enquire-btn {
    /* border: 1px solid #a48a1b !important;
    background-color: #a48a1b !important; */
    text-transform: capitalize;
    padding: 10px 60px !important;
    border-radius: 5px !important;
    color: #fff !important;
    letter-spacing: 0;
    border: 0;
    font-size: 1.3rem;
    width: 350px;
    position: relative;
    background: rgb(210, 178, 113);
    background: linear-gradient(180deg, rgb(222, 184, 80) 0%, rgb(180 149 66) 100%);
    float: left;
    border: 0 !important;
  }
  .enquire-btn:hover {
    background: rgb(210, 178, 113);
    background: linear-gradient(180deg, rgb(180 149 66) 100%, rgb(222, 184, 80) 0%);
    color: #fff !important;
    border: 0;
  }
  .why-div{
    width: 100%;
    display: inline-block;
    border: 0;
    border-right: 1px solid #737373;
    background-color: #272727;
    padding: 30px;
    margin: 10px 0;
    /* border-radius: 4px; */
    text-align: left;
    position: relative;
    margin-bottom: 40px;
    height: 450px;
    transition: all ease 0.5s;
  }
  .why-div h3{
    font-size: 30px;
    font-weight: 200;
    line-height: 32px;
    margin-bottom: 20px;
    color: #eee;
  }
.why-div-img{
    width: 125px;
    height: 125px;
    position: relative;
    margin: 0 auto;
    margin-top: -28%;
    margin-bottom: 15px;
    /* background: #2a2a2a; */
    /* padding: 20px; */
    border-radius: 100%;
    position: absolute;
    bottom: 0;
    right: 10%;
}
.why-div-img img{
    width: 95%;
    opacity: 0.8;
    filter: grayscale(0);
}
.why-div:hover>.why-div-img img{
    filter: grayscale(1);
}
.accordion-body input::placeholder{
    color: #666;
} 



/* 
.careers .animated-image {
    opacity: 0;
    transform: translateX(-40px);
    transition: all 0.6s ease;
  }
  
.careers .animated-image.slide-in {
    opacity: 1;
    transform: translateX(0);
  }
  

.careers .careers.animated-text {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s ease 0.3s;
  }
  
.careers .animated-text.fade-in {
    opacity: 1;
    transform: translateY(0);
  }
.careers .accordion-item{
    border: 0;
} */
 


.testmoni-div{
    /* background-color: #eeeeee58; */
    padding: 50px 50px 00px 50px;
    border-radius: 10px 0 10px 0;
    box-shadow: -30px 30px 100px #0000004d;
}
.testmoni-div p{
    font-size: 2rem;
    font-weight: 100;
    line-height: 42px;
    letter-spacing: 1px;
    color: #ccc;
}
.testmoni-div h3{
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 42px;
    letter-spacing: 1px;
    color: #aa8a39;
    padding-top: 20px;
}
.testmoni-div h3 span{
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 42px;
    letter-spacing: 1px;
    color: #aa8a39;
}
.blockquote-footer::before{
    display: none;
}
.testmoni-arrow {
    color: #fff;
    font-size: 40px;
    font-weight: 100;
    border: 1px solid #666;
}
.testmoni-arrow:hover {
    background-color: #555;
}
.test-img img{
    width: 100%;
}

.grid-sizer,
.grid-item {
  width: 33.333%;
}

.grid-item img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.3s;
}

.grid-item img:hover {
  transform: scale(1.03);
}
.lg-components-1{
    display: none;
}
.lg-thumb-item {
    float: left;
}
.lg-thumb-item img {
    width: 100%;
}
