* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

.bg-primary2 {
  background: #02006D;
}

.bg-info2 {
  background: #3db2d5;
}

.text-primary2 {
  color: #02006D;
}

.bg-dark2 {
  background: #232936;
}

.bg-dark2 {
  background: #670B0B;
}

.nav-link {
  color: rgb(16, 41, 68) !important;
}

.bg-danger2 {
  background: #670B0B;
}

.bg-warning2 {
  background: #02006D;
}

.bg-dark2 {
  background: #02006D;
}

.bg-dark5 {
  background: #ffb607;
}

.bg-dark3 {
  color: #ffb607;
}

.bg-dark4 {
  color: #ffffff;
}

.double {
  border-style: double;
}

a {
  text-decoration: none;
}

a:hover {
  color: white !important;
  transition: 0.5s;
}




/* Tophead Section Start */
.head-top {
  height: 40px;
  padding-top: 0px;

}

.head-top ul li {
  display: inline-block;
  height: 8%;
  font-size: 1vmax;
}

.b1 {
  width: 10%;
  height: 50px;
  float: left;
  color: white;
  padding-top: 7px;
}

.b2 {
  width: 65%;
  text-align: center;
  float: left;
  color: white;
  padding-left: 10px;
}

.b3 {
  width: 25%;
  float: right;
  size: 10px;
  padding-top: 5px;
  padding-right: 5px;
}

.b3 p {
  float: right;

  padding-left: 1.2vw;
  align-items: center;
}

.b3 a {
  color: white;

}

/* Tophead Section End */

/*Nav Section Start*/

/* Dropdown Menu Styles */
.dropdown:hover>.dropdown-menu {
  left: 0px;
  top: 39px;
  border: none;
  display: block;
  width: 250px;
  border-radius: 0;
}

.dropdown-item {
  font-weight: 600;
  padding-top: 15px;
  padding-bottom: 15px;
}

/* Navbar Styles */
.navbar-nav .nav-link {
  color: #fff;
  text-align: center; /* added text-align center */
}

.dropend .dropdown-toggle {
  color: salmon;
  margin-left: 1em;
}

/* Dropdown Item Hover Styles */
.dropdown-item:hover {
  background-color: lightsalmon;
  color: #fff;
}

/* Dropdown Menu Styles */
.dropdown .dropdown-menu {
  display: none;
}

.dropdown:hover>.dropdown-menu, .dropend:hover>.dropdown-menu {
  display: block;
  margin-top: 0.125em;
  margin-left: 0.125em;
}

/* Large Desktop Responsive Styles */
@media screen and (min-width: 992px) {
  .dropend:hover>.dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .dropend .dropdown-toggle {
    margin-left: 0.5em;
  }
}

/* Mobile Responsive Styles */
@media screen and (max-width: 767px) {
  .navbar-nav .nav-link {
    text-align: center; /* added text-align center for mobile */
  }
  .dropdown-menu {
    width: 100%; /* added full width for mobile */
  }
}
/* Mobile Responsive Styles */
@media screen and (max-width: 767px) {
  .navbar-nav {
    flex-direction: column;
    align-items: right;
  }
  .nav-link {
    text-align: right;
  }
  .dropdown-menu {
    width: 100%;
    text-align: center;
  }
  .dropdown-item {
    text-align: center;
  }
}

/*Nav Section End*/

/* Slider Section Start */
.carousel-inner .carousel-item {
  height: 500px;
}

@keyframes zoomin {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.3);
  }
}

.carousel-inner .carousel-item img {
  animation: zoomin 20s infinite;
}

.carousel-dark .carousel-indicators [data-bs-target] {
  width: 15px;
  height: 15px;
  border-radius: 50%;
}

.navbar-color {
  background: linear-gradient(#fa8072, #faba72);
}

@media (max-width: 768px) {
  .carousel-inner {
    height: 150px;
    /* Adjust the height for mobile */
  }

  .carousel-item {
    padding: 10px;
  }
}

/* Slider Section End */


/* our section start */
.college-info {
  /* background-color: #ff00dc; */
  /* background: linear-gradient(rgba(255,0,220),rgba(118, 12, 104, 0.849)); */
  background: linear-gradient(#fa8072, #faba72);
  color: #fff;
  text-align: center;
  height: 50px;
  padding-top: 10px;
  font-weight: 700;
  font-size: 1.2rem;
}

.college-info:hover {
  /* background: linear-gradient(rgba(118, 12, 104, 0.849),rgba(255,0,220)); */
  background: linear-gradient(#faba72, #fa8072);
  color: #fff;
  text-align: center;
  height: 50px;
}

/* .college-info:hover{
  background-color: linear-gradient(rgba(255,0,220),rgba(207, 18, 182, 0.849));

} */

.college-info1 {
  height: 300px;
  background-color: #fff;


}

.link-color p {
  color: #0c0f4d;
}

.our-section-col1-col3 {
  height: 352px;
}

.our-section-img .img-fluid {
  height: 250px;
  width: 220px;
  background-color: rgb(19, 55, 236);
  float: left;
  margin-left: -12px;
}

.our-section-col2 {
  float: left;
  height: 250px;
}

/* our section End */

/* index-gallery-start */
.gallery3 {
  display: flex;
  /* flex-wrap: wrap; */
  justify-content: center;

}

.gallery3 img {
  width: 210px;
  height: 150px;
  object-fit: cover;
  margin: 5px;
  cursor: pointer;
  border-radius: 10px;
  box-shadow: 2px;
}

.gallery3 img:hover {
  transition: 0.2s ease-out all;
  transform: scale(1.1);
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  /* background-color: rgb(0,0,0); */
  background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
  margin: auto;
  display: block;
  width: 100%;
  max-width: 800px;
}

/* .modal-content img {
 width: 400px;
 height: 100px;
  } */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f33939;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
  cursor: pointer;
  z-index: 1;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

.cars-dis {
  margin: 5px;
  border: 2px solid red;
  border-radius: 10px;
  box-shadow: 5px 5px 5px 1px #bbb;
}

/* index-gallery-end */

/* ===================================== Our Progress Report ================================== */
.doctor-message {
  background-image: url("#");
  background-attachment: fixed;
  background-size: cover;
}

.doctor-message .inner-lay {
  background-color: rgba(162, 138, 82, 0.8);
  padding: 50px;
  color: #FFF;
}

@media screen and (max-width: 940px) {
  .doctor-message .inner-lay {
    padding: 30px 10px;
  }
}

.doctor-message .inner-lay .numb {
  text-align: center;
  padding: 30px;
}

.doctor-message .inner-lay .numb h3 {
  font-size: 42px;
  padding-bottom: 10px;
  border-bottom: 1px solid #CCC;
  margin-bottom: 20px;
}
/* ===================================== Our Progress Report end ================================== */

/* ===================================== Our Instructers Style CSS ================================== */
.our-instructor {
  padding: 10px;
  background-color: #FFF;
}

@media screen and (max-width: 940px) {
  .our-instructor {
    padding: 30px 10px;
  }
}

.our-instructor .instruct-row {
  margin-top: 30px;
}

.our-instructor .instruct-row .instruct-card {
  background-color: #ae980e;
  padding: 15px;
  margin-bottom: 15px;
  text-align: center;
}

.our-instructor .instruct-row .instruct-card img {
  max-width: 500px;
  border-radius: 10%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.our-instructor .instruct-row .instruct-card h6 {
  margin-bottom: 0px;
}

.our-instructor .instruct-row .instruct-card p {
  font-size: .83rem;
}

/* ===================================== Our Instructers Style CSSv end ================================== */

/* G-20,fit india, marquee start */


.notice-btn {
  border: none;
  padding: 20px;
  margin-top: 10px;
  margin-left: 20px;
  width: 300px;
  height: 90px;
  border-radius: 10px;

}

.notice-btn:hover {
  box-shadow: 6px 6px 0px 0px rgb(190, 177, 177);
  transition: box-shadow.5s;
  background: linear-gradient(rgba(252, 212, 155), rgba(253, 240, 219));

}

.btone {
  background: linear-gradient(rgba(253, 240, 219), rgba(252, 212, 155));
}

.notice-link {
  font-size: 1rem;
  padding-top: 20px;
  height: 80px;
  border-radius: 10px;
  background: linear-gradient(rgba(253, 233, 202), rgba(212, 87, 10));
}

/* G-20,fit india, marquee end */
/*  */
.text-white2 {
  color: #bcc5d0;
}

footer li {
  list-style-type: none;
  margin-left: -30px;
  line-height: 32px;
}

footer .quick li:before {
  content: "\f0da";
  font-weight: 600;
  font-family: 'Font Awesome 5 Free';
  padding-right: 10px;
  color: #bcc5d0;
  font-size: 14px;
}

footer a {
  text-decoration: none;
  font-weight: 400;
  color: #bcc5d0;
}

footer a:hover {
  color: #d24882;
  transition: 0.3s all;
}

footer .opening li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #bcc5d0;
}

.abc {
  border: none !important;
}

footer .social {
  font-size: 20px;
  padding: 10px 17px;
  border-radius: 50%;
}

/* Footer Section End */


/* subject content formate start */

.t-facult t-facult-img {
  border-radius: 50px;
  box-shadow: 5px 5px 5px;
}

.t-facult t-facult-img {
  border-radius: 50px;
  box-shadow: 5px 5px 5px;
}

.t-facult-img {
  border-radius: 25px;
  box-shadow: 5px 3px 5px 3px rgba(128, 128, 128, 0.623);
}

.facl-cont {
  font-family: arial, sans-serif;
  font-size: 18px;
  text-align: justify;
  padding-top: 20PX;
}
.content-formate p{
  text-align: justify;
  padding-top: 20px;
  color:black;
  font-size: 17px;

}
.content-formate   ul li{
  font-size: 18px;
  text-align: justify;
}
/* subject content formate end */