.main-menu li a:hover,
.main-menu li a:active,
.main-menu li a:focus {
  color: #0cb4f7 !important;
}
a.alink {
  color: #0cb4f7;
}
a.nmor {
  font-weight: 800!important;
}
a.nmor:hover,
a.nmor:focus,
a.nmor:active {
  color: #0cb4f7;
  font-weight: 600;
}
a.alink:active,
a.alink:hover {
  color: #0cb4f7;
  text-decoration: underline;
}
a.site-logo img {
    width: 100%;
}
img.icon-logo {
  width: 80px;
  margin-top: 10px;
}
img.w10 {
  width: 10px;
  max-width: 100%;
}
img.w20 {
  width: 20px;
  max-width: 100%;
}
img.w28 {
  width: 28px;
  max-width: 100%;
}
img.w38 {
  width: 38px;
  max-width: 100%;
}
img.w68 {
  width: 68px;
  max-width: 100%;
}
.floating_btn {
  position: fixed;
  bottom: 40px;
  right: 0;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  gap: 1rem;
  z-index: 1000;
  border-radius: 50%; 
  transition: all 0.3s ease; 
}
.gallery-slider .swiper-pagination .swiper-pagination-bullet {
  border-color: #fff;
}
.gallery-slider .swiper-pagination {
    margin-top: 0;
    display: block;
    position: absolute;
}
.floating_btn:hover {
  transform: scale(1.1); /* Scale up on hover for a visual effect */
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 10px rgba(232, 76, 61, 0);
  }
}

.contact_icon {
  background-color: #42db87;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size:30px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #42db87;
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}

.contact_call_icon {
  background-color: #cf0000;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size:30px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #cf0000;
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}

.contact_call_icon i{
  font-size: 23px;
}

.text_icon {
  margin-top: 8px;
  color: #707070;
  font-size: 13p
}  

.header-action-area a.active{
  color: #0eb4f7;
  font-weight: 600;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  background: #0f1b26;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  z-index: 9999;
}

.fan-loader {
  width: 80px;
  height: 80px;
  position: relative;
  animation: spin 0.6s linear infinite;
}

.fan-loader .blade {
  width: 60%;
  height: 6px;
  background: #00baff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: left center;
  border-radius: 3px;
}

.fan-loader .blade:nth-child(1) { transform: rotate(0deg) translateX(-50%); }
.fan-loader .blade:nth-child(2) { transform: rotate(120deg) translateX(-50%); }
.fan-loader .blade:nth-child(3) { transform: rotate(240deg) translateX(-50%); }

.snowflake-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.snowflake {
  width: 60px;
  height: 60px;
  animation: spin 1.6s linear infinite;
}

.snowflake-wrapper p {
  color: #ffffff;
  margin-top: 10px;
  font-size: 16px;
  font-family: sans-serif;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}