                .home .banner {
  background-size: cover;
  background-image: url("../images/banner-2.jpg");
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative; }
  .home .banner-content {
    color: #fff;
    text-align: center; }

.simpleslide100 {
  display: block;
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0; }

.simpleslide100-item {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden; }

.services {
  position: relative; }
  .services:before {
    content: "";
    position: absolute;
    background-image: url("../images/bg-1.jpg");
    top: 0;
    left: 0;
    width: 100%;
    height: 450px; }
  .services .nav-pills {
    background-color: #fff;
    position: relative;
    z-index: 1; }
    .services .nav-pills .nav-link {
      color: #000;
      font-size: 20px;
      padding: 24px;
      border-radius: 0; }
    .services .nav-pills .nav-item {
      width: 50%;
      text-align: center; }
  .services .nav-pills .nav-link.active,
  .services .nav-pills .show > .nav-link {
    background-color: #F1823E;
    color: #fff; }
  .services .tab-content {
    background-color: #F6F6F6;
    padding: 24px; }

.services h5 {
  position: relative;
  z-index: 0;
  color: #ffffffee;
  width: 75%;
  margin: auto;
  text-align: center;
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 500; }

.specs-details li {
  font-size: 18px;
  margin-bottom: 15px; }

.boxing {
  background-color: #fafafa;
  box-shadow: 0 0 24px #00000013;
  padding: 24px;
  border-radius: 10px; }
  .boxing-list {
    list-style-type: disc;
    padding-inline-start: 40px; }

.why-choose-list {
  background: #FFFFFF;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.12);
  padding: 16px 24px;
  border-radius: 4px; }
  .why-choose-list .number {
    font-size: 50px;
    color: rgba(0, 0, 0, 0.2);
    margin-bottom: 16px; }
.why-choose-title {
  color: #000;
  font-size: 24px;
  font-weight: 500; }
.why-choose p {
  font-size: 14px; }

.form-modal .close {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 32px;
  height: 32px;
  font-size: 12px;
  background-color: #F1823E;
  border-color: #fff;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  border-bottom-left-radius: 20px; }
  .form-modal .close:hover {
    background-color: #2A333C;
    color: #fff;
    text-decoration: none; }

.enquiry {
  padding: 24px; }

.modal-backdrop.show {
  opacity: 0.8; }

.banner {
  background: url("../images/bg.jpg");
  background-size: cover !important;
  background-position: center;
  min-height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative; }
  .banner .title {
    margin-top: 80px; }

.about-banner {
  background-image: url("../images/about-banner.jpg");
  background-size: cover; }

.career-banner {
  background-image: url("../images/career-banner.jpg");
  background-size: cover; }

.contact-banner {
  background-image: url("../images/contact-banner.webp");
  background-size: cover; }

.address-details {
  background: #FFFFFF;
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.06);
  border-radius: 4px;
  padding: 32px;
  height: 100%; }
  .address-details .icon-wrap {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #F1823E;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px; }
  .address-details h4 {
    font-weight: 400; }
  .address-details div {
    color: #000;
    font-weight: 500; }

.contact-form {
  background-color: #F6F4F1; }

.form-details {
  background-color: #fff;
  border-radius: 4px;
  padding: 32px; }

.gmap {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%; }

.career .s-title {
  font-size: 14px;
  background-color: #C09048;
  color: #fff;
  border-radius: 25px;
  display: inline-block;
  padding: 4px 12px; }
.career .form-details {
  background-color: #F6F6F6;
  padding: 40px; }

/************* banner ***********************/
.simpleslide100 {
  display: block;
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0; }
  .simpleslide100 img {
    height: 100%; }

.simpleslide100-item {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 0;
  left: 0;
  overflow: hidden; }

.slide-wrap {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }
  .slide-wrap .title {
    color: #fff;
    position: absolute;
    z-index: 0;
    max-width: 850px;
    text-align: center; }

.works-img-wrap {
  position: relative;
  margin-bottom: 16px; }
  .works-img-wrap .icon {
    position: absolute;
    z-index: 1;
    font-size: 40px;
    display: none;
    transition: all 0.3s ease; }
  .works-img-wrap img {
    width: 100%; }
  .works-img-wrap .gallery-img {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative; }
    .works-img-wrap .gallery-img:after {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: transparent;
      top: 0;
      left: 0;
      z-index: 0;
      transition: all 0.3s ease; }
  .works-img-wrap .gallery-img:hover:after {
    background-color: #005f8a9e; }
  .works-img-wrap .gallery-img:hover .icon {
    display: block;
    color: #fff; }
  .works-img-wrap .icon:hover {
    font-size: 48px; }

@media (max-width: 991.98px) {
  .banner {
    height: calc(50vh - 66px); }

  .why-choose-list {
    margin-bottom: 16px; }

  .footer-menu {
    flex-direction: column; }

  .contact-forms {
    padding: 24px;
    padding-bottom: 40px; }

  .contact-address-wrap {
    padding: 24px; }

  .products {
    padding-top: 60px; }

  .products-list {
    margin-bottom: 110px;
    height: auto; }

  .products-list-img {
    height: 100px;
    top: -50px;
    left: calc(50% - 50px); }

  .products .section-title {
    margin-bottom: 80px !important; }

  .services .nav-pills {
    flex-wrap: nowrap;
    overflow-x: scroll; }

  .services .nav-pills .nav-link {
    width: max-content; }

  .footer-logo {
    top: -50px; }
  .footer .logo-wrap {
    position: static; }

  .slide-wrap {
    height: 60%; }

  .simpleslide100 {
    height: 60vh; }

  .gmap {
    position: static;
    width: 100%;
    height: 450px; } }

/*# sourceMappingURL=home.css.map */
        