/**
* Theme Name: Softek Child Theme
* Description: This is a child theme of Softek, automatically generated.
* Author: <a href="https://radiantthemes.com">RadiantThemes</a>
* Template: softek
* Version: 1.3.5
*/
.rt-get-in-touch-form-hm-five .wpcf7-response-output {

    color: #46b450!important;
}
.wpcf7-form.sent .wpcf7-response-output {
  animation: hideresp 5s forwards; 
  animation-iteration-count: 1;
}

@keyframes hideresp {
  90% { opacity:1; }
  100% { opacity:0; }
}