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

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 .carousel .carousel-inner .carousel-item:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

body .head-carousel .carousel .carousel-inner .carousel-item .banner {
  height: 100vh;
  -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 .w-80 {
  width: 80%;
  margin-top: 5em;
  margin-bottom: 5em;
}

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

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

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

body .w-80 .vision-title {
  font-weight: 600;
  font-size: 85px;
  color: #e2d6c0;
  margin-top: 1em;
}

@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: 55%;
  margin-left: 20px;
}

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

body .w-80 .mission-container {
  width: 60%;
  margin-left: auto;
  margin-top: 1em;
}

body .w-80 .mission-container .mission-title {
  font-weight: 600;
  font-size: 85px;
  color: #e2d6c0;
}

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

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

body .w-80 .sub-heading {
  font-size: 90px;
  color: #e2d6c0;
  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 .nav-link.active,
body .w-80 .show > .nav-link {
  border-bottom: 3px solid #cfb27f;
}

body .w-80 .nav-pills .nav-item p {
  background-color: #f7f7f7;
  color: #cfb27f;
}

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 .carousel-fade .carousel-inner {
  width: 90%;
  margin-left: auto;
}

body .w-80 .carousel-fade .carousel-inner .carousel-item .carousel-inner-text {
  top: 60px;
  right: 0;
  padding: 5% 0 5% 5%;
  background-color: #f7f7f7;
}

body .w-80 .carousel-fade .carousel-inner .carousel-item .carousel-inner-text .side-head {
  color: #cfb27f;
  font-size: 60px;
  font-weight: bold;
}

@media (max-width: 576px) {
  body .w-80 .carousel-fade .carousel-inner .carousel-item .carousel-inner-text .side-head {
    font-size: 40px;
  }
}

body .w-80 .carousel-fade .carousel-inner .carousel-item .carousel-inner-text p {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 100;
  color: gray;
}

@media (max-width: 576px) {
  body .w-80 .carousel-fade .carousel-inner {
    width: 100%;
  }
}

body .w-80 .nav-pills li p {
  font-size: 20px;
}

body .w-80 .tab-content .tab-pane .center {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  opacity: 0;
}

body .w-80 .tab-content .tab-pane .center .inquiry {
  width: 90px;
  background-color: white;
  padding: 20px;
  border-radius: 50%;
}

body .w-80 .tab-content .tab-pane .center p {
  margin-bottom: 0;
  font-size: 35px;
  color: #fff;
  font-weight: bold;
}

body .w-80 .tab-content .tab-pane .image-wrapper-one {
  width: 300px;
  height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

body .w-80 .tab-content .tab-pane .image-wrapper-one .hover-wrapper {
  position: relative;
}

body .w-80 .tab-content .tab-pane .image-wrapper-one .hover-wrapper .image {
  opacity: 1;
  width: 300px;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

body .w-80 .tab-content .tab-pane .image-wrapper-one .hover-wrapper:hover .image {
  opacity: 0.3;
  cursor: pointer;
}

body .w-80 .tab-content .tab-pane .image-wrapper-one .hover-wrapper:hover .center {
  opacity: 1;
  cursor: pointer;
}

body .w-80 .tab-content .tab-pane .image-wrapper-one .hover-wrapper:hover:before {
  content: "";
  background-color: rgba(191, 161, 109, 0.8);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

@media (max-width: 768px) {
  body .w-80 .tab-content .tab-pane .image-wrapper-one .hover-wrapper {
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  body .w-80 .tab-content .tab-pane .image-wrapper-one {
    height: auto;
    width: auto;
    margin: 15px 0;
  }
}

body .w-80 .tab-content .tab-pane .image-wrapper-two {
  width: 300px;
  height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .w-80 .tab-content .tab-pane .image-wrapper-two .hover-wrapper {
  position: relative;
}

body .w-80 .tab-content .tab-pane .image-wrapper-two .hover-wrapper .image {
  opacity: 1;
  width: 300px;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

body .w-80 .tab-content .tab-pane .image-wrapper-two .hover-wrapper:hover .image {
  opacity: 0.3;
  cursor: pointer;
}

body .w-80 .tab-content .tab-pane .image-wrapper-two .hover-wrapper:hover .center {
  opacity: 1;
  cursor: pointer;
}

body .w-80 .tab-content .tab-pane .image-wrapper-two .hover-wrapper:hover:before {
  content: "";
  background-color: rgba(191, 161, 109, 0.8);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

@media (max-width: 768px) {
  body .w-80 .tab-content .tab-pane .image-wrapper-two .hover-wrapper {
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  body .w-80 .tab-content .tab-pane .image-wrapper-two {
    height: auto;
    width: auto;
    margin: 15px 0;
  }
}

body .w-80 .tab-content .tab-pane .image-wrapper-three {
  width: 300px;
  height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

body .w-80 .tab-content .tab-pane .image-wrapper-three .hover-wrapper {
  position: relative;
}

body .w-80 .tab-content .tab-pane .image-wrapper-three .hover-wrapper .image {
  opacity: 1;
  width: 300px;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

body .w-80 .tab-content .tab-pane .image-wrapper-three .hover-wrapper:hover .image {
  opacity: 0.3;
  cursor: pointer;
}

body .w-80 .tab-content .tab-pane .image-wrapper-three .hover-wrapper:hover .center {
  opacity: 1;
  cursor: pointer;
}

body .w-80 .tab-content .tab-pane .image-wrapper-three .hover-wrapper:hover:before {
  content: "";
  background-color: rgba(191, 161, 109, 0.8);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

@media (max-width: 768px) {
  body .w-80 .tab-content .tab-pane .image-wrapper-three .hover-wrapper {
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  body .w-80 .tab-content .tab-pane .image-wrapper-three {
    height: auto;
    width: auto;
    margin: 15px 0;
  }
}

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;
}
/*# sourceMappingURL=syle.css.map */