body {font-family: 'Noto Sans';}

a {text-decoration: none;}

p,h1,h2,h3,h4,h5,h6,ul {
    margin: 0;
    padding: 0;
}

html {scroll-behavior: smooth;}

@font-face{font-display:swap;font-family:'Noto Sans';font-style:normal;font-weight:100;src:url('../fonts/noto-sans-v37-latin-100.woff2') format('woff2')}@font-face{font-display:swap;font-family:'Noto Sans';font-style:italic;font-weight:100;src:url('../fonts/noto-sans-v37-latin-100italic.woff2') format('woff2')}@font-face{font-display:swap;font-family:'Noto Sans';font-style:normal;font-weight:200;src:url('../fonts/noto-sans-v37-latin-200.woff2') format('woff2')}@font-face{font-display:swap;font-family:'Noto Sans';font-style:italic;font-weight:200;src:url('../fonts/noto-sans-v37-latin-200italic.woff2') format('woff2')}@font-face{font-display:swap;font-family:'Noto Sans';font-style:normal;font-weight:300;src:url('../fonts/noto-sans-v37-latin-300.woff2') format('woff2')}@font-face{font-display:swap;font-family:'Noto Sans';font-style:italic;font-weight:300;src:url('../fonts/noto-sans-v37-latin-300italic.woff2') format('woff2')}@font-face{font-display:swap;font-family:'Noto Sans';font-style:normal;font-weight:400;src:url('../fonts/noto-sans-v37-latin-regular.woff2') format('woff2')}@font-face{font-display:swap;font-family:'Noto Sans';font-style:italic;font-weight:400;src:url('../fonts/noto-sans-v37-latin-italic.woff2') format('woff2')}@font-face{font-display:swap;font-family:'Noto Sans';font-style:normal;font-weight:500;src:url('../fonts/noto-sans-v37-latin-500.woff2') format('woff2')}@font-face{font-display:swap;font-family:'Noto Sans';font-style:italic;font-weight:500;src:url('../fonts/noto-sans-v37-latin-500italic.woff2') format('woff2')}@font-face{font-display:swap;font-family:'Noto Sans';font-style:normal;font-weight:600;src:url('../fonts/noto-sans-v37-latin-600.woff2') format('woff2')}@font-face{font-display:swap;font-family:'Noto Sans';font-style:italic;font-weight:600;src:url('../fonts/noto-sans-v37-latin-600italic.woff2') format('woff2')}@font-face{font-display:swap;font-family:'Noto Sans';font-style:normal;font-weight:700;src:url('../fonts/noto-sans-v37-latin-700.woff2') format('woff2')}@font-face{font-display:swap;font-family:'Noto Sans';font-style:italic;font-weight:700;src:url('../fonts/noto-sans-v37-latin-700italic.woff2') format('woff2')}@font-face{font-display:swap;font-family:'Noto Sans';font-style:normal;font-weight:800;src:url('../fonts/noto-sans-v37-latin-800.woff2') format('woff2')}@font-face{font-display:swap;font-family:'Noto Sans';font-style:italic;font-weight:800;src:url('../fonts/noto-sans-v37-latin-800italic.woff2') format('woff2')}@font-face{font-display:swap;font-family:'Noto Sans';font-style:normal;font-weight:900;src:url('../fonts/noto-sans-v37-latin-900.woff2') format('woff2')}@font-face{font-display:swap;font-family:'Noto Sans';font-style:italic;font-weight:900;src:url('../fonts/noto-sans-v37-latin-900italic.woff2') format('woff2')}@font-face{font-display:swap;font-family:'PT Serif';font-style:normal;font-weight:400;src:url('../fonts/pt-serif-v18-latin-regular.woff2') format('woff2')}@font-face{font-display:swap;font-family:'PT Serif';font-style:italic;font-weight:400;src:url('../fonts/pt-serif-v18-latin-italic.woff2') format('woff2')}@font-face{font-display:swap;font-family:'PT Serif';font-style:normal;font-weight:700;src:url('../fonts/pt-serif-v18-latin-700.woff2') format('woff2')}@font-face{font-display:swap;font-family:'PT Serif';font-style:italic;font-weight:700;src:url('../fonts/pt-serif-v18-latin-700italic.woff2') format('woff2')}


/* pre loder css  */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.959);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999999;
  }

  .preloader-content {
    text-align: center;
  }

  .preloader-icons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
  }

  .preloader-icons i {
    font-size: 2.5rem;
    color: white;
    animation: bounce 1.5s infinite;
  }

  .preloader-icons i:nth-child(2) {
    animation-delay: 0.3s;
  }

  .preloader-icons i:nth-child(3) {
    animation-delay: 0.6s;
  }

  .preloader-text {
    font-size: 1.25rem;
    color: white;
    font-weight: bold;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
    animation: fadeIn 1.5s infinite;
  }

  @keyframes bounce {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-15px);
    }
  }

  @keyframes fadeIn {
    0%, 100% {
      opacity: 0.5;
    }
    50% {
      opacity: 1;
    }
  }

  /* Hide preloader after 3 seconds */
  .hide-preloader {
    display: none;
  }
/* Edn pre lodder css  */

/* fixed button style  */
.fixed-buttons {
    position: fixed;
    top: 30%;
    left: -42px;
    display: flex;
    flex-direction: column;
    gap: 70px;
    z-index: 999999;
}

.fixed-button {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 10px 10px;
    background-color: #002E5D;
    /* Default button color */
    color: #fff;
    text-decoration: none;
    border-radius: 5px 0 0 5px;
    font-size: 0.875rem;
    transition: transform 0.3s ease, background-color 0.3s ease;
    rotate: -90deg;
    border-radius: 0 0 15px 0px;
}

.fixed-button:hover {
    background: #5f61c4;
    transition: 0.2s ease-in-out;
}

.fixed-button img {
    margin-right: 10px;
    font-size: 1.125rem;
}

.library-btn {
    background-color: #002E5D;
    /* Library button color */
    padding: 10px 10px 10px 27px;
}

.resources-btn {
    background-color: #FFA500;
    /* eResources button color */
    box-shadow: 0px 0px 10px #00000057;
    color:#084a93;
	    border-radius: 0 0 15px 5px;
    /* eResources text color */
}



/* Edn fixed button style  */
/* button style  */
.quick-btn {
    background: #FFA500;
    color: #fff;
    border: none;
    padding: 5px 25px;
    font-size: .875rem;
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content
}

.quick-btn:before {
    left: -20px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.quick-btn:after {
    right: -20px;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%)
}

.quick-btn:after,
.quick-btn:before {
    position: absolute;
    top: 50%;
    content: "";
    width: 20px;
    height: 20px;
    background-color: #2f2fb3;
    border-radius: 50%;
    z-index: -1;
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out
}

.quick-btn:hover {
    color: #fff !important;
    z-index: 1
}

.quick-btn:hover:before {
    -webkit-animation: .8s alternate both criss-cross-left;
    animation: .8s alternate both criss-cross-left
}

.quick-btn:hover:after {
    -webkit-animation: .8s alternate both criss-cross-right;
    animation: .8s alternate both criss-cross-right
}

@keyframes criss-cross-left {
    0% {
        left: -20px
    }

    50% {
        left: 50%;
        width: 20px;
        height: 20px
    }

    100% {
        left: 50%;
        width: 375px;
        height: 375px
    }
}

@keyframes criss-cross-right {
    0% {
        right: -20px
    }

    50% {
        right: 50%;
        width: 20px;
        height: 20px
    }

    100% {
        right: 50%;
        width: 375px;
        height: 375px
    }
}

.transprnt-btn {
    border: 1px solid #e9dcd9;
    color: #121341;
    background: #fff;
    border-radius: 100px;
    padding: 7px 30px
}

/* Edn ##############  */

/* top header css start  */
.stacky {
    position: sticky;
    top: 0;
    height: 100%;
    z-index: 9999;
    background-color: transparent; /* Start with a transparent background */
    transition: background-color 0.3s ease, box-shadow 0.3s ease; /* Smooth transition */
    box-shadow: none; /* No shadow initially */
}

.stacky.scrolled {
    background-color: white; /* White background after scrolling */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); /* Add a subtle shadow */
    padding: 0 0 5px 0;
}
.border_after,
.top_gov_gudiline,
a.border_after {
    position: relative
}

header.mar_top_cust {
    margin-top: -27px
}

.social_icons i {
    font-size: .625rem;
    color: #000
}

.top_gov_gudiline a {
    color: #000;
    font-size: .75rem;
    transition: .3s ease-in-out
}

.font_size_ {
    display: flex;
    gap: 0px
}

.font_size_ a:nth-child(1) {
    font-size: 0.75rem;
    background: black;
    padding: 1px 7px;
    color: white;
}

.font_size_ a:nth-child(2) {
    font-size: 0.75rem;
    background: #D8D8D8;
    padding: 1px 7px;
    color: #0B1636;
}

.logo_imag p {
    font-size: 0.75rem;
    padding: 5px 0;
    border-bottom: 1px solid #f9c090;
    border-top: 1px solid #f9c090;
}

.logo_imag {
    padding: 7px 0 0;
    text-align: center;
    z-index: 9999;
    position: relative;
}

.logo_imag img {
    width: 14%
}

.logo_imag a h3 {
    font-weight: 600;
    font-size: 1.2rem;
    text-align: start
}

.logo_imag a {
    display: flex;
    align-items: center;
    gap: 20px;
    color: #000;
    padding-bottom: 8px
}

a.blackbg,
a.whitebg {
    padding: 0 5px;
    height: 12px;
    display: inline-block
}

.top_gov_gudiline {
    display: flex;
    justify-content: end;
    gap: 17px;
    align-items: center;
    width: max-content;
    margin-left: auto;
    border: 1px solid #efefef;
    color: #000;
    padding: 0 20px;
    z-index: 999999;
}

.top_gov_gudiline a:hover {
    color: #fdc10c;
    transition: .3s ease-in-out
}

.top_gov_gudiline select {
    background: 0 0;
    border: none;
    color: #000;
    font-size: 0.75rem;
}

.top_gov_gudiline select:focus-visible {
    outline: 0
}

.top_gov_gudiline select option {
    color: #000
}

.dropdown.dropdown_edit button {
    background: 0 0;
    border: none;
    color: #cacaca
}

a.border_after:after {
    content: "";
    height: 12px;
    display: block;
    position: absolute;
    top: 3px;
    background: #ccc;
    width: 1px;
    right: -8px
}

a.whitebg {
    background: #fff;
    border: 1px solid #cacaca;
    border-radius: 50%
}

a.blackbg {
    background: #000;
    border: 1px solid #cacaca;
    margin-right: 2px;
    border-radius: 50%
}

/* End top header css  */

/* start navbar css  */
a.home_icons_cust {
    border: 2px solid #011905;
    border-radius: 50%;
    height: 22px;
    width: 22px;
    text-align: center;
    font-size: 0.75rem;
    color: #011905;
}

.nav_wapper_cust {
    display: flex;
    align-items: end;
    gap: 15px;
    min-height: 75%;
    height: auto;
    width: 100%;
    font-size: .875rem;
    justify-content: end;
    z-index: 9;
    position: relative;
}

.inner_btn_menu {
    display: flex;
    gap: 10px;
    align-items: center
}

.mega-sub-show>ul.mega-sub {
    display: block !important;
}

li.mega-sub-show>a.mega-item i:before {
    content: "-";
    padding: 5px
}

.nav_end ul li a.active {
    border-bottom: 2px solid #097adc
}

.nav_end ul li a {
    padding: 0 !important;
    margin: 0 8px
}

ul.navbar-nav li a {
    color: #202020;
    padding-bottom: 0;
    transition: .2s ease-in-out;
}

ul.dropdown-menu li a:after {
    border-right: none !important
}

.cust_offcanvas {
    display: flex;
    justify-content: flex-end;
}

.nav_end {
    justify-content: end
}

.cust_offcanvas i {
    background: #ffffff;
    padding: 5px;
    font-weight: 700;
    margin-left: 5px;
    color: #011905;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 50%;
    text-align: center;
    font-size: 1.063rem;
}

.admition_btn a {
    padding: 8px 20px;
    color: #fff;
    background: #0060c0;
    border-radius: 20px;
    font-size: 0.75rem;
    transition: transform 0.3s ease;

}

.blink_ani a {
    animation: blink-animation 2s infinite;
    transition: transform 0.3s ease;
}



/* Keyframes for blinking animation */
@keyframes blink-animation {

    0%,100%{
        background: #FFA500;
    }

    25% {
        background: #000092;
        /* Bright gradient */
        color: rgb(255, 255, 255);
        transition: transform 0.3s ease;
    }

}

.yellow_btn_ a {
    background: #FFA500;
    color:#084a93;
}
span.sf-sub-indicator {
    display: none;
}
ul.navbar-nav li ul li {
    border-bottom: 1px solid #ffffff42;
    margin: 0 !important;
    padding: 0 !important
}

ul.navbar-nav li ul li a, ul.navbar-nav li ul li span.menuparent {
    color: #fff;
    line-height: 30px;
    margin: 0 !important;
    padding: 3px 5px !important;
}
ul.navbar-nav li ul li {
    color: #fff;
    line-height: 30px;
    margin: 0 !important;
    padding: 3px 5px !important;
}
ul.navbar-nav li ul li a:hover, ul.navbar-nav li ul li span.menuparent:hover{
    background: #FFA500;
}
ul.navbar-nav li ul {
    background: #002e5d;
    border: #ffdead;
    border-radius: 0;
    color: #fff;
    padding: 0;
    margin: 1px 0 0 10px !important;
    font-size: 0.875rem;
}

/* Mega Menu CSS Start  */
.bg_show_megamenu {
  background: #fff;
  box-shadow: 0 4px 6px rgb(116 116 116 / 62%);
  padding: 15px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  height: 500px;
  overflow-y: scroll;
  scrollbar-width: none; /* Firefox /
  -ms-overflow-style: none; / IE and Edge */
}

.bg_show_megamenu::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}
/* All Form css Start */
.webform-submission-form{border-radius:10px;margin-bottom:15px;padding:15px;width:100%;background:#fff;box-shadow:0 0 15px 0px #00000017;display:flex;flex-wrap:wrap;justify-content:space-between}
.webform-submission-form label{color:#000!important;position:relative;padding-right:10px;font-family:'Noto Sans';margin-bottom:3px;font-size:14px}
.webform-submission-form .container-inline{display:flex!important;justify-content:space-between;margin:0}
.webform-submission-form .container-inline .js-form-item{margin:0 0px!important;width:48%}
.webform-submission-form label.form-required:before{content:'*';position:absolute;color:red;right:0;font-size:12px}
.webform-submission-form textarea{height:90px!important}
.webform-submission-form input, .webform-submission-form textarea, .webform-submission-form select{height:40px;display:block;padding:.375rem .75rem;font-size:1em;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.375rem;transition:border-color .15s ease-in-out, box-shadow .15s ease-in-out;width:100%;margin:0}
.webform-submission-form input#edit-upload-pdf-file-image-file-upload{height:auto}
.webform-submission-form .js-form-item{margin:8px 10px!important;width:48%;display:inline-block}
.webform-submission-form #ajax-wrapper{width:100%}
.webform-submission-form #edit-actions{width:100%;margin:10px}
.webform-submission-form .captcha{margin-bottom:15px}
.webform-submission-form .captcha img{margin:5px 0 8px;margin-top:.25rem}
.webform-submission-form input#edit-submit{cursor:pointer;height:41px;width:150px;background-image:linear-gradient(to bottom, #FFA500 0%, #f1b13a 100%);background-repeat:no-repeat;transition:background 300ms ease-in-out;color:#000;border:none}
.webform-submission-form input#edit-submit:hover{background:linear-gradient(to bottom, #f1b13a 0%, #FFA500 100%)}
.webform-submission-form a.reload-captcha{color:#d73c37;font-weight:bold;font-size:0px;margin:15px auto;display:block}
.webform-submission-form .form-item-submit-idea{width:98.5%!important}
.webform-submission-form .form-submit{background:#f0f0f0;color:#000;border:1px solid #ced4da;width:auto;padding:10px 15px;height:auto}
.webform-submission-form .form-submit:hover{background:#062b558a;color:#fff;border:1px solid #062b558a}
.webform-submission-form .captcha-type-challenge--image{--image-width:200px!important}
.webform-submission-form .form-item-captcha-response{width:100%}
.webform-submission-form .reload-captcha-wrapper{position:absolute;top:10px;right:-23px}
.webform-submission-form .form-item-captcha-response{margin-left:40px!important;margin-top:-29px!important}
.webform-submission-form .form-item-captcha-response #edit-captcha-response{width:285px!important}
.webform-submission-form .captcha-type-challenge--image .captcha__element{flex-flow:row}
.webform-submission-form legend.captcha__title.js-form-required.form-required{color:#000!important;font-weight:bold;font-size:14px;display:inline-block;margin-bottom:.5rem!important}
.webform-submission-form legend{margin:0}
.webform-submission-form .form-item-your-feedback{width:98%}
.webform-submission-form .webform-element-description{font-size:12px;font-style:italic;color:gray}
.webform-submission-form #edit-captcha-image-wrapper img{margin-top:.25rem}
.webform-submission-form fieldset.js-webform-type-webform-address{width:100%;margin:0!important;display:flex;justify-content:center}
.webform-submission-form .form-no-label{width:100%;margin:10px 10px 0!important;font-size:16px;color:#000}
.webform-submission-form .webform-signature-pad canvas{height:fit-content!important;width:100%;padding:10px}
.webform-submission-form .webform-signature-pad .button{top:10px;right:10px}
/* All Form css End */
/* Mega Menu Styles */

.mbox {
    position: fixed; /* Changed from absolute to fixed */
    right: 0;
    width: 100% !important;
    top: 95px;
    height: 0;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
    z-index: 9999; /* Ensure it's above other elements */
}

/* Show Mega Menu */
.mmenu-show {
    animation: none; /* Avoid conflicts with animation */
    padding-top: 10px;
    height: fit-content !important;
    z-index: 9999;
    position: fixed; /* Ensure it remains fixed on scroll */
    /* top: 115px; */ top:78px;
    transition: all 0.4s ease-in-out;
    overflow: visible;
}

.mbox ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.mbox ul li a {
    color: #000;
    padding: 10px 0 5px;
    display: inline-block;
    width: 100%;
    display: flex;
    justify-content: space-between
}
.mbox ul li a:hover {
    color: #FFA500;
}

@keyframes display--reversed {
    0% {
        bottom: -80px
    }

    100% {
        bottom: 0
    }
}

.mbox ul li:last-child {
    border: none
}

.close-bt i:before {
    content: "\f00d"
}

.more-btn i:before {
    width: 17px;
    display: block
}

.search-area .search-btn i {
    font-size: 1.188rem;
    padding: 15px;
    color: #000;
    background: #fff;
    border-radius: 100px
}

.search-area {
    position: relative
}

.togbx {
    position: absolute;
    right: 15px;
    top: calc(55px);
    display: none;
    width: 175px;
    z-index: 999
}

.bg-sec input {
    border-radius: 0
}

.bg-sec,
.mega-sub-show>ul.mega-sub {
    display: block
}

.main-menu-sec .left-men .more-menu-area {
    margin: 0 15px
}

#superfish-main-menu li ul {
    z-index: 9999;
    width: 203px;
    background: #fff;
    list-style: none;
    padding: 0
}

.nav-wraper .custom-nav li .sub-menu a:after {
    display: none
}

.nav-wraper .custom-nav li:hover>.sub-menu {
    height: auto;
    opacity: 1;
    visibility: visible;
    transition: 1s ease-in-out
}

.sub-menu .item-list .sub-menu {
    left: 203px;
    top: 7px
}

#superfish-main-menu li ul li a {
    color: #000 !important;
    width: 100%
}

#superfish-main-menu li ul li {
    border-bottom: 1px solid #ccc
}

#superfish-main-menu li ul li:last-child {
    border-bottom: none
}
#block-nchmct-mainnavigation ul.sf-has-clone-parent{float:inline-end!important;}
.mbox ul .mega-sub {
    margin-left: 20px;
    font-size: 0.813rem;
    display: none
}

.ss-sec {
    display: flex
}

.ss-sec .srh-btn {
    background: #fff;
    border-radius: 0;
    border: 1px solid #ccc;
    border-left: 0;
    color: #000
}

.ss-sec input.form-control {
    border-radius: 0;
    box-shadow: none
}

.ss-sec .srh-btn:focus,
.ss-sec .srh-btn:hover {
    background: #f6813b;
    color: #fff
}

.mega-sub-show>a {
    color: #f6813b !important
}

.big-mnu-lst a.mega-item i {
    font-size: 1.25rem !important
}

.menu-l-title {
    color: #02203e;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 8px;
}

/* End navbar css  */

/* text on hover effect  */
.text-slide-in {
    display: inline-block;
    position: relative
}

.text-slide-in::after {
    content: "";
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #FFA500;
    transform-origin: bottom right;
    transition: transform .25s ease-out
}

.text-slide-in:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left
}

/* Edn text on hover effect  */


/* banner section css  */
.banner_ {
    margin-top: -1rem;
    position: relative;
    z-index: 8;
}

.banner_ img {
    width: 100%;
    height: 700px;
    object-fit: cover;
}

.banner_:after {
    content: "";
    position: absolute;
    top: -82px;
    left: 0;
    width: 100%;
    height: 187px;
    z-index: 2;
    background: #00000000 linear-gradient(180deg, #FFFFFF 47%, #ffffff00 100%) 0% 0% no-repeat padding-box;
}

/* Edn banner section css  */

/* whats new section css  */
.flex_cust_whats_new {
    background: #FFA500;
    padding: 10px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    margin-top: -3.1rem;
    z-index: 99;
    position: relative;
}
.Whats_new_heading:after {
    content: "";
    background: #0000003d;
    position: absolute;
    top: -13px;
    display: block;
    height: 50px;
    width: 1px;
    right: -18px;
}

.Whats_new_heading:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-bottom: 5px solid #0000003d;
    top: 50%;
    transform: translateY(-50%);
    right: -20px;
    z-index: 1;
    rotate: 90deg;
}

.Whats_new_heading {
    display: flex;
    gap: 10px;
    align-items: center;
    position: relative;
}

.Whats_new_heading h4 {
    font-size: 1.25rem;
    color:#084a93;
}

#whats-new a {
    font-size: 0.875rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-left: 10px;
    margin-right: 10px;
    color:#084a93;
    text-decoration: none;
}
#whats-new a:hover{
    color: #000092;
}

#whats-new .item:after {
    content: "";
    background: #0000003d;
    height: 20px;
    display: block;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 1px;
}

#whats-new .item {
   position: relative;
}
.view_buton_cust button {
    background: #002E5D;
    border-radius: 5px;
    padding: 5px 15px;
}
.view_all_button {
    display: flex;
    justify-content: end;
    white-space: nowrap;
}
/* Edn whats news sction css  */

/* urgent notification css start  */
.bg_light {
    z-index: 999;
    position: relative;
    margin-top: 5px;
}
.heading_style {
    text-align: center;
    margin: 30px 0 20px 0;
}

.heading_style h3 {
    font-size: 1.5rem;
    
    position: relative;
    font-family: PT serif;
}

.heading_style h3:after {
    content: "";
    display: block;
    width: 24px;
    height: 2px;
    position: absolute;
    bottom: -10px;
    left: 50%;
    /* Center horizontally */
    transform: translateX(-50%);
    /* Adjust for element width */
    background: #FFA500;
}

.urgent__ {
    display: flex;
    gap: 20px;
    background: white;
    align-items: start;
    box-shadow: 0px 0px 9px #00000033;
    margin: 10px 0px;
    border-radius: 10px;
    transition: 0.5s ease-in-out;
    overflow: hidden;
    cursor: pointer;
}
.urgent__:hover img{
    transform: scale(1.1);
    transition: 0.5s ease-in-out;
}
.content_urgent_noti .pers_deta {
    margin: 10px 0 0 0;
}

.content_urgent_noti .pers_deta a i {
    color: #FFA500;
}

.content_urgent_noti .pers_deta a {
    display: flex;
    align-items: center;
    font-size: 0.813rem;
    gap: 6px;
    color: #000;
    text-decoration: none;
    padding: 4px 0;
}

.content_urgent_noti a {
    color: #7F7F7F;
    text-decoration: underline;
    font-size: 0.875rem;
}
.urgent__:hover .content_urgent_noti a{
color: #FFA500;
}
.content_urgent_noti {
    padding: 15px 15px 15px 0;
}

.content_urgent_noti p {
    font-size: 0.875rem;
    color: #000;
    margin: 10px 0 0 0;
}

.content_urgent_noti h6 {
    font-size: 1rem;
    font-weight: 600;
    color: #000;
}

.img_card_urgent_notifct img {
    min-width: 145px !important;
    height: 210px;
    object-fit: cover;
    border-radius: 10px 0 0 10px;
}

#urgent-notification .owl-dots {
    position: absolute;
    display: block;
    margin-top: 26px;
}

.owl-dot.active span {
    background-color: #FFA500 !important;
    outline: 1px solid #FFA500;
    outline-offset: 3px;
}

.owl-dot span {
    width: 8px;
    height: 8px;
    background: transparent !important;
    outline: 1px solid gray;
}

.light_bg_view button {
    background: #F5F7F8;
    color: #000;
    border: 1px solid #EFEFEF;
}

.light_bg_view {
    display: flex;
    justify-content: end;
    margin-top: 15px;
}

/* Edn urgent notification css  */

/* <!-- carcular notic section  --> */

.nav-tabs .nav-link.active, div#tab_my_custom_gallery .nav-tabs .nav-item.show .nav-link {
    color:#084a93;
    background-color: #00a84f00 !important;
    border-bottom: 2px solid !important;
    border-color: #CD9A03 !important;
}

li.nav-item:focus-visible {
    outline: 0 !important;
    border: none !important;
    list-style: none !important
}

div#tab_my_custom_gallery .nav-tabs {
    border-bottom: 2px solid transparent !important
}

div#tab_my_custom_gallery .nav-tabs .nav-link:focus {
    isolation: auto;
    color: #000 !important
}

ul#myTab li button,
ul#photo-gallery-my li button {
    width: 100%;
    padding: 0 0 5px;
    font-size: 1.125rem;
    background: 0 0;
    border: none;
    border-radius: 0;
    color:#084a93;
    font-weight: 400;
    font-family: 'PT Serif';
    font-weight: normal;
}

ul#myTab li:after {
    content: "/";
    display: inline-block;
    position: absolute;
    padding-left: 13px;
    font-size: 0.75rem;
    padding-top: 7px;
    top: 0;
    right: -17px;
    color: #C9E7FF;
}

ul#myTab li:nth-last-child(1):after {
    display: none;
}

ul#myTab li {
    position: relative;
}

.bg_light_sect {
    background: #F6F6F6;
    margin: 25px 0 0 0;
}


.bg_yellow_ful {
    background: #FFA500;
    padding: 25px;
    height: 100%;
    color:#084a93;
}

.item.carculer__ a i {
    color:#084a93;
    font-size: 0.75rem;
}

.item.carculer__ a {
    display: flex;
    align-items: baseline;
    gap: 14px;
    text-decoration: none;
    color:#084a93;
    font-size: 1rem;
    margin: 0 0 30px 0;
}
.item.carculer__ a:hover{
    margin-left: 5px;
    transition: 0.5s ease-in-out;
    color: #000092;
}
.flex_view {
    display: flex;
    gap: 15px;
    justify-content: end;
}

a.quick-btn.forword_c {
    background: #002e5d;
    border-radius: 5px;
    padding: 5px 9px;
    font-size: 0.75rem;
}
.light_bg_view a i {
    color: #002e5d;
}
.light_bg_view a:hover i {
    color: #fff;
}
/* campus tour css  */
.campus_tour_video button {
    position: relative;
    background: 0 0;
    border: none;
    padding: 0;
    width: 100%;
    height: 342px;
    overflow: hidden;
    cursor: pointer;
    outline: 0;
    box-shadow: none;
    object-fit: cover;
}

.campus_tour_video button img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 1
}

.campus_tour_video button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 2;
    pointer-events: none
}

.campus_tour_video button::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url(../images/play.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    z-index: 3
}

.modal_video_cust video {
    width: 100%;
    height: 100%
}

.campus_tour_video_inner iframe {
    height: 175px;
    width: 100%;
    object-fit: cover
}

.padig_cust {
    padding-left: 0;
}

.youtube_video {
    height: 390px;
}

/* <!--End carcular notic section  --> */

/* glance section css  */
.item.glance_img img {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    width: 100%;
    height: 145px;
    object-fit: cover;
    transition: 0.5s ease-in-out;
}
.item.glance_img:hover img{
    transform: scale(1.1);
    transition: 0.5s ease-in-out;
}
.item.glance_img{
overflow: hidden;
transition: 0.5s ease-in-out;
}
.content_over_img_glance a {
    display: flex;
    justify-content: space-between;
    padding: 15px 10px;
    background: #002E5D;
    color: white;
    font-size: 0.875rem;
    align-items: center;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    transition: 0.3s ease-in-out;
}
.content_over_img_glance a:hover{
    padding-right: 5px;
    transition: 0.3s ease-in-out;
}
.content_over_img_glance h4 {
    font-size: 0.875rem;
}

#glance-crow .owl-dots {
    position: absolute;
    display: block;
    margin-top: 26px;
    left: 50%;
    transform: translateX(-50%);
}

/* Edn glance section css  */

/* anti ranging section  */
.image_with_content_over_ a i {
    color: #FED800;
}
.image_with_content_over_:hover a{
    color: #002E5D;
    padding-left: 5px;
    transition: 0.3s ease-in-out;
}
.image_with_content_over_ {
    text-align: center;
    position: relative;
}

.image_with_content_over_ a {
    text-decoration: none;
    color: black;
    font-size: 1.313rem;
    font-weight: 600;
    display: flex;
    justify-content: center;
    gap: 15px;
    align-items: center;
    position: relative;
    margin-top: -32px;
    z-index: 9;
    top: -10px;
}

.image_with_content_over_:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 157px;
    z-index: 2;
    transition: 0.3s ease-in-out;
    background: transparent linear-gradient(0deg, #F6F6F6 0%, #80808000 100%) 0% 0% no-repeat padding-box;
}

.image_with_content_over_:hover:after{
    height: 100%;
    transition: 0.3s ease-in-out;
}

.image_with_content_over_ img {
    width: 100%;
    height: 351px;
    object-fit: cover;
    position: relative;
}

.extra_spacing {
    margin: 5rem 0 0 0;
}

.color_black_heading {
    text-align: start;
    margin: 0 0 20px 0;
}

.color_black_heading h3:after {
    background: black;
    left: 0;
    transform: translateX(0);
}

.content_anti_ranging_ p {
    font-size: 0.875rem;
    font-weight: 400;
    padding: 10px 0 0 0;
}

.content_anti_ranging_ h6 {
    font-size: 1rem;
    font-weight: 400;
}

.content_info h4 {
    font-size: 1.125rem;
    padding: 6px 0;
    font-weight: 700;
}

.content_info span {
    font-size: 0.75rem;
}

.content_info {
    margin-top: 40px;
}

.flex_cont_info a i {
    color: #002e5d;
    padding-right: 6px;
}

.flex_cont_info a {
    color:#084a93;
}

.flex_cont_info {
    display: flex;
    justify-content: space-between;
    font-size: 0.875rem;
}

/* Edn anti ranging section  */

/* start seminar section  */
.semin_heading__ .view_buton_cust {
    margin: 0;
}

.semin_heading__ h5 {
    font-family: 'PT Serif';
    font-size: 1.25rem;
}

.semin_heading__ {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.item.seminar_im img {
    box-shadow: 0px 0px 20px #00000029;
    border-radius: 5px 5px 0px 0px;
    width: 100%;
    height: 159px;
    object-fit: cover;
}
.seminar_comntent p {
    color: gray;
    font-size: 0.75rem;
}

.seminar_comntent h6 {
    font-size: 0.875rem;
    padding: 5px 0;
}

.seminar_comntent span {
    color: #FFA500;
    font-size: 0.75rem;
    font-style: italic;
}

.seminar_comntent a {
    text-decoration: none;
    color: black;
}

.seminar_comntent {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    padding: 10px 15px;
    transition: 0.3s ease-in-out;
}
.item.seminar_im:hover .seminar_comntent{
    background: #002e5d;
    transition: 0.3s ease-in-out;
}
.item.seminar_im:hover .seminar_comntent a{
color: white;
    transition: 0.3s ease-in-out;
}
.item.seminar_cust {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin: 1px;
}

#seminar-crow .owl-nav {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 27%;
    width: 100%;
    align-items: center;
    z-index: 9999999;
    overflow: hidden;
    margin: 0;
}

#seminar-crow .owl-prev {
    position: relative;
    left: -14px;
}


#seminar-crow .owl-next {
    position: relative;
    right: -14px;
}

#seminar-crow .owl-prev,
#seminar-crow .owl-next {
    background-color: #ffffff94;
    border-radius: 50%;
    cursor: pointer;
    width: 30px;
    height: 30px;
    color: #495CA3;
    font-size: 1.5rem;
    align-items: center;
    display: flex;
    margin: 0;
    justify-content: center;
}
#seminar-crow .owl-prev:hover,
#seminar-crow .owl-next:hover {
    background-color: #002E5D;
    color: #fff;
}
#seminar-crow .owl-prev span {
    top: -2px;
    position: relative;
    right: -6px;
}

#seminar-crow .owl-next span {
    top: -2px;
    left: -6px;
    position: relative;
}

#seminar-crow .owl-dots {
    display: none;
}

/* training  */
.light_bg_view a {
    background: #f5f7f8 !important;
    color: black;
    border: 1px solid #f2f2f2;
}

.join-nps-tabs ul {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%
}

.join-nps-tabs ul li {
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px dashed #eee;
    list-style: none;
}


.join-nps-tabs ul li a {
    color: #000;
    font-size: 1rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.5s ease-in-out
}
.join-nps-tabs ul li a img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}
.join-nps-tabs ul li a:hover {
    padding-left: 10px;
    color: #FFA500
}

.join-nps-tabs ul li a span {
    flex-grow: 1;
    font-style: italic;
    color: #FFA500;
    font-size: 0.875rem;
    padding-bottom: 5px;
}
.join-nps-tabs ul li a p {
    font-size: 0.875rem;
}
.join-nps-tabs ul li a h6 {
    padding: 8px 0;
}
.join-nps-tabs ul li a i {
    margin-right: 15px;
    color: #00ab4f;
    font-size: 1.5rem
}
.bg_gry_cust {
    background: #F6F8F9 0% 0% no-repeat padding-box;
    border-radius: 5px;
    padding: 37px;
}
/* End #########  */
/* quick links  */
.quick_before_cust h5:after {
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    position: absolute;
    bottom: -14px;
    left: 0;
    transform: translateX(0);
    background: #FFA500;
}
.quick_before_cust:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -10px;
    left: 0;
    transform: translateX(0);
    background: #E5E5E5;
}
.quick_before_cust h5{
    position: relative;
}
.quick_before_cust{
    position: relative;
}


.quick_link_cpnt_cust a i {
    font-size: 0.625rem !important;
    color: #C1C1C1 !important;
}
.quick_link_cpnt_cust a {
    gap: 20px;
}
.quick_link_cpnt_cust a span {
    color: black !important;
    font-size: 1rem !important;
}
/* end#############  */
/* Edn seminar section  */

/* media gallery  */
.media_gal:before{
    display: none;
}
.media_gal h5:after{
 bottom: -10px;
}
.flex-media {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

ul#photo-gallery-my:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -1px;
    left: 0;
    transform: translateX(0);
    background: #E5E5E5;
}
.tab_my_custom_gallery ul {
    gap: 30px;
    border: none;
    position: relative;
}

.item__content_gallery_photo {
    position: relative;
    overflow: hidden;
    width: 100%
}

.image_wrapper {
    position: relative;
    width: 100%;
    height: auto
}

.image_wrapper img {
    display: block;
    width: 100%;
    height: 180px;
    border-radius: 5px;
    object-fit: cover;
    transition: transform .3s
}

.date_and_cont_gallery {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to top, rgb(0 0 0) 10%, rgba(0, 0, 0, .2) 75%, rgba(0, 0, 0, 0) 100%);
    color: #fff;
    text-align: center;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: opacity .3s, transform .3s, visibility .3s
}

.date_and_cont_gallery a {
    text-decoration: none;
    color: #fff;
    text-align: start
}

.date_and_cont_gallery a:hover {
    color: #FFA500
}

.item__content_gallery_photo:hover img {
    transform: scale(1.05)
}

.item__content_gallery_photo:hover .date_and_cont_gallery {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}
.item__content_gallery_photo {
    margin: 0 70px 0 130px !important;
}

div#gallery .owl-nav {
    display: flex;
    margin: auto;
    top: 9px;
    position: relative;
}
div#gallery .owl-nav button {
    background: #fff;
    border: 1px solid #C9E7FF;
    border-radius: 3px;
    padding: 1px 10px !important;
}
div#gallery .owl-nav button span {
   position: relative;
   top: -2px;
}
div#gallery .owl-nav button:hover {
    transition: 0.3s ease-in-out;
  background: #002E5D;
  color: white;
 }

 .media_gallery_cust_adj {
    margin-top: -25px;
    margin-left: calc(100% - 10rem);
    position: relative;
    z-index: 999;
}
@media (min-width:1200px) {

    div#gallery .owl-nav {
        max-width: 1230px
    }
}

@media (min-width:1400px) {

    div#gallery .owl-nav {
        max-width: 1420px
    }
}
/* Edn media gallery */

/* brand crosule  */
div#brand_crosule .owl-nav {
    display: none;
}
.item.brand_item img {
    width: 100%;
    height: 85px;
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    object-fit: cover;
}
/* Edn brand crosule  */

/* socal media icons  */
.oq_social:hover a {
    color: #1d3a7c;
}
.oq_social a {
    color: black;
    text-decoration: none;
    font-weight: 600;
}
.oq_social a img {
    background: white;
    padding: 0px 3px;
    width: 20px;
    height: 20px;
    object-fit: contain;
}
.oq_social img {
    width: 90px;
    height: 90px;
    object-fit: cover;
}
.oq_social {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    font-size: 1.125rem;
}
.flex_social_media {
    display: flex;
    gap: 100px;
    justify-content: center;
}
/* Edn socila icons  */

footer.bg_footer {
    background: #FFA500;
}
.footer_lonk_item a {
    text-decoration: none;
    color: #000000;
    font-weight: 300;
    font-size: 0.875rem;
    padding: 8px;
    transition: 0.08s ease-in-out;
}
.footer_lonk_item a:hover {
    text-decoration: none;
    color: #002E5D;
    transition: 0.08s ease-in-out;
}
.footer_link_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
}
div#scrol_top_ {
    background: #02203E;
    padding: 0px 4px;
    font-size: 1.25rem;
    display: inline;
    position: absolute;
    top: -16px;
    right: 74px;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    text-align: center;
    transition: 0.2s ease-in-out;
}
div#scrol_top_:hover {
    background: #FFA500;
    transition: 0.2s ease-in-out;
}
div#scrol_top_ a {
    color: #ffffff;
    font-size: 0.875rem;
    top: -3px;
    position: relative;
}

.footer_inner_content {
    font-size: 0.813rem;
    color: #000000;
    font-weight: 300;
    padding: 0px 0 15px 0;
}


.social_media a img {
    width: 25px;
    height: 25px;
    font-size: 0.813rem;
    background: #ffffff;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    padding: 5px;
}
.social_media a img:hover{
    background: #f1f1f1;
}
.social_flex {
    display: flex;
    margin: 20px 0;
    align-items: center;
    gap: 10px;
}
.conta_hed h6 {
    font-size: 0.875rem;
    color:#084a93;
}
.visitor {
    font-size: 0.813rem;
    color: #ffffff;
    font-weight: 300;
    display: flex;
    flex-direction: row;
    gap: 10px;
}
.visitor p:nth-child(1) {
    border-right: 1px solid #ffffff;
    padding-right: 10px;
}
.footer_quick_links ul li {
    padding: 2px 0;
}

.footer_quick_links ul li a {
    text-decoration: none;
    color:#084a93;
    font-size: 0.8rem;
    transition: 0.5s ease-in-out;
}
.footer_quick_links ul li a i {
    padding-right: 10px;
}
.footer_quick_links ul li a:hover {
    text-decoration: none;
    color:#084a93;
    transition: 0.5s ease-in-out;
    padding-left: 7px !important;
}

.bg_second_footer {
  
    color: #ffffff;
    font-size: 0.813rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bg_second_footer_cst{
    background: #02203E 0% 0% no-repeat padding-box;
    padding: 15px 0;
    text-align: start;
}
.grid_footwer_links__ {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
p.footer_cng_siz {
    font-size: 0.75rem;
}
/* End footer css  */

/* on scroll animation css  */
.observe-element {
    opacity: 0;
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    backface-visibility: hidden; /* Helps with flip animations */
}

.observe-element.bottom-up {
    transform: translateY(20px);
}

.observe-element.top-down {
    transform: translateY(-20px);
}

.observe-element.flip-right {
    transform: rotateY(-90deg);
}

.observe-element.flip-left {
    transform: rotateY(90deg);
}

.observe-element.in-view {
    opacity: 1;
    transform: translateY(0);
}

.observe-element.in-view.bottom-up,
.observe-element.in-view.top-down {
    transform: translateY(0);
}

.observe-element.in-view.flip-right,
.observe-element.in-view.flip-left {
    transform: rotateY(0);
}

/* End on scroll animation  */
/* 31-12-2024 */

/*inner pages css start her*/
.inner_banner {
    width: 100%;
    position: relative; 
  }

  /* .inner_banner:before {
    content: "";
    position: absolute;
    background: #ffa500;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 52px;
} */

  .img-right{width:350px; text-align: right; margin-left: 10px; margin-bottom: 10px; position: relative;}
  .img-right img{border-radius: 9px; width: 100%;}
  .img-right::after {
    content: '';
    position: absolute;
    bottom: -7px;
    left: 10px;
    width: 95%;
    background: #FFA500;
    height: 100%;
    display: block;
    border-radius: 8px; z-index: -1;
  }

  .nav-tabs-inn .nav-link{font-size: 16px!important;}

  /*left menu section css start here*/
.innercontainer{padding: 20px 0; flex-grow: 1;}
.innercontainer p{color: #000; margin-bottom: 10px;}

.innleft_section .accordion-item{background-color: #fff0!important;
    border: 1px solid rgba(0,0,0,.125); border: 0px solid; border-bottom: 1px solid #d9fffd ; border-radius: 0px;}
    .innleft_section .accordion-button {background-color: #9d212100; color: #fff; font-size: 14px;}
    .innleft_section .accordion-button:not(.collapsed) {
        color: #fff;
        border-bottom: 1px solid #fff;
      }
      .innleft_section .accordion-button:hover{/*background: #a70e13;*/ color: #fff;} 
      .innleft_section  .accordion-button a{color: #fff;}

      .innleft_section  .left-link::after{display: none;}
      .innleft_section .fa-wheelchair::before{color: #fff;}
.innleft_section .active{background: linear-gradient(90deg, rgb(196, 18, 47) 0%, rgb(106, 10, 19) 78%) !important;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);}

      .left-submenu{color: #fff; margin-left: 20px;}
      .left-submenu li{list-style: none;}
      .left-submenu li a{color: #fff; border-bottom: 1px solid #d9fffd ; display: block; font-size: 14px;
        padding: 10px 0;}
        .left-submenu li a:hover{color: #ffc741;}
        .left-submenu li:last-child a{border-bottom: 0px;}
    .accordion button:focus{outline: 0; box-shadow:none}
    .accordion-button::after{fill: red; }
.innercontainer ul li{color: #000;}
.faculty-img .read-more{display: none;}
.faculty-img:hover .read-more{display: block;
    content: "\f077";
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    width: 50px;
    height: 30px;
    z-index: 999;
    position: absolute;
    bottom: 14px;
    right: 0px;
    font-size: 30px; 
    color: #fff; text-shadow: 2px 2px 8px #1b1b1b;
}

.accordion-button:not(.collapsed)::after {
    background-image:none;
    transform: rotate(-180deg);
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
  }

  .accordion-button::after{
    background-image:none;
    transform: rotate(-180deg);
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    content: "\f077";
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;

  }
  .accordion-inn .accordion-body {
    padding: 1rem 0rem;
  }

.innleft_section .accordion {
    background: #002e5d;
    padding: 30px 15px; border-radius: 8px;
  }
  .innleft_section .card {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #ffffff73;
    border-radius: 0;
  }
  .innleft_section .card .card-header {
    padding: 0;
    border: 0;
  }
  .innleft_section .card .btn-link {
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    text-decoration: none;
    border-radius: 0;
  }
  .innleft_section .card .btn-link:hover,
  .innleft_section .card .btn-link[aria-expanded="true"] {
    background: #a70e13;
  }
  .innleft_section .card .btn-link[aria-expanded="true"] .fa-plus:before {
    content: "\f068";
  }
  .innleft_section .accordion .inner-title h4 {
    color: #fff; border-bottom: 1px solid #ffd041;
    padding-bottom: 10px;
  }
  .innleft_section .card .card-body {
    padding: 15px;
    font-size: 14px;
    color: #fff;
    background: #b92328;
  }

  .innleft_section .card .btn-link a {
    color: #fff;
  }

  .innleft_section .card .card-body a {
    color: #fff;
  }
  .breadcrumb-item + .breadcrumb-item::before {color: #3b3b3b;}
/*left menu section end here*/
/* breadcrum area Start  */
/* edit by yash  add align item gap*/
.breadcrum-area {
    position: relative;
    padding: 10px 0;
    bottom: 0px;
    z-index: 999;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
}
/*End edit by yash */
li.breadcrumb-item a:hover {
    text-decoration: underline;
}
.breadcrumb-item a.active:hover{
    text-decoration: none;
}
  /* .breadcrum-area:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  } */
  .breadcrum-area .breadcrumb {
    background: none;
    margin: 0;
    padding: 0;
    width: max-content;
  }
  .breadcrum-area .breadcrumb li.breadcrumb-item,
  .breadcrum-area .breadcrumb li.breadcrumb-item a {
    color: #000000;
    font-size: 0.9375em;
    font-weight: 500;
  }
  
  .breadcrumb-item a.active {
    color: #525252 !important;
    font-weight: 600 !important;
  }
  .banner_title {
    font-size: 1.2em;
    color: #000000;
    padding-bottom: 10px;
}
  /* breadcrum area END  */
  /*data table section css start here*/
.custum-table tr th{background: #002e5d; color: #fff;}
.custum-table thead{background: linear-gradient(90deg, rgba(170, 82, 137, 1) 0%, rgba(108, 57, 130, 1) 78%);
}
  /*data table section end here*/
  .after-element {
    color: white; /* Apply white color */
    /* Other styles as needed */
}

.faculty-bg{height: 100%; position: relative;}
.faculty-img2{width: 100%; margin-top: 38px;border-radius: 9px; height: 336px;}
.faculty-img2 img{width: 100%; height: 100%; border-radius: 10px; box-shadow: rgb(57, 57, 57) 0px 3px 18px;}
.inner-faculty-heading{ color: #fff; padding-top: 50px;}
.heading{ color: #fff; font-size: 26px;}
.subheading{ color: #fff; font-size: 18px; padding: 5px 0;}
.des-txt{ color: #fff; font-size: 16px;}
.mail-div{ color: #fff; font-size: 16px; margin-top: 7px;}
.heading-txt{font-size: 20px; font-weight: 600; color: #094280; padding-bottom: 5px;}
/* SECTION VERTICAL TABS */
.detail-fac{margin-top: 50px;}
.date-range {
    letter-spacing: 0.01em;
    color: #094280;
}

#experienceTab.nav-pills .nav-link {
    background: #fff;
    color: #000;
    border-radius: 0px;
    border-bottom: 1px solid #dddada;
    transition: 0.3s eas-in-out;
    margin-bottom: 0px;
  padding: 17px 20px;
    font-size: 16px;
}
#experienceTab.nav-pills .nav-link:hover {
    color: #fff !important;
    background: #094280 !important;
}
#experienceTab.nav-pills .nav-link .active{color: red;}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff  !important; font-weight: 600;
    background: #094280 !important; 
  }
#programmes-slider p{color: #fff;}

#experienceTabContent p{color: #000;}
.innerheading{font-size: 16px; color: #000; padding-bottom: 5px; font-weight: 600;}
/*Academics section css start here*/
.academic-program-finder {
    /* margin: 30px 0; */
    position: relative;
}
.section-spacing {
    /* padding: 32px 0 33px; */
    padding: 25px 0 24px;
}
.program-finder-text {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 950px; color: #fff;
}
.program-finder-text p{color: #fff; text-align: center;}
.register-bg img{width: 100%;}
.register-bg{position: relative;}
.register-bg::before{
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, rgb(33, 33, 34) 0%, rgba(0,0,0,0.0341270297181373) 50%, rgb(26, 27, 29) 100%);
    z-index: 0;
    opacity: 0.8;
}
.register-icon{text-align: center; width: 84px;}
.register-icon img{width: 100%; height: fit-content;}

/*Academics section css end here*/
/*Courses section css start here*/
.courses-area{padding: 20px 0;}
.courses-ul{display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;}
.courses-ul li{width: 23.7%; text-align: center; }
.courses-ul li a{color: #fff; background: #094280; display: flex;
    justify-content: center; min-height: 70px; align-items: center; padding: 0 15px;}
    .courses-ul li a:hover{background: #a70e13ed;}
/*Courses section css end here*/
/*workshop section start here*/

.workshop-sec{padding: 20px 0;}
.workshop-sec .workshop-img {width: 100%;height: 300px; border: none;
    transition: 0.4s;
    overflow: hidden;  }
.workshop-sec .workshop-img img{width: 100%; height:fit-content;}
.workshop-sec .workshop-img:hover img{transform: scale(1.2);
    transition: 0.4s;
  }
.workshop-sec .workshop-title{font-size: 22px; color: #000; padding: 8px 0; font-family: 'georgiaregular';}
.workshop-sec .workshop-des{font-size: 16px; color: #000;}

/*workshop section end here*/
.inn-bg5{width: 100%;
    position: absolute;
    z-index: -1;
    top: 0px;}
    .inn-bg5 img{width: 100%; height: 335px;}
.inn-bg5::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, rgb(196, 18, 47) 0%, rgb(196, 18, 47) 78%) !important;

    z-index: 0;
    opacity: 0.8;
 }

 /*team section start here*/
.team-section{ display: grid;
    grid-template-columns: auto auto auto auto; gap: 20px; margin-top: 50px; margin-bottom: 50px;}
    .staff-box {

        background:#fff;
        padding: 0.6rem;
          padding-top: 0.6rem;
        padding-top: 0;
        text-align: center;
        width: 100%;
        max-width: 280px;
        margin-top: 64px; border-radius: 6px;
        box-shadow: rgba(141, 160, 178, 0.2) 0px 8px 24px;
      }
    .staff-box img {
        margin-top: -60px;
        margin-bottom: 1px;
        border-radius: 50%;
        border: solid 3px #b7d3d8;
        width: 100%;
        max-width: 128px;
        aspect-ratio: 1/1;
      }
      .staff-box header {
        font-size: 1.2em;
        line-height: 1;
        font-weight: bold; padding: 8px 0;
      }
.team-section2{ display: grid;  grid-template-columns: auto auto auto auto; gap: 20px; margin-top: 0px; margin-bottom: 50px;}
.staff-box {
   background:#fff;
            padding: 0.6rem;
              padding-top: 0.6rem;
            padding-top: 0;
            text-align: center;
            width: 100%;
            max-width: 280px;
            margin-top: 64px; border-radius: 6px;
            box-shadow: rgba(141, 160, 178, 0.2) 0px 8px 24px;
          }
        .staff-box2 img {
            margin-top: -60px;
            margin-bottom: 1px;
            border-radius: 50%;
            border: solid 3px #b7d3d8;
            width: 100%;
            max-width: 128px;
            aspect-ratio: 1/1;
          }
          .staff-box2 header {
            font-size: 1.2em;
            line-height: 1;
            font-weight: bold; padding: 8px 0;
          }

 /*team section end here*/
/* Tabs Section CSS Start */
.main-wraper {
    display: flex;
    flex-direction: column;
    height: 100vh;
}
.tabs-sec {
    padding: 40px 0 50px;
    background: #f9f9f9;
	flex-grow: 1;
}
.multistep_content .nav-tabs {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
    border-radius: 5px;
    margin: 0px 1.5rem;
    position: relative;
    border: 0; gap: 10px;
}
.multistep_content .nav-tabs li {
    margin: 0;
	margin-right: 8px;
}
.multistep_content .nav-tabs a.nav-link {
    padding: 15px 5px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
	flex-direction: column;
    height: 100%;
    border: 0;
    color: #000;
    background: #ddd;
    text-transform: uppercase;
    border-radius: 4px; text-align: center;
}
.multistep_content .nav-tabs a{font-size: 14px!important;}
.multistep_content .nav-tabs a.nav-link.active {
    background: #a70e13;
    color: #fff;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .14), 0 7px 10px -5px rgba(233, 30, 99, .4) !important;
    position: relative;
}
.multistep_content .nav-tabs a.nav-link.active:after {
    content: '';
    width: 15px;
    height: 15px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #a70e13;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
    margin: auto;
}
.multistep_content .nav-tabs a.nav-link img {
    width: 40px;
    margin-bottom: 10px;
	background: #fff;
    border-radius: 5px;
    padding: 5px;
}
.multistep_content .nav-tabs a.nav-link.active img {
    filter: invert(1);
	background: transparent;
    padding: 0;
}
 .multistep_content .tab-content {
    background: #fff;
    padding: 5.5rem 0rem;
    border-radius: 15px;
    margin-top: -2.5rem;
}
.multistep_content .row {
    align-items: end;
}

/* Tabs Section CSS End */

/* inner tab section start here*/
/*inner tabs section css start here*/
.inner-customtab2 {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #f2f2f2;
  }
  .inner-customtab2 li {
    margin-left: -15px;
    margin-right: 3px;
  }
  .inner-customtab2 li:first-child {
    margin-left: 0px;
  }
  .inner-customtab2 a {
    clip-path: polygon(0% 0%, 79% 0, 100% 108%, 0% 100%);
    background: #f2f2f2 !important;
    border-radius: 16px 107px 0 0 !important;
    font-size: 13px !important;
    color: #3a3a3a !important;
    padding: 10px 50px 10px 22px !important;
    font-weight: 600;
  }
  .inner-customtab2 a:hover {
    color: #fff !important;
    background: linear-gradient(45deg, #1d4382, #0c7ed8) !important;
  }
  .inner-customtab2 li .active {
    clip-path: polygon(0% 0%, 79% 0, 100% 108%, 0% 100%);
    font-weight: 500;
    background: linear-gradient(45deg, #1d4382, #0c7ed8) !important;
    border-radius: 16px 107px 0 0 !important;
    z-index: 99;
    position: relative;
    color: #fff !important;
  }
  .left-title{margin-bottom: 20px;}

/*inner tab section end here*/

.accordion-button:not(.collapsed){background-color: #083e75; color: #fff;}
.pop-top{margin-top: 250px;}
.btn-close2{padding: 10px 20px; border-radius: 8px;}

.innerul{list-style:none;padding-left: 15px;}
.innerul li{line-height: 24px; padding: 10px;}
.innerul li a{color: #000;}
.innerul li:before{content: "\f105"; font-family: "FontAwesome"; display: block;height: 0;width: 0;left: -13px;position: relative; color: #ffa500;}


.innerul-box{display: flex;   gap: 20px;   flex-wrap: wrap; margin-bottom: 10px;}
.innerul-box li{background: #f3f3f3; display: flex; border:1px solid #f3f3f3; width: 32%; min-height: 80px; font-size: 14px; align-items: center; border-radius: 8px;}
.innerul-box li span{font-size: 22px; padding: 0 10px; color: #000; background: #ffa500;  border-radius: 50%;
    width: 40px;
    height: 40px; display: flex;
    justify-content: center;
    align-items: center; margin-right: 6px; margin-left: 10px;}
.innerul-box li a{color: #000;}
/*inner pages css end here*/
/* MS CSS Start 07-01-2025 */
td ul li{
    padding: 0;
    margin: 0;
}
td .innerul li {
    line-height: normal;
    margin-bottom: 0;
    padding: 0;
}
.node--type-academic-courses .node__content {
  position: relative;
}

.node--type-academic-courses .field--name-field-upload-document.field--type-file {
  position: absolute;
  right: 0px;
  top: 0px;
}
.node--type-academic-courses .field--name-field-upload-document, .node--type-academic-courses .field--name-field-durations {
    display: flex;
    align-items: center;
}
.node--type-academic-courses .field--name-field-upload-document .field__label, .node--type-academic-courses .field--name-field-durations .field__label {
    font-weight: 600;
	margin: 0 10px 0 0;
}
.node--type-academic-courses .table-responsive {
    margin: 15px 0;
}
.node--type-admission .field--name-field-upload-document, .node--type-admission .field--name-field-duration {
    display: flex;
    align-items: center;
}
.node--type-admission .field--name-field-upload-document .field__label, .node--type-admission .field--name-field-duration .field__label {
    font-weight: 600;
	margin: 0 10px 0 0;
}
h3.sub-head {
    font-size: 1.5em;
    color: #000000;
    padding: 15px 0;
}
.img-right.img-ceo {
    width: 200px;
	float: right;
}
.img-right.img-ceo img {
    width: 100%;
    height: 100%;
}
/* MS CSS End 07-01-2025 */

/* start yash css for profile page 08-01-2024  */
.img_profile_picture img {
    width: 200px;
    height: 200px;
    background: white;
    border: 1px solid #ffa500;
    padding: 7px;
    border-radius: 50%;
    object-fit: contain;
}
.img_profile_picture {
    text-align: center;
}


.bg_side_profile {
    background: #f3f3f3;
    padding: 20px 0;
    text-align: center;
    border-radius: 5px;
    position: sticky;
    top: 15px;
}
.profile_data_section small {
    font-size: 14px;
    color: gray;
    margin-bottom: 20px;
}
.profile_data_section h4 {
    color: #ffa500;
    font-weight: 600;
    font-size: 1.1rem;
    margin: 12px 0 0 0;
}

.bg_white_so {
    background: white;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 0px 3px;
    padding: 20px;
    border-radius: 5px;
    height: 100%;
}
.content_for_info {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.8rem;
    margin-bottom: 10px;
}
.content_for_info h5 {
    font-size: 0.8rem;
    font-weight: 700;
    min-width: 80px;
}
.pa_cont h6 {
    margin-top: 10px;
}

.pa_cont h5 {
    color: #ffa500;
    padding: 4px 0;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 20px;
}
.pa_cont {
    border-top: 1px dashed #e3e3e3;
    padding-top: 10px;
    margin-top: 20px;
}
.content_for_info a:hover {
    color: #ffa500;
}
.content_for_info a {
    color: #3b3b3b;
}
.bg_bradecurm_cust {
    background: #ffa500;
    padding: 10px;
}
.profile_section_head .semin_heading__  {
    margin: 0 0 2rem 0;
}
ul.sf-menu {
    align-items: center;
}
.breadcrum-area .banner_title{
    padding: 0;
    font-size: 1rem;
    line-height: 25px;
}
.bg_navbr_mobile ul li span {
    padding: 0 8px !important;
}
/* Edn yash css 08-01-2025  */

#block-nchmct-megamenu1academic-menu {
    color: #02203e;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 8px;
    font-size: 1rem !important;
}
#block-nchmct-megamenu2admission-menu {
    color: #02203e;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 8px;
    font-size: 1rem !important;
}
.node--type-admission .field.field--name-field-document.field--type-file.field--label-above {
    margin-top: 35px;
    margin-bottom: 20px;
}

.node--type-admission .field--name-field-document{
    display: flex;
    align-items: center;
}
.node--type-admission .field--name-field-document .field__label{
    font-weight: 600;
	margin: 0 10px 0 0;
}

/* Pagination css Start */
ul.pager__items.js-pager__items{display:flex;text-align:center;margin-top:15px;justify-content:center;padding:0;flex-wrap:wrap}
ul.pager__items.js-pager__items li{display:inline-block;margin:5px 5px;font-size:0.875em}
ul.pager__items.js-pager__items li:last-child{margin-right:0}
ul.pager__items.js-pager__items li.is-active a, ul.pager__items.js-pager__items li:hover a{background:#002e5d;color:#fff}
ul.pager__items.js-pager__items li a{background:#dee2e6;color:#002e5d;display:block;text-align:center;line-height:1;text-decoration:none;transition:.4s;-webkit-transition:.4s;padding:8px 15px;font-size: 1em;}
/* Pagination css End */

/* Add home icon to the first menu item */
.bg_navbr_mobile  li:first-child a:before{
 font-size: 0;
 position: relative;
 /* padding: 19px 20px !important; */
 background: white!important;
}
.bg_navbr_mobile  ul.sf-menu.menu > li:first-child a:before {
 color: #380e65;
 content: url(https://staging3.velocis.in:8243/NCHMCT/sites/default/files/2025-01/home-icon2.png);
 position: absolute;
 left: 0px;
 top: -11px;
 padding: 7px 10px!important;
}

/* yash css sart 10.01-2025  */
.footer_quick_links ul li{
    list-style: none;
}
/* Edn yash css 10-01-2025  */
/* yash css start 14-01-2025  */
.views-exposed-form .form--inline {
    display: flex;
    align-items: end;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 15px
}
.views-exposed-form .form--inline label{
    font-size: 14px;
    color: gray;
    padding-bottom: 5px;
}
.views-exposed-form .form--inline select{
    padding: 7px 10px;
    font-size: 14px;
}
.views-exposed-form .form--inline #edit-actions input{
    background: #002e5d;
    padding: 7px 20px;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    border: none;
     transition: 0.2s ease-in-out;
}
.views-exposed-form .form--inline #edit-actions input:hover {
    background: #ffa500;
    transition: 0.2s ease-in-out;
    color: #000;
}
.view-media-gallery .views-view-responsive-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
}
.view-media-gallery .views-view-responsive-grid img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 5px;
}
@media screen and (max-width: 767px){
    .view-media-gallery .views-view-responsive-grid {
        grid-template-columns: 1fr;
    }
	.node--type-academic-courses .node__content {
  position: relative;
  }
  .node--type-academic-courses .field--name-field-upload-document.field--type-file {
  position: relative;
  right: 0px;
  top: 0px;
  }
}
/* Edn yash css 14-01-2025 */
/* MS CSS Start 16-01-2025 */
	/* Institute Affiliation Page */
	.view-id-institute_affiliation.view-display-id-page_1 .views-row{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:24px}
	.view-id-institute_affiliation.view-display-id-page_1 .views-row .views-col{box-shadow:0px 0px 9px #00000033;border-radius:10px;transition:0.5s ease-in-out;overflow:hidden;cursor:pointer;width:100%!important}
	.view-id-institute_affiliation.view-display-id-page_1 .views-row .views-col .views-field-field-category-image .field-content{overflow:hidden}
	.view-id-institute_affiliation.view-display-id-page_1 .views-row .views-col .views-field-field-category-image img{width:100%;height:100%;transition:0.5s ease-in-out}
	.view-id-institute_affiliation.view-display-id-page_1 .views-row .views-col .views-field-name{padding:15px}
	.view-id-institute_affiliation.view-display-id-page_1 .views-row .views-col .views-field-name a{color:#000;font-size:1rem;transition:0.5s ease-in-out}
	.view-id-institute_affiliation.view-display-id-page_1 .views-row .views-col:hover .views-field-field-category-image img{transform:scale(1.1)}
	.view-id-institute_affiliation.view-display-id-page_1 .views-row .views-col:hover .views-field-name a{color:#FFA500}
	/* e-Books/Journals Page */
	.view-id-e_books_journals.view-display-id-page_1 .view-content{display:grid;grid-template-columns:1fr 1fr 1fr;gap:24px}
	.view-id-e_books_journals.view-display-id-page_1 .view-content .views-row{display:flex;gap:15px;background:white;align-items:start;box-shadow:0px 0px 9px #00000033;border-radius:10px;transition:0.5s ease-in-out;overflow:hidden;cursor:pointer}
	.view-id-e_books_journals.view-display-id-page_1 .view-content .views-row .views-field-field-cover-image{width:33%;height:100%}
	.view-id-e_books_journals.view-display-id-page_1 .view-content .views-row .views-field-field-cover-image .field-content{overflow:hidden;height:100%}
	.view-id-e_books_journals.view-display-id-page_1 .view-content .views-row .views-field-field-cover-image img{width:100%;height:100%;object-fit:fill;transition:0.5s ease-in-out}
	.view-id-e_books_journals.view-display-id-page_1 .view-content .views-row .views-field-nothing{padding:15px 15px 15px 0;width:67%}
	.view-id-e_books_journals.view-display-id-page_1 .view-content .views-row .views-field-nothing h3{font-size:0.875rem;color:#000;margin:0 0 3px}
	.view-id-e_books_journals.view-display-id-page_1 .view-content .views-row .views-field-nothing h3 span{font-weight:600;padding:0 5px 0 0}
	.view-id-e_books_journals.view-display-id-page_1 .view-content .views-row .views-field-nothing p{font-size:0.875rem;color:#000;margin:0 0 3px}
	.view-id-e_books_journals.view-display-id-page_1 .view-content .views-row .views-field-nothing p span{font-weight:600;padding:0 5px 0 0}
	.view-id-e_books_journals.view-display-id-page_1 .view-content .views-row .views-field-nothing a{color:#7F7F7F;font-size:0.875rem;display:block;font-weight:normal;transition:0.5s ease-in-out}
	.view-id-e_books_journals.view-display-id-page_1 .view-content .views-row:hover .views-field-field-cover-image img{transform:scale(1.1)}
	.view-id-e_books_journals.view-display-id-page_1 .view-content .views-row:hover .views-field-nothing a{color:#FFA500}
	.footer_quick_links ul li a{position:relative}
	.footer_quick_links ul li a:before{content:"\f061";font-family:'FontAwesome';margin:0 10px 0 0;display:inline-block}
/* MS CSS End 16-01-2025 */

/* 17-01-25 css start by Deepak */
.library-network {display: flex;gap: 30px;flex-wrap: wrap;margin-bottom: 50px !important;}
.library-network a {width:18%;transition: transform 0.3s ease;}
.library-network a img{object-fit:cover;width:100%;height:auto;}
.library-network a:hover{transform: translateY(-5px);transition:transform 0.3s ease;}

.view-digital-book-journal .view-content{display:grid;grid-template-columns:1fr 1fr 1fr;gap:24px}
.view-digital-book-journal .view-content .views-row{display:flex;gap:15px;background:white;align-items:start;box-shadow:0px 0px 9px #00000033;border-radius:10px;transition:0.5s ease-in-out;overflow:hidden;cursor:pointer}
.view-digital-book-journal .view-content .views-row .views-field-field-cover-image{width:33%;height:100%}
.view-digital-book-journal .view-content .views-row .views-field-field-cover-image .field-content{overflow:hidden;height:100%}
.view-digital-book-journal .view-content .views-row .views-field-field-cover-image img{width:100%;/* height:100%; *//* object-fit: fill; */transition:0.5s ease-in-out;padding: 15px 0 15px 15px;}
.view-digital-book-journal .view-content .views-row .views-field-nothing{padding:15px 15px 15px 0;width:67%}
.view-digital-book-journal .view-content .views-row .views-field-nothing h3{font-size:0.875rem;color:#000;margin:0 0 3px}
.view-digital-book-journal .view-content .views-row .views-field-nothing h3 span{font-weight:600;padding:0 5px 0 0}
.view-digital-book-journal .view-content .views-row .views-field-nothing p{font-size:0.875rem;color:#000;margin:0 0 3px;}
.view-digital-book-journal .view-content .views-row .views-field-nothing p span{font-weight:600;padding:0 5px 0 0}
.view-digital-book-journal .view-content .views-row .views-field-nothing a{color:#7F7F7F;font-size:0.875rem;display:block;font-weight:normal;transition:0.5s ease-in-out}
.view-digital-book-journal .view-content .views-row:hover .views-field-field-cover-image img{transform:scale(1.1)}
.view-digital-book-journal .view-content .views-row:hover .views-field-nothing a{color:#FFA500}
.view-digital-book-journal .view-content .views-row .views-field-nothing p:last-child {display: flex;flex-wrap:wrap}
/* 17-01-25 css End by Deepak */
/* 21-01-25 css Start by MS */
.top_gov_gudiline .text-size a{margin:0 0px 0 4px}
.top_gov_gudiline .links{display:flex;align-items:center;justify-content:end;padding:0;margin:0;list-style-type:none}
.top_gov_gudiline .links li+li{margin:0 0 0 8px}
/* 21-01-25 css End by MS */

#navbarNavDropdown .sf-depth-1{cursor: pointer}
ul.sf-menu li li:hover > ul, ul.sf-menu li li.sfHover > ul {left: 94% !important;}
/* modal popup start */
.modal {
    background: #000000d9;
    z-index: 99999;
	overflow: hidden;
}
.modal-dialog {
  max-width: 800px;
}
.modal-content {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}
.modal-header {
  border-bottom: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal-title {
  font-size: 1.2em;
  color: #333;
}
.modal-body .popup-img {
    background: #eee;
}
.popup-img img {
    height: 450px;
    width: 100%;
    object-fit: contain;
}
button.btn-close.popup-close {
    border: double;
}
.popup-lins a{
    background: #FFA500;
    color: #fff;
    border: none;
    padding: 5px 25px;
    font-size: .875rem;
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
}
.popup-lins a:hover{
    background: #054382;
    color: #fff !important;
    z-index: 1
}
button.btn-close.popup-close {border: 1px solid #3b3b3b;}
button.btn-close.popup-close:hover {border: 1px solid #ffa500;}
.modal-body{padding-top: 0px;}
.popup-lins{display: flex; justify-content: center; margin-top: 20px;}

/* modal popup end */
/* Site Map Page css Start  rb 03-feb-2025*/
.sitemap ul{list-style-type:none;padding:0;margin:0}
.sitemap ul li{padding:0px 10px;list-style:none;border:1px solid lightgray;margin-bottom:10px}
.sitemap ul li span{font-size: 14px; font-weight: 600;  padding: 18px;  display: flex;}
.sitemap ul li:before{padding-right:5px;color:#fda300;position:initial;display:inline}
.sitemap ul li:hover{border-color:#fda300}
.sitemap ul li a{font-size:0.938em;color:#000;display:inline-block;width:95%;padding:7px 0}
.sitemap ul li a:hover{text-decoration:underline;color:#fda300}
.sitemap ul li ul{padding-left:15px}
/* Site Map Page css End rb 03-feb-2025 */

.messages--error em.placeholder {
    background-color: #e6e0e0;
    color: #ff0000;
}
.view-id-at_a_glance.view-display-id-block_1 .owl-dots.disabled {
    display: none !important;
}

.view-id-urgent_notification.view-display-id-block_1 .owl-dots.disabled {
    display: none !important;
}

/* CSS Start By MS 06-02-2025 */
ul.navbar-nav > li:first-child > a{font-size:0px!important;padding:7px 20px!important}
.webform-submission-form .js-form-item .error, .webform-submission-form .js-form-item .error-message{color:red!important;font-size:12px}
ul.navbar-nav li ul{top:100%!important}
ul.navbar-nav li ul li ul{top:0!important}
.inner_banner:before{content:"";position:absolute;background:#ffa500;bottom:0;left:0;width:100%;height:100%;z-index:-1}
ul.navbar-nav li span.menuparent{position:relative}
ul.navbar-nav li span.sf-depth-2.menuparent:after{content:"\f107";font-family:'Font Awesome 5 Free';position:absolute;top:3px;right:-2px;font-size:10px;font-weight:600}
ul.navbar-nav li ul li span.menuparent:after{right:0px;transform:rotate(-90deg)}
/* Social Media Section css Start */
.social-fixed .social-btn{display:flex;width:150px;align-items:center;justify-content:flex-start;padding-left:15px;padding-right:0px;padding-top:5px;padding-bottom:5px;border:1px;border-bottom-left-radius:30px;border-top-left-radius:30px;margin-bottom:5px}
.social-fixed a{position:relative;right:0px;transition:right 1s}
.social-fixed{z-index:9999;position:fixed;right:-105px;top:100px}
.social-fixed a:hover{right:105px;transition:right 1s}
.social-fixed .social{position:fixed;top:50px}
.social-fixed .social a{text-decoration:none}
.social-fixed .color-fb{background-color:#305891}
.social-fixed .color-tw{background-color:#010101}
.social-fixed .color-instagram{background-image:linear-gradient(-45deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5)}
.social-fixed .color-youtube{background:#B30000}
.social-media a.twit img{width:18px}.social-fixed .color-tw img{width:22px}
.social-fixed .google-font{font-size:1.25em}
.social-fixed .social-btn i{color:#fff;font-size:1.625em}
.social-fixed .social-btn p{color:white;margin-top:0px;margin-bottom:0px;padding-left:15px}
.social-fixed{animation:20s linear 0s infinite alternate sun-rise}
@keyframes sun-rise{
  0%{transform:translateY(20vh)}
  100%{transform:translateY(0)}
}
/* Social Media Section css End */
@media screen and (max-width: 767px){
	ul.navbar-nav > li:first-child > a{padding:0px 0px!important}
	.nav_end ul li a{margin:0px 0px!important}
	.breadcrum-area{gap:10px;flex-wrap:wrap}
}
/* CSS End By MS 06-02-2025 */

#block-nchmct-views-block-circular-notice-listing-page-block-1 .owl-dots {display: none !important;}

/* Photo Gallery Page css Start */
.view-id-photo_gallery_test.view-display-id-page_1 .view-content {
    display: grid;
    grid-template-columns: 32% 32% 32%;
    grid-gap: 24px;
    padding: 0;
    list-style-type: none;
    margin: 0
}

.view-id-photo_gallery_test.view-display-id-page_1 .view-content {
    width: 100%;
    display: flex;
    flex-direction: column
}

.view-id-photo_gallery_test.view-display-id-page_1 .view-content .views-field-field-image {
    order: 1;
    border: 10px solid #f0f0f0;
    display: block;
    overflow: hidden;
    position: relative
}

.view-id-photo_gallery_test.view-display-id-page_1 .view-content .views-field-field-image img {
    width: 100%;
    height: 250px;
    object-position: top center;
    max-height: 250px
}

.view-id-photo_gallery_test.view-display-id-page_1 .view-content .views-field-field-image::after {
    bottom: 0;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
    width: 100%
}


.view-id-photo_gallery_test.view-display-id-page_1 .view-content .views-field-name {
    order: 2;
    padding: 5px 10px 10px;
    background: #f0f0f0;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align:centre;
}

.view-id-photo_gallery_test.view-display-id-page_1 .view-content .views-field-name span.field-content {
    justify-content: center;
    display: flex;
}
.view-id-photo_gallery_test.view-display-id-page_1 .view-content .views-field-name span.field-content a {color: #000000;}
.view-id-photo_gallery_test.view-display-id-page_1 .view-content .views-field-name span.field-content a:hover {color: #0c55bd;text-decoration: underline;}

.view-id-photos_gallery_inner.view-display-id-page_1 .views-view-responsive-grid img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 5px;
    padding: 5px;
}

/* Photo Gallery Page css End */

/* yash css start 12-02-2025  */
.inner_banner img {
    width: 100%;
    min-height: 350px;
    object-fit: cover;
  }
/* Edn yash css 12-02-2025 */

.custum-table td .innerul li {border-bottom: 1px solid #f3f3f3; padding:0 0 8px 0; margin-bottom: 6px; list-style-type: disc;}
.custum-table td .innerul li:before {content: "";  font-family: "FontAwesome";  display: block;  left: -13px;  position: relative;  color: #ffa500; font-size: 13px; top: 3px;}
.innercontainer .banner_title{font-weight: 600;}
.path-senior-officers .custum-table td:first-child, .path-senior-officers .custum-table th:first-child{text-align: center;}
.custum-table td a:hover{color: #e7960e;}
.accordion-item .accordion-header .accordion-button:hover{color: #ff0;}

#superfish-main li:hover .mbox {
    display: none !important;
}

/* User Login Page CSS Start By Manoj 25-2-2025 */
form#user-login-form{width:100%;max-width: 550px;background:#fff;margin:auto;padding:25px;border-radius:10px;box-shadow:0 0 14px #00000036}
form#user-login-form label{font-size:16px;margin-bottom:2px;color:#000;position:relative;padding-right:10px;font-weight:bold}
form#user-login-form label.form-required:before{content:'*';position:absolute;color:red;right:0}
form#user-login-form label.error{color:red;font-size:12px;font-weight:normal;margin:0;padding:0;line-height:normal}
form#user-login-form legend.captcha__title{font-weight:bold;color:#000;font-size:18px}
form#user-login-form .description{font-size:12px;color:gray!important;margin:5px 0}
form#user-login-form .js-form-item{margin:0 0 15px}
form#user-login-form .js-form-item.js-form-item-captcha-response{margin:0}
form#user-login-form input, form#user-login-form textarea, form#user-login-form select{height:40px;display:block;padding:0.6rem 0.75rem;font-size:1em;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:4px;transition:border-color .15s ease-in-out, box-shadow .15s ease-in-out;width:100%;margin:0}
form#user-login-form input#edit-submit{width:fit-content!important;margin:20px auto 0;padding:0.6rem 1.75rem;background:#dee2e6;line-height:normal;height:auto;border-radius:4px}
form#user-login-form input#edit-submit:hover{background:#002e5d;color:#fff;border-color:#002e5d}
/* User Login Page CSS End By Manoj 25-2-2025 */

/* Top Header Search Box css start */
.search-btn.seach-sec a {color: #ffa500;}
.top_gov_gudiline .searchSection{position:relative;height:0}
.top_gov_gudiline #search-block-form{display:none;background:#fff;padding:10px 13px;position:absolute;right:0;top:18px;transition:all 0.3s linear;z-index:99;border:1px solid #eee;box-shadow:3px 3px 8px rgb(0 0 0 / 15%);width:253px;left: -135px;}
.top_gov_gudiline .search-block-form-ShowBox{display:block!important;transition:all 0.3s linear}
.top_gov_gudiline .main-menu-area input#edit-keys{background-color:#fff;border:1px solid #c0c0c0;/*! height:35px; */padding:8px 8px;min-width:200px;font-size:0.875em;border-radius:0px}
.top_gov_gudiline .main-menu-area input#edit-submit{position:absolute;right:15px;border-radius:0px;background:#4b55ae;color:#ffff;border:0;padding:9.5px 5px;font-size:.85em;top:10px;/*! height:46px; */width:23%;}
/* Top Header Search Box css End */
/*search section start here*/
.search-form{border: 1px solid #dfe1e5; box-shadow: 0px 2px 8px 0px rgba(60, 64, 67, 0.25); border-radius: 8px; display: flex;
  justify-content: space-between;  margin-bottom: 10px; padding:26px 15px; background: #002e5d; margin-bottom: 30px;}
.search-form .form-type-search label{font-size: 20px; color: #fff; margin-right: 8px;}
.search-form .form-type-search .form-search{border: 1px solid #dfe1e5; box-shadow: 0px 2px 8px 0px rgba(60, 64, 67, 0.25); border-radius: 8px;
font-size: 16px; min-height: 35px; padding: 4px 8px; }
.search-form  .form-submit{border: 1px solid #4B55AE; border-radius: 5px;
  font-size: 14px; color: #283B6A; padding: 6px 15px; font-weight: 600; background: #F8F9FA; font-family: 'Noto Sans' !important; min-height: 35px;}
.search-form .form-submit:hover{background: #ffa500; color: #fff;}
.search-form .search-help-link{border: 1px solid #4B55AE; border-radius: 5px; font-size: 14px; color: #283B6A; padding: 6px 15px;  font-weight: 600;
  background: #F8F9FA;  font-family: 'Noto Sans' !important; min-height: 35px;
display: none;
}
.search-form .search-help-link:hover{background: #ffa500; color: #fff;}
.search-results{display: flex; flex-direction: column; margin: 0px; padding: 0;}
.search-results li{border: 1px solid #dfe1e5; box-shadow: 0px 2px 8px 0px rgba(60, 64, 67, 0.25); border-radius: 8px;  margin-bottom: 16px; padding: 15px;}
.search-results .search-result__title{font-size: 24px; color:#0B1636;}
.search-results .search-result__title a{font-size: 18px; color:#0B1636;}
.search-results .search-result__snippet-info p{color: #000;}
.seach-sec .fa-magnifying-glass{color: #ffa500;}
/*search section end here*/

