/*----------------------------------------*/
/* 01. THEME DEFAULT CSS START
/*----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Outfit:wght@100..900&display=swap");
  :root {
    /**
    @font family declaration
    */
    --tv-ff-body: 'Inter', sans-serif;
    --tv-ff-heading: 'Outfit', sans-serif;
    --tv-ff-fontawesome: Font Awesome 6 Pro;
    /**
    @color declaration
    */
    --tv-common-white: #ffffff;
    --tv-common-black: #0F313A;
    --tv-heading-primary: #004e8c;
    --tv-gray-1: #F5F6F7;
    --tv-gray-2: #1D265D;
    --tv-yellow-color: #ECB014;
    --tv-text-body: #585B6F;
    --tv-theme-1: #a00000;
  }
.tv-breadcrumb-overlay::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(12, 72, 144, 0.6);
  z-index: -1;
  color: #ffffff;
}