/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
 * 
    Created on : 10-Dec-2025, 11:01:58 pm
    Author     : Ajit Chandra

	font-family: 'Sansita', sans-serif;
	font-family: 'Archivo Narrow', sans-serif;
	font-family: 'Nunito Sans', sans-serif;

    Body Font
    font-family: 'Nunito Sans', sans-serif;
       
    
    Heading Font
    font-family: 'Sansita', sans-serif;

*/
:root {
  --body-font: 'Nunito Sans', sans-serif;
  --banner-font: "DM Serif Text", serif;
  --heading-font: 'Archivo Narrow', sans-serif;
}
*, *::before, *::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  transition: all .4s;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s; }

*, body, html, p, h1, h2, h3, h4, h5, h6, .navbar, figure, figcaption, a, ol, ul, li, hr, address {
  padding: 0px;
  margin: 0px; }

html {
  scrollbar-width: thin;
  font-size: 100%;
  box-sizing: inherit;
  scroll-behavior: smooth;
  height: -webkit-fill-available; }

html::-webkit-scrollbar {
  width: 5px; }

html::-webkit-scrollbar-track {
  background: #ddd; }

html::-webkit-scrollbar-thumb {
  background: #FDD36A; }

ul, li {
  list-style-type: none; }

a, button {
  cursor: pointer;
  border: none;
  outline: none;
  user-select: none;
  background: none;
  box-shadow: none; }

*, body, html, p, h1, h2, h3, h4, h5, h6, .navbar, figure, figcaption, a, ul, li, hr, address {
  padding: 0px;
  margin: 0px; }

ul, li {
  list-style-type: none; }

.section-heading {
	padding-bottom: 2rem;
}
.section-heading .sec-text {
    color: #FFF9C9;
    text-align: center;
    font-size: 2.4rem;
    font-weight: bold;
    font-family: var(--heading-font); 
}

.pt-1rem { padding-top: 1rem; }
.pt-2rem { padding-top: 2rem; }
.pt-3rem { padding-top: 3rem; }
.pt-4rem { padding-top: 4rem; }

.pb-1rem { padding-bottom: 1rem; }
.pb-2rem { padding-bottom: 2rem; }
.pb-3rem { padding-bottom: 3rem; }
.pb-4rem { padding-bottom: 4rem; }

body {
	font-size: 16px;
	font-family: var(--body-font);
	background-color: #28282B;
	color: #fff;
}




/*------------------Menu-----------------------*/
header {
  padding: 15px 0px;
  position: absolute;
  top: 0px;
  width: 100%; }
  header .navbar-icon {
    border: 1px solid #fff;
    color: #fff;
    padding: 0px 10px; }
  header .navbar .navbar-nav .nav-item .nav-link {
    padding-left: 18px;
    padding-right: 18px;
    color: #FFDCB6; }
    header .navbar .navbar-nav .nav-item .nav-link.active {
      color: #fff; }


footer {
  font-size: 14px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #742121;
  color: #fff;
  background: #d00202;
  background: radial-gradient(circle, #d00202 0%, #742121 100%); }
  footer .title {
    font-family: 'Sansita', sans-serif;
    font-weight: bold;
    font-size: 1.2rem; }
  footer ul {
    margin-top: 10px; }
    footer ul li {
      padding-bottom: 5px; }
      footer ul li a {
        color: #fff; }
        footer ul li a:hover {
          color: #e7e7e7; }
  footer .payments {
    text-align: center; }
    footer .payments .ftitle {
      font-size: 1.2rem;
      text-transform: uppercase;
      font-weight: bold; }
    footer .payments .payoptions span {
      border: 1px dashed #fff;
      display: inline-block;
      border-radius: 3px;
      margin-left: 2px;
      margin-right: 2px;
      margin-bottom: 5px; }
    footer .payments .payoptions img {
      border-radius: 3px;
      margin: 3px; }
  footer .copyright {
    text-align: center; }
  
  .page-content h1 {
    font-size: 25px; }
  .page-content h2 {
    font-size: 24px; }
  .page-content h3 {
    font-size: 23px; }
  .page-content h4 {
    font-size: 22px; }
  .page-content h5 {
    font-size: 21px; }
  .page-content h6 {
    font-size: 20px; }
  .page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6 {
    font-family: var(--heading-font);
    padding-bottom: 15px;
    font-weight: bold; }
  .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6 {
    margin-top: 2rem; }
  .page-content p {
    font-size: 14px;
    padding-bottom: 12px;
    text-align: justify;
    margin-bottom: 1rem; }
    .page-content p a {
      color: #000; }
  .page-content ul {
    margin-left: 15px;
    margin-bottom: 15px; }
    .page-content ul li {
      list-style-type: square;
      padding: 5px 0px; }
  .page-content ol {
    margin-left: 20px;
    margin-bottom: 15px; }
    .page-content ol li {
      list-style-type: upper-alpha;
      padding: 5px 0px; }

@media (min-width: 768px) {
    .page-content h1 {
      font-size: 28px; }
    .page-content h2 {
      font-size: 26px; }
    .page-content h3 {
      font-size: 24px; }
    .page-content h4 {
      font-size: 22px; }
    .page-content h5 {
      font-size: 21px; }
    .page-content h6 {
      font-size: 20px; }
    .page-content p {
      font-size: 16px;
      padding-bottom: 12px;
      text-align: justify;
      margin-bottom: 1rem; }
      .page-content p a {
        color: #000; } }
@media (min-width: 992px) {
   }