#rev_slider_2_1_wrapper .persephone.tparrows {
    cursor: pointer;
    background: rgba(0, 0, 0, 0.38);
    width: 50px;
    height: 50px;
    position: absolute;
    display: block;
    z-index: 1000;
    border: 1px solid rgba(255, 255, 255, 0)
}

#rev_slider_2_1_wrapper .persephone.tparrows.rs-touchhover {
    background: #0c0c0c
}

#rev_slider_2_1_wrapper .persephone.tparrows:before {
    font-family: 'revicons';
    font-size: 20px;
    color: #ffffff;
    display: block;
    line-height: 50px;
    text-align: center
}

#rev_slider_2_1_wrapper .persephone.tparrows.tp-leftarrow:before {
    content: '\e824'
}

#rev_slider_2_1_wrapper .persephone.tparrows.tp-rightarrow:before {
    content: '\e825'
}

#rev_slider_2_1_wrapper .uranus .tp-bullet {
    border-radius: 50%;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
    -webkit-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    background: transparent;
    width: 15px;
    height: 15px
}

#rev_slider_2_1_wrapper .uranus .tp-bullet.selected,
#rev_slider_2_1_wrapper .uranus .tp-bullet.rs-touchhover {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 1);
    border: none;
    border-radius: 50%;
    background: transparent
}

#rev_slider_2_1_wrapper .uranus .tp-bullet-inner {
    -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
    transition: background-color 0.3s ease, transform 0.3s ease;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: none;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0);
    background-color: rgba(255, 255, 255, 0.3);
    text-indent: -999em;
    cursor: pointer;
    position: absolute
}

#rev_slider_2_1_wrapper .uranus .tp-bullet.selected .tp-bullet-inner,
#rev_slider_2_1_wrapper .uranus .tp-bullet.rs-touchhover .tp-bullet-inner {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    background-color: rgba(255, 255, 255, 1)
}
.elementor-1213 .elementor-element.elementor-element-744855e.elementor-view-default .elementor-icon{
    display: inline-block;
    line-height: 1;
    transition: all .3s;
    font-size: 50px;
    text-align: center;
}
.elementor-element .elementor-widget-container a.btn-theme,
.elementor-button-wrapper a.elementor-button{
    color: #fff !important;
    line-height: 15px;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}
a{text-shadow: none !important;}
a:hover, a:focus{
    text-decoration: none !important;
}
.marquee {
    background-color: #ddd;
    width: 4000px;
    margin: 0 auto;
    overflow: hidden;
    white-space: nowrap;
}

.marquee span {
    font-size: 22px;
    margin-right: 400px;
    height: 75px;
    line-height: 75px;
    display: inline-block;
    position: relative;
    left: 100%;
    animation: marquee 40s linear infinite;
}

.marquee:hover span {
    animation-play-state: paused;
}

@keyframes marquee {
    0% {
        left: 100%;
    }

    100% {
        left: -100%;
    }
}
.hide-last:after {
    content: "";
    position: relative;
    bottom: 580px;
    left: 70%;
    z-index: 11;
    background: linear-gradient(to left, #fff 0%, #FFFfff66 70%, #FFFfff00 100%);
    height: 350px;
    width: 450px;
    display: block;
}

.hide-last {
    margin-bottom: -350px !important;
    overflow-x: hidden;
}

.hide-last-icon {
    font-size: 100px;
    position: relative;
    right: 20px;
    transition: all 1s;
}

.hide-last-icon:hover {
    right: 10px;
    cursor: pointer;
}

/* arrow */
.read-more-arrow {
    z-index: 12;
}

.career .gsc-image-content {
    padding: 0 0 15px 0;
    border-radius: 0;
}

.career .gsc-image-content img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

#teachers .read-more a{color: #B82725;    font-weight: 700;}

.hide-bottom:after {
    content: "";
    position: relative;
    margin-bottom: -250px;
    bottom: 250px;
    left: 0;
    z-index: 11;
    background: linear-gradient(to top, #fff 0%, #FFFfff66 70%, #FFFfff00 100%);
    height: 250px;
    width: 100%;
    display: block;
}
#teachers #teacher-list .entry-meta{
display: none;
}
#teachers .read-more a{
font-size: 16px;
}
#teachers h3.entry-title{
padding-bottom: 15px;
border-bottom: #B82724 2px solid;
}


.elementor-course-box .elementor-widget-container{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 400px; /* Set the minimum height for each course box */
    max-height: 430px; /* Ensure they don’t exceed a specific height */
    padding: 15px;
    box-sizing: border-box;

}

/* For the course title, limit it to 2 lines */
.elementor-course-box .elementor-widget-container .title a {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Limit to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    height: 3em; /* Set a fixed height (2 lines) */
    line-height: 1.5em; /* Adjust based on your font size */
}

/* For the course description, limit it to 4 lines */
.elementor-course-box .elementor-widget-container .desc {
    display: -webkit-box;
    -webkit-line-clamp: 4; /* Limit to 4 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    height: 6em; /* Set a fixed height (4 lines) */
    line-height: 1.5em; /* Adjust based on your font size */
    margin-top: 10px !important;
}

/* Style the read more button to stay at the bottom */
.elementor-course-box .elementor-widget-container .read-more {
    margin-top: 15px !important;
}
.elementor-course-box .elementor-widget-container .read-more a{
    font-size: 12px;
    text-transform: uppercase;
    color: var(--zilom-theme-color);
    position: relative;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    font-weight: 700;
    padding-right: 24px;
    z-index: 2;
    letter-spacing: 2px;
}
.elementor-course-box .elementor-widget-container .read-more a:before{
    top: 4px;
}
.elementor-teacher-block .entry-content{min-height: 420px;}
.owl-carousel .owl-item img{max-height: 315px !important;}
.post:not(.post-single-content) .entry-content .content-inner .entry-desc{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
}
#blog-home-section .gva-posts-sticky .gva-content-items .list-post .post{margin-bottom: 30px;}
#blog-home-section .gva-posts-sticky .gva-content-items .list-post .post .entry-content .content-inner .entry-title {font-size: 20px;}
.elementor-1213 .elementor-element.elementor-element-8df72ef .gsc-heading .content-inner{max-width: 90%;}
.elementor-widget-gva-testimonials{margin-top: 70px;}
#job-opportunity-section .elementor-container.elementor-column-gap-default{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (min-width: 768px) {
    #job-opportunity-section .elementor-container.elementor-column-gap-default .elementor-column.elementor-col-50 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }
}
@media (max-width: 767px){
    .elementor-1213 .elementor-element.elementor-element-6839b99 {
        padding: 0;
    }
    rs-module .rs-layer#slider-3-slide-11-layer-12{
        margin-top: -43px !important;
        margin-left: 19px !important;
        text-align: center !important;
    }
    rs-module .rs-layer#slider-3-slide-11-layer-8{
        margin-top: -15px !important;
    }
    rs-module .rs-layer#slider-3-slide-11-layer-3{
        margin-top: 15px !important;
    }
    rs-module .rs-layer#slider-3-slide-13-layer-2{
        padding-left: 38px !important;
    }
    rs-module .rs-layer#slider-3-slide-13-layer-12{
        font-size: 12px !important;
        padding-left: 25px !important;
    }
    rs-module .rs-layer#slider-3-slide-12-layer-12{
        padding-left: 82px !important;
        font-size: 11px !important;
    }
    rs-module .rs-layer#slider-3-slide-12-layer-0{
        padding-left: 30px !important;
    }
}