/* body{background: transparent;} */
.img-01{background: url(https://www.kfu.edu.sa/ar/Deans/E-Learning/Documents/agencies/images/elearn-home.jpg) center top no-repeat; transition: .5s;}
.img-01:hover{background: url(https://www.kfu.edu.sa/ar/Deans/E-Learning/Documents/agencies/images/elearn-home-over.jpg) center top no-repeat; transition: .5s;}

.img-02{background: url(https://www.kfu.edu.sa/ar/Deans/E-Learning/Documents/agencies/images/it-home.jpg) center top no-repeat; transition: .5s;}
.img-02:hover{background: url(https://www.kfu.edu.sa/ar/Deans/E-Learning/Documents/agencies/images/it-home-over.jpg) center top no-repeat; transition: .5s;}
.img-03{background: url(https://www.kfu.edu.sa/ar/Deans/E-Learning/Documents/e-learning-pages/assets/images/vision.jpg) center top no-repeat; transition: .5s;}
.img-03:hover{background: url(https://www.kfu.edu.sa/ar/Deans/E-Learning/Documents/e-learning-pages/assets/images/vision-hoveer.jpg) center top no-repeat; transition: .5s;}
.img-04{background: url(https://www.kfu.edu.sa/ar/Deans/E-Learning/Documents/e-learning-pages/assets/images/academic.jpg) center top no-repeat; transition: .5s;}
.img-04:hover{background: url(https://www.kfu.edu.sa/ar/Deans/E-Learning/Documents/e-learning-pages/assets/images/academic-hover.jpg) center top no-repeat; transition: .5s;}
.bg-dean{background: url(https://www.kfu.edu.sa/ar/Deans/E-Learning/Documents/agencies/images/bg-dean2.png) center top no-repeat;}
.circle .border-icon{border: #eae9e9 8px solid;
    border-radius: 50%;
    width: 120px;
    height: 120px;transition: border-color 0.5s ease;}
    .header-bg{background-color: #105b7a;}

     .nav-tabs .nav-item .nav-link{
    background-color: #5791aa !important;
    color: white;
}
 .nav-tabs .nav-item .nav-link:hover{
    background-color: #08243b !important;
    color: white;
}
  .nav-tabs .nav-item .nav-link.active {
    background-color: #08394e !important;
    color: white;
}
  .nav-tabs .nav-item .nav-link.active:hover {
    background-color: #08243b !important;
}

.brown-hr{margin-bottom: -10px;}

.border-green-light {
    border: 1px solid #b8e3c1;
}
.etraining-div-height{height: 260px;}
.border-shadow:hover{margin-top: -10px; transition: 0.25s;}
.border-shadow{margin-top: 0px; transition: 0.25s;}
.text-center .pt-4.fw-semibold {
    text-align: center;
}
.link-black:hover{color: black; }

@media (max-width: 1180px) {
.nav-item .nav-link{
  color: #ffffff !important;
  padding: 1rem .5rem;
}
}