*,::before,::after {
    margin: 0;
    padding: 0;
   box-sizing: border-box;
}

header{
    background-color: #FFC107;
}
.phonenumber {
    margin-right: 10px;
    cursor: pointer;
}
header nav .navbar-nav .nav-item  .nav-link.active,
header nav .navbar-nav .nav-item  .nav-link:hover  {
    color: #FFC107;
}


header nav .navbar-nav .nav-item  .nav-link {
    color: white;
    font-size: 0.9rem;
}
.header-1 {
    background: rgb(9,9,121);
    color: white;
}
.header-content {
    padding-left: 20px;
}
.navbar-logo {
    width: 100px;
}
.header-h4 {
    font-size: 20px;
}
.header-paragraph-1 {
    font-size: 0.9rem;
}
.header-paragraph-2 {
    font-size: 0.8rem;
    font-weight: 500;
}
.nav-item {
    color: white;
    font-size: 1.1rem;
    font-weight: 600;
}
.notification-gif {
    height: 20px;
}
.navbar-light .navbar-toggler {
    border-color: white;
    box-shadow: none;
}
header nav .navbar-nav .nav-item  .nav-link.dropdown-toggle{
    color: white;
}
header nav .navbar-nav .nav-item  .nav-link.dropdown-toggle.active ,
header nav .navbar-nav .nav-item  .nav-link.dropdown-toggle.show   {
    color: #FFC107;
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    border-radius: none;
}
.dropdown-item.active {
    background-color: white;
    color: #FFC107;
    font-weight: 500;
}
.banner-section {
    /* background-image: url("../assets/internal-banner.png"); */
    background: #000;
    height: 50vh;
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
}
.banner-heading {
    font-size: 3rem;
    font-weight: 700;
}
/* section-1 */
.section-1 {
    width: 100%;
}
.carousel-images {
    height: 70vh;
    object-fit: cover;
    object-position: center;
    width: 100%;
}
/* section-2 */
.section-2 {
    padding: 100px;
}
.section-heading {
    font-size: 2.5rem;
    font-weight: 700;
}
.br1 {
    display: inline-block;
    border-bottom: 2px solid #000;
}
.sub-heading {
    font-size: 1.8rem;
    font-weight: 500;
}
.accordion-heading {
    font-size: 1.3rem;
    font-weight: 500;
}
.section-list li {
    font-size: 1.15rem;
}
.section-para {
    font-size: 1.15rem;
}
.sec2-img {
    width: 50%;
}
.text-orange {
    color: #ff7700;
}
/* section-3 */
.section-3 {
    background-color: rgb(210,210,210);
    padding: 50px;
}
.sec3-column {
    background-color: white;
    box-shadow:  0.1rem 0.1rem rgba(0,0,0,.175);
    padding: 30px;
    border-radius: 10px;
    width: 28%;
}
.fas.fa-chevron-left {
    font-size: 30px;
    cursor: pointer;
}
.fas.fa-chevron-right {
    font-size: 30px;
    cursor: pointer;
}
/* gallery */
.gallery-bgimage {
    position: relative;
    max-height: 60vh;
    opacity: 0.9;
}
.sec4-h2 {
    position: absolute;
    top: 50%;
    left: 45%;
    color: white;
    font-size: 3rem;
    font-weight: 700;
}
/* .sec4-h2-notifications {
    position: absolute;
    top: 50%;
    left: 40%;
    color: white;
    font-size: 3rem;
    font-weight: 700;
} */
/* section-5 */
.section-5 {
    padding: 50px;
}
.sec5-img {
    position: relative;
    width: 100%;
    height: 30vh;
    object-fit: cover;
}
.sec5-img:hover {
    transform: scale(1.1);
    opacity: 0.2;
    
}
.sec-5col {
    position: relative;
    background-color: black;
    /* transition: 0.1s; */
    
}
.sec-5col:hover {
    opacity: 0.9;
    overflow: hidden;
}
.icon {
    display: none;
}
.sec5-img:hover ~ .icon {
    position: absolute;
    display: block;
    /* color: aliceblue; */
    color: white;
    font-size: 25px;
    top: 40%;
    left: 46%;
}
.modal-content {
    height: 90vh;
    width: 90vw; 
    background: transparent; 
    border: none;
}
.modal-body {
    height: 90vh; 
    width: 90vw;
}
#galleryModal {
    background: #00000099;
}
.icon-close {
    background: transparent; 
    border: none; 
    outline: none;
}
.fas.fa-close {
    font-size: 20px;
}
#modalImg {
    max-width: 100%; 
    max-height: 80vh;
}
.section-6 {
    padding: 50px;
}
.sec6-h2 {
    font-size: 3rem;
    font-weight: 300;
    /* border-bottom: 1px solid #C7C8C9; */
    padding: 20px;
    width: 10%;
}
/* section-7 */
.section-7 {
    padding-top: 50px;
}
.sec7-heading {
    font-size: 3rem;
    font-weight: 300;
    padding-bottom: 30px;
}
.sec7-heading-1 {
    font-size: 3rem;
    font-weight: 300;
    color: #ff7700;
}
.sec7-p {
    font-size: 16px;
}
/* section-8 */
.section-8 {
    padding: 10px;
}
.sec8-heading {
    font-size: 3rem;
    font-weight: 300;
}
.sec8-p {
    font-size: 17px;
}
/* section-9 */
.section-9 {
    padding-top: 50px;
}
.sec9-heading {
    font-size: 3rem;
    font-weight: 300;
    padding-top: 40px;
}
.sec9-hr {
    width: 18%;
    margin: 15px 0;
}
.sec9-p {
    font-weight: 400;
    font-size: 1.25rem;
}
.calender {
    font-size: 3rem;
    color: #ff7700;
}
.dates {
    color: #ff7700;
    font-weight: 500;
}
/* section-10 */
.section-10 {
    padding: 0;
}
.term12 {
   font-weight: 300;
   font-size: 2.5rem;
   padding: 20px 0;
}
.table {
    margin-bottom: 1.4rem;
}
.table.table-hover {
    border: 1px solid #DEE2E6;
}
.table, th, td {
    border-right: 1px solid #DEE2E6;
}
.table td {
    font-size: 1.1rem;
}
.table th {
    font-size: 1.2rem;
}
.table>:not(:last-child)>:last-child>* {
    border-bottom: 1px solid #DEE2E6;
}
.sec10-column{
    max-width: 95%;
}
/* section-11 */
.section-11 {
    padding: 30px 0;
}
.note{
    padding: 0px 0;
}
.hr-note {
    width: 5%;
    margin: 20px 0;
}
/* holidays page */
.section-12 {
    padding-top: 50px;
    padding-bottom: 30px;
}
.section-13 {
    padding-bottom: 30px;
}
/* section-14 */
.section-14{
    padding: 50px 0;
}
/* section-15 */
.sec15-gmail {
    text-decoration: none;
    color: black;
    cursor: pointer;
}
/* fee page */

.fee-hr {
    width: 10%;
    margin: 20px 0;
}

/* section-16 */
.section-16 {
    padding-top: 80px;
    padding-bottom: 50px;
}
.sec16-heading {
    font-size: 2.5rem;
    font-weight: 300;
}
.sec16-p {
    font-size: 2.5rem;
}
.sec16-section {
    color: #ff7700;
}
.sec16-price {
    
    font-weight: 600;
}
.feestructure-h3 {
    
    padding-top: 20px;
    padding-bottom: 20px;
}
/* Management */
/* section-17 */
.section-17 {
    padding: 50px 0;
}
.sec17-content {
    list-style: none;
}
.sec17-heading {
    font-size: 3rem;
    font-weight: 300;
    padding-bottom: 20px;
}
.sec17-Committee {
    color: #ff7700;
}
.sec17-list-content {
    font-size: 1.3rem;
}
/* section-18 */
.section-18 {
    padding: 80px 0;
}
.sec18-hr {
    width: 10%;
}
.nav-tabs.sec18 {
    /* border-bottom: 1px solid black; */
    font-size: 0.9rem;
}
.nav-link.sec18-nav {
    color: black;
}
.nav-link.sec18 {
color: black;
}
.nav-link.active {
    font-weight: 700;
    font-size: 1.2rem;
}
.sec18-heading {
    font-size: 3rem;
    font-weight: 300;
}
.members {
    color: #ff7700;
}
.sec18-p {
    font-size: 1.25rem;
    font-weight: 400;
}
.sec18-h3 {
    font-weight: 300;
    font-size: 2.5rem;
    margin-top: 40px;
}
.sec18-list-content {
    margin: 10px 0;
    font-size: 1.0rem;
}

/* section-20 careers page */

.sec20-heading {
    font-size: 2.5rem;
    font-weight: 300;
    padding-bottom: 20px;
}
.sec20-interview {
    color: #ff7700;
}
.sec20-p {
    font-size: 1rem;
}
.sec20-address {
    color: #ff7700;
    font-size: 1.5rem;
}
.sec20-hr {
    width: 28%;
    color: #ff7700;
    height: 2px !important;
}
.contact-details-sec20 {
    font-size: 1.3rem;
}

/* footer */
footer {
    /* padding: 50px; */
    padding: 0px;
    background-color: #212529;
}
footer p.copy{
    color: white;
    font-size: 0.9rem;
    text-align: center;
}
.footer-h3 {

    border-bottom: 1px solid #575A5E;
    width: 60%;
    padding: 20px;
    padding-left: 0;
}
.footer-p {
    font-size: 1rem;
    font-weight: 500;
}
.footer-column {
    border-right: 1px solid white;
}
.footer-paragraph {
    font-size: 1rem;
    font-weight: 500;
    padding: 0;
    margin: 5px;
}
.footer-sitemap-column {
    margin: 0 0 0 30px;
    font-size: 1rem;
    font-weight: 500;
}
.footer-achortags {
    text-decoration: none;
    color: white;
    font-size: 1rem;
    font-weight: 500;
}
.footer-achortags:hover {
    text-decoration: none;
    color: white;
}
.footer-col {
    margin-top: 38px;
}