/* #C86F4B */
html {
  scroll-behavior: smooth;
}

.recruit_type {
  cursor: pointer;
  padding: 195px 30px;
  display: inline-block;
  width: 50%;
  background: #fff;
  transition: all 300ms linear;
}

.recruit_type.active {
  background: #F0A273;
}

.recruit_type:hover {
  background: #C8704B;
}

.recruit_type:hover p {
  color: #fff;
}

.recruit_type h2 {
  text-align: center;
  margin: 0px;
  vertical-align: top;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 80px;
}

.recruit_type .line {
  margin: 15px auto 30px auto;
  width: 50%;
  height: 3px;
  border-radius: 10px;
  background: #999;
  transition: all 300ms linear;
}

.recruit_type:hover .line {
  width: calc(50% + 50px);
}

.recruit_type.active .line {
  width: calc(50% + 50px);
}

#our-classes {
  margin-bottom: 140px;
}

#tabs ul {
  margin: 0;
  padding: 0;
}

#tabs ul li {
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
}

#tabs ul li a {
  text-transform: capitalize;
  width: 100%;
  padding: 30px 30px;
  display: inline-block;
  background-color: #fff;
  box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
  border-radius: 5px;
  font-size: 19px;
  color: #232d39;
  letter-spacing: 0.5px;
  font-weight: 600;
  transition: all 0.3s;
}

#tabs ul li a .fa {
  font-size: 32px;
  height: 32px;
  color: #ed563b;
  margin-right: 15px;
  display: inline-block;
}

#tabs ul li a span {
  vertical-align: top;
  line-height: 1.8;
}

.tabs-content {
  margin-left: 30px;
  text-align: left;
  display: inline-block;
  transition: all 0.3s;
}

.tabs-content img {
  max-width: 100%;
  overflow: hidden;
  border-radius: 5px;
}

.tabs-content h4 {
  font-size: 23px;
  font-weight: 700;
  color: #232d39;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
  margin-top: 30px;
}

.tabs-content p {
  font-size: 18px;
  color: #7a7a7a;
  margin-bottom: 28px;
  line-height: 25px;
}

.banner_img {
  width: 100%;
  height: 600px;
}

.banner_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.about_us_text {
  font-size: 20px;
  color: #0b0b2b;
  margin-bottom: 50px;
  text-align: justify;
}

.banner {
  position: absolute;
  width: 100%;
  height: 600px;
  z-index: -1;
}

footer {
  width: 100%;
  background: #333;
  display: block;
  overflow-x: hidden;
}

footer .copyright {
  color: #ccc;
  margin: 0px;
  font-size: 14px;
  padding: 5px 10vw;
}

footer .copyright a {
  color: #ccc;
}

.footer {
  padding: 0 20px;
  color: #fff;
}

.footer .footer_logo {
  width: 100%;
  height: 150px;
  object-fit: contain;
  padding-right: 20px;
  padding-top: 20px;
}

.footer .title {
  height: 80px;
  display: flex;
  align-items: center;
}

.footer .title h3 {
  font-weight: bold;
  color: #fff;
}

.footer .footer_content {
  display: inline-block;
}

.footer .footer_content p {
  font-size: 14px;
  color: #fff;
  line-height: 1.5;
  margin: 0px;
}

.footer .footer_content a {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
  display: block;
}

.footer .footer_content a:hover {
  color: #D5AD6F;
}

.form-file {
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  padding: 10px;
}

.form-file.is-invalid {
  border-color: #dc3545;
}

@media only screen and (max-width: 991px) {
  footer .copyright {
    margin-bottom: 60px;
  }

  #post_job_img {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .footer .footer_logo {
    padding: 0px;
  }

  .footer .title {
    height: auto;
    display: block;
    margin-bottom: 30px;
  }

  .footer .footer_content {
    margin-bottom: 30px;
  }

  .banner {
    height: 550px;
  }

  .banner_img {
    height: 550px;
  }
}

.btn-whatsapp {
  color: #fff !important;
  line-height: 1;
  padding: 5px 0px 0px 0px;
  position: fixed;
  right: 0;
  text-transform: uppercase;
  top: 100px;
  z-index: 100;
}

.icon-box {
  color: #C8704B;
  display: inline-block;
  text-align: center;
  width: 25px;
  text-indent: initial;
}

.job-dets {
  color: gray;
  text-align: unset;
  padding-left: 30px;
  text-indent: -30px;
}

.industry-list li {
  line-height: 1;
  padding: 8px 0;
}