@import url("https://fonts.googleapis.com/css?family=Heebo:400,700|Open+Sans:400,700");

* {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
}

.header {
  height: 120vh;
  width: 100%;
  background-image: url(images/background.gif);
  background-position: center;
  background-size: cover;
  position: relative;
}
@media (max-width: 700px) {
  .header {
    background-image: url(images/background.png);
  }
}

h5 {
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
  font-weight: 100;
}

/* Light bulb test */

.lightbulb img {
  width: 100px;
}

/* .side-bulb{
  position: relative;
  width: 600px;
  left: 700px;
  shape-margin: 2%;
} */

/* HEading design test */

h1 {
  text-align: center;
  font-size: 40em;
  margin: 20px 0 20px 0;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

h1:nth-child(1) a {
  font-size: 1.5em;
  color: #ffffff;
  font-family: Iceland;
}

h1:nth-child(1) a:hover {
  -webkit-animation: neon2 1.5s ease-in-out infinite alternate;
  -moz-animation: neon2 1.5s ease-in-out infinite alternate;
  animation: neon2 1.5s ease-in-out infinite alternate;
}

@-webkit-keyframes neon2 {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #228dff,
      0 0 70px #228dff, 0 0 80px #228dff, 0 0 100px #228dff, 0 0 150px #228dff;
  }
  to {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #228dff,
      0 0 35px #228dff, 0 0 40px #228dff, 0 0 50px #228dff, 0 0 75px #228dff;
  }
}

@-moz-keyframes neon2 {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #228dff,
      0 0 70px #228dff, 0 0 80px #228dff, 0 0 100px #228dff, 0 0 150px #228dff;
  }
  to {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #228dff,
      0 0 35px #228dff, 0 0 40px #228dff, 0 0 50px #228dff, 0 0 75px #228dff;
  }
}

@keyframes neon2 {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #228dff,
      0 0 70px #228dff, 0 0 80px #228dff, 0 0 100px #228dff, 0 0 150px #228dff;
  }
  to {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #228dff,
      0 0 35px #228dff, 0 0 40px #228dff, 0 0 50px #228dff, 0 0 75px #228dff;
  }
}

@media (max-width: 700px) {
  #container {
    width: 100%;
  }
  h1 {
    font-size: 3.5em;
  }
}

/* HEading design test */

nav {
  display: flex;
  padding: 1% 4%;
  justify-content: space-between;
  align-items: center;
}

nav img {
  width: 140px;
}

.nav-links {
  flex: 1;
  text-align: right;
}

.nav-links ul li {
  list-style: none;
  display: inline-block;
  padding: 8px 15px;
  position: relative;
}
.nav-links ul li a {
  color: rgb(255, 255, 255);
  text-decoration: none;
  font-size: 20px;
}

.nav-links ul li::after {
  content: "";
  width: 0%;
  height: 2px;
  background: #f44336;
  display: block;
  position: static;
  margin: auto;
  transition: 0.5s;
}

.nav-links ul li:hover::after {
  width: 100%;
}

.text-box {
  width: 50%;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translate(-50%, -50%);
  text-align: left;
}

.text-box h1 {
  font-size: 40px;
}

.text-box p {
  margin: 10px 0 40px;
  font-size: 14px;
  color: #fff;
}

.hero-btn {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  border: 1px solid #fff;
  padding: 12px 34px;
  font-size: 13px;
  background: transparent;
  position: relative;
  cursor: pointer;
}

.hero-btn:hover {
  border: 1px solid #fff;
  background: #f44336;
  transition: 1s;
}

nav .fa {
  display: none;
}
h1 {
  font-size: 36px;
  font-weight: 600;
}
h6 {
  text-align: center;
}

p {
  color: rgb(56, 56, 56);
  text-align: left;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  padding: 10px;
}
.course {
  width: 80%;
  margin: auto;
  text-align: center;
  padding-top: 100px;
}

.row {
  margin-top: 5%;
  display: flex;
  justify-content: space-between;
  padding: 2%;
}
.course-col {
  flex-basis: 31%;
  background: #ffe98f;
  border-radius: 10px;
  margin-bottom: 5%;
  padding: 20px 12px;
  box-sizing: border-box;
}

h3 {
  text-align: center;
  font-weight: 600;
  margin: 10px 0;
}
.course-col:hover {
  box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.2);
}

.campus {
  width: 80%;
  margin: auto;
  text-align: center;
  padding-top: 10px;
}

.campus-col {
  flex-basis: 32%;
  border-radius: 10px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}

.campus-col img {
  width: 100%;
  display: block;
  height: 350px;
}

.layer {
  background: transparent;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.layer:hover {
  background: rgba(226, 0, 0, 0.7);
}

.layer h3 {
  width: 100%;
  font-weight: 500;
  color: #fff;
  font-size: 23px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  transition: 0.5s;
  opacity: 0;
}

.layer:hover h3 {
  bottom: 49%;
  opacity: 1;
}

.facilities {
  width: 80%;
  margin: auto;
  text-align: center;
  padding-top: 40px;
}

.facilities-col {
  flex-basis: 31%;
  border-radius: 10px;
  margin-bottom: 5%;
  text-align: left;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.facilities-col:hover {
  box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.2);
}

.facilities-col img {
  width: 100%;
  border-radius: 10px;
  height: 350px;
}

.facilities-col p {
  padding-left: 10px;
}

.facilities-col h3 {
  margin-top: 16px;
  margin-bottom: 15px;
  text-align: left;
  padding-left: 10px;
}

/*live project section in home page
*/

/* .container_project {
  position: relative;
  margin-top: 60px;
  width: 95%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 30px;
}

.container_project .card_project {
  position: relative;
  max-width: 300px;
  height: 215px;
  background: #fff;
  margin: 30px 10px;
  padding: 20px 15px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
  transition: 0.2s ease-in;
}

.container_project .card_project:hover {
  height: fit-content;
}

.container_project .card_project .imgbx {
  position: relative;
  width: 260px;
  height: 260px;
  top: -60px;
  left: 20px;
  z-index: 1;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.container_project .card_project .imgbx img {
  max-width: 100%;
  border-radius: 4px;
}

.container_project .card_project .content_project {
  position: relative;
  margin-top: -140px;
  padding: 10px 15px;
  text-align: center;
  color: #111;
  visibility: hidden;
  opacity: 0;
  transition: 0.2s ease-in;
}

.container_project .card_project:hover .content_project {
  visibility: visible;
  opacity: 1;
  margin-top: -40px;
  transition-delay: 0.2s;
}
@media (max-width: 1000px) {
  .container_project {

    width: 90%;

  }
}
@media (max-width: 700px) {
  .container_project {

    width: 85%;

  }
}
@media (max-width: 550px) {
  .container_project {

    width: 75%;

  }
} */


.box_speaker {
  width: 90%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  grid-gap: 15px;
  margin: 0 auto;
  padding-top: 60px;
}
.card_speaker {
  position: relative;
  width: 80%;
  height: 350px;
  background: #fff;
  margin: 0 auto;
  border-radius: 4px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.card_speaker:before,
.card_speaker:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background: #fff;
  transition: 0.5s;
  z-index: -1;
}
.card_speaker:hover:before {
  transform: rotate(20deg);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
}
.card_speaker:hover:after {
  transform: rotate(10deg);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
}
.card_speaker .imgBx_speaker {
  position: absolute;
  top: 10px;
  left: 10px;
  bottom: 10px;
  right: 10px;
  background: #222;
  transition: 0.5s;
  z-index: 1;
}

.card_speaker:hover .imgBx_speaker {
  bottom: 80px;
}

.card_speaker .imgBx_speaker img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card_speaker .details {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  height: 60px;
  text-align: center;
}

.card_speaker .details h2 {
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-size: 20px;
  color: #777;
  text-transform: uppercase;
}

.card_speaker .details h2 span {
  font-weight: 500;
  font-size: 16px;
  color: #f38695;
  display: block;
  margin-top: 5px;
}



/*live project section end in home page
*/

.cta {
  margin: 100px auto;
  width: 80%;
  background: url(images/background-f.png);
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  text-align: center;
  padding: 100px 0;
}

.cta h1 {
  color: #fff;
  margin-bottom: 40px;
  padding: 0;
}

.footer {
  background-color: #24262b;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.footer-col {
  width: 25%;
}
.footer-col h4 {
  font-size: 18px;
  color: #ffffff;
  text-transform: capitalize;
  margin-bottom: 35px;
  font-weight: 500;
  position: relative;
}
.footer-col h4::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  background-color: #e91e63;
  height: 2px;
  box-sizing: border-box;
  width: 50px;
}

.footer-col p {
  color: #bbbbbb;
}
.footer-col ul li:not(:last-child) {
  margin-bottom: 10px;
}
.footer-col ul li a {
  font-size: 16px;
  text-transform: capitalize;
  color: #ffffff;
  text-decoration: none;
  font-weight: 300;
  color: #bbbbbb;
  display: block;
  transition: all 0.3s ease;
}
.footer-col ul li a:hover {
  color: #ffffff;
  padding-left: 8px;
}
.footer-col .social-links a {
  display: inline-block;
  height: 40px;
  width: 40px;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 0 10px 10px 0;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  color: #ffffff;
  transition: all 0.5s ease;
}
.footer-col .social-links a:hover {
  color: #24262b;
  background-color: #ffffff;
}



@media (max-width: 700px) {
  .row {
    flex-direction: column;
  }
}

@media (max-width: 900px) {
  .text-box h1 {
    font-size: 20px;
  }
  .header {
    width: 100%;
  }
  .nav-links ul li {
    display: block;
  }
  .nav-links {
    position: fixed;
    background: #ffe98f;
    height: 100vh;
    width: 200px;
    top: 0;
    right: -200px;
    text-align: left;
    z-index: 2;
    transition: 1s;
  }
  nav .fa {
    display: block;
    color: #fff;
    margin: 10px;
    font-size: 22px;
    cursor: pointer;
  }
  .nav-links ul {
    padding: 30px;
  }

  .cta h1 {
    font-size: 24px;
  }

  .footer-col {
    width: 50%;
    margin-bottom: 30px;
  }
  .footer-col {
    width: 100%;
  }
}

/* START OF THE ABOUT-US PAGE FROM HERE */

/* Text shadow experiment */

.text {
  position: absolute;
  top: 20%;
  right: 50%;
  transform: translate(50%, -50%);
  text-transform: uppercase;
  font-family: verdana;
  font-size: 3em;
  font-weight: 700;
  color: #f5f5f5;
  text-shadow: 1px 1px 1px #919191, 1px 2px 1px #919191, 1px 3px 1px #919191,
    1px 4px 1px #919191, 1px 5px 1px #919191, 1px 6px 1px #919191,
    1px 7px 1px #919191, 1px 8px 1px #919191, 1px 9px 1px #919191,
    1px 10px 1px #919191, 1px 18px 6px rgba(16, 16, 16, 0.4),
    1px 22px 10px rgba(16, 16, 16, 0.2), 1px 25px 35px rgba(16, 16, 16, 0.2),
    1px 30px 60px rgba(16, 16, 16, 0.4);
}

/* Text shadow experiment */

.sub-header {
  height: 70vh;
  width: 100%;
  background: url(images/background1.png);
  background-position: top;
  background-size: cover;
  text-align: center;
  color: #fff;
}

.sub-header h1 {
  margin-top: 100px;
}

.shadow {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

.about-us {
  width: 90%;
  margin: auto;
  padding-top: 80px;
  padding-bottom: 50px;
}

.about-col {
  flex-basis: 48%;
  padding: 30px 2px;
}

.about-col img {
  width: 100%;
  height: 70vh;
  border-radius: 10px;
}

.about-col h1 {
  padding-top: 0%;
}

.about-col p {
  padding: 15px 0 25px;
}

.red-btn {
  border: 1px solid #f44336;
  background: transparent;
  color: #f44336;
}

.red-btn:hover {
  color: #fff;
}

.faq {
  width: 90%;
  margin: 0 auto;
  margin-top: 100px;
}

.faq h2 {
  color: black;
  position: relative;
  width: 100%;
}

.faq h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 345px;
  width: 67px;
  height: 2px;
}

.accordion {
  width: 90%;
  height: 40px;
  padding: 0 5px;
  border: 2px solid #ffe98f;
  cursor: pointer;
  border-radius: 50px;
  display: flex;
  margin: 10px 0;
  align-items: center;
}

.accordion i {
  width: 30px;
  margin-left: 10px;
  border-radius: 50%;
  background: no-repeat #ffe98f;
  transition: all 0.5s ease-in;
}

.accordion h5 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  padding: 3px 0 0 0;
  font-weight: normal;
  color: #111;
}

.panel {
  padding: 0 15px;
  border-left: 1px solid #111;
  margin-left: 25px;
  font-size: 14px;
  text-align: justify;
  overflow: hidden;
  max-height: 0;
  transition: all 0.5s ease-in;
}

@media (max-width: 700px) {
  .accordion {
    height: 60px;
    width: 90%;
  }
  .accordion h5 {
    font-size: 15px;
  }
}

/* START OF THE Our-Team PAGE FROM HERE */

.team-header {
  height: 50vh;
  width: 100%;
  background: url(images/team.png);
  background-position: top;
  background-size: cover;
  text-align: center;
  color: #fff;
}

.team-header h1 {
  margin-top: 30px;
}

.team {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  padding-top: 90px;
  position: relative;
  padding: auto;
}

.soci i {
  color: #111;
}

.soci i:hover {
  color: rgb(255, 255, 255);
  transform: scale(1.5);
  letter-spacing: 5px;
}
.members {
  cursor: pointer;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  display: grid;
  width: 250px;
  position: relative;
  padding: 4px;
}

.members h3 {
  text-align: center;
  padding: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 1000;
  text-decoration: underline;
  color: #333333;
}

.img_box {
  width: 250px;
  height: 300px;
  overflow: hidden;
  position: relative;
}

.img_box img {
  width: 250px;
}

.img_info {
  position: absolute;
  top: 310px;
  left: 0;
  color: white;
  width: 230px;
  height: 290px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
}

.img_info span {
  letter-spacing: 2px;
  text-transform: uppercase;
}

.img_info p {
  font-size: 0.75rem;
  text-align: justify;
}

#one:hover .img_box img {
  transform: translateY(-100%);
  transition: all 035s ease;
}

#one:hover .img_box .img_info {
  background: #ffe98f;
  transform: translateY(-100%);
  transition: all 0.5s ease;
}

#two:hover .img_box img {
  transform: translateY(-100%);
  transition: all 035s ease;
}

#two:hover .img_box .img_info {
  background: #ffe98f;
  transform: translateY(-100%);
  transition: all 0.5s ease;
}

#three:hover .img_box img {
  transform: translateY(-100%);
  transition: all 035s ease;
}

#three:hover .img_box .img_info {
  background: #ffe98f;
  transform: translateY(-100%);
  transition: all 0.5s ease;
}

@media (max-width: 700px) {
  .team {
    width: 100%;
    display: grid;
    grid-gap: 6rem;
    padding-top: 90px;
    position: relative;
    padding: auto;
  }
}

/* OUR EVENTS PART START FROM HERE */

.event-header {
  height: 50vh;
  width: 100%;
  background: url(images/event.png);
  background-position: top;
  background-size: cover;
  text-align: center;
  color: #fff;
}

.event-header h1 {
  margin-top: 30px;
}

.event-header p {
  margin: 10px 0 40px;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
}

.container-event {
  min-height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 0;
  background-color: white;
}
.timeline {
  width: 80%;
  height: auto;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}

.timeline ul {
  list-style: none;
}
.timeline ul li {
  padding: 20px;
  background-color: #ffe98f;
  color: black;
  border-radius: 10px;
  margin-bottom: 20px;
}
.timeline ul li:last-child {
  margin-bottom: 0;
}
.timeline-content h1 {
  font-weight: 500;
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 10px;
}
.timeline-content p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
}
.timeline-content .date {
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 10px;
  letter-spacing: 2px;
}

.facility {
  width: 90%;
  margin: auto;
  text-align: center;
  padding-top: 20px;
}

.facility-col {
  flex-basis: 22%;
  border-radius: 10px;
  min-height: 420px;
  height: fit-content;
  margin-bottom: 5%;
  text-align: left;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.facility-col:hover {
  box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.2);
}

.facility-col img {
  width: 100%;
  border-radius: 10px;
  height: 250px;
}

.facility-col p {
  padding-left: 10px;
}

.facility-col h3 {
  margin-top: 16px;
  margin-bottom: 15px;
  text-align: left;
  padding-left: 10px;
}
ul {
  color: white;
}

@media only screen and (min-width: 768px) {
  .facility {
    display: grid;
    max-width: 100%;
    position: relative;
    padding: auto;
  }
  .facility-col {
    display: grid;
    min-height: 420px;
    height: fit-content;
  }

  .timeline:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 100%;
    background-color: gray;
  }
  .timeline ul li {
    width: 50%;
    position: relative;
    margin-bottom: 50px;
  }
  .timeline ul li:nth-child(odd) {
    float: left;
    clear: right;
    transform: translateX(-30px);
    border-radius: 20px 0px 20px 20px;
  }
  .timeline ul li:nth-child(even) {
    float: right;
    clear: left;
    transform: translateX(30px);
    border-radius: 0px 20px 20px 20px;
  }
  .timeline ul li::before {
    content: "";
    position: absolute;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: gray;
    top: 0px;
  }
  .timeline ul li:nth-child(odd)::before {
    transform: translate(50%, -50%);
    right: -30px;
  }
  .timeline ul li:nth-child(even)::before {
    transform: translate(-50%, -50%);
    left: -30px;
  }
  .timeline-content .date {
    position: absolute;
    top: -30px;
  }
  .timeline ul li:hover::before {
    background-color: aqua;
  }
}

/* CONTACT FORM START HERE */

.contact-header {
  height: 50vh;
  width: 100%;
  background: url(images/contact.png);
  background-position: bottom;
  background-size: cover;
  text-align: center;
  color: #fff;
}

.contact-header h1 {
  margin-top: 30px;
}

.contact-header p {
  margin: 10px 0 40px;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
}

.contact-us {
  width: 90%;
  margin: auto;
}

.contact-col {
  flex-basis: 48%;
  margin-bottom: 30px;
}

.contact-col div {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.contact-col div .fa {
  font-size: 28px;
  color: #f44336;
  margin: 10px;
  margin-right: 30px;
}

.contact-col div p {
  padding: 0;
}

.contact-col div h5 {
  font-size: 20px;
  margin-bottom: 5px;
  color: #555;
  font-weight: 400;
}

.contact-col input,
.contact-col textarea {
  width: 100%;
  padding: 15px;
  margin-bottom: 17px;
  outline: none;
  border: 1px solid #ccc;
  box-sizing: border-box;
}


.alert {
  margin-top: 25px;
  text-align: center;
  padding: 10px;
  background-color: #79c879;
  color: #fff;
  /* margin-bottom: 10px; */
  display: none;
}

/* Innovation page starts from here */

.patent-header {
  height: 60vh;
  width: 100%;
  background: url(images/patents.png);
  background-position: bottom;
  background-size: cover;
  text-align: center;
  color: #fff;
}

.patent-header h1 {
  margin-top: 60px;
}

/* input{
  display: none;
} */

.top-content {
  background-color: #fcd641;
  width: 90%;
  margin: 40px auto;
  height: 60px;
  display: flex;
  align-items: center;
  border-radius: 5px;
  box-shadow: 3px 3px 5px lightgray;
}
.facility1 {
  width: 90%;
  margin: auto;
  text-align: center;
  padding-top: -10px;
}

.facility-col1 {
  flex-basis: 22%;
  border-radius: 10px;
  min-height: 420px;
  height: fit-content;
  margin-bottom: 5%;
  text-align: left;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.hero-btn-innov {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  border: 1px solid #fff;
  padding: 12px 34px;
  font-size: 13px;
  top: 30%;
  background: transparent;
  position: relative;
  cursor: pointer;
}

.hero-btn-innov:hover {
  border: 1px solid #fff;
  background: #f44336;
  transition: 1s;
}

.facility-col1:hover {
  box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.2);
}

.facility-col1 img {
  width: 100%;
  border-radius: 10px;
  height: 250px;
}

.facility-col1 p {
  padding-left: 10px;
}

.facility-col1 h3 {
  margin-top: 16px;
  margin-bottom: 15px;
  text-align: left;
  padding-left: 10px;
}

label {
  display: inline-block;
  height: 100%;
  width: 100%;
  padding: 0 10px;
  margin: 50px;
  line-height: 60px;
  font-size: 18px;
  color: white;
  cursor: pointer;
  transition: color 1s;
}

.hero-btn-1 {
  display: inline-block;
  text-decoration: none;
  align-items: center;
  color: #fff;
  border: 1px solid #fff;
  padding: 12px 34px;
  font-size: 13px;
  background: transparent;
  position: relative;
  cursor: pointer;
}

.hero-btn-1:hover {
  border: 1px solid #fff;
  background: #f44336;
  transition: 1s;
}

label:hover {
  color: #111;
}

.main-container {
  width: 90vw;
  margin: 0 auto;
  padding: 40px 0;
}
.main-container > h2 {
  text-align: center;
  padding: 10px 0;
  font-size: 32px;
}
.main-container > p {
  font-weight: 300;
  padding: 10px 0;
  opacity: 0.7;
  text-align: center;
}

.category-head {
  margin: 30px 0;
}
.category-head ul {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.category-title {
  flex: 0 0 calc(16.6667% - 10px);
  width: fit-content;
  display: flex;
  justify-content: center;
  background: #a8a8a8;
  padding: 12px;
  color: #fff;
  margin: 5px;
  cursor: pointer;
  transition: all 0.4s ease;
}
.category-title:hover {
  opacity: 0.7;
}
.category-title li {
  padding: 0 10px;
}
.category-title span {
  color: #222;
}

.posts-main-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 40px;
}
.posts-main-container > div {
  box-shadow: 0px 8px 22px -12px rgba(0, 0, 0, 0.64);
}
.post-img {
  position: relative;
  height: fit-content;
  min-height: 250px;
  border-radius: 20px;
}

.all {
  height: fit-content;
  border-radius: 20px;
}

.all:hover {
  box-shadow: 5px 5px 5px 5px #bdbdbd;
}
img {
  width: 100%;
}

.category-name {
  position: absolute;
  top: 20px;
  left: 20px;
  text-transform: uppercase;
  font-size: 13px;
  color: #fff;
  padding: 4px 10px;
  border-radius: 2px;
}
.regular .category-name {
  background: #00a7ea;
}
.mobile .category-name {
  background: #f03250;
}
.home .category-name {
  background: #f0544f;
}
.vehicle .category-name {
  background: #2c2a4a;
}
.generic .category-name {
  background: #a1e44d;
}

.post-content {
  padding: 25px;
}
.post-content-top {
  background: #80ced7;
  color: #fff;
  opacity: 0.8;
  padding: 5px 0 5px 15px;
}
.post-content-top span {
  padding-right: 20px;
}
.post-content-top .fa-comment,
.post-content-top .fa-calendar {
  padding-right: 5px;
}
.post-content h2 {
  font-size: 22px;
  padding: 12px 0;
  font-weight: 400;
}
.post-content p {
  opacity: 0.7;
  font-size: 15px;
  line-height: 1.8;
}
.read-btn {
  border: none;
  padding: 8px 15px;
  display: block;
  margin: 5px auto;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  cursor: pointer;
  border: 1px solid black;
  background: transparent;
  margin-bottom: 40px;
}

.read-btn:hover {
  transition: 0.5s;
  background: #f44336;
  color: white;
  border: 3px solid white;
}

/***************/
@media (max-width: 1170px) {
  .posts-main-container {
    grid-template-columns: repeat(2, 1fr);
  }
  .all {
    height: fit-content;
  }
}

@media (max-width: 500px) {
  .posts-main-container {
    grid-template-columns: 1fr;
  }

  .all {
    height: fit-content;
  }

  .read-btn {
    display: none;
    height: fit-content;
  }
}

/***********/

.active {
  background: #f0544f;
}

@media only screen and (max-width: 700px) {
  .facility1 {
    display: grid;
    max-width: 100%;
    position: relative;
    padding: auto;
  }
}

/* BLOG PAGE INSIDE INNOVATOR'S HUB */

.blog-header {
  height: 60vh;
  width: 100%;
  background: url(images/blog/blog.png);
  background-position: bottom;
  background-size: cover;
  text-align: center;
  color: #fff;
}

@media (max-width: 700px) {
  .blog-header {
    background-image: url(images/blog/blog11.png);
    width: 100%;
  }
}

.blog-header h1 {
  margin-top: 60px;
}

.course_blog {
  width: 90%;
  margin: auto;
  padding-top: 50px;
}

.h1_blog {
  text-align: center;
}

.p_blog {
  color: #111;
  padding-top: 30px;
  font-weight: 500;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 1;
  transform: translateZ(0);
}

.blog_img {
  display: block;
  margin: 0 auto;
  width: 320px;
  height: 290px;
  padding-top: 20px;
}

/* Project link pages here */

.project-header {
  height: 60vh;
  width: 100%;
  background: url(images/blog/project.png);
  background-position: bottom;
  background-size: cover;
  text-align: center;
  color: #fff;
}

@media (max-width: 700px) {
  .project-header {
    background-image: url(images/blog/project1.png);
    width: 100%;
  }
}
