button:focus,
.btn:focus,
input:focus {
    box-shadow: none !important;
    outline: none !important;
}

body {
    font-family: "Roboto";
    color: #000000;
    background: #f4f4f4;
}

h1 {
    font-size: 30px;
    line-height: 35px;
    font-weight: 700;
}

h2 {
    font-size: 28px;
    line-height: 35px;
    font-weight: 700;
}

h3 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
}

h4 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
}

h5 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
}

p {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 30px;
}

.btn,
.wp-element-button,
.wp-block-file__button {
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    background: #0c465c;
    border-radius: 50px;
    border: 1px solid #0c465c;
    padding: 15px;
    width: auto;
    height: 32px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn:hover,
.wp-element-button:hover,
.wp-block-file__button:hover {
    background: transparent;
    color: #505050;
    border: 1px solid #505050;
}

a:hover,
.filter-more-button:hover,
a:hover h1,
a:hover h2,
a:hover h3,
a:hover h4,
a:hover h5,
a:hover h6,
.center-scholars a:hover h3 {
    color: #57C8DD !important;

}

.header-logo-section a:hover {
    opacity: 1 !important;
}

input:focus {
    outline: none;
    box-shadow: none;
}

hr {
    opacity: 1;
}

/* header start */
.navik-header img {
    max-width: 550px;
    width: 100%;
    height: auto;
    min-height: unset;
    max-height: unset;
}

.search_form_div {
    max-width: 260px;
    width: 100%;
    height: 36px;
}

.header-logo-section {
    padding: 37px 0;
}

#search-form input,
#search-form button {
    height: 35px;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #707070;
    background: none;
}

#search-form button i {
    color: #4f4f4f;
    padding-right: 8px;
    font-size: 21px;
}

#search-form button:hover i {
    color: #0c465c;
}

#search-form button:hover {
    background: transparent;
}

#search-form input,
#search-form input::placeholder {
    font-size: 16px;
    line-height: 28px;
    font-weight: 700;
    color: #7C7C7C;
}

.inverted_logo {
    display: none;
}

.header-menu-section {
    /* padding: 35px 0; */
    background: #0c465c;
}

#menu-main-menu a {
    font-size: 15px;
    color: #ffffff;
    font-weight: 400;
}

#menu-main-menu a:hover {
    color: #56C7DD;
}

#menu-main-menu li {
    padding: 35px 14px;
    position: relative;
}

#menu-main-menu li:first-child {
    padding-left: 0;
}

#menu-main-menu li:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 43%;
    height: 15%;
    width: 1px;
    background-color: #ffffff;
    /* white line */
    opacity: 0.9;
    /* optional for softer look */
}

ul.sub-menu,
.navik-menu li>ul {
    padding: 0;
}

ul.sub-menu a {
    font-size: 18px;
    line-height: 25px;
    color: #ffffff;
}

ul.sub-menu li {
    background: #0c465c;
    padding: 8px 30px !important;
    min-width: 280px;

}

#menu-main-menu .current_page_item a {
    color: #56c7dd;
}

.navik-menu li>ul.sub-menu li a {
    padding: 10px 0 !important;
    border: none !important;
}

ul.sub-menu li:hover,
ul.sub-menu li.current-menu-item a,
ul.sub-menu li.current-menu-item {
    background: #56c7dd;
    color: #ffffff !important;
}

#menu-main-menu li li:hover a,
#menu-main-menu li li a:hover {
    color: #ffffff !important;

}

#menu-main-menu li:last-child a {
    border: 0 !important;
}

#menu-main-menu li li:not(:last-child)::after {
    display: none;
}

#menu-main-menu li:last-child li {
    min-width: 260px;
}

/* header end */

/* home banner start */
.highlight_box_section {
    padding: 50px 0;
}

.badge.bg-info {
    font-size: 20px;
    line-height: 24px;
    background: #56c7dd;
    padding: 5px 7px;
    color: #ffffff !important;
    display: inline-block;
    border-radius: 0;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.badge1 {
    padding: 5px 7px;
    text-decoration: none;
}

.highlight_box_section h1 {
    margin-bottom: 15px;
}

.highlight_box_section h1 a,
.highlight_box_section h3 a,
.highlight_box_section .small a {
    color: #ffffff;
    text-decoration: none !important;
}

.highlight_box_section p {
    font-size: 20px;
    line-height: 24px;
    color: #ffffff !important;
    margin-bottom: 20px;
    font-weight: 700;
}

.highlight_box_section .small {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
}

.highlight_box_section .post-overlay {
    padding: 80px 50px;
}

.highlight_box_section .post-thumb .post-overlay {
    padding: 33px;
}

.highlight_box_section img {
    height: 100% !important;
    object-fit: cover !important;
    border-radius: 11px !important;
}

.badge.bg-danger {
    font-size: 12px;
    line-height: 20px;
    background: #FE283E;
    padding: 3px 13px 3px 10px;
    border-radius: 0 !important;
    text-transform: uppercase;
    margin-bottom: 7px !important;
    display: inline-block;

}

.highlight_box_section .post-thumb p {
    font-size: 18px;
    line-height: 24px;
    color: #ffffff !important;
    margin-bottom: 10px;
    margin-top: 5px;
    font-weight: 700;
}

.highlight_box_section .post-thumb .small {
    font-size: 16px;
    line-height: 30px;
}

.post-thumb img,
.post-thumb {
    min-height: 286px;
}

.highlight_box_section .rounded {
    border-radius: 10px !important;
}

/* home banner end */
/* post section start */
.posts_columns {
    padding: 10px 0 100px 0;
}

.posts_columns h2 {
    margin-bottom: 50px;
}

.reports-content {
    padding: 48px 50px 20px 50px;
    margin: 0 5px;
    border-radius: 10px;
}

.reports-content h4 a,.event_past_events small,
.event_past_events small a,
.events_section-content small,
.events_section-content small a {
    text-decoration: none;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 25px;

}

.posts_columns .reports-content h4 a,.event_past_events small,
.event_past_events small a,
.events_section-content small,
.events_section-content small a {
    text-transform: capitalize;
}

.reports-content img {
    width: 230px !important;
    height: 196px !important;
    margin-left: 15px;
    margin-right: 30px;
    border-radius: 11px !important;
}

.post-card {
    margin-bottom: 30px;
    align-items: center;
}

.reports-content h4 small {
    font-size: 18px;
    line-height: 20px;
    color: #000000;
    font-weight: 400;
}

.reports-content h4 small a,
.event_past_events small,
.event_past_events small a,
.events_section-content small,
.events_section-content small a {
    color: #000000;
    text-decoration: none;
}

.reports-content-view {
    text-decoration: none;
    color: #000000;
    display: flex;
    align-items: start;
    justify-content: space-between;
}

.posts_columns .reports-content-view {
    margin-top: 5px;
}

.reports-content-view i {
    margin: 7px 0 0 15px;
}

.all_data_dashboard_events .reports-content-view i {
    margin: 3px 0 0 15px;
}

.reports-content-view span {
    font-size: 18px;
    line-height: 28px;
    text-decoration: underline;
    padding-right: 5px;
    font-weight: 400;
}

.reports-content-view:hover {
    opacity: 0.7;
}

/* post section end */

.research_areas {
    background: #0c465c;
    padding: 71px 0 144px 0;
}

.research_areas hr {
    opacity: 1;
    margin: 30px 0 50px 0;
}

.research_areas .card {
    margin: 0 40px;
}

.research_areas img {
    height: 265px;
    object-fit: cover;
}

.research_areas .card {
    margin: 0 40px;
}

.research_areas .card-body {
    height: 60px;
    display: flex;
    align-items: center;

}

.research_areas h6 {
    margin: 0 0 0 30px;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
}

.home .featured-section {
    padding: 100px 0 50px 0;
}

.featured-section {
    background: #f4f4f4;
}

.featured-left-content {
    padding: 50px;
    border-radius: 10px !important;
}

.featured-left-content img {
    border-radius: 0 !important;
}

.featured-left-content h2,
.featured-left-content h4 {
    margin-bottom: 30px;
}

.featured-section_left_content {
    margin-left: 25px;
}

.featured-section_left_content a {
    color: #000000;
    text-decoration: none;
}

.subscribe-container {
    max-width: 400px;
    margin: 30px auto;
    text-align: center;
}

.featured-right-content {
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 10px !important;
}

.featured-right-content h2 {
    max-width: 340px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.email-input {
    border: 1px solid #C6C6C6;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    color: #606060;
    text-align: center;
    border-radius: 0;
    margin-bottom: 15px;
}

.email-input::placeholder {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    color: #606060;
    text-align: center;
}

.subscribe-btn {
    background-color: #0e4a5c;
    color: white;
    font-weight: 700;
    padding: 12px;
    width: 100%;
    border: none;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 18px;
    line-height: 25px;
}

.subscribe-btn:hover {
    background-color: #56C7DD;
}

.events_section-content {
    background: #ffffff;
    padding: 50px 50px 60px 50px;
    border-radius: 10px !important;
}

.events_section-content .card {
    position: relative;
}

.events_section-content .card-body {
    padding: 15px 15px 10px 0 !important
}

.events_section .swiper-wrapper {
    /* padding-bottom: 100px;*/
}

.events_section .swiper {
    padding-bottom: 35px;
}

.swiper-pagination-buttons {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-width: 200px;
    margin: auto;
    text-align: center;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 999;
    padding-bottom: 35px;
    margin-bottom: -12px;
}

.events_section-content .swiper-button-next::after,
.events_section-content .swiper-button-prev::after {
    display: none;
}

.swiper-button-prev i {
    margin-top: -30px;
    margin-left: -8px;
    color: #000000;
}

.swiper-button-next i {
    margin-top: -30px;
    margin-left: -8px;
}

.swiper-pagination {
    margin-bottom: 13px;
}

.swiper-pagination-buttons .swiper-pagination-bullet-active,
.swiper-pagination-buttons .swiper-pagination-bullet {
    color: transparent !important;
    background: transparent !important;
}

.swiper-pagination-buttons .swiper-button-next i,
.swiper-pagination-buttons .swiper-button-prev i {
    color: #000000 !important;
}

.swiper-pagination-buttons .swiper-pagination {
    /* max-width: 117px !important;*/
    width: 100% !important;
    margin: auto;
    text-align: center;
    position: absolute;
    left: 50% !important;
    top: 0 !important;
    transform: translate(-52%, -40%) !important;
}

.home .events_section .events-slider {
    margin: 66px 30px 0 30px;
}

.home .events_section .swiper-pagination-buttons {
    max-width: 186px;
}

.home .events_section .swiper {
    padding-bottom: 40px;
}

.events-slider_img {
    height: 357px;
    background: #0C465C;
    border-radius: 11px;
}

.events-slider img {
    border-radius: 11px;
    height: 100%;
    object-fit: cover;
}

.events_section .swiper-button-prev,
.events_section .swiper-button-next {
    z-index: 999;
}

.events_section .swiper-button-prev i,
.events_section .swiper-button-next i {
    margin-top: 0;
}

.home .swiper-pagination-buttons .swiper-pagination {
    top: 10px !important;
}

/* Reset the counter on the pagination container */
.swiper-pagination {
    counter-reset: swiper-counter;
    position: relative;
}

/* Each pagination bullet increments the counter */
.swiper-pagination-bullet {
    counter-increment: swiper-counter;
    position: relative;
    /* Optional: adjust size and appearance */
    width: 20px;
    height: 20px;
    background: none;
    border-radius: 50%;
    margin: 0 5px;
    opacity: 0.7 !important;
    padding-left: 15px;
    padding-right: 15px;
}

.swiper-pagination-buttons .swiper-pagination-bullet-active {
    opacity: 1 !important;
    font-weight: 700;
}

/* Create a custom numbered label using a pseudo-element */
.swiper-pagination-bullet::before {
    content: counter(swiper-counter, decimal-leading-zero);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 13px;
    color: #000000;
}

.home .podcasts-section {
    margin-top: 50px;
}

.podcasts-section {
    margin-bottom: 275px;
}

.podcasts-left-content {
    padding: 45px 50px;
    background: #ffffff;
    border-radius: 10px;
    height: 100%;
    margin-right: 10px;
}

.podcasts-left-content h4,
.podcasts-left-content p {
    margin-bottom: 12px;
}

.podcasts-left-content h4 a {
    color: #000000;
    text-decoration: none;
}

.music-card,
.podcasts-left-content img {
    width: 165px !important;
    height: 135px !important;
    background: #0c465c;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    margin-right: 30px;
}

.podcasts-left-content h4 {
    line-height: 22px;
}

.music-card i {
    color: #ffffff;
    font-size: 52px;
}

.podcasts-right-content {
    background: #ffffff;
    border-radius: 10px;
    height: 100%;
    padding: 63px 50px 20px 50px;
}

.podcasts-right-content h2 {
    margin-bottom: 28px;
}

.podcasts-right-content p {
    margin-bottom: 0;
}

.podcasts-right-content_icon {
    width: 40px;
    height: 40px;
    background: #D5D5D5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.podcasts-right-content_icon i {
    color: #002231;

}


/* footer section start */

footer {
    padding: 115px 0;
    background: #0c465c;
    color: #ffffff;
}

footer h2 {
    font-size: 23px;
    line-height: 39px;
    font-weight: 400;

}

footer img {
    max-width: 160px !important;
    width: 100%;
}

footer ul {
    list-style: none;
    padding-left: 0;
}

footer .newsletter-section {
    color: white;
}

footer .newsletter-section h5 {
    font-weight: 400;
    margin-bottom: 25px;
    margin-top: 20px;
}

footer .newsletter-form {
    max-width: 600px;
    margin: 0 auto;
    display: flex;
}

footer .newsletter-form input[type="email"] {
    border: none;
    padding: 12px 15px;
    flex-grow: 1;
    border-radius: 0 !important;
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    color: #606060;
}

footer .newsletter-form input[type="email"]::placeholder {
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    color: #606060;
}

footer .newsletter-form button {
    background-color: #0e4a5c;
    color: white;
    border: 1px solid white;
    padding: 12px 20px;
    font-size: 18px;
    font-weight: 700;
    transition: background-color 0.3s;
}

footer .newsletter-form button:hover {
    background: #56c7dd;
    color: #ffffff;
}

footer p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 22px;
}

.copy_right {
    margin-bottom: 0;
    margin-top: 30px;
    font-size: 17px;
}

footer a {
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
}

footer a:hover {
    color: #56c7dd;
}

footer h4 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 28px;
    margin-top: 20px;
}

.copy_right a:hover {
    color: #56c7dd;
    opacity: 1;
}

#block-9 h4 {
    font-size: 23px;
    line-height: 35px;
    font-weight: 400;
    text-transform: capitalize;
}

.social_link {
    list-style: none;
    margin-bottom: 40px !important;
}

.social_link li {
    display: inline-block;
}

.social_link li a {
    display: inline-block;
    font-size: 20px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    width: 52px;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.social_link li a:hover {
    background: #56c7dd;
    color: #ffffff;
    opacity: 1 !important;
}

.social_link li a:hover i {
    color: #ffffff;
}

/* footer section end */

.tax-series section {
    padding: 30px 0;
}

/*about page start*/
.inner_abou {
    padding: 120px 0 60px 0;
    background: #ffffff;
}

.inner_abou h1 {
    display: none;
}

.inner_abou h2 {
    margin-bottom: 30px;
}

.inner_abou_content .alignleft img {
    margin-right: 50px;
    margin-bottom: 50px;
}

.inner_abou_content .alignright img {
    margin-left: 50px;
    margin-bottom: 50px;
}

.inner_abou_content img {
    border-radius: 7px;
}

.ineer_about_learn .card {
    padding: 50px;
    background: #f4f4f4;
    border-radius: 10px;
}

.ineer_about_learn {
    background: #ffffff;
    padding-bottom: 200px;
}

.ineer_about_learn .card h3 {
    margin-bottom: 30px;
}

.ineer_about_learn .reports-content-view {
    display: inline-flex;
}

/*about page end*/

/*team start */
.team h2 {
    margin: 55px 0 50px;
}

.team-director {
    padding: 35px 0 50px 0;
    background: #0c465c;
    color: #ffffff;
}

.team-director hr,
.center-scholars hr {
    margin: 30px 0;
    opacity: 1;
}

.center-scholars hr {
    margin-bottom: 46px;
}

.team-director img {
    width: 100%;
    max-width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 10px !important;
}

.team-director-content {
    margin-left: 30px;
}

.team-director-content h3 {
    margin-bottom: 25px;
}

.team-director-content h3 a {
    color: #ffffff;
    text-decoration: none;
}

.team-director-content p {
    margin-bottom: 0;
}

.center-scholars {
    padding: 110px 0 80px 0;
}

.center-scholars a:hover {}

.center-scholars-card img {
    width: 100%;
    height: 192px;
    object-fit: cover;
    border-radius: 10px !important;
}

.center-scholars-card h3 a {
    color: #000000;
    text-decoration: none;
}

.center-scholars-card h3,
.affiliates_content a {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 5px;
}

.center-scholars-card-body {
    text-align: left;
    padding: 10px;
    max-width: 225px;
    width: 100%;
    margin: auto;
}

.center-scholars-card-body p {
    font-size: 15px;
    line-height: 22px;
}

.affiliates {
    padding-bottom: 120px;
}

.affiliates hr {
    opacity: 1;
    margin-bottom: 40px;
}

.affiliates_content a {
    color: #000000;
}

.affiliates_content a:hover {
    color: #0c465c;
}

.affiliates_content {
    padding: 20px 50px;
}

/* team end */
/*data dashboard*/
.data_dashboard {
    background: #e6e6e6;
    padding: 55px 0;
}

.confidence {
    padding: 60px 0 25px 0;
}

.confidence img {
    border: 1px solid #707070;
    margin-bottom: 25px;
}

.confidence p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 22px;
}

.confidence h3 {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 12px;
}

.all_data {
    padding: 45px 35px;
    background: #f4f4f4;
    margin-bottom: 62px;
    border-radius: 7px;
}

.all_data img {
    border: 1px solid #7a7a7a;
}

.all_data .card {
    background: transparent;
}

.all_data h6 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 12px !important;
}

.all_data .swiper-wrapper {}

.all_data .swiper {
    padding-left: 22px;
    padding-right: 22px;
}

.all_data .swiper-button-next:after,
.all_data .swiper-button-prev:after {
    font-size: 20px !important;
    color: #000000;
}

.all_data .swiper-slide {
    padding: 10px;
}

.all_data .swiper-button-next,
.all_data .swiper-button-prev {
    top: 33% !important;
}

.all_data .swiper-button-next {
    right: -8px;
}

.all_data .swiper-button-prev {
    left: -8px;
}

.all_data_slider {
    position: relative;
}

.all_data .card-body div {
    font-size: 16px;
    line-height: 22px;
    color: #000000 !important;
}

.all_data_card_list .card img {
    border: 1px solid #707070;
    background: #ffffff;
}

.all_data_card_list h4 a {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    color: #000000;
    text-decoration: none;
}

.all_data_card_list h4 a:hover {
    opacity: 0.7 !important;
}

.page-template-template-data-dashboard img {
    border-radius: 0;
}

/*research page side form*/
aside form h5 {
    display: none;
}

aside form label.form-label {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}

aside form>div {
    margin-bottom: 42px !important;
}

aside input[type=search],
aside input[type=search]::placeholder,
aside input[type=search]:focus {
    font-size: 14px;
    line-height: 23px;
    color: #A8A8A8;
}

aside input[type=search]:focus {
    border-color: #707070;
}

aside input[type=search] {
    height: 50px;
    border: 1px solid #707070;
    position: relative;
    border-radius: 0;
    padding-left: 14px;
}

.search_wrap::after {
    content: "\f002";
    /* Font Awesome search icon */
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    position: absolute;
    right: 13px;
    top: 50%;
    transform: translateY(-50%);
    color: #888;
}

.btn_clear_all {
    width: 87px;
    height: 32px;
    font-size: 16px;
    line-height: 20px;
    color: #505050;
    border: 1px solid #707070;
    border-radius: 50px;
    display: block;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.btn_clear_all:hover {
    background: #57C8DD;
    color: #ffffff !important;
    border: 1px solid #ffffff;
}

.form-label-wrap .form-check {
    margin-bottom: 20px;
}

.form-label-wrap .form-check:nth-child(n+8) {
    display: none;
}

.form-label-wrap.more .form-check:nth-child(n+8) {
    display: block;
}

.form-check-input[type=checkbox] {
    border: 1px solid #5d5d5d;
    width: 20px;
    height: 20px;
    margin-right: 12px;
}

.form-check {
    position: relative;
}

.form-check span {
    position: absolute;
    top: -1px;
    right: 0;
}

.btn_apply,
.form-label-wrap button.btn {
    width: 87px;
    height: 32px;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    background: #0c465c;
    border-radius: 50px;
    border: 1px solid #0c465c;
}

.btn_apply:hover,
.form-label-wrap button.btn:hover {
    color: #ffffff;
    background: #56C7DD;
    border: 1px solid #56C7DD;
}

.custom-checkbox {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
    line-height: 18px;
    color: #505050;
    text-transform: capitalize;
}

.custom-checkbox input[type="checkbox"] {
    display: none;
}

.custom-checkbox span {
    width: 16px;
    height: 16px;
    border: 1px solid #505050;
    display: inline-block;
    margin-right: 8px;
    position: relative;
}

.custom-checkbox input[type="checkbox"]:checked+span {
    background-color: #0c465c;
    border-color: #0c465c;
}

.custom-checkbox input[type="checkbox"]:checked+span::after {
    content: '';
    position: absolute;
    left: 6px;
    top: 3px;
    width: 5px;
    height: 8px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.form-check-label span {
    width: 19px;
    height: 19px;
}

.filter-more-button {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    cursor: pointer;
}

/*side form end */
/* research page start */
.inner_page h1 {
    display: none;
}

.inner_page {
    background: #ffffff;
}

.row.inner_funding_content p {
    display: none;
}

.row.inner_funding_content h2 {
    margin-top: 60px;
    margin-bottom: 53px;
}

.research_article a {
    font-size: 11px;
    line-height: 54px;
    padding: 5.2px 9px 5.2px 8px;
    background: #55c3d8;
    text-decoration: none;
    color: #ffffff;
    text-transform: uppercase;
}

.inner_page .research_article a.badge1,
.inner_page .research_article a.badge1:hover {
    color: #ffffff !important;
}

.research_content .card {
    margin-left: 40px;
    border-bottom: 1px solid #707070 !important;
    border-radius: 0;
}

.research_article_wrap {
    padding-left: 25px;
}

.research_article_wrap span {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #919191;
    margin-bottom: 10px;
    display: block;
}

.research_article_wrap p {
    font-size: 16px;
    line-height: 22px;
}

.research_article_date a,
.technology_recent_content_right_content p a {
    color: #000000;
    text-decoration: none;
}

.research_article_content {
    margin-bottom: 30px;
    margin-top: 5px;
}

.research_article_content img {
    border-radius: 10px;
}

.research_article_wrap h4 a {
    font-size: 20px;
    line-height: 22px;
    text-decoration: none;
    color: #000000;
}

.research_article_wrap h4 {
    margin-bottom: 22px;
}

.research_article_wrap p {
    margin-bottom: 25px;
}

.research_article_content img {
    max-width: 313px;
    width: 100%;
    object-fit: cover;
    min-height: 212px;
}

.page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    padding: 0;
}

nav .page-numbers li {
    padding: 30px 18px 30px 18px !important;
}

.page-numbers li span,
.page-numbers li a {
    font-size: 13px;
    line-height: 30px;
    color: #000000;
    text-decoration: none;

}

.page-numbers li span {
    font-weight: 700;
}


/* research page end */

/*single article*/

.single_article {
    padding: 55px 0 100px 0;
}

.article {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #919191;
}

.single_article h1 {
    margin-bottom: 30px;
}

.single_article .link a,
.link a,
.link {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 25px;
    color: #57C8DD !important;
    display: block;
}

.single_article .link {
    margin-top: 15px;
}

.single_article .date,
.date {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 0px;
    color: #000000;
}

.single_article .author,
.author {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 0px;
    color: #000000;
}

.single_article .author a,
.author a {
    color: #000000;
    text-decoration: none;
}

.single_article .author a:hover,
.author a:hover {
    color: #57C8DD;
    opacity: 1;
}

.single_article .date {
    margin-bottom: 40px;
}

article.single-content p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 30px;
}

article.single-content a {
    color: #000000;
}

article.single-content a:hover {
    color: #57C8DD;
}

article.single-content img {
    margin-top: 18px;
    margin-bottom: 18px;
}

.single_article figcaption {
    margin-bottom: 30px;
}

.single_author_details {
    padding: 15px 0;
}

.single_author_details h4 {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 40px;
    font-weight: 700;
}

.single_author_details img {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    margin-right: 20px;
}

/*end*/

/*publications page*/
.publications_content {
    padding: 80px 0 60px;
    background: #ffffff;
}

.publications_content h2 {
    margin-bottom: 30px;
}

.publications_content p {
    margin-bottom: 25px;
}

.publications_content_list {
    background: #f4f4f4;
    padding: 80px 0 120px 0;
}

.publications_content_list img {
    height: 290px !important;
    object-fit: cover;
    width: 100% !important;
    background: #0C465C;
}

.publications_content_list .card-body {
    padding: 40px 30px 20px 30px;
}

.publications_content_list .card {
    border-radius: 0;
    box-shadow: 0px 1px 5px 0px #a8a4a4;
}

.publications_content_list .card span {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: #919191;
    margin-bottom: 18px;
    display: block;
}

.publications_content_list .card-body h4 {
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 18px;
}

.publications_content_list .card-body p {
    margin-bottom: 22px;
    font-size: 16px;
    line-height: 24px;
}

.publications_content_list .page-numbers {
    border-top: 1px solid #D9D5D5;
    margin-top: 80px;
}

/*publications end*/
/*report start */
.report-content h2,
.report-content h3,
.report-content h4,
.report-content h5 {
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 18px;
    margin-top: 20px;
}

.report-content p a {
    color: #000000;
}

.report-content p a:hover {
    opacity: 1;
    color: #56C7DD;
}

.report-content img {
    margin: 30px 0 40px 0;
}

.report-content ul,
.inner_page section ul {
    padding: 0;
    list-style: none;
}

.report-content ul li,
.inner_page section ul li {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 22px;
    position: relative;
    padding-left: 20px;
}

.report-content ul li::before,
.inner_page section ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 4px;
    height: 4px;
    background-color: #000000;
    /* Custom color */
    border-radius: 50%;
    /* Makes it a disc */
}

.inner_page section ul.page-numbers li::before {
    background-color: transparent;
}

.report-content ol li,
.inner_page section ol li {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 22px;
    position: relative;
    padding-left: 20px;
}

blockquote {
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
    color: #000000;
    border: 1px solid #000000;
    padding: 45px 45px 20px 45px;
    position: relative;
    margin: 42px 0;
}

blockquote p {
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
    color: #000000;
}

blockquote::before {
    position: absolute;
    font-family: "Font Awesome 6 Pro";
    /* or "Font Awesome 5 Free" */
    content: "\22";
    /* Unicode for fa-check */
    font-weight: 900;
    /* Use 900 for solid icons */
    color: #55c3d8;
    left: 50%;
    top: -22px;
    transform: translate(-50%, 0);
    background: #ffffff;
    font-size: 38px;
    padding: 12px 14px;
}

.report_info {
    padding-left: 25px;
}

.page_top {
    margin-bottom: 15px;
}

.page_top a {
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    text-decoration: none;
}

.page_top a i {
    margin-right: 8px;
}

.position-sticky ul li a {
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    font-weight: 700;
    padding: 0;
}

.timeline {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}

.position-sticky .timeline li a {
    position: relative;
    padding-left: 24px !important;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 20px;
    padding-bottom: 18px;
    margin-bottom: 0px;
    display: block;
    font-weight: 400;
}

.timeline li a {
    position: relative;
}

.timeline li a::before {
    content: '';
    position: absolute;
    left: 1px;
    top: 3px;
    width: 14px;
    height: 14px;
    background-color: #fff;
    border: 2px solid #707070;
    border-radius: 50%;
    z-index: 1;
}

.timeline li a::after {
    content: '';
    position: absolute;
    left: 7px;
    top: 15px;
    width: 2px;
    height: 100%;
    background-color: #707070;
    z-index: 0;
}

.timeline li:last-child a::after {
    display: none;
}

.timeline li a.active::before {
    background-color: #0c465c;
    border-color: #0c465c;
}

.timeline li a.active {
    color: #0c465c !important;
}

.timeline li a:hover {
    opacity: 1 !important;
}

/*report end */
/*technology start */
.technology {
    padding: 45px 0 35px 0;
    background: #e6e6e6;
}

.technology_logo {
    width: 67px;
    height: 67px;
    margin: 0 8px 0 0;
}

.technology_content {
    padding: 65px 0;
}

.technology_recent_content {
    margin-top: 40px;
    margin-bottom: 50px;
}

.technology_recent_content img {
    border-radius: 10px !important;
}

.technology_recent_content_right_content {
    padding-left: 40px;
}

.technology_recent_content_right_content .article a {
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #919191;
    text-decoration: none;
}

.technology_recent_content_right_content .article {
    margin-bottom: 23px;
}

.technology_recent_content_right_content h2 {
    margin-bottom: 35px;
    text-transform: capitalize;
}
.recent-swiper .recent-swiper-slider-img {
    height: 220px;
     margin-bottom: 15px;
    display:block;
     background: #0c465c;
    border-radius: 10px;
}

.recent-swiper img {
    height:100%;
    width: 100%;
    object-fit: cover;
    background: #0c465c;
    border-radius: 10px;   
}

.recent-swiper,
.tech_reports .swiper,
.tech_events .swiper,
.tech_podcasts .swiper {
    padding: 0 24px !important;
}

.recent-swiper .swiper-slide,
.tech_reports .swiper-slide,
.tech_events .swiper-slide,
.tech_podcasts .swiper-slide {
    padding: 14px;
}

.recent-swiper .swiper-button-next,
.recent-swiper .swiper-button-prev,
.tech_reports .swiper-button-next,
.tech_reports .swiper-button-prev,
.tech_events .swiper-button-next,
.tech_events .swiper-button-prev,
.tech_podcasts .swiper-button-next,
.tech_podcasts .swiper-button-prev {
    top: 33% !important;
}

.recent-swiper .swiper-button-prev,
.tech_reports .swiper-button-prev,
.tech_events .swiper-button-prev,
.tech_podcasts .swiper-button-prev {
    left: -8px;
}

.recent-swiper .swiper-button-next,
.tech_reports .swiper-button-next,
.tech_events .swiper-button-next,
.tech_podcasts .swiper-button-next {
    right: -8px;
}

.recent-swiper .swiper-button-next:after,
.recent-swiper .swiper-button-prev:after,
.tech_reports .swiper-button-next:after,
.tech_reports .swiper-button-prev:after,
.tech_events .swiper-button-next:after,
.tech_events .swiper-button-prev:after,
.tech_podcasts .swiper-button-next:after,
.tech_podcasts .swiper-button-prev:after {
    font-size: 20px !important;
    color: #000000;
}

.tech_reports .swiper-button-next:after,
.tech_reports .swiper-button-prev:after,
.tech_events .swiper-button-next:after,
.tech_events .swiper-button-prev:after,
.tech_podcasts .swiper-button-next:after,
.tech_podcasts .swiper-button-prev:after {
    display: block;
}

.recent-swiper p a,
.technology_sliders p a {
    color: #000000;
    text-decoration: none;
}

.recent-swiper p.small a {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 17px;
    font-weight: 700;
    color: #919191;
    text-decoration: none;
}

.recent-swiper h6 {
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
    margin-bottom: 17px;
    text-transform: capitalize;
    padding-left: 5px;
}

.recent-swiper p,
.technology_sliders p {
    font-size: 16px;
    line-height: 24px;
    padding-left: 5px;
}

.tech_reports hr {
    margin-bottom: 40px;
    opacity: 1;
}

.tech_reports .events_section-content {
    padding: 0;
}

.tech_reports img {
    height: 220px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    background: #0C465C;
}

.tech_reports .events_section-content .card-body {
    position: relative;
}

.tech_reports .events_section-content .card img {
    height: 225px;
    width: 100%;
    object-fit: cover;
    background: #0c465c;
    border-radius: 7px;
}

.tech_reports .events_section-content .card-body {
    padding: 15px 5px 0 5px !important;
}

.tech_events .events_section-content {
    padding: 40px 0;
}

.tech_events hr {
    margin-bottom: 50px;
}

.tech_events .card img {
    height: 326px;
    width: 100%;
    object-fit: cover;
    background: #0c465c;
    border-radius: 10px !important;
}

.tech_events .card h5 {
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
    margin-bottom: 17px;
    text-transform: capitalize;
}

.tech_events .events_section-content .card {
    padding-bottom: 60px;
}

.tech_podcasts .events_section-content {
    padding: 0;
}

.tech_podcasts .music-card {
    width: 100% !important;
    height: 220px !important;
    background: #0c465c;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    margin-right: 0px;
}

.tech_podcasts .podcast-slider {
    margin-top: 60px;
}

.tech_podcasts .podcast-slider .music-card {
    margin-bottom: 20px;
}

.tech_podcasts .podcast-slider h4 {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 25px;
}

/*podcasts*/
.podcasts {
    padding: 60px 0 45px 0;
}

.podcasts_page_content {
    padding: 0 35px;
}

.podcasts_page_content_explain {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 20px;
}

.podcasts_page_content_explain img {
    box-shadow: 0 1px 2px 1px #dee3e6;
}

.podcasts_page_right_content {
    padding-left: 50px;
}

.podcasts_page_right_content_text {
    margin-bottom: 50px;
}

.podcasts_page_content h2 {
    padding-left: 40px;
}

.podcasts_page_content a.reports-content-view {
    padding-right: 40px;
}

.podcasts_page_right_content_text span,
.podcasts_page_content_card .card span {
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    color: #919191;
    margin-bottom: 10px;
    display: block;
}

.podcasts_page_right_content_text h3 a,
.podcasts_page_content_card .card h3.card-title a {
    font-size: 25px;
    line-height: 35px;
    font-weight: 700;
    text-decoration: none;
    margin-bottom: 15px;
    color: #000000;
}

.page-template-template-podcast .podcasts_page_content_card .card h3.card-title a {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    text-decoration: none;
    margin-bottom: 15px;
    color: #000000;
}

.page-template-template-podcast .podcasts_page_content_card .card p {
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    color: #000000;
}

.podcasts_page_right_content_text p,
.podcasts_page_content_card .card p {
    margin-bottom: 15px;
}

.podcasts_page_right_content_text small {
    font-size: 18px;
    line-height: 22px;
    display: block;
}

.podcasts_page_content_card {
    padding-top: 40px;
    margin-bottom: 100px;
}

.podcasts_page_content_card .col {
    display: flex;
    justify-content: center;
}

.podcasts_page_content_card .card {
    max-width: 368px;
    width: 100%;
    border: 0;
}

.podcasts_page_content_card .card .card_img {
    height: 369px;
    width: 100%;
    background: #008dd2;
}

.podcasts_page_content_card .card .card_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.podcasts_page_content_card .card-body {
    padding: 20px 0 0 0;
}

.custom-checkbox p {
    font-size: 14px;
    line-height: 18px;
    color: #505050;
    margin-bottom: 0;
}

/* all podcasts*/
.page-template-template-all_podcasts .custom-checkbox {
    display: flex;
    align-items: start;
    cursor: pointer;
}

.page-template-template-all_podcasts .template_research,
.term-explain-to-shane .template_research {
    padding: 70px 0 60px;
}

.all_podcasts_list .card {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.all_podcasts_list .card .card_img {
    width: 257px;
    height: 257px;
    background: #008dd2;
}

.all_podcasts_list .card .card_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.all_podcasts_list hr {
    margin: 45px 0;
    color: #707070;
    border-top: 0.5px solid #707070;
}

.all_podcasts_list span {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #919191;
    margin-bottom: 8px;
    display: block;
}

.all_podcasts_list h4 a {
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;
    text-decoration: none;
    margin-bottom: 15px;
    color: #000000;
}

.term-explain-to-shane .all_podcasts_list h4 a {
    margin: 18px 0 20px 0;
    display: block;
}

.all_podcasts_list .card_date {
    margin-bottom: 15px;
}

.all_podcasts_list .card-body {
    padding-left: 70px !important;
    width: 50%;
}

.all_podcasts_list .card-body h4 {
    margin-bottom: 28px;
}

.page-numbers a i {
    margin: 0 10px;
    font-size: 15px;
}

.page-numbers.current {
    margin-bottom: 0 !important;
}

.all_podcasts_list p {
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
    margin-bottom: 8px;
}

/*podcasts single page*/

.inner_podcasts_single_content {
    padding: 50px 0
}

.inner_podcasts_single img {
    width: 100%;
    max-width: 100%;
}

span.episode {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: #919191;
    display: block;
    padding-bottom: 18px;
}

.inner_podcasts_single_content h2 {
    margin-bottom: 20px;
}

.date {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 25px;
}

.author {
    font-size: 16px;
    line-height: 22px;
    color: #000000;
}

.inner_podcasts_single h5 {
    margin-bottom: 30px;
}

/*.innerpage_podcasts_single .inner_podcasts_single_content>div:first-child{
    margin-bottom:30px;
}*/
/*technology subscribe section*/
.technology_subscribe_Outlook {
    padding-bottom: 100px;
    border-radius: 10px;
}

.technology_subscribe_content {
    max-width: 616px;
    width: 100%;
    background: #f4f4f4;
    padding: 40px 0 65px 0;
    height: 100%;
    text-align: center;
    border-radius: 10px;
    text-align: center;
}

.technology_subscribe_content h3 {
    margin-bottom: 45px;
}

.technology_subscribe_content input {
    max-width: 327px;
    width: 100%;
    height: 60px;
    border: 1px solid #C6C6C6;
    text-align: center;
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
    color: #606060;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px auto;
}

.technology_subscribe_content input::placeholder {
    font-size: 18px;
    line-height: 25px;
    color: #606060;
    font-weight: 700;
}

.technology_subscribe_content button,
.btn_button {
    max-width: 327px;
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    background: #0C465C;
    border: 1px solid #0C465C;
    color: #ffffff;
    font-size: 18px;
    line-height: 25px;
    font-weight: bold;
    text-decoration: none;
}

.technology_subscribe_content button:hover,
.btn_button:hover {
    background: #56c7dd;
    color: #ffffff !important;
    border: 1px solid #56c7dd;
    opacity: 1 !important;
}

.technology_subscribe_content br {
    display: none;
}

.technology_subscribe_content_right h3 {
    margin-bottom: 20px;
    text-transform: capitalize;
}

.twitter_title {
    margin: 40px auto 10px auto;
}

.twitter_icon {
    border: 1px solid #000000;
    width: 47px;
    height: 47px;
    font-size: 26px;
    border-radius: 50%;
    display: block;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #000000;
}

.twitter_icon:hover {
    border: 1px solid #ffffff;
    color: #ffffff;
    background: #56C7DD;
}

.twitter_icon:hover i {
    color: #ffffff;
}

.mejs-audio {
    margin: 22px 0;
}


/* Search bar styles */

.search-bar .button span {
    font-family: "gal-gothic-variable";
    font-weight: 500;
    padding-right: 10px;
    padding-left: 10px;
}

.search-bar .button {
    display: inline-block;
    margin: 4px 2px;
    font-size: 14px;
    padding-left: 32px;
    padding-right: 32px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.search-bar .button:hover {
    transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    color: #005CA6;
}

.search-bar .search-container {
    position: relative;
    display: inline-block;
    height: 50px;
    width: 120px;
    vertical-align: middle;
}

.search-bar .search-container .search {
    padding: 0px;
    display: inline;
}

.search-bar .mglass {
    display: inline-block;
    pointer-events: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}

.search-bar .searchbutton {
    position: absolute;
    font-size: 19px;
    width: 100%;
    margin: 0;
    padding: 0;
}

.search-bar .search:focus+.searchbutton {
    transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    background-color: white;
    color: white;
    z-index: 5;
}

.search-bar .search:focus+.searchbutton i {
    color: black;
    z-index: 5;
}

.search-bar .search {
    position: absolute;
    left: 49px;
    background-color: #f0f0f0;
    outline: none;
    border: none;
    padding: 0;
    width: 0;
    height: 100%;
    z-index: 10;
    transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    border-radius: 40px;
    padding-left: 20px;
    color: #757575;
    font-size: 19px;
}

.search-bar .search::placeholder {
    color: #757575;
    font-size: 19px;
}

.search-bar .search:focus {
    width: 320px;
    padding: 0 0px 0 16px;
}

.search-bar .expandright {
    left: auto;
    right: 5px;
}

.search-bar .expandright:focus {
    padding: 0 10px 0 16px;
}

.search-bar {
    line-height: 120px;
    display: none;
}

input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    display: none;
}

/*event page*/

.event_page {
    padding: 75px 0;
}

.event_page h2 {
    margin-bottom: 50px;
}

.event_page h3 {
    padding-left: 30px;
    font-size: 28px;
    line-height: 35px;
    font-weight: 700;
}

.event_page hr {
    margin-bottom: 50px;
}

.event_page .reports-content-view {
    margin-right: 35px;
}

.events_upcoming_events,
.event_past_events {
    padding: 0 24px;
}

.events_upcoming_events .card,
.event_past_events .card {
    margin: auto 12px 20px 12px;
}

.event_page h4 {
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
}

.event_page .card_img {
    display: block;
    height: 250px;
    background: #0c465c;
    border-radius: 10px;
}

.event_page img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.event_page p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
}

.event_page nav {
    border-top: 1px solid #D9D5D5;
}

.search .research_content {
    padding: 80px 0;
}

.single .inner_podcasts_single a,
.single .report_info a {
    color: #000000;	
    word-break: break-word;
}

.single .inner_podcasts_single a.wp-element-button,
.single .report_info a.wp-element-button {
    color: #ffffff;
}

.single .inner_podcasts_single a.wp-element-button:hover,
.single .report_info a.wp-element-button:hover {
    color: #ffffff !important;
    background: #57C8DD;
    border: 1px solid #57C8DD;
}

.single .publications_single .position-sticky ul {
    list-style: none;
}

.single .publications_single .position-sticky ul li {
    padding-left: 0;
    margin-bottom: 0;
}

.inner_page section ul li.nav-item::before {
    display: none;
}

.page-template-default.inner_page section {
    padding: 50px 0 30px 0;
}

.page-template-default.inner_page section h1 {
    display: block;
}

.page-template-default.inner_page section a {
    color: #000000;
}

.color_badge:hover {
    color: #ffffff !important;  
    background: #000000 !important;
}
.wp-block-file:not(.wp-element-button) {
    font-size: 18px;
}
.page-template-template-events .event-datetime {
    margin-top: 10px;
}
.publications_content_list span a{	
    color: #919191;
    text-decoration: none !important;
}
article.single-content a.wp-block-file__button {
    color: #ffffff;
}