.hero-block.home-about {
  padding-top: 50px;
  padding-bottom: 100px;
}
.hero-block.home-about .row.justify-content-md-center.related-projects {
  text-align: center;
}
.hero-block.home-about .row.justify-content-md-center.related-projects h2 {
  padding-bottom: 40px;
  font-size: 34px;
  color: rgb(29 32 37);
  position: relative;
  margin: 0;
  line-height: 1.1;
}
.hero-block.home-about .row.justify-content-md-center.related-projects h2:after {
  left: 50%;
  transform: translateX(-50%);
  background: rgb(207 5 0 / 70%);
  background-color: rgb(207 5 0 / 70%);
  bottom: 25px;
  width: 40px;
  height: 1px;
  content: "";
  position: absolute;
}
.hero-block.home-about .row.justify-content-md-center.related-projects h2:before {
  left: 50%;
  transform: translateX(-50%);
  bottom: 25px;
  content: '';
  position: absolute;
  width: 110px;
  height: 1px;
  background-color: rgb(214 219 226);
}
.hero-block.home-about .row.related-projects:last-child {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.hero-block.home-about .team-items {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}
.hero-block.home-about .team-items .card {
  border: 0;
  border-radius: 0;
  overflow: hidden;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: rgb(255 255 255);
  background-clip: border-box;
}
.hero-block.home-about .team-items .card .card_img.text-center {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.hero-block.home-about .team-items:nth-child(7) {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 3rem;
}
.hero-block.home-about .team-items .card .card_img.text-center img.img-full {
  width: 250px;
}
.hero-block.home-about .team-items .card h5.card-title {
  margin: 0;
  padding: 15px 0 10px;
  transition: all .3s ease;
}
.hero-block.home-about .team-items .card h5.card-title:hover {
  color: rgba(207,5,0,0.7);
}
.hero-block.home-about .team-items .card p {
  color: rgb(139 142 147);
  font-weight: 300;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 26px;
}






.hero-block.home-about .modal {
  overflow-y: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100%;
  height: 100%;
  outline: 0;
  padding-right: 17px;
  transition: all .3s;
  visibility: hidden;
  opacity: 0;
}
.hero-block.home-about .pop-active .modal {
  visibility: visible;
  opacity: 1;
}
.hero-block.home-about .modal .modal-dialog.modal-lg {
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out,-webkit-transform .3s ease-out;
  -webkit-transform: translate(0,-50px);
  transform: translate(0,-50px);
  max-width: 870px!important;
  margin: 1.75rem auto;
  position: relative;
  width: auto;
}
.hero-block.home-about .modal .modal-dialog.modal-lg .modal-content.bg-sand {
  box-shadow: 0 3px 12px rgb(0 0 0 / 8%);
  border: none;
  background-color: rgb(245 245 246);
  border-radius: 0.3rem;
  outline: 0;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.hero-block.home-about .modal .modal-dialog.modal-lg .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}
.hero-block.home-about .modal button.close.push-xs-right {
  transition: all 0s ease 0s;
  cursor: pointer;
  background: 0 0;
  border: 0;
  font-size: 16px;
  -webkit-appearance: none;
  position: absolute;
  right: 15px;
  z-index: 55;
  padding: 0;
  float: right;
  font-weight: 700;
  line-height: 1;
  color: rgb(0 0 0);
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}
.hero-block.home-about .modal button.close.push-xs-right i.fa.fa-close:before {
  content: "\f00d";
}
.hero-block.home-about .pop-active .modal .modal-dialog.modal-lg {
  transform: translate(0,25%);;
}
.hero-block.home-about .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: rgb(0 0 0);
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
}
.hero-block.home-about .pop-active .modal-backdrop{
  opacity: 0.5;
  visibility: visible;
}
.hero-block.home-about .team-items:nth-child(4),
.hero-block.home-about .team-items:nth-child(5), 
.hero-block.home-about .team-items:nth-child(6) {
  margin-top: 3rem!important;
}
.hero-block.home-about .team-items:nth-child(3) .card .card_img.text-center img.img-full {
  width: 240px;
}
.hero-block.home-about .team-items:nth-child(4) .card .card_img.text-center img.img-full {
  width: 240px;
}
.hero-block.home-about .team-items:nth-child(5) .card .card_img.text-center img.img-full {
  width: 240px;
}
.hero-block.home-about .team-items:nth-child(6) .card .card_img.text-center img.img-full {
  width: 250px;
}
.hero-block.home-about .team-items:nth-child(7) .card .card_img.text-center img.img-full {
  width: 220px;
}
.hero-block.home-about .team-btn {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin-top: 3rem!important;
  text-align: center;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.hero-block.home-about .team-btn a {
  color: rgb(255 255 255);
  transition: all 0s ease 0s;
  margin-bottom: 0;
  border-radius: 100px;
  border: 1px solid rgb(12 198 82);
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  border-color: rgb(207 5 0 / 70%);
  background: rgb(207 5 0 / 70%);
  background-color: rgb(207 5 0 / 70%);
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
}
.hero-block.home-about .modal .modal-dialog.modal-lg .modal-body .container-fluid.modal-item {
  padding: 30px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
.hero-block.home-about .modal .modal-dialog.modal-lg .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.hero-block.home-about .modal .modal-dialog.modal-lg .row .pop-inner {
  text-align: left!important;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.hero-block.home-about .modal .modal-dialog.modal-lg h3 {
  font-size: 25px;
  line-height: 1.1;
  margin: 0;
}
.hero-block.home-about .modal .modal-dialog.modal-lg img {
  float: left;
  padding: 40px 20px 20px 0;
  width: 250px;
  height: auto;
  vertical-align: middle;
  border-style: none;
}
.hero-block.home-about .modal .modal-dialog.modal-lg p {
  font-weight: 300;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 26px;
}
.hero-block.home-about .modal button.close.push-xs-right:hover {
  opacity: 1;
}


@media(max-width: 1199px){
  .hero-block.home-about .row.justify-content-md-center.related-projects {
    text-align: center;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin: 0 auto;
  }
}

@media(max-width: 991px){
  .hero-block.home-about .team-items {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .hero-block.home-about .row.justify-content-md-center.related-projects h2:after {
    bottom: 17px;
  }
  .hero-block.home-about .row.justify-content-md-center.related-projects h2:before {
    bottom: 17px;
  }
  .hero-block.home-about .row.justify-content-md-center.related-projects h2 {
    font-size: 28px;
    padding-bottom: 30px;
  }


  .hero-block.home-about .modal .modal-dialog.modal-lg {
    max-width: 500px !important;
    margin: 1.75rem auto;
  }
  .hero-block.home-about .modal .modal-dialog.modal-lg .modal-body .container-fluid.modal-item {
    padding: 15px;
  }
  .hero-block.home-about .pop-active .modal .modal-dialog.modal-lg {
    transform: translate(0,15%);
  }
}

@media(max-width: 767px){
  .hero-block.home-about .row.justify-content-md-center.related-projects {
    text-align: center;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .hero-block.home-about .row.justify-content-md-center.related-projects h2 {
    font-size: 24px;
    padding-bottom: 20px;
  }
  .hero-block.home-about .team-items {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 5px;
    padding-left: 5px;
  }
  .hero-block.home-about .team-btn {
    padding: 0 10px;
  }
  .hero-block.home-about .team-btn a {
    height: auto;
    line-height: 1;
    min-height: 50px;
    display: flex;
    align-items: center;
  }
}

@media(max-width: 575px){
  .hero-block.home-about .modal .modal-dialog.modal-lg {
    margin: 0.5rem;
    max-width: 100% !important;
  }
  .hero-block.home-about .modal {
    padding: 0;
  }
  .hero-block.home-about .modal .modal-dialog.modal-lg img {
    float: none;
    padding: 40px 20px 20px 0;
    width: 250px;
    height: auto;
    vertical-align: middle;
    border-style: none;
  }
}


