/* ubuntu font */
@font-face {
    font-family: Ubuntu-Bold;
    src: url('../fonts/Ubuntu-Bold.ttf');
}

/* media center sliders */
._media_center_wrapper ._custom_slider .slick-track{
    display: flex;
    justify-content: center;
    align-items: center;
}
._media_center_wrapper ._custom_slider ._slide_wrapper{
    border-radius: 22px;
    margin: 10px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    opacity: 0.7;
    width: 96%;
    height: 240px;
}

/* ._media_center_wrapper .slick-slide{
    box-sizing: border-box;
    transition: 0.5s all ease-out;
} */


._media_center_wrapper .slick-current ._slide_wrapper ._slide_title a:-webkit-any-link:focus-visible {
    outline: unset;
}

._media_center_wrapper .slick-arrow{
    top: -87px;
    display: flex;
    bottom: unset !important;
}

._media_center_wrapper .slick-arrow svg{
    border: 1px solid var(--color-four);
    width: 15px;
    height: 15px;
    border-radius: 36px;
    padding: 22px;
    color : var(--color-four);
}

._media_center_wrapper .slick-prev.slick-arrow{
    right: 75px;
}

._media_center_wrapper .slick-arrow{
    border: unset;
    background: unset;
}


._media_text ._heading {
    color: var(--color-eighteen);
    font-family: 'Bukra-Regular';
    font-size: 39px;
    font-weight: 600;
    line-height: normal;
    margin: 0px;
}

._media_educational_slider,._media_videos_slider,._media_events_slider{
    height: 315px;
}

._video_wrapper ._slide_title {
    display: flex;
    justify-content: center;
    align-items: center;
}


/* about us page */
._about_us_text p{
    font-family: 'Bukra-Regular';
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0em;
    color: var(--color-six);
    padding-right: 40px;
}

._about_us img {
    border-radius: 30px;
}

/* common header */
._custom_slider .slick-next.slick-arrow {
    text-align: right;
    right : 0;
    position: absolute;
    border: 0px;
    font-size: 24px;
    background: unset;
    color: var(--color-four);
    bottom: -18px;
}

._menu_wrapper{
    padding: 1.5rem;
    position: absolute;
    z-index: 1;
}



._resources_slider .slick-next.slick-arrow {
    left: unset;
    right: 0px;
}
._resources_slider ._item {
    margin: 4px;
}
._resources_slider .slick-current {
    width: 620px;
}
._about_us_text ._count_heading {
    font-family: 'Bukra-Bold';
    font-size: 42px;
    font-weight: 800;
    line-height: 69px;
    letter-spacing: 0em;
    background-image: linear-gradient(90deg, var(--color-thirteen), var(--color-four));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
}
._counters {
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: start;
    padding: 0px;
}
._counters li {
    position: relative;
    min-width: 159px;
}
._counters li + li:before {
    content: '';
    height: 82px;
    position: absolute;
    left: -30px;
    top: 12px;
    width: 2px;
    background: url('../images/about-us/vertical-line.png');
}

._years_of_experience ._counters li + li:before {
    left: -39px;
}

._years_of_experience img {
    border-radius: 50px;
}
/* news signle page */
._sidebar ._banner_bg_image {
    border-radius: 16px;
}

._news_wrapper ._tags ._tag {
    position: relative;
    color: var(--color-four);
    font-family: 'Bukra-Regular';
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    text-transform: capitalize;
}
._single_content ._date p {
    color: var(--color-seven);
    font-family: 'Bukra-Extra-Light';
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 225;
    line-height: 16px;
}
._single_content ._title h2 {
    color: var(--color-eighteen);
    font-family: 'Bukra-Regular';
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    text-transform: capitalize;
}
._sidebar ._title h2 {
    color: var(--color-eighteen);
    font-family: 'Bukra-Regular';
    margin-top: 10px;
    font-size: 13.332px;
    font-style: normal;
    font-weight: 400;
    line-height: 21.331px;
}

._sidebar ._tag + ._tag{
    padding: 0px 15px;
}

._sidebar ._tags ._tag {
    position: relative;
    color: var(--color-four);
    font-family: 'Bukra-Regular';
    font-size: 10.665px;
    font-style: normal;
    font-weight: 400;
    line-height: 21.331px;
}

._sidebar ._tags ._tag + ._tag:before{
    content: ' ';
    border-right: 1px solid var(--color-two);
    position: absolute;
    height: 18px;
    left: 0px;
    top: -4px;
}
._news_wrapper ._tags ._tag + ._tag:before   {
    content: ' ';
    border-right: 1px solid var(--color-two);
    position: absolute;
    height: 15px;
    left: -10px;
    top: 3px;
}

._news_slider ._tags ._tag + ._tag:before {
    height: 20px;
}

._sidebar ._date p {
    font-size: 13.332px;
    font-style: normal;
    font-weight: 225;
    line-height: 35.995px;
    color: var(--color-two);
    font-family: 'Bukra-Extra-Light';
}

._sidebar ._related_news {
    color: var(--color-eighteen);
    font-family: 'Bukra-Medium';
    font-size: 26.663px;
    font-style: normal;
    font-weight: 500;
    line-height: 63.992px;
}

._single_news_container {
    padding-left: 140px;
    padding-top: 140px;
}

._sidebar ._tags ._tag:first-child {
    padding-left: 0px;
}

/* cms developemnt */

._entity_form ._location {
    position: relative;
}

._entity_form ._location_icon {
        position: absolute;
        right: 5%;
        top: 55%;
}

/* website educational */
._educational_wrapper ._heading {
    font-family: 'Bukra-Bold';
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: var(--color-eighteen);
    font-size: 45px;
}

._educational_wrapper ._book_now {
    width: 30%;
    border-radius: 30px;
}

/* sometimes it creates p tag sometimes it create span */
._educational_wrapper ._section_text p, ._educational_wrapper ._section_text span {
    color: var(--color-two);
    text-align: justify;
    font-family: 'Bukra-Regular';
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
}

/* nav menu button  */
._main_menu .navbar-toggle-icon {
    background: url(../images/icons/menu.png);
    width: 32px;
    height: 32px;
    display: block;
}

._main_menu button:focus:not(:focus-visible) {
    color: transparent;
}

/* competition page  */

._great_battery_text ._timers {
    padding: 0px;
    margin: 0px;
    display: flex;
    list-style: none;
    justify-content: space-between;
}

._timers ._count {
    font-family: 'Ubuntu-Bold';
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0em;
    color: var(--color-four);
    margin: 0px;
    font-size: 65px;
}


._great_battery_text ._heading {
    font-family: 'Bukra-Regular';
    font-size: 56px;
    font-weight: 600;
    line-height: normal;
    color: var(--color-five);
    max-width: 570px;
    margin-bottom: 1.4rem;
}

._great_battery_text ._registeration_before {
    color:  var(--color-twenty-four);
    font-family: 'Bukra-Regular';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

._great_battery_text .d_date {
    font-family: 'Bukra-Bold';
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
}


._great_battery_accordion .accordion-button:not(.collapsed) {
    color: var(--color-eighteen);
    padding: 1rem 0;
    font-family: 'Bukra-Bold';
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

._great_battery_accordion .accordion-button {
    background-color: unset !important;
    color: #000;
    font-family: 'Bukra-Regular';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

._great_battery_text button {
    font-family: 'Bukra-Regular';
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    color: var(--color-four);
}

._timers ._text {
    font-family: 'Bukra-Extra-Light';
    font-size: 12px;
    font-weight: 225;
    line-height: 27px;
    letter-spacing: 0em;
    color: var(--color-twenty-seven);
    text-align: center;
}

._news_details ._text,._news_details p {
    font-family: 'Bukra-Regular';
    font-size: 18px;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--color-six);
}


._custom_slider ul.slick-dots {
    padding: 0px;
    margin: 0px;
    display: flex;
    width: 90%;
    list-style: none;
    justify-content: flex-start;
    align-items: center;
}

._news_banner ul.slick-dots {
    padding: 0px;
    margin: 0px;
    display: flex;
    width: 100%;
    list-style: none;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    left: -60px;
    right: 0px;
    bottom: 30px;
}
._news_banner ul.slick-dots li {
    width: 90px;
    height: 7px;
    border-radius: 30px;
    background-color: var(--color-four);
    margin: 5px;
    border: unset;
    opacity: 0.5;
}

._news_banner ul.slick-dots li.slick-active {
    width: 90px;
    height: 7px;
    border-radius: 30px;
    background-color: var(--color-four);
    margin: 5px;
    opacity: 1;
}

._news_grid ._filter_all {
    min-width: 60px;
}

._news_heading ._title h2 {
    color: var(--color-eighteen);
    font-family: 'Bukra-Bold';
    font-size: 48.016px;
    font-style: normal;
    font-weight: 600;
    line-height: 96.031px;
    text-transform: capitalize;
}


/* news pagination */
._pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

li.page-item {
    margin: 0px 10px;
}

._pagination li.disabled.page-item {
    display: none;
}


._pagination li.page-item a {
    background: unset !important;
    color: var(--color-four) !important;
    border: 1px solid var(--color-four);
    border-radius: 30px;
}


._pagination .page-item.active .page-link {
    color: var(--color-one) !important;
    background-color: var(--color-four) !important;
    border-color: var(--color-four);
}

._pagination .page-item:last-child .page-link, ._pagination .page-item:first-child .page-link {
    border-radius: 30px;
    max-width: 45px !important;
    border: unset;
}

.page-link:focus {
    color: var(--color-six);
    background-color: var(--color-eight);
    box-shadow: unset;
}

._pagination .page-link {
    width: 30px;
    height: 31px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

._page_banner {
    height: 66vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* news page */
._news_banner ._news_wrapper ._post_details ._title h2 {
    letter-spacing: 0em;
    color: var(--color-five);
    font-family: 'Bukra-Semi-Bold';
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    text-align: left;
}

._news_wrapper ._title {
    font-family:'Bukra-Regular';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    -webkit-box-orient: vertical;
    text-align: left;
    color: var(--color-two);
}

._news_grid ._tags, ._news_slider ._tags {
    gap: 7px;
    list-style: none;
    padding: 0px;
    text-align: left;
    margin-bottom: 15px;
}

._news_grid ._tags{
    margin: 38px 0px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

._sidebar ._blog_details ._tags {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

._news_grid ._date p {
    font-family: 'Bukra-Extra-Light';
    color: var(--color-two);
    font-size: 14px;
    font-style: normal;
    font-weight: 225;
    line-height: 36.012px;

}

._post_details ._content {
    font-family: 'Bukra-Extra-Light';
    color: var(--color-five);
    text-align: left;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    font-size: 16.673px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    text-transform: lowercase;
    margin-bottom: 30px;
}

._news_banner ._news_wrapper ._post_details ._date p {
    margin: 0px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--color-eighteen);
    font-family: 'Bukra-Semi-Bold';
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
}

._post_details ._date img {
    filter: invert(1);
    margin-right: 10px;
}

._news_wrapper ._tags ._tag:first-child {
    padding-left: 0px;
}

._news_grid ._nav_tabs button {
    border: 1px solid var(--color-four);
    border-radius: 30px;
    color: var(--color-four);
    padding: 20px 34px;
}

._news_grid ._nav_tabs button.active {
    background-color: var(--color-four);
    color: var(--color-one);
    border-radius: 79px;
    border-bottom: unset;
    font-family: 'Bukra-Regular';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21.34px;
}

._single_news_container ._back_button {
    width: 5%;
    margin: 50px 0px 30px 0px;
}

/* end of news css  */

._post_details {
    position: absolute;
    bottom: 14px;
    left: 40px;
    width: 60%;
}

._home_news_grid ._tags ._tag {
    padding: 8px 15px;
    background-color: var(--color-four);
    color: var(--color-one);
    border-radius: 30px;
    font-size: 8px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    text-transform: capitalize;
}

._home_news_grid ._tags ._tag + ._tag {
    margin: 0px 5px;
}

._about_us_text ._heading{
    font-family: 'Bukra-Semi-Bold';
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    padding: 15px 0px;
    color: var(--color-five);

}

._about_us_text ._sub_heading {
    font-family: 'Bukra-Regular';
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0em;
    color: var(--color-seven);
    position: relative;
}


._news_banner ._news_wrapper ._post_details ._tags span {
    color: var(--color-four);
    font-family: 'Bukra-Regular';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
}

._contact_us label {
    color: var(--color-two);
    font-family: 'Bukra-Regular';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    margin-bottom: 15px;
}
._contact_us ._contact_listing ._text {
    padding-left: 34px;
    color: var(--color-one);
    font-family: 'Bukra-Extra-Light';
    font-size: 18px;
    font-weight: 500;
}

._contact_us ._contact_form{
    display: flex;
}


._contact_us .card ._heading {
    font-family: 'Bukra-Semi-Bold';
    font-weight: 800;
    line-height: 40px;
    color: var(--color-one);
    padding: 40px 0px;
    font-size: 2rem;
}

._contact_us ._btn_primary._save_changes {
    border-radius: 30px;
    font-size: 15px;
}

._contact_us ._text{
    color:var(--color-five);
    font-family: 'Bukra-Extra-Light';
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
}

._contact_us ._heading.mb-5 {
    color: var(--color-five);
    font-family: 'Bukra-Regular';
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    font-size: 48px;
}

._overlay {
    background-image: linear-gradient(69deg, #e8eaeb 40%, #e8eaeb 0%, transparent 90%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.9;
}

._single_details ._tags ._tag::before {
    top: 0px;
}

._single_content ._content p{
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 31.996px;
    color: var(--color-twenty-six);
    text-align: justify;
    font-family: 'Bukra-Extra-Light';
}

._arrow_down_section{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    height: 200px;
}

/* edit user profile  */
._user_profile .card {
    height: 100%;
}


._user_profile img.favourite-icon, ._user_profile img.food-management-icon {
    width: unset;
    height: unset;
}

._user_profile .nav-pills .nav-link.active {
    color: var(--color-twenty-seven);
    background: unset;
    font-family: 'Bukra-Semi-Bold';
}

._user_profile .nav-pills .nav-link {
    font-family: 'Bukra-Regular';
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0em;
    color: var(--color-twenty);
    padding: 20px;
    text-align: left;
}

._accounts_details input#birth_date {
    width: 100%;
}

._grid ._tags ._tag + ._tag:before {
    top: 2px !important;
}

._competitions_winners .slick-prev {
    left: -83%;
    top: 30px;
}

._competitions_winners .slick-next.slick-arrow {
    top: 30px;
    left: -11%;
    bottom: unset !important;
}

._competitions_winners ._competition_details ._competition_year,._competitions_winners ._competition_details ._competition_years {
    font-family: 'Bukra-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    color: var(--color-two);
    text-align: left;
    padding: 2rem 3rem;
}
._competitions_winners ._competition_details ._competition_year{
    padding: 2rem 5px;
}

._competition_details ._wrapper:hover ._title , ._competition_details ._wrapper:hover ._weight{
    font-family: 'Bukra-Semi-Bold';
    color: var(--color-four);
}
._great_battery_text ._competition_end_date {
    font-family: 'Bukra-Semi-Bold';
    color: var(--color-five);
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
}

._videoPlayerPopup .modal-content .btn-close{
    position: absolute;
    top: 25px;
    right: 20px;
    background: url('../images/homepage/close.png');
    background-size: contain;
    background-repeat: no-repeat;
}

._tag {
    padding: 4px 10px;
    border-radius: 8px;
    font-size: 12px;
}

._news_heading{
    background: url('../images/news/section-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    padding: 115px 0px;
}


._news_wrapper ._blog_image img {
    min-width: auto;
    border-radius: 30px;
}

._single_news ._single_details ._tag {
    font-size: 13.332px;
    font-style: normal;
    font-weight: 400;
    line-height: 21.331px;
    font-family: 'Bukra-Regular';
}

._resources_slider ._item {
    height: 70vh;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 4px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 98%;
    border-radius: 20px;
    display: none;
}

._home_news_grid ._tags {
    margin: 20px 0px 44px 0px;
    overflow: hidden;
}

._about_us ._sub_heading {
    color: var(--color-five);
}

._tag_overflow:not(._single ._tag_overflow){
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 29.331px;
    white-space: nowrap;
}

._title_overflow{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

._latest_news ._title {
    font-family: 'Bukra-Regular';
    font-size: 20px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0em;
    color: var(--color-two);
    padding-right: 30px;
}

._educational_sessions{
    background: var(--color-fourteen);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

._educational_sessions ._title {
    color: var(--color-eighteen);
    text-align: center;
    font-family: 'Bukra-Semi-bold';
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}

._educational_sessions ._message {
    color: var(--color-two);
    font-family: 'Bukra-Extra-Light';
    font-size: 20px;
    font-style: normal;
    font-weight: 225;
    line-height: 30px;
}

._educational_sessions ._okay_button{
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    margin-top: 32px;
}
._educational_sessions .card{

    padding: 10% 0%;
}

.navbar-dark .navbar-brand, ._auth_wrapper ._brand_logo img{
    width: 150px;
}

._lets_connect_logo img {
    height: 72px;
}

._media_center_wrapper ._title {
    margin: 0px;
    color: var(--color-one);
    font-family: 'Bukra-Regular';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}

.slick-slider{
    position: unset !important;
}

._media_center_wrapper .slick-slide:focus-visible {
    outline: unset;
}

._videoPlayerPopup .modal-content {
    border-radius: 60px;
}

._single ._tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

._home_section_heading {
    font-family: 'Bukra-Semi-Bold', sans-serif;
    font-size: 3.5rem;
    font-weight: 600;
    line-height: 81px;
    letter-spacing: 0;
    color: var(--color-five);
    margin-right: 2.5rem;
}

._about_us ._home_section_heading {
    font-size: 2.5rem;
    line-height: 65px;
}

._banner_heading {
    font-family: 'Bukra-Semi-Bold';
    font-size: 52px;
    font-weight: 800;
    line-height: 5rem;
    letter-spacing: 0em;
    text-align: center;
    color: var(--color-eighteen);
}

._banner_sub_heading {
    color: var( --color-eighteen);
    text-align: center;
    font-family: 'Bukra-Regular';
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
}

._banner_text {
    color: var(--color-eighteen);
    text-align: center;
    font-family: 'Bukra-Extra-Light';
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
}

._media ._banner_text{
    font-size: 20px;
}


._home_text {
    font-size: 1.125rem !important;
    color: var(--color-three);
    opacity: .6;
    font-weight: 400;
    line-height: 42px;
    letter-spacing: 0;
    font-family: 'Bukra-Regular';
}

._competition_details ._wrapper {
    opacity: 0.4;
}

._competition_details ._wrapper:hover {
    opacity: 1;
}

._competitions_winners ._competition_details ._title {
    color: var(--color-twenty-three);
    font-family: 'Bukra-Regular';
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

._competitions_winners ._competition_details ._weight {
    font-family: 'Bukra-Semi-Bold';
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    color: var(--color-twenty-three);

}

._resource_wrapper {
    padding-top: 150px;
    /* background: url('../images/homepage/resources-bg.png'); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    background-position: top 420px right 0px;
}

._footer_wrapper {
    background: url('../images/homepage/footer.png');
    background-size: cover;
    background-position: bottom 0 right 0;
    background-repeat: no-repeat;
    padding: 6rem 0 2rem;
}

._footer_contact_us li {
    word-wrap: break-word;
}

._media_center_wrapper ._media_text {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

._slide_image {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    padding: 0px;
}
._slide_image img {
    height: 70vh;
    opacity: 0.2;
    width: 100%;
    border-radius: 19px;
}

._competition_slider_tabs {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

._competition_slider_tabs li{
    width: 33.33%;
}
._competition_slider_tabs li  button{
    color: var(--color-four);
    font-family: 'Bukra-Regular';
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    padding: 0 !important;
    margin: 0;
    border-bottom: 4px solid var(--color-eight);
    border-radius: unset;
    width: 100%;
}

._competition_slider_tabs li  button.active{
    border-bottom: 4px solid var(--color-four) !important;
}

._competition_slider_tabs .btn-check:focus + .btn, .btn:focus{
    box-shadow : unset !important;
}

._competition_details ._category_heading {
    color: var(--color-twenty-three);
    font-family: 'Bukra-Regular';
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

._competition_details ._category_heading {
    color: var(--color-twenty-three);
    font-family: 'Bukra-Regular';
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}


._competitions_winners ._competition_details ._position_count {
    font-family: 'Bukra-Bold';
    font-size: 4.8rem;
    font-weight: 700;
    color: var(--color-twenty-seven);
    line-height: normal;
}


._custom_slider._no_content .slick-track {
    width: 100% !important;
    transform: unset !important;
}

.square-div {
    width: 100%;
    height: 350px;
    overflow: hidden;
}

.square-div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

._sidebar .square-div {
    height: 130px;
}

._auth_form ._save_changes {
    width: 100%;
    border-radius: 30px;
    margin-top: 30px;
    display: flex !important;
    justify-content: center;
    align-items: center;
}
._single_details ._tags ._tag + ._tag:before{
    height: 22px;
}

._auth_form ._password_eye {
    background: unset;
    position: absolute;
    right: 14px;
    top: 11px;
    font-size: 22px;
}

._confirm_password ._password_eye {
    top: 44px;
    right: 20px;
}

._great_battery_accordion .accordion-body {
    font-family: 'Bukra-Regular';
    font-size: 13px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    color: var(--color-two);
}

/* publication css  */

._publication_tilte ._title {
    color: var(--color-eighteen);
    font-family: 'Bukra-Semi-Bold';
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

._publication_tilte ._sub_title{
    color: var(--color-five);
    font-family: 'Bukra-Semi-Bold';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.carousel-item{
    display: block;
    height: auto;
}

.carousel-item .title-wrapper h2, .carousel-item .title-wrapper h4 {
    display: none;
}

.carousel-item img {
    position: absolute;
    bottom: 0px;
    border-radius: 20px;
    box-shadow: 0px 0px 64px 0px rgba(125, 67, 105, 0.25);
}

.carousel-item .title-wrapper{
    position: absolute;
    width: 100%;
    bottom: -120px;

}

.carousel-item-1 .title-wrapper h2{
    display: block;
    color: var(--color-eighteen);
    font-family: 'Bukra-Semi-Bold';
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    text-transform: capitalize;
}
.carousel-item-1 .title-wrapper h4{
    display: block;
    color: var(--color-five);
    font-family: 'Bukra-Semi-Bold';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    text-transform: capitalize;
}

._publication_wrapper ._heading h4{
    color: var(--color-two);
    font-size: 36px;
    font-weight: 700;
    line-height: 130%;
}
._competition_details .activeSlide {
    opacity: 1;
}

._competition_details .activeSlide ._title, ._competition_details .activeSlide ._weight{
    font-family: 'Bukra-Semi-Bold';
    color: var(--color-four);
}

.carousel-control span {
    display: none;
}

._publication_grid .image img {
    border-radius: 30px;
    margin-bottom: 10px;
    box-shadow: 0px 0px 10px 0px rgba(125, 67, 105, 0.25);
}

._readmore_button {
    margin-top: 6rem;
}

._publications ._image-wrapper {
    min-height: 560px;
    position: relative;
}

._publications ._image-wrapper img {
    position: absolute;
    left: 16%;
    width: 400px;
   top: 0%;
   z-index: 99;
   border-radius: 30px;
   box-shadow: 0px 0px 10px 0px rgba(125, 67, 105, 0.25);
}


._publications ._image-wrapper .image-2 {
    transform: rotate(8deg);
    left: 28%;
    top: 6%;
    width: 358px;
    z-index: 98;
    box-shadow: 0px 0px 10px 0px rgba(125, 67, 105, 0.25);
}

._publications ._image-wrapper .image-3 {
    transform: rotate(14deg);
    left: 37%;
    top: 10%;
    width: 332px;
    z-index: 97;
    box-shadow: 0px 0px 10px 0px rgba(125, 67, 105, 0.25);
}

._publications ._subheading {
    color: var(--color-four);
    font-family: 'Bukra-Regular';
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
}

._publications ._heading {
    color: var(--color-eighteen);
    font-family: 'Bukra-Regular';
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
}

._publications .title {
    color: var(--color-eighteen);
    font-family: 'Bukra-Regular';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

._publications ._readmore {
    color: var(--color-one);
    font-family: 'Bukra-Regular';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 30px;
    padding: 10px 55px;
}

.fixed-top{
    position: fixed;
    z-index: 999;
    background: var(--color-eleven);
    box-shadow: 0px 0px 10px 0px rgba(125, 67, 105, 0.25);
    visibility: visible;
    animation-duration: 2s;
    animation-name: fadeInDown;
}

._success_story img {
    border-radius: 30px;
}

._news ._menu_wrapper{
    background: var(--color-eleven);
    box-shadow: 0px 0px 10px 0px rgba(125, 67, 105, 0.25);
    z-index: 2;
    padding: 0.5rem;
}






