/* 
Theme Name: PMW Communications
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://pmwcom.co.uk/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

body{
   -webkit-font-smoothing: antialiased;
}

 .hover-underline-animation a::after  {
	content: '';
	position: absolute;
	width: 100%;
	transform: scaleX(0);
	height: 1px;
	bottom: 0;
	left: 10;
	background-color: #ffffff;
	transition: transform 0.20s ease-out;
	transform-origin: bottom right;
}

.hover-underline-animation a:hover::after {
	transform: scaleX(1);
	transform-origin: bottom left;
}

.awesome {
    text-align: center;
    color:#313131;
    -webkit-animation:colorchange 20s infinite alternate;
    }

    @-webkit-keyframes colorchange {
      0% {
        
        color: #EF86CE;
      }
      
      10% {
        
        color: #5FCCB4;
      }
      
      20% {
        
        color: #EF86CE;
      }
      
      30% {
        
        color: #5FCCB4;
      }
      
      40% {
        
        color: #EF86CE;
      }
      
      50% {
        
        color: #5FCCB4;
      }
      
      60% {
        
        color: #EF86CE;
      }
      
      70% {
        
        color:#5FCCB4;
      }
      80% {
     
        color: #EF86CE;
      }
      
      90% {
     
        color: #EF86CE;
      }
      
      100% {
        
        color: #EF86CE;
      }
    }


 
