/* news carousel styles */

.carousel-style .carousel-main {
    margin-left: -11px;
    margin-right: -11px;
}

.carousel-style .carousel-main .item-container {
    padding: 0 11px;
}

.carousel-style .carousel-main .feat-img {
    height: 175px;
}

.carousel-style .carousel-main .feat-img a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
}

.carousel-style .carousel-main .feat-img img {
    max-width: 100%;
    width: 100%;
    height: 175px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center;
    border-radius: 12px;
}

.carousel-style .carousel-main .post-content {
    margin-top: 30px;
    padding-right: 20px;
}

.carousel-style .carousel-main .meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #8F95B2;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.carousel-style .carousel-main .meta .read-time-main {
    padding-left: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.carousel-style .carousel-main .meta .read-time-main .icon {
    width: 16px;
    height: 19px;
}

.carousel-style .carousel-main .meta .read-time-main .icon img {
    width: 16px;
    height: 16px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center center;
    object-position: center center;
}

.carousel-style .carousel-main .meta .read-time-main .read-time {
    padding-left: 4px;
}

.carousel-style .carousel-main .title {
    margin: 12px 0;
}

.carousel-style .carousel-main .title a h2 {
    color: #101840;
    font-family: "Open Sans", sans-serif;
    font-size: 27px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.carousel-style .carousel-main .title a:hover h2 {
    color: #36F;
}

.carousel-style .carousel-main .excerpt {
    color: #474D66;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.carousel-style .carousel-main .read-article {
    margin-top: 12px;
}

.carousel-style .carousel-main .read-article a {
    color: #36F;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-size: 15.375px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.news-carousel .slick-dotted.slick-slider {
    margin-bottom: 80px;
}

body .slick-dots {
    bottom: -80px;
}

body .slick-dots li {
    width: 16px;
    height: 16px;
    margin: 0 4px;
}

body .slick-dots li button {
    width: 16px;
    height: 16px;
    padding: 0;
    background-color: #D6E0FF;
    border-radius: 50%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

body .slick-dots li button:before {
    display: none;
}

body .slick-dots li.slick-active button,
body .slick-dots li button:hover {
    background-color: #4DAC26;
}

.publications-search.carousel-style .carousel-main,
.news-search.carousel-style .carousel-main,
.publications-list.carousel-style .carousel-main,
.events-list.carousel-style .carousel-main,
.news-list.carousel-style .carousel-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.publications-search.carousel-style .post-item,
.news-search.carousel-style .post-item,
.news-list.carousel-style .post-item,
.events-list.carousel-style .post-item,
.publications-list.carousel-style .post-item {
    margin-top: 48px;
    width: 33.333%;
}

.publications-search.carousel-style .carousel-main .feat-img,
.news-search.carousel-style .carousel-main .feat-img,
.news-list.carousel-style .carousel-main .feat-img,
.events-list.carousel-style .carousel-main .feat-img,
.publications-list.carousel-style .carousel-main .feat-img {
    height: 215px;
}

.publications-search.carousel-style .carousel-main .feat-img img,
.news-search.carousel-style .carousel-main .feat-img img,
.news-list.carousel-style .carousel-main .feat-img img,
.events-list.carousel-style .carousel-main .feat-img img,
.publications-list.carousel-style .carousel-main .feat-img img {
    height: 215px;
}

.global-btn {
    margin-top: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.global-btn a {
    min-height: 64px;
    min-width: 164px;
    margin: auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "Open Sans", Sans-serif;
    font-size: 19px;
    font-weight: 600;
    font-style: normal;
    line-height: 28px;
    color: #FFFFFF;
    background-color: #4DAC26;
    border-style: none;
    border-radius: 12px;
    padding: 10px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.global-btn a:hover {
    background-color: #388419;
}

.global-btn a.sending span:first-child {
    display: none;
}

.global-btn a .loader {
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-top: 4px solid #FFF;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    display: none;
}

.global-btn a.sending .loader {
    display: inline-block;
}

.pos-rel {
    position: relative;
}

.carousel-style.events-carousel .date-abs,
.carousel-style.events-list .date-abs {
    border-radius: 10px 0px 10px 1px;
    background-color: #4DAC26;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    padding: 12px 10px 16px 10px;
    text-align: center;
}

.carousel-style.events-carousel .date-abs span.day,
.carousel-style.events-list .date-abs span.day {
    display: block;
    margin-bottom: 4px;
    font-size: 21px;
    font-weight: 700;
    line-height: 21px;
}

.carousel-style.events-carousel .date-abs span.month,
.carousel-style.events-list .date-abs span.month {
    font-size: 12px;
    display: block;
    font-weight: 400;
    line-height: 18px;
}

.carousel-style.events-carousel .date-abs span,
.carousel-style.events-list .date-abs span {
    font-family: "Open Sans", Sans-Serif;
    color: #FFF;
    font-style: normal;
}

.carousel-style.events-carousel .carousel-main .meta .meta-item,
.carousel-style.events-list .carousel-main .meta .meta-item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 16px;
}

.carousel-style.events-carousel .carousel-main .meta .meta-item:last-child,
.carousel-style.events-list .carousel-main .meta .meta-item:last-child {
    margin-right: 0;
}

.carousel-style.events-carousel .carousel-main .meta .meta-item .icon,
.carousel-style.events-list .carousel-main .meta .meta-item .icon {
    width: 16px;
    height: 16px;
}

.carousel-style.events-carousel .carousel-main .meta .meta-item .icon img,
.carousel-style.events-list .carousel-main .meta .meta-item .icon img {
    width: 16px;
    height: 16px;
}

.carousel-style.events-carousel .carousel-main .meta .meta-item .txt,
.carousel-style.events-list .carousel-main .meta .meta-item .txt {
    margin-left: 4px;
    color: #8F95B2;
    font-family: "Open Sans", Sans-Serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@media (max-width: 992px) {
    .carousel-style .carousel-main {
        margin-left: -2px;
        margin-right: 0px;
    }

    .carousel-style .carousel-main .item-container {
        padding: 0 2px;
    }

    .carousel-style .carousel-main .feat-img {
        height: 177px;
    }

    .carousel-style .carousel-main .feat-img img {
        height: 177px;
        border-radius: 12px;
    }

    .carousel-style .carousel-main .title {
        margin: 12px 0 8px 0;
    }

    .carousel-style .carousel-main .title a h2 {
        font-size: 20px;
    }

    .carousel-style .carousel-main .excerpt {
        font-size: 12px;
        line-height: 18px;
    }

    .carousel-style .carousel-main .read-article {
        margin-top: 8px;
    }

    .publications-search.carousel-style .carousel-main,
    .news-search.carousel-style .carousel-main,
    .publications-list.carousel-style .carousel-main,
    .events-list.carousel-style .carousel-main,
    .news-list.carousel-style .carousel-main {
        margin-left: -11px;
        margin-right: -11px;
    }

    .publications-search.carousel-style .post-item,
    .news-search.carousel-style .post-item,
    .publications-list.carousel-style .post-item,
    .events-list.carousel-style .post-item,
    .news-list.carousel-style .post-item {
        width: 50%;
    }

    .publications-search.carousel-style .carousel-main .item-container,
    .news-search.carousel-style .carousel-main .item-container,
    .publications-list.carousel-style .carousel-main .item-container,
    .events-list.carousel-style .carousel-main .item-container,
    .news-list.carousel-style .carousel-main .item-container {
        padding: 0 11px;
    }
}

@media (max-width: 767px) {
    .carousel-style .carousel-main .item {
        width: 267px;
    }

    .news-carousel .slick-dotted.slick-slider {
        margin-bottom: 44px;
    }

    body .slick-dots {
        bottom: -44px;
    }

    body .slick-dots li {
        width: 12px;
        height: 12px;
    }

    body .slick-dots li button {
        width: 12px;
        height: 12px;
    }

    .global-btn {
        margin-top: 42px;
    }

    .global-btn a {
        min-width: 100%;
        width: 100%;
    }

    .publications-search.carousel-style .carousel-main .feat-img img,
    .news-search.carousel-style .carousel-main .feat-img img,
    .publications-list.carousel-style .carousel-main .feat-img img,
    .events-list.carousel-style .carousel-main .feat-img img,
    .news-list.carousel-style .carousel-main .feat-img img {
        height: 175px;
    }

    .news-search.carousel-style .carousel-main .feat-img,
    .publications-search.carousel-style .carousel-main .feat-img,
    .publications-list.carousel-style .carousel-main .feat-img,
    .events-list.carousel-style .carousel-main .feat-img,
    .news-list.carousel-style .carousel-main .feat-img {
        height: 175px;
    }

    .news-search.carousel-style .carousel-main,
    .publications-search.carousel-style .carousel-main,
    .publications-list.carousel-style .carousel-main,
    .events.carousel-style .carousel-main,
    .news-list.carousel-style .carousel-main {
        margin-left: 0px;
        margin-right: 0px;
    }

    .news-search.carousel-style .post-item,
    .publications-search.carousel-style .post-item,
    .events-list.carousel-style .post-item,
    .publications-list.carousel-style .post-item,
    .news-list.carousel-style .post-item {
        width: 100%;
        margin-top: 32px;
    }

    .news-search.carousel-style .carousel-main .item-container,
    .publications-search.carousel-style .carousel-main .item-container,
    .events-list.carousel-style .carousel-main .item-container,
    .publications-list.carousel-style .carousel-main .item-container,
    .news-list.carousel-style .carousel-main .item-container {
        padding: 0px;
    }
}

/* news carousel styles end */



.nav-language {
    max-width: 76px;
    width: 100%;
}

.lang-dropdown .selected {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    cursor: pointer;
}

.lang-dropdown .selected .globe {
    display: inline-block;
    width: 24px;
    height: 24px;
}

.lang-dropdown .selected .globe svg {
    width: 24px;
    height: 24px;
}

.lang-dropdown .selected svg path {
    transition: all 0.3s;
}

.lang-dropdown:hover .selected svg path {
    stroke: #4DAC26;
}

.lang-dropdown {
    position: relative;
}

.lang-dropdown:hover .selected .selected-text {
    color: #4DAC26;
}

.lang-dropdown .selected .selected-text {
    color: #474D66;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    transition: all 0.3s;
    margin-left: 8px;
    margin-right: 4px;
}

.lang-dropdown .selected .arrow-bottom {
    /*width: 16px;*/
    /*height: 16px;*/
}

.lang-dropdown .selected .arrow-bottom svg {
    width: 16px;
    transition: all 0.3s;
    height: 16px;
}

.lang-dropdown .languages-menu {
    list-style-type: none;
    margin: 0;
    min-width: 76px;
    transition: all 0.3s;
    border-radius: 0 0 4px 4px;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.20);
    padding: 4px;
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: 4px;
    visibility: hidden;
    opacity: 0;
}

.lang-dropdown .languages-menu li a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 24px;
    width: 100%;
}

.lang-dropdown .languages-menu li a span.flag {
    /*width: 13px;*/
    /*height: 13px;*/
    display: inline-block;
}

.lang-dropdown .languages-menu li a span img {
    width: 13px;
    height: 13px;
    object-fit: cover;
    object-position: center center;
    border-radius: 50%;
}

.lang-dropdown .languages-menu li a .text {
    color: #717171;
    font-family: "Roboto", Sans-Serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 24px;
    margin-left: 8px;
    transition: all 0.3s;
    /*margin-bottom: -10px;*/
}

.lang-dropdown .languages-menu li a:hover .text {
    color: #4DAC26;
}

.lang-dropdown:hover .languages-menu {
    visibility: visible;
    opacity: 1;
}

.lang-dropdown:hover .selected .arrow-bottom svg {
    transform: rotate(-180deg);
}