*{
    margin: 0;
    padding: 0px;
    }  
    body{
    font-family: 'Poppins' !important; 
    overflow-x: hidden;
    }
    div.sticky {
    position: -webkit-sticky;
    position: sticky;
    }
    .responsive-iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    border: none;
    }
    .btn {
    border: 1px solid black;
    color: white;
    /*  padding: 14px 28px;*/
    font-size: 10px;
    cursor: pointer;
    }
    .success {background-color: #4CAF50;} /* Green */
    .success:hover {background-color: #46a049;}
    .info {background-color: #2196F3;} /* Blue */
    .info:hover {background: #0b7dda;}
    .warning {background-color: #ff9800;} /* Orange */
    .warning:hover {background: #e68a00;}
    .danger {background-color: #f44336;} /* Red */ 
    .danger:hover {background: #da190b;}
    .default {background-color: #e7e7e7; color: black;} /* Gray */ 
    .default:hover {background: #ddd;}
    body{font-family: georgia;}
    .gallery{height:281px; width:200px; border-radius:50%; }
    .header
    {
    width: 101.5%;
    height: 100px;
    margin-left: -105px;
    }
    .space
    {
    width: 100%;
    height: 30px;
    margin: auto;
    }
    .box
    {
    /*            border:5px solid green;*/
    padding: 0px;
    margin: auto;
    /*            border:1px solid black;*/
    /*            margin-left: -150px;*/
    margin-top: 0px;
    }
    .box img
    {
    /*
    margin-left: 0px;           
    margin-top: 10px;
    margin-bottom: 10px;
    */
    /*            border: 10px solid red;*/
    padding: 1px;
    margin: 2px;
    /*
    padding-left: 0px;
    padding-bottom: 15px;
    */
    transform:2s;
    }
    .box img
    {
    transition: 0.45s;
    transform: scale(1);
    width: 100%;
    height: 100%;
    }
    .box img:hover
    {
    transform: scale(1.5);
    transition: 0.45s;
    }
    .galleryMultiple .box a{
    display: inline-block;
    width: 33%;
    height: 300px;
    overflow: hidden;
    }
    .pages a
    {
    padding: 8px 16px;
    text-decoration: none;
    border: 1px solid #ddd;
    }
    .pages a.action
    {
    background-color:darkorchid;
    border: 1px solid white;
    color: white;
    }
    .pages a:hover:not(.active)
    {
    background-color: darkorchid;
    }
    .pages a:hover(.active)
    {
    background-color: darkorchid;
    }
    .pages a:first-child
    {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    }
    .pages a:last-child
    {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    }
    .button {
    border-radius: 50px;
    background-color: orangered;
    border: 2px solid black;
    color: #FFFFFF;
    text-align: center;
    font-size: 20px;
    padding: 10px;
    width: 220px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 4px;
    height: 60px;
    }
    .navbarmenu{background:#900000;width: 100%;}  
    .navbarmenu .navbar {padding: 0 !important;}
    .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active{    color: #fff;
    padding: 10px 10px;
    font-size: 14px;       font-family: 'Poppins',sans-serif;}
    .clrg{ border-bottom:1px solid black; background:linear-gradient(to top,Orange,white); padding:10px;}
    .clrt2b{ border-bottom:1px solid black; background:linear-gradient(to bottom,#99CE25,white); padding:10px;}
    .clrl2r{ border-bottom:1px solid black; background:linear-gradient(to right,#99CE25,white); padding:10px;}
    .clrr2l{ border-bottom:1px solid black; background:linear-gradient(to left,#99CE25,white); padding:10px;}
    .button span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
    }
    .button span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
    }
    .button:hover span {
    padding-right: 25px;
    }
    .button:hover span:after {
    opacity: 1;
    right: 0;
    }
    /*
    .csize{height:400px;
    width:100%;}
    */
    .csize img{height:300px;
    width:600px;}
    /*
    .vertical-menu {
    height: 300px;
    overflow-y: auto;
    }
    */
    .newsUpdateScroll {
    height: 326px;
    overflow-y: auto;
    }
    .event-section{
    height: 295px;
    }
    .event-section .carousel-inner{
    height: 95%;
    width: 95%;
    margin: auto;
    }
    .event-section .carousel{
    margin-top: 30px;
    }
    .vertical-menu .event-section a{
    background: transparent;
    align-items: center;
    }
    .vertical-menu .event-section a:hover {
    background-color: transparent;
    }
    .event-section .carousel-inner .carousel-item img{
    width: 95%;
    height: 95%;
    }
    .vertical-menu a {
    background-color: #fff; /* Grey background color */
    color: black; /* Black text color */
    display: grid;
    grid-template-columns: 50px 1fr;
    grid-column-gap: 15px;
    align-items: flex-start;
    padding: 5px 10px; /* Add some padding */
    text-decoration: none; /* Remove underline from links */
    font-family: 'Poppins',sans-serif;
    }
    .vertical-menu a:hover {
    background-color: #ccc;  /*Dark grey background on mouse-over */
    }
    .vertical-menu a.active {
    background-color: #900000;
    color: white;
    border-radius: 10px 10px 0 0;
    }
    .box-head>a.viewMoreH{
    white-space: nowrap;
    display: inline-block;
    margin-left: 20px;
    border-radius: 100px;
    font-size: 12px;
    position: absolute;
    right: 20px;
    }
    .box-head{
    font-family: 'Poppins',sans-serif;
    background-color: #900000;
    color: white;
    border-radius: 10px 10px 0 0;
    height: 45px;
    display: flex;
    align-items: center;
    padding: 0px 15px;
    position: relative;
    }
    .yearUpdate{
    position: relative;
    font-size: 14px;
    color: #333;
    text-align: center;
    padding: 5px 0px;
    }
    .vertical-menu {
    box-shadow: 0px 1px 9px rgb(153 120 120 / 20%);
    background: #fff;
    border-radius: 10px;
    /*    pkgupta*/
    overflow: hidden;
    height: auto;
    /*pkgupta*/
    }
    .vertical-menuu {
    box-shadow: 0px 1px 9px rgb(153 120 120 / 20%);
    background: #fff;
    border-radius: 10px;
    /*    pkgupta*/
    overflow: hidden;
    height: 344px;
    /*pkgupta*/
    }
    .prin-img img{
    width: 100%;
    height: 100%;
    border-radius: 6px;
    }
    p{text-align: justify !important;}
    .prin-img{
    padding: 5px 30px;
    width: 200px;
    margin: auto;
    height: 150px;
    }
    .bd-example  {
    box-shadow: 0px 1px 9px rgb(153 120 120 / 20%);
    background: #fff;
    border-radius: 10px;
    }
    .pri-message{
    padding: 10px 15px;background: #fff;
    height: 326px;
    border-radius: 0px 0px 10px 10px;
    }
    .prin-para p{
    font-size: 14px;
    text-align: justify;
    }
    .prin-para a{
    display: inline-block;
    background: #900000;
    color: #fff;
    font-size: 14px;
    padding: 7px 15px;
    border-radius: 4px;
    }
    /*----------------------anash write css----------------*/
    .baner-section .carousel-inner .carousel-item img{width: 100%}
    .update-news{padding: 20px 0px;    background: #f3f6f9;}
    .event-calend {
    background: #FFFFFF;
    box-sizing: border-box;
    display: inline-block;
    width: 50px;
    }
    .evnt-month {
    background: #900000;
    font-weight: bold;
    font-size: 11px;
    line-height: 24px;
    color: #FFFFFF;
    text-align: center;
    height: 22px;
    font-family: 'Poppins',sans-serif;
    width: 100%;
    display: inline-block;
    }
    .evnt-date {
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    color: #373737;
    height: 30px;
    font-family: 'Poppins',sans-serif;
    line-height: 30px;
    border: 1px solid #900000;
    display: inline-block;
    width: 100%;
    }
    .main-focus {
    width: 100%;
    background: #3b405f;
    padding: 15px 0 30px;
    margin-top: 1%;
    }
    .title-focus {
    text-align: center;
    font-weight: 600;
    font-size: 22px;
    font-family: 'Poppins',sans-serif;
    padding: 0 0 30px;
    color: #cfb681;
    position: relative;
    }
    .title-focus:after {
    position: absolute;
    content: "";
    width: 50px;
    height: 4px;
    background: #cfb681;
    left: 50%;
    top: auto;
    bottom: 30%;
    transform: translate3d(-50%,0px,0px);
    }
    .user-links {
    padding: 0px;
    }
    .user-links ul {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    gap: 15px;
    justify-content: center;
    }
    .user-links ul li {
    margin-bottom: 0px;
    height: 100%;
    list-style: none;
    }
    .user-links ul li a {
    width: 100%;
    padding: 4px 5px 7px;
    border-radius: 5px;
    height: 100%;
    position: relative;
    overflow: hidden;
    display: grid;
    background: #333856;
    }
    .link-box {
    height: auto;
    display: grid;
    align-content: center;
    margin-top: 10px;
    }
    .icon-l {
    text-align: center;
    height: 50px;
    display: grid;
    align-items: center;
    }
    figure {
    margin: 0px;
    padding: 0px;
    }
    .icon-l figure img {
    width: 40px;
    }
    .link-text {
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    line-height: 16px;
    display: grid;
    align-items: flex-start;
    height: 36px;
    margin: 10px 0;
    color: #fff;
    }
    .top-head{
    background: #900000;
    }
    .top-head-para{text-align: right}
    .top-head-para a {
    font-size: 12px;
    font-weight: normal;
    display: inline-block;
    color: #d5d4d4;
    padding: 1px 8px;
    position: relative;
    text-decoration: none;
    }
    .top-head-para a:hover{
    color: #fff;
    text-decoration: none;
    }
    .top-head-para a:after{
    content: "|";
    position: absolute;
    right: 0;
    }
    .top-head-para a:last-child:after{
    content: "";
    position: absolute;
    right: 0;
    }
    footer {
    background: #333;
    padding: 15px 0 0px;
    float: left;
    width: 100%;
    }
    .footer-menu h3{
    color: #e9ecef;
    margin: 0 0 10px;
    font-size: 16px;
    padding: 0;
    font-weight: bold;
    }
    .footer-menu {
    padding: 0;
    }
    .footer-menu ul li{
    list-style: none
    }
    .footer-menu ul li a {
    color: #e9ecef;
    padding: 6px 0;
    display: block;
    line-height: normal;
    font-size: 14px;
    }
    .footer-menu ul li a:hover{
    text-decoration: none;
    color: #fff;
    }
    .copyright {
    border-top: 1px solid #4a5056;
    padding: 15px 0;
    }
    .copyright p {
    font-size: 12px;
    line-height: 28px;
    color: rgb(248 248 248 / 0.7);
    text-align: center;
    margin: 0;
    }
    .copyright p a{
    color: #fff;
    }
    .inner-banner {
    width: 100%;
    background: #cfcfcf;
    }
    .title-1 {
    font-family: 'Poppins',sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 32px;
    color: #333;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    }
    .middle-section{
    padding: 50px 0px;
    background: #F1F3F6;
    }
    .side-title {
    width: calc(100% + 30px);
    background: #900000;
    color: #fff;
    padding: 10px 15px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06rem;
    margin-left: -15px;
    border-radius: 7px 7px 0 0;
    font-family: 'Poppins',sans-serif;
    }
    .side-menu {
    width: 100%;
    padding: 15px 0;
    }
    .side-menu ul {
    width: 100%;
    }
    .side-menu ul li {
    width: 100%;
    border-bottom: solid 1px #dfdfdf;
    list-style: none;
    }
    .side-menu ul li a {
    font-size: 15px;
    font-weight: 600;
    padding: 7px 6px;
    display: block;
    position: relative;
    font-family: 'Poppins',sans-serif;
    color: #333;
    }
    .side-menu ul li a:hover{text-decoration: none}
    .sidebar {
    width: 100%;
    height: auto;
    background: #fff;
    box-shadow: 0px 1px 9px rgb(0 0 0 / 6%);
    border-radius: 7px;
    padding: 15px;
    padding-top: 0;
    position: sticky;
    top: 70px;
    }
    .sec-bg {
    background: #fff;
    box-shadow: 0px 1px 9px rgb(0 0 0 / 6%);
    padding: 30px 15px;
    border-radius: 7px;
    margin-bottom: 15px;
    }
    .sec-bgr {
    background: #fff;
    box-shadow: 0px 1px 9px rgb(0 0 0 / 6%);
    padding: 8px 15px;
    border-radius: 7px;
    margin-bottom: 15px;
    }
    .principle-img img{
    width: 40%;
    height: 100%;
    border-radius: 10%;    
    }
    .wrap-title .title-1-wrap{
    background: #900000;
    color: #fff;
    padding: 13px 15px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06rem;
    border-radius: 7px 7px 0 0;
    font-family: 'Poppins',sans-serif;
    margin: 0;
    text-align: center;
    }

    /* -----------------------------------

    .pdf-link {
        display: inline-block;
        margin: 10px 0;
        padding: 10px 20px;
        color: white;
        text-decoration: none;
        border-radius: 5px;
        cursor: pointer;
      }

      .pdf-link:hover {
        transition: all;
        transition-duration: 300ms;
        scale: 1.2;
      }

     .modal {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.6);
        justify-content: center;
        align-items: center;
        z-index: 1000 !important;
    }

    .modal-content {
        position: relative;
        width: 80%;
        height: 80%;
        background: #fff;
        border-radius: 10px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
        overflow: hidden;
    }
    
    #pdfViewer {
        width: 80%;
        height: 80%;
        
        min-width: 900px !important ;
        min-height: 500px !important;
      }

      .close-btn {
        position: absolute;
        top: 10px;
        right: 20px;
        background: #FF5E5E;
        color: white;
        font-size: 20px;
        border: none;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
      }

      --------------------------------- */


    .logoSectionMobile{display: none}
    .logo-sectionDesktop{display: block; padding: 10px 0px;}
    .main-logoDesk{
    display: flex;
    align-items: center;
    justify-content: center;
    }
    .leftLogo a img{
    width: 100px;
    }
    .rightLogo a img{
    width: 100px;
    }
    .centerLogoName{margin: auto; text-align: center}
    .centerLogoName h4{
    font-weight: bolder;
    font-size: 25px;
    }
    .centerLogoName p{
    text-align: center !important;
    margin: 0;
    }
    .centerLogoName h4{
    margin: 0;
    text-align: center;
    font-weight: bold;
    }
    .leftLogo a, .rightLogo a{display: inline-block; width: 100%}
    .mobileHumberger{display: none}
    @media screen and (max-width: 767px) and (min-width: 320px) {
    .principle-img img{
    width: 40%;
    height: 100%;
    border-radius: 10%;    
    }
    .galleryMultiple .box a {
    width: 100%;
    }
    .logoHead
    {
    width: 100%;
    height: 61px;
    }
    .navbarmenu {
    background: #c22119;
    }
    .top-head-para {
    text-align: center;
    }
    .navbarmenu .navbar-light .navbar-toggler {
    color: #fff;
    border-color: #c22119;
    float: right;
    background: #c22119;
    }
    .logoSectionMobile{display: block;}
    .vertical-menu{margin-top: 10px; margin-bottom: 20px}
    .logo-sectionDesktop{display: none}
    .fixed-menu .logoSectionMobile{
    position: fixed;
    top: 0px;
    left: 0;
    display: block;
    z-index: 9;
    width: 100%;
    background: #fff;
    }
    .fixed-menu .navbarmenu{
    position: fixed;
    top: 60px;
    z-index: 9;
    width: 100%;
    left: 0;
    }
    .baner-section .carousel-inner .carousel-item img {
    height: 170px !important;
    }
    .top-head-para a {
    font-size: 10px;
    font-weight: normal;
    display: inline-block;
    color: #d5d4d4;
    padding: 1px 5px;
    position: relative;
    text-decoration: none;
    }
    .mobileHumberger{
    display: flex !important;;
    position: absolute !important;;
    right: 0 !important;;
    top: 5px !important;;
    width: 40px !important;;
    height: 35px !important;;
    background: #fff !important;
    align-items: center !important;;
    justify-content: center !important;;
    font-weight: bold !important;;
    }
    .mobileHumberger svg{
    fill:#c22119;
    }
    .navbar-light .navbar-nav .nav-link{
    border-bottom: 1px solid rgb(255 255 255 / 27%);
    }
    #navbarSupportedContent .dropdown-toggle::after{
    border: 0 !important;
    }
    }