.content-wrap {
    position: relative;
    padding: 0px 0;
}
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-thumb {
    background: #aa2393;
}

#header{
    border-bottom: unset;
}
.slide-number {

    bottom: 100px !important;
}
.hero-diagonal::before {
    content: '';
    position: absolute;
    top: -50px;
    left: 0;
    width: 100%;
    height: calc(100% + 100px);
    -webkit-clip-path: polygon(0 9%, 100% 0%, 100% 91%, 0 100%);
    clip-path: polygon(0 9%, 100% 0%, 100% 91%, 0 100%);
    /*    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.4)), 
            url(../images/section.jpg);*/
    background-position: center center;
    background-size: cover;
}
.hero-diagonal {
    position: relative;
}

.service-inner-div h3{
    color: white;
}
.service-inner-div{

    background-color: #00000026;
    /*    max-height: 250px;
        height: 200px;*/
}
.btn-check:focus + .btn-primary, .btn-primary:focus {

    box-shadow: unset;
}
.col-padding {
    padding: 2rem;
}
#copyrights {
    padding: 10px 0;
}
#copyrights {
    padding: 10px 0;
}
.popular-courses .card-body{
    min-height: 150px;
    height: 240px;
    max-height: 350px;
}

ul.footer-list {
    list-style-type: none; /* Remove default bullets */
    padding: 0;
}

ul.footer-list li {
    position: relative; /* Ensure the arrow is positioned correctly */
    padding-left: 20px; /* Space for the arrow */
}

ul.footer-list li::before {
    content: "\e7a5";
    font-family: 'font-icons';    /* Unicode for Font Awesome 'angle-right' icon */
    font-weight: 900;       /* Font weight for solid icons */
    position: absolute;     /* Absolute positioning */
    left: 0;                /* Align icon to the left */
    top: 0;                 /* Align icon to the top */
    font-size: 16px;        /* Icon size */
    color: #fff;            /* Icon color */
    line-height: 1.2em;     /* Vertical alignment */
}
.slider-caption-inner-div {
    background-color: #ffffff94;
    padding: 15px 15px;
}
.slider-caption h2 {

    letter-spacing: 1px !important;
}
.slider-caption p {
    font-size: 1.2rem !important;
}
.instructors-carousel .instructor  
.team-desc { 
    padding: 25px;

}
.instructors-carousel .instructor{
    background-color: rgb(234 234 234) !important;
}

.owl-carousel.owl-nav-hover-fixed .owl-nav [class*=owl-], .owl-carousel:hover .owl-nav [class*=owl-] {
    opacity: 1;
    left: calc(calc(1 * var(--owl-nav-sizes)) / 2);
}
.owl-carousel.owl-nav-hover-fixed .owl-nav .owl-next, .owl-carousel:hover .owl-nav .owl-next {
    left: auto;
    right: calc(calc(1 * var(--owl-nav-sizes)) / 2);
}
#facilities .facility:hover .service-inner-div{
    display: none;
}

.fs-50{
    font-size: 50px;
}

.feature-box.fbox-plain:not(.fbox-small) .fbox-icon img { width: 50px; }
.negetive-margin { margin-top: -230px; }
#facilities-carousel .owl-item {
    opacity: 0;
    transform: translateY(20px);
    transition: all .4s .1s ease-out;
}

#facilities-carousel .owl-item.active {
    opacity: 1;
    transform: translateY(0);
}

#facilities-carousel.owl-carousel .owl-nav .owl-next {
    left: auto;
    right: calc(2* var(--owl-nav-sizes))!important;
}
#facilities-carousel.owl-carousel .owl-nav .owl-prev {
    left:  calc(2* var(--owl-nav-sizes)) !important;
    right:auto;
}
.sm-form-control {

    border: 1px solid #DDD !important;
}
/*.scroll_section{
    scroll-margin-top: 80px;
}*/
/* Testimonials Carousel
-----------------------------------------------------------------*/
.testimonials-carousel .owl-stage { padding-top: 40px }

.testimonials-carousel .owl-item {
    opacity: .6;
    transition: transform .3s ease;
    transform: scale(0.8);
}

.testimonials-carousel .owl-item.active.center {
    opacity: 1;
    transform: scale(1);
}

.testimonial {
    border: 0;
    box-shadow: 0 0 35px rgba(140, 152, 164, 0.2);
    border-radius: 0.25rem;
    padding: 25px;
}

.testi-image {
    float: none;
    margin: -55px auto 0;
    margin-bottom: 20px;

}
.testi-image, .testi-image a, .testi-image img, .testi-image i {
    display: block;
    width: unset;
    height: unset;
}
.testi-image img {

    width: 150px !important;
    height: 150px !important;
}
.testi-content p {
    text-align: center;
    font-style: normal;
    color: black !important;
}

.testi-meta {
    text-align: center;
    margin-top: 20px;
}

