      .right-cap,
   .left-cap
    {
        width : 93px;
        transition: width 2s;
        max-height: 54px;
      text-align:left;
    }

.right-cap:hover .hero-info,
.left-cap:hover .hero-info
{
    display:none;
}

.right-cap:hover,
.left-cap:hover
{
    width : 300px;
    transition: width 2s;
}


@keyframes hide_show {
  0%   {opacity: 0;}
 
  98% {opacity: 1;}
}


@-webkit-keyframes hide_show /* <--- here */
{
   0%   {opacity: 0;}
 
  98% {opacity: 1;}
}

.right-cap:hover .hero-info-show,
.left-cap:hover .hero-info-show
{
    -webkit-animation: hide_show 4s infinite; /* Safari 4+ */
    animation: hide_show 4s infinite;
    display:inline;
   
}

 .hero-info-show
{
    
    display: none;
}


 h1.heading{
 
    font-family: 'Apercu Mono Pro';
  font-size: 44px;
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 46px;
  text-transform: uppercase;
 
}  
h2.heading{
 
    font-family: 'Apercu Mono Pro';
  font-size: 38px;
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 46px;
  text-transform: uppercase;
 
}

h3.heading{
 
    font-family: 'Apercu Mono Pro';
  font-size: 20px;
  letter-spacing: 0.2px;
  line-height: 24px;
  text-transform: uppercase;
 
}

   .overlay {
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
   height: 100%;
   width: 100%;
   opacity: 0;
   transition: .5s ease;
   background-color: #008CBA;
   }
   .overlay-r {
   position: absolute;
   top: 0;
   bottom: 0;
   right: 0 !important;
   height: 100%;
   width: 100%;
   opacity: 0;
   transition: .5s ease;
   background-color: #008CBA;
   }
   .left-col
   {
   z-index: 10;
   }
   .right-col
   {
   z-index: 10;
   }
   .left-col-hover
   {
   position : absolute !important;
   }
   .set_opacity
   {
   opacity : 1;
   }
   .no_opacity
   {
   opacity : 0 !important;
   }
   
  .wp-block-button {
    width: 185px;
    height: 60px;
    padding: 19px 25px 22px 25px;
    text-transform:uppercase;
}

.bridge-btn {
    padding: 10px;
    text-transform: uppercase;
    max-width: 185px;
    padding: 19px 25px 22px 25px;
    height: 60px;
}


@media (max-width: 767px) { 

.two-col-block p {
    font-family: 'Apercu Mono Pro';
    font-size: 16px;
    letter-spacing: -0.5px;
    line-height: 22px;
}

div#two-columns-rightblock_5eb52bbe647c3 .bridge-btn {
    padding: 14px;
}


 } 