/* Talim Unit CSS */
.tl-2-about .tl-2-about-img img {
    height: max-content;
}

form.tl-7-search-form-modal.show input {
    border: none;
}

form.tl-7-search-form-modal.show button {
    border: none;
}

.tl-2-footer-widget {
    margin-bottom: 0 !important;
}

.tl-2-footer-widget ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin: 0;
    padding: 0;
}

.tl-2-footer-widget ul li a {
    color: rgba(255, 255, 255, 0.6);
    transition: all .3s ease;
}

.tl-2-footer-widget ul li a:hover {
    color: #e84f2c;
}

.tl-9-events-slider-nav button {
    background: none;
    font-size: 25px;
    padding: 0;
    color: #8B8B8D;
    transition: 0.4s ease;
    border: none;
}

.tl-7-banner-slider-dots button img {
    height: 35px;
    width: 35px;
    border-radius: 100%;
}

.tl-7-contact p {
    margin: 0;
}

.tl-7-contact span.wpcf7-form-control-wrap {
    width: 100%;
}

.tl-7-cta-bg {
    padding: 68px 80px !important;
}

.elementor .tl-11-banner-article-center-img img {
    width: 100%;
    height: 420px;
    object-fit: cover;
}

.tl-11-banner-article-center-img {
    width: 100%;
}

.tl-11-banner-article-center-img a {
    width: 100%;
}

button.tl-searh-btn.kb-searh-open-btn-11 {
    color: #fff;
}

.tl-9-main-menu {
    justify-content: center;
    margin: 0;
}

.tl-9-main-menu li {
    list-style: none;
}

.tl-9-main-menu li a {
    color: #d3d3d3;
    transition: all 0.4s ease;
    padding: 10px 0;
}

.tl-9-main-menu li ul li a {
    color: #17161c;
}

.header-style-6 .tl-9-main-menu ul.dropdown-menu li a {
    padding: 3px 25px;
    display: block;
    transition: all 0.4s ease;
}

.tl-9-header li a:hover {
    color: var(--ligh-yellow);
}

.kb-nav-menu-10 .kb-nav-menu-10 .main-menu {
    list-style: none;
}

.kb-nav-menu-10 .main-menu {
    margin: 0;
}

.kb-nav-menu-10 .main-menu li {
    list-style: none;
}

.kb-nav-menu-10 input {
    background: transparent;
    border: none;
}

.kb-nav-menu-10 .tl-searh-btn {
    background: transparent;
    border: none;
}

.kb-nav-menu-10 .tl-nav-search {
    padding: 0 15px;
    width: 100%;
    padding-right: 0;
    border: none !important;
    background-color: #f1f1f1;
}

.tl-10-main-menu {
    margin: 0;
}

.tl-10-main-menu li a {
    padding: 10px 0;
    transition: .4s all ease;
}

.tl-10-main-menu li a:hover {
    color: #01816D;
}

.tl-10-main-menu li {
    list-style: none;
}

.tl-10-main-menu ul.dropdown-menu li a {
    padding: 3px 25px;
}

#tribe-events-pg-template {
    margin: 0 !important;
    max-width: 100% !important;
    padding: 0 !important;
}

.talim-event-img-details {
    position: relative;
}

span.talim-event-first-cat {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #01816D;
    color: #fff;
    padding: 3px 15px;
}

.tl-event-details-key-content-list li {
    list-style: none;
}

.tl-event-details-key-content-list {
    padding: 0;
    margin: 0;
}

a.talim-event-navigation-btn {
    margin-top: 30px;
}

.tl-event-details-infos {
    margin: 0;
}

.talim-event-meta {
    display: flex;
    gap: 30px;
}

span.talim-event-meta-single {
    display: flex;
    align-items: flex-end;
    gap: 10px;
}

span.talim-event-meta-single i {
    font-size: 20px;
    color: #01816D;
}

.tribe-events-event-image {
    margin-bottom: 20px;
}

.tl-8-accordion-item.border_none {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.tl-event-details-faq .tl-8-accordion-item-header {
    padding: 0 !important;
    transition: 0.4s ease;
}

.tl-8-accordion-item.border_none {
    border: none !important;
    margin-bottom: 0 !important;
    padding-bottom: 0;
}

@media only screen and (max-width: 479px) {
    .talim-event-meta {
        display: none;
    }
}

.tl-7-class-img a {
    display: block;
}

.tl-7-categories ul {
    margin: 0;
}

.tl-7-testimonial-slider-dots .slick-dots {
    margin-left: 0;
}

.tl-11-banner-article-center-title a:hover {
    color: #01816d;
}

.tl-footer ul li {
    list-style: none;
}

.single-posts .comments-area form input[type="submit"]:hover {
    opacity: .8;
}

.wp-block-search .wp-block-search__button:hover {
    opacity: .8;
}

:root {
    --fontSize: 170px;
    --duration: 30s;
}

@media screen and (orientation: portrait) {
    :root {
        --fontSize: 120px;
    }
}

@media screen and (max-height: 600px) {
    :root {
        --fontSize: 60px;
    }
}

.xray {
    background-color: rgb(169, 209, 137);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-clip-path: polygon(0 0, 100% 70px, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 70px, 100% 100%, 0 100%);
    height: 95vh;
}

.xray__wrapper {
    height: 95vh;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    overflow: hidden;
}

.xray__content {
    display: flex;
}

.xray__line {
    font-weight: 600;
    font-size: var(--fontSize);
    line-height: 1em;
    text-transform: uppercase;
    flex-shrink: 0;
    flex-basis: 100%;
    white-space: nowrap;
    color: white;
}

.xray__line:nth-child(1) {
    padding-right: 0.5ch;
}

.top {
    animation: moveLeft var(--duration) linear infinite;
    visibility: visible;
    -webkit-text-stroke: 2px rgba(23, 22, 28, 0.3);
    -webkit-text-fill-color: transparent;
}

.bottom {
    animation: moveRight var(--duration) linear infinite;
}

@keyframes moveLeft {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

@keyframes moveRight {
    from {
        transform: translateX(-100%);
    }

    to {
        transform: translateX(0);
    }
}

.tl-5-admission-form.tl-4-admission-form p {
    margin: 0;
    padding: 0;
}

.tl-5-admission-form.tl-4-admission-form p span.wpcf7-form-control-wrap {
    width: 100%;
}

.tl-5-admission-form p {
    margin: 0;
    padding: 0;
}

.tl-5-admission-form p span.wpcf7-form-control-wrap {
    width: 100%;
}

.tl-5-admission-form p input {
    height: 40px;
    padding: 0 15px;
    border-radius: unset;
}

.tl-5-admission-form p input,
.tl-5-admission-form p button,
.tl-5-admission-form p textarea {
    width: 100%;
    border: 1px solid rgba(23, 22, 28, 0.1);
}

.tl-5-banner-slider button.owl-next span,
.tl-5-banner-slider button.owl-prev span {
    font-size: 170px;
    font-weight: 100;
}

section.tl-5-about blockquote {
    background: transparent;
    border: none;
    box-shadow: unset;
    padding: 0;
    margin: 0;
}

.tl-5-single-faculty-socials.social_menu {
    margin: 0;
    padding: 0;
}

.tl-5-single-faculty-socials.social_menu li {
    list-style: none;
}

.tl-5-testimonial-slider-nav button {
    background: transparent;
    border: none;
}

.tl-5-consult-form p {
    padding: 0;
    margin: 0;
}

.tl-5-consult-form p input,
.tl-5-consult-form p textarea {
    border: none;
    padding: 0;
}


@media only screen and (max-width: 991px) {
    .tl-5-consult-form.tl-3-consult-form p {
        margin-bottom: 0;
    }
}

#consult-client-number {
    width: 100%;
}

a.tl-3-single-program h5 {
    transition: .4s all ease;
}

a.tl-3-single-program:hover h5 {
    color: var(--white);
}

.tl-8-single-pricing-features {
    padding: 0;
    margin: 0;
}

.tl-banner-video i {
    font-family: "Font Awesome 6 Pro";
}

span.tl-10-users-img {
    display: block;
}

ul.tl-10-tutions {
    margin-left: 0;
}

.tl-14-banner-search-form input {
    border: none !important;
}

h4.tl-6-social-title a {
    color: var(--white);
}