* {
  box-sizing: border-box;
}

body {
  margin: 0;
}

.region-header-1 {
  height: 0.87cm;
  width: 100%;
  background: #535454;
  padding: 0 10%;
}

/*Top social media Edit*/
.lastupdated {
  margin: 0.22cm;
  width: auto;
  float: left;
  color: lightgrey;
  padding: 0 50 0 10%;
  font-size: 12px;
  font-family: "Lucida Console", Courier, monospace;
}

.top-social-media {
  margin: 0.21cm;
  width: auto;
  float: right;
}

.top-social-media li {
  display: inline-block;
  list-style-type: none;
  line-height: 0.26cm;
  margin: 0px;
  margin-right: 5px;
}

.top-social-media li a {
  color: #ffffff;
  text-decoration: none;
}

.fa-facebook,
.fa-twitter,
.fa-linkedin,
.fa-instagram,
.fa-youtube {
  color: #ffffff;
}

.fa {
  padding: 0px;
  font-size: 17px;
  width: 0.52cm;
  text-align: center;
  text-decoration: none;
  opacity: 0.4;
}

.fa:hover {
  opacity: 1;
}
/*Top social media Edit ends*/
.region-header-2 {
  height: auto;
  width: auto;
  padding: 0 10%;
}

.rh-2-1 {
  height: auto;
  width: auto;
  /* background-color: #3776b1; */
  background-color: #1f2e53;
  border-left: 1px dotted red;
}

.logo-div {
  height: 2.65cm;
  width: min-content;
  float: left;
}

.logo-div img {
  height: 2.65cm;
}

.banner {
  color: white;
  height: auto;
  width: 60%;
  float: left;
  padding: 0.13cm 0.26cm;
  text-align: center;
}

#line1 {
  letter-spacing: 1px;
}

#line2 {
  font-size: 13px;
}

#line3 {
  font-size: 26px;
  line-height: 45px;
}

#line4 {
  font-size: 0.7cm;
  margin: 0.13cm;
  font-family: High tower text;
  display: none;
}

.region-header-3 {
  height: auto;
  width: auto;
  padding: 0 10%;
}

.region-footer {
  height: auto;
  width: auto;
  padding: 0 10%;
  background-color: #535454;
  color: #cccccc;
}

.region-footer-1 {
  height: auto;
  margin: auto;
  text-align: center;
  padding: 0.2cm 0.5cm 0.7cm;
}

.region-footer-1 ul {
  padding: 0 0.5cm;
  margin: 0;
}

.region-footer-1 ul li {
  list-style-type: square;
  color: #333;
  line-height: 30px;
}

.region-footer-1 ul li a,
.region-footer-1 p {
  text-decoration: none;
  color: #cccccc;
  font-size: 16px;
  font-family: "Source Sans Pro", sans-serif;
}

.region-footer-1 a {
  text-decoration: none;
  color: #cccccc;
}

.region-footer-1 a:hover {
  color: #2ba6cb;
}

.region-footer-1 ul li a:hover {
  color: #2ba6cb;
}

.region-footer-1 h3,
b {
  color: white;
  font-family: sans-serif;
}

.region-footer-1 i {
  margin-right: 0.13cm;
}

.region-footer-1 p {
  margin: 0.2cm 0.9cm;
}

.rf-1-1 {
  height: auto;
  width: auto;
  /*float: left;*/
  display: inline-table;
  text-align: left;
  margin: 0cm 0.5cm;
}

.dev {
  text-align: justify;
  background: #1f2e53;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
}
/*Dev social media*/
.dev ul {
  margin: 0.15cm 0;
  padding: 0.16cm;
  width: auto;
  display: inline-block;
}

.dev ul li {
  display: inline-block;
  list-style-type: none;
  line-height: 0.26cm;
  margin: 0px;
  margin-right: 5px;
}

.dev ul li a {
  text-decoration: none;
}

#sm {
  color: #000000;
  padding: 0px;
  font-size: 17px;
  width: 0.52cm;
  text-align: center;
  text-decoration: none;
  opacity: 0.3;
}

#sm:hover {
  opacity: 1;
}

#line {
  border-right: 1px dotted black;
}
/*Dev social media ends*/
#counter {
  float: right;
}

#counter img {
  height: 15px;
  margin: 0.3cm;
}

.region-body-1 {
  height: auto;
  padding: 0 10%;
  background: #f0f0f0;
}

.rb-1-1 {
  height: 900px;
  background: #ffffff;
}

.timing {
  height: auto;
  width: 21%;
  float: left;
  padding: 0 0.5cm;
}

.timing h3,
.timing p {
  margin: 0.26cm;
}

.timing img {
  height: 3.45cm;
}

.timing bd {
  font-weight: bold;
}
/*Tooltip*/
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 300px;
  background-color: #006699;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  padding: 10px;
  text-align: left;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 50%;
  margin-left: -60px;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}
/*Tooltip ends*/
.slider {
  height: 10cm;
  width: 100%;
  float: left;
}

.slider img {
  height: 100%;
  width: 70%;
  display: flex;
  justify-self: center;
  margin-left: 290px;
}
/*fade animation*/
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}
/*fade animation ends*/
.flash {
  height: 9cm;
  width: 31.271%;
  float: right;
}

#flash-mar {
  padding: 0 0.39cm;
}

#flash-mar a {
  text-decoration: none;
  color: #006699;
}

#flash-mar a:hover {
  text-decoration: underline;
}

#flash-mar h4 {
  margin-bottom: 0.13cm;
}

.region-body-2 {
  padding: 0 10%;
  background: #f0f0f0;
}

.rb-2-1 {
  background: white;
}

.rb-2-1 img {
  height: 3cm;
  width: 3cm;
  display: inline-block;
  border-radius: 50%;
}

.rb-2-1 blockquote {
  display: inline-block;
  width: 80%;
  text-align: justify;
}

blockquote i {
  float: right;
}

blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
}

blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

blockquote p {
  display: inline;
  font-family: sans-serif;
  font-style: italic;
}

.region-body-3 {
  height: auto;
  padding: 0 10%;
  background: #f0f0f0;
}

.rb-3-1 {
  height: auto;
  padding: 0.7cm;
  background: white;
  text-align: center;
}

.rb-3-1 h3 {
  font-family: sans-serif;
}

.rb-3-1 img {
  height: 1.98cm;
  width: 3.96cm;
  transition: 0.3s;
}

.rb-3-1 img:hover {
  transform: scale(1.05, 1.05);
  transition: 0.6s;
}
/*Responsive*/
@media only screen and (max-width: 1360px) {
  .timing {
    width: 22%;
  }

  .slider {
    width: 46%;
  }
}

@media only screen and (max-width: 18.5cm) {
  /*700px*/
  .region-header-2,
  .region-body-1 {
    padding: 0%;
  }

  #line1,
  #line2,
  #line3 {
    display: none;
  }

  .logo-div,
  .logo-div img {
    height: 1.7cm;
  }

  #line4 {
    display: block;
  }

  .banner {
    padding: 0px;
    width: auto;
  }

  .region-footer-1 {
    padding: 0.2cm 0cm 0.7cm;
    text-align: left;
  }

  #counter {
    display: none;
  }

  .region-header-3 {
    background: #f0f0f0;
  }

  .slider {
    height: 5.5cm;
  }

  #flash-mar {
    background: #f0f0f0;
  }

  .region-body-3 {
    padding: 0;
  }

  .rb-3-1 hr {
    width: 90%;
  }

  .region-body-2 {
    padding: 0;
  }

  .rb-2-1 blockquote {
    width: 90%;
  }
}

@media only screen and (max-width: 26.4cm) {
  /*1000px*/
  .timing {
    width: 100%;
  }

  .timing img,
  .tooltip {
    display: none;
  }

  .slider {
    width: 100%;
  }

  .flash {
    width: 100%;
    height: 5cm;
  }
}
.auto-style1 {
  height: auto;
  width: auto;
  background-color: #ffffff;
  border-left: 5px dotted lightgrey;
}

/* h1 {
    text-align: left;
    color: #FFFFFF;
    background-color:darkgoldenrod;
} */
p {
  text-align: justify;
  background: #f9f9f9;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  font-size: large;
  font-stretch: expanded;
  font-family: Helvetica;
}
h3 {
  text-align: center;
  color: #ffffff;
  /* background-color:burlywood; */
  background-color: #1f2e53;
}

li {
  list-style: none;
}

.Dnew {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}

.image-dev {
  display: flex;
  justify-content: center;
}

.access {
  margin: 0;
  padding: 0;
  border: 0;
}
.grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
.parent {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(5, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.div1 {
  grid-area: 1 / 1 / 2 / 2;
}
.div2 {
  grid-area: 1 / 2 / 2 / 3;
}

/* ............... */

#HODid img {
  width: 180px;
  float: left;
  margin-right: 15px;
}
.card {
  margin-top: 5px;
}
.card-title {
  background-color: #03386f;
  color: white;
}
.container-fluid {
  padding: 0;
}
#AlumniImg img {
  width: 30%;
  border-color: #03386f;
  float: left;
  margin: 5px;
}
.projects {
  padding: 40px 70px;
}
.accordion-header button {
  background-color: lightgreen;
  color: #03386f;
}
.accordion-button:not(.collapsed) {
  background-color: #03386f;
  color: #ffffff;
}
.support a {
  color: #ffffff;
  text-decoration: none;
  line-height: 2.5;
}
@media only screen and (max-width: 1024px) {
  .banner {
    padding: 10px;
  }
  .banner img {
    display: none;
  }
  .banner-content {
    margin-top: 1rem;
    margin-left: 2rem;
  }
  .projects {
    padding: 40px 20px;
  }
}

/* 
image center */

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

/* topnav */

/* Add a black background color to the top navigation */
.topnav {
  /* background-color: #333; */
  /* margin-top: 30px; */
  overflow: hidden;
  display: flex;
  justify-content: center;
  padding-top: 25px;
  padding-right: 10px;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 8px 6px;
  text-decoration: none;
  font-size: 14px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Add a color to the active/current link */
.topnav a.active {
  background-color: #9a9a9a;
  color: white;
}

.ptag {
  padding: 0%;
  margin: 0%;
}
