<script data-ad-client="ca-pub-4178100499643262" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<style>
.wh-widget-send-button-get-button
{
display:none !important;
}
nav.main_menu ul li a:first
{
    text-shadow: 1px 1px 1px #fff;
}
nav.main_menu ul li a:first:hover, nav.main_menu ul li a.active:first:hover
{
    text-shadow: 1px 1px 1px #000;
}

@media only screen and (max-width : 700px) {
   /* Styles here */

    .title_text
    {
		left: 80% !important;
    }

    }

@media only screen and (max-width : 1000px) and (min-width: 700px) {
   /* Styles here */

    .title_text
    {
		left: 40% !important;
    }

    }


@media only screen and (max-width : 1200px) and (min-width: 1000px) {
   /* Styles here */

    .title_text
    {
		left: 30% !important;
    }

    }

.title_text {
  text-transform: uppercase;
  letter-spacing: .5em;
  display: inline-block;
  border: 4px double rgba(255, 255, 255, 0.25);
  border-width: 4px 0;
  position: absolute;
  top: 40%;
bottom:35% !important;
left:20%;
  width: auto !important;
  margin: 0 0 0 -20em;
}
.title_text h1 {
  font: 700 4em/1 "Oswald", sans-serif;
  letter-spacing: 0;
  padding: .25em 0 .325em;
  display: block;
  margin: 0 auto;
  text-shadow: 0 0 80px rgba(255, 255, 255, 0.5);
  /* Cli.title_text Background Image */
  background: url('https://solesolution.pk/wp-content/uploads/2017/11/animated_text_fill.png') repeat-y;
  -webkit-background-clip: text;
  background-clip: text;
  /* Animate Background Image */
  -webkit-text-fill-color: transparent;
  -webkit-animation: aitf 80s linear infinite;
  /* Activate hardware acceleration for smoother animations */
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
}

/* Animate Background Image */
@-webkit-keyframes aitf {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
</style>;