
  .nav__wrapper {
    position: sticky;
    top: 0vh;
    left: 30px;
    min-height: 100vh;
    /* padding: 30px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* overflow-x: auto !important; */

  }
  .mynav {
    margin: 0 0 100px 30px;
    display: flex;
    flex-direction: column;
  }
  .nav__counter {
    font-size: 1.3vw;
    transition: all 0.15s ease-out;
  }
  .nav__title {
    font-size: 32px;
    font-weight: 300;
    margin: 0 0 0.25em;
    width: 300px;
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: height 0.3s ease-out, opacity 0.2s ease-out;
  }
  .nav__body {
    font-weight: 100;
    font-size: 18px;
    font-size: 18px;
    width: 300px;
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: height 0.3s ease-out, opacity 0.2s ease-out;
  }
  .mynav li {
    position: relative;
    transition: all 0.3s ease-out;
    margin-bottom: 1em;
  }
  .mynav li a:after {
    content: "";
    display: block;
    border-width: 2px;
    border-right: 0;
    border-bottom: 0;
    border-style: solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(to right, #74708b 23%, #619cbc 100%);
    height: 250px;
    width: 20px;
    position: absolute;
    left: -32px;
    top: 15px;
  }
  .mynav li a {
    background-color: transparent;
    display: block;
    padding: 0;
    color: #000;
    transition: all 0.15s ease-out;
  }
  .mynav li a:hover {
    background-color: transparent;
    padding-left: 1em;
  }
  .mynav li a:focus {
    background-color: transparent;
  }
  .mynav li a.active {
    color: #333 !important;
    pointer-events: none;
    font-weight: bold;
    padding-left: 1em;
    background-color: transparent !important;
  }
  .mynav li a.active:after {
    width: 35px;
    /* height: 400px; */
    top: 20px;
  }
  .mynav li a.active .nav__counter {
    font-size: 150%;
  }
  .mynav li a.active .nav__title {
    height: 40px;
    opacity: 1;
    overflow: visible;
  }
  .mynav li a.active .nav__body {
    height: 100px;
    opacity: 1;
    overflow: visible;
  }
  
    .nav-item:last-child{
        bottom: -55%;
    }

    .nav-item:last-child a::after{
        border-left :0 ;
    }

  .contactForm{
      display: block;
      position: sticky;
      top: 20vh;
      right: 40px;
      height: 69vh;
  }

  .contactForm form input:focus, .contactForm form textarea:focus{
    border-color: #6594b3;
  }

  .contactForm form input{
    padding: 1.5vw 1vw;
    height: 1vh;
  }

  #contact-btn{
    background: linear-gradient(to bottom, #6593b2 23%, #6d819e 100%); 
    /* padding: 10px 80px;  */
    padding: 0.7vw 4vw; 
    font-weight: bold; 
    border: none;
    transition: 0.5s ease-in-out;
    box-sizing: border-box;
  }
  #contact-btn:hover{
    color: black !important;
    background: transparent;
    border: 1px solid lightgray;
  }
  .view-all{
      /*font-size: 10pt;
      line-height: 1em !important;
      padding-top: 200px;
      visibility: hidden;*/
 
   
    font-size: 15px;
    line-height: 24px;
    padding-top: 200px;
    visibility: hidden;
     
 
  
  }

  .view-all-heading-first a, .view-all-heading a{ 
      font-size: 15pt;
  }

  .view-all .card-body h4{
    font-size: 15pt;
    line-height: 0.5em;
  }

  .view-all .card-body h5{
    font-size: 12pt;
  }

  .view-all-heading a, .view-all-heading-first a{
      color: #333;
      text-decoration: none;
  }

  .view-all-heading a:hover, .view-all-heading-first a:hover{
    color: #555;
    text-decoration: none;
}
  .view-all-heading-first a:after{
    content: "";
    display: block;
    /* border-left: 2px solid white; */
    /* border-top: 2px solid white; */
    border-width: 2px;
    border-right: 0;
    border-bottom: 0;
    border-style: solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(to bottom, #74708b 23%, #619cbc 100%);
    height: 100%;
    width: 20px;
    position: absolute;
    left: -30px;
    top: 15px;
  }

  .view-all-heading a:after{
    content: "";
    display: block;
    /* border-left: 2px solid white; */
    /* border-top: 2px solid white; */
    border-width: 2px;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    border-style: solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(to right, #74708b 23%, #619cbc 100%);
    width: 20px;
    position: absolute;
    left: -30px;
    top: 15px;
  }

  @media screen and (max-width: 1000px) {
    .nav__wrapper{
        display: none;
    }
    #process-heading{
      margin-top: 3vh !important;
      position: sticky;
      top: 9vh;
      background: white;
      z-index: 9999 !important;
      max-height: 25vh;
    }

    #section-container{
        z-index: 999 !important;
    }

    .view-all{
      visibility: visible;
    }

    .contactForm{
      display: none;
    }

    #contact-btn{ 
      /* padding: 10px 80px;  */
      padding: 2vw 10vw; 
      font-weight: bold; 
      border: none;
      transition: 0.5s ease-in-out;
      box-sizing: border-box;
    }
    #contact-btn:hover{
      color: black !important;
      background: transparent;
      border: 1px solid lightgray;
    }
  }

  #section-container .section h4{
    color: #6d7f9b !important;
  }

  #section-container .section p .fas{
    color: #6592b0 !important;
  }



.card.m-0.mr-1.border-0 {
    border: 1px solid #ddd9 !important;
    text-align: left;
    background: #f2f2f261;
    margin-bottom: 10px !important;
    padding: 20px 20px;
}