
 .card-body{
     background:linear-gradient(45deg,#e9ede6 0%, #efefef 100%);
     color: #012213;
     
 } 
@font-face {
    font-family: "headerfont";
    src: url(./css/fonts/headerfont.ttf) format("truetype");
    }
h2{
    font-family: 'headerfont';
    font-size:3rem;
    text-align:center;
   
    color:#f8ff0a;
    font-weight: 400;
    
}
.headertdc{
    font-family:"Times New Roman";
    text-align:center;
    font-size: 1.5rem;
    color:#fff;
   padding-bottom: 20px;
}
.headerbg{
    display: flex;
    flex-wrap: wrap;
    background-color:#004d4d;
    /* #030e20; */
/* 
    background:linear-gradient(45deg, #f11bbb 0%, #154fee 100%);
    min-height: 20vh; */
    align-items: center;
    justify-content: center;
}
.box{
    position: relative;
    font-family:"Arial Bold";
    color:rgb(92 232 241);
    font-size:0.9rem;
    font-weight: 400;
    width: 50vw;
    top: -40px;
}
.blink_me {
    animation: blinker 1s linear infinite;
     color:red;
    }

    @keyframes blinker {
    50% {
        opacity: 0.1;
       
    }
    }
    
.navbar{
    /* rgb(8, 128, 209); */
    /* background:linear-gradient(45deg, #d51097 0%, #440fcb 100%);
    margin-top: -20px;
    font-family: 'Times New Roman', Times, serif; */
    background-color: #008a8a;
    margin-top: -20px;
    margin-bottom:2px;
    font-family: 'Times New Roman', Times, serif;
     height:1rem;
}
@media only screen and (max-width: 600px) {
 .navbar{
    height:auto;
  }
}
 .container1, .container2{
     margin-bottom: 1rem;
     margin-right: 1rem;
    
 }
 .container2 h2{
     font-size:3rem;
     font-weight:400;
 }
.upper{
    font-family: "Arial Bold";
    /*display: flex;*/
    justify-content: center;
    text-align: center;
    
}
.lower{
  list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items:center;
    align-content: center;
    
}
.lowerchild1,.lowerchild2,.lowerchild3{
    position:relative;
    height: 30px;
    color: rgb(249, 251, 252);
    padding: 0px 2px;
    margin: 0rem 1rem;
    text-align: center;
    font-size: 1rem;
    border-radius: 9px;
}
.carouselbottom{
  position: relative;
  background-color: #008a8a;
  min-height: 40px;
  color: #fff;
  text-align: center
  ;
  font-family:Georgia, 'Times New Roman', Times, serif;
  font-weight: 300;
  font-style: oblique;
}
.thecollege{
  background-color: rgb(255, 175, 2);
  color:#6e0202;
  height:20rem;
  width: 22rem;
  padding: 2px 10px;
  margin:2rem;
  border-radius: 5px;
  box-sizing: border-box;
}
.academics{
  background-color: rgb(0, 183, 255);
  color:#060b21;
  height:20rem;
  width: 22rem;
   padding: 2px 10px;
  border-radius: 5px;
  margin:2rem;
  box-sizing: border-box;
}
.admission{
  background-color: rgb(89, 0, 255);
  color:#edeef5;
  height:20rem;
  width:22rem;
  padding: 2px 10px;
  margin:2rem;
  border-radius: 5px;
  
  box-sizing: border-box;
}
.container-btmcarousel, .aux-container{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
  font-size: 1rem;
}
.thecollege h4, .admission h4,.academics h4{
  color: rgb(250, 250, 250);
  font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;   
  text-decoration: underline dotted;
  text-align: center;

   }
   .noticesection{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 15px;
   }
   .gennotice,.tender,.admissionnotice,.examinationresult{
     background-color: #e9f5f5;
     height: 25rem;
     width: 18rem;
     margin:1rem;
     box-sizing: border-box;
     padding: 0.5rem;
   }
   .gennotice h5,.tender h5,.admissionnotice h5,.examinationresult h5{
    text-align: center;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    color: #0931e2;
    background-color: #92f7f7;
   }
   .auxin1{
    background-color: rgb(135, 240, 24);
    background-image: url("./images/events.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    color:#edeef5;
    height:10rem;
    width:22rem;
    padding: 2px 10px;
    margin:2rem;
    border-radius: 20px;
    
    box-sizing: border-box;
  }
  .auxin1:hover{
    background-image: url("./images/tchrs.jpg");
  }
  .auxin2{
    background-color: rgb(0, 204, 255);
    background-image: url("./images/seminar.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    color:#edeef5;
    height:10rem;
    width:22rem;
    padding: 2px 10px;
    margin:2rem;
    border-radius: 20px;
    
    box-sizing: border-box;
  }
  .auxin3{
    background-color: rgb(204, 255, 0);            
    background-image: url("./images/newss.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    color:#edeef5;
    height:10rem;
    width:22rem;
    padding: 2px 10px;
    margin:2rem;
    border-radius:20px;
    
    box-sizing: border-box;
  }
  .auxin1 h4:hover,.auxin2 h4:hover,.auxin3 h4:hover{
    background-color: #1089d5;
    opacity: 0.7;
  }
  #floating{
    position:fixed;
    border: 2px solid white;
    float: right;
    z-index:100;
    opacity:1;
    border-radius:24px;
    background:rgb(144, 235, 8);
    font-size:18px;
    text-align:center;
    right:-20px;
    padding-right: 35px !important;
    padding:10px;
  }
.dropdown-menu{
    font-size:1.5rem;
    padding:1rem;
}

   .footer{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /*background:linear-gradient(45deg, #d51097 0%, #440fcb 100%);*/
     background-color:#004d4d;
   color: rgb(249, 244, 244);
   font-size:1.5rem;
   }
   
   .footersection{
     background-color: #003a3a;
     color: #fff;
     font-size: small;
     font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
   }
   .fa-youtube{
     color:#f81010;
     text-decoration: none;
   }
   .fa-facebook{
     width: 3rem;
     color:#0b8bf3;
     text-decoration: none;
   }
   .footer div{
     display:inline-flex;
   }
   .leftfooter,.rightfooter,.midfooter{
     padding: 1rem;
     height: 30rem;
     width: 37rem;
     justify-content: center;
     align-items: center;
    box-sizing: border-box;
     }
  .leftfooter h2{
    justify-content: center;
    font-size: 1rem;
    }
    .midfooter h3{
    font-family:monospace;
    justify-content: center;
    font-size: 1rem;
    text-align: center;
    }
    .principaldesk{
      min-height: 20rem;
      background:linear-gradient(45deg, #d51097 0%, #440fcb 100%);
    }
    .section-heading {
    font-size: 50px;
    line-height: 1.2;
    position: relative;
    padding-bottom: 15px;
    font-family: "Avenir Next Demi";
    text-transform: uppercase;
    text-align: center!important;
    color: #ffffff;
  }
  p{
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 10px;
    margin-inline-end: 10px;
    font-family: "Avenir Next Demi";
    text-align: justify!important;
    box-sizing: border-box;
    padding:10px;
  }
