h1{
	font-size: 60px;
}
.floating-btn {
    position: fixed;
    bottom: 15px;
    right: 15px;
    background-color: #004793;
    color: #fff;
    padding: 14px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  transition: background-color 0.3s ease, transform 0.2s ease;
  animation: wave 0.8s ease-in-out;
}

.floating-btn:hover {
  background-color: #004793;
  transform: translateY(-3px);
    color: #fff;
}

@keyframes wave {
  0% { transform: rotate(0deg); }
  15% { transform: rotate(14deg); }
  30% { transform: rotate(-8deg); }
  40% { transform: rotate(14deg); }
  50% { transform: rotate(-4deg); }
  60% { transform: rotate(10deg); }
  100% { transform: rotate(0deg); }
}

.top-contact-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(180deg,#071024 0%,#071029 60%);
  color: #fff;
  padding: 8px 0;
  z-index: 9999;
  font-size: 14px;
}

.top-contact-bar .container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.contact-left span {
  margin-right: 20px;
}

.contact-right a {
  color: #fff;
  margin-left: 12px;
  font-size: 16px;
  transition: 0.3s;
}

.contact-right a:hover {
  color: #00bcd4;
}
.header .fixed-top {
  top: 38px!important;
}
/* Responsive */
@media (max-width: 768px) {
  .top-contact-bar {
   display: none;
  }
	.header .fixed-top {
  top: 0!important;
}
}

.text-white{
	color: #fff;
}
.banner-component .wrap{
    background: #000000;
    background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.71) 0%, rgba(217, 217, 217, 0) 100%);
    background: -moz-linear-gradient( 90deg, rgba(0, 0, 0, 0.71) 0%, rgba(217, 217, 217, 0) 100% );
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.71) 0%, rgba(217, 217, 217, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#D9D9D9", GradientType=1 );
	}
.jq-toast-wrap{
    z-index: 900000 !important;
}
.action-btn, .action-btn:hover{
	background: transparent;
    border: solid 1px;
    border-radius: 32px;
    color: #004793;
    text-decoration: none;
    padding: 10px 20px;
    font-weight: 700;
}
.ads-content{
	    margin-top: 60px;
    padding: 20px;
}
.ads-content img{
	width: 400px;
}
