/*
Theme Name: Hello Elementor Child
Template: hello-elementor
Author: Your Name
Version: 1.0.0
Description: A child theme for Hello Elementor.
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html   
Text Domain: hello-elementor-child
*/
/* Font */
@font-face {
    font-family: 'Pencil Child';
    src: url('./assets/fonts/PencilChild.woff2') format('woff2'),
        url('./assets/fonts/PencilChild.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Pencil Child';
    src: url('./assets/fonts/PencilChild.woff2') format('woff2'),
        url('./assets/fonts/PencilChild.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


:root {
    /* colors */
    --White: #fff;
    --black: #000;
    /* --red: #93241D; */
    --red: #ef3f43;
    --stroke: #E4E4E4;
    --Light2: #F7F7F7;
    --White80: #FFFFFFCC;
    --Yellow: #FBD04A;
    --Dark: #000;
    --Green: #63af00;
    --TextColor: #444444;
    --dark-green: #0c614d;
    /* Fonts */
    --Extra18Semi: 18px;
    --Font14: 14px;
    --Transition: 300ms ease-in-out;
    --PencilFont: 'Pencil Child';
    --Regular: 400;
    --Medium: 500;
    --Semibold: 600;
    --Bold: 700;
}

h1::first-letter,
h2::first-letter,
h3::first-letter,
h4::first-letter,
h5::first-letter,
h6::first-letter,
p::first-letter,
a::first-letter,
span::first-letter,
li::first-letter,
div::first-letter {
    text-transform: uppercase;
}

footer,
body {
    overflow-x: clip;
}

.elementor-widget-text-editor p:last-child,
p:last-child {
    margin-block-end: 0;
}

.top-right-icon,
.top-left-icon,
div.elementor-element.hard-light-img {
    mix-blend-mode: hard-light;
}

div.elementor-element.multiply {
    mix-blend-mode: multiply;
}

div.latest_notice,
div.left_yellow_shape {
    height: 100%;
}

.left_arrow,
.right_arrow {
    cursor: pointer;
}

.left_arrow.disabled svg,
.right_arrow.disabled svg {
    opacity: 0.5;
    pointer-events: none;
    cursor: none;
}

.bg-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 915px;
    position: relative;
    display: flex;
    align-items: center;
    padding: 40px;
}

div.vacancy-image-wrapper::before,
.bg-image::before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.6) 46.93%, rgba(0, 0, 0, 0.7) 100%);
    position: absolute;
}

.bg-image .overlay-content {
    width: 100%;
    max-width: 1440px;
    margin-inline: auto;
    color: var(--White);
    position: relative;
    z-index: 2;
    margin-top: -100px;
}

.overlay-content .slide-icon {
    width: 64px;
    margin-bottom: 32px;
}

.bg-image .overlay-content h3 {
    margin-bottom: 16px;
    color: var(--White);
}

.overlay-content p {
    max-width: 400px;
}

@media (min-width:1025px) {
    header.ut-site-header div.elementor-element .elementor-widget-ut-nav-menu .ut-custom-menu li.menu-item ul.sub-menu {
        background-color: var(--White);
        width: 260px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .utal .sub-menu .menu-item-has-children>a:not(:hover):after {
        color: var(--Dark);
    }

    .utal .sub-menu .menu-item-has-children:hover a:after {
        color: var(--White);
    }
}

.ut-custom-menu ul.sub-menu li a {
    border-radius: 0;
}

/* .ut-custom-menu ul.sub-menu li:first-child a {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
} */
.ut-custom-menu ul.sub-menu li:last-child a {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.ut-custom-menu ul.sub-menu .sub-menu li:last-child a {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

header .custom-menu li.menu-item-has-children>a {
    position: relative;
    display: flex;
    align-items: center;
    gap: 7px;
}

body:not(.elementor-editor-active) .hide-header {
    animation: smoothScrollTop 0.4s forwards;
}

header.ut-site-header.hide-header>.elementor>div.elementor-element {
    transform: translateY(-100%);
}

@keyframes smoothScrollTop {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0%);
    }
}

header .custom-menu li.menu-item-has-children>a::after {
    content: "\f078";
    display: block;
    color: var(--White);
    font-family: "Font Awesome 5 Free";
    font-weight: var(--Semibold);
    font-size: 14px;
    margin-bottom: -2px;

}

header.ut-site-header div.elementor-element.top_header_bar {
    height: 44px;
    transition: var(--Transition);
    overflow: hidden;
}

header.ut-site-header.sticky div.elementor-element.top_header_bar {
    height: 0;

}

.overlay-content .slider-btn {
    margin-top: 24px;
    color: var(--White);
    display: flex;
    align-items: center;
    gap: 10px;
    transition: var(--Transition);
    padding-bottom: 2px;
}

.overlay-content .slider-btn:hover {
    gap: 15px;
    color: var(--White);
}

.main-slider ul.slick-dots {
    position: absolute;
    bottom: 32px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1440px;
    display: flex;
    gap: 24px;
    justify-content: flex-end;
    padding-inline: 40px;
}

.main-slider ul.slick-dots li {
    max-width: 243px;
    margin: 0;
    flex: 1;
}

.slick-dot-thumb {
    position: relative;
    height: 0;
    overflow: hidden;
    border: 1px solid var(--Yellow);
    border-radius: 10px;
    padding-bottom: 70%;
    width: 100%;
    cursor: pointer;
    transition: var(--Transition);
}

.slick-dot-thumb::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--Dark);
    opacity: 0.4;
    transition: var(--Transition);
    z-index: 2;
}

.slick-active .slick-dot-thumb::before {
    opacity: 0;
}

div.team-member-photo img,
div.vacancy-image-wrapper img,
div.job-image-wrapper img,
div.bod-photo img,
div.slick-dot-thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

div.slick-dot-thumb span {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--White);
    padding: 12px;
    color: var(--Dark);
    text-align: center;
    min-height: 72px;
}

body .elementor div.elementor-element.testimonial_slider .utal-testimonial .utal-slide-wrap .slide-content-wrap {
    margin-inline: auto;
}

.testimonial_slider .utal ul.slick-dots {
    margin-top: 32px;
}

.testimonial_slider .utal ul.slick-dots li {
    margin: 0 6px;
}

.testimonial_slider .utal ul.slick-dots li button {
    background-color: transparent;
    border: 1px solid #525252;
    transition: var(--Transition);
    width: 12px;
    height: 12px;
}

.testimonial_slider .utal ul.slick-dots li.slick-active button,
.testimonial_slider .utal ul.slick-dots li button:hover {
    background-color: var(--Dark);
    border-color: var(--Dark);
}

.testimonial_slider .utal-slide-title {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

.testimonial_slider .utal-slide-title::before {
    content: "";
    width: 20px;
    height: 1px;
    background-color: var(--red);
}

.notices-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    justify-content: center;
}

.notices-grid>div {
    background-color: var(--Light2);
    border: 1px solid var(--stroke);
    padding: 32px;
    border-radius: 10px;
    width: calc(50% - 16px);
}

.notices-grid>div .notice-title {
    font-size: 1.375rem;
    line-height: 1.28;
    margin: 16px 0 8px;
}

.notice-meta-wrapper>span,
.notice-meta-wrapper,
.read-more,
.notice-badges {
    display: flex;
    gap: 12px;
}

.notice-meta-wrapper {
    gap: 24px;
    flex-wrap: wrap;
}

.notice-meta-wrapper>span {
    gap: 5px;
    line-height: 1;
}

.notice-badges>span {
    display: block;
    padding: 4px 12px;
    border: 1px solid var(--Dark);
    border-radius: 4px;
    color: var(--Dark);
    font-size: 14px;
}

.notice-badges>span.important {
    color: var(--red);
    border-color: var(--red);
}

.notice-badges>span.new {
    background-color: var(--dark-green);
    border-color: var(--dark-green);
    color: var(--White);
}

.notice-card h6 {
    margin: 12px 0 14px;
}

.notice-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 32px;
    flex-wrap: wrap;
    gap: 16px;
}

.notice-meta .read-more {
    color: var(--TextColor);
    font-weight: 500;
    gap: 10px;
    transition: var(--Transition);
    line-height: 1;
    padding-bottom: 2px;
    text-transform: capitalize;
}

div.slider_item::before {
    background: linear-gradient(180.47deg, rgba(0, 0, 0, 0.6) 0.41%, rgba(0, 0, 0, 0.12) 36.81%, rgba(0, 0, 0, 0.6) 54.77%, rgba(0, 0, 0, 0.7) 99.6%), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    z-index: 2;
    opacity: 0.8;
}

.slider_item .elementor-widget-image {
    height: 100%;
}

.hero_slider .slick-slide>div>div {
    display: flex !important;
}

.diff_font h1 span,
.hero_slider .slick-slide>div>div h1 span {
    font-family: var(--PencilFont);
    font-weight: 400;
    position: relative;
}

.diff_font h1 span {
    position: relative;
}

.diff_font h1 span::before,
.hero_slider .slick-slide>div>div h1 span::before {
    content: "";
    position: absolute;
    top: calc(100% - 12px);
    left: 0;
    width: 100%;
    background-image: url(./assets/img/title_line2.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
    height: 30px;
    z-index: -1;
}

.diff_font h1 span::before {
    z-index: 1;
}

body .elementor div.elementor-element.about_hero_overlay::before {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.16) 50%, rgba(0, 0, 0, 0.7) 80%);
}

.top-right-icon,
.top-left-icon {
    display: block;
    position: absolute;
    z-index: 2;
}

.top-right-icon {
    top: 0;
    right: 0;
}

.top-left-icon {
    left: 0;
    top: -20px;
}

.main-slide {
    position: relative;
}

.scroll_down {
    transform: translateX(-50%);
}

.scroll_down .elementor-icon {
    display: block;
}

body .elementor div.scroll_down div.elementor-icon-wrapper a.elementor-icon svg {
    height: fit-content;
    overflow: visible;
}

.close_top_header,
.arrow_left,
.arrow_right {
    cursor: pointer;
}

body .elementor div.elementor-element.common_hero::before {
    mix-blend-mode: multiply;
}

/* BOD Lists */
.job-listings-container,
.bod-list-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    row-gap: 32px;
}

.job-listings-container {
    display: flex;
    justify-content: center;
    gap: 32px;
    flex-wrap: wrap;
}

.job-listing-card,
.bod-card {
    border: 1px solid var(--stroke);
    padding: 24px;
    border-radius: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: var(--White);
}

div.job-image-wrapper,
.bod-photo {
    height: 0;
    overflow: hidden;
    padding-bottom: 85%;
    position: relative;
    width: 100%;
}

.bod-photo {
    border-radius: 10px;
    margin-bottom: 24px;
    padding-bottom: 95%;

}

.bod-position {
    color: var(--red);
    font-size: 1.125rem;
    font-weight: var(--Semibold);
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    margin: 0 0 24px;
}

.bod-position::after,
.bod-position::before {
    content: "";
    width: 50px;
    height: 1px;
    border: 1px;
    border-image-source: linear-gradient(90deg, rgba(147, 36, 29, 0) 0%, var(--red) 100%);
    border-image-slice: 1;
    border-width: 1px;
    border-style: solid;
}

.bod-position::after {
    border-image-source: linear-gradient(90deg, var(--red) 0%, rgba(147, 36, 29, 0) 100%);
}

.bod-card .bod-name {
    margin: 0 0 12px;
    font-size: 1.375rem;
    line-height: 1.28;
}

.job-type-location,
.job-excerpt {
    margin: 0 0 24px;
}

body .load-more-wrap button,
.bod-list-container .bod-card a {
    margin-top: auto;
    color: var(--Dark);
    text-decoration: underline;
}

body .load-more-wrap button,
body .load-more-wrap button:hover,
body .load-more-wrap button:focus {
    background-color: transparent;
    padding: 0;
    border-radius: 0;
    color: var(--Dark);
    border: none;
    outline: none;
    text-decoration: none;
}

.bod-list-container .bod-card a {
    text-decoration: none;
}

.bod-list-container .bod-card a:hover {
    color: var(--Dark);
}

/* Career */
.job-listing-card {
    text-align: left;
    padding: 40px 48px;
    align-items: flex-start;
    overflow: hidden;
    border-color: var(--Green);
    width: calc(50% - 16px);
}

div.job-image-wrapper {
    margin: -40px -48px 40px;
    width: calc(100% + 96px);
    padding-bottom: 83%;
}

.apply-now-button-wrapper a,
.apply-now-button-wrapper {
    width: 100%;
    margin-top: auto;
}

.job-listing-card .apply-now-button-wrapper a {
    background-color: var(--Dark);
    border-color: var(--Dark);
    font-weight: var(--Medium);
}

.job-listing-card .apply-now-button-wrapper a:hover,
.job-listing-card .apply-now-button-wrapper a:focus {
    background-color: var(--Dark);
}

.job-listing-card h2.job-title {
    margin: 0 0 16px;
    font-size: 1.375rem;
    line-height: 1.28;
}

.job-excerpt {
    color: var(--Dark);
}

.job-type-location {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.job-type-location span {
    display: flex;
    align-items: center;
    gap: 5px;
    color: var(--Dark);
}

body .load-more-wrap button {
    padding: 0;
    background-color: transparent;
    border: none;
    margin-top: 32px;
    margin-inline: auto;
}

.load-more-wrap {
    text-align: center;
}

/* Notices  */
.single-vacancy-container,
.single-notice-container,
.related-notices-section {
    padding: 124px 40px;
}

.related-notices-section {
    background-color: #FFE89C;
}

.container {
    width: 100%;
    max-width: 1440px;
    margin-inline: auto;
}

.single-notice-container .container {
    max-width: 950px;
}

.single-vacancy-container .container {
    max-width: 1194px;
}

.related-notices-section h4 {
    margin: 0 0 32px;
    text-align: center;
}

.home .load-more-wrap,
.related-notices-section .load-more-wrap {
    display: none;
}

.notice-hero-section {
    height: 350px;
    background-image: url(./assets/img/hero_section.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.notice-hero-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--dark-green);
    mix-blend-mode: multiply;
}

.single-notice-card {
    padding: 48px;
    background-color: var(--Light2);
    border: 1px solid var(--stroke);
    border-radius: 10px;
    margin-top: -300px;
    position: relative;
    z-index: 22;
}

.single-notice-card h1.notice-title {
    margin: 16px 0 8px;
}

.single-notice-full-description {
    max-width: 704px;
    margin-inline: auto;
    padding: 64px 0 0;
}

.vacancy-short-description h2:not(:first-child),
.vacancy-short-description h3:not(:first-child),
.vacancy-short-description h4:not(:first-child),
.vacancy-short-description h5:not(:first-child),
.vacancy-short-description h6:not(:first-child),
.single-notice-full-description h2:not(:first-child),
.single-notice-full-description h3:not(:first-child),
.single-notice-full-description h4:not(:first-child),
.single-notice-full-description h5:not(:first-child),
.single-notice-full-description h6:not(:first-child) {
    margin: 48px 0 24px;
}

p:not(:last-child) {
    margin-block-end: 1.4rem;
}

.vacancy-short-description ul li:not(:last-child),
.vacancy-short-description ol li:not(:last-child),
.single-notice-full-description ul li:not(:last-child),
.single-notice-full-description ol li:not(:last-child) {
    margin-bottom: 10px;
}

.vacancy-short-description ul,
.vacancy-short-description ol,
.single-notice-full-description ul,
.single-notice-full-description ol {
    padding-left: 20px;
}

.back-to-notices-wrapper {
    display: flex;
    justify-content: space-between;
}

.back-to-notices-wrapper {
    margin: 24px 0 0;
}

.single-notice-contact-wrapper {
    margin-top: 48px;
}

div.back-to-notices-wrapper a:hover,
div.back-to-notices-wrapper a {
    color: var(--Dark);
}

.single-notice-card .notice-excerpt {
    max-width: 700px;
}

/* Career single */
div.single-vacancy-wrapper h1 {
    margin: 0 0 62px;
    text-align: center;
    color: var(--White);
}

.single-vacancy-container {
    position: relative;
    z-index: 22;
    margin-top: -300px;
}

div.vacancy-image-wrapper {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 45%;
    border-radius: 10px;
    margin-bottom: 64px;
}

div.vacancy-image-wrapper::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6) 100%);
    z-index: 2;
    opacity: 0.5;
}

.vacancy-short-description {
    max-width: 827px;
    margin-inline: auto;
    margin-bottom: 64px;
}

.right_half,
.left_half {
    max-width: 720px;
}

.custom_tabs2 .e-n-tabs-heading {
    background-color: var(--White);
    padding: 8px;
    border-radius: 4px;
    border: 1px solid var(--stroke);
    width: fit-content;
}

.custom_tabs2 .e-n-tabs-heading>button {
    min-width: 81px;
    text-align: center;
}

form.wpcf7-form p {
    margin: 0;
}

form.wpcf7-form .form-wrapper {
    margin-bottom: 24px;
}

form.wpcf7-form .form-wrapper label {
    margin-bottom: 6px;
    display: block;
}

form.wpcf7-form .form-wrapper textarea {
    height: 100px;
}

form.wpcf7-form input[type="submit"] {
    width: 100%;
    background-color: var(--Dark);
    border-color: var(--Dark);
    transition: var(--Transition);
}

form.wpcf7-form input[type="submit"]:hover {
    border-color: var(--Green);
    background-color: var(--Green);
}

body .wpcf7 form.wpcf7-form .wpcf7-response-output {
    margin-top: 10px;
}

.diff_font h1 span {
    font-family: var(--PencilFont);
}

.hero_banner_section::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.16) 50%, rgba(0, 0, 0, 0.7) 80%);
}

.cta_overlay::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.8) 56.49%, rgba(0, 0, 0, 0.9) 100%);
}

.admission_tabs .e-n-tabs-heading {
    border-bottom: 1.5px solid var(--stroke);
}

.admission_tabs .e-n-tabs-heading>button {
    flex: 1;
}

@keyframes fadeUpIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.post-card,
.e-n-tabs-content .e-active .elementor-element {
    animation: fadeUpIn 0.6s ease forwards;
}

.apply_tabs .elementor-widget-text-editor li:not(:last-child) {
    margin-bottom: 16px;
}

div.saturation {
    mix-blend-mode: saturation;
}

.apply_tabs .e-n-tabs-heading button span {
    display: flex;
    align-items: center;
    gap: 8px;
}

.apply_tabs .e-n-tabs-heading button span::before {
    content: "";
    width: 0;
    height: 2px;
    background-color: var(--dark-green);
    transition: var(--Transition);
    opacity: 0;
}

.apply_tabs .e-n-tabs-heading button[aria-selected="true"] span::before,
.apply_tabs .e-n-tabs-heading button:hover span::before {
    width: 24px;
    opacity: 1;
}

@keyframes floatDown {
    0% {
        transform: translateY(-5px);
    }

    50% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(-5px);
    }
}

.scroll_down svg path:nth-child(2) {
    animation: floatDown 2s cubic-bezier(.4, 0, .2, 1) infinite;
}

/* Team */
.team-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.team-member {
    /* box-shadow: 0px 1px 12px 0px #0000000F; */
    outline: 1px solid var(--stroke);
    border-radius: 10px;
    overflow: hidden;
    padding: 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: var(--Transition);
    background-color: var(--White);
    position: relative;
    text-align: center;
}

div.team-member h4 {
    margin: 0 0 10px;
    font-size: 1.375rem;
    line-height: 1.28;
}

.team-member::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, var(--Green) 0%, var(--Yellow) 100%);
    opacity: 0;
    transition: var(--Transition);
}

.team-member:hover {
    box-shadow: none;
}

.team-member:hover::before {
    opacity: 1;
}

.team-member-photo {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 95%;
    margin: -28px -28px 28px;
    width: calc(100% + 56px);
}

.team-member-photo::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(147, 36, 29, 0) 50%, rgba(12, 97, 77, 0.5) 100%);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: var(--Transition);
}

.team-member-photo span a,
.team-member-photo span {
    display: block;
}

.team-member-photo span {
    position: absolute;
    bottom: 15px;
    left: 15px;
    width: fit-content;
    z-index: 22;
    opacity: 0;
    visibility: hidden;
    transition: var(--Transition);
}

.team-member:hover .team-member-photo::before {
    opacity: 1;
    visibility: visible;
}

.team-member-photo span a {
    padding: 1px 12px 0;
    height: 32px;
    display: flex;
    align-items: center;
    gap: 8px;
    background-color: var(--White);
    color: var(--red);
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-weight: var(--Medium);
    font-size: 14px;
    border-radius: 25px;
    transition: var(--Transition);
}

.team-member-photo span a:hover {
    color: var(--White);
    background-color: var(--red);
}

.team-member-photo span a svg path {
    transition: var(--Transition);
}

.team-member-photo span a:hover svg path {
    stroke: var(--White);
}

div.team-member h4 {
    margin: 0 0 8px;
}

div.team-member p {
    color: var(--red);
}

/* Team list 2 */
.staff-member,
.staff-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.staff-member {
    gap: 16px;
    grid-template-columns: 80px 1fr;
    align-items: center;
    padding: 24px;
    border-radius: 10px;
    border: 1px solid var(--stroke);
    /* box-shadow: 0px 1px 12px 0px #0000000F; */
    transition: var(--Transition);
}

.post-image-wrapper,
.wheel-image-wrapper,
.team-image-wrapper {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
    border-radius: 50%;
    border: 1px solid var(--White);
    transition: var(--Transition);
}

.staff-member:hover .team-image-wrapper,
.staff-member:hover {
    border-color: var(--Green);
}

div.post-image-wrapper img,
div.wheel-image-wrapper img,
div.team-image-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--Transition);
}
.single-notice-category {
    display: inline-block;
    float: left;
    margin-right: 15px;
    padding-right: 15px;
    border-right: 2px solid var(--White);
    color: var(--White);
    line-height: 1;
    margin-top: 4px;
}
.post-category {
    position: absolute;
    z-index: 2;
    left: 15px;
    bottom: 15px;
    background: #347b6a;
    color: var(--White);
    border-radius: 4px;
    padding: 5px 12px;
    font-size: 0.9rem;
}
div.post-image-wrapper:hover img {
    transform: scale(1.1);
}

div.staff-meta-wrapper h4 {
    color: var(--Dark);
    font-size: 1.125rem;
    font-weight: var(--Semibold);
    margin: 0 0 5px;
}

div.team-section>h4 {
    padding: 24px;
    background-color: #FAFAFA;
    border: 1px solid var(--stroke);
    margin: 0;
    font-weight: var(--Semibold);
    font-size: 1.125rem;
    border-radius: 10px;
    margin: 0 0 24px;
}

div.team-section>h4:not(:first-child) {
    margin: 48px 0 24px;
}

.wheel-bg-image {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: var(--White);
    align-items: center;
    max-width: 400px;
    padding-right: 20px;
    margin-top: 20px;
}
div.wheel-bg-image p.wheel-slide-title {
    color: var(--White);
    margin: 0;
    font-size: 1.375rem;
    line-height: 1.28;
}
.slick-vertical .slick-slide.wheel-main-slide {
    min-height: 400px;
    display: flex;
    align-items: center;
}
.wheel-main-slider .slick-slide {
    height: 400px !important;
}
.wheel-image-wrapper {
    margin-bottom: 4px;
    width: 70%;
    border-radius: 10px;
    padding-bottom: 50%;
    border: none;
    max-width: 250px;
}

.wheel-main-slider ul.slick-dots {
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 0;
    right: 0;
    margin: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 50px;
    width: 4px;
    padding: 0;

}

.wheel-main-slider ul.slick-dots li,
.wheel-main-slider ul.slick-dots li button {
    flex: 1;
}

.wheel-main-slider ul.slick-dots li button {
    padding: 0;
    border: none;
    border-radius: 0;
    margin: 0;
    background-color: var(--White);
    border-radius: 50px;
    opacity: 0;
    transition: var(--Transition);
    cursor: pointer;
}

.wheel-main-slider ul.slick-dots li.slick-active button,
.wheel-main-slider ul.slick-dots li button:hover {
    opacity: 1;
}

/* blog  */
.posts-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    row-gap: 56px;
    justify-content: center;
}

.post-card {
    width: calc(33.33% - 22px);
}

.post-card span {
    font-size: 1rem;
    color: var(--dark-green);
}

div.post-card h2 {
    margin: 8px 0 0;
    line-height: 1.28;
    font-size: 1.375rem;
}

.post-image-wrapper {
    margin-bottom: 24px;
    border-radius: 10px;
    padding-bottom: 76%;
    border: none;
}

body .posts-grid+.load-more-wrap button {
    margin-top: 56px;
}

.related-posts-section {
    background-color: #F1E2A2;
    padding: 124px 40px;
}

.related-posts-section h3.related-posts-title {
    margin: 0 0 40px;
    text-align: center;
}

.single-post .single-notice-container .container {
    max-width: 1194px;
    margin-top: -500px;
    position: relative;
    z-index: 2;
}

div.post-title-img-wrapper .notice-title,
.single-notice-date {
    color: var(--White);
}

div.post-title-img-wrapper .notice-title {
    margin: 0 0 48px;
}

div.single-notice-date {
    margin: 0 0 16px;
}

.single-post-content .post-image-wrapper {
    padding-bottom: 45%;
}

.single-post-content .post-image-wrapper:hover img {
    transform: none;
}

.single-post-content .post-image-wrapper {
    margin: 0 0 42px;
}

.post-content-wrapper {
    max-width: 700px;
    margin-inline: auto;
}

.wp-block-heading {
    margin: 0 0 16px;
}

.wp-block-heading:not(:first-child) {
    margin-top: 48px;
}

.wp-block-image {
    margin: 48px -95px;
}

.wp-block-columns {
    margin: 48px 0;
}

.wp-block-columns .wp-block-image {
    margin: 0;
}

.wp-block-image img {
    border-radius: 10px;
}

.post-content-wrapper blockquote {
    padding: 24px 0;
    border-width: 1px 0 1px;
    border-color: var(--stroke);
    border-style: solid;
    padding-left: 60px;
    color: var(--dark-green);
    font-weight: var(--Bold);
    font-size: 1.5rem;
    position: relative;
}

.post-content-wrapper blockquote p:last-child {
    font-size: 1.125rem;
    font-weight: var(--Semibold);
    color: var(--TextColor);
}

.post-content-wrapper blockquote::before {
    content: "";
    position: absolute;
    width: 35px;
    height: 30px;
    top: 24px;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(./assets/img/quote.png);
    filter: brightness(0) saturate(100%) invert(14%) sepia(93%) saturate(4090%) hue-rotate(165deg) brightness(83%) contrast(91%);
}

.single-post .notice-hero-section {
    height: 550px;
}

.wp-block-pullquote {
    padding: 48px 0;
}

.application_form form.wpcf7-form .form-wrapper {
    background-color: #FAFAFA;
    border: 1px solid #65656529;
    border-radius: 10px;
    padding: 48px;
}

.application_form form.wpcf7-form .form-wrapper {
    margin-bottom: 24px;
}

.form-heading {
    display: flex;
    gap: 14px;
    margin-bottom: 32px;
    align-items: center;
}

div.form-heading>p {
    min-width: 42px;
    height: 42px;
    background-color: var(--dark-green);
    border-radius: 99px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    font-weight: var(--Regular);
    color: var(--White);
    width: fit-content;
}

div.form-title-info h2 {
    margin: 0;
    font-size: 1.625rem;
    line-height: 1.24;
}

div.form-title-info p {
    margin: 8px 0 0;
}

form.wpcf7-form .field_wrapper label {
    margin-bottom: 12px;
    color: var(--Dark);
}

.form_group {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    align-items: end;
}

.full_width {
    grid-column: span 2;
}

.wpcf7-not-valid-tip {
    margin-top: 5px;
}

.application_form .form-wrapper .form_group input[type="submit"] {
    width: fit-content;
}

.application_form .form-wrapper .form_group input[type="submit"]:hover,
.application_form .form-wrapper .form_group input[type="submit"]:focus {
    background-color: var(--Green);
    border-color: var(--Green);
    color: var(--White);
}

input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
input[type=file],
select,
textarea {
    border: 1px solid #6565653D;
    outline: none;
    height: 50px;
    box-shadow: none;
    border-radius: 4px;
    width: 100%;
}

div.elementor-element.sticky_column {
    position: sticky;
    top: 50px;
}

.bottom_aligned.elementor-widget-image img {
    vertical-align: bottom;
}

.bottom_aligned {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.top_aligned.elementor-widget-image img {
    vertical-align: top;
}

div.elementor-element.width_fit {
    width: fit-content;
}

/* button hover animation */
.elementor-button {
    position: relative;
    overflow: hidden;
}

.elementor-button .custom-button-label,
.elementor-button>span {
    position: relative;
    z-index: 2;
}

.elementor-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--Green);
    transition: transform .3s ease-in-out;
    transform-origin: right;
    transform: scaleX(0);
}

.vacancy-right-instruction a.elementor-button {
    background-color: var(--Green);
    border-color: var(--Green);
}

.vacancy-right-instruction a.elementor-button:focus,
.vacancy-right-instruction a.elementor-button:hover {
    border-color: var(--White);
    background-color: var(--Green);
    color: var(--Dark);
}

.vacancy-right-instruction a.elementor-button::before,
.hover_white .elementor-button::before {
    background-color: var(--White);
}

.hover_red .elementor-button::before {
    background-color: var(--red);
}

.elementor-button:focus:before,
.elementor-button:hover:before {
    transform-origin: left;
    transform: scaleX(1);
}

.header-notices-list {
    display: flex;
    justify-content: space-between;
    gap: 64px;
}

.header-notices-list svg {
    width: 1em;
    height: 1em;
    font-size: 14px;
}

.header-notices-list svg path {
    fill: var(--White);
}

.header-notices-list .header-notice-wrapper a {
    color: var(--White);
    font-size: 14px;
    transition: var(--Transition);
}

.header-notices-list .header-notice-wrapper a:hover {
    color: var(--White);
}

.header-notice-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: fit-content;
}

div.elementor-element.career_cta ul.elementor-icon-list-items li.elementor-icon-list-item a {
    width: fit-content;
}

div.elementor-element.career_cta ul.elementor-icon-list-items li.elementor-icon-list-item a .elementor-icon-list-text {
    padding-inline-start: 0;
}

.sitemap ul li a,
body .load-more-wrap button,
.need_help .elementor-widget-text-editor p a,
.career_cta ul li a .elementor-icon-list-text,
div.back-to-notices-wrapper a,
.button_outline .elementor-button,
.header-notice-wrapper a span,
.notice-meta .read-more,
.overlay-content .slider-btn,
.bod-list-container .bod-card a,
div.elementor-element ul.custom-menu li.menu-item a,
div.elementor-widget-text-editor a {
    position: relative;
    overflow: hidden;
    width: fit-content;
}

body .load-more-wrap button,
.notice-meta .read-more svg path,
.notice-meta .read-more,
div.back-to-notices-wrapper a,
div.elementor-widget-text-editor a,
div.elementor-element.career_cta ul.elementor-icon-list-items li.elementor-icon-list-item a .elementor-icon-list-text,
.need_help .elementor-widget-text-editor p a {
    transition: var(--Transition);
}

body .load-more-wrap button:hover,
.notice-meta .read-more:hover,
div.back-to-notices-wrapper a:hover,
div.elementor-widget-text-editor a:hover,
.need_help .elementor-widget-text-editor p a:hover,
footer div.elementor-element.career_cta ul.elementor-icon-list-items li.elementor-icon-list-item a:hover .elementor-icon-list-text {
    color: var(--Green) !important;
}

.notice-meta .read-more:hover svg path {
    stroke: var(--Green);
}

.button_outline .elementor-button .elementor-button-content-wrapper {
    transition: var(--Transition);
}

.elementor div.button_outline.elementor-widget a.elementor-button-link.elementor-button:hover .elementor-button-content-wrapper {
    gap: 10px;
}

.elementor div.button_outline.elementor-widget a.elementor-button-link.elementor-button {
    padding-bottom: 3px;
}

.sitemap ul li a::after,
body .load-more-wrap button::after,
.need_help .elementor-widget-text-editor p a::before,
.career_cta ul li a .elementor-icon-list-text::after,
div.back-to-notices-wrapper a::after,
.button_outline .elementor-button::after,
.header-notice-wrapper a span::before,
.notice-meta .read-more::before,
.overlay-content .slider-btn::before,
.bod-list-container .bod-card a::before,
div.elementor-element ul.custom-menu>li.menu-item>a::before,
div.elementor-widget-text-editor a::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: 0;
    left: 0;
    top: auto;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform .3s ease-in-out;
    opacity: 1 !important;
}

header div.elementor-element ul.custom-menu>li.menu-item>a::before {
    bottom: 28px;
}

.sitemap ul li a:hover:after,
body .load-more-wrap button::after,
.need_help .elementor-widget-text-editor p a::before,
.career_cta ul li a .elementor-icon-list-text::after,
div.back-to-notices-wrapper a::after,
div.default_border.elementor-widget-text-editor a::before,
.button_outline .elementor-button:hover:after,
.header-notice-wrapper a:hover span:before,
.notice-meta .read-more:hover::before,
.overlay-content .slider-btn:hover::before,
.bod-list-container .bod-card a::before,
div.elementor-element ul.custom-menu li.menu-item.current-menu-item a::before,
div.elementor-element ul.custom-menu li.menu-item a:hover:before,
div.elementor-widget-text-editor a:hover:before {
    transform-origin: left;
    transform: scaleX(1);
}

body .load-more-wrap button:hover:after,
.need_help .elementor-widget-text-editor p a:hover:before,
.career_cta ul li a .elementor-icon-list-text:hover:after,
div.back-to-notices-wrapper a:hover:after,
div.default_border.elementor-widget-text-editor a:hover:before,
.bod-list-container .bod-card a:hover:before {
    transform-origin: right;
    transform: scaleX(0);
}

footer .career_cta ul li a .elementor-icon-list-text {
    margin-inline-start: 5px;
}

/* Sticky header  */
body:not(.elementor-editor-active) header.ut-site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

body.admin-bar header.ut-site-header {
    top: 32px;
}

body {
    margin-top: 44px;
    transition: var(--Transition);
    font-size: 1rem;
}

body.top-header-hidden {
    margin-top: 0;
}

.ut-site-logo a img {
    display: block;
}

.ut-site-logo a img,
.header_main {
    transition: var(--Transition);
}

header.sticky div.elementor-element .elementor-widget-utal-site-logo .ut-site-logo a img {
    max-width: 150px;
}

header.sticky .header_main {
    background-color: var(--Green);
}

.ut-site {
    overflow-x: clip;
}

.top_auto {
    margin-top: auto;
}

.button_outline .elementor-button::before {
    content: none;
}

.bod-card {
    position: relative;
}

.bod-expand {
    position: absolute;
    left: -1px;
    right: -1px;
    background: #fff;
    padding: 24px;
    display: none;
    border: 1px solid var(--stroke);
    border-top: none;
    z-index: 50;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    top: 100%;
    padding-top: 0;
}

.bod-expand-wrapper {
    position: relative;
    margin: 0 -24px;
    width: calc(100% + 48px);
}

.bod-description-full {
    margin-bottom: 24px;
}

.bod-expand.active {
    display: block;
}

.wpcf7 form .wpcf7-response-output {
    border-color: var(--Green);
}

.wpcf7 form.invalid .wpcf7-response-output {
    border-color: var(--red);
    color: var(--red);
}

@media (min-width:768px) {
    .bod-mobile {
        display: none;
    }
}

/* elementary tabs content */
body div.elementor-element .tab_absolute_content {
    position: absolute;
    bottom: 0;
    left: 0;
}

/* gallery */
div.elementor-element.school_gallery div.elementor-image-gallery .gallery {
    column-count: 4;
    column-gap: 16px;
}

body .elementor div.elementor-element.school_gallery div.elementor-image-gallery .gallery .gallery-item {
    max-width: inherit;
    break-inside: avoid;
    margin-bottom: 16px;
    overflow: hidden;
    border-radius: 10px;
}

body .elementor div.elementor-element.school_gallery div.elementor-image-gallery .gallery .gallery-item img {
    border-radius: 10px;
    transition: var(--Transition);
}

body .elementor div.elementor-element.school_gallery div.elementor-image-gallery .gallery .gallery-item:hover img {
    transform: scale(1.1);
}

div.slider_item .elementor-widget-image img {
    width: fit-content;
}

body .elementor div.elementor-element.hero_banner_section.custom_overlay::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.6) 100%);
}

.elementor-shortcode:has(.header-notices-list) {
    position: relative;
    overflow: hidden;
    --offset: 54px;
    --move-initial: calc(-50% + var(--offset));
    --move-final: calc(-25% + var(--offset));
}

.header-notices-list {
    width: fit-content;
    display: flex;
    position: relative;
    transform: translate3d(var(--move-initial), 0, 0);
    animation: marquee 5s linear infinite;
}

.header-notices-list:hover {
    animation-play-state: paused;
}

@keyframes marquee {
    0% {
        transform: translate3d(var(--move-initial), 0, 0);
    }

    100% {
        transform: translate3d(var(--move-final), 0, 0);
    }
}

/* Marquee */
.header-notices-marquee-outer {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.header-notices-marquee-track {
    display: flex;
    width: max-content;
    animation: marquee-scroll 55s linear infinite;
    will-change: transform;
}

.header-notices-marquee-outer:hover .header-notices-marquee-track {
    animation-play-state: paused;
}

@keyframes marquee-scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.header-notices-marquee-set {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

span.header-notice-title {
    color: var(--stroke);
}

.header-notice-wrapper {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    padding: 0 30px;
    gap: 10px;
}

.header-notice-wrapper svg {
    width: 10px;
    height: 10px;
    flex-shrink: 0;
}

.header-notice-wrapper svg path {
    fill: var(--stroke);
}

.header-notice-wrapper a {
    text-decoration: none;
}

.close_top_header svg path {
    stroke: var(--Yellow);
}

.elementor-widget-n-accordion .e-n-accordion-item-title {
    position: relative;
}

.sitemap ul {
    margin: 0;
    list-style: none;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    border-left: 1px solid var(--stroke);
    overflow: hidden;
}

.sitemap ul li a {
    position: relative;
    font-size: 1.2rem;
    color: var(--Dark);
    transition: var(--Transition);
}

.sitemap ul li a:hover {
    color: var(--Green);
}

.sitemap ul li a::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 100%;
    height: 1px;
    width: 100px;
    background-color: var(--stroke);
}

.sitemap ul ul {
    margin-top: 10px;
}

header .ut-custom-menu ul.sub-menu {
    transition: all 0.5s ease-in-out;
}

.arrow_red svg path {
    stroke: var(--dark-green);
}

.yellow_quote svg path {
    fill: var(--Yellow)
}

.curriculum_tabs .elementor-element::before {
    filter: brightness(0) saturate(100%) invert(95%) sepia(23%) saturate(92%) hue-rotate(346deg) brightness(97%) contrast(92%);
}

.elementor div.elementor-element .submenus ul.sub-menu li.menu-item>a:hover,
.elementor div.elementor-element .submenus ul.sub-menu li.menu-item.current-menu-item>a {
    border-color: var(--dark-green);
}

div.elementor-element.map_wrapper {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 40%;
}

div.elementor-element.map_wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* responsive */
@media (max-width:1440px) {
    .main-slider ul.slick-dots li {
        max-width: 190px;
    }

    .post-image-wrapper {
        padding-bottom: 70%;
    }

    div.slick-dot-thumb span {
        padding: 10px;
        font-size: 12px;
    }

    .bg-image {
        height: 90dvh;
    }

    body header.sticky div.elementor-element.header_main .ut-custom-menu ul.custom-menu li.menu-item a {
        font-size: 14px;
    }

    header .custom-menu li.menu-item-has-children>a::after {
        font-size: 12px;
    }

    div.staff-meta-wrapper h4 {
        font-size: 1rem;
    }
}

@media (min-width:1700px) {
    body .elementor div.elementor-element.home_hero_slider_wrapper div.hero_slider div.slider_item {
        min-height: 900px;
    }
}

@media (min-width:1025px) and (max-width:1600px) {
    header.sticky div.elementor-element.header_main .ut-custom-menu ul.custom-menu li.menu-item a {
        font-size: 1rem;
    }

    header.sticky div.elementor-element .elementor-widget-utal-site-logo .ut-site-logo a img {
        max-width: 130px;
    }
}

@media (max-width:1024px) {
    header.sticky div.elementor-element .elementor-widget-utal-site-logo .ut-site-logo a img {
        max-width: 120px;
    }

    div.form-title-info h2 {
        font-size: 1.5rem;
    }

    div.post-card h2,
    .job-listing-card h2.job-title,
    div.wheel-bg-image p.wheel-slide-title,
    div.team-member h4,
    .bod-card .bod-name {
        font-size: 1.25rem;
    }

    body:has(.mobile-layout-hamburger.is-active) {
        overflow: hidden;
    }

    body header.sticky div.elementor-element.header_main .ut-custom-menu ul.custom-menu li.menu-item a {
        font-size: 1.125rem;
    }

    .utal .mobile-layout-hamburger .prev-menu {
        gap: 8px;
    }

    body {
        margin-top: 0;
    }

    header div.elementor-element ul.custom-menu>li.menu-item>a::before {
        content: none;
    }

    header div.elementor-element a,
    header div.elementor-element button {
        display: block;
    }

    .wheel-bg-image {
        margin-inline: auto;
    }

    header .ut-custom-menu ul.custom-menu.mobile-layout-hamburger {
        left: auto;
        right: 0;
        transform: translateX(100%);
        max-height: 100dvh;
        box-shadow: none;
    }

    header div.elementor-element ul.custom-menu li.menu-item a {
        width: 100%;
    }

    .single-vacancy-container {
        margin-top: -300px;
    }

    div.single-vacancy-wrapper h1 {
        margin: 0 0 25px;
    }

    div.vacancy-image-wrapper {
        padding-bottom: 56%;
    }

    .single-post .single-notice-container .container {
        margin-top: -450px;
    }

    .single-post-content .post-image-wrapper {
        padding-bottom: 56%;
    }

    .wp-block-image {
        margin: 48px -20px;
    }

    .main-slider ul.slick-dots li .dot-text {
        display: none;
    }

    .main-slider ul.slick-dots {
        padding: 0 20px;
        gap: 20px;
        bottom: 20px;
    }

    .bg-image {
        padding: 20px;
    }

    div.elementor-element.medium_overflow {
        overflow: hidden;
    }

    body div.elementor-element.how_we_teach_accordion.elementor-widget {
        position: static;
    }

    .notices-grid>div {
        padding: 25px;
        width: 100%;
    }

    .notices-grid {
        gap: 25px;
    }

    .related-posts-section,
    .single-vacancy-container,
    .single-notice-container,
    .related-notices-section {
        padding: 100px 20px;
    }

    .single-notice-card {
        padding: 32px;
        margin-top: -250px;
    }

    .staff-grid,
    .team-grid,
    .job-listings-container,
    .bod-list-container {
        grid-template-columns: repeat(2, 1fr);
    }

    .notices-grid>div .notice-title {
        font-size: 1.25rem;
    }

    .post-card {
        width: calc(50% - 16px);
    }

}

@media (max-width:767px) {
    .slick-vertical .slick-slide.wheel-main-slide {
        min-height: 450px;
    }
    div.elementor-element.map_wrapper {
        padding-bottom: 70%;
    }

    .sitemap ul li a {
        font-size: 1rem;
    }

    div.post-card h2,
    .job-listing-card h2.job-title,
    div.wheel-bg-image p.wheel-slide-title,
    div.form-title-info h2 {
        font-size: 1.25rem;
    }

    .form-heading {
        align-items: baseline;
    }

    header.sticky div.elementor-element .elementor-widget-utal-site-logo .ut-site-logo a img {
        max-width: 100px;
    }

    div.staff-meta-wrapper h4 {
        font-size: 1.125rem;
    }

    div.elementor-element.school_gallery div.elementor-image-gallery .gallery {
        column-count: 2;
    }

    body div.elementor-element .tab_absolute_content {
        position: static;
    }

    .post-image-wrapper,
    div.job-image-wrapper {
        padding-bottom: 70%;
    }

    ul,
    ol {
        padding-inline-start: 15px;
    }

    .single-vacancy-container {
        margin-top: -180px;
    }

    .job-listing-card {
        padding: 25px;
    }

    div.job-image-wrapper {
        margin: -25px -25px 25px;
        width: calc(100% + 50px);
    }

    .form-heading {
        margin-bottom: 25px;
    }

    .notice-hero-section {
        height: 250px;
    }

    .single-post .notice-hero-section {
        height: 350px;
    }

    div.post-title-img-wrapper .notice-title,
    .single-notice-container .single-notice-card h1 {
        font-size: 1.875rem;
    }

    .notice-meta {
        margin-top: 20px;
        gap: 32px;
    }

    .elementor-invisible,
    .animated,
    [class*="elementor-animated"] {
        opacity: 1 !important;
        visibility: visible !important;
        animation: none !important;
        transition: none !important;
        transform: none !important;
    }

    .application_form form.wpcf7-form .form-wrapper {
        padding: 32px;
    }

    .main-slider ul.slick-dots {
        gap: 12px;
    }

    body .elementor div.elementor-element.right_auto_mobile.width_fit {
        left: -64px;
        right: auto;
    }

    .form_group {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    form.wpcf7-form .field_wrapper label {
        margin-bottom: 8px;
    }

    .full_width {
        grid-column: inherit;
    }

    .post-content-wrapper blockquote {
        font-size: 1.125rem;
    }

    .post-content-wrapper blockquote p:last-child {
        font-size: 14px;
    }

    .wp-block-image {
        margin: 48px 0;
    }

    .single-post .single-notice-container .container {
        margin-top: -270px;
    }

    body .posts-grid+.load-more-wrap button {
        margin-top: 32px;
    }

    .bg-image {
        height: 560px;
    }

    .staff-grid,
    .team-grid,
    .posts-grid,
    .notices-grid {
        grid-template-columns: 1fr;
    }

    .posts-grid {
        row-gap: 48px;
    }

    .related-posts-section,
    .single-vacancy-container,
    .single-notice-container,
    .related-notices-section {
        padding: 60px 20px;
    }

    .single-notice-card {
        padding: 25px;
        margin-top: -160px;
    }

    .single-notice-full-description {
        padding: 32px 0 0;
    }

    div.post-title-img-wrapper .notice-title,
    .related-posts-section h4.related-posts-title,
    .related-notices-section h4 {
        margin: 0 0 25px;
    }

    .top-right-icon,
    .top-left-icon {
        z-index: 1;
    }

    .top-right-icon svg,
    .top-left-icon svg {
        width: 100%;
        height: 100%;
    }

    .job-listings-container,
    .bod-list-container {
        grid-template-columns: 1fr;
    }

    .job-listing-card,
    .post-card {
        width: 100%;
    }
}
.utal-content-company {
	padding-left:30px;
}
.utal-testimonial figure.utal-slide-image-wrap img {
    border: 2px solid #63af00;
}