@keyframes animate-fade-in-left
{
   0% { transform: translate(-100px,0px) rotate(0deg) ; opacity: 0;  }
   100% { transform: translate(0px,0px) rotate(0deg) ; opacity: 1;  }
}
@keyframes animate-fade-out
{
   0% { opacity: 1;  }
   100% { opacity: 0;  }
}
@keyframes animate-flash
{
   0% { opacity: 1;  }
   25% { opacity: 0;  }
   50% { opacity: 1;  }
   75% { opacity: 0;  }
   100% { opacity: 1;  }
}
@keyframes jello-horizontal
{
   0% { transform: rotateX(0deg) ;  }
   30% { transform: rotateX(0deg) scale3d(1.25,0.75,1.0) ;  }
   40% { transform: rotateX(0deg) scale3d(0.75,1.25,1.0) ;  }
   50% { transform: rotateX(0deg) scale3d(1.15,0.85,1.0) ;  }
   65% { transform: rotateX(0deg) scale3d(0.95,1.05,1.0) ;  }
   75% { transform: rotateX(0deg) scale3d(1.05,0.95,1.0) ;  }
   100% { transform: rotateX(0deg) scale3d(1.0,1.0,1.0) ;  }
}
@keyframes transform-shake
{
   0% { transform: rotate(0deg) ;  }
   10% { transform: translate(-10px,0px) rotate(0deg) ;  }
   20% { transform: translate(10px,0px) rotate(0deg) ;  }
   30% { transform: translate(-10px,0px) rotate(0deg) ;  }
   40% { transform: translate(10px,0px) rotate(0deg) ;  }
   50% { transform: translate(-10px,0px) rotate(0deg) ;  }
   60% { transform: translate(10px,0px) rotate(0deg) ;  }
   70% { transform: translate(-10px,0px) rotate(0deg) ;  }
   80% { transform: translate(10px,0px) rotate(0deg) ;  }
   90% { transform: translate(-10px,0px) rotate(0deg) ;  }
   100% { transform: translate(0px,0px) rotate(0deg) ;  }
}
a.Phone
{
   color: #FFFFFF;
   text-decoration: none;
   transition: all 300ms linear;
   position: relative;
   display: inline-block;
}
a.Phone::after
{
   background: transparent;
   content: "";
   display: block;
   width: 0;
   height: 2px;
   margin-top: 2px;
   transition: all 300ms linear;
}
a.Phone:hover::after
{
   background: #FFFFFF;
   width: 100%;
}
a.Phone:visited
{
   color: #FFFFFF;
   text-decoration: none;
}
a.Phone:active
{
   color: #FF0000;
   background: #FFFFFF;
   text-decoration: none;
}
a.Phone:hover
{
   color: #FFFFFF;
   text-decoration: none;
}
a.a
{
   color: #0000FF;
   text-decoration: underline;
}
a.a:visited
{
   color: #800080;
   text-decoration: underline;
}
a.a:active
{
   color: #FF0000;
   text-decoration: underline;
}
a.a:hover
{
   color: #0000FF;
   text-decoration: underline;
}
a.input:focus
{
   color: #0000FF;
   text-decoration: underline;
}
a.input:focus:visited
{
   color: #800080;
   text-decoration: underline;
}
a.input:focus:active
{
   color: #FF0000;
   text-decoration: underline;
}
a.input:focus:hover
{
   color: #0000FF;
   text-decoration: underline;
}
a.textarea:focus
{
   color: #0000FF;
   text-decoration: underline;
}
a.textarea:focus:visited
{
   color: #800080;
   text-decoration: underline;
}
a.textarea:focus:active
{
   color: #FF0000;
   text-decoration: underline;
}
a.textarea:focus:hover
{
   color: #0000FF;
   text-decoration: underline;
}
a.select:focus
{
   color: #0000FF;
   text-decoration: underline;
}
a.select:focus:visited
{
   color: #800080;
   text-decoration: underline;
}
a.select:focus:active
{
   color: #FF0000;
   text-decoration: underline;
}
a.select:focus:hover
{
   color: #0000FF;
   text-decoration: underline;
}
a.email
{
   color: #00BFFF;
   text-decoration: none;
}
a.email:visited
{
   color: #FFFF00;
   text-decoration: none;
}
a.email:active
{
   color: #FF0000;
   text-decoration: none;
}
a.email:hover
{
   color: #FFFFFF;
   text-decoration: none;
}
a.whatsapp
{
   color: #000000;
   text-decoration: none;
}
a.whatsapp:visited
{
   color: #7B68EE;
   text-decoration: none;
}
a.whatsapp:active
{
   color: #FF0000;
   text-decoration: none;
}
a.whatsapp:hover
{
   color: #FFFFFF;
   text-decoration: none;
}
a.phone::after
{
   color: #0000FF;
   text-decoration: underline;
}
a.phone::after:visited
{
   color: #800080;
   text-decoration: underline;
}
a.phone::after:active
{
   color: #FF0000;
   text-decoration: underline;
}
a.phone::after:hover
{
   color: #0000FF;
   background: #FFFFFF;
   text-decoration: underline;
}
a.phone_black
{
   color: #000000;
   background: #FFFFFF;
   text-decoration: none;
   transition: all 300ms linear;
   position: relative;
   display: inline-block;
}
a.phone_black::after
{
   background: transparent;
   content: "";
   display: block;
   width: 0;
   height: 2px;
   margin-top: 2px;
   transition: all 300ms linear;
}
a.phone_black:hover::after
{
   background: #000000;
   width: 100%;
}
a.phone_black:visited
{
   color: #000000;
   background: #FFFFFF;
   text-decoration: none;
}
a.phone_black:active
{
   color: #000000;
   background: #FFFFFF;
   text-decoration: none;
}
a.phone_black:hover
{
   color: #000000;
   background: #FFFFFF;
   text-decoration: none;
}
a.phone_black::after
{
   color: #0000FF;
   text-decoration: underline;
}
a.phone_black::after:visited
{
   color: #800080;
   text-decoration: underline;
}
a.phone_black::after:active
{
   color: #FF0000;
   text-decoration: underline;
}
a.phone_black::after:hover
{
   color: #0000FF;
   background: #000000;
   text-decoration: underline;
}
h1, .h1
{
   font-family: "Roboto";
   font-weight: 900;
   font-weight: normal;
   font-size: 35px;
   text-decoration: none;
   color: #A9A9A9;
   --color: #A9A9A9;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h2, .h2
{
   font-family: Roboto;
   font-weight: 400;
   font-weight: normal;
   font-size: 16px;
   text-decoration: none;
   color: #696969;
   --color: #696969;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h3, .h3
{
   font-family: Roboto;
   font-weight: 400;
   font-weight: normal;
   font-size: 20px;
   text-decoration: none;
   color: #696969;
   --color: #696969;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h4, .h4
{
   font-family: Arial;
   font-weight: bold;
   font-size: 21px;
   font-style: italic;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h5, .h5
{
   font-family: Arial;
   font-weight: bold;
   font-size: 19px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h6, .h6
{
   font-family: Arial;
   font-weight: bold;
   font-size: 16px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
.CustomStyle
{
   font-family: "Courier New";
   font-weight: bold;
   font-size: 16px;
   text-decoration: none;
   color: #2E74B5;
   --color: #2E74B5;
   background-color: transparent;
}
