body {
  padding-bottom: 20px;
  font-family: Arial, Helvetica, sans-serif;
  color: #535453;
}
.hagecolor {
    color: #17a04d;
}
.hagecolor2 {
    color: #f96420;
}
.hagehover:hover {
    color: #f96420;
}
.img-thumb {
    max-height: 10rem;

}
.thumb {
    text-align: center;
    font-size: 1rem;
    line-height: 1.25;
}
.logoimage {
    width: 100%;
}
.navbar {
  margin-bottom: 20px;
}
.bg-hage {
    background-color: #17a04d !important;
}
.navbar-hage .navbar-brand {
  color: #fff;
}
.navbar-hage .navbar-brand:hover, .navbar-hage .navbar-brand:focus {
  color: #fff;
}
.navbar-hage .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 1);
  font-size: 1.25em;
  font-family: sans-serif;
}
.navbar-hage .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(249, 100, 32, 1);
}
.navbar-hage .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-hage .navbar-nav .show > .nav-link,
.navbar-hage .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-hage .navbar-toggler {
  color: rgba(255, 255, 255, 0);
  border-color: rgba(255, 255, 255, 0);
}
.navbar-hage .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28249, 100, 32, 0.99%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-hage .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-hage .navbar-text a,
.navbar-hage .navbar-text a:hover,
.navbar-hage .navbar-text a:focus {
  color: #fff;
}
.navbar-toggler-hage {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler-hage {
    transition: none;
  }
}
.navbar-toggler-hage:hover {
  text-decoration: none;
}
.navbar-toggler-hage:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.25rem;
}
.navbar-toggler-hage-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

@media (max-width:1000px){
    .navbar-hage .navbar-toggle-hage{
     width: 100%;
    border: 0;
}
    .navbar-hage{
     width: 100%;
     border: 0;
     text-align: center;
}
    .dropdown-menu-hage {
       text-align: center; 
    }
}
.dropdown-hage{
  position: relative;

}
.dropdown-menu-hage {
  background-color: #17a04d !important;
  border: none;
}
.dropdown-item-hage {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #ffffff;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0 !important;
}
.dropdown-item-hage:hover, .dropdown-item-hage:focus {
  color: #f96420;
  background-color: #f8f9fa;
}
.dropdown-item-hage.active, .dropdown-item-hage:active {
  color: #fff;
  text-decoration: none;
  background-color: #f96420;
}
.card-small {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
}
.hage-card {
    margin: 0.5rem;
    padding: 0.25rem;
    width: 25rem;
    border: #17a04d 2px solid;
}
.hage-card-older {
    margin: 0.5rem;
    padding: 0.25rem;
    width: 18rem;
    border: none !important;
}
.hage-card-older-title {
    color: #17a04d;
    font-size: 1em;
    text-align: center;
    line-height: 1.125;
}
.hage-card-older-text {
    color: #535453;
    font-size: .875em;
    text-align: center;
    line-height: 1.25;
}
.hage-card-title {
    color: #17a04d;
    font-size: 1.25em;
    text-align: center;
    line-height: 1.25;
}
.hage-card-text {
    color: #535453;
    font-size: .925em;
    text-align: center;
    font-style: italic;
}
.modal-body-hage {
    text-align: center;
    line-height: 1.125;
    
}
.modal-footer-hage {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  padding: 0.75rem;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer-hage > * {
  margin: 0.25rem;
}
.modal-header-hage {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header-hage .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}
.modal-title-hage {
  margin-bottom: 0;
  line-height: 1.5;
  color: #17a04d;
    text-align: center;
}
.btn-hage {
  color: #fff;
  background-color: #17a04d;
  border-color: #17a04d;
}
.btn-hage:hover {
  color: #fff;
  background-color: #17a04d;
  border-color: #17a04d;
}
.btn-check:focus + .btn-hage, .btn-hage:focus {
  color: #fff;
  background-color: #17a04d;
  border-color: #17a04d;
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}
.projectrow {
    margin-top: 1rem;
}
.description {
    font-family: sans-serif;
    font-size: 1rem;
    line-height: 1.25rem;
}
.feature {
    font-family: sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
}
.award {
    font-family: sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
}
.subtitle {
    font-family: sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
    font-style: italic;
}
.newsitem{
    border-top:1px solid rgba(249, 100, 32,.5);
    padding-top:1rem;
    text-align: center;
}
.newsitem1{
    padding-top:1rem;
    text-align: center;
}
@media (max-width:1000px) {
    newsitem{
    border-top:1px solid rgba(249, 100, 32,.5);
    padding:1rem 0 .75rem ;
    text-align: center;
}
    newsitem1{
    padding:1rem 0 .75rem 0;
    text-align: center;
}
}
.newstext {
    font-size: 1rem;
    line-height: 1.25;
    padding-top: .05rem;
}
.newsproject {
    font-size: 1rem;
    line-height: 1.25;
    padding-top: .25rem;
}
.newsimage {
    padding-bottom: .25rem;
}
.awardlist {
        padding-top: .5rem;
    }
.map {
    -webkit-filter: grayscale(100%);
       -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
         -o-filter: grayscale(100%);
            filter: grayscale(100%);
}
    .google-maps {
        position: relative;
        padding-bottom: 75%; // This is the aspect ratio
        height: 0;
        overflow: hidden;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }
.company {
    font-size: 2rem;
    font-weight: 200;
    color: #17a04d;
    line-height: .8;
}
.companyname {
    font-size: 1.0625rem;
    color: #17a04d;
}
.clients {
    font-size: 1.125rem;
    color: #17a04d;
    font-style: italic;
    letter-spacing: .0625rem;
}
.addressname {
    font-size: 1.5rem;
    color: #17a04d;
    letter-spacing: .0625rem;
    font-weight: 100;
}
.address {
    font-size: 1.0625rem;
    color: #17a04d;
    letter-spacing: .0625rem;
    margin-top:0;
    line-height: .75;
}

.contactinfo {
    line-height: auto;
    padding-top: 5rem;
}
.careertext, .job, ul.job{
    font-size: 1rem;
    color: #535453;
    line-height: 1.25;
    text-align: justify;
}
.profile {
    font-size: 1rem;
    color: #535453;
    line-height: 1.5;
    text-align: justify;
}

.jobtitle {
    font-size: 1rem;
    color: #535453;
    font-style: italic;
}
.awardtext, ul.awardtext {
    font-size: 1rem;
    color: #535453;
    line-height: 1.5;
}
.newstitle {
    font-size: 1.125rem;
    line-height: 1;
    text-align: center;
    color: #17a04d;
}
.newsimage {
    margin: 0;
}
.container:hover .card-img-overlay {
  opacity: 1;
}


.item {
     margin-bottom: 30px
 }

 .item .box {
     text-align: center;
     background-repeat: no-repeat;
     background-size: 24rem;
     background-position: center;
     height: 20rem;
     position: relative;
     overflow: hidden
 }

 .item .cover {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background-color: rgba(23, 160, 77,.75);
     transition: opacity 0.15s ease-in;
     opacity: 0;
     padding-top: 9rem;
     color: #fff;
     text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
 }

 .item:hover .cover {
     opacity: 1
 }

 .item .title {
     font-weight: bold;
     color: #ffffff;
     font-size: 1.5rem;
     align-content: center !important;
 }
.oculus-img {
    height: 150px;
    width: 125px;
    margin:auto;  
}
