
html {
    scroll-behavior: smooth;
}
header {
    padding: 0;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.grid {
    display: grid;
}

.grid-cols-2 {
    grid-template-columns: repeat(2, 1fr);
}
.grid-cols-3 {
    grid-template-columns: repeat(3, 1fr);
}
.grid-cols-4 {
    grid-template-columns: repeat(4, 1fr);
}
.gap-1 {
    gap: 0.25rem;
}
.gap-2 {
    gap: 0.5rem;
}
.gap-3 {
    gap: 0.75rem;
}
.gap-4 {
    gap: 1rem;
}
.gap-5 {
    gap: 1.25rem;
}
.gap-6 {
    gap: 1.5rem;
}
.gap-7 {
    gap: 1.75rem;
}
.gap-8 {
    gap: 2rem;
}
.mb-4 {
    margin-bottom: 1rem;
}
.mb-6 {
    margin-bottom: 1.5rem;
}
.mb-8 {
    margin-bottom: 2rem;
}
.mb-10 {
    margin-bottom: 2.5rem;
}
.mb-12 {
    margin-bottom: 3rem;
}
.mb-16 {
    margin-bottom: 4rem;
}

.header__container {
    padding: 10px 40px;
    border-top: 1px solid #ddd;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header__nav {
    background: #fff;
    padding: 0 40px;
    height: 60px;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    transition: all 300ms;
    z-index: 20;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.header__nav-list {
    display: flex;
    list-style-type: none;
    justify-content: space-around;
    align-items: center;
    height: 100%;
    margin: 0;
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    transition: all 300ms ease-in-out 200ms;
    width: max-content;
}
.header__nav-list .header__nav-item {
    color: #222;
    height: 100%;
    display: flex;
    align-items: center;
    flex-grow: 1;
}
.header__nav-list .header__nav-link {
    color: #222;
    font-size: 1.25rem;
    padding: 0 32px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    font-weight: bold;
}
div.search_results article {
    margin-bottom: 3rem;
}
div.search_results article h3.search_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

div.search_results article div.search_date {
    margin: 4px 0;
    font-size: 11px;
    color: #a3a3a3;
}
div.search_results article div.search_desc {
    color: #222;
}
.header__nav-list .header__nav-link:hover {
    color: #85102c;
}
.header__nav-submenu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    background: #fff;
    top: 51px;
    left: -20px;
    list-style-type: none;
    border: 1px solid #ddd;
    width: 240px;
    z-index: 11;
    transition: all 300ms;
    transform: translateY(10px); 
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.header__nav-item:last-child .header__nav-submenu {
    left: auto;
    right: -10px;
}

.header__nav-submenu .header__nav-item {
    color: #222;
    border-bottom: 1px solid #f0eded;
}
.header__nav-submenu .header__nav-item:last-child {
    color: #222;
    border-bottom: none;    
}
.header__nav-submenu .header__nav-link {
    color: #222;
    padding: 8px 16px;
    font-size: 1.25rem;
}
.header__nav-item:hover .header__nav-list .header__nav-link {
    color: #bbb;
}

.header__nav-item:hover .header__nav-submenu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px); 
}

header div.header_right {
    gap: 2rem;
}

header div.header_right div.lang_search {
    gap: 2rem;
}

header div.header_right div.lang_search div.search form input {
    height: 42px;
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 1px solid #ddd;
    border-radius: 4px;
    width: 300px;
    padding: 0;
    padding-left: 1.5rem;
    transition: all 300ms;
    
}
section.front_tabs {
    padding: 40px 0 40px;
}

h1.heads, h2.heads2 {
    margin-bottom: 40px;
}

div.programs_group h3 {
    justify-content: flex-end;
}

header div.header_right div.lang_search div.search form input:focus {
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

header div.header_right {
    margin-bottom: 0;
    display: flex;
}

header div.header_right div.lang_search div.lang {
    margin-right: 0;
}

header div.header_right div.resp__menu {
    display: none;
}

header div.header_right div.resp__menu div.resp__menu_toggle {
    width: 42px;
    height: 42px;
    background: #fff;
    border: 2px solid #911935;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    padding: 0.75rem;
    justify-content: center;
    align-items: center;
    gap: 6px;
    cursor: pointer;
}

header div.header_right div.resp__menu div.resp__menu_toggle div {
    height: 1.5px;
    width: 100%;
    background-color: #911935;
    transition: all 300ms;
}

/* header div.header_right div.resp__menu div.resp__menu_show {

} */
header div.header_right div.resp__menu div.resp__menu_show .line-1 {
    transform: rotate(45deg) translate(6px, 6px);
}
header div.header_right div.resp__menu div.resp__menu_show .line-2 {
    width: 0px;
}
header div.search {
    display: none;
}
header div.header_right div.resp__menu div.resp__menu_show .line-3 {
    transform: rotate(-45deg) translate(4px, -5px);
}

header div.header_right li.resp__menu_buttons {
    display: none;
    gap: 8px;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #ddd;
}
header div.header_right li.resp__menu_buttons .resp__menu_langs {
    flex-grow: 1;
    background: #fff;
    border: 2px solid #911935;
    font-weight: bold;
    border-radius: 4px;
    
}
header div.header_right li.resp__menu_buttons .resp__menu_langs a {
    color: #911935;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
header div.header_right li.resp__menu_buttons .resp__menu_login-btn {
    flex-grow: 2;
}

header div.header_right div.resp__menu div.resp_menu_ul {
    opacity: 0;
    visibility: hidden;
    width: 280px;
    position: absolute;
    border: 1px solid #ddd;
    background: #fff;
    z-index: 10;
    top: 50px;
    list-style-type: none;
    padding: 2rem;
    right: 0;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    transition: all 300ms;
    transform: translateY(20px);
    overflow: auto;
}
header div.header_right div.resp__menu div.resp__menu_show + div.resp_menu_ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}


header div.header_right .mobile__menu-list {
    list-style-type: none;
} 

header div.header_right .mobile__menu-item {
    padding-bottom: 1.5rem;
    position: relative;
}
header div.header_right span.mobile__menu-down-arrow {
    position: absolute;
    right: 0;
    top: -4px;
    transform: rotate(-180deg);
}
header div.header_right .mobile__menu-link {
    font-size: 13px;
    font-weight: bold;
}
header div.header_right .mobile__menu-dropdown {
    list-style-type: none;
    margin: 0;
    max-height: 0px;
    overflow: hidden;
    transition: all 300ms;
    background-color: #f3f5ff;
    margin-top: 6px;
}
header div.header_right .mobile__menu-dropdown div {
    padding: 1rem;

}
header div.header_right .mobile__menu-dropdown-item {
    padding-bottom: 0.5rem;
} 
header div.header_right .dropdown-list-show {
   max-height: 300px;
}

header div.header_right span.rotate-icon {
    transform: rotate(0deg);
}



header div.header_right div.login-btn a, 
header div.header_right div.resp__menu_login-btn a {
    height: 42px;
    padding: 0 22px;
    border-radius: 4px;
    color: #fff;
    background: #911935;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    transition: all 300ms;
}
header div.header_right div.login-btn a svg, 
header div.header_right div.resp__menu_login-btn a svg {
    font-size: 13px;
    fill: #fff;
}

header div.header_right div.login-btn a:hover {
    background: #85102c;
}

header div.header_right div.lang_search div.search form button[type=submit] {
    position: absolute;
    top: 12px;
    right: 16px;
    color: #abacbf;
    font-size: 18px;   
}

.header__nav-logo {
    opacity: 0;
    display: flex;
    align-items: center;
    width: 100%;
}

.header__nav-logo a {
    display: block;
    width: 120px;
}

.header__nav-logo a img {
    width: 100%;
}

section.front_tabs .tab-info .tab-nav ul li a {
    box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
    background-color: #fff;
    min-height: 60px;
    color: #333;
    margin-right: 4px;
}
section.front_tabs .tab-info .tab-nav ul li.active a {
    border-color: transparent;
    font-weight: bold;
}

header div.header_right div.lang_search div.lang {
    margin-top: 0;
}

.search-bar {
    transform: scale(0);
    position: absolute;
    transform-origin: center left;
}

header button.mobile-search svg {
    fill: #911935;
}
header div.search-bar {
    position: absolute;
    top: 145px;
    left: 0;
    width: 100%;
    z-index: 10;
    padding: 0 6px;
}
header div.search-bar .search-bar-button {
    position: absolute;
    top: 12px;
    right: 16px;
}
header div.search-bar .search-bar-button svg {
    fill: #777;
}

.show-search-bar {
    transform: scale(1);
    transition: all 200ms;
}

div.team div.col-md-3 div.team_item div.team_item_img, 
div.team div.col-md-4 div.team_item div.team_item_img {
    height: 240px;
}

div.team div.col-md-3 div.team_item div.team_item_img a img, 
div.team div.col-md-4 div.team_item div.team_item_img a img {
    object-position: top;
}

.opacity-1 {
    opacity: 1;
    transition: all 300ms 400ms;
}

.justify-between {
    justify-content: space-between;
}

.align-right {
    right: 35%;
    /* transform: translateX(0); */
}

header div.header_right div.lang_search div.lang ul li {
    display: flex;
    width: 42px;
    height: 42px;
    background: #fff;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #911935;
    margin: 0;
    box-shadow: 1px 1px 4px rgba(0,0,0,0.2);
}

header div.header_right div.lang_search div.lang ul li a {
    color: #911935;
    font-size: 12px;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 300ms;
}
header div.header_right div.lang_search div.lang ul li.active {
    background: #911935;
}

 header div.header_right div.lang_search div.lang ul li:hover a {
    color: #fff;
    background: #911935;
}

header div.header_right div.lang_search div.lang ul li.active a {
    color: #fff;
}

div.resp_menu {
    position: static;
    width: 42px;
    height: 42px;
}
.no-list {
    display: flex;
    gap: 1rem;
}

.programs__heading {
    font-size: 28px;
    margin-bottom: 2rem;
}

.programs__heading-main {
    font-size: 28px;
    margin-bottom: 2rem;
}

.main__search {
    height: 35px;
}

.sticked {
    position: fixed;
    top: 0;
    z-index: 12;
    /* height: 50px; */
    transition: all 300ms;
}
.nav__layer {
    height: 60px;
    display: none;
    width: 100%;
    background: #fff;
}

.nav__header--shrink {
    height: 50px;
}
.gap-8 {
    gap: 32px;
}

.scroll-top {
    visibility: hidden;
    opacity: 0;
    width: 50px;
    height: 50px;
    background: #911935;
    color: #fff;
    position: fixed;
    bottom: 30px;
    right: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 10;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
}
.scroll-top svg {
  fill: #fff;
}
.custom-container {
    max-width: 100%;
    margin: 0 40px;
}

header div.mobile-search {
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.top__header-sticky {
    transition: transform 350ms;
}

header div.search-bar input {
    width: 100%;
    height: 50px;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.2);

}


.scroll__top--show {
    visibility: visible;
    opacity: 1;
    transition: all 300ms;
}

.tab__nav-sticky {
    position: sticky;
    top: 100px;
    z-index: 3;
    align-self: flex-start
}
.tab__nav-layer {
    width: 350px;
    display: none;
}
.d-block {
    display: block;
}

.video-tag {
    object-fit: cover;
}

div.programs_group div.programs_listing {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 15px;
}

div.programs_group div.programs_listing div.program_item {
    width: auto;
    float: none;
    margin-bottom: 0;
    padding: 0;
}

div.programs_group div.programs_listing div.program_item a img {
    width: 100%;
}


.program__grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 3.5rem;
    padding-bottom: 2rem;
}

.programs-heading {
    font-size: 24px;
    margin-bottom: 36px;
}

.program__grid div.program__grid-item:hover h3 {
    color: #911935;
}
.program__grid div.program__grid-item:hover img {
    opacity: 0.8;
    
}

.program-image-cover {
    position: relative;
    padding-top: 33%;
}
.image-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.program__grid div.program__grid-item img {
    transition: all 300ms;
    border-radius: 4px;
}
.program__grid div.program__grid-item h3 {
    font-size: 1.5rem;
    margin-top: 1rem;
    color: #333;
}
.program__grid div.program__grid-item h4 {
    font-size: 1.25rem;
    margin-top: .5rem;
    color: #666;
}
footer {
    padding: 32px 0;
}

footer nav.footer_menu {
    margin-bottom: 0;
}
footer nav.footer_menu ul li:last-child {
    margin-bottom: 0;
}
footer div.socials {
    margin-bottom: 12px;
}

/* section.main_menu_main_slider div.main_slider div.slick-slide span.slide_img.is-loading__img {
    filter: blur(0);
} */
.flex-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
h2.heads2 a {
    position: static;
}

.team__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3rem;
}

div.team div.team__grid_item div.team_item, div.team div.col-md-4 div.team_item {
    text-align: center;
}

div.team div.team__grid_item div.team_item div.team_item_img, div.team div.col-md-4 div.team_item div.team_item_img {
    width: 100%;
    height: 240px;
    margin-bottom: 10px;
}


div.team div.team__grid_item div.team_item div.team_item_img a, div.team div.col-md-4 div.team_item div.team_item_img a {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 4px;
    overflow: hidden;
}

div.team div.team__grid_item div.team_item div.team_item_img a img, div.team div.col-md-4 div.team_item div.team_item_img a img {
    width: 100%;
    height: 100%;
    object-position: top;
    -o-object-fit: cover;
    object-fit: cover;
}

div.program_card {
    display: flex; 
    border: 1px solid #ddd; 
    background: #fff; 
    padding: 2rem 3rem; 
    align-items: center; 
    justify-content: center; 
    border-radius: 4px; 
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}

div.program_card h3 {
    font-size: 18px;
}

div.team div.team__grid_item div.team_item h3, div.team div.col-md-4 div.team_item h3 {
    color: #911935;
    font-size: 14px;
    font-family: DejaVuSans;
}

div.team div.team__grid_item div.team_item h4, div.team div.col-md-4 div.team_item h4 {
    color: #a3a3a3;
    font-size: 12px;
}

section.inside div.main_wrap .content {
    margin-left: 0;
}

section.front_tabs .tab-info .tab-content {
    border: none;
}

section.front_tabs .tab-info .tab-content .tab-pane {
    padding: 0 2rem;
}

@media(max-width: 1380px) {
    .align-right {
        right: 43%;
    }
    .header__nav-list .header__nav-link {
        padding: 8px 20px;
    }
}

@media(max-width: 1254px) {
    .program__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width: 992px) {
    .tab__nav-sticky {
        position: static;
    }
    div.programs_group div.programs_listing {
        grid-template-columns: repeat(2, 1fr);
        padding: 0 15px;
    }
    
    .custom-container {
        max-width: 970px;
        margin: auto;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    section.front_tabs {
        padding: 24px 0 40px;
    }
    .grid-cols-3 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    h1.heads, h2.heads2 {
        margin-bottom: 24px;
    }
    header div.search-bar {
        top: 88px;
    }

    .tab__nav-sticky {
        position: static;
    }

    .nav__layer {
        display: none;
    }

    .header__container {
        border-bottom: 1px solid #ddd;
    }
    .header__nav {
        display: none;
    }

    header div.header_right {
        margin-top: 0;
        margin-right: 0;
        flex-direction: row;
    }
    
    header div.mobile-search {
        width: 42px;
        height: 42px;
        display: flex;
        justify-content: center;
        align-items: center;
        /* border-radius: 50%;
        background: #fff;
        border: 1px solid #911935; */
    }
    /* section.main_menu_main_slider {
        display: block;
        min-height: 500px;
    } */
    

    header div.header_right div.resp__menu {
        display: block;
    }

    
    .top__header-sticky {
        position: fixed;
        top: -83px;
        transform: translateY(83px);
        left: 0;
        width: 100%;
        z-index: 12;
        background: #fff;
    }
    section.front_tabs .tab-info .tab-nav ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    section.front_tabs .tab-info .tab-nav ul li {
        width: auto;
        margin: 0;
    }
    section.front_tabs .tab-info .tab-nav ul li a {
        margin-right: 0;
    }
    .mb-4 {
        margin-bottom: 2rem;
    }
    .team__grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 3rem;
    }
}

@media(max-width: 768px) {
    header div.logo {
        margin-bottom: 0;
    }
    div.programs_group div.programs_listing {
        grid-template-columns: repeat(1, 1fr);
    }
    header div.header_right div.login-btn {
        display: none;
    }
    header div.header_right div.lang_search div.lang {
        display: none;
    }
    div.search_results article h3.search_title {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 1rem;
    }
    .grid-cols-3 {
        grid-template-columns: repeat(1, 1fr);
    }
    .program__grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 1.5rem;
    }
    section.front_tabs .tab-info .tab-content .tab-pane {
        padding: 0;
    }
    section.front_tabs .tab-info .tab-nav {
        margin-bottom: 5rem;
    }
    section.front_tabs .tab-info .tab-nav ul {
        grid-template-columns: repeat(1, 1fr);
    }
    header div.header_right li.resp__menu_buttons {
        display: flex;
    }
    
    div.program__grid-item a {
        display: flex;
        gap: 1rem;
    }
    div.program__grid-item img {
        width: 60px;
    }
    .program__grid div.program__grid-item h3 {
        margin-top: 0;
    }
    section.front_tabs .tab-info .tab-content {
        border: none;
    }
    .team__grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 3rem;
    }

    div.team div.team__grid_item div.team_item div.team_item_img, div.team div.col-md-4 div.team_item div.team_item_img {
        height: 380px;
    }
}
footer address ul li {
    margin-bottom: 10px;
    color: rgba(255,255,255,.8);
}
footer nav.footer_menu ul li a {
    color: rgba(255,255,255,.8);
}

footer address ul li span a {
    color: rgba(255,255,255,.8);
}


