html, body {
  overflow-x: hidden;
}
@media screen and (min-width: 1024px) {
  html, body {
    height: 100%;
    overflow: hidden;
  }
}

.home-project-section .tab-wrp {
  border-bottom: none;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-project-section .tab-wrp:before {
  height: 1px;
  width: 68%;
  background-color: #00000080;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: -1;
  margin: auto;
}
.home-project-section .tab-wrp .tab {
  border: 1px solid #fff !important;
  color: #000;
  text-transform: uppercase;
  font-size: 15px;
  padding: 26px;
  border-radius: 30px;
}
.home-project-section .tab-wrp .tab:before, .home-project-section .tab-wrp .tab:after {
  display: none;
}
.home-project-section .tab-wrp .tab.active {
  border-color: #000 !important;
}
@media only screen and (max-width: 1700px) {
  .home-project-section .tab-wrp .tab {
    font-size: 10px;
    padding: 6px 14px 6px;
  }
}

.home-vision-mission-section .tab-wrp .tab {
  margin-left: auto;
}
.home-vision-mission-section .tab-wrp .tab:before, .home-vision-mission-section .tab-wrp .tab:after {
  display: none;
}

.footer .end-content {
  margin: auto 0;
}
.footer.footer-seo{
  padding-top: 8vw !important;
}

@media screen and (min-width: 1024px){
  .footer #vw-content{
      display: block !important;
  }
}
@media screen and (max-width: 1023px){
  .footer.footer-seo{
    padding-top: 0 !important;
  }
}
@media screen and (max-width: 767px){
  .footer .end-content {
      margin: 20px 0 180px;
  }
}


/*# sourceMappingURL=home.css.map */
