/* IMTOF shared blue footer — public pages except index.html. */
.footer-style2-area.chnage-bg-style {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-top: 60px !important;
  background-color: #053761 !important;
  background-image:
    radial-gradient(circle at 1.5px 1.5px, rgba(255,255,255,.16) 1.5px, transparent 1.7px),
    radial-gradient(circle at 82% 22%, rgba(4,174,224,.34), transparent 30%),
    linear-gradient(118deg, #042b50 0%, #075d93 57%, #079bc2 100%) !important;
  background-size: 19px 19px, auto, auto;
}

.footer-style2-area.chnage-bg-style::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 360px;
  height: 360px;
  right: -120px;
  top: -145px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 50%;
  box-shadow: 0 0 0 75px rgba(255,255,255,.025), 0 0 0 150px rgba(255,255,255,.018);
}

.footer-style2-area.chnage-bg-style .layer-outer-bg { display: none !important; }
.footer-style2-area.chnage-bg-style .footer { position: relative; z-index: 1; background: transparent !important; }
.footer-style2-area.chnage-bg-style .single-footer-widget,
.footer-style2-area.chnage-bg-style .single-footer-widget h3,
.footer-style2-area.chnage-bg-style .single-footer-widget p,
.footer-style2-area.chnage-bg-style .single-footer-widget .text,
.footer-style2-area.chnage-bg-style .single-footer-widget a { color: #fff !important; }
.footer-style2-area.chnage-bg-style .single-footer-widget a { transition: color .22s ease, transform .22s ease; }
.footer-style2-area.chnage-bg-style .single-footer-widget a:hover { color: #9feaff !important; }

.footer-style2-area.chnage-bg-style .footer-bottom-style2 {
  position: relative;
  z-index: 1;
  min-height: 0 !important;
  padding: 9px 0 !important;
  background: rgba(2,29,54,.72) !important;
  border-top: 0 !important;
}

.footer-style2-area.chnage-bg-style .footer-bottom-style2 .copyright-text,
.footer-style2-area.chnage-bg-style .footer-bottom-style2 p {
  margin: 0 !important;
  padding: 0 !important;
  border-top: 0 !important;
  line-height: 1.35 !important;
}

.footer-style2-area.chnage-bg-style .footer-bottom-style2 p { color: #d9f4ff !important; }

@media (max-width: 767px) {
  .footer-style2-area.chnage-bg-style { background-size: 16px 16px, auto, auto; }
  .footer-style2-area.chnage-bg-style::before { width: 260px; height: 260px; right: -120px; top: -90px; }
}
