@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=League+Gothic&display=swap');


.pages-header .jumbotron{
background-color: #000000;
background-image: linear-gradient(147deg, #000000 0%, #04619f 74%);
width:100%;
color: white;
}
section {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
}

.container .ism-slider { margin-left: auto; margin-right: auto; }


.container {
    align-items: center;
}

p {
    font-size: 15px;
    color: #262625;}


.pad-top{
    padding-top:80px;
}
.half-top{
    padding-top:40px;
}
.pad-bottom{
    padding-bottom: 80px;
}
.half-bottom{
    padding-bottom: 40px;
}

.section-title {
    text-align: center;
}
#horizontal-ruler {
    border: 2px solid #0e4b7d;
}
#horizontal-ruler2 {
    border: 2px solid #f9fcff;
background-color: #f9fcff;
background-image: linear-gradient(147deg, #f9fcff 0%, #dee4ea 74%);

}

.team{
    padding-top: 50px;
    padding-bottom:50px;
    background-color: #edf0f5;

}
span {
    color: #0e4b7d;
}

.about-title{
    font-weight: bold;
    font-size: 25px;
    color: #0e4b7d;
}
/*Buttons*/

.btn1 {
    width: 130px;
    height: 35px;
    background-color: #468726;
    font-weight:500;
    color: white;
    border:none;

}
.btn1:hover {
    border: 2px solid #468726;
    color: #468726;
    background-color: transparent;
    transition: color 0.3s;
}

.card {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
}

.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.footer {
   /* background-image:url(../img/banner/foot.jpg);*/
background-color: #4c4177;
background-image: linear-gradient(315deg, #4c4177 0%, #2a5470 74%);

}

.footer #foot_heading {
    border: 2 px solid white;
}
.footer .footer-list{
    list-style: none;
}
.footer .foot-title {
    color: white;
}
.footer .footer-list li a {
    color: white;
    font-weight: 500;
    font-size: 15px;
}
.footer .footer-list li {
    padding: 5px;
}



/*Contact us page form*/


.contact-detail-area {
background-color: #d5fefd;
background-image: linear-gradient(315deg, #d5fefd 0%, #fffcff 74%);
}


/*Faculy list index*/

.faculty-list a li{
    margin: 5px;
    display: block;
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 15px;

    background-color: white;
    text-decoration: none;
    list-style: none;
    font-size: 16px;
    border-radius: 4px 4px 4px 4px;
     box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
}
.faculty-list a li p{
 text-decoration: none;
 color: #262625;
}

.faculty-list li:hover{
  box-shadow: 0 4px 12px 0 rgba(0,0,0,0.2);
}

#faculty-icon {
   font-size:25px ;
   padding-right: 15px;
   color: #bf0442;
}

.course-list li{
    margin-top: 5px;
    margin-bottom: 5px;
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: white;
    text-decoration: none;
    list-style: none;
    font-size: 15px;
    border-radius: 4px 4px 4px 4px;
     box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
}
.course-list li p{
 text-decoration: none;
 color: #262625;
}

.course-list li:hover{
  box-shadow: 0 4px 12px 0 rgba(0,0,0,0.2);
}
.course-list li:hover{
  text-decoration: none;
}
.course-list-btn {
    display: block;
    color: black;
    font-size: 16px;
    font-weight: bold;
}
.course-list-btn:hover {
  color: white;
  text-decoration: none;
}
.course-list-btn li:hover {
  color: white;
}
