
*{
    font-family: "Inter", serif;
}
.top-contact{
    background-color: #100562;
}
.authority {
    display: flex;
    justify-content: end;
    align-items: end;
    gap: 10px;
    margin-top: -36px;
}
.bannerContact h1{
    font-size: 47px;
    font-weight: 700;
}
.bannerContact h1 span{
    color: #009c1d;
}
.bannerContact p{
    font-size: 22px;
}
.bannerContact ul{
    list-style: none;
}
.bannerContact ul li {
    font-size: 22px;
}
.bannerContact ul li i{
    color: #2699FB;
}
.bannerContactBtn button{
    color: white;
    width: 50%;
    padding: 10px 0px;
    background-color: #100562;
    border: none;
}

.bannerContactBtn button:first-child{
    background-color: #100562;
    color: white;
    
}
.bannerContactBtn button:hover{
    background-color: #009c1d;
    transition: .2s;
    
}

.bannerForm{
    padding: 40px;
    border-radius: 10px;
}

.bannerForm h3{
    font-size: 18px;
    font-weight: 700;
}
.bannerForm button{
   width: 100%;
   padding:10px 0px;
   background-color: #100562;
   border:none;
   color: white;
}
.bannerForm button:hover{
    background-color: #009c1d;
    transition: .2s;
    
}
.counterSection h2{
    font-size: 30px;
    font-weight: 700;
    color: #2699FB;
}
.hightlights-section{
    background-color: #F7FAFF;
}
.hightlights-section h2{
    color: #0A2134;
    font-size: 36px;
    font-weight: 700;
}
.hightlights-section p{
    font-size: 18px;
}
.highlightsItems h4{
    font-size: 25px;
    font-weight: 600;
}
.highlightsItems p{
    font-size: 15px;
    
}
.dropdown-menu{
    margin: -20px;
    margin-left: -5px;

}
.dropdown-menu a:hover{
color: darkred;
font-weight: bold;
}
.tabItemsContent ul{
    list-style: none;
}
.Tab-My-System .nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background-color:#100562;
    border-bottom: 3px solid red;
   
}

.adm-btn{
    border-radius: none;
    width: 100px;
}

.adm-btn:hover{
    border-bottom: 3px solid rgb(0, 0, 0) 
}
.contact-card{
    border: 2px solid red;
    background-color: rgb(243, 242, 242);
}
.contact-card:hover{
    box-shadow: 2px 3px 5px gray;
    transition: 0.4s;
}

table{
    display:inline;
     outline: 1px solid black; 
     margin:5px; 
}
#stu-scroll{
    padding: 5px;
    background: #e8e9ec;
}
.blink {
    animation: blinker 1.5s linear infinite;
    color: darkgreen;
    font-weight: bold;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}


.services-box {
    border: 3px solid #100562;
    border-radius: 5px;
    padding: 30px 30px 25px 90px;
    transition: .2s;
}
.services-box:hover{
    background-color:#100562 ;
}
.services-box,.single-services-box {
    margin-bottom: 30px;
    position: relative;
}
.services-box .icon {
    position: absolute;
    left: 5px;
    top: 20px;
    color: #009c1d;
    font-size: 40px;
    transition: .2s;
    line-height: 1;
}
.services-box h3 {
    margin-bottom: 0px;
    margin-left: -43px;
    transition: .5s;
    font-size: 13px;
    font-weight: bold;
}
.services-box:hover{
    color: white ;
    transition: .2s; 
}

.footer-link1 p a{
    color: white;
    text-decoration: none;
}
.footer-link1 p a:hover{
color:yellow;
text-decoration: underline;
}

.footer-link2 p a{
    color: white;
    text-decoration: none;
    
}
.footer-link2 p a:hover{
    color:yellow;
    text-decoration: underline;
 }
 .develper-link{
    color: white;
    text-decoration: none;
 }
 .develper-link:hover{
    color: yellow;
    text-decoration: underline;
 }

.course-slider{
    background-color: rgb(255, 0, 0);
    padding: 2px;
   
   
}
.course-slider {
    animation: blinker 1.5s linear infinite;
    color: white;
    font-weight: bold;
}

.testimonial-slide {
    text-align: center;
    padding: 30px;
    background-color: #dad9dc;
    border-radius:5px;
   
  }
  .testimonial-slide img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 20px;
  }
  .testimonial-name {
    font-weight: bold;
    margin-top: 15px;
    color: #100562;
    font-size: 20px;
    font-style: italic;
  }
  .testimonial-text {
    font-style: italic;
    color: #6c757d;
  }
