.sr-container {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  /* Adjust as needed */
}

.icon img {
  max-width: 50px;
  /* Adjust the maximum width of the icon */
  height: auto;
  /* Maintain aspect ratio */
  margin-right: 10px;
  /* Adjust the spacing between icon and text */
}

.text {
  flex-grow: 1;
}

.text h3 {
  font-size: 18px;
  /* Adjust the font size */
  margin: 0;
  /* Remove default margin */
}

.text a {
  text-decoration: none;
  color: black;
  /* Adjust the link color */
}

.text a:hover {
  color: #9b1d1c;
  /* Adjust the link hover color */
}

.highlight {
  color: #9b1d1c;
  /* Adjust the highlight color */
  font-weight: bold;
  /* Make the text bold */
}



.txt-clrr {
  color: #333 !important;
  font-size: 16px !important;
  /* Adjust the font size */
  margin: 0 !important;
  /* Remove default margin */
}

.about-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.about-title h5 {
  margin: 0;
  /* Remove default margin */
}

.about-title h2 {
  margin: 0;
  /* Remove default margin */
}

/* Custom CSS for the service section */
.service-details-one {
  color: #fff;
}

.services-box {
  background-color: rgba(99, 93, 93, 0.9);
  ;
  border: none;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
}

.services-box .icon {
  width: 50px;
  /* Adjust the icon width as needed */
}

.services-box .card-title {
  font-size: 24px;
  margin-top: 0px;
}

.services-box .card-text {
  font-size: 14px;
  color: #333;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
}

.services-box .readmore {
  color: #3498db;
  text-decoration: none;
  font-size: 14px;
  display: block;
  margin-top: 15px;
}

.services-box .readmore i {
  margin-left: 5px;
}


/* Change the background color and text color on hover */
.services-box:hover {
  background-color: #073858;
  color: #fff;
}



/* Optional: Add spacing between cards */
.services-box {
  margin-bottom: 20px;
}

/* Optional: Center the content */
.services-box .card-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* Optional: Add hover effect */
.services-box:hover {
  transform: translateY(-5px);
  transition: transform 0.3s ease-in-out;
}

.card-container {
  display: flex;
  flex-wrap: wrap;
}

.card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #fff;
  /* Adjust the alpha value (0.0 to 1.0) for transparency */
  padding: 20px;
  /* Add some padding for better appearance */
  border-radius: 10px;
  /* Optional: Add rounded corners */
  transition: background-color 0.3s ease-in-out;
  /* Add transition effect for hover */
}

.card:hover {
  background-color: rgba(255, 255, 255, 1);
  /* Change background color on hover */
}

.card .card-title {
  font-size: 18px;
  /* Adjust font size */
  font-weight: bold;
  /* Add font weight */
  margin-bottom: 0px;
  color: #2c254f;
  font-family: 'Poppins', sans-serif;
}

.card p {

  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 0;
  color: #2c254f !important;
  font-weight: 500;
}


.card-body {
  flex: 1;
}



.single-testimonial {
  width: 300px;
  margin: auto;
  padding: auto;
  border: 1px solid #ccc;
  border-radius: 10px;
  background-color: #f9f9f9;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
}

.single-testimonial:hover {
  transform: translateY(-5px);
}

.qt-img img {
  /* width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-bottom: 10px;
    background-color: #9b1d1c; */
  width: 350px;
  height: 180px;
  /* background-color: #9b1d1c; */
  margin-right: 20px;
  text-align: center;
  position: relative;
  color: #fff;
  font-family: 'Jost', sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 70px;
  /* border-radius: 12px; */
}

.ta-info h6 {
  font-size: 1.2em;
  margin: 10px 0 5px;
}

.ta-info span {
  color: #555;
}

.single-testimonial p {
  font-size: 1em;
  line-height: 1.5;
  color: #333;
}

/* Add hover effect for the header */
.single-testimonial:hover h6 {
  color: #921c1b;
  /* Change the color on hover */
}


.ta-info {
  text-align: center;
}

.ta-info h6 {


  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
  text-transform: uppercase;
  color: #333;
}

.ta-info h6:hover {
  color: #d62505;
}

.section-title {
  margin-bottom: 10px;
  /* Adjust as needed */
}

.section-title h2 {
  font-size: 2.2rem;
  /* Adjust font size */
  font-weight: bold;
  /* Adjust font weight */
  color: #1e085b !important;
  /* Adjust text color */
  text-transform: uppercase;
  /* Convert to uppercase */
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  /* Add a subtle text shadow */
}

.about-paragraph .text p i {
  margin-right: 10px;
  color: #e70000;
  /* Example color */
}

.about-paragraph p i {
  margin-right: 10px;
  color: #e70000;
  /* Example color */
}

/* Adjust the height of the card body to ensure equal card heights */
.card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  padding: 0px !important;
}

/* Apply styles to the card title and text */
.card-title {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 10px;

}

.card-text {
  font-size: 1rem;
}

.text-center_text {
  color: #2c254f !important;
  font-weight: 600 !important;
}

.slider-area {
  height: 600px;
  /* width: 100%; */
}

.single-slider {
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}

/* Optional: If you want the background image to be centered vertically and horizontally */
.single-slider {
  background-position: center center;
}

/* Optional: If you want the background image to cover the entire element, regardless of its dimensions */
.single-slider {
  background-size: 100% 100%;
}

.call-box {
  display: flex;
  /* Use flexbox to align elements in a row */
  align-items: center;
  /* Center vertically within the flex container */
}

.call-box .icon {
  margin-right: -5px;
  /* Adjust the margin between the icon and the text */
}

.call-box .text {
  display: flex;
  /* Use flexbox for the text part */
  flex-direction: column;
  /* Arrange text in a column */
}


.call-box .text a {
  text-decoration: none;
  /* Remove underline from the link */
  color: whitesmoke !important;
  /* Set the color of the link */
  font-size: 15px;
}

/* Style the link on hover if needed */
.call-box .text a:hover {
  text-decoration: underline;
}

.institutions {
  color: black !important;
}

/* .copyright-wrap {
  background-color: #2c254f;
 
} */

.copyright-wrap a {
  color: rgb(225, 225, 225);
  /* Initial color for all links inside .copyright-wrap */
  transition: color 0.3s ease;
  /* Smooth transition for color change */
}

.copyright-wrap a:hover {
  color: rgb(225, 255, 255);
  /* Change color on hover for all links inside .copyright-wrap */
}

.copyright-wrap a:hover[href*="PES Institute of Technology and Management"] {
  color: green;
  /* Change color on hover for links containing "PES Institute of Technology and Management" */
}

.copyright-wrap a:hover[href*="Webschedio"] {
  color: orange !important;
  /* Change color on hover for links containing "Webschedio" */
}

.icon_1 i {
  color: white !important;
  /* Set the color to white */
}

.pes-trust {
  color: #2c254f !important;
}

.pes-trust-1 {
  color: #9b1d1c !important;
  /* Change this to the desired color for the remaining text */
}

.section-heading {
  font-size: 3rem;
  font-weight: bold;
  top: 20% !important;
  text-align: center;
  font-weight: bold;
  /* Adjust the font weight */
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  /* background: black;
    box-shadow: 0 0 10px 10px #4a3e3e; /* Adjust the values to control the shadow */
  /* opacity: 0.8;
    white-space: nowrap; */

}



.section-heading .highlight {
  color: #eaf3f6 !important;
  /* Adjust the color */
}

#dynamicHeading {
  color: #2c254f !important;
}

.section-heading .highlight span {
  animation: fadeIn 0.5s forwards;
  opacity: 0;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.slider-area {
  background-size: cover;
}

.footer_logo {
  background-color: #032e3f;
  width: 35%;
}

.footer-top {
  background-color: #032e3f;
  padding-top: 15px;
  /* Add your desired background color */
}

.footer-link ul {
  padding: 0;
  list-style: none;
}

.footer-link ul li {
  margin-bottom: 0px;
}

.footer-link ul li a {
  color: #fff;
  /* Add your desired link color */
  text-decoration: none;
  margin: 5px;
}

.footer-link ul li a:hover {
  color: #fff;
  /* Add your desired hover color */
}



/* CSS for mobile view */
@media (max-width: 767px) {
  .services-box {
    width: 100%;
    /* Adjust the width as needed */
    margin-bottom: 20px;
    /* Adjust the margin as needed */
  }
}




@media (max-width: 1440px) {


  .header-top .col-lg-4 {
    display: none;
  }

  .main-menu ul {
    display: flex;
  }

  /* .mobile-menu {
        display: none;
    } */

  .menu-area {
    padding-top: 10px;
  }

  .main-menu nav ul {
    margin-right: -25rem;
    padding: 0;
    list-style: none;
  }

  .main-menu nav ul li a {

    font-size: 12px;

  }
}

@media (max-width: 767px) {

  .slider-area {
    height: 125px !important;
    /* width: 100%; */
  }

  .single-slider_convention {
    margin-top: 100px;
  }

  .slider-area {
    height: 350px;
    /* width: 100%; */
  }

  .team-area2 .team-thumb img {
    width: 447px !important;
    height: 250px !important;
  }

  .section-heading {
    font-size: 0.9em;

    top: 7% !important;

  }

  /* CSS for centering the heading */



  .copyright-wrap .container {
    padding: 0px 0;
  }

  .mean-container a.meanmenu-reveal {
    margin-top: -40px !important;
    margin-right: -20px !important;

  }

  .steps-area {
    padding-top: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .details__content-img {
    margin: 5px 0 !importnat;
  }

  .slider-area {
    height: 300px;
    /* width: 100%; */
  }

  .section-heading {
    font-size: 1.5em;

    top: 7% !important;

  }

}

.office-address {
  font-weight: bold;
  /* Example: Make the text bold */
  color: #fff !important;
  /* Example: Change the text color to a specific color (here, a shade of red) */
}

.s-about-img3,
.about-content {
  height: 100% !important;
}

.s-about-img3 img,
.about-content {
  width: 100% !important;
}

.full-width-image {
  width: 100% !important;
  height: 423px !important;
  display: block !important;
  max-width: 100% !important;
  /* Ensures image doesn't exceed its original size */
}

.divider {
  margin-top: -50px !important;
}

.services-container {
  display: flex;
  width: max-content;
  animation: moveRight 10s linear infinite;
}

@keyframes moveRight {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-50%);
  }
}

.whyPes h2 p {
  color: #fff !important;
}

.whyPes p {
  color: #fff !important;
}

.text-justify {
  text-align: justify;
}

.INFRASTRUCTURE h2 {
  font-size: 30px !important;
  text-align: center;
  font-weight: 700;
}

.hostel-section {
  margin-top: -75px !important;
}

.Educational {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}

/*nav bar changes*/
.main-menu {
  text-align: left !important;
  /*margin-right:105px !important;*/
  float: left !important;
}

p {
  display: inline-block;
  border-radius: 50%;
  background-color: #your_background_color;
  /* Replace with the desired background color */
  padding: 10px;
  /* Adjust the padding as needed */
}

.cirlcle_1 {
  border-radius: 50%;
  padding: 1px;
  border: 1px solid black;
  font-size: 10px !important;
}

/* Add your CSS styles here */

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: transparent !important;
  pointer-events: auto;

  /* background-clip: padding-box; */
  border: none;
  border-radius: .3rem;
  outline: 0;
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: none !important;
  */
  /* border-top-left-radius: calc(.3rem - 1px); */
  border-top-right-radius: calc(.3rem - 1px);
}

/* Media query for laptop views */
@media only screen and (min-width: 992px) {
  .img_popup {
    width: 1000px !important;
    height: auto !important;
  }

}

.sports-img img {
  width: 100%;
  height: auto;
  cursor: pointer;
}

.food-img img {
  width: 100%;
  height: auto;
  cursor: pointer;
}

.snack-img img {
  width: 100%;
  height: auto;
  cursor: pointer;
}

.carouselStationery-img {
  width: 100%;
  height: auto;
  cursor: pointer;
}

.carouselBrowsing-img {
  width: 100%;
  height: auto;
  cursor: pointer;
}

.carouselAtm-img {
  width: 100%;
  height: auto;
  cursor: pointer;
}

.carouselccttv-img {
  width: 100%;
  height: auto;
  cursor: pointer;
}

.convention_img_class {
  margin-top: -20px;
}

.single-slider_convention {
  top: -255px !important;
}

.single-slider_convention_1 {
  top: 0px !important;
}

.modal-conten {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #fff;
  pointer-events: auto;
  /* background-clip: padding-box; */
  border: none;
  border-radius: .3rem;
  outline: 0;
}

.circle-background {
  display: inline-block;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  text-align: center;
  line-height: 23px;
  border: 1px solid #fff;
  font-weight: bold;
  font-family: Arial, sans-serif;
  font-size: 11px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  margin-bottom: 10px;
}

@media only screen and (max-width:1198px) and (min-width:768px) {
  .logo_class {
    max-width: 150px !important;
    height: 50px !important;
    text-align: center;
  }

  .ys_ph_navbar {
    height: 0px;
  }
  .t_syk4jia {
    margin-top: -104px;
    height: 45rem;
    right: 10px;
}

}

@media only screen and (min-width:991px) and (max-width:1360px) {
  .t_neiyemao {
    height: 68px !important;
  }

  .t_neimaoul {
    margin-top: 14px;

  }
 
}

@media only screen and (min-width:769px) {

  .ys_ban_imgbox,
  .t_neipic {
    height: 100vh;
  }

}

@media only screen and (min-width:992px) {
  .ys_ph_navbar2 .ys_phnav_header {
    padding-left: 20px;
    display: none;
  }
}

@media only screen and (min-width:769px) and (max-width:991px){
  .t_b1k1bg img {
    margin-top: 26rem;
}
.t_b1k1xin {
  width: 100%;
  margin-top: 60rem;
  margin-right: 29px;
}
.sec-head{
  margin-top: -36px;
}
.text-overlay {
  position: absolute;
  bottom: -557px !important;
  color: white;
  text-align: -webkit-auto;
  right: 20% !important;
}
.t_syk4rglun.mod_arrows2 .slick-prev, .t_syk4rglun.mod_arrows2 .slick-next {
  bottom: 178px;
  margin-left: -25px;
}
.mod_arrows2 .slick-prev::before, .mod_arrows2 .slick-next::before {
  content: '';
  background-size: 100% 100%;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-left: 0rem;
  margin-top: 10rem;
}
.ys_ban_imgbox, .t_neipic {
  height: auto !important;
  margin-bottom: -10rem;
}
.t_e4k7nr {
margin-top: -7rem !important;
}
}

@media only screen and (min-width:991px) and (max-width:1200px){
  .t_syk4xin, .t_syk4pic {
        height: 51rem;
    }
  .t_syk4jia {
    margin-top: 70px !important;
}
.t_syk4rglun.mod_arrows2 .slick-prev, .t_syk4rglun.mod_arrows2 .slick-next {
  bottom: 70px;
  /* left: -63px; */
  margin-left: -117px;
}

}
@media only screen and (min-width:1200px){
  /* .t_syk4xin, .t_syk4pic {
    height: 50rem !important;
} */
#mobile-menu {
  
  /* margin-left: 50px; */
}
.main-menu nav ul li a {
  font-size: 1vw !important;
  font-weight: 300 !important;
  margin-left: -10px !important;
}
}

@media only screen and (width >= 991px){
  .main-menu nav ul li a {
    font-size: 1vw !important;
    font-weight: 300 !important;
    margin-left: -17px;
}

}

                    html {
                      scroll-behavior: smooth !important;
                      scroll-padding-top: 100px !important; /* Adjust based on your navbar height */
                    }
                                               .dropdown-content {
                      display: none !important;
                      position: absolute !important;
                      background-color: #fff !important;
                      min-width: 200px !important;
                      top: 100% !important;
                      left: 0 !important;
                      box-shadow: 0 4px 12px rgba(0,0,0,0.1) !important;
                      z-index: 999 !important;
                      border-radius: 8px !important;
                      padding: 10px 0 !important;
                      transition: all 0.3s ease !important;
                    }
                    
                    /* Show on hover */
                    .has-sub:hover .dropdown-content {
                      display: block !important;
                    }
                    
                    .dropdown-content li {
                      list-style: none !important;
                    }
                    
                    .dropdown-content a {
                      color: #333 !important;
                      padding: 10px 20px !important;
                      text-decoration: none !important;
                      display: block !important;
                      transition: background-color 0.3s, color 0.3s !important;
                      font-weight: 500 !important;
                    }
                    
                    .dropdown-content a:hover {
                      color: #0077cc !important;
                    }