@keyframes animate-fade-in
{
   0% { opacity: 0;  }
   100% { opacity: 1;  }
}
@keyframes animate-fade-out
{
   0% { opacity: 1;  }
   100% { opacity: 0;  }
}
@keyframes puff-in
{
   0% { transform: rotate(0deg) scale(2,2) ; opacity: 0; transform-origin: 50% 50%;  }
   100% { transform: rotate(0deg) scale(1,1) ; opacity: 1; transform-origin: 50% 50%;  }
}
@keyframes transform-bounce-in
{
   0% { transform: rotate(0deg) scale(0.3,0.3) ; opacity: 0;  }
   50% { transform: rotate(0deg) scale(1.05,1.05) ; opacity: 1;  }
   70% { transform: rotate(0deg) scale(0.9,0.9) ;  }
   100% { transform: rotate(0deg) scale(1.0,1.0) ;  }
}
@keyframes transform-lightspeed-in
{
   0% { transform: translate(100%,0px) rotate(0deg) skewX(-30deg) ; opacity: 0;  }
   60% { transform: translate(-20%,0px) rotate(0deg) skewX(30deg) ; opacity: 1;  }
   80% { transform: translate(0px,0px) rotate(0deg) skewX(-15deg) ; opacity: 1;  }
   100% { transform: translate(0px,0px) rotate(0deg) skewX(0deg) ; opacity: 1;  }
}
.CustomStyle
{
   font-family: "Courier New";
   font-weight: bold;
   font-size: 16px;
   text-decoration: none;
   color: #2E74B5;
   --color: #2E74B5;
   background-color: transparent;
}
.Black
{
   font-family: "Poppins";
   font-weight: 400;
   font-weight: 900;
   font-size: 43px;
   text-decoration: none;
   color: #005FAD;
   --color: #005FAD;
   background-color: transparent;
}
.Bold
{
   font-family: "Poppins";
   font-weight: 400;
   font-weight: 700;
   font-size: 37px;
   text-decoration: none;
   color: #005FAD;
   --color: #005FAD;
   background-color: transparent;
}
.Medium
{
   font-family: "Poppins";
   font-weight: 400;
   font-weight: 500;
   font-size: 32px;
   text-decoration: none;
   color: #005FAD;
   --color: #005FAD;
   background-color: transparent;
}
.Light
{
   font-family: "Poppins";
   font-weight: 300;
   font-size: 27px;
   text-decoration: none;
   color: #005FAD;
   --color: #005FAD;
   background-color: transparent;
}
.ExtraLight
{
   font-family: "Poppins";
   font-weight: 200;
   font-size: 21px;
   text-decoration: none;
   color: #005FAD;
   --color: #005FAD;
   background-color: transparent;
}
@media only screen and (max-width: 1365px)
{
}
