@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rhodium+Libre&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/* Basic CSS Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.aboutthe_university li{
    list-style: disc;
}

ul li{

  margin-bottom: 12px;
}


/* Body Styling */
body {
  font-family: Poppins;
  line-height: 1.6;
  background-color: #f4f4f4; /* Light background color */
  color: #333; /* Dark text color */
}
/* p{
  font-size: 18px;
} */
/* Container */
.container-fluid {
  width: 85%;
  margin: 0 auto;
}
.form-control:focus {
  border-color: #ff9800;
  box-shadow: inherit;
}

/* Bootstrap_custom */
.accordion-button:focus{
  box-shadow: none;
}
.dropdown-item.active, .dropdown-item:active{
  color: #000000;
}
/* .accordion-button:not(.collapsed){
  background-color: #93002d29;
} */
.headingtable{
  color: #93002d !important;
}
.section_spacing {
  padding: 45px 0px 20px 0px;
}
.title_main {
  font-family: Poppins;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.4;
  color: rgb(0 4 160);
  display: block;
  position: relative;
  padding-bottom: 4px;
  width: fit-content;
  margin: auto;
}


.topheader_main{
  background: rgba(0, 4, 160, 1);
}
.nav_onetop ul li , .nav-righttwo li{
  margin: 0px;

}
.nav-righttwo .btn{
padding: 6px 25px;
}
.nav-righttwo .btn.active{
  background: rgba(255, 152, 0, 1);
  color: #fff;
  border: none;
}

.nav-righttwo .btn-english:active{
  background: rgba(255, 152, 0, 1);
  color: #fff;
}
.nav-righttwo .btn-punjabi , .nav-righttwo .btn-punjabi:active{
  border: 1px solid rgba(255, 255, 255, 1);
  color: #fff;
}
.nav_onetop ul li a{
  margin-right: 20px;
}
.list_itemtop {
  font-family: Poppins;
  font-size: 17px;
  font-weight: 400;
  color: #fff !important;
  padding: 0px;
}

.nav-righttwo  li span.active{
  background: rgba(255, 152, 0, 1);
}

.nav-righttwo  li span {
  color: #fff;
  font-size: 12px;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-family: Poppins;
}
.navbar-nav .dropdown-menu {
  border-top: 3px solid rgba(255, 152, 0, 1);
  border-radius: 0px 0px 10px 10px;
}
.nav_onetop ul li span.active {
  background-color: #fff;
  color: #93002d;
}
.list_itemtop:hover,
.list_itemtop:focus {
  color: #fff !important;
}
.dropdown-item li a {
  color: #212529 !important;
}
.dropdown-menu a{
    margin-bottom: 5px;
}

.nav_secondbottom .list_itemsecondnav {
  color: rgba(51, 51, 51, 1);
  font-family: Poppins;
  font-size: 18px;
  font-weight: 400;
  line-height: 12.78px;
  text-align: center;
}
.nav_secondbottom .list_itemsecondnav.active{
  background: rgba(255, 152, 0, 1);
  padding: 8px 14px;
  border-radius: 5px;

}
.btn_changelanguage {
  background: linear-gradient(263.09deg, #93002d -53.47%, #ca1f30 137.84%);
  border-radius: 5px;
  padding: 4px 20px;
  color: #fff;
  text-decoration: none;
  font-family: Poppins;
  font-size: 16px;
}
.nav_secondbottom {
  padding: 10px 0px;
}
.nav_secondbottom  ul li , .nav_onetop ul li{
  margin: 0px;
}
.sticky-top{
  background: #fff;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
}
.nav_secondbottom ul li ul li , .nav_onetop ul li ul li{
  border-bottom: 1px solid #b8b8b8;
}
.nav_secondbottom ul li ul li a:hover, .nav_onetop ul li ul li a:hover {
  background: #0004a02e;
}
.nav_secondbottom ul li ul li:last-child , .nav_onetop ul li ul li:last-child{
  border: none;
}
.our_gallery_part img{
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 10px;
  border-radius: 20px;
  background: #d3d3d321;
  height: 200px;
  margin-bottom: 12px;
}
.searchBar {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}

#searchQueryInput {
  width: 90%;
  height: 2.8rem;
  border: 1px solid rgba(255, 152, 0, 1);
  outline: none;
  border-radius: 25px;
  padding: 0 3.5rem 0 1.5rem;
  font-size: 1rem;
  background-color: #fff;
}

#searchQuerySubmit {
  width: 4.5rem;
  height: 2.8rem;
  margin-left: -3.5rem;
  background: none;
  border: none;
  outline: none;
  background-color: rgba(255, 152, 0, 1);
  border-radius: 0px 25px 25px 0px;
}

#searchQuerySubmit:hover {
  cursor: pointer;
}
.nav_secondbottom .list_itemsecondnav.active{
background: rgba(255, 152, 0, 1);
color: #fff;
}

/* =====Section banner========== */
.banner_crousel_part{
  background-color: #fff;
  padding-bottom: 30px;
}
/*   background-image: url('../images/layer.png'); */
/* .banner_crousel_part .carousel-item{
  clip-path: polygon(100% 0, 100% 53%, 55% 100%, 42% 100%, 0 54%, 0 0);
} */
.banner_crousel_part .carousel-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70%;
  background: linear-gradient(180deg, #3D3F84 11%, rgba(61, 63, 132, 0.1) 100%);
  z-index: 1;
  opacity: 0.8; /* Adjust for visibility */

}

.banner_crousel_part .carousel-item img {
  position: relative;
  z-index: 0;
}

.banner_crousel_part .carousel-caption {
  position: absolute;
  z-index: 2;
}
.banner_crousel_part .carousel-caption {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 100%;
  top: 10%;
  z-index: 1;
}
.main-close{
    width: 50px !important;
    position: absolute;
    right: 7px;
    background: #ff9800;
    top: 20px;
}

.carousel-caption h5 {
  font-family: PT Serif;
  font-size: 90px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  font-size: 50px;
}
.carousel-caption h6 {
  font-family: Rhodium Libre;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
  font-size: 30px;
}

.carousel-caption .btn {
  margin-top: 6px;
}

@keyframes blink {
0%, 100% {background-color:rgba(255, 152, 0, 1);}
50% {background-color: rgba(13, 45, 98, 1);}
}
#blinking-button {
background-color: #8EDDBE;
color: white;
animation: blink 1s linear infinite;
}
.enroll_now_bannerpartbtn {
  font-family: Poppins;
  font-size: 19px;
  font-weight: 600;
  color: #fff;
  background: rgba(255, 152, 0, 1);
  border: 1.42px solid rgba(255, 255, 255, 1);
  padding: 8px 30px;
  text-transform: uppercase;
}
.enroll_now_bannerpartbtn:hover,
.enroll_now_bannerpartbtn:active {
  background: rgba(255, 152, 0, 1);
  border: 1.42px solid rgba(255, 255, 255, 1) !important;
}
/* Announcement */
.aanouncement_box {
  background: rgba(0, 4, 160, 1);
}
.aanouncement_box a {
  background: rgba(255, 152, 0, 1);
  color: #fff;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 400;
  padding: 1px 14px;
  text-decoration: none;
  font-weight: 600;

}
.aanouncement_box marquee {
  font-size: 16px;
  color: #fff;
  font-family: Poppins;
  font-weight: 400;

}
.Collaboration-Association .marquee-container .marquee{
    height: 175px;
}
/* About us  */
.about_us_part{
  background-color: #fff;
}
.about_us_part .about_usleft ol li{
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 37px;
  text-align: justify;
  color: rgba(85, 85, 85, 1);
}
.about_us_part .about_usleft h5 {
  font-family: Poppins;
  font-size: 22px;
  font-weight: 600;
  line-height: 45px;
  text-align: left;
  color: rgba(13, 45, 98, 1);
}
.about_us_part .about_usleft p {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 37px;
  text-align: justify;
  color: rgba(85, 85, 85, 1);
}
.about_us_part .about_usleft a {
  border: 1px solid rgba(241, 164, 50, 1);
  color: rgba(241, 164, 50, 1);
  font-family: Poppins;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 8px 18px;
  text-decoration: none;
  border-radius: 6px;
}
.btntransition{
  transition: transform 0.2s ease, box-shadow 0.3s ease;
}
.btntransition:hover{





  transform: scale(1.1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  background: none !important;
  border: 2px solid rgba(0, 4, 160, 1);
  color: rgba(0, 4, 160, 1) !important;
}
.about_us_part .about_usright img {
  background: rgba(243, 241, 255, 1);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
  padding: 20px;
  border-radius: 5px;
  margin-right: 20px;
}
.about_us_part .about_usright p {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 400;
  color: rgba(85, 85, 85, 1);
  text-align: justify;
}
/* The latest news */
.the_latest_news {
  background: rgba(238, 244, 255, 1);
}

.cardowlcrousel_news .card-title {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  color: rgb(0 4 160);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.cardowlcrousel_news .card-text {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(51, 51, 51, 1);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.cardowlcrousel_news a {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: rgba(13, 45, 98, 1);
  text-decoration: none;
}
/* imortant links */

.important_links_whats_new .ugc-letter_box h4 {
  font-family: Poppins;
  font-size: 25px;
  font-weight: 500;
  line-height: 37.5px;
  text-align: left;
  color: rgb(13 45 98);
  margin: 0px;
}
.important_links_whats_new h3 , .about_us_part h3{
  width: auto !important;
}
.important_links_whats_new .importnt_links_partleft ul li {
  list-style: none;
  background: rgba(255, 255, 255, 1);
  border: 1.5px solid rgb(255, 255, 255) ;
  border-left: 5px solid rgb(255, 255, 255) ;
  border-radius: 10px;
  padding: 10px 20px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
  margin-bottom: 18px;

}
.important_links_whats_new .importnt_links_partleft ul li:hover {
  list-style: none;
  background: rgba(255, 255, 255, 1);
  border: 1.5px solid rgba(0, 4, 160, 1) ;
  border-left: 5px solid rgba(0, 4, 160, 1) ;
  border-radius: 10px;
  padding: 10px 20px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
  margin-bottom: 18px;
}
.important_links_whats_new .importnt_links_partleft ul li:hover h4 {
  color: rgba(0, 4, 160, 1);
}

.important_links_whats_new .ugc-letter_box a {
  border: 1px solid rgba(255, 152, 0, 1);
  color: rgba(255, 152, 0, 1);
  text-decoration: none;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  padding: 6px 12px;
  border-radius: 5px;
}
.important_links_whats_new .importnt_links_partleft ul li:hover a {

    color: #fff;
    text-decoration: none;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    padding: 6px 12px;
    border-radius: 5px;
  }
.owl-nav button span {
  font-size: 30px;
  color: rgba(255, 152, 0, 1);
}

/* cource_offered */
.cource_offered {
  background: rgba(60, 62, 133, 1);
  background: linear-gradient(270deg, rgba(0, 4, 160, 1) 31.95%, rgba(13, 45, 98, 0) 50%), url('../image/Mask-group-8.png') no-repeat center center, rgba(60, 62, 133, 1);
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
  position: relative;
}

.cource_offered .courceoffered_left h3 {
  font-family: Poppins;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.4;
  text-align: left;
  color: rgba(255, 255, 255, 1);
}
.cource_offered .courceoffered_left p {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: justified;
  color: rgba(255, 255, 255, 1);
}
.cource_offered .courceoffered_left a {
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(255, 152, 0, 1);
  border-radius: 5px;
  color: rgba(255, 152, 0, 1);
  font-family: Poppins;
  font-size: 16px;
  font-weight: 600;
  line-height: 28.71px;
  text-align: center;
  padding: 12px 35px;
  text-decoration: none;
}
.program-carousel .program-item img {
  width: 100%;
  border-radius: 15px;
  height: 250px;
}
.the_latest_news .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 150px !important;
}

.program-carousel .program-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: white;
  padding: 10px;
  font-family: Poppins;
  font-size: 30.12px;
  font-weight: 900;
  line-height: 28.87px;
  text-align: center;
  background: #3c3e85;
    border-bottom-left-radius: 13px;
    border-bottom-right-radius: 13px;

}

.program-carousel .program-overlay a  {
    text-decoration: none;
        color: black;
        display: inline-block; /* Ensures transform effects work properly */
        transition: transform 0.2s ease, box-shadow 0.3s ease;
}

.program-carousel .program-overlay a :hover {
    color: #ffffff; /* Change text color smoothly */
    transform: scale(1.1); /* Slightly increase size */
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
}

.program-carousel .program-overlay h3 {
  font-size: 1.2rem;
  margin: 0;
  color: white;
}
.owl-item.active {
  border: 3.77px solid rgba(255, 255, 255, 1);
  border-radius: 16px;
}
.image-wrapper {
  position: relative;
  display: inline-block;
}

.image-wrapper img {
  width: 100%;
  display: block;
  border-radius: 15px; /* Optional: Add if you want rounded corners */
}

.program-item img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180.38deg,
    rgba(0, 0, 0, 0) 77.94%,
    #000000 99.67%
  );
  border-radius: 15px; /* Match the radius if you have rounded corners */
}
.nav-item .nav-link{
    color: black;
    padding: 8px 9px;
    font-size: 18px;
}


.list_itemtop:hover {
    background: none !important;

  }
.nav-link:hover{
    color: rgb(255 255 255) !important;
    background-color: rgba(255, 152, 0, 1);
    padding: 8px 9px;
    border-radius: 3px;
}
.nav-link.active{
    color: rgb(255 255 255) !important;
    background-color: rgba(255, 152, 0, 1);
    padding: 8px 9px;
    border-radius: 3px;
}
.nav-item{
    padding-left: 0px !important;
    padding-right: 0px !important;
}
/* Our Gallery */
.nav_tabbing_gallery .nav-link.active {
  background: rgba(255, 152, 0, 1);
  font-family: Poppins;
  font-weight: 600;
}
.nav_tabbing_gallery .nav-link {
  background: rgba(225, 225, 225, 1);
  border-radius: 5px;
  margin-right: 16px;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  padding: 5px 20px;
}
.nav_tabbing_gallery .nav-link:hover {
    color: rgb(255 255 255) !important;
    background-color: rgba(255, 152, 0, 1);
  }
  .nav_tabbing_gallery .nav-link.active {
    color: rgb(255 255 255) !important;
    background-color: rgba(255, 152, 0, 1);
    border-radius: 5px;
  margin-right: 16px;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  padding: 5px 20px;
  }
.our_gallery_part .view_more_gallery {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
    line-height: 27px;
    background: rgba(255, 152, 0, 1);
    color: #fff;
    padding: 8px 18px;
    text-decoration: none;
    border-radius: 5px;
    border: 2px solid rgba(255, 152, 0, 1);

}
/* Collaboration-Association */
.Collaboration-Association h5 {
  font-family: Poppins;
  font-size: 25px;
  font-weight: 600;
  line-height: 67.5px;
  text-align: center;
  color: rgba(0, 4, 160, 1);

}
.Collaboration-Association marquee img {
    margin-right: 15px;
    width: 100%;
    height: 85%;
}
.Collaboration-Association marquee a {
    padding: 10px !important;
    border-radius: 5px !important;
    margin: 0px 13px !important;
    border: 1px solid #795548 !important;
    display: inline-block;
    width: 150px;
    height: 150px;
    overflow: hidden;
    background: white;
    text-align: center;
    text-decoration: none;
    color: #000000;
  }

  .Collaboration-Association marquee a:hover {
    padding: 10px !important;
    border-radius: 5px !important;
    margin: 0px 13px !important;
    border: 1px solid #795548 !important;
    display: inline-block;
    width: 150px;
    height: 150px;
    overflow: hidden;
    background: white;
  }


.Collaboration-Association .marquee-container {
  overflow: hidden;
  position: relative;
}

.Collaboration-Association .marquee {
  display: flex;
  /* animation: scroll 10s linear infinite; */
  align-items: center;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.Streamlined-Enrollment h3 span {
  color: rgba(0, 4, 160, 1);
}
.Streamlined-Enrollment .inquery_boxfootertop {
  padding: 40px 35px;
}
.Streamlined-Enrollment .inquery_boxfootertop h4 {
  font-family: Poppins;
  font-size: 26px;
  font-weight: 600;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  color: rgba(60, 62, 133, 1);
}
.Streamlined-Enrollment .inquery_boxfootertop p {
  color: rgba(51, 51, 51, 1);
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 6px;
}
.Streamlined-Enrollment .inquery_boxfootertop a {
  font-family: Lato;
  font-size: 17.88px;
  font-weight: 400;
  line-height: 21.46px;
  color: rgba(51, 51, 51, 1);
  text-decoration: none;
}
.Streamlined-Enrollment .inquery_boxfootertop .iconcustom {
  transition: transform 0.2s;
  font-size: 50px;
  color: #ff9800;
}
.hovercss_add{
  padding: 20px;
}
.hovercss_add:hover{
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 5px;
}
.Streamlined-Enrollment .inquery_boxfootertop .iconcustom:hover {
  transform: scale(1.3);
}
/* footer */
footer {
  background: rgb(0 4 160);
  padding: 50px 0px;
}
.footer_main h4 {
  font-family: Poppins;
  font-size: 30px;
  font-weight: 700;
  line-height: 45px;
  text-align: left;
  color: #fff;
}
.footer_main .contact_details span {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  color: #fff;
  margin-bottom: 10px;
}
.footer_main .contact_details p {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  color: #fff;
}
.footer_main .contact_details p a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
}
footer .contact_details span i {
  color: #ff9800;
  font-size: 18px;
}
.bootomfooter_copyrigt {
  background: rgb(255 152 0);
  padding: 12px 0px;
}
.bootomfooter_copyrigt {
  font-family: Poppins;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #fff;
}
.bootomfooter_copyrigt p,
.bootomfooter_copyrigt ul {
  margin: 0px;
  padding: 0px;
  font-size: 14px;
}
.bootomfooter_copyrigt ul li {
  list-style: none;
  margin-right: 10px;
  padding-right: 12px;
  margin-bottom: 0px;
}
.bootomfooter_copyrigt ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}
/* .Streamlined-Enrollment {
  margin-bottom: -100px;
  z-index: 10;
  position: relative;
} */

/* ========Internal Pages============ */
.section_title_internalpages{
  padding: 25px 0px;
  background-color: rgba(0, 4, 160, 1);
}
.section_title_internalpages ul li{
  list-style: none;
  margin-right: 12px;
  color: #fff;
  margin-bottom: 0px;
}
.section_title_internalpages h2{
  font-size: 34px;
  color: #fff;
  margin: 0px;
}
.internal_title{
  font-size: 26px;
  background: linear-gradient(90deg, #0004a0 12.33%, #ff9800 33.75%, #cb2828 60.02%, #ff9800 89.93%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  text-transform: uppercase;
}
.university_content_about p{
  text-align: justify;
}

 .university_content_about_logo ul li{
line-height: 1.8;
font-size: 18px;
position: relative;
margin-left: 20px;
padding-left: 15px;
}

.liststyle_custom ul li{
  position: relative;
}
 .liststyle_custom ul li::before {
  content: "\00BB";
  font-size: 32px;
  color: #93002d;
  position: absolute;
  top: -14px;
  left: -20px;
}
.general_leaders_photo{
  display: flex;
  justify-content: center;
  flex-direction: column;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin-bottom: 30px;
  border-radius: 8px;
  background-color: #fff;
  padding: 12px;
  text-align: center;
  position: relative;
}
.general_leaders_photo img{
  width: 188px;
  min-height: 200px;
  margin: 0 auto;
}
.general_leaders_photo h6{
  margin-top: 6px;
}
.general_leaders_photo small{
  color: #ffffff;
  font-weight: 600;
  position: absolute;
  top: -12px;
  background: rgba(0, 4, 160, 1);
  left: 0px;
  padding: 4px;
  min-width: 135px;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}
.opening_ceremony_content p{
  text-align: justify;
}
.opening_ceremony_content ol li{
  line-height: 1.8;
  font-size: 18px;
}
.box-main-staffdetails{
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  background-color: #fff;
  margin-bottom: 18px;
}
.box-main-staffdetails img{
  height: 180px;
  min-width: 180px;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  width: 100%;
  object-fit: contain;
  background-color: #f4f4f4;
}
.details-staff_main h4{
  font-size: 17px;
  color: #93002d;
  font-weight: 600;
}
.details-staff_main span{
  font-size: 13px;
  line-height: 1.8;
}
.details-staff_main span b{
  color: #707072;
}
.imageabout-2{
  margin-left: -100px;
}
.gridimage{
 margin: 10px 12px;
}
#chcp_font_size button{
  border: 1px solid #fff;
  color: #fff;
  padding: 2px 8px;
  text-align: center;
}
#chcp_font_size button.active{
  margin: 0px 4px;
}
.btntransition{
  border: 1px solid #ff9800;
}

/* ===========Contact us form================== */
.ugf-contact-wrap {
  background: #ffffff;
  margin-top: -130px;
  border-radius: 15px;
  -webkit-box-shadow: 0px 15px 50px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 15px 50px 0px rgba(0, 0, 0, 0.05);

}
.ugf-contact-wrap h2 {
  font-weight: 600;
  color: #ff9800;
  margin-bottom: 12px;
  font-size: 28px;
}

.ugf-contact-wrap form label span {
  color: #b2becc;
}
.ugf-contact-wrap form .form-group {
  margin-bottom: 25px;
  position: relative;
}

.ugf-contact-wrap form .form-group .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #b2becc;
}
.ugf-contact-wrap form .form-group .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #b2becc;
}
.ugf-contact-wrap form .form-group .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #b2becc;
}
.ugf-contact-wrap form .form-group .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #b2becc;
}
.ugf-contact-wrap form .form-group textarea.form-control {
  height: 120px;
  padding-top: 14px;
}
.ugf-contact-wrap form a {
  text-decoration: none;
  padding: 6px 16px;
  color: #fff;
  background: #0004a0;
  border-radius: 4px;
}
.ugf-contact-wrap .contact-info + .contact-info {
  margin-top: 25px;
}
.ugf-contact-wrap .contact-info h5 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #1c2437;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  margin-bottom: 10px;
  line-height: 2.2;
}

.contact-info a{
  color: #6d6c6b;
    font-weight: 600;
    text-decoration: none;
}
.single-pagebreadcrump{
  padding-bottom: 200px !important;
}
.single-pagebreadcrump h2{
  font-size: 42px !important;
}
.fa-brands.fa-facebook{
  color: #1877F2;
}
.fa-brands.fa-instagram{
  color: #fa7e1e;
}
.photo-gallerypart img{
  transition: transform .2s;
  height: 225px;
}
.photo-gallerypart img:hover{
  transform: scale(1.1);
}

/* Custom styles for sub-dropdown */
.dropdown-submenu {
  position: relative;
}


.dropdown-submenu .dropdownmenu_custom {
    left: 97%;
    margin: 0px 5px;
    position: absolute !important;
    top: -1px;
}

.gallery-btn {

    text-align: center;
    padding: 4px 0px;
    border-radius: 5px;
    background: #0004a0;
    transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    color: white !important;

}
.physical-fitness .item-media img{
    width: 340px !important;
    margin-bottom: 10px !important;
    border-radius: 0px !important;
}
.physical-fitness .fadeInLeft{
    margin-bottom: 20px !important;
}
.physical-fitness .item-content  .entry-title{
   font-size: 18px !important;
}
.importnt_links_partleft ul{
    height: 500px;
    overflow: auto;
    background: #eef4ff;
    padding: 20px 20px !important;
    border-radius: 3px;
    box-shadow: 0px 0px 10px 0px #0000001a;
}

.importnt_links_partleft ul::-webkit-scrollbar {
    width: 5px;
    padding-left: 10px
  }

  .importnt_links_partleft ul::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 5px;
  }

  .importnt_links_partleft ul::-webkit-scrollbar-thumb:hover {
    background: #555;
  }

  .importnt_links_partleft ul::-webkit-scrollbar-track {
    background: #ffffff;
  }
.gallery-btn:hover {

    text-align: center;
    padding: 4px 0px;
    border-radius: 5px;
    background: rgba(255, 152, 0, 1);
    color: white !important;
}
.dropdownmenu_custom a{
    font-size: 12px !important;
  }

  .dropdown .dropdown-item a{
   background-color: white !important;
}
.dropdown .dropdown-item{
    background-color: white !important;
    font-size: 16px !important;
}
.dropdown ul li{
    margin-bottom: 5px !important;
}

.dropdown-submenu:hover .dropdown-menu {
  display: block;
}

.remove_string
{
  text-transform: capitalize;
}
/* suggestion-list-show for search */
.suggestion-list-show{
  background-color: #fff;
  border-radius: 4px;
  top: 45px;
  left: 41px;
  width: 100%;
  z-index: 10;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  max-width: 395px;
}
.suggestion-list-show .inner_search_box  h4{
    font-size: 18px;
    color: #0004a0;
}
.suggestion-list-show .list_search h5{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-decoration: none;
    color: black;
    font-size: 14px;
    line-height: 32px;
}

.suggestion-list-show .list_search h5:hover{
  text-decoration: underline;
  color: #0004a0;
  font-weight: 500;
  cursor: pointer;
}
.suggestion-list-show .list_search {
  border-bottom: 1px solid #e3e2e2;
}
.suggestion-list-show .list_search:last-child{
  border-bottom: none !important;
}
.suggestion-list-show .inner_search_box{
    padding: 10px 15px;
    background-color: #f1f1f1;
    margin-bottom: 8px;
}

.cardowlcrousel_news .card-title{
    height: 30px;
}
.cardowlcrousel_news .card-text {
    height: 96px;
}

.fb_iframe_widget span{
    width:100% !important
}
.imageabout-1{
    height: auto !important;
    display: block !important;
    width: 100% ;
}
.banner_crousel_part .carousel-item img{
    height: auto ;
    display: block !important;
    width: 100% !important;
    height: 400px;

}

.banner_crousel_part .carousel-item img{


}


.main-nav{
    position: absolute;
    right: 22px;
    top: -52px;
}

.Patiala{
    height: 65vh;
}

/* Custom Styles for sliding menu */
@media (max-width: 991.98px) {
    .navbar-collapse {
      position: fixed;
      top: 0;
      left: -100%;

      background-color: #f8f9fa; /* Matches navbar background */
      transition: all 0.2s ease-in-out;
      z-index: 1050;
      padding: 1rem;
    }
    .navbar-collapse.show {
      left: 0;
    }
  }
  @media (min-width: 992px) {
    .navbar-collapse {
      position: relative;
      top: 0;
      left: 0;
      height: auto;
      width: auto;
      background-color: transparent;
      padding: 0;
    }
  }

  span.help-block {
    color: red;
}
.fb-page ._1b90 ._1dro {
    bottom: 0px;
    background: #0004a0;
}

.carousel-control-prev-icon {
    background-image: url('../../website//images/arrow-left.png');

    height: 30px;
    width: 20px;
}
.carousel-control-next-icon{
    background-image: url('../../website//images/arrow-right.png');
    height: 30px;
    width: 20px;
}

.carousel-control-next{
    z-index: 10000;
}
.lagacy-img{

    width: 100%;
}
.aboutus-img1{

    width: 100%;
    margin-bottom: 15px;
}
.aboutus-img{
    height: 300px;
    width: 100%;
    margin-bottom: 15px;
}
.top-button1{
    padding: 0px 10px;
    border-radius: 0px;
    color: #ffffff !important;
    font-weight: 500 !important;
    margin-right: 10px !important;
    border: 1px solid #ffffff !important;
}
.top-button1:hover{
    padding: 0px 10px;
    border-radius: 0px;
    color: #ffffff !important;
    font-weight: 500 !important;
    margin-right: 10px !important;
    border: 1px solid #ffffff !important;
}
.tick-icon{
    height: 26px;
    padding: 4px;
    border-radius: 5px;
    margin-right: 5px;
    width: 23px;
}
.ragging-img{
height: 100%;
}

.navbar-toggler-icon {
    background-image: url('../../website//images/menu-toggle.png') !important;
}
.gold-img{
    margin-bottom: 10px;
}
.infra-img{
    width: 100%;
}
.tender-click{
    background: #0004a0;
    padding: 2px 23px;
    border-radius: 5px;
    color: white;
}
.tender-learn{
    padding: 2px 23px;
    border-radius: 5px;
    color: #000000;
    border: 1px solid #0004a0;
}

.tender-click:hover{
    background: #0004a0;
    padding: 2px 23px;
    border-radius: 5px;
    color: white;
}
.tender-learn:hover{
    padding: 2px 23px;
    border-radius: 5px;
    color: #000000;
    border: 1px solid #0004a0;
}
.table-headd{background-color: rgba(0, 4, 160, 1) !important; color:#fff !important}

.newgif{
    width: 41px;
    margin-left: 20px;
}
.linkcontent{
    font-size: 20px;
}
.latest-news-img{
    height: 300px;
    border-radius: 10px;
}
.news-head{
    font-size: 32px;
    margin-top: 20px;
}
.color-blue{
    color: rgb(0, 4, 160);
}

.lidot  li{
    list-style: disc !important;
    margin-bottom: 12px !important;
}
.send_message{
    background: #198754 !important;
    border: none;
    padding: 8px 15px;
    color: white;
    border-radius: 5px;
}
.send_message:hover{
    background: #198754 !important;
    border: none;
    padding: 8px 15px;
    color: white;
    border-radius: 5px;
}


