@import url("https://fonts.googleapis.com/css2?family=Lato&display=swap");
body {
  background-color: #f7f7f7;
  overflow-x: hidden;
  font-family: "Lato", sans-serif;
}

body .row > * {
  padding-left: 0;
  padding-right: 0;
}

body .company-name {
  font-size: 18px;
  color: #174758;
}

@media (max-width: 576px) {
  body .company-name {
    font-size: 14px;
  }
}

body .logo {
  width: 60px;
}

body .navbar-brand {
  margin-left: 20px;
}

@media (max-width: 576px) {
  body .navbar-brand {
    margin-left: 0px;
  }
}

body .navbar-toggler {
  background-color: #fff;
}

body .navbar-toggler:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

body .navbar-toggler:focus-visible {
  outline: none;
}

body .nav-link {
  font-size: 18px;
  font-weight: bold;
  color: #bfa16d;
}

body .nav-link:focus {
  color: #bfa16d;
}

body .nav-link:hover {
  color: gold;
  font-weight: 900;
  text-transform: uppercase;
}

body .head-carousel {
  width: 90%;
  margin: 0 auto;
}

body .head-carousel .carousel .carousel-inner .carousel-item .content {
  background-color: white;
  position: absolute;
  bottom: 0%;
  left: 45%;
  padding: 70px;
  width: 30%;
}

body .head-carousel .carousel .carousel-inner .carousel-item .content h1 {
  font-weight: bolder;
}

@media (max-width: 576px) {
  body .head-carousel .carousel .carousel-inner .carousel-item .content h1 {
    font-size: 18px;
    padding: 10px;
  }
}

@media (max-width: 1024px) {
  body .head-carousel .carousel .carousel-inner .carousel-item .content {
    width: auto;
  }
}

@media (max-width: 576px) {
  body .head-carousel .carousel .carousel-inner .carousel-item .content {
    position: relative;
    padding: 0;
    left: 0;
  }
}

body .head-carousel .carousel .carousel-inner .carousel-item .banner {
  -o-object-fit: cover;
     object-fit: cover;
}

body .head-carousel .carousel .carousel-inner .carousel-item .banner-logo {
  width: 150px;
}

body .head-carousel .carousel .carousel-inner .carousel-item h6 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700;
}

body .head-carousel .carousel .carousel-inner .carousel-item p {
  width: 80%;
  margin: 0 auto 30px auto;
  color: #fff;
  font-size: 22px;
}

body .head-carousel .carousel .carousel-inner .carousel-item a {
  text-decoration: none;
  color: transparent;
}

body .head-carousel .carousel .carousel-inner .carousel-item .btn-primary {
  background-color: #bfa16d;
  border-radius: 30px;
  border: 1px solid #bfa16d;
  padding: 10px 15px;
}

body .head-carousel .carousel .carousel-inner .carousel-item .btn-primary:hover {
  background-color: #fff;
  color: #bfa16d;
  font-weight: bold;
}

body .head-carousel .carousel .carousel-inner .carousel-item .btn-primary:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

body .head-carousel .carousel .carousel-inner .carousel-caption {
  top: 30%;
}

body .carousel-inner .carousel-item .carousel-caption h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 35px;
  font-weight: 700;
}

body .custom-pad {
  padding-top: 80px;
}

body .w-80 {
  width: 80%;
  margin-top: 5em;
  margin-bottom: 5em;
}

body .w-80 .about-us-title {
  font-size: 50px;
  color: #cfb27f;
  font-weight: bold;
}

@media (max-width: 576px) {
  body .w-80 .about-us-title {
    font-size: 50px;
  }
}

body .w-80 .about-us-content {
  font-size: 18px;
  color: #7c7c7c;
  text-align: justify;
}

body .w-80 .vision-title {
  font-weight: 600;
  font-size: 50px;
  color: #cfb27f;
}

@media (max-width: 576px) {
  body .w-80 .vision-title {
    margin-top: 0;
  }
}

body .w-80 .vision-content {
  font-size: 18px;
  color: #7c7c7c;
  text-align: justify;
  width: 85%;
}

@media (max-width: 576px) {
  body .w-80 .vision-content {
    width: 100%;
    margin-left: 0px;
  }
}

body .w-80 .mission-wrapper {
  margin-top: 20%;
}

@media (max-width: 1024px) {
  body .w-80 .mission-wrapper {
    margin-top: 0;
  }
}

body .w-80 .sub-heading {
  font-size: 50px;
  color: #cfb27f;
  font-weight: bold;
}

@media (max-width: 576px) {
  body .w-80 .sub-heading {
    font-size: 60px;
  }
}

body .w-80 .sub-content {
  width: 80%;
  margin-left: auto;
  font-size: 18px;
  color: #7c7c7c;
  text-align: justify;
}

@media (max-width: 576px) {
  body .w-80 .sub-content {
    width: 100%;
  }
}

body .w-80 .additional-sub-content {
  width: 80%;
  margin-left: auto;
  font-size: 18px;
  color: #7c7c7c;
  text-align: justify;
  color: #cfb27f;
}

body .w-80 .additional-sub-content a {
  color: #cfb27f;
  text-decoration: none;
}

@media (max-width: 576px) {
  body .w-80 .additional-sub-content {
    width: 100%;
  }
}

body .w-80 .addres-border {
  border-right: 2px solid #e2d6c0;
}

@media (max-width: 768px) {
  body .w-80 .addres-border {
    border-bottom: 2px solid #e2d6c0;
    border-right: 0px solid #e2d6c0;
  }
}

@media (max-width: 576px) {
  body .w-80 .addres-border {
    border-bottom: 0px solid #e2d6c0;
    border-right: 0px solid #e2d6c0;
  }
}

body .w-80 .form .form-control {
  margin: 15px 0;
}

body .w-80 .social-container {
  background-color: #f5eee4;
  right: 0;
  position: absolute;
  display: -ms-grid;
  display: grid;
  margin-top: 100px;
}

body .w-80 .social-container .align-icons {
  padding: 10% 5%;
}

body .w-80 .gallery-wrapper .center {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: none;
  width: 50px;
}

body .w-80 .gallery-wrapper:hover .center {
  display: block;
  cursor: pointer;
  opacity: 1;
}

body .w-80 .custom-accordian .accordion {
  border-bottom: 1px solid #e2d6c0;
}

body .w-80 .custom-accordian .accordion-button:after {
  background-image: url("./img/plus.svg");
}

body .w-80 .custom-accordian .accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

body .w-80 .tab-pane .row > * {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}

body .fact-bg {
  background-image: url("./img/facts/fact-bg.png");
}

body .fact-bg .fact p {
  margin-bottom: 0;
  color: #7c7c7c;
  font-size: 24px;
}

body .fact-bg .fact h1 {
  color: #e2d6c0;
  font-weight: bold;
  font-size: 60px;
  margin-top: 3px;
}

body .our-products ul li {
  background-color: transparent;
}

body .our-products ul li .nav-link {
  background-color: transparent;
  color: #bfa16d;
}

body .our-products ul li .nav-link:hover {
  font-weight: 100;
  text-transform: none;
}

body .our-products ul li .nav-link.active {
  background-color: transparent;
  color: #bfa16d;
}

body .our-products ul li .nav-link.active:after {
  content: "";
  border-radius: 50%;
  background-color: #bfa16d;
  width: 8px;
  height: 8px;
  display: block;
  margin: 10px auto;
}
/*# sourceMappingURL=syle.css.map */