﻿body {
  font-family: "Quicksand", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  background-color: #fff;
  position: relative;
}

body:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}

body.offcanvas-menu:before {
  opacity: 1;
  z-index: 1002;
  visibility: visible;
}

html {
  scroll-behavior: smooth;
}

*
{
    box-sizing: border-box;
}
.footer-01 {
  background: #2C6E8F;
  color:White;
  z-index: 0;
  overflow: hidden;
  
   
}
img {
    max-width: 100%;
    height: auto;
}
img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    vertical-align: middle;
}
.section.inner {
    padding-top:20px;
}
.section {
    background: #ffffff;
    display:block;
}
/*.bgblue {
    background: #efefed;
       
}*/
.bgff {
    background-color: #fff;
    margin-top: 20px;
    padding-top: 40px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 2px 1px -1px rgba(0, 0, 0, .12);
}
para {
    font-size: 14px;
    line-height: 20px;
    color: #777;
    margin-bottom: 20px;
}
h1 {
    font-size: 26px;
    line-height: 29px;
    color: #000;
    margin: 0 0 20px;
}
.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
    /* Submenu positioning */
    .dropdown-submenu {
      position: relative;
    }

   /* .dropdown-submenu .dropdown-menu {
      top: 0;
    left: 100%;
      margin-left: .1rem;
      display: none;
    }

    .dropdown-submenu:hover > .dropdown-menu {
      display: block;
    }*/
    .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
    display: none;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}
.margin-top-20 {
    margin-top: 20px;
}
.frame {
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
}
.padding-20 {
    padding: 20px;
}
.frame-shadow
{
    background: #fff;
    position: relative;
}
.color-violet {
    color: #292c73;
}

h2 {
    font-size: 26px;
    line-height: 29px;
    
    margin: 0 0 20px;
}
.form1 {
    font-family: 'Roboto Slab', serif;
    font-size: 13px;
}
.newfont
{
    font-family:Verdana;
    font-size:12px;
    font-weight:200;
    top: 0px;
    left: 7px;
}
.fancy-title {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 1rem;

    font-size: clamp(18px, 4vw, 26px); /* Responsive font */
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #222;
    margin: 0 0 20px;
    text-align: center;
}

.fancy-title::before,
.fancy-title::after {
    content: "";
    height: 4px;
    border-top: 1px solid #006bab;
    border-bottom: 1px solid #006bab;
    background: #f8f8f8;
}
@media (max-width: 480px) {
    .fancy-title {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .fancy-title::before,
    .fancy-title::after {
        display: none; /* Hide lines on very small screens */
    }
}
p {
    margin: 0 0 10px;
    display:block;
     font-size: 16px;
  line-height: 1.7;
}
@media (max-width: 576px) {
  p {
    font-size: 15px;
  }
}

 .titlebar {
  text-align: center;
}

.titlebar h2 {
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
}

.titlebar h2::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 80px;
  height: 4px;
  background-color: #ffc107;
}
.b
{
  border-right:2px solid #562F00;  
    }
   
   
   @media (max-width: 768px){
.c {
    padding-top: 130px !important;
}
}