/*NAVIGATION*/
.navbar {
  width:100%;
  background: #1e446a;
}
  .navbar li {
    position: relative;
}
 .navbar-nav .nav-link:focus,  .navbar-nav .nav-link:hover {
  color: orange !important;
}

.navbar li {
  position: relative;
} 

/* .navbar>ul>li:hover {
  border-bottom: 2px solid #003152;
} */

/* .nav-active {
  border-bottom: 2px solid #fff;
}  */
.nav-item.active  {
  color: rgb(243, 232, 114) !important;
} 
.nav-link a {
  color: rgb(243, 232, 114) !important;
}

.navbar a:hover,
.navbar .active,
.navbar li:hover>a {
  color:orange;
}
/* inner image */

#home  {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
 }
 #home {
    background-attachment: fixed;
    }
    
 #home {
   width: 100%;
   height: 100%;
   background-size: cover;
  position: relative;
 }
 #imgdiv{
  display: inline-block;
  position: relative;
  text-align: center;
  width: 100%;
  height: 100%;
  background-size: cover;
      
 } 
 body{
  background-image: url(./GeetaVihar/assets/images/geet.jpg);
  background-size: cover;
  position: center;
  /* height: auto; */
}
/*OVERLAY */
.overlay{
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5);
  opacity: 2;
 }
.intro-card{
    margin-left: 7%;
    margin-right: 7%;
    margin-top:3%;
    margin-bottom: 5%;
}
section {
 background-image: url("../images/geet.jpg");
 height:auto;
 background-attachment: fixed;
 background-position: center;
 background-repeat: no-repeat;
 background-size: cover;
}
p {
  color: white;
}
#part3 {
  margin-bottom: 5%;
}

 #panel1, #panel2, #panel3, #panel4, #panel5, #panel6{ 
  font-size: 16px;
  padding: 10px;
  text-align: center;
  /* background-color:orange; */
   color: black;
  border: solid 1px #a6d8a8;
  margin: auto;
  width:80%;
} 
#panel7, #panel8, #panel9, #panel10, #panel11, #panel12{ 
  font-size: 16px;
  padding: 10px;
  text-align: center;
  /* background-color:orange; */
  color: black;
  border: solid 1px #a6d8a8;
  margin: auto;
  width:80%;
} 
#panel13, #panel14, #panel15, #panel16, #panel17, #panel18{ 
  font-size: 16px;
  padding: 10px;
  text-align: center;
  /* background-color:orange; */
 color: black;
  border: solid 1px #a6d8a8;
  margin: auto;
  width:80%;
} 

.button1, .button2, .button3, .button4, .button5, .button6 {
  font-size: 16px;
  padding: 10px;
  text-align: center;
  background-color: #1e446a;
  color: white;
  border: solid 1px #a6d8a8;
  margin: auto;
  width:80%;
}
.button7, .button8, .button9, .button10, .button11, .button12 {
  font-size: 16px;
  padding: 10px;
  text-align: center;
  background-color: #1e446a;
  color: white;
  border: solid 1px #a6d8a8;
  margin: auto;
  width:80%;
}
.button13, .button14, .button15, .button16, .button17, .button18 {
  font-size: 16px;
  padding: 10px;
  text-align: center;
  background-color: #1e446a;
  color: white;
  border: solid 1px #a6d8a8;
  margin: auto;
  width:80%;
}
#panel1, #panel2, #panel3, #panel4, #panel5, #panel6, #panel7, #panel8, #panel9, #panel10, #panel11, #panel12,#panel13, #panel14, #panel15, #panel16, #panel17, #panel18{
  display: none;
 /* margin-right: -2%; */ 
  width:80%;
} 
/* Side images*/
.column {
  box-sizing: border-box;
  float: left;
  width: 50%;
  display: inline-block;
  padding-left: 3%;
  padding-right: 3%;
}

/*FOOTER*/
ul {
  margin: 0px;
  padding: 0px;
  }
  .footer-section {
  background: #061728;
  position: relative;
  margin-top: 40%;
  }
  .footer-cta {
  border-bottom: 1px solid #373636;
  }
  
  .cta-text {
  padding-left: 15px;
  display: inline-block;
  }
  .cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
  }
  .cta-text span {
  color: #757575;
  font-size: 15px;
  }
  .footer-content {
  position: relative;
  z-index: 2;
  }
  /* .footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
  } */
  .footer-logo {
  margin-bottom: 30px;
  }
  .footer-logo img {
  max-width: 200px;
  }
  .footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
  color: #7e7e7e;
  line-height: 28px;
  }
  .footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
  }
  .copyright-area{  
  /* background: #1e446a; */
  padding: 25px 0;
  }
  .copyright-text p {
  margin: 0;
  font-size: 16px;
  color: #878787;
  }
  #company {
  background: linear-gradient(
    to right, 
    rgb(247, 168, 112), 
    rgb(235, 217, 101)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  }
/* FOOTER*