.drk-blue-new {
  position: relative;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 40px;
    max-width: 250px;
    margin: 1rem 2.5rem;
    text-transform: uppercase;
    align-items: center;
    padding: 20px 40px;
    background-color: #182a54;
    white-space: nowrap;
    font-family: 'Figtree';
  font-weight: normal;
    font-size: 14px;
  color:#FFF;
    letter-spacing: 1px;
    justify-content: center;
  box-shadow: 0px 2px 20px 0px rgba(0,0,0,0.2);
-webkit-box-shadow: 0px 2px 20px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 2px 20px 0px rgba(0,0,0,0.2);
  text-decoration:none;
  overflow: hidden;
  z-index: 1;
  transition: color 190ms ease-in-out;
  
}

.drk-blue-new:hover {
  border: 1px solid #44afec;
}


.drk-blue-new:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 100%;
  background: #1a4c7c;
  z-index: -1;
  transition: width 150ms ease-in-out;
}
.drk-blue-new:hover a,
.drk-blue-new:hover span {
  color: #fff;
}
.drk-blue-new:hover:after {
  width: 110%;
}


/*.drk-blue:before, .drk-blue:after,
.drk-blue span:before,
.drk-blue span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 80px;
  background-color: rgba(161,205,48, 0.7);
  transition: 0.4s;
  transition-timing-function: ease-in;
}
.drk-blue:after,
.drk-blue span:before {
  left: auto;
  right: 0;
}
.drk-blue span:before,
.drk-blue span:after {
  transition-delay: 0.4s;
  transition-timing-function: ease-in;
  z-index: -1;
}

.drk-blue:hover span {
  color: #FFF;
position:relative;
z-index:1;
}

.drk-blue:hover {
  color: #FFF;
  background-color: rgba(161,205,48, 0.2);
  border:1px solid #FFF;
}
.drk-blue:hover:before, .drk-blue:hover:after,
.drk-blue:hover span:before,
.drk-blue:hover span:after {
  width: 250px;
}
.drk-blue:active {
  /*background-color: rgba(161,205,48,1);*/
 /* color:#FFF; 
} */



