/* ================================
   Root Theme (Light Mode)
   ================================ */
:root {
  /* ==========================
     Brand Colors - Navy Blue
     ========================== */
  --color-navy-dark: #001F3F;   /* darkest navy for headings, footer */
  --color-navy: #002D5C;        /* primary navy for text/buttons */
  --color-navy-light: #3A6EA5;  /* partial/light shade for hover/cards */
  --color-navy-xlight: #DCE6F2; /* subtle background/nav highlight */

  /* ==========================
     Brand Colors - Saffron
     ========================== */
  --color-saffron-dark: #BF360C;  /* dark accent / hover */
  --color-saffron: #FF6D00;       /* primary saffron CTA/buttons */
  --color-saffron-light: #FF944D; /* partial/light shade for highlights/cards */
  --color-saffron-xlight: #FFE0B2;/* subtle section background */

  /* ==========================
     Neutrals
     ========================== */
  --color-white: #FFFFFF;
  --color-black: #000000;
  --color-gray-dark: #333333; /* text secondary */
  --color-gray: #777777;      /* muted text */
  --color-gray-light: #F5F5F5; /* section backgrounds */
  --color-gray-xlight: #EDEDED;

  /* ==========================
     Backgrounds
     ========================== */
  --bg-primary: var(--color-white);
  --bg-secondary: var(--color-gray-light);

  /* ==========================
     Text
     ========================== */
  --text-primary: var(--color-navy-dark);
  --text-secondary: var(--color-gray-dark);
  --text-muted: var(--color-gray);

  /* ==========================
     Buttons / Links
     ========================== */
  --btn-primary-bg: var(--color-saffron);
  --btn-primary-text: var(--color-white);
  --btn-primary-hover: var(--color-saffron-dark);

  --btn-secondary-bg: var(--color-navy);
  --btn-secondary-text: var(--color-white);
  --btn-secondary-hover: var(--color-navy-light);

  /* Borders / Dividers */
  --border-color: var(--color-gray-xlight);
}

/* ================================
   Dark Theme
   ================================ */
[data-theme="dark"] {
  /* ==========================
     Brand Colors - Navy Blue
     ========================== */
  --color-navy-dark: #64B5F6;   /* lighter tint for dark bg */
  --color-navy: #4285C6;        /* main navy for text/buttons */
  --color-navy-light: #90CAF9;  /* partial shade for hover/cards */
  --color-navy-xlight: #1A237E; /* background accent for sections */

  /* ==========================
     Brand Colors - Saffron
     ========================== */
  --color-saffron-dark: #FF9800;  /* hover CTA */
  --color-saffron: #FFB74D;       /* primary CTA on dark bg */
  --color-saffron-light: #FFD180; /* highlights/cards */
  --color-saffron-xlight: #FFF3E0;/* subtle section background */

  /* ==========================
     Neutrals
     ========================== */
  --color-white: #FFFFFF;
  --color-black: #121212;
  --color-gray-dark: #E0E0E0; /* text secondary */
  --color-gray: #AAAAAA;      /* muted text */
  --color-gray-light: #1E1E1E; /* background secondary */
  --color-gray-xlight: #333333;

  /* ==========================
     Backgrounds
     ========================== */
  --bg-primary: var(--color-black);
  --bg-secondary: var(--color-gray-light);

  /* ==========================
     Text
     ========================== */
  --text-primary: var(--color-white);
  --text-secondary: var(--color-gray-dark);
  --text-muted: var(--color-gray);

  /* ==========================
     Buttons / Links
     ========================== */
  --btn-primary-bg: var(--color-saffron);
  --btn-primary-text: var(--color-black);
  --btn-primary-hover: var(--color-saffron-dark);

  --btn-secondary-bg: var(--color-navy);
  --btn-secondary-text: var(--color-white);
  --btn-secondary-hover: var(--color-navy-light);

  /* Borders / Dividers */
  --border-color: var(--color-gray-xlight);
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Noto Sans", sans-serif !important;
    overflow-x: hidden;
    box-sizing: border-box;
    padding: var(--padding0);
    margin: var(--margin0);
    font-size: 16px;
    line-height: 1.5;
}

body.no-scroll {
    overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
    font-weight: 700;
}


h1,
h2,
h3,
h4,
h5,
h6,
p,
figure {
    margin: var(--margin0);
}

ol,
ul,
li {
    list-style: var(--liststyle);
    padding: var(--padding0);
    margin: var(--margin0);
    font-family: var(--fontText);
}


a,
a:hover {
    text-decoration: var(--text-decoration-none);
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    font-family: var(--fontFamily);
}
.brand-desc,
.col a,
.ReachUs address,
.ReachUs a,
.col h4,
.copyright,
.counterv span,
.swal2-title,
.swal2-html-container,
.swal2-actions button, .section-title h2,  .section-title p, .gallery_Section .nav-pills button, body, a, li, span, div, button, input {
    font-family: "Noto Sans", sans-serif !important;
}
.Accessibility-text-btn svg {
    color: var(--color-black);
}
.section-title h2 {
    font-size: 40px;
    font-weight: 800;
    color: var(--color-navy);
    width: fit-content;
    border-bottom: 3px solid var(--color-navy);
    line-height: normal;
    margin-bottom: 16px;
    position: relative;
    padding-bottom: 8px;
}
.section-title h2:after {
    position: absolute;
    content: '';
    background: var(--color-saffron);
    width: 70px;
    height: 8px;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 20px;
}
.section-title p {
    color: var(--color-navy);
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
    letter-spacing: 0.56px;
    text-transform: uppercase;
    line-height: 22px;
}
body .custom-button, .custom-button[type=button]{
    min-width: 95px;
    font-size: 17px;
    padding: 10px 40px;
    text-transform: uppercase;
    font-family: "Noto Sans", sans-serif !important;
    background: var(--color-navy-dark);
    text-align: center;
    color: var(--color-white);
    width: auto;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    border-radius: 10px;
    font-weight: 700;
    line-height: normal;
    border: 1px solid var(--color-navy-dark);
}
body .custom-button:hover, body .custom-button:focus, .custom-button[type=button]:hover, .custom-button[type=button]:focus{
    background: var(--color-saffron-dark);
    border-color: var(--color-saffron-dark);
}
section.Events_Announcement, .Program_Highlight, .aboutUs, .gallery_Section, .Beneficiaries, .leader-section {
     padding: 70px 0 70px;     position: relative;
}

/* ===========================================
Accessibility
       =========================================== */
.Accessibility-DarkMode .main-header img {
    filter: brightness(0.5) brightness(18.5);
}
.Accessibility-DarkMode .hmBanner_marquee_label strong, .Accessibility-DarkMode .marquee_wrapper a, .Accessibility-DarkMode .section-title h2, .Accessibility-DarkMode .section-title p, .Accessibility-DarkMode .Events_Announcement .blog-post-title a, .Accessibility-DarkMode .Announcements_col ul li a {
    color: var(--color-white);
}
.Accessibility-DarkMode .section-title h2 {
    border-bottom-color: var(--color-white);
}
.Accessibility-DarkMode .top-header .menu-top .call-us-button {
    background: var(--color-black);
}

.Accessibility-DarkMode .Accessibility-feature:hover, .Accessibility-DarkMode .Accessibility-feature.active {
    border-color: var(--color-saffron);
}
.Accessibility-DarkMode .Accessibility-feature.active:after {
    color: var(--color-saffron);
}
.Accessibility-DarkMode .sidebar .side-list a img {
    background: transparent;
    filter: brightness(0.5) invert(1);
    -webkit-filter: brightness(0.5) invert(1);
    -moz-filter: brightness(0.5) invert(1);
}
.Accessibility-DarkMode .top-header .menu-top ul li img, .Accessibility-DarkMode .digi_india img.img-fluid {
    background: var(--color-white);
}
.Accessibility-DarkMode .digi_india img.img-fluid, .Accessibility-DarkMode .main-logo-dli img {
    filter: none;
    -webkit-filter: none;
    -moz-filter: none;
    -o-filter: none;
}
.Accessibility-DarkMode table td {
    background: var(--color-black) !important;
}
.Accessibility-DarkMode .EDAToolPage li, .Accessibility-DarkMode .sitemapPage ul li, .Accessibility-DarkMode .accordion-body li {
    background: var(--color-gray-dark);
}
/* ===========================================
Back to Top
       =========================================== */
 #backToTop {
  position: fixed;
  right: 16px; bottom: 16px;
  width: 56px; height: 56px;
  border: none; border-radius: 50%;
  background: #fff;
  box-shadow: 0 6px 20px rgba(0,0,0,.15);
  display: grid; place-items: center;
      font-size: 22px;
      z-index: 1;
  
}
#backToTop svg { position: absolute; inset: 0; margin: auto; color: var(--color-black);}
.track { fill: none; stroke: #ccc; stroke-width: 4; transform: rotate(-90deg); transform-origin: 50% 50%; }
.progress { fill: none; stroke: var(--color-saffron-dark); stroke-width: 4; stroke-linecap: round;
           transform: rotate(-90deg); transform-origin: 50% 50%;
           stroke-dasharray: 126; stroke-dashoffset: 126; transition: stroke-dashoffset 0.2s; }
          .about-box a {
    color: var(--color-navy-light);
    font-weight: 500;
}
/* ===========================================
Top Header
       =========================================== */
.top-header, .main-header {
    border-bottom: 1px solid #c2c0c1;
    padding: 0 12px;
}
.top-header{
    background: var(--color-gray-xlight);
}
.top-header ul li {
    list-style: none;
}
.top-header .topbar_menu li {
    padding-right: 18px;
    font-size: 16px;
    font-weight: 500;
}
.top-header .topbar_menu li span.indi:before {
    content: '\f073';
}
.top-header .topbar_menu li span.indi:before, .top-header .topbar_menu li span.text-dark1:before {
    font-family: 'FontAwesome';
    font-weight: 700;
    position: absolute;
    left: 0;
}
.top-header .topbar_menu li span.text-dark1:before {
    content: '\f017 ';

}
.top-header .topbar_menu li span.indi, .top-header .topbar_menu li span.text-dark1 {
    padding: 0 0 0 22px;
    display: inline-block;
}
.top-header .menu-top ul li {
    list-style: none;
    padding: 1px 10px;
    border-right: 1px solid #c2c0c1;
}
.top-header .menu-top ul li:last-child, .top-header .menu-top ul>li.cont-btn {
    border-right: 0;
    padding-right: 0;
    
}
.top-header .menu-top ul li.line-left.ski {
    padding-left: 0;
}
.top-header .menu-top ul li button, .top-header .menu-top ul li a {
    border: 0;
    padding: 0;
}
.top-header .menu-top ul li img {
    height: 24px;
}
.top-header .menu-top ul li button#universal-Accessibility-trigger img, .top-header .menu-top ul li.ski+li a img{
    height: 27px;
}

body .top-header .menu-top  .call-us-button {
    background: white;
    border: 1px solid #ddd;
    padding: 4px 7px;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 10px;
    transition: all 0.3s ease;     color: var(--color-black);
}

.call-us-button:hover {
    background: #f8f8f8;
    border-color: #0066cc;
}

.call-us-button.active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-color: #0066cc;
}

.call-us-button::after {
    content: '\f0d7';
    font-size: 15px;
    transition: transform 0.3s ease;
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    margin-left: 0px;
    font-family: 'FontAwesome';
}

.call-us-button.active::after {
    transform: rotate(180deg);
}

.call-us-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    background: white;
    min-width: 100%;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    border: 1px solid #ddd;
    border-top: none;
    border-radius: 0 0 8px 8px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 1000;
    max-height: 0;
    overflow: hidden;
}

.call-us-dropdown.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    max-height: 1000px;
}

.contact-us-section {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    padding: 10px 10px 0;
}
.contact-us-card {
    background:linear-gradient(325deg, #721b00 0%, #054b93 40%);
    color: white;
    padding: 15px;
    border-radius: 10px;
    transition: transform 0.3s 
ease, box-shadow 0.3s 
ease;
}

.contact-us-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.contact-us-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 10px;
    line-height: normal;
}

.contact-us-details {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.contact-us-item {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 14px;
    line-height: 1.6;
}

.contact-us-icon {
    flex-shrink: 0;
    margin-top: 2px;
}

.contact-us-item a {
    color: white;
    text-decoration: none;
    transition: opacity 0.2s;
}

.contact-us-item a:hover {
    opacity: 0.8;
    text-decoration: underline;
}
.nav-link:focus, .nav-link:hover {
    color: var(--color-saffron-dark);
}
.contact-us-view-all {
    text-align: right;
    padding: 14px 30px 14px;
    color: var(--color-navy-dark);
}

.contact-us-view-all a {
    font-size: 17px;
    text-decoration: underline !important;
    font-weight: 600;         color: var(--color-navy);
;
}
.contact-us-view-all a:hover, .contact-us-view-all a:focus{
	color:var(--color-saffron-dark)
}


.contact-us-view-all a:hover {
    text-decoration: underline;
}

.contact-us-hours {
    font-size: 12px;
    opacity: 0.9;
    margin-top: 4px;
}

.contact-us-description {
    font-size: 14px;
    line-height: 1.5;
}

.contact-us-phone-group {
    display: flex;
    flex-direction: column;
    gap: 4px; 
}

@media (max-width:1399px){
.call-us-dropdown {
    right: -130px;
}
}

@media (max-width:1199px){
	.contact-us-section {
	    grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width:991px){
	.contact-us-section {
	    grid-template-columns: repeat(1, 1fr); 
	}
}

@media (max-width:680px){
	.top-header .topbar_menu li {
	    padding-right: 12px;
	    font-size: 14px;
	    font-weight: 500;
	}
	.top-header, .main-header {
	    padding: 0 0px;
	}
	.top-header .menu-top ul li.ski+li a img, .top-header .menu-top ul li button#universal-Accessibility-trigger img, .top-header .menu-top ul li.ski a img {
	    height: 25px;
	}	
	.fixed-header {
    position: static !important;
}
}

@media (max-width:575px){
	.top-logos, .menu-top>ul {
	    justify-content: center !important;
	}
	.topbar_menu {
	    padding-bottom: 4px;
	}
    .call-us-dropdown {
        right: auto;
        left: auto;
        margin: 0 auto;
        word-break: break-all;
        min-width: 280px;
    }
}


/* ===========================================
Logo Header
       =========================================== */
       .main-header {
    background: var(--color-white);
}
.main-header img {
    height: 100px;
    object-fit: contain;
}
li.logo-name {
    font-size: 24px;
    font-weight: 800;
    color:var(--color-black);
    list-style: none;
    line-height: 1.2;
}

@media (max-width:767px){
	.digi_india {
	    display: none ! IMPORTANT;
	}
	
	.main-logo+.main-logo {
	    justify-content: flex-end !important;
	}
	.main-logo {
	    width: 50%;
	}
}

@media (max-width:575px){
	.main-header img {
	    height: 50px;
	}
	li.logo-name {
    font-size: 16px;
	}
}

@media (max-width: 480px) {
    li.logo-name {
        font-size: 14px;
    }
    
}

@media (max-width: 375px) {
	body .main-logo {
	    display: none !important;
	}
	.main-header img {
        height: 70px;
    }
	 .main-logo+.main-logo {
        display: flex !important;
        justify-content: center !important;
        width: 100%;
    }
    li.logo-name {
        font-size: 18px;
    }
}
/* ===========================================
Navigation Bar
       =========================================== */
 .fixed-header {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    right: 0;
    margin: 0 auto;
}
.navigation {
    background:linear-gradient(20deg, #be370d 0%, #002d5c 100%);
    display: flex;
    align-items: center;
    justify-content: space-between;
        padding: 0 30px;
            z-index: 0;
}
.sticky-top {
    z-index: 12;
}
.container {
    position: relative;
    z-index: 1;
}
#main-menu li a {
    font-size: 18px;
    color: var(--color-white);
    font-weight: 400;
    padding: 13px 18px;
    border-right: 1px solid #ffffff45;
}
@keyframes blinker{
0% {
    color:var(--color-white);
}
100% {
    color: #87b7e9;
}
}
.navigation #main-menu a .sub-arrow {
    border-width: 0px;
    overflow: visible;
}
.navigation #main-menu a .sub-arrow:after {
    font-size: 12px;
    color: #fff;
    font-family: FontAwesome;
    content: '\f103';
    line-height: normal;
    position: absolute;
    top: -4px;
    right: -9px;
}
#main-menu li:last-child a {
    border-right: 0;
}
.navigation #main-menu li a+ul.submneu>li>a>.sub-arrow:after {
    right: 0;
}
.navigation #main-menu li a+ul {
    background: var(--color-navy-dark);
    border: 0;
    border-radius: 0px 0px 10px 10px !important;
}
.navigation #main-menu li a+ul li a {
    border-bottom: 1px dotted var(--color-white) !important;
    padding: 13px 34px 13px 13px;
    font-family: "Noto Sans", sans-serif !important;
    font-weight: 400;
    font-size: 16px;
}
.navigation #main-menu li a+ul li a:hover, .navigation #main-menu li a+ul li a:focus, .navigation #main-menu li a+ul li a.active, 
.navigation #main-menu li a+ul li a.highlighted, #main-menu >li> a:hover, #main-menu >li.active> a, #main-menu >li> a:hover, #main-menu >li> a:focus {
    background: var(--color-saffron-dark);
    color: var(--color-white);
}
#main-menu >li> a:hover, #main-menu >li> a.active  {
    background: var(--color-navy-dark);
}

.applyDLI .nav-link {
    background: linear-gradient(45deg, #ffffff, #f5f5f5, #ffffff, #f0f0f0);
    padding: 4px 18px 2px 18px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    line-height: normal;
    font-size: 17px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 10px;
    min-width: 180px;
    margin-top: 0px;
    border: 2px solid transparent;
}
.applyDLI .nav-link:hover, .applyDLI .nav-link:focus {
    background: linear-gradient(45deg, var(--color-navy-xlight), #f5f5f5, #ffffff, #f0f0f0);
    border-color: var(--color-navy);
}
.applyDLI .nav-link:before {
   content: '';
   position: absolute;
   top: 0;
   left: -100%;
   width: 100%;
   height: 100%;
   background: linear-gradient(90deg, transparent, #ffe0b270, transparent);
   animation: premiumWave 2s linear infinite;
}
@keyframes premiumWave {
     0% { left: -100%; }
     100% { left: 100%; }
}

.applyDLI .nav-link:after {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(45deg, #e8e8e8, #ffffff, #e8e8e8);
  z-index: -1;
  border-radius: 50px;
  animation: premiumBorder 2s linear infinite;
}

@keyframes premiumBorder {
    0%, 100% { opacity: 0.5; }
    50% { opacity: 1; }
}

@keyframes wave{
0% {
    left: -100%;
}

100% {
    left: 100%;
}
}
body .applyDLI .nav-link:hover span.NavEda {
    color: #000 !important;
}
.applyDLI .nav-link  img{
    height: 30px;
}
@media (min-width: 768px) {
  .main-nav {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
  }
 .sm-clean ul {
       position: absolute;
       width: 18em;
   }
}

.main-nav:after {
  clear: both;
  content: "\00a0";
  display: block;
  height: 0;
  font: 0px/0 serif;
  overflow: hidden;
}

.nav-brand {
  float: left;
  margin: 0;
}

.nav-brand a {
  display: block;
  padding: 12px 12px 12px 20px;
  color: #555;
  font-family: var(--fontFamily);
  font-size: 22px;
  font-weight: normal;
  line-height: 17px;
  text-decoration: none;
}

#main-menu {
  clear: both;
}
input#main-menu-state {
    display: none;
}

@media (min-width: 1198px) {
#main-menu {
    float: none;
    clear: none;
    width: 100%;
    background: transparent;
            z-index: 12;
}
}




@media (min-width: 1199px) {
  /* hide the button in desktop view */
  .main-menu-btn {
    position: absolute;
    top: -99999px;
  }
  /* always show the menu in desktop view */
    #main-menu-state:not(:checked) ~ #main-menu {
        display: flex;
    }
}

/* *******Naigation Responsive***** */
@media (max-width: 1440px) {
.navigation {
    padding: 0 20px;
}
}

@media (max-width: 1366px) {
	#main-menu li a {
	    font-size: 16px;
	}
}

@media (max-width: 1198px) {
/* Mobile menu toggle button */
input#main-menu-state {
    display: block;
}
.main-menu-btn {
  float: right;
  margin: 6px 10px;
  position: relative;
  display: inline-block;
  width: 29px;
  height: 29px;
  text-indent: 29px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/* hamburger icon */

.main-menu-btn-icon,
.main-menu-btn-icon:before,
.main-menu-btn-icon:after {
  position: absolute;
  top: 50%;
  left: 2px;
  height: 2px;
  width: 24px;
  background: #555;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.main-menu-btn-icon:before {
  content: '';
  top: -7px;
  left: 0;
}

.main-menu-btn-icon:after {
  content: '';
  top: 7px;
  left: 0;
}


/* x icon */

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
  height: 0;
  background: transparent;
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 123;
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 123;
}


/* hide menu state checkbox (keep it visible to screen readers) */

#main-menu-state {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}


/* hide the menu in mobile view */
#main-menu {
  position: absolute;
  top: 41px;
  left: 0;
  width: 50%;
  background: var(--color-navy-dark);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition:
    opacity 0.3s ease,
    transform 0.3s ease,
    visibility 0s linear 0.3s; /* hides after fade-out */
  z-index: 999;
}
#main-menu-state:not(:checked) ~ #main-menu {
  display: none;
}

#main-menu-state:checked ~ #main-menu {
    display: block;
 opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition:
    opacity 0.3s ease,
    transform 0.3s ease,
    visibility 0s linear 0s; /* show immediately */
}
    .navigation #main-menu a .sub-arrow {
        border-width: 0px;
        overflow: visible;
        width: 20px;
        height: 20px;
        top: 13px;
        background:var(--color-white);
        color: var(--color-navy-dark);
        border: 0;
        border-radius: 2px;
    }
.main-menu-btn-icon, .main-menu-btn-icon:before, .main-menu-btn-icon:after {                    
    background: var(--color-white);
}
ul#main-menu {
    border-radius: 0px;
}
    .navigation #main-menu li a+ul {
        position: static;
        background: var(--color-saffron-dark) ! IMPORTANT;
    }
ul#main-menu li {
    width: 100%;
}
#main-menu li a {
    font-size: 16px;
    padding: 13px 24px;
    border-bottom: 1px dotted var(--color-white);
    font-weight: 600;
}
#main-menu >li> a:hover, #main-menu >li.active> a, .has-submenu.highlighted, .navigation #main-menu li a+ul li a:hover, .navigation #main-menu li a+ul li a:focus, 
.navigation #main-menu li a+ul li a.active, .navigation #main-menu li a+ul li a.highlighted, .navigation #main-menu li a+ul {
    background: var(--color-navy-dark);
}
.navigation #main-menu a .sub-arrow:after {
   display: none;
}
    .navigation #main-menu a .sub-arrow:before {
        display: block;
        margin: -8px 0px 0 0px;
        font-size: 27px;
        color: var(--color-black);
    }
#main-menu>li>a:before,#main-menu>li>a:after{
    display: none;
}
}

@media(max-width:767px){
	.navigation #main-menu a .sub-arrow {
	    top: 26px;
	}
	#main-menu {
    	width: 70%;
	}
}


/* ===========================================
Login Modal
       =========================================== */
input[type="file"], input[type="text"], body form select.form-control, body form textarea.form-control, input[type="number"], input[type="password"], input[type="date"], input[type="email"], select, input[type="search"], body div#body .content-wrapper select, span.select2-selection.select2-selection--single, .select2-container--default .select2-selection--multiple, input[type="url"] {
    height: 40px;
    border: 1px solid #666;
    border-radius: 10px !important;
    background: #fff;
    font-size: 16px;
    padding: 10px;
    box-sizing: border-box;
}
input[type="file"]:focus, input[type="text"]:focus, body form select.form-control:focus, body form textarea.form-control:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="email"]:focus, select:focus, input[type="search"]:focus, body div#body .content-wrapper select:focus, span.select2-selection.select2-selection--single:focus, .select2-container--default .select2-selection--multiple:focus, input[type="url"]:focus {
    border-color: var(--color-navy);
    outline: 1px solid var(--color-navy);
    box-shadow: none;
    color: var(--color-navy);
}
.refresh i.fas.fa-sync-alt {
    width: 34px;
    height: 34px;
    background: var(--color-navy-dark);
    color: #fff;
    display: flex
;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    font-size: 19px;
    -webkit-text-stroke: 1px var(--color-navy-dark);
}

.login-text {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}
.seminor-login-modal-body {
    background:transparent;
    }

#consolPopup .modal-header, .model-header {
    background-image: linear-gradient(to right, #0e9199, #0e9199) !important;
 
}

.model-header h4 {
    
    font-size: 16px;
}
.login-img img{
	width:100%;
}
.existinguser:hover {
    background: transparent;
    color: #01757a !important;
}
.applyDLI-mob{
	display:none;
}
.seminor-login-modal .modal-dialog {
    max-width: 400px;
}

.seminor-login-modal .modal-header .section-title
 {
    padding: 7px 20px 3px;
    text-align: center;
    background: var(--color-navy);
    width: 100%;
    height: 80px;
    position: relative;
}
.seminor-login-modal .modal-header svg {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -38px;
    fill: var(--color-navy-dark);
}
.seminor-login-modal .modal-header .section-title h2 {
    font-size: 30px;
    padding-bottom: 6px;
    color: var(--color-white);
    border-color: var(--color-white);
}
.seminor-login-modal .modal-header .section-title h2::after {
    width: 30px;
}
.seminor-login-modal .modal-header {
    padding: 0 !important;
}
.seminor-login-modal .modal-header .section-title h2:before {
display:none;
}
.seminor-login-modal-body label, .registr_Page .form-group label {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 4px;
    color:var(-color-black);
}
.seminor-login-modal .btn-close

 {
    font-size: 20px !important;
    opacity: 1;
    position: absolute;
    right: 10px;
    top: 10px;
    filter: brightness(0.5) invert(1);
    -webkit-filter: brightness(0.5) invert(1);
    -moz-filter: brightness(0.5) invert(1);
}
.seminor-login-modal .avtar {
    margin: -41px auto 0;
    width: 90px;
    height: 90px;
    background: #ababab;
    border-radius: 100px;
    background: linear-gradient(white, white) padding-box, linear-gradient(90deg, var(--color-navy-dark), var(--color-navy-light)) border-box;
    border: 3px solid transparent;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.avtar img {
    height: 55px;
}
.registr_col .form-row {
    background: #fff;
    margin-bottom: 6px;
    border: 1px dashed rgba(0, 0, 0, 0.2);
    padding: 7px 10px 0px;
    border-radius: 10px;
}
.seminor-login-modal {
    background: rgb(255, 255,255, .7);
}
.seminor-login-modal .modal-dialog .modal-content {
    border-radius: 10px !important;
    border: 6px solid var(--color-navy-dark);
    box-shadow: rgba(50, 50, 93, 0.8) 0px 50px 120px 19px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 2px 2px 4px 2px inset;
}
.toggle-password {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #666;
}

.refresh {
    cursor: pointer;
    width: 34px;
    height: 34px;
    background: var(--color-navy-dark);
    color: var(--color-white);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    font-size: 19px;
    -webkit-text-stroke: 1px var(--color-navy-dark);
}
.btn-regi a:hover, .btn-regi input#reset:hover, .btn-regi a:focus, .btn-regi input#reset:focus{
    background: transparent;
    color: #0e0e0e;
        border-width: 2px;
}
body .btn-regi a, body .btn-regi input#reset {
    background: #0e0e0e;
    border-color: #0e0e0e;
    color: #fff;
    font-family: 'Roboto';
}
.agreeme input:focus {
    border: 1px solid #009197 !important;
    outline: 2px solid #009197;
    outline-offset: 2px;
}
.btn-regi input#Submit1:hover {
    background: transparent;
    border-color: #009198;
    color: #009198;
        border-width: 2px;
}
.forgot-pass-fau a {
    font-size: 16px;
    color: #003876;
    font-weight: 600;
    font-style: italic;
}
.forgot-pass-fau a:focus, .forgot-pass-fau a:hover, .signup a:focus, .signup a:hover {
    text-decoration: underline;
    color:var(--color-saffron-dark) !important;
}
.signup a {
    color: #003876 !important;
    font-size: 16px;
    font-style: italic;
    font-weight: 700;
    text-decoration: underline;
}
.signup {
    margin-bottom: 0;
    font-size: 14px;
    margin-top: 1rem;
    color: #363636;
}

.signup a {
    color:#003876 !important;
    font-size: 16px;
    font-style: italic;
    font-weight: 600;
}

.seminor-login-modal-body {
   
    padding: 1px 15px 15px 15px !important;
}

.input-icon{
	position:relative;
}

.form-control:not(:first-child) {
    padding-left: 2.5rem;
   
}
.input-icon-addon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 2.5rem;
    color: #6e7582;
    pointer-events: none;
    font-size: 1.2em;
}


input#captcha {
	padding-left: 2.5rem;
}


.input-icon-addon img {
	width: 20px;
}
div#loginCaptcha {
    width: 90%;
}
.seminor-login-modal #loginCaptcha img {
    border-radius: 12px;
    /*height: 60px;*/
    object-fit: cover;
    object-position: left;
    /*width: 100%;*/

}
.seminor-login-modal .form-group {
       margin: 5px 0 9px;
}

.fa-sync-alt{
	    color: #979797;
	    font-size: 14px;
	
}

.refresh:hover{
    background: var(--color-saffron-dark);

}

.refresh:hover .fa-sync-alt{
	
	color: black;

	}
	div#passwordError {
    color: #950101;
    line-height: 1.3;
    font-size: 14px;
}

/* ===========================================
Announcement
       =========================================== */

.marquee_wrapper {
    display: inline-block;
    white-space: nowrap;
    animation: marqueeAnim 25s linear infinite;
}
section.hmBanner_marquee_value {
    overflow: hidden;
}
.marquee_wrapper.paused {
    animation-play-state: paused;
}

@keyframes marqueeAnim {
    0% { transform: translateX(100%); }
    100% { transform: translateX(-100%); }
}
.hmBanner_marquee_label {
    background: #ede9e9;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    position: relative;
    display: flex;
    align-items: center;
    z-index: 1;
    min-height: 100%;
    padding: 3px 5px 6px 12px;
}
.hmBanner_marquee_label img{
	height: 35px;
    padding-right: 13px;
}

.hmBanner_marquee_label strong {
    font-size: 22px;
    font-weight: 700;
    color: var(--color-black);
}
body #marque_fa {
    width: 10%;
}
.hmBanner_marquee_value marquee a img {
    height: 16px;
}
.hmBanner_marquee {
    width: 100%;
    background: rgb(255 229 229 / 60%);
    z-index: 10;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    box-orient: vertical;
            box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

.hmBanner_marquee a {
    text-decoration: none;
    font-size: 17px;
    font-weight: 500;
}

.hmBanner_marquee a {
    color: #003876;
}
.hmBanner_marquee_value .btn-group button:hover, .hmBanner_marquee_value .btn-group button:focus, .Bane-PlayPause button:hover, .Bane-PlayPause button:focus, 
.galleryPlayPause:hover, .galleryPlayPause:focus, .testimonialPlay:hover, .testimonialPlay:focus{
    background: var(--color-saffron);     color: var(--color-black);
}
.hmBanner_marquee_value .btn-group button, .heroPlayPause, .Bane-PlayPause button, .galleryPlayPause, .testimonialPlay{
    z-index: 1;
    position: relative;
    background: var(--color-navy);
    color: var(--color-white);
    padding: 3px 6px;
    line-height: normal;
    height: auto;
        border-radius: 100px;
}
.Bane-PlayPause, .GallPlayPause, .testimonialbtn  {
    position: absolute;
    right: 20px;
    top: -40px;
}
.marquee_wrapper a {
    color: var(--color-navy-dark);
    font-size: 18px;
        font-weight: 600;
}
@media (max-width:1280px){
	.hmBanner_marquee_label strong {
	    font-size: 20px;
	}
}

@media (max-width:991px){
	.hmBanner_marquee_label img {
	    height: 30px;
	    padding-right: 3px;
	}
}

@media (max-width:767px){
	.marquee_wrapper {
	    padding: 4px 0;
	}
}
@media (max-width:575px){
	.col-news+div {
	    position: absolute !important;
	    background: transparent !important;
	    margin-top: 2px;
	}
}
/* ===========================================
Hero Banner
       =========================================== */
.banner-content {
    position: relative;
}
.banner-sec:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 99%;
    background: linear-gradient(88deg,rgba(0, 31, 63, 1) 49%, rgba(191, 54, 12, 1) 100%);
    left: 0;
    top: 0;
    opacity: .6;
}
.banner-sec canvas {
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
    height: 100%;
}
.banner-sec, .banner-sec .row {
    position: absolute;
    top: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
}
.banner-content h1 {
    font-size: 50px;
    margin-bottom: 30px;
    background: -webkit-linear-gradient(var(--color-gray-light), var(--color-saffron-xlight));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 4px 0px #ffffff, 1px 1px #222324, 0px 0px #bf360c;
    line-height: 1.2;
}
.banner-content p {
    font-size: 22px;
    text-shadow: 2px 2px 2px var(--color-black);
}

.banner-text {
    padding: 0 70px 0;
    color: #fff;
    width: 60%;
}
.hero-image:after {
    content: "";
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
    background:radial-gradient(circle, rgb(255 87 35 / 39%) 0%, transparent 70%);
    border-radius: 50%;
    z-index: 0;
    top: -60px;
}
.hero-image {
    margin: 20px 0 0;
}
.hero-image img {
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 0 20px rgba(0,0,0,0.4));
    transition: transform 0.6s ease;
    position: relative;
    z-index: 1;
    animation: float 4s ease-in-out infinite;
        width: auto !important;
}
.hero-image {
    margin: 20px 0 0;
    position: absolute ! IMPORTANT;
    height: 100%;
    bottom: -20px;
        right: 20px;
}

/*  .Hero-Banner .owl-item {
    filter: blur(6px);
}
.Hero-Banner .owl-item.active.center {
    filter: blur(0);
}  */

.Hero-Banner .owl-item.active.center img {
    border-radius: 20px;
}
.Hero-Banner .Bannerlogo-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 20px 60px 0;
    z-index: 1;
    display: flex;
    justify-content: center;
    
}

.Hero-Banner .owl-dots {
    position: absolute;
    bottom: 40px;
    right: 30px;
}
.Hero-Banner .owl-dots{
    position: absolute;
    bottom: 30px;
    right: 30px;
}
.Hero-Banner .owl-nav {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 30px;
    left: 30px;
}
body .owl-nav button {
    width: 40px;
    height: 40px;
    background: var(--color-navy-dark) !important;
    margin: 0 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0 0 0 2px #fff;
    outline: 5px solid var(--color-navy-dark);
    border-radius: 10px;
}
body .owl-nav button:hover, .Hero-Banner .owl-nav button:focus {
    background: var(--color-saffron-dark) !important;
}
body .owl-nav button span {
    color: #fff;
    font-size: 53px;
    line-height: 1;
    margin: -13px 0 0;
}
.Banner-PlayPause {
    position: absolute;
    top: 11px;
    right: 20px;
}
.Banner-PlayPause button.heroPlayPause {
    background: var(--color-saffron-dark);
}
.Banner-PlayPause .heroPlayPause:hover, .Banner-PlayPause .heroPlayPause:focus{
	background: var(--color-saffron-light); color: var(--color-black);
}
.Hero-Banner .owl-carousel .owl-item .Bannerlogo-img img {
    width: 30%;
}

@media (max-width:1199px){
.banner-content h1 {
    font-size: 35px;
    margin-bottom: 20px;
}
.banner-content p {
    font-size: 16px;
}
.banner-text {
    padding: 0 20px 0;
}
}

@media (max-width:1023px){
	.Hero-Banner .owl-item {
	    filter: blur(0px);
	    -webkit-filter: blur(0px);
	    -moz-filter: blur(0px);
	    -o-filter: blur(0px);
	}
	.Hero-Banner .owl-dots, .Hero-Banner .owl-nav {
	    bottom: 15px;
	}
	.Hero-Banner .owl-nav button {
	    width: 30px;
	    height: 30px;
	    box-shadow: inset 0 0 0 1px #fff;
	    outline: 5px solid var(--color-navy-dark);
	}
	.Hero-Banner .owl-nav button span {
	    font-size: 33px;
	    margin: -7px 0 0;
	}
	.owl-dots button {
	    background: var(--color-navy-light) !important;
	}
}
@media (max-width:767px){
	section.Events_Announcement, .Program_Highlight, .aboutUs, .gallery_Section, .Beneficiaries, .leader-section {
	    padding: 40px 0 50px;
	}
	.banner-text {
	    width: 70%;
	}
	.banner-content h1 {
        font-size: 30px;
        margin-bottom: 16px;
    }
   .banner-content p {
        font-size: 14px;
    }
}

@media (max-width:680px){
    .banner-content h1 {
        font-size: 20px;
        text-shadow: none;
        letter-spacing: -1px;
    }
    .Hero-Banner .Bannerlogo-img {
    display: none;
}
}

@media (max-width:480px){
     .banner-content p {
        font-size: 10px;
    }
    .owl-dots button {
    width: 8px;
    height: 8px;
    margin: 0 1px;
}
    .owl-dots button.active, .owl-dots button:focus {
    width: 20px;
}
    .owl-dots button {
    width: 8px;
	    height: 8px;
	}
	    .banner-text {
        width: 80%;
    }
	.banner-content h1 {
        font-size: 14px;
        margin-bottom: 6px;
    }
   .Hero-Banner .owl-nav button {
    width: 22px;
    height: 22px;
    outline: 1px solid var(--color-navy-dark);
}
    .Hero-Banner .owl-nav button span {
        font-size: 25px;
        margin: -7px 0 0;
    }   
    .owl-dots button.active, .owl-dots button:focus {
	    width: 30px;
	}
	    .Hero-Banner .owl-dots, .Hero-Banner .owl-nav {
        bottom: 4px;
    }
}
/* ===========================================
About us
       =========================================== */
    .aboutUs .about-content p {
    font-size:18px;
    line-height:1.7;
        text-align: justify;
    }  
    .aboutUs video {
    position: absolute;
    top: 0;
    right: 0;
    opacity: .2;
}
 .aboutUs .moretext {
  display: none;
}
.about-box h3 {
    font-size: 24px;
    color: var(--color-navy-dark);
    margin-bottom: 10px;
    position: relative;
    margin-top: 24px;
    padding-left: 18px;
}
.about-box h3:before {
    background: var(--color-saffron);
    width: 5px;
    height: 70%;
    left: 3px;
    z-index: 1;
    top: 2px;
    border-radius: 0;
}
.about-box h3:after, .about-box h3:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    border-radius: 3px;
}
.about-box h3:after {
    background: var(--color-navy-dark);
    width: 11px;
    height: 100%;
}
.about-box p {
    text-align: justify;
}
.about-box.obj ul li {
    list-style: none;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    border: 2px solid var(--color-navy-xlight);
    border-left: 5px solid var(--color-navy-light);
    border-radius: 10px;
    margin-bottom: 9px;
    padding: 15px 10px;
    font-size: 18px;
    line-height: 1.7;
    text-align: justify
}
.about-box .eligi{
    background: linear-gradient(135deg, #ffecd2 0%, #fcb69f 100%);
    padding: 10px;
    border-radius: 10px;
    font-size: 18px;
    line-height: 1.7;
}
/* ===========================================
Events and Announcements
       =========================================== */
  .Events_Announcement, .Program_Highlight, .leader-section{
  background:var(--color-gray-xlight);
  }
 .Events_Announcement .section-title h2 {
    font-size: 26px;
}
.Events_Announcement .section-title h2::after {
    left: 10px;
    right: auto;
}
.Events_Announcement .blog-image img{
	width: 100%;
   border-radius: 5%;
}
	
.Events_Announcement .blog-post-title a {
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    color: var(--color-navy-dark);
    line-height: normal;
    display: inline-block;
}
.Events_Announcement .blog-author .img img {
    border-radius: 50%;
     width: 29px;
    min-width: 29px;
    height: 29px;
    margin-right: 5px;
}

.Events_Announcement .blog-author .text {
    position: relative;
    line-height: 1.3;
    align-items: center;
    font-weight: 400;
    font-size: 13px;
}
.Events_Announcement .card-date {
    color: var(--color-navy-dark);
}

.Events_Announcement .bdr-bottom {
    border-bottom: 1px dotted #d5d3d3 !important;
    background:var(--color-white);
}
.Events_Announcement .blog-author .text .bloger {
    position: relative;
    padding-right: 4px;
    color: #f41451;
    display: inline-block;
    font-size: 12px;
    font-family: 'Roboto';
    font-weight: 400;
}
.Events_Announcement .blog-author .by {
    margin-right: 5px;
    color: var(--color-saffron-dark);
}
.Events_Announcement .blog-author {
    display: flex;
    margin-top: 15px;
    gap: 12px;
}
.Events_Announcement .scrl {
    max-height: 440px;
    overflow-y: scroll;
    overflow-x: hidden;
}
/* Apply to the scrollable container */
.scrl {
    overflow-y: auto; /* make sure scroll is active */

    /* Firefox */
    scrollbar-width: thin;                 /* thin scrollbar */
    scrollbar-color: var(--color-navy-dark) rgba(0,0,0,0.1); /* thumb track */
}

/* Chrome, Edge, Safari */
.scrl::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}

.scrl::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

.scrl::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: var(--color-saffron-dark);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.scrl::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(0, 0, 0, 0.5);
}
body .archivepage ul li {
    padding: 8px 10px 7px;
    margin-bottom: 9px;
}
body .archivepage ul li svg {
    color: var(--color-saffron-dark);
    margin-right: 7px;
}
.Events_Announcement .blog-content-wrapper {
    padding: 20px;
}
.Events_Announcement .blog-image img {
    width: 100%;
    border-radius: 5%;
    height: 130px;
    object-fit: cover;
    border: 2px solid var(--color-navy-dark);
}
.Events_Announcement .blog-author .by, .Events_Announcement .card-date {
    background: #efeded;
    padding: 2px 7px 1px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 1px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
        font-size: 14px;
}
.Announcements_col .news-sec ul {
    background: var(--color-white);
    border-radius: 10px;
    padding: 10px 8px;
    border: 2px dashed #e5e4e4;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
    overflow-y: auto;
    max-height: 450px;
    padding-right: 5px;
}
.Announcements_col ul li {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 8px;
}

.Announcements_col ul li a {
    color: var(--color-navy);
    width: 100%;
    display: inline-block;
    position: relative;
    margin-bottom: 4px;
    padding: 4px 10px 4px 33px;
    border-bottom: 7px double #ddd;
    font-weight: 500;
}
.Announcements_col .news-sec ul li:last-child a {
    border-bottom: 0;
}
.Announcements_col ul li a svg {
    position: absolute;
    left: 5px;
    top: 12px;
}
.Announcements_col ul li a:hover, .Announcements_col ul li a:focus, .Events_Announcement .blog-post-title a:hover, .Events_Announcement .blog-post-title a:focus {
    color: var(--color-saffron-dark);
}
/* ===========================================
     event Media Query
       =========================================== */
 @media(max-width: 1399px) {
	 .Events_Announcement .scrl {
	    max-height: 533px;
	}
 }
@media(max-width: 1199px) {
	.Announcements_col {
    	padding-top: 40px;
	}
}
@media(max-width: 767px) {
.Events_Announcement .blog-content-wrapper
 {
    padding: 10px 20px 20px 0px;
}
}

@media(max-width:575px) {
	.Events_Announcement .blog-post-title a {
	    font-size: 16px;
	}
	.Events_Announcement .blog-author {
	    flex-wrap: wrap;
	}
	.Events_Announcement .blog-author div {
	    width: 100%;
	    text-align: center;
	}
	.Events_Announcement .blog-content-wrapper {
        padding: 15px;
    }
    section.Events_Announcement .container {
    padding: 0;
}
}
/* ===========================================
  Beneficiaries
       =========================================== */
.Beneficiaries .section-title h2:after {
    right: auto;
    left: 10px;
}
.Beneficiaries .owl-dots {
    text-align: center;
    margin-top: 20px;
}
div#LogoBenefi .owl-stage-outer {
    padding: 10px 0px;
}
.Beneficiaries .section-title h2+p {
    text-transform: inherit;
    font-size: 18px;
    font-weight: 400;
    text-align: justify;
    color: var(--color-black);
    line-height: 1.4;
}
.logo-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 12px;
}
.logo_img {
    background: var(--color-white);
    padding: 10px;
    margin-bottom: 12px;
    border: 6px solid var(--color-navy-xlight);
    transform-style: preserve-3d;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 30px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.6s ease, box-shadow 0.3s ease;
    transform-style: preserve-3d;
    animation: float 4s ease-in-out infinite;
    padding:10px;
}
.logo_img a.external_link:focus {
    border: 1px solid var(--color-navy);
    display: inline-block;
    padding: 4px;
}
.logo-row .logo_img img {
    height: 80px;
    object-fit: contain;
    width: 100%;
}
@keyframes float {
      0% { transform: translateY(0px); }
      50% { transform: translateY(-8px); }
      100% { transform: translateY(0px); }
    }
    
/* ===========================================
       Logo Beneficries Media Query
       =========================================== */
@media(max-width: 1199px) {
	.Beneficiaries .section-title h2+p {
	    margin-bottom: 30px;
	}
}

@media(max-width: 767px) {
	.logo-row {
	    grid-template-columns: repeat(2, 1fr);
	}
	.Beneficiaries .section-title h2+p{
	font-size: 16px;
	}
	
}

@media(max-width: 575px) {
	.logo-row {
	    grid-template-columns: repeat(1, 1fr);
	}
	div#LogoBenefi .owl-stage-outer {
    padding: 0;
}
}
/* ===========================================
  Programme
       =========================================== */
.Program_Highlight .section-title+.row {
    grid-template-columns: repeat(6, 1fr);
    display: grid;
    gap: 15px;
    padding-bottom: 20px;
}
#outcomes .container-fluid {
    padding: 0 50px;
}
.Program_Highlight .col {
    padding: 0;
    overflow: hidden;
    border-radius: 40px 10px 10px 40px;
}
.Program_Highlight .col-box {
    width: 100%;
    text-align: center;
    min-height: 270px;
    background: var(--color-white);
    border-radius: 40px 10px 10px 40px;
    padding: 0px 0px 10px;
    display: flex;
    justify-content: center;
    border: 1px solid var(--color-navy-xlight);
    border-left: 10px solid var(--color-saffron-light);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 10px 60px 0px, rgba(0, 0, 0, 0.3) 0px 0px 0px 0px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    transition: all 0.8s 
cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.Program_Highlight .col-box .img img {
    width: 100%;
    height: 140px;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 85%);
    object-fit: cover;
}
.Program_Highlight .left-curve {
    position: absolute;
    width: 100%;
    height: 2px;
    border: 3px solid;
    transform: rotate(5deg);
    bottom: -1px;
}
.Program_Highlight .img {
    position: relative;
}
.Program_Highlight .ProNum {
    position: absolute;
    top: 100px;
    left: 10px;
    min-width: 130px;
    animation: 13s linear 0s infinite alternate forwards running border-transform;
    height: 50px;
    opacity: 1;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px !important;
    background: #fff;
    border: 1px solid;
}
.program_slider .owl-stage {
    padding: 60px 0px 60px;
}
.Program_Highlight .col-box>a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}
@keyframes border-transform {
  0%, 100% {
    box-shadow: 0 0 10px rgba(0,0,0,0.20);
  }
  25% {
    box-shadow: 0 0 20px rgba(0,0,0,0.30);
  }
  50% {
    box-shadow: 0 0 30px rgba(0,0,0,0.45);
  }
  75% {
    box-shadow: 0 0 20px rgba(0,0,0,0.30);
  }
}
.Program_Highlight .row .col:nth-child(even) .col-box{
    border-left-color: var(--color-navy);
}
.Program_Highlight .col-box:hover {
    transform: translateY(-7px) scale(1.03);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}
.Program_Highlight .row .col:nth-child(even) .col-box .shape {
    background: var(--color-navy-light);
}
.Program_Highlight .row .col:nth-child(odd) .col-box .shape {
    background: var(--color-saffron-light);
}
.Program_Highlight .col-box .col-box_inner>div {
    font-size: 22px;
    font-weight: 700;
}
.col-box
 {
    position: relative;
    overflow: hidden;
}
.Program_Highlight .col-box h3 {
    font-size: 18px;
    font-weight: 700;
    padding: 35px 0 20px;
}
.Program_Highlight .col:nth-child(even) .col-box .col-box_inner>div {
    color: var(--color-navy);
}

.Program_Highlight .col:nth-child(odd) .col-box_inner>div {
    color: var(--color-saffron-dark);
}
.Program_Highlight .col:nth-child(2n) .col-box .shape {
    background-color: var(--color-saffron-dark);
    left: -30px;
    right: auto;
    bottom: -30px;
    top: auto;
}
.shape {
    width: 97%;
    height: 95%;
    top: 0;
    right: 0;
    background: var(--color-navy);
    position: absolute;
    opacity: 0.15;
    border-radius: 100%;
    animation: scale 3s 
linear infinite alternate;
    filter: blur(2px);
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
}
@keyframes scale {
  0% {
    transform: scale(1) rotate(0deg);
  }
  50% {
    transform: scale(1.2) rotate(10deg);
  }
  100% {
    transform: scale(1) rotate(-10deg);
  }
}

/* ===========================================
       Program Media Query
       =========================================== */
@media(min-width: 2200px) {
	.Program_Highlight .left-curve {
	    transform: rotate(3deg);
	}
}
@media(max-width: 1199px) {
	.Program_Highlight .section-title+.row{
	    grid-template-columns: repeat(3, 1fr);
	}
}
 
 @media(max-width: 767px) {
	.Program_Highlight .section-title+.row{
	    grid-template-columns: repeat(2, 1fr);
	}
}

 @media(max-width: 575px) {
	.Program_Highlight .section-title+.row{
	    grid-template-columns: repeat(1, 1fr);
	}
	.Program_Highlight .left-curve {
	    transform: rotate(3deg);
	}
	#outcomes .container-fluid {
	    padding: 0 15px;
	}
}
       
/* ===========================================
   Gallery
       =========================================== */      
.gallery_Section .nav-pills button {
    background: var(--color-white);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    margin: 0 0 13px;
    font-size: 22px;
    position: relative;
    font-weight: 500;
        min-height: 100px;
   color: var(--color-black);
}
.gallery_Section .nav-pills button:after {
    right: -14px;
    top: 30px;
    transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-top: 35px solid var(--color-saffron-dark);
    border-left: 35px solid transparent;
    transform: rotate(45deg);
    opacity: 0;
}
.gallery_Section .nav-pills button.active:after {
    opacity: 1;
}
.gallery_Section .nav-pills button span {
    display: block;
}
.gallery_Section .nav-pills button svg {
    font-size: 30px;
}
.gallery_Section .nav-pills button.active, .gallery_Section .nav-pills button:focus {
    background: var(--color-saffron-dark);
}
.gallery_Section .tab-content .owl-item a, .gallery .photos .card-image, .gallery .photos .thumbnail{
    overflow: hidden;
    display: inline-block;
    border: 7px solid var(--color-navy);
    border-radius: .25em;
    width: 100%;
}
.gallery_Section .tab-content .owl-item a:focus {
    border-color: var(--color-saffron);
}
.gallery_Section .tab-content .owl-item img, .gallery .photos img {
    height: 260px;
    object-fit: cover;
    width: 100%;
}

#v-pills-Video .item .thumbnail a{
	position:relative;
}
#v-pills-Video .item .thumbnail a span, .gallery .photos span{
    position: absolute;
    top: 50%;
    left: 50%;
        z-index: 1;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: var(--color-saffron-dark);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 32px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    border: 3px solid var(--color-saffron-light);
}
/* Multi-layer ripple rings */
  .ripple {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    background: var(--color-saffron-light);
    animation: ripple 2s infinite;
    z-index: 1;
  }

  .ripple:nth-child(2) {
    animation-delay: 0.4s;
  }
  .ripple:nth-child(3) {
    animation-delay: 0.8s;
  }

  @keyframes ripple {
    0% {
      transform: translate(-50%, -50%) scale(1);
      opacity: 0.6;
    }
    70% {
      transform: translate(-50%, -50%) scale(2.5);
      opacity: 0;
    }
    100% {
      transform: translate(-50%, -50%) scale(2.5);
      opacity: 0;
    }
  }
.owl-dots {
    text-align: right;
}
.owl-dots button {
    width: 12px;
    height: 12px;
    background: var(--color-navy-dark) !important;
    margin: 0 3px;
}
.owl-dots button.active, .owl-dots button:focus {
    background: var(--color-saffron-dark) !important;
    width: 50px;
    border-radius: 4px;
}
.fancybox-slide--iframe .fancybox-content {
    width: 100% !important;
    height: 100% ! IMPORTANT;
}
/* ===========================================
       Gallery Media Query
       =========================================== */
@media(max-width: 991px) {
	.gallery_Section .nav-pills {
	    flex-direction: row !important;
	    justify-content: center;
	    gap: 14px;
	}
	.gallery_Section .owl-dots {
	    text-align: center;
	}
	.gallery_Section .nav-pills button:after {
	    right: 0;
	    left: 0;
	    margin: 0 auto;
	    top: auto;
	    bottom: -16px;
	    transform: rotate(134deg);
	}
	.gallery_Section .nav-pills button {
	    display: inline-block;
	    width: auto;
	    margin-bottom: 29px;
	}	
}

@media(max-width:575px) {
	.section-title h2 {
	    font-size: 30px;
	}
	.gallery_Section .nav-pills button {
	    font-size: 18px;
	}
	.gallery_Section .nav-pills button svg {
	    font-size: 22px;
	}
}


/* ===========================================
       Leader Testimonial
       =========================================== */
.leader-section .testimonial-block {
    border-radius: 10px;
    min-height: 210px;
    padding: 15px;
    position: relative;
    overflow: hidden;
}
.inner-box {
    position: relative;
    z-index: 1;
}
body .owl-carousel, .owl-carousel.owl-loadedl{
    z-index: 0;
}
 .testimonial-block:after {
    left: 0;
    position: absolute;
    content: '';
    width: 338px;
    height: 216px;
    right: 0;
    background: url(../Images/bg3.webp);
    top: 0;
    opacity: .1;
    animation: zoomInOut 8s ease-in-out infinite;
    transform-origin: center center;
}  
  @keyframes zoomInOut {
    0%, 100% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.1);
    }
  }  
.leader-section .testimonial-block.itemCard2 {
    background: var(--color-navy-xlight);
}
.leader-section .testimonial-block.itemCard1 {
    background: var(--color-saffron-xlight);
}
.leader-section .section-title h2:after{
	left:10px;
	right:auto;
}
.leader-section .testimonial-block .thumbanail {
    width: 140px;
    height: 140px;
    background: var(--color-white);
    border-radius: 100px;
    overflow: hidden;
    border: 4px solid #b9c2cb;
    box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
}
.leader-section .testimonial-block .thumbanail img {
    height: 150px;
    object-fit: contain;
}
.leader-section .content {
    padding: 0 0 0 26px;
}
.leader-section .testimonial-block .content-box-desc {
    font-size: 18px;
    color: var(--color-black);
}
.leader-section .testimonial-block .content-box-desc span svg {
    font-size: 24px;
    margin: 0 4px;
    opacity: .7;
}
.leader-section .testimonial-block .content-by {
    font-style: italic;
}
.leader-section .content-by .lead {
    font-weight: 700;
}
.leader-section .content-by .lead-post {
    font-size: 14px;
    line-height: normal;
    font-weight: 500;
} 
  /* ===========================================
      Testimonial media Query
       =========================================== */ 
       @media (max-width:1440px){
       	.leader-section .testimonial-block {
		    min-height: 250px;
		}
       } 
       
        @media (max-width:1199px){
	       .leader-section .content {
			    padding: 0 0 0 46px;
			    text-align: justify;
			}
        }
        
        @media (max-width:1199px){
            .leader-section .testimonial-block {
	       		 min-height: 270px;
	   	 	}
        }
        
        @media (max-width:880px){
            .lead-bdr-left, .lead-bg.lead-bdr-right {
			    width: 100%;
			    text-align: center; padding: 0;
			}
			.leader-section .testimonial-block .thumbanail {
			    margin: 0 auto;
			}
			.leader-section .testimonial-block .content-by {
			    text-align: center !important;
			}
			.leader-section .content-by .lead, .leader-section .testimonial-block .content-box-desc {
			    font-size: 16px; line-height: normal;
			}
			.leader-section .content-by .lead-post{
			font-size:12px;
			}
			.leader-section .content{
			padding:0 10px;
			}
			    .leader-section .testimonial-block {
		        min-height: 340px;
		    }
        }
/* ===========================================
      Swal sweetalert
       =========================================== */
.swal2-title,
.swal2-html-container {
    padding: 0;
    color: var(--color-black);
}

.swal2-actions {
    margin: 0;
}

.swal2-popup.swal2-modal {
    padding: 20px 30px;
}

.swal2-title {
    font-size: 26px;
    font-weight: 700;
}

.swal2-html-container {
    padding: 10px 0 14px;
}

.swal2-actions button {
    min-width: 135px;
    font-size: 17px;
    text-transform: uppercase;
    margin: 0 3px 4px;
    padding: 10px 40px;
    border-radius: 10px;
    font-weight: 700;
}
.swal2-confirm {
    background: var(--color-navy) !important;
}
.swal2-confirm:hover {
    background: var(--color-saffron-dark) !important;
}
.swal2-cancel:hover {
    background: var(--color-gray) !important;
}

/* ===========================================
      Statistics Styling
       =========================================== */

 #statistics_data .offcanvas-body .row .col_tile{
    padding: 0 6px;
}
.menuToggle {
    position: fixed;
    right: 17px;
    top: 50%;
    background: linear-gradient(135deg, var(--color-navy-xlight), var(--color-saffron-light));
    color: var(--color-black);
    font-size: 20px;
    border-radius: 8px 8px 0 0;
    padding: 8px 14px;
    cursor: pointer;
    z-index: 1;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 6px;
    transform: translateY(-50%) rotate(-90deg);
    transform-origin: right center;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 700;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    border: 3px solid var(--color-navy-xlight);
}

.menuToggle i {
  font-size: 14px;
}

/* Offcanvas Panel */
.stats-offcanvas {
  width: 300px;
  background: #f9fafc;
  border-left: 1px solid #e3e7ef;
  box-shadow: -3px 0 12px rgba(0,0,0,0.08);
}

.stats-offcanvas .offcanvas-header {
    background: linear-gradient(135deg, var(--color-navy), #001f3f);
    color: var(--color-white);
    border-bottom: none;
    padding: 0.8rem 1rem;
}
.stats-offcanvas .offcanvas-title {
    font-size: 24px;
    font-weight: 700;
}
.stats-offcanvas .subtitle {
    font-size: 14px;
    opacity: .9;
    line-height: 1.1;
}
#statistics_data .offcanvas-body {
    padding:22px 4px;
        overflow-x: hidden;
}
#statistics_data .offcanvas-header .btn-close {
    opacity: 1;
    filter: brightness(0.5) invert(1);
    -webkit-filter: brightness(0.5) invert(1);
    -moz-filter: brightness(0.5) invert(1);
    -o-filter: brightness(0.5) invert(1);
}
/* Compact Boxes */
.StateBox {
    background: var(--color-navy-xlight);
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    padding: 0.6rem 0.8rem;
    margin-bottom: 0.8rem;
    transition: transform 0.2s 
ease, box-shadow 0.2s 
ease;
    border: 1px dotted var(--color-navy-light);
}
.StateBox2, .StateBox3{
	background: var(--color-saffron-xlight);
}
.StateBox:hover {
  transform: translateY(-2px);
  box-shadow: 0 3px 10px rgba(0,0,0,0.07);
}

.StateBox h5 {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 0.4rem;
    display: flex;
    align-items: center;
    color: var(--color-black);
    min-height: 40px;
}
#statistics_data .offcanvas-body .title {
    width: 100%;
    display: inline-block;
}
/* Dots */
.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 6px;
}
.dot.blue { background-color: #007bff; }
.dot.green { background-color: #28a745; }
.dot.orange { background-color: #ff9800; }
.dot.red { background-color: #e53935; }
.dot.purple { background-color: #9c27b0; }

/* List Layout */
.StateBox ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.StateBox ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 3px;
    background: #fff;
    padding: 2px 6px;
}
.StateBox ul li:last-child {
  border-bottom: none;
}
.dataLabel {
    font-size: 14px;
    font-weight: 600;
    color: var(--color-navy-dark);
}
.dataStats em
 {
    font-style: normal;
    font-weight: 500;
    color: var(--color-black);
    font-size: 0.9rem;
}

/* Section Title */
.tittle1 {
    font-weight: 700;
    font-size: 22px;
    margin: 0px 0 10px;
    padding-top: 7px;
}


/* ===========================================
       Footer Styling
       =========================================== */
.site-footer {
    background: var(--color-navy-dark);
    color: var(--color-white);
    padding: 50px 20px 10px;
    position: relative;
}

footer.site-footer:after {
    background: url(../Images/Footer/footer-bg2.webp);
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    opacity: .5;
     background-attachment: fixed;
}
.footer-inner:after {
    bottom: -100px;
    right: 0px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, var(--color-navy-light) 0%, transparent 70%);
    border-radius: 50%;
}
.footer-inner {
    margin: 0 auto;
    display: grid;
    grid-template-columns: 400px 1fr;
    gap: 36px;
}


footer.footer-inner:after{
    bottom: 0;
    right: 0;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, #3a6ea5a3 0%, transparent 70%);
    border-radius: 50%;
}
footer.site-footer:before, footer.site-footer:after, .footer-inner:after{
        content: '';
    position: absolute;
}
.site-footer .brand-desc,
.site-footer .col a {
    color: var(--color-gray-xlight);
    font-size: 16px;


}

.ReachUs address,
.site-footer .brand-desc,
.site-footer .col a {
    font-weight: 400;
}



.site-footer .socials {
    display: flex;
    gap: 10px;
}

.site-footer .socials a {
    width: 45px;
    height: 45px;
    text-decoration: none;
    position: relative;
    color: var(--color-black);
    background: linear-gradient(-180deg, var(--color-navy-xlight), var(--color-saffron-xlight));
    transition: 0.5s;
    border-radius: 6px;
    font-size: 26px;
}

.site-footer .socials a:before {
    position: absolute;
    content: "";
    background: inherit;
    height: 100%;
    width: 100%;
    transition: 0.5s;
    transform-origin: center;
    border-radius: 6px;
}

.site-footer .socials a:before {
    transform: rotateZ(60deg);
}

.site-footer .socials a:hover {
    border-radius: 50px;
    transition: 0.5s;
}

.site-footer .socials a:hover:before {
    border-radius: 50px;
    transition: 0.5s;
}

.site-footer .socials a:hover:after {
    border-radius: 50px;
    transition: 0.5s;
}

.site-footer .footer-columns {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.site-footer .col strong {
    margin-bottom: 15px;
    font-size: 20px;
    color: var(--color-white);
    font-weight: 700;
    display: inline-block;
}
span.counterv em {
    font-style: normal;
}
.site-footer .col a {
    display: block;
    text-decoration: none;
    margin-bottom: 8px;
    position: relative;
    z-index: 1;
}

.site-footer .col a .icon,
.ReachUs .icon {
    min-width: 29px;
    height: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-white);
    border-radius: 30px;
    color: var(--color-black);
        transition: 
linear .3s;
    -webkit-transition: 
linear .3s;
    -moz-transition: linear .3s;
    -o-transition: linear .3s;
}

.site-footer .col a:hover span {
    color: var(--color-saffron-dark);
}

.site-footer .col a:hover span.icon {
    background: var(--color-saffron-dark);
    color: var(--color-white);
}

.footer-divider {
    margin: 12px auto 8px;
    border-top: 1px solid var(--border-color);
}


.site-footer .col.usefulLinks ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    list-style: none;
    gap: 8px;
}

.site-footer .col.usefulLinks ul li a {
    background: #fff;
    padding: 4px;
    border-radius: 10px;
    margin-bottom: 0;
    text-align: center;
    overflow: hidden;
}
.site-footer .col.usefulLinks ul li a:hover img, .gallery_Section .tab-content .owl-item a:hover img
 {
    transition: transform 0.8s ease;
    -webkit-transition: transform 0.8s ease;
    -moz-transition: transform 0.8s ease;
    -o-transition: transform 0.8s ease;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.site-footer .col.usefulLinks ul li a img {
    height: 50px;
}

.site-footer .counterv span {
    font-weight: 500;
    margin: 0 1px 1px;
}



/* ===========================================
       Footer Media Query
       =========================================== */
@media(max-width: 1366px) {
.footer-inner {
    grid-template-columns: 370px 1fr;
    gap: 30px;
}
.contact a {
    word-break: break-all;
}
.footer-columns {
    gap: 15px;
}
}

@media(max-width: 1199px) {
.footer-inner {
    grid-template-columns: auto;
}
.ReachUsCol {
    display: flex;
    align-items: center;
    gap: 70px;
}
.footer-inner:after {
    right: 0;
}
}

@media(max-width: 991px) {
    .container, .container-md, .container-sm {
        max-width: 100%;
    }
    .footer-inner:after{
        display: none;
    }
}

@media(max-width: 767px) {
    .site-footer {
        padding: 20px 0px 10px;
    }
    .site-footer  .footer-inner {
        grid-template-columns: 1fr;
    }

     .site-footer .footer-columns {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    footer.site-footer:before{
        width: 100%;
    }


}

@media(max-width: 600px) {
     .site-footer .footer-columns {
        grid-template-columns: repeat(1, 1fr) !important;
    }
    .ReachUsCol {
        display: block;
    }
    .mbview, .mbview strong, .mbview .counterv, .img_footer {
        text-align: center !important;
        justify-content: center !important;
    }
    .site-footer .footer-columns .col:first-child ul li a,  .site-footer .footer-columns .col:nth-child(2) ul li a {
    padding-bottom: 9px;
    border-bottom: 1px solid #53648f;
    }
   .site-footer .col.usefulLinks ul {
       grid-template-columns: repeat(1, 1fr);
    }
    .container {
	    padding: 0 16px;
	}
}


/* ===========================================
       Internal Pages
       =========================================== */
       .reg_note .col-md-9 {
    margin-top: 20px;
}
.page-banner {
    position: relative;
    background: url(../Images/internal-Page-Banner.webp);
    color: #fff;
    padding: 20px 0;
    background-repeat: no-repeat;
    text-align: center;
    background-position: center;
}

.page-banner h1 {
    font-size: 2rem;
    margin-bottom: 4px;
}

.page-banner .breadcrumb {
    margin: 0;
    padding: 0;
}
.page-banner .breadcrumb a, .page-banner .breadcrumb li {
    font-size: 20px;
}
.page-banner .breadcrumb a {
    color: #f0f0f0;
}
.page-banner .breadcrumb-item.active, .page-banner .breadcrumb-item:before {
    color: var(--color-saffron-light);
    font-weight: 600;
}


/* ===== Contact Cards ===== */

.contactCard {
    background: var(--color-white);
    color: #fff;
    border-radius: 16px;
    padding: 15px 15px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}
.contactCard p:first-child {
    color: var(--color-black);
}
.contactCard:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.contactCard::after {
    content: '';
    position: absolute;
    right: -20px;
    bottom: -10px;
    width: 66px;
    background: linear-gradient(180deg, #c06221, #ffb347);
    height: 70px;
    transform: rotate(15deg);
}
.contactCard strong {
    color: var(--color-saffron-dark);
    font-size: 20px;
}
.contactCard p span {
    display: block;
    background: var(--color-navy-xlight);
    margin-bottom: 2px;
    padding: 5px 14px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    color: var(--color-black) !important;
    word-break: break-all;
}

.contactCard i {
    color: #ffb347;
    width: 25px;
}

.contactCard p {
    margin-bottom: 8px;
    line-height: 1.6;
}
.Accessibility-DarkMode .sidebar .side-list.active a {
    background: var(--color-saffron-dark);
}
/* ===== Animation ===== */
p {
    font-size: 18px;
}
[data-animate] {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s ease-out;
}

[data-animate].visible {
    opacity: 1;
    transform: translateY(0);
}
.sidebar {
    background: var(--color-gray-light);
    border-radius: 12px;
    padding: 15px 0;
    box-shadow: rgba(50, 50, 93, 0.1) 0px 0px 0px -20px, rgba(0, 0, 0, 0.1) 0px 3px 9px 0px, rgba(10, 37, 64, 0.2) 0px -2px 6px 0px inset;
    min-height: 100%;
}

.side-list-head {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 15px;
    padding: 0 15px;
    color: var(--color-black);
    border-bottom: 2px solid #c06221;
    padding-bottom: 5px;
}
.sidebar .side-list {
    list-style: none;
}
.sidebar .side-list a {
    font-size: 16px;
    color: #001f3f;
    position: relative;
    padding: 9px 15px 9px;
    border-bottom: 4px double #d9d4d4;
    display: block; 
    font-weight: 600;
}
.sidebar .side-list:last-child a {
    border-bottom: 0;
}
.sidebar .side-list.active a, .sidebar .side-list a:hover{
    font-weight: 600;
    background: var(--color-saffron-light);
}
.sidebar .side-list a img {
    height: 22px;
    margin-right: 4px;
}

body table thead tr th {
    background-color: var(--color-navy) !important;
    color: var(--color-white) !important;
    font-size: 18px;
}
body table tr td {
    padding: 15px ! IMPORTANT;     text-align: left;     vertical-align: middle;
}
.downloadtable tbody.table td a {
    background:var(--color-saffron-dark);
    color: var(--color-white);
    padding: 2px 4px;
    border-radius: 30px;
}
.downloadtable tbody.table td a:hover {
    background:  var(--color-navy);
}
body .EDAToolPage p, body .EDAToolPage li, .accordion-body p, .accordion-body li, .accordion-body {
    text-align: justify;
    line-height: 1.5;
    margin-bottom: 12px;
        font-size: 18px;
}
body .EDAToolPage p a, body .EDAToolPage li a, .sitemapPage ul li a, .screen-reader a {
    color: var(--color-navy);
    font-weight: 700;
    text-decoration: underline;
}
.imp_text {
    font-size: 22px;
    margin: 17px 0px 16px;
    border-bottom: 2px solid;
    padding-bottom: 7px;
}
body .EDAToolPage li, .sitemapPage ul li, .accordion-body li {
    background: #ddd;
    padding: 4px 10px 4px;
    border-left: 10px solid var(--color-navy-light);
    list-style: none;
    margin: 0 0 4px;
    border-radius: 10px;
}
.EDAToolPage .contact-us-section {
    grid-template-columns: repeat(2, 1fr);
}
.EDAToolPage .contact-us-item, .EDAToolPage .contact-us-description{
	font-size: 16px;
}
.EDAToolPage .contact-us-title {
    font-size: 18px;
}
.EDAToolPage .contact-us-title span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-top: 2px;
}
.bg-org{
	background: #f5e9e6 !important;
}
.bg-blue{
	background:#eaf5ff !important;
}
.bg-green{
	background:#f1f5ea !important;
}
body table tbody tr td, body table tbody tr {
    border:1px solid #dadbdd;
}
.accordion-button:not(.collapsed) {
    background: var(--color-navy-dark);
    color: var(--color-white);
}
.accordion-item {
    margin-bottom: 18px;
}
.accordion-button {
    border: 2px solid var(--color-black);
    color: var(--color-black);
    font-weight: 600;
    border-radius: 10px;
    padding: 10px 10px;
}
.gallery .photos {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}
.gallery .photos img {
    height: 200px;
}
.no-data-section {
  display: flex;
  justify-content: center;
  align-items: center;
}
.no-data-card svg {
    font-size: 50px;
    color: var(--color-saffron-dark);
}
.no-data-card {
    text-align: center;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
    padding: 40px 30px;
    max-width: 400px;
    width: 90%;
    transition: all 0.3s ease;
}
.no-data-card div {
    font-size: 32px;
    font-weight: 900;
}
.no-data-card div span{
	color:var(--color-saffron-dark);
}
.no-data-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.15);
}

.no-data-card i {
  font-size: 60px;
  color: #a1b5d8;
  margin-bottom: 15px;
  animation: floatIcon 2.5s ease-in-out infinite;
}
.svglayer{
	position: absolute;
    bottom: -70px;
    left: 0;
    opacity: .2;
}
@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}
/* @keyframes fill {
  from {
    fill-opacity: 0;
  }
  to {
    fill-opacity: 1;
  }
} */
@keyframes drawPath {
  to {
    stroke-dashoffset: -100;
  }
}
@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}

.circuits{
  margin: 20px;
  width: 100px;
}

.circuits path {
  fill: #3676e8;
  stroke: #3676e8;
  stroke-width: 2px;
  fill-opacity: 0;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation-name: draw, fill;
  animation-fill-mode: forwards;
  animation-duration: 15s, 3s;
  animation-delay: 1s, 5s;
  animation-direction: alternate;
  animation-iteration-count: infinite, infinite;
}

@keyframes floatIcon {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

.no-data-card h2 {
  font-size: 1.6rem;
  margin-bottom: 10px;
  color: #333;
}

.no-data-card p {
  color: #666;
  font-size: 0.95rem;
  line-height: 1.5;
  margin-bottom: 25px;
}

.back-btn {
  background: #2563eb;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 25px;
  font-size: 0.95rem;
  cursor: pointer;
  transition: all 0.3s ease;
}

.back-btn:hover {
  background: #1e40af;
  transform: scale(1.05);
}

/* ===========================================
      Internal page Media Query
       =========================================== */
@media(max-width: 1199px) {
	.gallery .photos {
    	grid-template-columns: repeat(3, 1fr);
	}
}

@media(max-width: 991px) {
	.gallery .photos {
    	grid-template-columns: repeat(3, 1fr);
	}
}

@media(max-width: 680px) {
	.page-banner {
	    background-position: top;
	}
	.page-banner h1 {
	    font-size: 2.3rem;
	}
		.EDAToolPage .contact-us-section, .gallery .photos {
	    grid-template-columns: repeat(1, 1fr);
	}
	body .EDAToolPage p, body .EDAToolPage li {
        font-size: 16px;
	}
}

@media(max-width: 480px) {
	 .page-banner h1 {
        font-size: 1.5rem;
    }
    .page-banner .breadcrumb a, .page-banner .breadcrumb li, p {
    font-size: 16px;
}
    .ipcard {
        width: 100%;
    }
   body  .text-dark-col {
    font-size: 1rem;
}
body .lines {
    width: 100%;
}
}

