.addmision-button{
  background-color: #0000ff;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: none;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: Arial;
  font-size: 20px;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}
@-webkit-keyframes glowing {
  0% { background-color: #edbb10; -webkit-box-shadow: 0 0 1px #B20000; }
  50% { background-color: #FF0000; -webkit-box-shadow: 0 0 16px #FF0000; }
  100% { background-color: #edbb10; -webkit-box-shadow: 0 0 1px #B20000; }
}
.features-cards{
border-radius:5px;
transition: 0.3s all;
padding:30px 20px;
}
.features-cards:hover{
box-shadow: 14px 14px 36px hsla(0,0%,60%,.22);
transform: translateY(-3px);
}
.college-features{
padding: 20px 26px;
}
.overview-img-wrap img:nth-child(2) {
    display: none;
}
.overview-img-wrap .icon {
    display: none;
}
.carousel{
padding-top: 0;
margin-top: 1px !important;

}
.content-bottom{
display: none;
}
.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 58%;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 6%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: #d9241b;
    border: 0;
    opacity: 100;
    transition: opacity .15s ease;
    height: 60px;
}
.overview-content .info-one {
    margin-bottom: 15px;
    text-align: justify;
    color: black;
}
.overview-img-wrap img:first-child {
    border-radius: 10px;
}
.overview-area {
    padding: 14px 0;
}
@media (max-width:1198.99px) {
.carousel {
    padding-top: 146px;
}
}
@media (max-width:998.99px) {
.carousel {
    padding-top: 88px;
}
}
@media (max-width:767.99px) {
.addmision-button {
    font-size: 14px;
}
.features-cards p{
font-size: 15px;
}
.carousel {
    padding-top: 0px;
margin-top: 0 !important;
}
.features-cards {
    padding: 8px 8px;
}
.overview-area {
    padding: 0px 0;
}
.college-features {
    padding: 16px 12px;
}
}
.college-features{
transition: all 0.5s;
cursor: pointer;
}
.college-features:hover{
box-shadow: 0px 1px 25px #f6c12170;
transform: scale(1.05);
}
.features-item:after, .features-item:before{
display: none;
}