.page-scroll.nav-active{
    padding-bottom: 5px;
    border-bottom: 5px solid #1c84c6;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .grid{
    display: grid;
    grid-template-areas: "a" ;
    grid-template-columns: 1fr;
    grid-template-rows: 60vh ;
    color: #000000;
   }

   .grid-item{
    background-repeat: no-repeat;
    background-size:cover;
    display:block;
    height: 100%;
    width: auto;

}
  .head{
    background: url('../img/landing/header_one.jpg') 50% 0 no-repeat;
    background-size:cover;
    grid-area: a;
    color: #ffffff;
    background-color:#0D0F0E;
    position:relative;
}


.head_title {
    position: absolute;
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    font-size: 74px;
    line-height: 77px;
    color: #FFFFFF;
    left: 8vw;
    bottom: 10vh;
    
}
.head_title span{
  display: block;
  font-weight: 700;
  font-size: 20px;
  line-height: 29px;
  color: #FFFFFF;
  padding-top: 17px;
}

@media  only screen  and (max-width : 1299px) and (min-width : 988px)  { 

    .head_title{
      font-size: 58px;
    line-height: 61px;
    }
    .head_title span{
      font-size: 20px;
      line-height: 34px;
      color: #FFFFFF;
      padding-top: 19px;
  }
}

@media only screen and (max-width : 987px) {
    .head_title{
      font-size: 26px;
      line-height: 32px;
    }
    .head_title span{
      font-size: 10px;
      line-height: 18px;
    
      padding-top: 0px;
  }
  }