﻿/* @import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&amp;display=swap'); */

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root {
    --blue: #010E37;
    --primary-blue: #0D6EFD;
    --white: #ffffff;
    --black: #111111;
}

body {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
}

p {
    margin: 0;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

a {
    text-decoration: none;
}

.justify {
    text-align: justify;
}

.justify-newsevents {
    text-align: justify;
    font-size: 18px;
    font-weight: 400;
    line-height: 160%;
    width: 48rem;
}

.sectioin-heading {
    color: #292929;
    text-align: center;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: -0.56px;
}

.sectioin-sub-heading {
    color: var(--black);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.btn {
    display: inline-flex;
    height: 40px;
    padding: 10px 28px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    border: 1px solid rgba(13, 110, 253, 0.92);
    background: #010E37;
    color: var(--white);
}

.btn:hover {
    background: linear-gradient(110deg, rgba(13, 110, 253, 0.92) 3.2%, #085997 116.74%);
    color: #fff;
}
.btn-outline-success:hover{
    background-color: #ff7900!important;
}


/* common padding*/
.ipms-header,.logo-section,.news_ticker,.pc-data-main,footer{
padding-left: 78px!important;
padding-right: 78px!important;
}
.imp-links-main{
    padding-left: 0;
    padding-right: 0;
}

.news_ticker{
    background:linear-gradient(90deg, rgb(23 50 104) 22%, rgb(255 121 0) 80%)
}

.logo-section {
  position: relative;
  padding-left: 78px !important;
  padding-right: 78px !important;
}

.logo-section::before {
  position: absolute;
  content: '';
 
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  background-size: cover;  /* ✅ cover instead of 100% to scale better */
  opacity: 0.1;
  background-position: center;
  left: 0;
  top: 0;
  z-index: 0;
}

/* ✅ Make content stay above background */
.logo-section .container-fluid,
.logo-section img,
.logo-section p,
.logo-section div {
  position: relative;
  z-index: 1;
}


  .mobile-cm-img-btn{
        display: none!important;
    }


    .cusln-tb-3{
        font-size: 18px;
    }
    .cusln-tb-4{
        font-size: 16px;
    }
    .cusln-tb-5{
        font-size: 12px;
    }



/*top button*/
#button-top {
    display: inline-block;
    background-color: #FF9800;
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 80px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

    #button-top::after {
        content: "↑";
        font-weight: normal;
        font-style: normal;
        font-size: 2em;
        line-height: 50px;
        color: #fff;
    }

    #button-top:hover {
        cursor: pointer;
        background-color: #0a5485;
    }

    #button-top:active {
        background-color: #033454;
    }

    #button-top.show {
        opacity: 1;
        visibility: visible;
    }


/* {
	background:#ff7900 !important;
} */

.ipms-header,
.pc-data-main,
.imp-links-wrapper,
.ipms-header,
.news-main .news-bx .arrow-bg,
.btn,
.content-box,
.content-box-down,
.feedback-form {
    background: #033454 !important;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
    background-color: #ff7900;
}

.pc-data-main,
.imp-links-wrapper,
.content-box,
.content-box-down,
.feedback-form {
    background-color: #033454  !important;
}

.upload-btn,
.submit-btn {
    background: #ff5e00 !important;
}


.btn {
    border: 1px solid #ff7900 !important;
    box-shadow: none;
}
.btn-outline-success:focus{
    box-shadow: none;
}



.news-main .btn-wrap img {
    filter: brightness(0) saturate(100%) invert(81%) sepia(43%) saturate(5731%) hue-rotate(359deg) brightness(102%) contrast(103%) !important;
}


footer .allright::before,
.inner-head::after {
    background: #ff7800!important;
}


.gallery-main .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background: #ff7900 !important;
    color: #fff;
}

.gallery-main .nav-pills .nav-link,
.nav-pills .show>.nav-link {
    border: 1px solid #ff8a6feb !important;
    color: #ff7900;
}



/* ------------------------------------------- */


/*header css start*/
.ipms-header {
    background: var(--blue);
}

.ipms-header p {
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.ipms-header p img {
    margin-right: 8px;
}

/*header css ends*/
/*navbar css start*/
.navbar {

    /* background: #ffd4ad; */
background: #fff;
    position: relative;
    z-index: 1;
    width: 100%;
    box-shadow: 0px 0px 15px #d9d9d9;
}

.navbar-collapse {
    align-items: baseline;
}

.navbar-nav .nav-item {
    margin-left: 24px;
}
.navbar-nav .nav-item:first-child {
    margin-left: 0px;
}

    .navbar-nav .nav-item .dropdown-menu {
        background-color: #ff7900;
        padding: 0;
    }

        .navbar-nav .nav-item .dropdown-menu .dropdown-item {
            font-size: 14px;
            padding: 10px 15px;
            color: #ffffff;
            font-weight: 400;
            border: 1px solid #ff983a;
        }

            .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
                background-color: #ff7900;
            }

.navbar-toggler {
    padding: .20rem .75rem;
    display: flex;
    flex-direction: column;
}
.navbar-toggler i {
    background-color: #fff;
    border: 1px solid #ffffff;
    width: 30px;
    margin: 3px 0;
}

.navbar-nav .nav-item .dropdown-menu .dropdown-item {
    font-size: 14px;
    padding: 10px 10px;
    color: #fff;
    font-weight: 600;
}

.navbar-nav .nav-link {
    color: var(--Other-White, #000);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
    border-radius: 4px;
    background: #ff7900;
    color: var(--white);
}

.cm-pic {
    position: relative;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: end;
    justify-content: center;
}

.cm-pic img {
    position: absolute;
    bottom: -20px;
    right: -5px;
    width: 85px;
    
}

.cm-name {
    color: #000;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    margin-bottom: 0;
    font-weight: 600;
}

.cm-name span {
    font-size: 12px;
    font-weight: 600;
}

@media (max-width: 1199px) {
    .cm-pic-main {
        margin-left: 20px;

    }

    .cm-pic-main .cm-pic img {
        bottom: 0;
    }
}

.theme-change-main {
    display: flex;
    align-items: center;
    justify-content: end;
}

.theme-change-main ul li a,
.theme-change-main span {
    color: var(--Other-White, #FFF);
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    padding: 8px 10px;
}

.theme-change-main span {
    margin-right: 0;
}

.theme-change-main .theme-color {
    background-color: transparent;
    color: #fff;
    border: none;
}

.theme-change-main {
    display: flex;
    align-items: center;
    gap: 10px;
}

.custom-dropdown {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.custom-dropdown .selected {
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.custom-dropdown .dropdown-options {
    display: none;
    position: absolute;
    top: 25px;
    left: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    z-index: 1000;
}

.custom-dropdown .dropdown-options li {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin: 5px;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.custom-dropdown .dropdown-options li:hover {
    transform: scale(1.2);
}

.custom-dropdown.open .dropdown-options {
    display: block;
}


/* Hover to display options */
.custom-dropdown:hover .dropdown-options {
    display: block;
}

/*navbar css start*/
/*slider css start*/
.banner-heading {
    position: absolute;
    bottom: 85px;
    z-index: 2;
    left: 0;
    width: 100%;
    text-align: center;
}

.banner-heading .btn {
    background: linear-gradient(110deg, rgba(13, 110, 253, 0.92) 3.2%, #085997 116.74%);
}

.banner-heading h1 {
    color: var(--white);
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 54px;
    /* 122.727% */
    letter-spacing: -0.88px;
}

.banner-heading .sub-heading-bx p {
    color: var(--Other-White, #FFF);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.36px;
    margin-bottom: 18px;
}

.slider-container {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    height: 40px;
    z-index: 0;
}

/* .slider-container::after {
    background-color: #000;
    content: '';
    position: absolute;
    opacity: 0.3;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
} */

.slide {
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    height: 100%;
    width: 100%;
    /* transform: scale(1.7);
    transition: opacity .6s ease;*/
}

.slide.active {
    animation: grow 2s linear forwards;
    opacity: 1;
}



.controls-container {
    position: absolute;
    top: 50%;
    right: 10px;
    display: flex;
    flex-direction: column;
    transform: translateY(-50%);
    z-index: 2;
}

.control {
    background-color: #fff;
    cursor: pointer;
    opacity: 0.5;
    margin: 6px;
    height: 40px;
    width: 5px;
    transition: opacity 0.3s, background-color 0.3s, transform 0.3s;
}

.control.active,
.control:hover {
    background-color: #fff;
    opacity: 1;
    transform: scale(1.8);
}

/*slider css ends*/




/*------------------Modern Ticker Classes------------------*/

.ticker-left p {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}

.news_ticker {
    /* background-color: #fff; */
    width: 100%;
    position: absolute;
    z-index: 2;
    bottom: 0;
}

.modern-ticker {
    width: 100%;
    height: 100%;
    background-color: #ff7900;
    overflow: hidden
}

.modern-ticker a {
    text-decoration: none
}

.modern-ticker ul {
    margin: 0;
    padding: 0;
}

.mt-body {
    margin: 2px;
    position: relative
}

.mt-label {
    margin: 8px;
    padding: 0 8px 0 12px;
    position: absolute;
    left: 0
}

.mt-news {
    overflow: hidden;
    position: absolute;
    margin: 7px 0;
}

.mt-news ul {
    /* background-repeat: no-repeat;
    background-position: -1000px; */
    list-style: disc;
}

.mt-news li {
    float: left;
    position: relative;
}

.mt-news li a img.new {
    position: absolute;
    right: -25px;
}

.mt-news a {
    /* padding: 0 10px 0 20px; */
    margin-right: 2px;
    background-repeat: no-repeat;
    background-position: 7px center;
    display: block;
    white-space: nowrap;
    font-size: 14px;
}

.mt-scroll.mt-round .mt-news a {
    border-radius: 0
}

.mt-hide {
    display: none
}


.modern-ticker {
    color: #fff;
    /* background-color: #fff; */
    margin: 6px auto;
}

.mt-label {
    background-color: #217bbb;
}
.mt-news a {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    padding-right: 60px;
}
.newsTickerRowStyle {
    background-color: #ff7900;
    
}
.customDesignFold {
    background-color: #033454 ;
    height: 100%;
 
    display: flex;
    justify-content: center;
}



/*report css start*/
.policy-wrapper-main.report-main-bx::after,
.policy-wrapper-main.report-main-bx::before {
    display: none;
}

.policy-wrapper-main div.dt-container .dt-paging {
    text-align: end;
    margin: -55px 0 20px 0;
}

.policy-wrapper-main div.dt-container .dt-info {
    margin: 25px 0;
}

.policy-wrapper-main .count-bx-main {
    padding: 30px;
    border-radius: 10px;
    background: #ff7900;
    margin-bottom: 30px;
}

.policy-wrapper-main .count-bx-main.r-total-amt {
    background-color: #ff7900;
}

.report-head-main {
    margin-top: 50px;
    margin-bottom: 30px;
}

.report-head-main h2 {
    text-align: left;
}

.report-main .search-main {
    margin-bottom: 25px;
}

.report-main .search-main .r-serach,
.report-main .search-main .r-year {
    position: relative;
}

.report-main .search-main .r-serach input,
.report-main .search-main .r-year select {
    border-radius: 10px;
    border: 1px solid #808080;
    font-size: 14px;
    background-image: none;
    padding: 8px 12px;
}

.report-main .search-main .r-serach img,
.report-main .search-main .r-year img {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.report-main .search-main .filter-btn {
    border-color: #007BFF;
    padding: 6px;
    border-radius: 10px;
    border-width: 1px;
}

.report-main .search-main .filter-btn.search img {
    width: 24px;
    filter: brightness(0) saturate(100%) invert(35%) sepia(82%) saturate(4114%) hue-rotate(208deg) brightness(98%) contrast(104%);
}

.policy-wrapper-main .count-bx-main span {
    color: var(--white);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 10px;
}

.policy-wrapper-main .count-bx-main p {
    color: var(--white);
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.report-main .table {
    /* border: 1px solid #0D6EFD; */
    text-align: left;
    background-color: var(--white);
}

.report-main .table> :not(caption)>*>* {
    box-shadow: none;
}

.report-main .table tr {
    border: 0.5px solid #0D6EFD;
}

.report-main .table tr:nth-child(1) {
    border-top: 0;
}

.report-main .table tr td {
    background-color: var(--white);
    color: #111;
    vertical-align: middle;
}

.report-main .table.dataTable td.dt-type-numeric,
.report-main .table.dataTable th.dt-type-numeric {
    text-align: left;
    vertical-align: middle;
}

.report-main .table thead,
table.dataTable thead tr th {
    background-color: #0D6EFD;
    color: var(--white);
    vertical-align: middle;
    font-size: 14px;
    border-bottom: 0;
}

.report-main .table.dataTable td.dtfc-fixed-end {
    z-index: 3;
    background-color: #fff;
    box-shadow: inset 10px 0 8px -10px rgba(0, 0, 0, 0.2);
}

.report-main .table .inprogress,
.report-main .table .notstarted,
.report-main .table .completed {
    display: block;
    padding: 3px 12px;
    border-radius: 4px;
    border: 1px solid #BDBD00;
    background: rgba(189, 189, 0, 0.10);
}

.report-main .table .notstarted {
    border: 1px solid #5E646B;
    background: rgba(94, 100, 107, 0.10);
}

.report-main .table .completed {
    border: 1px solid #0D6EFD;
    background: rgba(13, 110, 253, 0.10);
}

.report-main .table .l-number {
    color: #111;
    font-weight: 600;
}

.report-main .table .r-amount {
    color: #0D6EFD;
    font-weight: 700;
}

.report-main .table .p-code {
    color: #808080;
    font-weight: 500;
}

.report-main .table .work-info-trunc {
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

/*div.dt-container .dt-paging .dt-paging-button.current, div.dt-container .dt-paging .dt-paging-button.current:hover {
    border-radius: 10px;
    background: #0D6EFD;
    color: var(--white) !important;
    border: 0;
}*/

/*report css start*/

/*inner heading css*/
.inner-header{
    background-color: #033454;
    padding: 15px 0;
    margin-top: 15px;
}




/*about us css start*/
.about-us-main {
    padding: 40px 0;
    background: #fff;
    position: relative;
}
    .about-us-main::after {
        content: '';
        position: absolute;
        height: 100%;
        width: 100%;
        background-image: url(../landingpage/images/Lingaraj_temple.png);
        background-repeat: no-repeat;
        background-size: 100%;
        top: 0;
        left: 0;
        background-position: top;
        opacity: 0.1;
    }
.container-wrap {
      max-width: 1200px;
      margin: 2rem auto;
      padding: 0 1rem;
    }
    .card-wrap {
      background: white;
      border-radius: 12px;
      box-shadow: 0 10px 25px rgba(0,0,0,0.1);
      margin-bottom: 2rem;
      overflow: hidden;
   
      animation: fadeUp 1s ease forwards;
      opacity: 0;
    }
    .card-wrap img {
      width: 365px;
      max-width: 400px;
      height: 365px;
      object-fit: cover;
      border-radius: 15px;
      border: 5px solid #ff7900;
    }
    .card-wrap-content {
      flex: 1 1 60%;
      padding: 2rem;
    }
    .card-wrap-content h2 {
      color: #033454;
      margin-bottom: 1rem;
      font-size: 35px;
      font-weight: 600;
    }
    .card-wrap-content p {
      margin-bottom: 1rem;
      font-size: 16px;
      margin-bottom: 5px;
      text-align: justify;
      color: #1c1c1c;
      line-height: 28px;
    }
    .card-wrap-content ul{
      padding-left: 20px;
      list-style: disc;

    }
    .card-wrap-content ul li{
      font-size: 16px;
      margin-bottom: 5px;
      color: #000;
    }
    .info-about{
      margin: 15px 0;
    }
    .info-about h6{
      font-size: 18px;
     margin-bottom: 1rem;
      color: #ff7900;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 8px;
    text-decoration-thickness: 2px;
    }

    @keyframes fadeUp {
      0% {
        transform: translateY(50px);
        opacity: 0;
      }
      100% {
        transform: translateY(0);
        opacity: 1;
      }
    }

    .fade-in {
      opacity: 0;
      transform: translateY(30px);
      animation: fadeUp 1s ease forwards;
    }

    .card-wrap:nth-child(1) { animation-delay: 0.2s; }
    .card-wrap:nth-child(2) { animation-delay: 0.4s; }
    .card-wrap:nth-child(3) { animation-delay: 0.6s; }
    .card-wrap:nth-child(4) { animation-delay: 0.8s; }

    @media (max-width: 768px) {
      .card-wrap {
        flex-direction: column;
      }
      .card-wrap img, .card-wrap-content {
        flex: 1 1 100%;
      }
    }




/* .about-us-main::after,.about-us-main::before{
position: absolute;
content: "";
top:0;
height: 330px;
width: 330px;
border-radius: 332px;
background: linear-gradient(134deg, rgba(13, 110, 253, 0.30) 5.56%, rgba(13, 110, 253, 0.30) 49.74%, rgba(232, 237, 255, 0.30) 93.01%);
filter: blur(125px);
}
.about-us-main::before{
	bottom: 0;
	right: 0;
	top:auto;
} */

.about-us-main .about-info p {
    color: var(--Other-Black, #111);
    font-size: 17px;
    font-weight: 400;
    line-height: 145%;
    /* 26.1px */
    letter-spacing: -0.36px;
    margin-bottom: 18px;
}

.about-us-main .about-imgs {
    position: relative;
    min-height: 680px;
}

.about-us-main .about-imgs .img-left,
.about-us-main .about-imgs .img-right {
    height: 224px;
    width: 304px;
    overflow: hidden;
    padding: 15px;
    background-color: var(--white);
    border-radius: 7px;
    display: flex;
}

.about-us-main .about-imgs .img-right {
    position: absolute;
    right: 0;
    top: 120px;
}

.about-us-main .about-imgs .img-left:nth-child(3) {
    margin-top: 90px;
    position: relative;
    z-index: 1;
    width: 348px;
    height: 210px;
}

.about-us-main .about-imgs .img-left:nth-child(4) {
    position: absolute;
    right: 0;
    bottom: 20px;
}

.img-left img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/*about us css ends*/
/*p&c main section css start*/
.pc-data-main {
    padding: 60px 0;
    position: relative;
    background-color: #4c4c4c;
}

.pc-data-main::after,
.pc-data-main::before {
    position: absolute;
    content: "";
    top: 116px;
    height: 330px;
    width: 330px;
    border-radius: 332px;
    background: linear-gradient(134deg, rgba(13, 110, 253, 0.30) 5.56%, rgba(13, 110, 253, 0.30) 49.74%, rgba(232, 237, 255, 0.30) 93.01%);
    filter: blur(125px);
}

.pc-data-main::before {
    bottom: 99px;
    right: 0;
    top: auto;

}

.pc-main-bx:hover .pc-data-bx,
.pc-main-bx:hover .pc-info-bx {
    border-top: 2px solid var(--white);
    border-right: 2px solid var(--white);
    border-left: 2px solid var(--white);
    border-bottom: 2px solid #c4c4c4;
    box-shadow: 0 0 6px 1px rgba(255, 255, 255, 0.2), 0 0 6px rgba(255, 255, 255, 0.1) inset
}

.pc-data-bx {
    border-radius: 16px;
    border: 2px solid rgba(255, 255, 255, 0.4);
    background: radial-gradient(140.38% 186.31% at -30.31% -33.15%, rgba(255, 255, 255, 0.30) 0%, rgba(255, 255, 255, 0.10) 100%);
    box-shadow: -5px -5px 250px 0px rgba(255, 255, 255, 0.02) inset;
    backdrop-filter: blur(21px);
    padding: 12px 18px 12px 18px;
    margin-bottom: 12px;
    transition: border 0.3s ease;
    background-color: #0000004f;
}

.pc-data-bx .heading {
    color: var(--Other-White, #FFF);
    font-size: 14px;
    font-weight: 800;
    line-height: 28px;
    letter-spacing: -0.44px;
}

.pc-data-bx .sub-heading {
    color: var(--Other-White, #FFF);
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.12px;
}

.pc-info-bx {
    border-radius: 16px;
    border: 2px solid rgba(255, 255, 255, 0.4);
    background: radial-gradient(140.38% 186.31% at -30.31% -33.15%, rgba(255, 255, 255, 0.30) 0%, rgba(255, 255, 255, 0.10) 100%);
    box-shadow: -5px -5px 250px 0px rgba(255, 255, 255, 0.02) inset;
    backdrop-filter: blur(21px);
    padding: 18px 18px 18px 18px;
    transition: border 0.3s ease;
    background-color: #0000004f;
}

.pc-info-bx .pc-count {
    color: var(--Other-White, #FFF);
    font-size: 17px;
    font-weight: 500;
    line-height: normal;
}

.pc-info-bx .pc-info {
    color: var(--Other-White, #FFF);
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    min-width: 140px;
}

.hr-line {
    background: linear-gradient(180deg, rgba(13, 110, 253, 0.92) 3.2%, #010E37 116.74%);
    height: 2px !important;
    margin: 28px 0px;
    opacity: 1;
}

.pc-info-bx .p-c-chart {
    height: 260px;
    width: 260px;
}

.pc-info-bx .p-title-main {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    }

.pc-info-bx .p-title {
    position: relative;
    color: #fff;
    font-size: 16px;
}

.pc-info-bx .p-title span {
    height: 15px;
    width: 15px;
    background-color: #7bb0ff;
    display: inline-block;
    vertical-align: sub;
    border-radius: 2px;
    margin-right: 5px;
}

.pc-info-bx .p-title.yellow span{
   background-color: #DDC708!important;
}
.pc-info-bx .p-title.green span{
   background-color: #319535!important;
}

.pc-info-bx .p-title:nth-child(3) span {
    background-color: #319535;
}

.pc-info-bx .p-title:nth-child(2) span {
    background-color: #F2AB0C;
}

.pc-info-bx .p-title-main .cgf-san span {
    background-color: #25eeee;
}

.pc-info-bx .p-title-main .cgf-inp span {
    background-color: #F2AB0C
}

/*p&c main section css ends*/

/*news section css start*/
.news-main {
    padding: 60px 0;
    background: #fff;
    position: relative;
}



.news-main .news-bx {
    border-bottom: 0.75px solid #000;
}

.news-main .slick-slide {
    margin: 0 12.5px;
}

.news-main .news-bx:hover img {
    transform: scale(1.1);
}

.news-main .news-bx .news-img-bx {
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}

.news-main .news-bx .news-img-bx img {
    border-radius: 10px;
    transition: transform .8s;
    overflow: hidden;
}

.news-main .news-bx .news-img-pic {
    width: 420px;
    height: 230px;
    object-fit: cover;
}

.news-main .news-bx .news-head {
    overflow: hidden;
    color: #110f36;
    text-overflow: ellipsis;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    margin: 18px 0;
    min-height: 60px;
}

.news-main .news-bx .news-info {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 18px;
    min-height: 35px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news-main .news-bx .arrow-bg {
    position: absolute;
    display: inline-block;
    padding: 8px;
    border-radius: 4px;
    background: linear-gradient(110deg, rgba(13, 110, 253, 0.92) 3.2%, #085997 116.74%);
    bottom: 0;
    right: 0;
}

.news-main .news-bx:hover .arrow-bg img {
    transform: rotate(-50deg);
    scale: none;
}

.news-main .btn-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 34px;
}

.news-main .btn-wrap .prev-btn,
.news-main .btn-wrap .next-btn {
    height: 40px;
    width: 40px;
    background-color: var(--white);
    border-radius: 50%;
    border: none;
}

.news-main .btn-wrap img {
    filter: brightness(0) saturate(100%) invert(24%) sepia(94%) saturate(2377%) hue-rotate(212deg) brightness(106%) contrast(99%);
}

.news-main .btn-wrap .prev-btn {
    margin-right: 18px;
}

.news-main .btn-wrap .prev-btn img {
    transform: rotate(180deg);
}

/*news section css ends*/
/*important links css start*/
.imp-links-main {
    background: #033454 ;
}

.imp-links-wrapper {
    background-color: #4c4c4c;
    
}

.imp-links-main .links-bx {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150px;
}

.imp-links-main .links-bx img {
    margin-right: 90px;
    width: 250px;
}

/*important links css ends*/
/*footer css start*/
footer {
    position: relative;
    padding-top: 50px;
}
footer::before{
    position: absolute;
    content: '';
    background-image: url('../landingpage/images/footer-bg.png');
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    background-size: 100%;
    top:0;
    left: 0;
    opacity: 0.1;
}

footer::after {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
   background: linear-gradient(360deg, #03325024 0%, rgba(0, 0, 0, 0.55) 100.1%, rgba(255, 255, 255, 0.20) 100%);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.6;
}

footer .row {
    align-items: center;
        z-index: 1;
    position: relative;
}

footer .f-logo-main h6 {
    color: var(--white);
    font-size: 34px;
    font-weight: 700;
    line-height: 44px;
    /* 129.412% */
    letter-spacing: -0.68px;
    margin-bottom: 0;
}

footer .f-logo-main {
    position: relative;
    z-index: 1;
}

footer .f-logo-main img {
    width: 70%;
}

footer .apk-download {
    position: relative;
    margin-top: 30px;
}

footer .apk-download .qr-code {
    height: auto;
    width: 90px;
    margin-bottom: 10px;
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
}

footer .f-menu {
    position: relative;
    display: flex;
    justify-content: space-between;
    text-align: left;
}

footer .f-menu ul li img {
    margin-right: 8px;
}

footer .f-menu ul li a {
    color: var(--Other-White, #FFF) !important;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 24px;
    display: inline-block;
}
footer .f-menu ul li a:hover{
    color: #ff7900!important;
}

footer .f-menu ul li:last-child a {
    margin-bottom: 0;
}

footer .allright {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 0;
    position: relative;
    margin-top: 50px;
}

footer .allright::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    /* Thickness of the top border */
    background: linear-gradient(110deg, rgba(13, 110, 253, 0.92) 3.2%, #010E37 116.74%);
}

footer .allright p,
footer .allright .counter {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

footer .allright .count {
    background: #033454 ;
    padding: 5px;
    font-weight: bold;
    border-radius: 10px;
    letter-spacing: 3px;
}

/*footer css start*/




/* Inner Pages CSS */


.inner-head h1 {
    text-align: center;
    font-size: 38px;
    font-weight: 700;
    color: #fff;
}

.inner-head {
    position: relative;
}

/* .inner-head::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(110deg, rgba(13, 110, 253, 0.92) 3.2%, #010E37 116.74%);
} */


.navbar-inner {
    position: relative;
}

.inner-head .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    content: "-";
    font-size: 18px;
    color: #ffffff;
}

.inner-head .breadcrumb li,
.inner-head .breadcrumb li a {
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;

}

.about-info .container>.row {
    padding-right: 95px;
}

.about-info .content-box {
    background-color: #4c4c4c;
    color: white;
    padding: 20px;
    border-radius: 0px 0px 80px 0px;
    padding: 47px;
    position: relative;
    z-index: 9;
}

.about-info .content-box p,
.about-info .content-box-down p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.about-info .image-box img {
    width: 480px;
    height: auto;
}

.about-info .content-box-down {
    background-color: #4c4c4c;
    color: white;
    padding: 20px;
    border-radius: 0px 0px 00px 80px;
    padding: 47px;
    position: relative;
    /* right: 35px; */
    z-index: 9;
}

.about-info .row {
    padding-block: 60px;
}

/* Gallery CSS */

.gallery-main .card {
    border: none;
}

.gallery-main .row>* {
    padding-right: 0;
    padding-left: 0;
}

.photo-gallery-inner img {
    width: 100%;
    height: 230px;
    object-fit: cover;
     border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.gallery-image:hover {
  transform: scale(1.02);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

/* .photo-gallery-inner .play-btn{
	width: 410px;
    height: 410px;
    place-self: center;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ffffff87;
    padding: 165px;
} */

.photo-gallery-inner .play-btn {
    width: 80px;
    height: 80px;
    place-self: center;
    position: absolute;
    place-self: anchor-center;
}

.video-card>.card-body>img {
    filter: brightness(0.7);
}


.video-card .fancybox__footer {
    display: none;
}

.video-card:hover a {
    background-color: #ffffff31 !important;
}

/* .photo-gallery-inner:hover .play-btn{
	display: block;
} */

.photo-gallery-inner:hover a {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ffffff87;
    width: 100%;
    height: 100%;
    padding: 125px;
    text-align: center;
    place-content: center;
    font-size: 30px;
    transition: width 2s, height 4s;
}

.fancybox-image {
    transform: scale(1.3);
    border-radius: 10px;
}

.fancybox__caption {
    z-index: 9999;
    position: relative;
    top: 3rem;
    width: 31rem;
    text-align: center;
}

.fancybox__footer {
    display: none;
}

.gallery-main .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    border-radius: 8px;
    background: linear-gradient(110deg, rgba(13, 110, 253, 0.92) 3.2%, #085997 116.74%);
}

.gallery-main .nav-pills .nav-link,
.nav-pills .show>.nav-link {
    border-radius: 8px;
    border: 1px solid rgba(13, 110, 253, 0.92);
    font-size: 16px;
    font-weight: 800;
    padding: 10px 28px;
}

.gallery-main .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    border-radius: 8px;
    background: linear-gradient(110deg, rgba(13, 110, 253, 0.92) 3.2%, #085997 116.74%);
}

.gallery-main .nav-pills .nav-link,
.nav-pills .show>.nav-link {
    border-radius: 8px;
    border: 1px solid rgba(13, 110, 253, 0.92);
    font-size: 16px;
    font-weight: 800;
    padding: 10px 28px;
}

.fancybox__toolbar__column .f-button:nth-child(4),
.fancybox__toolbar__column .f-button:nth-child(1) {
    display: none;
}

.ipms-header p img,
footer .f-menu ul li img,
.theme-color-green .ipms-header p img,
.theme-color-green footer .f-menu ul li img {
   filter: invert(50%) sepia(98%) saturate(2042%) hue-rotate(358deg) brightness(100%) contrast(108%);
   
}

/* Contact Us CSS */

.contact-info {
    padding-right: 9rem;
    padding-bottom: 30px;
}

.contact-info h5 {
    padding-top: 12px;
    font-size: 18px;
    font-weight: 700;
}
.contact-info .icon-bg{
    height: 58px;
    width: 58px;
    background-color: #E7F1FF;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-info .icon-bg span{
 height: 38px;
 width: 38px;
 border-radius: 6px;
  background-color: #ff7900;
  display: flex;
  align-items: center;
  justify-content: center;
}
.feedback-form {
    background-color: #4c4c4c;
    color: white;
    padding: 32px 40px;
    border-radius: 16px;
}

.feedback-form input,
.feedback-form textarea {
    background: transparent;
    border: none;
    border-bottom: 1px solid white;
    color: white;
    width: 100%;
    padding: 8px;
    margin-bottom: 30px;
}

.feedback-form input::placeholder,
.feedback-form textarea::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.feedback-form .input-group {
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.40);
    width: max-content;
}

.upload-btn {
    background: #1E90FF;
    border: none;
    color: white;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
}

.submit-btn {
    background: #007BFF;
    border: none;
    color: white;
    padding: 10px 28px;
    border-radius: 8px;
    background: linear-gradient(110deg, rgba(13, 110, 253, 0.92) 3.2%, #085997 116.74%);
    font-size: 16px;
    font-weight: 800;
}

.our-location {
    padding-top: 60px;
}

.location-map iframe {
    width: 100%;
}




/* News & Events CSS */

.news-events {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.news-events .news-details p {
    font-size: 18px;
    font-weight: 400;
    line-height: 160%;
    width: 48rem;
}

.news-events .news-details {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.news-events button {
    float: right;
    border-radius: 8px;
    margin-block: 45px 60px;
    border: 1px solid rgba(13, 110, 253, 0.92);
    display: inline-flex;
    height: 40px;
    padding: 10px 28px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 800;
    flex-shrink: 0;
    color: #085997;
    background: none;
}

.policy-details p,
.policy-details li {
    color: var(--Other-Black, #111);
    font-family: "Inter", sans-serif;;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 28.8px */
}

.policy-details {
    width: 48rem;
    place-self: center;
}

.policy-details ul li {
    list-style: disc;
    padding-bottom: 10px;
}

.policy-details ul li {
    padding-top: 10px;
}

.policy-details ol>li {
    font-weight: 600;
    padding-bottom: 1.5rem;
}

@media (max-width: 1400px) and (min-width: 1200px) {

    .navbar-nav .nav-item {
        margin-left: 10px;
    }

    .navbar-nav .nav-link {
        font-size: 16px;
    }

    .navbar form .btn {
        font-size: 15px;
    }
}

/* Responsive adjustments */
@media (max-width: 1200px) {
  .logo-section {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}


@media (max-width: 1199px) {
    .navbar {
        opacity: 1;
    }

    .nav-nowrap {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .navbar-nav .nav-link {
        padding: 8px;
        font-size: 14px;
    }

    .navbar-nav .nav-item {
        margin-left: 0px;
    }
 

    .navbar-toggler:focus {
        box-shadow: none;
    }
    .mobile-cm-img-btn{
        display: block!important;
    }
  
}

@media (max-width: 992px) {

    .about-info .content-box p,
    .about-info .content-box-down p {
        font-size: 15px;
    }

    .about-info .content-box {
        padding: 35px;
        left: 30px;
    }

    .about-info .content-box-down {
        padding: 35px;
        left: 240px;
    }

    .news-events .news-details p {
        width: auto;
        font-size: 14px;
    }

    .policy-details {
        width: auto;
    }
   
  .logo-section {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .logo-svg {
    width: 140px !important;
  }

  .cm-pic-main {
    flex-wrap: wrap;
    justify-content: flex-end;
    text-align: right;
  }

  .cm-pic img {
    width: 70px;
    height: auto;
  }

}




@media (max-width: 768px) {
    .navbar{
  padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .banner-heading h1 {
        font-size: 24px;
        line-height: normal;
    }

    .banner-heading .sub-heading-bx {
        padding-left: 10px;
    }

    .sectioin-heading {
        font-size: 18px;
        line-height: normal;
        margin: 0;
    }

    .sectioin-sub-heading {
        font-size: 14px;
    }

    .about-us-main .about-info p {
        font-size: 14px;
    }

    .banner-heading .sub-heading-bx p {
        font-size: 14px;
        letter-spacing: normal;
    }

    .fancybox-image {
        transform: scale(1);
    }
     .carousel img.left {
        
            transform: translateX(10%)!important;
        }

        .carousel img.right {
        
            transform: translateX(-10%)!important;
        }

    .contact-info {
        padding-right: 0;
    }

    .input-group {
        flex-wrap: nowrap;
    }

    .theme-change-main,
    .support-info {
        justify-content: center;
    }

    .support-info {
        margin-top: 10px;
    }

    footer .f-logo-main h6 {
        font-size: 24px;
        line-height: normal;
    }

    footer .allright {
        flex-direction: column;
        padding: 10px 0;
        margin-top: 20px;
    }

    footer .allright p,
    footer .allright .counter {
        margin: 5px 0;
        text-align: center;
        line-height: 24px;
    }
  
  .logo-section .d-flex {
    flex-direction: column;
    align-items: center !important;
    text-align: center;
  }

  .logo-svg {
    width: 120px !important;
    margin-bottom: 10px;
  }

  .cm-pic-main {
    justify-content: center;
    margin-top: 10px;
    text-align: center;
  }

  .cm-name {
    margin: 5px 0;
  }

  .cm-pic img {
    width: 60px;
  }
  .pc-info-bx .p-c-chart {
    height: 170px;
    width: 170px;
  }
  .pc-info-bx {
    padding: 54px 15px;
}
/* common padding*/
.ipms-header,.logo-section,.news_ticker,.pc-data-main,.imp-links-main,footer{
padding-left: 10px!important;
padding-right: 10px!important;
}

}


@media (max-width: 576px) {

    .about-info .content-box {
        left: 0px;
    }

    .about-info .content-box-down {
        left: 0px;
    }

    footer .f-logo-main {
        display: block;
        margin-bottom: 30px;
    }
      .logo-svg {
    width: 100px !important;
  }

  .cm-pic img {
    width: 50px;
  }

  .cusln-tb-1 {
    font-size: 14px;
  }

  .cusln-tb-2,
  .cusln-tb-3,
  .cusln-tb-4,
  .cusln-tb-5 {
    font-size: 12px;
  }
}