.button12 {
  cursor: pointer;
  background-color: #000;
  width: 330px;
  height: 64px;
  /* padding:20px 50px; */
  padding:13px 40px;
  line-height: 64px;
  position: relative;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 0;
  /* background:#9A8A62; */
  background: #065074;
  margin-left:20px;
}
.button12 span {
  color: #fff;
  display: inline-block;
  /* padding-left: 35px; */
  text-transform: uppercase;
  font: bold 18px/66px inherit;
  transform: scaleX(0.6);
  letter-spacing: 3px;
  transform-origin: center left;
  transition: color 0.3s ease;
  position: relative;
  z-index: 1;
}
.button12 em {
  position: absolute;
  height: 1px;
  background: #fff;
  width: 47%;
  right: 23px;
  top: 50%;
  transform: scaleX(0.25);
   -webkit-transform:scaleX(0.25);
  transform-origin: center right;
  transition: all 0.3s ease;
  z-index: 1;
}
.button12:before,
.button12:after {
  content: '';
  background: #fff;
  height: 50%;
  width: 0;
  position: absolute;
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition:0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.button12:before {
  top: 0;
  left: 0;
  right: auto;
}
.button12:after {
  bottom: 0;
  right: 0;
  left: auto;
}
.button12:hover:before {
  width: 100%;
  right: 0;
  left: auto;
}
.button12:hover:after {
  width: 100%;
  left: 0;
  right: auto;
}
.button12:hover span {
  color: #000;
}
.button12:hover em {
  background: #000;
  transform: scaleX(.51);
  transform: scaleX(.51);
}
/* Btn 11  */
.btn11{
  display: flex;
  justify-content: center;
}
.btn11 span{
    height:20vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px 15px;
    margin: 10px 4px;
}
.btn11 button{
  font-weight: 100;
    font-size: 13px;
    width: 150px;
    height: 50px;
    border: none;
    cursor: pointer;
    transition: 0.5s;
    border-radius: 4px;
    letter-spacing: 2px;
    text-transform: capitalize;
    box-shadow: 3px 7px 5px #888888;
}
/*btn11-a*/
.butn11-a{
    color: white;
    background: #133342;
}
.butn11-a:hover{
    background: darkolivegreen;
    color: rgb(255, 255, 255);
    width: 110px;
    height: 110px;
    border-radius: 70%;
    animation: bounce 3s infinite;
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100%{transform: translateY(0);}
    40%{transform: translateY(-40px);}
    60%{transform: translateY(-15px);}
}
/* Btn 10  */
.butn10
{
  /*height: 15vh;*/
}
.btn10_anim{
  /* background: #00002E; */
  color:#6098FF;
  font-family:inherit;
  font-size:16px;
  display: flex;
    justify-content: center;
    /*padding: 15px 15px;*/
    margin: 10px 4px;
}
.btn10{
  padding: 15px 50px;
  margin:10px 4px;
  color: #fff;
  font-family: inherit;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  text-decoration: none;
  display:inline-block;
  
}
 /* Btn 10  */
.btn10{
    /* top: 40px; */
    font-family: inherit;
    font-weight: 500;
    font-size: 13px;
    
    letter-spacing: 2px;
    color: #fff;
    cursor: hand;
    text-align: center;
    text-transform: capitalize;
    border: 1px solid #fff;
    /*border-radius:50px;*/
    position: relative;
    overflow: hidden!important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: #133342;
    z-index:10;
    
}


.btn10:hover{
    border: 1px solid #071982;
    color: #80ffd3!important;
}
.btn10::before {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #071982;
    position: absolute;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg); 
    transform: skewX(-20deg);   
    left: -10%;
    opacity: 1;
    top: 0;
    z-index: -12;
    -moz-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
     box-shadow:2px 0px 14px rgba(0,0,0,.6);
  } 

.btn10::after {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #80ffd3;
    position: absolute;
  -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg); 
    transform: skewX(-20deg);   
    left: -10%;
    opacity: 0;
    top: 0;
    z-index: -15;
    -webkit-transition: all .94s cubic-bezier(.2,.95,.57,.99);
    -moz-transition: all .4s cubic-bezier(.2,.95,.57,.99);
    -o-transition: all .4s cubic-bezier(.2,.95,.57,.99);
    transition: all .4s cubic-bezier(.2,.95,.57,.99);
    box-shadow: 2px 0px 14px rgba(0,0,0,.6);
}
.btn10:hover::before, .btn1O:hover::before{
  opacity:1;
  width: 116%;
}
.btn10:hover::after, .btn1O:hover::after{
  opacity:1;
  width: 120%;
}
/* mobile responsive css media queries */
@media only screen and (max-width: 600px) {
  .btn10_anim{display: grid;}
}