 @import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@500&amp;display=swap');
 
  @import url('https://fonts.googleapis.com/css2?family=Playfair+Display+SC&amp;family=Tajawal:wght@500&amp;display=swap');
:root{
    --golden-color: rgb(237,205,1);
    --golden-color-opacity :rgba(237, 205, 1, 0.44);
}
body{
    font-family: 'Tajawal', sans-serif;
}
.pt-5 {
    padding-top: 6rem!important;
}
.social-icons span{
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    background-color: var(--golden-color);
    text-align: center;
}
.social-icons span a{
    text-decoration: none;
    color: black;
}
.right-border{
    border-right: 2px solid white;
}
.text-decoration a{
    text-decoration: none;
    color: white;
}
.text-decoration a:hover{
    color: white;
}
.navbar-logo{
    width:100px;
}
.navbar-items li{
    padding: 0px 20px;
}
.navbar-items li a{
    font-weight: bold;
    font-size: 16px;
    /*color: white !important;*/
}
.navbar-items li a:hover{
border-bottom: 2px solid gold ;
}
.btn-login{
    background-color: var(--golden-color);
}
.carousel-item img{
    height: 90vh;
}
.main-navbar{

    z-index: 1000;
    width: 100%;
background: #00000005;
    padding:0px;
}
.parent-custom{
    position: relative;
}
.carousel-text-custom{
    position: absolute;
    top:25%;
    background: #00000024;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: none !important;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}

/* Equal Heights for OwlCarousel 2 */

.post-slide {
    background: #fff;
    margin: 20px 15px 20px;
    border-radius: 15px;
    padding-top: 1px;
    box-shadow: 0px 14px 22px -9px #bbcbd8;
    direction: ltr;
}

 .post-slide .post-img {
            position: relative;
            overflow: hidden;
            border-radius: 10px;
            margin: -12px 15px 8px 15px;
            margin-left: -10px;
        }

        .post-slide .post-img img {
            width: 100%;
            height: auto;
            transform: scale(1, 1);
            transition: transform 0.2s linear;
        }

        .post-slide:hover .post-img img {
            transform: scale(1.1, 1.1);
        }

.post-slide .over-layer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background: linear-gradient(-45deg, rgba(6, 190, 244, 0.75) 0%, rgba(45, 112, 253, 0.6) 100%);
    transition: all 0.50s linear;
}

.post-slide:hover .over-layer {
    opacity: 1;
    text-decoration: none;
}

.post-slide .over-layer i {
    position: relative;
    top: 45%;
    text-align: center;
    display: block;
    color: #fff;
    font-size: 25px;
}

.post-slide .post-content {
    background: #fff;
    padding: 2px 20px 40px;
    border-radius: 15px;
}

.post-slide .post-title a {
    font-size: 15px;
    font-weight: bold;
    color: #333;
    display: inline-block;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.post-slide .post-title a:hover {
    text-decoration: none;
    color: #3498db;
}

.post-slide .post-description {
    line-height: 24px;
    color: #808080;
    margin-bottom: 25px;
}

.post-slide .post-date {
    color: #a9a9a9;
    font-size: 14px;
}

.post-slide .post-date i {
    font-size: 20px;
    margin-right: 8px;
    color: #CFDACE;
}

.post-slide .read-more {
    padding: 7px 20px;
    float: right;
    font-size: 12px;
    background: #2196F3;
    color: #ffffff;
    box-shadow: 0px 10px 20px -10px #1376c5;
    border-radius: 25px;
    text-transform: uppercase;
}

.post-slide .read-more:hover {
    background: #3498db;
    text-decoration: none;
    color: #fff;
}

.owl-controls .owl-buttons {
    text-align: center;
    margin-top: 20px;
}

.owl-controls .owl-buttons .owl-prev {
    background: #fff;
    position: absolute;
    top: 30%;
    left: 15px;
    padding: 0 18px 0 15px;
    border-radius: 50px;
    box-shadow: 3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}

.owl-controls .owl-buttons .owl-next {
    background: #fff;
    position: absolute;
    top: 30%;
    right: 15px;
    padding: 0 15px 0 18px;
    border-radius: 50px;
    box-shadow: -3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}

.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after {
    content: "\f104";
    font-family: FontAwesome;
    color: #333;
    font-size: 30px;
}

.owl-controls .owl-buttons .owl-next:after {
    content: "\f105";
}

@media only screen and (max-width:1280px) {
    .post-slide .post-content {
        padding: 0px 15px 25px 15px;
    }
}
.gloden-icon span {
    font-size: 54px;
    color: var(--golden-color);
}
.btn-learn-more{
background-color: var(--golden-color);   
}
.slider-image img{
width: 100px;
height: 100px;
border-radius: 50%;
}
.slider-join{
    color: var(--golden-color);
    font-size: 18px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background-color: var(--golden-color) !important;
    color: #fff !important;
}
.nav-link{
   color: #000 !important;
   font-weight: 500 !important;
   font-size: 18px !important;
}
.certificate-text{
    border-left: 4px solid var(--golden-color);
}
.certificate-content{
    border: 2px solid var(--golden-color);
    border-radius: 10px;
    height: 280px;
}
.certificate-icon img{
    width: 100%;
}
.certificate-content:hover{
    border: none;
 
   transition: all 0.5s ease-in-out;
}
.study-card{
    border: 1px solid var(--golden-color);
}
.card-img img{
    width: 100%;
}
.study-card:hover{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.logo-footer img{
width: 70%;
}
.footer-ul{
    list-style: none;

}
.footer-ul li{
padding: 6px;
}
.footer-ul li a{
    text-decoration: none;
    color: white;
}
.footer-ul li a:hover{
    text-decoration: none;
    color: var(--golden-color);
}
.footer-h4{
    border: 1px solid var(--golden-color);
    width: 50%;
    margin: 0 auto;
}
.golden-text{
    color: var(--golden-color);
}

.contact-info {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    background-color: var(--golden-color);
    position: fixed;
    z-index: 1000;
    bottom: 80px;
    left: 50px;
    cursor: pointer;
    box-shadow: rgba(171, 171, 172, 0.47) 0px 8px 24px;
    transition: all 0.5s ease-in-out;
}

.contact-info:hover {
    transform: translateY(-15px);
    transition: all 0.3s ease-in-out;
    box-shadow:  rgba(171, 171, 172, 0.47) 0px 8px 24px;
}

.contact-info-whatsapp {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    background-color: #25D366;
    position: fixed;
    z-index: 1000;
    bottom: 144px;
    left: 50px;
    cursor: pointer;
    box-shadow:  rgba(171, 171, 172, 0.47) 0px 8px 24px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.contact-info-messenger {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    background-color: #006AFF;
    position: fixed;
    z-index: 1000;
    bottom: 200px;
    left: 50px;
    cursor: pointer;
    box-shadow:  rgba(171, 171, 172, 0.47) 0px 8px 24px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.contact-info-whatsapp:hover {
    transform: translateY(-15px);
    transition: all 0.3s ease-in-out;
    box-shadow: rgba(45, 190, 93, 0.734) 0px 8px 24px;
}

.contact-info-messenger:hover {
    transform: translateY(-15px);
    transition: all 0.3s ease-in-out;
    box-shadow: rgba(45, 117, 190, 0.734) 0px 8px 24px;
}
.contact-info-whatsapp-two{
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    background-color: #25D366;
    position: fixed;
    z-index: 1000;
    bottom: 195px;
    left: 50px;
    cursor: pointer;
    box-shadow: rgba(45, 190, 93, 0.734) 0px 8px 24px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
.contact-info-whatsapp-two:hover {
    transform: translateY(-15px);
    transition: all 0.3s ease-in-out;
    box-shadow: rgba(45, 117, 190, 0.734) 0px 8px 24px;
}
.courses-header{
     
    margin: 0 auto;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border-radius: 30px;
}
.courses-header-content span{
font-size: 48px;
color: var(--golden-color);
}
.jumpotron-h2{
    font-size:26px;
    font-weight: bolder;
    text-align: center;
}
.jumpotron-text{
    position: absolute;
    top:60%;
    left:23%;
  
}
.btn-login-two{
    background-color: var(--golden-color);
    font-size: 28px;

}
.btn-login-two:hover{
   color: white;
    font-size: 28px;
font-weight: bold;
box-shadow:  rgba(171, 171, 172, 0.47) 0px 8px 24px;
}
.first-img-container{
    position: relative;
}
.first-img {
    border-radius:5em;
    width: 100%;
}
.second-img{
position: absolute;
top: 40%;
left: 40%;
}
.second-img img{
    width: 300px;
    height: 300px;
    
}
.coursse-card-img img{
    width: 80%;
    border-radius: 30px;
}
.course-card {
    border-radius: 30px;
    border: 2px solid var(--golden-color);
}
.course-card:hover {
    border-radius: 30px;
    border: 2px solid black;
    box-shadow:  rgba(171, 171, 172, 0.47) 0px 8px 24px;
}
.view-course{
    text-decoration: none;
    color: var(--golden-color);
    font-size: 22px;
font-weight: 600;
}
.background-image img{
width: 100%;
}
.background-image{
    position: relative;
}
.fees-caption{
    position: absolute;
    width: 50%;
    top: 10%;
    left: 50%;
}
.fess-tabs{
    position: absolute;
    border-radius: 30px;
    top: 60%;
    left: 44%;
    right: 3%;
    padding: 50px;
}
.fess-tabs .nav-item{
    width: 30%;
}
.fess-tabs .nav-pills .nav-link{
    width: 100%;
    font-weight: 600 !important;
    border: 1px solid lightgray;
}
.cousre-detailss-img img{
    width: 80%;
    border-radius: 30px;
}
.side-nav{
    border-left: 2px solid var(--golden-color) ;
    border-radius: 0px 50px 50px 0px;
}
.side-nav ul{
    list-style: none;    
}
.side-nav ul li{
    padding: 15px;
}
.side-nav ul li a{
    text-decoration: none;
    color: #000;
    font-size: 21px;
    font-weight: 500;
    font-family: 'Playfair Display SC', serif;
}
.side-nav ul li:hover{
    background-color: var(--golden-color);
    color: white;
}
.side-nav ul li:hover.side-nav ul li a{

    color: white;
}
.side-nav a{
    text-decoration: none;
    color: var(--golden-color);
    font-size: 26px;
    font-weight: 500;
    font-family: 'Playfair Display SC', serif;
}
.countactus-input{
    border: 1px solid var(--golden-color);
}
.countactus-label{
    font-weight: 600;
    font-size: 22px;
}
.blog-card-img img{
    width: 100%;
    border-radius: 20px;
}
.blog-card{
    border: 1px solid var(--golden-color);
    border-radius: 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.blog-card:hover{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.aboutus-header{
    font-size: 48px;
   
}
.about-content{
    padding-top: 100px;
}
.table-head{
    background-color: #212529;
    color: white;
}
.fees-table, th, td {
    border: 2px solid #EDEDED;
  }
  .feees-tabs .nav-tabs{
width: 100%;
  }
  .feees-tabs .nav-link{
    width: 25%;
  }
  .feees-tabs  .nav-tabs .nav-link.active{
    background-color: #fff;
    border-color: var(--golden-color) var(--golden-color) #fff;
  }
  .feees-tabs{
    border: 2px solid var(--golden-color);
    border-radius: 30px;
    height: 500px;
    overflow-y: scroll;
  }

.form-login{
   
    position: relative;
}
.dd{
    width: 100%;
 

}
.custom-container{
    width: 70%;
    margin: 150px auto;
   
}
.forget-pass{
    text-decoration: none;
    color: #000;
    font-size: large;
}
.forget-pass:hover{
    color: var(--golden-color);
}
.custom-container-two{
    width: 70%;
    margin: 20px auto;
}
.custom-new-login{
    width: 50%;
    margin: 5% auto;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.custom-new-login-two{
    width: 50%;
    margin:2% auto;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.back{
  color: gray;
  font-size: 22px;
}
.student-profile-nav .active{
    color: var(--golden-color) !important;
    border-bottom:  1px solid var(--golden-color) !important;
    font-weight: bold;
}
.student-profile-nav .nav-item a{
    font-size: 20px !important;
}


.profile-img img{
    width: 150px;
    height: 150px;
    border-radius: 50%;
}
.btn-more-students{
    border: 1px solid var(--golden-color);
    font-size: 20px;
    border-radius: 10px;
}
.lisson-details {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 15px 0px;
}
.lisson-details p{
font-size: 20px;
}
.student-list-a{
    text-decoration: none; color: #000;
}
.student-list-a:hover{
color: gray;
}
.student-sch-currunt{
    background-color:var(--golden-color-opacity) !important;
}
.student-sch-prev{
    background-color: #f8f9fa!important;
}
.student-sch-next{
    background-color: rgba(118, 210, 118, 0.541) !important;
}


::-webkit-scrollbar {
    width: 5px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #cccccc; 
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #7e7e7e; 
  }
  .recipt-img{
    width: 50px;
    height: 50px;
  }
  
  .golden-style{
      text-decoration:none;
    color: var(--golden-color);
    font-size: 26px;
    font-weight: 500;
    font-family: 'Playfair Display SC', serif;
  }
  
  @media only screen and (max-width:777px) {
         .custom-new-login{
        width: 100%;
        margin: 5% auto;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }
    .custom-new-login-two{
        width: 100%;
        margin:2% auto;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }
  }


@media screen and (max-width: 500px) {
.insideheader{
text-align: center;
   background: url(../../images/setting/1690188725.png);
   width: 100%;
   height:18vh !important;
   background-size: cover;
   background-repeat: no-repeat; 
   border-radius: 0px 0px 100px 100px;
   position: relative;
justify-content: center;
    display: flex;
    align-items: center;
}
.jumpotron-h2 {
    font-size: 10px;
    font-weight: bolder;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}


}
  @media screen and (max-width: 600px) {
          .custom-new-login{
        width: 100%;
        margin: 5% auto;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }
    .custom-new-login-two{
        width: 100%;
        margin:2% auto;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }

.insideheader{
text-align: center;
   background: url(../../images/setting/1690188725.png);
   width: 100%;
   height:20vh  !important;
   background-size: cover;
   background-repeat: no-repeat; 
   border-radius: 0px 0px 100px 100px;
   position: relative;
justify-content: center;
    display: flex;
    align-items: center;
}
.jumpotron-h2 {
    font-size: 10px;
    font-weight: bolder;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
  }
  
  .rating{
    border-radius: 15px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.student-pic img{
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
.student-infooo-name{
    font-size: 20px;
    font-weight: 600;
}
.rating:hover{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.insideheader{
text-align: center;
   background: url(../../images/setting/1690188725.png);
   width: 100%;
   height:50vh;
   background-size: cover;
   background-repeat: no-repeat; 
   border-radius: 0px 0px 100px 100px;
   position: relative;
justify-content: center;
    display: flex;
    align-items: center;
}

.h3, h3 {
    font-size: 1.3em;
}