.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;
}
.contact-img{
    width: 100%;
    height: 600px;
    background: url(../images/contact-bg.png) no-repeat center;
    background-size: 100%;
    margin-top: -15%;
}
.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);
}



 


.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%;
}


.contactform::placeholder{
  color: #666;
}
.contactform::-moz-focus-inner{
  color: #666;
  background-color: #191a1a;
}
.contactform{
  width: 100%;
  border: 0;
  border-bottom: 1px solid #666;
  background-color: #191a1a;
  padding: 10px 10px 5px 10px;
  height: 50px;
  color: #eee;
  font-size: 1.5rem;
  font-weight: 200;
  border-radius: 0;
  margin-bottom: 20px;
}
.contactform-a{
  width: 100%;
  border: 0;
  border-bottom: 1px solid #888;
  background-color: #191a1a;
  padding: 10px;
  height: 120px;
  color: #eee;
  font-size: 1.5rem;
  font-weight: 300;
  border-radius: 0;
}
.contactform::placeholder{
  color: #666 !important;
} 
.contactform-a::placeholder{
  color: #666 !important;
  font-weight: 200;
} 

.contact-tab .branch-main{
  width: 100%;
  background-color: #2a2a2a;
  border: 0;
  /* border-top: 1px solid #666;
  border-bottom: 1px solid #666; */
}
.contact-tab ul#pills-tab {
  margin: 0 auto;
  margin-bottom: 30px;
  width: 50%;
  text-align: center;
}
.contact-tab li.nav-item a.active {
  background: #eee;
}
.contact-tab li{
  width: 30%;
  /* border:1px solid #555; */
}
.contact-tab li.nav-item a{
  border:1px solid #555;
  padding: 15px;
  width: 100%;
  text-align: center;
  border-radius: 100px;
}
.contact-tab li.nav-item a>.active{
  border:1px solid #555;
  background-color: #555;
}
.contact-tab .hr-1 {
  margin: 15px 0 25px 0;
  float: left;
  width: 100%;
}
.pl-101{
  padding-left: 15% !important;
}
.contact-tab .branch-main h2 {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 0px;
  color: #B6892C;
  margin-bottom: 20px;
  cursor: pointer;
}
.contact-tab .branch-main p {
  font-size: 1rem;
  font-weight: 200;
  color: #fff;
  margin-bottom: 12px;
}
.light-bg{
  background-color: #eee;
}
.ic-img{
  width: 13px;
  margin-right: 10px;
  margin-top: -5px;
}
.branch-div{
  width: 25%;
  float: left;
  margin-right: 5%;
  border-bottom: 0px;
}
.customer-img{}