@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@800&display=swap");
body {
  font-family: "Open Sans", sans-serif;
  color: #4d4643;
  min-height: 100vh;
}

.video {
  width: 100%;
}

.playpause {
  background-image: url(../img/play.png);
  background-repeat: no-repeat;
  width: 50%;
  height: 50%;
  position: absolute;
  left: 0%;
  right: 0%;
  top: 0%;
  bottom: 0%;
  margin: auto;
  background-size: contain;
  background-position: center;
}

.filter-social .video-icon {
  position: absolute;
  top: 10px;
  right: 30px;
  width: 40px;
}

#about-us {
  margin-top: 60px;
}

.map-section {
  margin-top: 90px !important;
}

.letstalk {
  float: right;
  width: 24%;
  padding: 20px;
  color: #000;
}

@media (max-width: 576px) {
  .letstalk {
    width: 100%;
    text-align: left;
    float: none;
    margin: auto;
  }
}

.letstalk a {
  color: #000;
}

.letstalk h4 {
  font-size: 32px;
  font-weight: 300;
}

.letstalk span {
  font-size: 16px;
}

.letstalk i {
  font-size: 24px;
  line-height: 20px;
}

.letstalk :hover {
  color: #4d4643;
}

.brand-box {
  margin-top: 20px;
}

.brand-box .card {
  width: 100%;
}

.brand-box .card img {
  text-align: center;
  width: 60px;
  margin: auto;
  padding-top: 20px;
}

.brand-box .card .card-title {
  font-size: 24px;
  font-weight: 300;
  text-align: center;
}

.pop-team {
  width: 60%;
}

.pop-team h3 {
  font-size: 24px;
  color: #000;
}

.pop-team h4 {
  font-size: 16px;
  color: #4d4643;
}

.pop-team p {
  font-size: 14px;
}

@media (max-width: 576px) {
  .pop-team {
    width: 90%;
  }
  .pop-team h3 {
    font-size: 24px;
    color: #000;
    margin-top: 10px;
  }
  .pop-team .fancybox-content {
    padding: 10px !important;
  }
}

.learn-more {
  font-size: 12px;
  color: #000;
}

.learn-more:hover {
  font-size: 12px;
  color: #4d4643;
}

.service-box .list-group-item {
  border: none;
  font-weight: 600;
  text-align: left;
  padding-left: 0;
}
/*# sourceMappingURL=newstyle.css.map */