@charset "utf-8";
/*body {
	animation: fadeInAnimation ease 0.4s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}
@keyframes fadeInAnimation {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}*/
.bg-soft-ash {
  background-color: #f7f7f8 !important;
}
.logosz {
  height: 110px;
}
@media (max-width: 991.98px) {
  .navbar-expand-lg .navbar-brand {
    padding-top: 1.0rem;
    padding-bottom: 0rem;
  }
}
@media screen and (max-width: 576px) {
  .logosz {
    height: 75px;
  }
  .hideimage {
    display: none !important;
  }
  .imglead {
    width: 25%; /* Makes the image 50% of its parent's width */
    height: auto; /* Maintains the aspect ratio */
  }
}
.ratings {
  display: inline-block;
  position: relative;
  width: 8rem;
  height: 1.8rem;
  font-size: 1.9rem;
  line-height: 2;
}
.strokedark {
  color: #54a8c7;
  -webkit-text-stroke-width: 0.9px;
  -webkit-text-stroke-color: black;
  font-weight: bold;
}
.img-max3 {
  max-width: 305px;
  width: 100%;
}
.img-max6 {
  max-width: 600px;
  width: 100%;
}
.img-max7 {
  max-width: 700px;
  width: 100%;
}
.img-max8 {
  max-width: 800px;
  width: 100%;
}
.img-max4 {
  max-width: 400px;
  width: 100%;
}
html {
  scroll-padding-top: 8vw !important; /* height of sticky header */
}
.gradient-8 {
  background-image: linear-gradient(100deg, #1A6E8E 40%, #f79808 60%);
}
.header-blue {
  color: #1A6E8E;
}
.plyr__control--overlaid {
  border: 0;
  padding: 1.25rem;
  background: var(--bs-soft-aqua);
  box-shadow: 0rem 0rem 1.25rem rgba(30, 34, 40, 0.04);
  color: #343f52;
  opacity: 1;
}
.plyr__control--overlaid::before, .plyr__control--overlaid::after, .btn-circle.ripple::before, .btn-circle.ripple::after {
  background: var(--bs-soft-aqua);
  opacity: 1;
}
.plyr__control--overlaid::after, .btn-circle.ripple::after {
  opacity: 0.0;
  animation: ripple-2 2s infinite ease-in-out;
  animation-delay: 0.5s;
}
.img-left {
  display: block;
  float: left;
  line-height: 1;
  padding: 0;
  margin: 0 0.4rem 0 0;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
/* Keep footer links white on hover */
footer a,
/*footer a:hover,*/
footer a:focus {
  color: #ffffff !important;
  /*text-decoration: underline; /* optional but recommended */
}