@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700&family=Lora:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:wght@500;600;700&display=swap');


body {
    font-family: 'Lato', sans-serif;
    ;
    margin: 0;
    padding: 0;
    background-color: #f8f8f8;
    zoom: 90%;
}

:root {
    --primary-color: #6b2340;
    --Secondary-color: #fff;
    --regular-text: #000;
    --link-color: #7b7b7b;
    --input-color: #ebebeb;
    --arrow-color: #888b8e;
    --arrow-color: #888b8e;
    --bg-gray: #ebebeb;
    --box-background: #F8F8F8;
}

.bg_input {
    background: var(--input-color);
}

.primary-color {
    color: var(--primary-color) !important;
}

.cardText_color {
    color: var(--arrow-color);
}

.pera_30 {
    font-size: 28px;
}

.h2_title {
    font-size: 45px;
    font-family: 'Lora', serif;
}

.text_uppercase {
    text-transform: uppercase;
}

.text-decoration-underline {
    text-decoration: underline !important;
}

.gap-30 {
    gap: 30px;
}

.gap-50 {
    gap: 50px;
}

.mrt {
    margin-top: 10px;
}

.gap-13 {
    gap: 13px !important;
}

.gap-5 {
    gap: 5px;
}

.font_24 {
    font-size: 24px;
}

.card {
    border: none;
}

.font_36 {
    font-size: 36px;
}


.border_r10 {
    border-radius: 10px;
}

.solid_1B {
    border: 1px solid var(--primary-color);
}

.solid_2B {
    border: 1px solid var(--primary-color);
}

.heading_margin {
    margin-top: 22px;
    margin-bottom: 22px;
}

.mr-10 {
    margin-right: 10px;
}

.margin__30 {
    margin-top: 30px !important;
}

/* padding */
.p-20 {
    padding: 20px !important;
}

/* padding  end*/


.h3_title {
    font-size: 22px;
    font-weight: 600;

}

.h4_title {
    font-family: 'Lora', serif;
    font-size: 25px;
    font-weight: 600;
}

.para_22 {
    font-size: 20px;
    font-weight: 400;

}

.pera_20 {
    font-size: 20px;
    font-weight: 600;
}

.pera_18 {
    font-size: 18px !important;
    font-weight: 600;
}

.pera_16 {
    font-size: 16px !important;
    font-weight: 600;
    word-break: break-word;
}

.pera_14 {
    font-size: 14px;
}

.border-radius-12 {
    border-radius: 12px;
}

.text-initial {
    text-transform: initial;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}


ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

button:focus {
    outline: 0;
    box-shadow: none;
}

.btn:hover {
    color: #fff;

}

.card {
    background: transparent;
}

.hr {
    height: 1px;
    background-color: var(--primary-color);
}

.w-60 {
    width: 60%;
}

.grid {
    display: grid;
    gap: 10px;
}

.grid-template-columns-3 {
    grid-template-columns: repeat(3, 1fr)
}

.grid-template-columns-4 {
    grid-template-columns: repeat(4, 1fr)
}

.grid-template-columns-5 {
    grid-template-columns: repeat(5, 1fr)
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 100%;
}

.ellipsis-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
}

.main-button {
    background: var(--primary-color);
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--Secondary-color);
    padding: 9px 30px 9px 30px;
}

.container {
    max-width: 2000px !important;
    width: 100%;
}

.container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.box-shadow {
    box-shadow: 0px 3px 6px #00000029;
}

/* header section */
.user_icon_header {
    margin-top: -4px;
}

.header_empty_div {
    height: 170px;
}

.top-header {
    position: fixed;
    width: 100%;
    height: 162px;
    display: flex;
    align-items: center;
    z-index: 9999;
    background: var(--Secondary-color);
}

.search_input {
    width: 500px !important;
    height: 50px;
}

.search_button {
    width: 160px;
    height: 50px;
    background: var(--primary-color);
    color: var(--Secondary-color);
    font-weight: 500;
    font-size: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* sidebar */
.sidebar_menu {
    margin-top: 4rem;
    margin-bottom: 2rem;
}

.sidebar_menu nav {
    position: relative;
}

.sidebar_menu nav>ul>li>a {
    text-transform: uppercase;
}

.sidebar_menu nav>ul>li>a {
    display: inline-block;
    padding: 5px 0 0 0;
    color: var(--link-color);
    text-decoration: none;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
    font-size: 18px;
}

.sidebar_menu nav ul li a .fa {
    width: 16px;
    text-align: center;
    margin-right: 5px;
    float: right;
}

.sidebar_menu nav ul li ul {
    margin-top: 8px;
}

.sidebar_menu nav ul li ul li {
    margin-left: 14px;
}

.sidebar_menu nav ul li ul li a {
    padding: 1px 10px;
    font-size: 15px;
    font-weight: 400;
}

.sidebar_menu nav ul li ul li a {
    text-transform: capitalize;
}

.fa-caret-down.right,
.fa-caret-up.right {
    margin-left: 10px;
}

/*banner section */
.banner_box {
    margin-top: 5px;
}

.banner_heading {
    font-size: 60px;
    width: 400px;
    color: #fff;
    font-family: 'Lora', serif;
    padding: 3rem 0 3rem 6rem;
    line-height: 76px;
}

.slider_inner {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    border-radius: 10px;
    min-height: 368px;
}

.banner_slider.owl-theme .owl-nav.disabled+.owl-dots,
.banner_slider.owl-theme .owl-dots {
    margin-top: 10px;
    position: absolute;
    bottom: 55px;
    left: 99px;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: transparent !important;
    border: 3px solid var(--Secondary-color);
}

.banner_slider.owl-theme.owl-theme .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    margin: 5px 3px;
    background: var(--Secondary-color);
}

.partner_slider {
    margin-top: 25px;
    padding-left: 30px;
    padding-right: 26px;
}

.partner_slider .partner_img {
    width: 100%;
    display: flex;
    height: 130px;
}

.partner_slider.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    max-height: 130px;
    object-fit: contain;
}

.partner_slider.owl-theme .owl-nav {
    position: absolute;
    width: 100%;
    top: 40%;
}

.partner_slider.owl-theme .owl-prev,
.partner_slider.owl-theme .owl-next {
    font-size: 23px !important;
    color: var(--arrow-color) !important;
}

.partner_slider.owl-theme .owl-prev {
    position: absolute;
    left: -35px;
}

.partner_slider.owl-theme .owl-next {
    position: absolute;
    right: 19px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent !important;
    color: inherit;

}

.divider {

    margin-top: 2rem;
    margin-bottom: 1rem;
    border: 0;
    border: none;
    height: 1px;
    background: var(--arrow-color);
}

.news_card img {
    height: 180px;
    object-fit: cover;
    border-radius: 10px !important;
}

.news_card .card-body {
    padding: 20px 0 10px 0 !important;
}

/* about ecaho */
.home_about_main {
    background: url('../images/about-banner.png') !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}

.about_ecaho {
    background: url('../images/member-banner.png');
    display: flex;
    padding: 1.7rem 1.5rem 1rem 3rem;
    border-radius: 12px;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 20px;
    min-height: 200px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.about_dynamic_img{
    position: relative;
}
.dynamic_img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
    z-index: 0;
}
.about_dynamic_img .title_about{
    z-index: 99;
}

.title_about {
    width: 70%;
}

.button_about {
    width: 30%;
}

.more_about {
    background: var(--Secondary-color);
    font-size: 18px;
    padding: 8px 20px 8px 20px;
    color: var(--regular-text);
    text-transform: uppercase;
    margin-left: 20px;
}

.event_inner {
    background: var(--input-color);
    padding: 17px 16px 18px 16px;
    height: 100%;
}

.event_list {
    gap: 7px;
    margin-bottom: 16px;
}

.event_img {
    background: var(--box-background);
    padding: 20px 10px 20px 10px;
}

.event_img img {
    width: 75px;
    height: 44px;
}

.event_tex_box {
    background: var(--box-background);
    width: 100%;
    padding: 18px 10px 18px 0;
    overflow: hidden;
}

.event_date {
    width: 110px;
    text-align: center;
    border-right: 1px solid var(--arrow-color);
}

.event__imgGallery {
    box-shadow: rgba(9, 30, 66, 0.07) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
    padding: 15px 25px 22px 25px;
    border-radius: 7px;
    background: #f8f8f8;
}

.news_archive_main {
    box-shadow: 0px 0px 3px #00000029;
    padding: 16px;
    background: #fff;
    width: 100%;
}

.news_archive_main .h3_title {
    margin-top: 8px !important;
    font-size: 25px !important;
    color: #1A1D23 !important;
}

/* .gallry_inner_box:hover .inner_grid_hover {
    transform: scale(1);
} */

.gallry_inner_box {
    width: 100%;
    height: 88px;
    cursor: pointer;
    position: relative;
}

.gallry_inner_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 7px;
}

.inner_grid_hover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: #6b2340c9;
    border-radius: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(1);
    transition: .5s ease-in-out;
}

/* contect page */
.contact_bannar_img {
    width: 30%;
    height: 212px;
}

.contact_bannar_img img {
    height: 100%;
}

.contect_adderss {
    font-weight: 600;
}

.address_info {
    gap: 18px;
}

.address_info_main {
    padding: 25px 99px 22px 36px;
    height: 100%;
}

.address_info {
    margin-top: 20px;
}

.address_info_right P {
    font-weight: 300;
}


/*  footer section  */
.footer {
    background: #1c1c1b;
    padding-top: 3rem;
    padding-bottom: 3rem;
}


.footer_title {
    font-weight: 400;
    border-bottom: 1px solid var(--Secondary-color);
    padding-bottom: 11px;
}

.link_title {
    width: 150px;
}

.footer_menu {
    margin-top: 22px;
}

.footer_menu li a {
    color: var(--arrow-color);
    text-transform: capitalize;
    font-weight: 300;
    font-size: 17px;
    margin-bottom: 8px;
}

.col-lg-2 .footer_title.link_title {
    width: 100% !important;
}

.footer-inner-link {
    width: 200px;
}

.contact {
    margin-top: 22px;
}

.contact p,
.footercat-info p,
.footercat-info p a,
.footercat-info-contact p {
    color: var(--arrow-color);
    font-weight: 300;
}

.footer_logo {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 40px;
}

/* news page */
.news_title {
    width: 100%;
    padding: 2rem 0 5rem 3rem;
}

.update_archiv {
    width: 274px;
    height: 239px;
}

.update_archiv img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.news_text {
    font-weight: 300;
}

.news_info {
    margin-bottom: 12px;
    margin-top: 10px;
}

.news_bannar_btn {
    padding-left: 3rem;
    padding-bottom: 2rem;
}

.news_btn {
    font-weight: 600;
}

.news_archive {
    background: url('../images/download_bg.png') !important;
    padding: 15px 10px 14px 25px;
    border-radius: 4px;
    margin-bottom: 7px;
    background-repeat: no-repeat;
    background-size: cover !important;
   
    background-position: center !important;


}

.news_archive_calender {
    padding: 20px;
    background: var(--input-color);
}

.news_archive_calender ul {
    margin-left: 78px;
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 15px;
}

.calender-year ul {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 7px;
}

.calender-year ul li {
    background: var(--input-color);
    font-size: 18px;
    font-weight: 600;
    padding: 7px 10px 7px 20px;
    border-radius: 4px;
}

.page-link {
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    font-size: 21px;
    font-weight: 600;
    padding: 10px 18px 10px 18px;
    border-radius: 5px;
}

.pagination_main ul {
    gap: 15px;
}

.pagination_main .page-item:first-child .page-link,
.pagination_main .page-item:last-child .page-link {
    width: 138px;
    height: 49px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px !important;
}

.pagination_main .page-item {
    height: 49px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px !important;
}

.page-item.active .page-link {
    background-color: var(--primary-color) !important;
    color: var(--Secondary-color) !important;
    border: none;
}

.news_detals h3 {
    font-weight: 600;
    margin-bottom: 15px;
}

.news_detals img{
    max-width: 100%;
}

.single_news_link p {
    font-weight: 400;
}

.news_singlePost .address_info {
    margin-top: 0;
    margin-bottom: 13px;
}

.news_singlePost {
    background: var(--bg-gray);
}

.about_img {
    height: 400px;
}

.about_img img {
    width: 380px;
    height: 368px;
    margin-left: 24px;
    border-radius: 10px;
}

/* team */
.team_img img {
    height: 200px;
    object-fit: contain;
}

.executive_team {
    margin-top: 30px;
}

.executive_team .team_img {
    margin-bottom: 30px;
}

.member_tebs .nav-pills {
    gap: 20px;
}

.ebf_tab .nav-pills {
    justify-content: space-between;
}

.member_tebs {
    margin-top: 20px;
}

.member_tebs .nav-pills li {
    width: 275px;
    height: 37px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.member_tebs .nav-pills li a {
    font-size: 18px;
    width: 100%;
    text-align: center;
    border: 1px solid var(--primary-color);
    border-radius: 5px;
    text-transform: uppercase;
    color: var(--primary-color);
    font-weight: 600;
    padding: 10px 0 10px 0;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: var(--primary-color);
    border: none;
}

.download_main .nav-pills .nav-link.active, .download_main .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #7b7b7b!important;
    border: none;
}

.countries_flg {
    border-right: 1px solid var(--arrow-color);
    width: 175px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.member_info {}

.countries_flg img {
    width: 83px;
    height: 59px;
    object-fit: cover;
}

.countries_flg p {
    font-weight: 400;
    margin-bottom: 0;
}

.member_dis {
    width: 40%;
    padding-left: 51px;
    border-right: 1px solid var(--arrow-color);
    padding-right: 51px
}

.member_dis h4 {
    font-size: 32px;
    font-weight: 400;
}

.member_contact {
    display: flex;
    display: flex;
    gap: 0px;
    padding-left: 50px;
}

.member_contact ul li,
.member_dis p {
    font-size: 18px;
    font-weight: 400;
    word-wrap: break-word;
}

.member_tebs .address_info_main {
    padding-left: 0px;
    padding-top: 23px;
    padding-bottom: 23px;
    margin-bottom: 20px;
}

/* membership page */
.membership_text p {
    margin-bottom: 12px;

    line-height: 30px;
    gap: 21px;
}

.meeting_inner .calender-year ul li {
    background-color: var(--primary-color);
    color: var(--Secondary-color);
    padding: 12px 10px 12px 23px;
}

.meeting_info .update_archiv {
    width: 158px;
    height: 86px;
    background: #ebebeb;
    border-radius: 8px;
    display: flex;
    justify-self: center;
    align-items: center;
    text-align: center;
    padding: 10px;
}

.meeting_info p {
    font-weight: 400;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.show_results.member_tebs .nav-pills li {
    width: 180px;
}

.result_flag {
    width: 90px;
    height: 70px;
}

.result_flag img {
    width: 100%;
    height: 100%;
}

.meeting_info .divider {
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: 0;
    width: 77%;
}

/* calendar page */
.calender-date_title {
    margin-top: 50px;
    font-weight: 600;
}

.calender_countriesList.address_info_main {
    padding: 10px;
    height: 100%;
    margin-bottom: 12px;
}

.calender_countriesList .countries_flg img {
    width: 60px;
    height: 44px;
    object-fit: cover;
}


.calender_countriesList .countries_flg {
    border-right: 1px solid var(--arrow-color);
    width: 100%;
    display: block;
    text-align: center;
    max-width: 120px;
}

    .calender_countriesList .member_dis {
        width: 100%;
        padding-left: 30px;
        border-right: 1px solid var(--arrow-color);
        padding-right: 30px;
        max-width: 270px;
    }

    .calender_event {
        width: 100%;
        padding-left: 40px;
        border-right: 1px solid var(--arrow-color);
        max-width: 400px;
    }

.calender_city {
    padding-left: 40px;
}

.calender_active {
    background: #7b7b7b !important;
    color: var(--Secondary-color) !important;
}

.education_rules .divider {
    margin-bottom: 2rem;
}

.eduction_navigate ul li {
    text-transform: capitalize;
    font-weight: 400;
}

.photo_gallery {
    box-shadow: rgba(9, 30, 30, 0.07) 0px 4px 8px -2px,
        rgba(9, 30, 30, 0.08) 0px 0px 0px 1px;
    border-radius: 10px;
}

.photo_gallery_title {
    padding-bottom: 1rem;
}

.photo-banner-icon {
    padding-left: 3rem;
}

.photo_gallery img {
    height: 223px;
}

.photo_gallery .card-body {
    padding: 8px 10px 21px 37px !important;
}

.photo_gallery_main.grid {
    gap: 15px;
}

.photoDetails-icon p {
    font-weight: 400;
}

.downloads-links li {
    font-weight: 400;
    display: flex;
    gap: 20px;
    padding: 11px 25px 11px 25px;
    margin-bottom: 12px;
}

.result_judges_details ul {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 6px;

}

.result_judges_details ul li {
    display: flex;
    gap: 90px;
}

.details_judges {
    width: 150px;
}

.result_judges_tab .countries_flg {
    width: 70px;
}

.result_judges_tab .calender_countriesList.address_info_main {
    padding: 13px 15px 13px 15px;
}

.result_heading {
    background: var(--primary-color);
    padding: 15px 20px 15px 20px;
    border-radius: 12px;
    margin-bottom: 10px;
    margin-top: 20px;
}

.result_heading p {
    color: var(--Secondary-color);
    font-size: 18px;
    margin-bottom: 0;
    font-weight: bold;
}

.result_gallery .gallry_inner_box {
    height: 65px;
}

.download_icon svg {
    transform: rotate(-90deg);
}

.result_timetable {
    padding: 9px 20px 9px 20px;
}

.result_acoordion {
    padding: 9px 15px 9px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.result_acoordion .countries_flg {
    width: 58px;
}

.result_acoordion .countries_flg p {
    padding-top: 14px;
    padding-bottom: 14px;
}

.table_collapse {
    background: var(--input-color);
}

.tablel_id {
    width: 70px;
}
.table_count {
    width: 140px;
}

.table_point p {
    height: 100%;
    display: flex;
    flex-direction: column;
    color: #fff;
    align-items: center;
    justify-content: center;
}

span.name {
    width: 34%;
}

span.count_number {
    width: 46%;
}

.table_dis {
    display: flex;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    padding: 6px 15px 6px 15px;
}

.table_dis span {
    font-size: 20px;
}

.table_dis:nth-child(1) {
    /* border-top: 1px solid var(--arrow-color); */
    border-bottom: 1px solid var(--arrow-color);
}

/* .table_dis:nth-last-child(1) {
    border-top: 1px solid var(--arrow-color);
} */

.table_dis:nth-child(odd) {
    background: transparent;
}

.table_dis:nth-child(even) {
    background: var(--Secondary-color);
    border-bottom: 1px solid var(--arrow-color);
}

.table_dis[aria-expanded="true"] .result::before{
    content: 'Close';
}

.table_dis[aria-expanded="false"] .result::before{
    content: 'Results';
}

.table_inner_date {
    background-color: var(--Secondary-color);
    margin-bottom: 20px;
}

.table_result_profile {
    width: 111px;
    height: 111px;
}

.table_result_profile img {
    height: 100%;
    width: 100%;
    border-radius: 12px;
}

.birth_info {
    width: 40%;
}

.middle-info-flag{
    width: 40% !important;
}

.birth_info ul {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.birth_info li {
    display: flex;
}

.info_heading {
    width: 77px;
}

.table_flag_img img {
    height: 20px;
    width: 26px;
}

.ebf_partner .h4_title {
    font-size: 30px !important;
}

.partners-img {
    gap: 100px;
    margin-bottom: 50px;
}

.partners-img img {
    max-height: 140px;
}

.ebf_tab .nav-pills li {
    width: 49%;
    height: 94px;
}

.ebf_tab .nav-pills li a {
    font-size: 50px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'EB Garamond', serif;
    text-transform: capitalize;
    background: var(--Secondary-color);
    border: none;
    font-weight: 500;
    border-radius: 10px;
    border: 1px solid #6B233F;
}

.ebf_margin {
    margin-right: 100px;
}

.official_team .nav-pills {
    gap: 10px;
}

.official_team.member_tebs .nav-pills li {
    width: 13.67%;
}

.team-flag img {
    height: 19px;
    width: 29px;
}

.official_profile img {
    height: 180px;
}

.official_details_profile {
    height: 350px;
}

.gallery-deatail_heading {
    margin-top: 22px;
}

.gallery-deatail_heading .heading_margin {
    margin-top: 0 !important;
}

.pagination_main {
    margin-top: 35px;
}

.meeting_space {
    margin-bottom: 104px;
}

.meeting_space .p-20 {
    padding: 14px !important;
    background: #fff;
}

.meeting_space .calender-year ul li {
    border-radius: 10px !important;
}

.tab-content .event__imgGallery.address_info_main {
    background: #fff;
}

.memeber_space {
    margin-bottom: 84px;
}

.tab-content .event__imgGallery .meeting_info .gap-5 {
    gap: 10px;
}

.committee {
    flex: 0 0 76% !important;
    max-width: 76% !important;
}

.home_calender .pera_14 {
    font-size: 16px !important;
}

.home_calender .pera_18 {
    font-size: 20px !important;
}

.home_gallery .pera_16 {
    font-size: 20px !important;
}

.news_tab .nav-pills li {
    min-width: 170px;
    width: auto !important;
}

.news_tab .nav-pills li a {
    padding: 10px 20px 10px 20px;
}

.member_tebs.news_tab .nav-pills {
    margin-bottom: 50px;
}

.show_results .event__imgGallery {
    background: #fff;
}

.logo img {
    width: 100%;
    height: 100%;
}

.download_main {
    margin-top: -98px;
}

.news_archive_calender h5 {
    padding: 7px 10px 7px 20px;
}

.toggle_calender {
    display: flex;
    gap: 9px;
    flex-direction: column;
}

.btn.more_about.home_about:hover {
    color: #1A1D23;
}

.logo {
    width: 297px;
    height: 90px;
}

.mobile_input_search {
    position: absolute;
    width: 100%;
    height: 54px;
    left: -500px;
    padding-left: 20px;
    padding-right: 20px;
    top: 23%;
    transition: .3s ease-in-out;
}

.mobile_input_search input {
    height: 54px;
    background: #F4F4F4;
    border-radius: 5px;
    border: none !important;
    width: 100% !important;
}

.mobile_input_search .input-group-text {
    background: #F4F4F4;
    border-radius: 0 5px 5px 0;
    border: none;
}

.mobile_input_search.header_search {
    left: 0 !important;
}

.mobile_input_search .form-control:focus {
    background-color: #F4F4F4;
    border-color: none !important;
    box-shadow: none !important;
}

.banner_about {
    min-height: 368px;
    margin-top: 5px;
    align-items: center;
    justify-content: space-between;
}

.banner_about .title_about {
    width: 49%;
}

.banner_about .title_about .h2_title {
    line-height: 60px;
}

.banner_about .contact_bannar_img {
    /* margin-top: 27px; */
}

.banner_about .title_about p {
    margin-top: 20px;
}

.news_archive h4 {
    font-size: 20px;
}

.btn.main-button.news_btn.bg-transparent.solid_2B.pera_16.primary-color {
    padding: 6px 29px 6px 29px;
}

.news_right_box {
    margin-top: 106px;
}

.meeting_inner .news_info,
.meeting_inner .news_info p {
    margin-bottom: 0;
    margin-top: 0;
}

.show_right_box {
    margin-top: 83px;
}

.show_results .result_flag {
    height: 53px;
}

.show_results .news_info {
    margin-top: 0;

}

.fancybox-button--thumbs,
.fancybox-button--play,
.fancybox-button--zoom {
    display: none !important;

}

.fancybox-toolbar {
    top: 49px !important;
    left: 65% !important;
}

.fancybox-button--close {
    background: transparent !important;
    font-size: 40px !important;
}

.fancybox-button--close svg {
    height: 40px !important;
    width: 40px !important;
}

.fancybox-navigation .fancybox-button svg {
    display: none !important;
}

.fancybox-navigation .fancybox-button {
    background: transparent !important;
}



.fancybox-button--arrow_left::before {
    content: '';
    position: absolute;
    background: url(../images/left-arrow.svg) no-repeat center;
    height: 40px;
    width: 40px;
    background-size: 100%;
    left: -12px;

}


.fancybox-button--arrow_right::before {
    content: '';
    position: absolute;
    background: url(../images/light-right.svg) no-repeat center;
    height: 40px;
    width: 40px;
    background-size: 100%;

}

.news-wrapper .news_info {
    margin-top: 10px;
}

.footercat-name {
    font-weight: 400;
    border-bottom: 1px solid var(--Secondary-color);
    padding-bottom: 7px;
    color: #f8f9fa !important;
}

.partner_slider.owl-theme .owl-prev {
    top: -18px;
}

.partner_slider.owl-theme .owl-next {
    top: -18px;
}

.owl-theme .owl-nav [class*=owl-] {
    background: transparent !important;

}

.page-link[aria-label="Previous"]:before {
    content: "\003C";
}

.page-link[aria-label="Next"]:after {
    content: "\003e";
}

.fancybox-navigation {
    position: absolute !important;
    left: 50%;
    top: 50%;
    width: 702px;
    transform: translate(-50%, -50%);
    z-index: 999999;
}

.search_site .btn-block {
    padding: 0 !important;
}

.search_site .btn-block.btn:hover {
    color: #000;
}

.table_flag_img {
    width: 43px;
}

.judge-annotation {
    width: 30px;
}

.event_text.home_event_text {
    margin-left: 17px;
}

.nav-link[class-side="active-menu"]{
    font-weight: 900;  
}

li.sub-menu.sidebar-li.menu-open .menu {
    font-weight: bold;
    color: var(--regular-text);
}
.home_event_text{
    width: 75%;
    overflow: hidden;
}
.members-page .member_info{
    align-items: center !important;
}
.members-page .member_info h4{
    font-size: 24px !important;
} 
.members-page .member_info .member_dis p{
font-size: 15px !important;
}

.members-page .member_contact{
    align-items: center !important; 
}

.details_flag {
    width: 20%;
}
span.table_flag_img {
    width: 15%;
}
.table-des {
    width: 70%;
}
.country-name{
 font-size: 17px!important;
}
.members-page .member_contact {
    width: 45%;
}
.img-slider{
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 12px;
    object-fit:cover;
}
.slider_inner{
    position: relative;
    object-fit: cover !important;
}
.banner_heading.news_title , .news_bannar_btn{ 

    position: relative;
}
.upcomig_event.mobile_upcoming_event{
    margin-bottom: 50px;
}

.upcomig_event .upcoming-event-section{
    padding-left: 0;
    padding-right: 0;
}

li.event__imgGallery.pera_20.download {
    background: white;
}

.page-screen .news_detals ul li{
    list-style-type: disc;
}

.page-screen .news_detals ul{
    padding-left: 50px;
}
.page-screen a:hover {
    color: var(--primary-color);
}
.bullet_custom_ul .bullet_custom_list{
  display: flex;
  align-items: center;
}
img.img-responsive.px-3.img-horse-ebf {
    width: 59%;
}
.members-address-padding{
    padding-right: 70px;
}
.members-address-li-p li p{
word-break: break-word;
}

/* .sport-calendar-country {
    display: flex;
    justify-content: center;
    align-items: center;
} */

.news-category-text{
    padding-left: 0!important;
    padding-right: 1rem;
    text-decoration: underline;
    color: var(--primary-color);
    text-transform: capitalize;
 }

 .member_tebs .nav-pills li a {
    padding: 10px !important;
}

.official_team.member_tebs .nav-pills li {
    width: fit-content !important;
    height: auto !important;
}

.official_team .nav-pills {
    row-gap: 8px !important;
}