/* 
Theme Name:		 Inflanar Child
Theme URI:		 http://wpthemeexpress.com/
Description:	 inflanar Child is a child theme of inflanar, created by wpthemeexpress.com
Author:			 wpthemeexpress
Author URI:		 http://wpthemeexpress.com/
Template:		 inflanar
Version:		 1.0.0
Text Domain:	 inflanar-child
*/


/*
    Add your custom styles here
*/

/* ---------------------------------------Animation Headlien----------------------------------------- */

.animated_banner_headline
{
  background: linear-gradient(90deg, #57e2d0 0%, #ff684d 50%, #ff0080 100%);
  animation: gradient_animation_banner_txt 6s infinite ease-in-out;
  background-size: 300% 300%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@keyframes gradient_animation_banner_txt {
    0% {
        background-position: 0;
      }
      50% {
        background-position: 100%;
      }
      100% {
        background-position: 0;
      }
}
.wpr-anim-text-visible
{
	background: linear-gradient(90deg, #57e2d0 0%, #ff684d 50%, #ff0080 100%);
  animation: gradient_animation_banner_txt 6s infinite ease-in-out;
  background-size: 300% 300%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.animatedNumber
    {
     background: linear-gradient(150deg, #f52d6b 20%, #000000 90%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
    }

/* ---------------------------------------Nav Bar Animation Submenu-------------------------------------------------- */

.wpr-sub-mega-menu.wpr-animate-sub,
.sub-menu.wpr-sub-menu.wpr-animate-sub
{
    transform: perspective(500px) rotateX(0) !important;
}
.wpr-sub-mega-menu,
.sub-menu.wpr-sub-menu
{
    transition: all 300ms linear 0ms !important;
    transform: perspective(500px) rotateX(-20deg) !important;
    transform-origin: 50% 0% !important;
	left: 0% !important;
}

/* --------------------------------------------Counter Hr line Animation -------------------------------------------------- */

.chennai_about_before:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -23px;
    width: 80%;
    height: 1px;
    background-color: #9d9d9d;
}
.chennai_about_before:hover:before {
    width: 80%;
}

.chennai_about_before:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -24px;
    width: 21px;
    -webkit-transition: .3s linear;
    -khtml-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
    height: 3px;
    background-color: #ff1818;
    z-index: 1;
}




/* -------------------Footer Style--------------------- */

.brand-name {
    font-weight: bold; 
}
.copyright .Chennai {
    color: red !important; 
}

.copyright .media {
    color: blue;
}
.copyright.footer-area
{
	display: none;
}


.wpr-testimonial-content p
{
	color: #B0B0B0 !important;
    font-family: "Readex Pro", Sans-serif  !important;
    font-size: 17px;
    font-weight: 300;
    line-height: 25px;
}
