.banner-sec {
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner-sec::before {
  content: "";
  background-color: #003e6a;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.8;
}
.banner-sec .container {
  position: relative;
  z-index: 9;
}
.banner-sec .banner-txt {
  width: 100%;
}
.banner-sec .banner-txt h6 {
  font-size: 16px;
  font-weight: 400;
}
.banner-sec .banner-txt h6 span {
  background-color: #FFF;
  padding: 6px 15px;
  border-radius: 50px;
}
.banner-sec .banner-txt h1 {
  font-size: 55px;
  color: #FFF;
}
.banner-sec .banner-txt p {
  color: white;
}
.banner-sec .banner-txt .checks {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  gap: 20px;
  flex-wrap: wrap;
}
.banner-sec .banner-txt .checks .item-sec {
  display: flex;
  align-items: center;
  color: #FFF;
}
.banner-sec .banner-txt .checks .item-sec .text-color {
  color: #FFF;
}
.banner-sec .banner-txt .checks .item-sec svg {
  margin-right: 4px;
}
.banner-sec .banner-txt .rating {
  display: flex;
  align-items: center;
  color: #FFF;
}
.banner-sec .banner-txt .rating .gap-1 {
  margin-right: 10px;
}
.banner-sec .banner-txt .rating .gap-1 svg {
  margin-right: 4px;
}
.banner-sec .banner-txt .rating .text-yellow-400 {
  color: #facc15;
  fill: #facc15;
}
.banner-sec .banner-form {
  width: 100%;
  background-color: #FFF;
  padding: 30px;
  border-radius: 20px;
}
.banner-sec .banner-form h5 {
  text-align: center;
  font-size: 25px;
}
.banner-sec .banner-form .form-btn {
  width: 100%;
  text-align: center;
  height: 56px;
  background-color: #1b75be;
  color: #FFF;
}
.banner-sec .banner-form p {
  text-align: center;
}

.cmn-head-sec1 {
  width: 100%;
}
.cmn-head-sec1 .heading-title h6 {
  font-size: 16px;
  font-weight: 400;
}
.cmn-head-sec1 .heading-title h6 span {
  background-color: #c0e3ff;
  padding: 6px 15px;
  border-radius: 50px;
}
.cmn-head-sec1 .item-box {
  width: 100%;
  height: 100%;
  background-color: #1b75be;
  border-radius: 20px;
  padding: 30px;
  text-align: center;
}
.cmn-head-sec1 .item-box .icon {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}
.cmn-head-sec1 .item-box .icon span {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cmn-head-sec1 .item-box h4 {
  text-align: center;
  font-size: 24px;
  color: #FFF;
}
.cmn-head-sec1 .item-box p {
  color: #FFF;
}
.cmn-head-sec1 .item-box .list {
  display: flex;
  justify-content: center;
}
.cmn-head-sec1 .item-box .list ul {
  list-style: none;
}
.cmn-head-sec1 .item-box .list ul li {
  display: flex;
  gap: 12px;
  color: white;
  margin-bottom: 10px;
}
.cmn-head-sec1 .item-box .list ul li svg {
  color: white;
}

.workspaces-sec {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #f6f2f1;
}
.workspaces-sec .heading-title h3 {
  color: #000;
}
.workspaces-sec .carousel-item {
  width: 100%;
  height: 500px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.workspaces-sec .carousel-item::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  opacity: 0.5;
}
.workspaces-sec .carousel-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.workspaces-sec .carousel-item .carousel-caption h4 {
  color: #FFF;
  margin-bottom: 2px;
}
.workspaces-sec .carousel-item .carousel-caption p {
  color: white;
}
.workspaces-sec .carousel-indicators {
  padding: 20px 0px;
  gap: 5px;
  align-items: center;
}
.workspaces-sec .carousel-indicators button {
  width: 16px;
  height: 16px;
  border: none;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  transition: 0.3s all ease-in-out;
}
.workspaces-sec .carousel-indicators button.active {
  background-color: #1b75be;
  width: 20px;
  height: 20px;
}

.box-img {
  width: 100%;
}
.box-img img {
  width: 100%;
  border-radius: 20px;
}

.amenities-box h5 {
  font-size: 34px;
  margin-bottom: 3px;
}
.amenities-box .amenities {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.amenities-box .amenities .item {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}
.amenities-box .amenities .item h6 {
  margin-bottom: 2px;
}
.amenities-box .amenities .item p {
  margin: 0;
}

.grid-box-sec {
  width: 100%;
  padding: 0px 20px;
}
.grid-box-sec h6 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}
.grid-box-sec h6 span {
  background-color: #c0e3ff;
  padding: 6px 15px;
  border-radius: 50px;
}
.grid-box-sec h5 {
  font-size: 34px;
  margin: 0;
}
.grid-box-sec h4 {
  font-size: 22px;
  color: #1b75be;
}
.grid-box-sec ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.grid-box-sec ul li {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
}

.office-space {
  width: 100%;
  height: 340px;
  border-radius: 20px;
  overflow: hidden;
}
.office-space img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s all ease-in-out;
}
.office-space:hover img {
  scale: 1.1;
}

.testimonials {
  width: 100%;
  background-color: #03060e;
}
.testimonials .heading-title h3 {
  color: #FFF;
}
.testimonials .heading-title h4 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
}
.testimonials .heading-title h4 span {
  background-color: #c0e3ff;
  padding: 6px 15px;
  border-radius: 50px;
}
.testimonials .heading-title p {
  color: #FFF;
}
.testimonials .testi-box {
  width: 100%;
  padding: 15px;
}
.testimonials .testi-box .quote svg {
  color: #1b75be;
}
.testimonials .testi-box p {
  color: #FFF;
}
.testimonials .testi-box .autor {
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: 12px;
}
.testimonials .testi-box .autor .img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
}
.testimonials .testi-box .autor .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonials .testi-box .autor .autor-txt {
  padding-left: 15px;
}
.testimonials .testi-box .autor .autor-txt h5 {
  font-size: 20px;
  color: #FFF;
  margin: 0;
  line-height: 24px;
  font-weight: 400;
}
.testimonials .testi-box .autor .autor-txt p {
  margin: 0;
}

.leading-businesses {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.leading-businesses::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #1b75be;
  left: 0;
  top: 0;
  opacity: 0.8;
}
.leading-businesses .container {
  position: relative;
  z-index: 9;
}
.leading-businesses .heading-title h3, .leading-businesses .heading-title p {
  color: #FFF;
}
.leading-businesses .grid-box {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.leading-businesses .grid-box .item {
  padding: 0px 20px;
  margin-bottom: 20px;
}
.leading-businesses .grid-box .item .count {
  font-size: 34px;
  color: #FFF;
  font-weight: 700;
  margin-bottom: 10px;
}
.leading-businesses .grid-box .item .subhead {
  font-size: 22px;
  font-weight: 600px;
  color: #FFF;
  margin-bottom: 10px;
}
.leading-businesses .grid-box .item p {
  font-size: 12px;
  color: #FFF;
}

@media (max-width: 991px) {
  .banner-sec .banner-txt h1 {
    font-size: 34px;
  }
}
@media (max-width: 768px) {
  .workspaces-sec .carousel-item {
    height: 300px;
  }
  .leading-businesses .grid-box {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 560px) {
  .amenities {
    display: block;
  }
  .leading-businesses .grid-box, .amenities-box .amenities {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}/*# sourceMappingURL=business-center.css.map */