/********** Common CSS Starts **********/
* {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Roboto, sans-serif, arial;
  margin: 0;
  padding: 0;
  outline: 0;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}
html,
body {
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #242424;
  font-weight: 400;
  /* background-image: url(image/bg.jpg); */
}
/********** COMMON CSS END **********/
/* ********************POP UP NOTICE CSS START******************** */
/* ********************POP UP NOTICE CSS START******************** */
/* ********************POP UP NOTICE CSS START******************** */

/* ********************POP UP NOTICE CSS END******************** */
/* ********************POP UP NOTICE CSS END******************** */
/* ********************POP UP NOTICE CSS END******************** */
/********** TOP HEADER CSS START **********/
.header_notic {
  font-size: 15px;
  width: 100%;
  height: 25px;
  line-height: 25px;
  float: left;
  background-color: #ffff00;
}
/********** TOP HEADER CSS END **********/

/********** LOGO AND NOTICE BOARD CSS START **********/
.logo_container {
  width: 100%;
  height: 150px;
  padding: 30px;
}

.logo img {
  width: 45%;
  height: 100px;
  padding-left: 70px;
  float: left;
}
.notice-board {
  color: rgb(255, 255, 255);
  border: 5px solid #ffa38e;
  background-color: #2a692ac7;
  height: 100px;
  width: 48%;
  padding: 10px;
  margin-top: 10px;
  margin-right: 50px;
  float: right;
}
.notice-board h2 {
  text-align: center;
}
.notice-board q {
  text-align: center;
}
.notice-board p {
  text-align: right;
}

/********** LOGO AND NOTICE BOARD CSS END **********/

/********** Menu Bar BOARD HTML Start **********/
nav {
  width: 100%;
  height: 100px;
  background-color: #ffff00;
}
/* label.demo {
  font-size: 35px;
  color: #993300;
  margin: 0 100px;
  line-height: 100px;
} */
nav ul {
  text-align: center;
  /* float: right; */
  list-style-type: none;
}
nav ul li {
  display: inline-block;
  line-height: 100px;
}
nav ul li a {
  text-decoration: none;
  color: #993300;
  font-size: 20px;
  padding: 8px 20px;
}
nav ul li a.active,
a:hover {
  background-color: white;
}
#checkbtn {
  float: right;
  line-height: 100px;
  margin-right: 10px;
  font-size: 35px;
  color: #993300;
  display: none;
}
#check {
  display: none;
}
#check:checked ~ ul {
  left: 0;
}
label.shortLogo img {
  display: none;
}

/********** Menu Bar BOARD HTML End **********/

/* ************SLIDER CSS START ************* */

.slider {
  width: 100%;
  height: 500px;
  /* border-radius: 10px; */
  overflow: hidden;
}

.slides {
  width: 500%;
  height: 500px;
  display: flex;
}

.slides input {
  display: none;
}

.slide {
  width: 20%;
  transition: 2s;
}

.slide img {
  width: 100%;
  height: 500px;
}

/*css for manual slide navigation*/

.navigation-manual {
  position: absolute;
  width: 100%;
  margin-top: -40px;
  display: flex;
  justify-content: center;
}

.manual-btn {
  border: 2px solid #ffff00;
  padding: 5px;
  border-radius: 10px;
  cursor: pointer;
  transition: 1s;
}

.manual-btn:not(:last-child) {
  margin-right: 40px;
}

.manual-btn:hover {
  background: #ffff00;
}

#radio1:checked ~ .first {
  margin-left: 0;
}

#radio2:checked ~ .first {
  margin-left: -20%;
}

#radio3:checked ~ .first {
  margin-left: -40%;
}

#radio4:checked ~ .first {
  margin-left: -60%;
}

/*css for automatic navigation*/

.navigation-auto {
  position: absolute;
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 460px;
}

.navigation-auto div {
  border: 2px solid #ffff00;
  padding: 5px;
  border-radius: 10px;
  transition: 1s;
}

.navigation-auto div:not(:last-child) {
  margin-right: 40px;
}

#radio1:checked ~ .navigation-auto .auto-btn1 {
  background: #ffff00;
}

#radio2:checked ~ .navigation-auto .auto-btn2 {
  background: #ffff00;
}

#radio3:checked ~ .navigation-auto .auto-btn3 {
  background: #ffff00;
}

#radio4:checked ~ .navigation-auto .auto-btn4 {
  background: #ffff00;
}

/* ************SLIDER CSS END ************* */
/* FROM THE DESK CSS START */

.fromDesk {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.fd {
  background-color: #ffff00;
  width: 400px;

  margin: 10px;
  border-radius: 15px;
}
.fd-image {
  background-color: aqua;
  height: 200px;
  margin-bottom: 15px;
  background-size: cover;
  border-radius: 15px 15px 0 0;
}
.fdi-1 {
  background-image: url(image/ftd/md.jpg);
}
.fdi-2 {
  background-image: url(image/principal.jpg);
}
/* .fdi-3 {
  background-image: url(image/vp.jpg);
} */
.fd h2 {
  padding: 0px 0px 0px 10px;
}
.fd h4 {
  padding: 0px 0px 0px 10px;
}
.fd p {
  padding: 10px;
}
.fd a {
  background-color: green;
  color: white;
  padding: 15px 20px;
  display: block;
  text-align: center;
  margin: 20px 50px;
  text-decoration: none;
}
.fd:hover {
  background-color: rgb(62, 62, 62);
  color: white;
  /* cursor: pointer; */
  transform: scale(1.03);
  transition: all 0.5s ease;
}

.notice-board-2 marquee {
  list-style: none;
  width: 80%;
  float: left;
  margin-top: 20px;
  margin-left: 10px;
  padding: 10px 10px 10px 10px;
}

.notice-board-2 img {
  margin-right: 5px;
  margin-left: 5px;
  width: 35px;
}
.fd h2.nb {
  margin-top: 10px;
  text-align: center;
}
.fdi-3 {
  background-color: rgb(255, 255, 255);
  height: 200px;
  margin-top: 230px;
  background-size: cover;
  border-radius: 0 0 15px 15px;
}
.fdi-3 h2 {
  text-align: center;
  padding-top: 10px;
}

/* FROM THE DESK CSS END */

/* ABOUT US CSS START  */

.aboutHeading {
  width: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  margin: 20px auto;
}
.aboutHeading h1 {
  font-size: 50px;
  color: #993300;
  margin-bottom: 25px;
  position: relative;
}
.aboutHeading h1::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  display: block;
  margin: 0 auto;
  background-color: #993300;
}
.aboutHeading p {
  font-family: cursive;
  font-size: 18px;
  color: black;
  margin-bottom: 20px;
}
.aboutHeading q {
  font-size: 18px;
  font-family: Georgia, "Times New Roman", Times, serif;
  margin-bottom: -15px;
}

.aboutContainer {
  width: 90%;
  margin: 0 auto;
  padding: 10px 20px;
}
.about {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.about-image {
  flex: 1;
  margin-right: 40px;
  overflow: hidden;
}
.about-image img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 30px;
  transition: 0.5s ease;
}
.about-image:hover img {
  border-radius: 30px;
  transform: scale(1.2);
}
.aboutContent {
  flex: 1;
}
.aboutContent h2 {
  font-size: 23px;
  margin-bottom: 15px;
  color: #242424;
}
.aboutContent p {
  font-size: 18px;
  line-height: 1.5;
  color: #242424;
}
.aboutContent .read-more {
  display: inline-block;
  padding: 10px 20px;
  background-color: #ffff00;
  color: black;
  font-size: 19px;
  text-decoration: none;
  border-radius: 25px;
  margin-top: 15px;
  transition: 0.3s ease;
}
.aboutContent .read-more:hover {
  background-color: #993300;
  color: white;
}

/* ABOUT US CSS END  */
/* ACADEMIC SECTION CSS START  */
.Academic-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.Academic-container {
  margin: 10px;
  width: 28vmin;
  height: 28vmin;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 1em 0;
  position: relative;
  font-size: 16px;
  border-radius: 0.5em;
  /* background-color: #21242b; */
  border-bottom: 10px solid #993300;
}
i {
  color: #993300;
  font-size: 2.5em;
  text-align: center;
}
span.num {
  color: #000000;
  display: grid;
  place-items: center;
  font-weight: 600;
  font-size: 3em;
  display: inline-block;
  margin-left: 50px;
}
span.text {
  color: #000000;
  font-size: 1em;
  text-align: center;
  pad: 0.7em 0;
  font-weight: 400;
  line-height: 0;
}
/* ACADEMIC SECTION CSS END */

/* gallery section CSS Start  */
.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 1px;
  margin: 10px 100px 10px 100px;
}
.gallery img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  transition: 0.5s ease;
}
.box:hover img {
  /* cursor: pointer; */
  transform: scale(1.2);
}
.box {
  padding: 10px;
}
/* gallery section CSS End */
/* CONTACT US CSS Start */
.contact-wrap {
  width: 100%;
  height: auto;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}

.contact-in {
  padding: 40px 30px;
}

.contact-in:nth-child(1) {
  flex: 30%;
  background-color: #ffff00;
  color: #fff;
}

.contact-in:nth-child(2) {
  flex: 45%;
  background: transparent;
}

.contact-in:nth-child(3) {
  flex: 25%;
  padding: 0;
}

.contact-in h1 {
  font-size: 24px;
  color: #993300;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 20px;
}

.contact-in h2 {
  color: #993300;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 15px;
}

.contact-in h2 i {
  font-size: 16px;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  background: #993300;
  color: #ffffff;
  border-radius: 50px;
  line-height: 40px;
  text-align: center;
}

.contact-in p {
  color: #993300;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 20px;
}

.contact-in ul {
  padding: 0;
  margin: 0;
}

.contact-in ul li {
  list-style: none;
  display: inline-block;
  margin-right: 5px;
  margin-top: 5px;
}

.contact-in ul li a {
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  background: #993300;
  border-radius: 50px;
}

.contact-in ul li a i {
  font-size: 14px;
  line-height: 30px;
  color: #ffffff;
}

.contact-in form {
  width: 100%;
  height: auto;
}
.contact-in form input {
  color: #000000;
}
.contact-in form textarea {
  color: #000000;
}
.contact-in form .contact-in-btn {
  color: #ffffff;
}

.contact-in-input {
  width: 100%;
  height: 40px;
  margin-bottom: 20px;
  border: 1px solid #993300;
  outline: none;
  padding-left: 5px;
  background: transparent;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
}

.contact-in-input::placeholder {
  color: #000000;
}

.contact-in-textarea {
  width: 100%;
  height: 140px;
  margin-bottom: 20px;
  border: 1px solid #993300;
  outline: none;
  padding-top: 5px;
  padding-left: 5px;
  background: transparent;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
}

.contact-in-textarea::placeholder {
  color: #000000;
}

.contact-in-btn {
  width: 100%;
  height: 40px;
  border: 1px solid #993300;
  outline: none;
  background-color: #993300;
  color: #ffffff;
  font-size: 12px;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  cursor: pointer;
}

.contact-in iframe {
  width: 100%;
  height: 100%;
}
/* CONTACT US CSS End */
.foot {
  border: solid 1px;
  /* font-size: 20px; */
  width: 100%;
  height: 50px;
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  line-height: 50px;
  padding-right: 20px;
  /* float: right; */
}
.develop {
  /* opacity: 0.7; */
  /* letter-spacing: 1px; */
  color: aliceblue;
  text-decoration: none;
  /* font-weight: 1000; */
}
.develop a {
  color: aliceblue;
  text-decoration: none;
}
.develop a:hover {
  background: transparent;
  color: #ffff00;
  text-decoration: none;
}

/********** MEDIA QUERY STARTS **********/
@media (max-width: 416px) {
  label.shortLogo img {
    width: 50px;
    height: 10px;
    display: inline-block;
    padding: 10px 20px 1px 20px;
  }
  .aboutHeading {
    padding: 0px 20px;
  }
  .aboutHeading h1 {
    font-size: 36px;
  }
  .aboutHeading p {
    font-size: 17px;
    margin-bottom: 0px;
  }
  .aboutContainer {
    padding: 0px;
  }
  .about {
    padding: 20px;
    flex-direction: column;
  }
  .about-image {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .aboutContent h2 {
    text-align: center;
  }
  .aboutContent p {
    padding: 0px;
    font-stretch: 16px;
    text-align: justify;
  }
  .aboutContent.read-more {
    font-size: 16px;
  }
  /* .Academic-wrapper {
    gap: 5px;
  }
  .Academic-container {
    width: 100%;
    height: 25vmin;
    font-size: 8px;
  } */

  .Academic-wrapper {
    width: 90vw;

    flex-wrap: wrap;
    gap: 30px;
  }
  .Academic-container {
    width: calc(50% - 40px);
    height: 30vmin;
    font-size: 14px;
  }
  span.num {
    color: #000000;
    display: grid;
    place-items: center;
    font-weight: 600;
    font-size: 2em;
    display: inline-block;
    padding-left: 26px;
    margin-left: 0px;
  }
  .Academic-container i {
    font-size: 20px;
  }
  .gallery {
    margin: 20px;
  }
}

@media (max-width: 943px) {
  #checkbtn {
    display: block;
  }
  nav ul {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 120px;
    left: -100%;
    transition: 0.5s;
    background-color: #ffff00;
  }
  nav ul li {
    display: block;
    text-align: center;
    line-height: 40px;
  }
  .Academic-wrapper {
    width: 90vw;
    flex-wrap: wrap;
    gap: 30px;
  }
  .Academic-container {
    width: calc(50% - 40px);
    height: 30vmin;
    font-size: 14px;
  }
}
@media (max-width: 1314px) {
  .notice-board {
    display: none;
  }
  .logo img {
    display: none;
  }
  .logo_container {
    display: none;
  }
  label.shortLogo img {
    width: 300px;
    height: 60px;
    display: inline-block;
    padding: 10px 20px 1px 20px;
  }
  /* label.demo {
    display: none;
  } */
  nav ul {
    float: right;
  }
  .slider {
    height: 250px;
  }
  .slides {
    height: 250px;
  }
  .slide img {
    height: 250px;
  }
  .Academic-wrapper {
    width: 85vw;
  }
  .Academic-container {
    height: 26vmin;
    width: 26vmin;
    font-size: 12px;
  }
}
/********** MEDIA QUERY END **********/
/* FROM THE DESK .HTML  */
/* FROM THE DESK .HTML  */
/* FROM THE DESK .HTML  */
/* FROM THE DESK .HTML  */
.ftdRow {
  width: 80%;
  min-height: 1170px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 50px 30px;
  border: solid 5px black;
  border-radius: 30px;
  margin: 25px;
}
.ftdRow .ftdLeft {
  overflow: hidden;
}
.ftdRow .ftdLeft img {
  border-radius: 30px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ftdRow .ftdRight {
  display: flex;
  align-items: center;
}
.ftdRow .ftdRight .ftdContent {
  padding-left: 20px;
}
.ftdRow .ftdRight .ftdContent p {
  font-size: 16px;
  line-height: 26px;
  padding-bottom: 15px;
}
@media (max-width: 991px) {
  .ftdRow .ftdRight .ftdContent {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .ftdRow {
    width: 90%;
    grid-template-columns: 1fr;
  }
}
/* FROM THE DESK .HTML  */
/* FROM THE DESK .HTML  */
/* FROM THE DESK .HTML  */
/* FROM THE DESK .HTML  */
/********************** FACULTY .HTML  ********************/
/********************** FACULTY .HTML  ********************/
/********************** FACULTY .HTML  ********************/
/********************** FACULTY .HTML  ********************/
.team {
  /* position: relative; */
  width: 100%;
  /* height: 100vh; */
  /* background: radial-gradient(#281c3e, #0f051d); */
  margin-top: -40px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.team-content {
  width: 100%;
  max-width: 1350px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, auto));
  align-items: center;
  gap: 2rem;
  text-align: center;
  margin-top: 4rem;
}
.team-content img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  margin-bottom: 15px;
  transition: all 0.38s ease;
}
.center h1 {
  margin-top: 50px;
  padding-top: 15px;
  color: #993300;
  font-size: 4rem;
  text-align: center;
}
.box {
  padding: 16px;
  background: transparent;
  border-radius: 15px;
  transition: all 0.38s ease;
}
.box h3 {
  padding-top: 15px;
  font-size: 23px;
  font-weight: 600;
  color: #993300;
  margin-bottom: 8px;
}
.box h5 {
  font-size: 15px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 5px;
  letter-spacing: 2px;
}
.icons i {
  display: inline-block;
  color: #000000;
  font-size: 20px;
  margin: 0 8px;
  transition: all 0.38s ease;
}
.icons i:hover {
  transform: scale(1.2);
}
.box:hover {
  transform: translateY(-10px);
  cursor: pointer;
}

@media (max-width: 1240px) {
  .team {
    width: 100%;
    /* height: auto; */
    padding: 1px 2%;
    margin-top: -50px;
    margin-bottom: 20px;
  }
  .center h1 {
    font-size: 3.2rem;
  }
}
/********************** FACULTY .HTML  ********************/
/********************** FACULTY .HTML  ********************/
/********************** FACULTY .HTML  ********************/
/********************** FACULTY .HTML  ********************/
.image-box-gallery {
  display: inline-block;
  width: 31%;
  margin: 15px;
  padding: 2px;

  /* background-color: #993300; */
}
.image-box-gallery #pic {
  border-radius: 15px;
  width: 100%;
  height: auto;
}
.image-box-gallery img:hover {
  border-radius: 10px;
  transform: scale(1.1, 1.1);
  transition: 0.5s ease;
  /* transform: translateY(-10px); */
}




.m1 {
  width: 45%;
  height: 100px;
  padding-left: 70px;
  float: left;
}
/* GALLERY */
.gallery_container img {
  width: 400px;
  height: 300px;
  margin: 10px;
  border: 10px solid #fefae0;
  /* -webkit-filter: sepia(100%);
  filter: sepia(100%); */
  transition-duration: 1s;
}

.gallery_container img:hover {
  border: 5px solid #fff;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  /* -webkit-filter: none;
  filter: none;  */
}

.gallery_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.video_container {
  margin: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.videoclass {
  border: #ffff00 solid 10px;
  margin: 20px;
}
.center h1 a {
  text-decoration: none;
}
.center .button {
  background-color: #04aa6d;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 30px;
  margin: 4px 2px;
  inline-size: 280px;
  cursor: pointer;
}

dl{
    font-size:20px;
    margin: 50px;
}


