* {
    font-family: "Open Sans", arial, sans-serif;
}

body {
    /* font: 100% Helvetica, sans-serif; */
    color: #464646;
    direction: ltr;
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #464646;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    color: #69c7ba;
}



.listingTitle {
    font-size: 20px;
}

h4.listingTitle {
    font-size: 18px;
}

.listingHolder>li {
    margin-bottom: 30px;
}

.listingLink a,
.listingDescription a {
    color: #69c7ba;
}

.ajaxLoader::before {
    color: #464646;
}

.loadMoreBtn a {
    border: 1px solid #464646;
    color: #464646;
    padding: 0 55px;
    display: inline-block;
    height: 48px;
    line-height: 48px;
}

.loadMoreBtn a:hover {
    color: #FFF;
    background: #69c7ba;
    border-color: #69c7ba;
}



body.add-overlay:after {
    content: "";
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    transition: all 0.3s;
}

.header {
    padding: 20px 0 0 0 !important;
    border-bottom: 1px solid #e2e2e2;
    width: 100%;
    background-color: #ffffff;
    padding: 20px 0;
}

.header .container-fluid {
    width: calc(100% - 80px);
    padding-left: 40px;
    padding-right: 40px;
}

.header .logoHolder {
    background: url(../images/Logo.png) no-repeat;
    background-size: contain;
    height: 114px;
    width: 240px;
    max-width: 100%;
}

@media only screen and (max-width: 1440px) {
    .header .logoHolder {
        width: 253px;
    }
}

.header .nav {
    display: flex;
    justify-content: space-between;
}

.header .MainMenu>ul {
    display: flex;
    align-items: center;
    padding-top: 46px;
}

.header .MainMenu>ul>li {
    padding-bottom: 66px;
    padding-top: 0px;
}

.header .MainMenu>ul>li.selected>a {
    position: relative;
}

.header .MainMenu>ul>li.selected>a::before {
    content: "";
    position: absolute;
    width: 0;
    left: 0;
    bottom: -10px;
    height: 2px;
    background-color: #69C7BA;
    width: 100%;
}

.header .MainMenu>ul>li:not(:last-child) {
    margin-right: 40px;
}

.header .MainMenu>ul>li.search span {
    display: inline-block;
    height: 19px;
    width: 18px;
    background: url(../images/Search.svg) no-repeat;
    background-size: contain;
}

.header .MainMenu>ul>li>a {
    color: #1f3467;
    font-family: "Open Sans", arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 22px;
}

.header .MainMenu>ul>li.hasSubMenu.active .megaMenu {
    opacity: 1;
    visibility: visible;
}

.header .MainMenu>ul>li.firstLevelMenu .megaMenu {
    transition-delay: 0.5s;
}

.header .MainMenu>ul>li.firstLevelMenu:hover .megaMenu {
    opacity: 1;
    visibility: visible;
}

.header .rightNav {
    display: flex;
    padding-top: 37px;
    flex: 1;
    justify-content: flex-end;
}

.header .rightNav .signup {
    height: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    box-sizing: border-box;
    width: 140px;
    border: 1px solid #69c7ba;
    background-color: rgba(105, 199, 186, 0);
    text-align: center;
    color: #69c7ba;
    font-family: "Open Sans", arial, sans-serif;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 19px;
    position: relative;
    padding-left: 25px;
    font-weight: bold;
}

.header .rightNav .signup::before {
    content: "";
    background: url(../images/Signup.svg);
    position: absolute;
    height: 14px;
    width: 20px;
    top: 13.5px;
    left: 20px;
}

.header .rightNav .country {
    position: relative;
    height: 18px !important;
    margin-left: 20px;
    padding-left: 20px;
    padding-bottom: 11px;
    padding-top: 11px;
    width: 183px;
    background-color: #69c7ba;
    height: auto;
    color: #ffffff;
    font-family: "Open Sans", arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 18px;
}

.header .rightNav .country::after {
    content: "";
    position: absolute;
    height: 16px;
    width: 28px;
    background: url(../images/dropdown.svg) no-repeat;
    top: 12px;
    right: 20px;
}

.header .megaMenu {
    opacity: 0;
    visibility: hidden;
    padding-top: 35px;
    padding-bottom: 50px;
    background-color: #ffffff;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    top: 154px;
    z-index: 100;
    transition: all 0.3s;
}

.header .megaMenu .navigation ul li {
    height: auto;
    width: 150px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.header .megaMenu .navigation ul li a {
    position: relative;
    color: #1F3467;
    font-family: "Open Sans", arial, sans-serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 20px;
}

.header .megaMenu .navigation ul li:not(.no_arrow) a::after {
    content: "";
    height: 11px;
    width: 7px;
    transform: rotate(360deg);
    top: 6px;
    right: -20px;
    position: absolute;
    display: block;
    background-image: url(../images/arrow-link-blue.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.header .megaMenu .navigation ul li a:before {
    content: "";
    position: absolute;
    width: 0;
    left: 0;
    bottom: -10px;
    height: 2px;
    background-color: #69C7BA;
    transition: width 0.3s;
}

.header .megaMenu .navigation ul li:hover a,
.header .megaMenu .navigation ul li.active a {
    color: #69c7ba;
}

.header .megaMenu .navigation ul li:hover a::after,
.header .megaMenu .navigation ul li.active a::after {
    background-image: url(../images/arrow-link-green.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.header .megaMenu .navigation ul li:hover a:before,
.header .megaMenu .navigation ul li.active a:before {
    width: 150px;
}

.header .megaMenu .col-3 {
    padding: 0 18px;
}

.header .megaMenu .col-3 .listingImage {
    height: 165px;
}

.header .megaMenu .col-3 .listingImage img {
    display: block;
}

.header .languageSwicther {
    position: absolute;
    top: 20px;
    right: 40px;
}

.header .languageSwicther .dropDown .dropDownMenu {
    display: none;
}

.header .languageSwicther .dropDown .dropDownToggle {
    color: #1F3467;
    font-family: "Open Sans", arial, sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 18px;
    text-align: right;
    position: relative;
    padding-right: 18px;
}

.header .languageSwicther .dropDown .dropDownToggle:after {
    content: "";
    position: absolute;
    right: 0;
    width: 11px;
    height: 7px;
    top: 7px;
    background: url(../images/language-dropdown-arrow.svg) no-repeat;
    background-size: contain;
}

.homeSlider {
    background-size: cover;
}

.homeSlider .item {
    height: 500px;
    background-size: cover !important;
    padding-bottom: 50px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.homeSlider .item:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(31, 52, 103, 0) 0%, #1F3467 100%);
    width: 100%;
    height: 100%;
}

.homeSlider .container {
    position: relative;
    z-index: 1;
}

.homeSlider .subTitle {
    margin-bottom: 10px;
    width: auto;
    color: #ffffff;
    font-family: "Open Sans", arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 19px;
    text-transform: uppercase;
}

.homeSlider .title {
    margin-bottom: 30px;
    height: auto;
    max-width: 685px;
    color: #ffffff;
    font-family: "Open Sans", arial, sans-serif;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 55px;
}

.homeSlider .owl-carousel {
    z-index: unset;
}

.homeSlider .owl-nav {
    bottom: 69px;
    font-size: 15px;
    text-align: right;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.homeSlider .owl-nav button.owl-prev,
.homeSlider .owl-nav button.owl-next {
    background: url(../images/carousel-arrow.svg) no-repeat !important;
    display: inline-block;
    height: 15px;
    width: 9px;
}

.homeSlider .owl-nav button.owl-next {
    transform: rotate(180deg) translateY(0%) !important;
    right: 0;
}

.homeSlider .owl-nav button.owl-prev {
    transform: rotate(0deg) translateY(0%) !important;
    right: 75px;
    left: auto;
}

.homeSlider .slideNumber {
    color: #fff;
    position: absolute;
    bottom: 84px;
    font-size: 15px;
    text-align: right;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}

.socialIcons ul {
    display: inline-flex;
    margin-left: 20px;
}

.socialIcons ul li:not(:last-child) {
    margin-right: 20px;
}

.socialIcons ul li a {
    display: flex;
    background-color: #69c7ba;
    height: 33.32px;
    width: 35px;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
}

.footer {
    background-color: #1f3467;
    position: relative;
}

.footer .footerTop {
    position: relative;
    height: auto;
}

.footer .footerTop .container {
    z-index: 1;
    position: relative;
}

.footer .footerTop::before {
    left: 0;
    top: 0;
    height: 100%;
    content: "";
    position: absolute;
    width: 50%;
    background-color: rgba(62, 99, 187, 0.2);
    z-index: 0;
}

.footer .footerTop::after {
    content: "";
    z-index: 0;
    position: absolute;
    width: 50%;
    right: 0;
    top: 0;
    height: 100%;
    background-color: rgba(62, 99, 187, 0.4);
}

.footer .footerTop .col-md-6 {
    padding-left: 0px;
    padding-top: 61.6px;
    padding-bottom: 47px;
}

.footer .footerTop .first {
    justify-content: space-between;
    display: flex;
}

.footer .footerTop .second {
    padding-left: 40px;
    justify-content: space-between;
    display: flex;
}

.footer .footerTop .titles .Title1 {
    margin-bottom: 8px;
    color: #ffffff;
    font-family: "Open Sans", arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 19px;
}

.footer .footerTop .titles .Title2 {
    max-width: 325px;
    color: #ffffff;
    font-family: "Open Sans", arial, sans-serif;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 36px;
}

.footer .footerTop .Signup {
    color: #ffffff;
    font-family: "Open Sans", arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 19px;
    margin-right: 40px;
    margin-top: 43px;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 172px;
    background-color: #69c7ba;
    text-align: center;
    height: 20px;
    position: relative;
}

.footer .footerTop .Signup:after {
    content: "";
    height: 12px;
    width: 15px;
    top: auto;
    transform: none;
    left: auto;
    background: url(../images/arrow.svg) no-repeat;
    position: relative;
    transition: all 0.3s ease-out;
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
}

.footer .footerMiddle {
    padding-top: 76px;
    padding-bottom: 69px;
}

.footer .footerMiddle .footerPages li {
    margin-bottom: 18px;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 22px;
}

.footer .footerMiddle .footerPages li a {
    font-weight: bold;
    font-family: "Open Sans", arial, sans-serif;
    color: #ffffff;
}

.footer .footerMiddle .South li {
    margin-bottom: 18px;
}

.footer .footerMiddle .About li a,
.footer .footerMiddle .Eu li:first-child a,
.footer .footerMiddle .South li:first-child a {
    opacity: 0.8 !important;
    color: #ffffff;
    font-family: "Open Sans", arial, sans-serif;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 22px;
}

.footer .footerMiddle .footerPages li a {
    font-weight: normal;
    opacity: 0.8;
}

.footer .footerMiddle .South li a {
    opacity: 0.8;
    color: #ffffff;
    font-family: "Open Sans", arial, sans-serif;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 20px;
}

.footer .footerMiddle .Eu li {
    margin-bottom: 18px;
}


.footer .footerMiddle .Eu li a {
    opacity: 0.8;
    color: #ffffff;
    font-family: "Open Sans", arial, sans-serif;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 20px;
}

.footer .footerMiddle .About li {
    margin-bottom: 18px;
}

.footer .footerMiddle .About li a {
    color: #ffffff;
    font-family: "Open Sans", arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 22px;
}

.footer .footerBottom {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    padding-top: 41px;
    padding-bottom: 41px;
    display: flex;
    justify-content: space-between;
}

.footer .footerBottom .copyright {
    max-width: 198px;
    color: #ffffff;
    font-family: "Open Sans", arial, sans-serif;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 19px;
}

.footer .footerBottom .Disclaimer {
    max-width: 283px;
    color: #ffffff;
    font-family: "Open Sans", arial, sans-serif;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 19px;
    text-align: right;
}

.homepage-body {
    margin-top: 25px;
    padding-top: 65px;
    background: url(../images/red-shape.svg) no-repeat;
    background-position: top right;
    position: relative;
}

.homepage-body:before {
    content: "";
    position: absolute;
    left: 0;
    height: 236px;
    width: 238px;
    background: url(../images/orange-shape.svg) no-repeat;
    top: 296px;
    background-size: contain;
    z-index: -1;
}

.homepage-body:after {
    content: "";
    position: absolute;
    right: -110px;
    height: 186px;
    width: 186px;
    background: url(../images/green-shape.svg) no-repeat;
    bottom: 214px;
    background-size: contain;
    z-index: -1;
}

.homepage-body .mediaCenter .blockHead {
    margin-bottom: 20px;
}

.homepage-body .mediaCenter .blockHead h2 {
    color: #1f3467;
    font-family: "Open Sans", arial, sans-serif;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 43px;
}

.homepage-body .mediaCenter .highlighted-item .news-item {
    position: relative;
}

.homepage-body .mediaCenter .highlighted-item .news-item::before {
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 45%;
    background: linear-gradient(180deg, rgba(31, 52, 103, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    position: absolute;
    z-index: 0;
}

.homepage-body .mediaCenter .highlighted-item .news-item .category,
.homepage-body .mediaCenter .highlighted-item .news-item .listingTitle {
    z-index: 1;
}

.homepage-body .highlighted-item .news-item {
    height: 604px;
    background-size: cover !important;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 30px;
    color: #fff;
    margin-bottom: 36px;
}

.homepage-body .highlighted-item .news-item .category {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 17px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.homepage-body .highlighted-item .news-item .listingTitle {
    color: #FFFFFF;
    font-family: "Open Sans", arial, sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 30px;
}

.homepage-body .highlighted-item .news-item .link {
    color: #fff;
}

.homepage-body .highlighted-item .news-item .link:before {
    background: url(../images/arrow.svg) no-repeat;
}

.homepage-body .news-list {
    margin-bottom: 36px;
}

.homepage-body .news-list>.row {
    margin: 0 -18px;
}

.homepage-body .news-list .col-md-4 {
    padding: 0 18px;
}

.homepage-body .Alert {
    position: relative;
    padding: 38px 0px 38px 40px;
    height: auto;
    background: linear-gradient(270deg, #773bbc 0%, #3d83c3 100%);
    margin-bottom: 60px;
}

.homepage-body .Alert img {
    height: 399.52px;
    max-width: 285px;
    top: -57px;
    right: -110px;
    position: absolute;
}

.homepage-body .Alert .listingTitle {
    margin-bottom: 10px;
    max-width: 372px;
    color: #ffffff;
    font-family: "Open Sans", arial, sans-serif;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 50px;
}

.homepage-body .Alert .listingDescription {
    max-width: 460px;
    color: #ffffff;
    font-family: "Open Sans", arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 24px;
}

.homepage-body .Alert .button {
    padding: 0px;
    padding-right: 60px;
    padding-left: 20px;
    padding-top: 14px;
    margin-top: 54px;
    height: 50px;
    width: 300px;
    max-width: 300px;
    margin-left: -20px;
}

.homepage-body .Alert .button::before {
    top: 20.5px;
    right: 35px;
}

.homepage-body .col-md-3 {
    padding-left: 24px;
}

.homepage-body .homepage-sidebar .blockHead {
    margin-bottom: 20px;
}

.homepage-body .homepage-sidebar .blockHead h2 {
    color: #1f3467;
    font-family: "Open Sans", arial, sans-serif;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 43px;
}

.homepage-body .homepage-sidebar .NewsLetter {
    max-width: 273px;
    margin-bottom: 120px;
    position: relative;
    padding: 18px 20px 20px 20px;
    clear: both;
    background-color: #448ad8;
}

.homepage-body .homepage-sidebar .NewsLetter h3 {
    margin-bottom: 15px;
    max-width: 100%;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 27px;
}

.homepage-body .homepage-sidebar .NewsLetter .listimg {
    height: 265px;
}

.homepage-body .homepage-sidebar .NewsLetter .listimg img {
    width: 100%;
    height: 100%;
}

.homepage-body .homepage-sidebar .NewsLetter .button {
    max-width: 193px;
    position: absolute;
    bottom: 40px;
    left: 40px;
}

.homepage-body .homepage-sidebar .opp-high-slider {
    margin-bottom: 15px;
}

.homepage-body .homepage-sidebar .opp-high-slider .listingTitle {
    color: #000000;
}

.homepage-body .homepage-sidebar .opp-high-slider .details {
    font-size: 13px;
}

.homepage-body .homepage-sidebar .opp-high-slider .owl-nav button {
    height: 35px;
    width: 35px;
    background-color: rgba(0, 0, 0, 0.3) !important;
    background-image: url(../images/carousel-arrow.svg) !important;
    top: 75px;
    background-position: center !important;
    transform: translate(0, 0) !important;
}

.homepage-body .homepage-sidebar .opp-high-slider .owl-nav button.owl-prev {
    left: 0;
}

.homepage-body .homepage-sidebar .opp-high-slider .owl-nav button.owl-next {
    right: 0;
    transform: rotate(180deg) translateY(0%) !important;
}

.homepage-body .homepage-sidebar .link {
    float: right;
    margin-bottom: 30px;
}

.Events h2 {
    color: #1f3467;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 43px;
}

.Events .eventlisting {
    margin-bottom: 15px;
    padding-bottom: 15px;
    padding-top: 15px;
    border-bottom: 1px solid #e2e2e2;
    display: flex;
    align-items: center;

}

.eventListing.opportunity {
    transition: all 0.3s ease-in-out;
}

.eventListing.opportunity:hover {
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
}

.Events .eventlisting .Date {
    padding: 12px 20px 14px 21px;
    background-color: #ef7522;
}

.Events .eventlisting .Date span {
    color: #ffffff;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 20px;
    text-align: center;
    display: block;
}

.Events .eventlisting .Date span:nth-child(2) {
    font-weight: bold;
}

.Events .eventlisting .Description {
    padding-left: 10px;
    color: #000000;
    max-width: 178px;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 22px;
}

.NewsLetter {
    max-width: 273px;
    margin-bottom: 41px;
    position: relative;
    padding: 18px 20px 20px 20px;
    clear: both;
    background-color: #448ad8;
}

.NewsLetter h3 {
    margin-bottom: 15px;
    max-width: 100%;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 27px;
}

.NewsLetter .listimg {
    height: 265px;
}

.NewsLetter .listimg img {
    width: 100%;
    height: 100%;
}

.NewsLetter .button {
    max-width: 193px;
    position: absolute;
    bottom: 40px;
    left: 40px;
}

.box-item {
    padding: 0px;
    border: 0.67px solid #e2e2e2;
}

.box-item.no_image {
    border: none;
    margin-bottom: 10px;
}

.box-item.no_image a {
    color: #1F3467;
    font-family: "Open Sans", arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
}

.box-item.no_image a:hover {
    color: #69c7ba;
    .
}

.box-item .category {
    color: #B0B0B0;
    font-size: 12px;
    font-weight: bold;
    line-height: 17px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.box-item .listingInfos {
    padding: 20px;
    box-sizing: border-box;
    border-top: 0.67px solid #e2e2e2;
    /* border-top: 0; */
    background-color: #ffffff;
}

.megaMenu .box-item .listingInfos h3 {
    color: #1F3467;
    font-family: "Open Sans", arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 20px;
    margin-bottom: 16px;
    min-height: 100px;
}

.megaMenu .tab.video .box-item .listingInfos h3 {
    min-height: 100px;
}

.box-item.no_image a {
    font-size: 14px;
}

.button {
    max-width: 207px;
    display: inline-block;
    background-color: #69c7ba;
    border: 1px solid #69c7ba;
    position: relative;
    color: #ffffff !important;
    font-family: "Open Sans", arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 19px;
    padding-top: 20px;
    padding-left: 45px;
    padding-bottom: 20px;
    padding-right: 70px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.button::before {
    content: "";
    height: 12px;
    width: 15px;
    top: 50% !important;
    transform: translateY(-50%);
    right: 45px;
    background: url(../images/arrow.svg) no-repeat;
    position: absolute;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.button:hover {
    background-color: #57B8AB;
}

.link {
    position: relative;
    text-transform: uppercase;
    color: #69c7ba;
    font-family: "Open Sans", arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 19px;
    padding-right: 25px;
}

.link::before {
    content: "";
    width: 15px;
    height: 12px;
    position: absolute;
    top: 3.5px;
    right: 0;
    background: url(../images/arrow-green.svg) no-repeat;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.link:hover:before {
    right: -5px;
}

.Projects {
    padding-top: 20px;
    background-color: #f9fbff;
    margin-bottom: 90px;
}

.Projects h6 {
    color: #000000;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 18px;
    margin-bottom: 40px;
}

.Projects .BlockHead h2 {
    margin-bottom: 36px;
    color: #1f3467;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 43px;
}

.Projects .AllFilters {
    justify-content: space-between;
    display: flex;
    margin-bottom: 20px;
}

.Projects .AllFilters .filter {
    color: #000000;
    font-family: "Open Sans", arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 24px;
}

.header .megaMenu .navigation ul li a {
    display: block;
}

.Projects .AllFilters a {
    padding-top: 5px;
    opacity: 0.9;
    color: #69c7ba;
    font-family: "Open Sans", arial, sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 18px;
}

.Projects .filtering {
    margin-bottom: 100px;
}

.Projects .filtering .dropdown h4 {
    margin-bottom: 13px;
}

.Projects .filtering .inputEntity h4 {
    color: #000000;
    font-family: "Open Sans", arial, sans-serif;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: normal;
}

.Projects .filtering .stackedInput {
    margin: 0px;
}

.Projects .filtering .stackedInput li {
    display: block;
}

.Projects .filtering .filter-item .customSelect {
    box-sizing: border-box;
}

.Projects .filtering .filter-item .customSelect .dk-selected {
    color: #000000;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 18px;
    height: 45px;
    width: 100%;
    padding-left: 15px;
    padding-top: 12px;
    border: 1px solid #E2E2E2;
    background-color: #FFFFFF;
}

.Projects .filtering .filter-item .customSelect .dk-selected::after {
    display: none;
}

.Projects .filtering .filter-item .customSelect .dk-selected::before {
    width: 15px;
    height: 15px;
    background: url(../images/next.svg) center no-repeat;
    border: 0px;
    transform: translateY(-50%) rotate(90deg);
    margin: 0px;
    top: 50%;
    right: 22px;
}

.Projects .filtering .filter-item .customSelect .dk-selected::after {
    border: 0px;
}

.Projects .filtering .filter-item .customSelect .dk-select-options {
    border-color: #e2e2e2;
}

.Projects .filtering .filter-item {
    border: 1px solid #E2E2E2;
    border-top: 2px solid #ef7522;
    margin-bottom: 20px;
    background: white;
    padding: 20px;
}

.Projects .filtering .filter-item .inputEntity {
    margin: 0px;
    margin-bottom: 20px;
}

.Projects .filtering .filter-item .inputEntity label {
    max-width: 220px;
    position: relative;
    padding-left: 35px;
    margin-left: 0px !important;
    display: block;
}

.Projects .filtering .filter-item .inputEntity label::before {
    margin: 0px;
    height: 20px;
    width: 20px;
    border: 0.67px solid #CCCCCC;
    display: block;
    position: absolute;
    left: 0;
    top: 4px;
}

.Projects .filtering .filter-item .inputEntity label li {
    margin-bottom: 7px;
}

.Projects .filtering .filter-item .inputEntity label h4 {
    margin-bottom: 22px;
    color: #000000;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 24px;
}

.Projects .col-md-9 .col-md-4 {
    padding-right: 18px;
    padding-left: 18px;
}

.Projects .col-md-9 .col-md-4 .box-item {
    margin-bottom: 36px;
}

.Projects .col-md-9 .col-md-4 .box-item .listingTitle {
    margin-bottom: 10px;
}

.Projects .col-md-9 .col-md-4 .box-item .ListingDate {
    margin-bottom: 37px;
}

.Projects #result {
    margin-bottom: 84px;
}

.ListingDate {
    margin-bottom: 20px;
    color: #727272;
    font-family: "Open Sans", arial, sans-serif;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 18px;
}

.ListingDate span {
    font-weight: bold;
}

.LandpageBanner .Banner {
    padding-bottom: 0px;
    position: relative;
    height: 500px;
}

.LandpageBanner .Banner:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, rgba(31, 52, 103, 0) 0%, rgba(31, 52, 103, 0.6) 57.02%, rgba(31, 52, 103, 0.8) 100%);
    z-index: 0;
}

.LandpageBanner .Banner .container {
    position: relative;
    z-index: 1;
    padding-top: 26px;
}

.LandpageBanner .Banner .container h3.pageTitle {
    color: #FFFFFF;
    font-family: "Open Sans", arial, sans-serif;
    font-size: 60px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 82px;
    margin-bottom: 17px;
}

.LandpageBanner .Banner .container .page-subtitle {
    color: #FFFFFF;
    font-family: "Open Sans", arial, sans-serif;
    font-size: 17px;
    letter-spacing: 0;
    line-height: 30px;
}

.LandpageBanner .Banner .pagination {
    margin-bottom: 50px;
    color: #ffffff;
    font-family: "Open Sans", arial, sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 18px;
}

.LandpageBanner .Banner .listingLink {
    margin-bottom: 14px;
    margin-left: 19px;
    color: #69c7ba;
    font-family: "Open Sans", arial, sans-serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 20px;
}

.LandpageBanner .Banner .listingLink::before {
    left: -20px;
}

.LandpageBanner .Banner .listingDescription {
    padding-bottom: 156px;
    max-width: 479px;
    color: #ffffff;
    font-family: "Open Sans", arial, sans-serif;
    font-size: 17px;
    letter-spacing: 0;
    line-height: 30px;
    font-weight: normal;
}

.LandpageBanner .Banner .listingTitle {
    margin-bottom: 17px;
}

.LandpageBanner .page-intro {
    margin-top: 15px;
    color: #FFFFFF;
    font-size: 17px;
    letter-spacing: 0;
    line-height: 32px;
    max-width: 470px;
}

.Navigation {
    padding: 15px 0;
    border-bottom: 1px solid #ededed;
}

.Navigation .pagesListing {
    display: flex;
}

.Navigation .pagesListing li {
    padding-right: 47px;
}

.Navigation .pagesListing li a {
    color: #000000;
    font-family: "Montserrat";
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 18px;
}

.listing-section {
    padding-top: 100px;
    background-color: #f9fbff;
}

.listing-section .blockHead {
    margin-bottom: 25px;
    display: flex;
}

.listing-section .blockHead a {
    margin-left: 10px;
    margin-top: 18px;
    color: #69c7ba;
    font-family: "Open Sans", arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 19px;
}

.listing-section .blockHead .blockTitle {
    color: #1f3467;
    font-family: "Open Sans", arial, sans-serif;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 43px;
}

.listing-section .blockBody .highlighted.item {
    border-left: 1px solid #e2e2e2;
    background: white;
    margin-bottom: 36px;
    position: relative;
}

.listing-section .blockBody .highlighted.item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 127px;
    width: 5px;
    background-color: #EF7522;
}

.listing-section .blockBody .highlighted.item .listingImage img {
    width: 100%;
    height: 100%;
    width: auto;
    max-width: none;
}

.listing-section .blockBody .highlighted.item .listingInfos {
    padding-top: 30px;
    padding-left: 35px;
    padding-bottom: 30px;
}

.listing-section .blockBody .highlighted.item .listingInfos .category {
    margin-bottom: 5px;
    color: #b0b0b0;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 17px;
    text-transform: uppercase;
}

.listing-section .blockBody .highlighted.item .listingInfos .listingDescription {
    margin-bottom: 31px;
    color: #464646;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 24px;
    max-width: 445px;
}

.listing-section .blockBody .highlighted.item .listingInfos .listingTitle {
    margin-bottom: 30px;
    color: #1f3467;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 38px;
}

.listing-section .blockBody .listingItem .listingInfos .category {
    margin-bottom: 17.7px;
    color: #b0b0b0;
    font-family: "Open Sans", arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 17px;
}

.listing-section .blockBody .listingItem .listingInfos .listingTitle {
    color: #1f3467;
    font-family: "Open Sans", arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 47px;
}

.oppListing .box-item:after {
    top: 0;
    right: -45px;
    content: "";
    height: 100% !important;
    position: absolute;
    border-right: 1px solid #e2e2e2;
}

.oppListing .box-item .listingInfos {
    padding: 0px;
    padding-top: 20px;
    border: 0px;
    background-color: #F9FBFF;
    position: relative;
}

.eventListing .item .time {
    color: #464646;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 20px;
    padding-bottom: 9px;
}

.eventListing .eventDate {
    margin-right: 20px;
}

.eventListing .eventDate .date {
    max-width: 50px;
    color: #464646;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 18px;
    text-align: center;
}

.eventListing .eventDate .date span {
    color: #EF7522;
    font-family: "Open Sans", arial, sans-serif;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 41px;
    text-align: center;
}

.section-title {
    color: #1F3467;
    font-family: "Open Sans", arial, sans-serif;
    font-size: 42px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 57px;
    text-align: center;
}

.impact-section {
    padding-top: 0px;
}

.impact-section .section-title {
    margin-bottom: 93px;
}

.impact-section .impactHolder {
    position: relative;
    min-height: 200px;
    margin-bottom: 20px;
}

.impact-section .impactHolder .impact-title {
    opacity: 0.1;
    color: #3D5797;
    font-family: "Open Sans", arial, sans-serif;
    font-size: 100px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 100px;
    text-align: center;
}

.impact-section .impactHolder .impact-icon {
    position: absolute;
    top: 0;
    right: 75px;
}

.impact-section .impactHolder .details {
    max-width: 306px;
    position: absolute;
    right: 136px;
    bottom: 0px;
}

.impact-section .impactHolder .details .number {
    color: #1F3467;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 27px;
}

.impact-section .impactHolder .details .number span {
    font-size: 100px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 100px;
}

.impact-section .impactHolder .details .number span.currency {
    font-size: 50px;
}

.impact-section .impactHolder .details p {
    color: #3D5797;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
}

.impact-section .learnMore {
    margin-top: 150px;
    margin-bottom: 120px;
    text-align: center;
}

.videos-section {
    background-color: #F9FBFF;
    padding: 120px 0;
}

.videos-section .section-title {
    margin-bottom: 52px;
}

.videos-section .item {
    width: 700px;
}

.videos-section .videoImages {
    position: relative;
}

.videos-section .videoImages:after {
    content: "";
    position: absolute;
    height: 60px;
    width: 60px;
    background: url(../images/play-button.svg) no-repeat;
    background-size: contain;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.videos-section .videos-slider {
    overflow: hidden;
}

.videos-section .videos-slider .owl-nav {
    position: absolute;
    bottom: -24px;
    height: 50px;
    width: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
}

.videos-section .videos-slider .owl-nav .owl-prev,
.videos-section .videos-slider .owl-nav .owl-next {
    width: 50px;
    height: 50px;
    border: 1px solid #69C7BA;
    border-radius: 50%;
    background-position: center !important;
}

.videos-section .owl-dots {
    margin-top: 60px;
    text-align: center;
    display: block !important;

    padding-bottom: 20px;
}

.videos-section .owl-dots .owl-dot {
    display: inline-block;
    height: 8px;
    width: 8px;
    background-color: #D7D7D7;
    border-radius: 50%;
    margin-right: 6px;
}

.videos-section .owl-dots .owl-dot.active {
    background-color: #EF7522;
}

.cardListing .subtitle {
    margin-bottom: 10px;
}

.cardListing .carddesc .locationdesc {
    margin-bottom: 10px;
    color: #464646;
    font-family: "Open Sans", arial, sans-serif;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 19px;
}

.cardListing .carddesc .locationdesc span {
    font-weight: 600;
}

.cardListing .highlighted.item .listingTitle {
    margin-bottom: 5px !important;
}

.cardListing .highlighted.item .listingTitle a {
    color: #000000;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 38px;
}

.cardListing .card-slider .item .listingTitle {
    margin-bottom: 0px;
}

.cardListing .card-slider .item .subtitle {
    margin-bottom: 43px;
}

.carddesc .locationdesc {
    /* margin-bottom: 10px; */
    color: #464646;
    font-family: "Open Sans", arial, sans-serif;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 19px;
}

.carddesc .locationdesc span {
    font-weight: 600;
}

.subtitle {
    color: #464646;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 20px;
}

.story-slider .listingInfos {
    border: 0px;
    background-color: transparent;
}

.videos {
    margin-bottom: 120px;
}

.videos .story-slider .listingInfos {
    text-align: center;
}

.videos .listingImage {
    position: relative;
}

.videos .listingImage::after {
    content: "";
    top: 50%;
    right: 50%;
    position: absolute;
    background: url(../images/playbutton.svg) no-repeat;
    width: 70px;
    height: 70px;
    display: block;
    transform: translate(50%, -50%);
}

.videos .listingInfos {
    border: 0px;
    background-color: transparent;
    text-align: center;
    padding: 15px 21px 0px 21px;
}

.videos .listingInfos h3 {
    max-width: 540px;
}

.owl-prev {
    content: "";
    background: url(../images/next.svg) no-repeat !important;
    display: block;
    width: 12px;
    height: 20px;
    transform: rotate(180deg) translateY(50%) !important;
}

.owl-prev span {
    display: none;
}

.owl-next {
    content: "";
    background: url(../images/next.svg) no-repeat !important;
    display: block;
    width: 12px;
    height: 21px;
}

.owl-next span {
    display: none;
}

.Back {
    position: relative;
}

.Back::before {
    position: absolute;
    transform: rotate(180deg);
    background: url(../images/next.svg) no-repeat;
    content: "";
    display: block;
    width: 10px;
    height: 17px;
    transition: all 0.3s ease-in-out;
    top: 50%;
    transform: rotate(180deg) translateY(50%);
}

.Back:hover::before {
    opacity: 0.5;
}

.countries {
    height: 100vh;
    background-color: white;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 1;
    transition: all 0.3s ease-in-out;
    width: 100%;
    width: 310px;
    z-index: 102;
}

.countries.open {
    transform: translateX(-100%);

}

.countries.open::before {
    width: 100vw;
    height: 100vh;
    content: "";
    position: fixed;
}

.countries .close {
    background: url(../images/Close.svg);
    background-size: contain;
    width: 19px;
    height: 19px;
    position: absolute;
    top: 20px;
    right: 20px;
}

.countries .close img {
    display: none;
}

.countries ul {
    width: 100%;
    position: absolute;
    margin-top: 50px;
    height: calc(100% - 80px);
    overflow: auto;
}

.countries ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

.countries ul::-webkit-scrollbar {
    width: 3px;
    background-color: #F5F5F5;
}

.countries ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #1F3467;
}

.countries ul li {
    max-width: 250px;
    border-bottom: 1px solid #E2E2E2;
    padding-bottom: 15px;
    margin-left: 30px;
    padding-top: 15px;
    color: #000000;
    font-family: "Open Sans", arial, sans-serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 20px;
}

.countries ul li img {
    margin-bottom: -10px;
    margin-right: 10px;
    height: 30px;
    width: 30px;
}

.pageslist {
    color: #000000;
    font-family: "Open Sans", arial, sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 18px;
}

.blockHead {
    margin-bottom: 20px;
}

.blockHead h2 {
    color: #1f3467;
    font-family: "Open Sans", arial, sans-serif;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 43px;
}

.podcasts {
    padding-bottom: 23px;
    margin-bottom: 84px;
    padding-top: 23px;
    background-color: #F9FBFF;
}

.podcasts .blockHead {
    margin-bottom: 30px;
}

.podcasts .pageslist {
    margin-bottom: 40px;
}

.podcasts .blockBody .podcast-item {
     background-size: cover !important;
    margin-bottom: 36px;
    border-bottom: 5px solid #EF7522;
    position: relative;
    height: 380px;
    justify-content: flex-end;
    flex-direction: column;
}

.podcasts .blockBody .podcast-item:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0.07%, rgba(0, 0, 0, 0.8) 100%);
}

.podcasts .blockBody .podcast-item .listingImage {
    border-bottom: 5px solid #EF7522;
}

.podcasts .blockBody .podcast-item .listingImage img {
    width: 100%;
    height: 100%;
    display: block;
}

.podcasts .blockBody .podcast-item .listingInfos {
    z-index: 2;
    padding: 30px;
    border: 0px;
    background-color: transparent;
}

.podcasts .blockBody .podcast-item .listingInfos .listingTitle {
    margin-bottom: 20px;
    color: white;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 30px;
}

.podcasts .blockBody .podcast-item .listingInfos .listingLink a,
.podcasts .blockBody .podcast-item .listingInfos .listingDescription a {
    color: white;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 19px;
}

.podcasts .blockBody .podcast-item .listingInfos .listingLink a::before,
.podcasts .blockBody .podcast-item .listingInfos .listingDescription a::before {
    background: url(../images/arrow.svg) no-repeat;
}

.ecardbanner .LandpageBanner .container {
    height: 100%;
}

.ecardbanner .LandpageBanner .container .pageInfos {
    position: absolute;
    bottom: 80px;
}

.ecardbanner .LandpageBanner.newsLetterBanner h3.pageTitle {
    color: #FFFFFF;
    font-size: 37px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 51px;
    margin-bottom: 50px;
}

.ecardbanner .pagination {
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 18px;
    margin-bottom: 50px;
}

.ecardbanner .listingLink {
    margin-bottom: 0 !important;
}

.ecardbanner h3.pageTitle {
    margin-bottom: 0px !important;
    color: #FFFFFF;
    font-size: 37px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 51px;
}

.ecardbanner h3.pageTitle a {
    color: #FFFFFF;
    font-size: 37px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 51px;
}

.ecardbanner .page-subtitle {
    color: white;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 24px;
}

.ecardbanner .pageInfos {
    position: absolute;
    bottom: 0;
}

.ecard {
    margin-bottom: 60px;
    padding-top: 60px;
}

.ecard .textdesc {
    margin-bottom: 55px;
    color: #464646;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 24px;
}

.ecard .quote {
    padding-left: 106px;
    color: #1F3467;
    font-family: "Open Sans", arial, sans-serif;
    font-size: 20px;
    font-style: italic;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 35px;
    position: relative;
    text-align: center;
}

.ecard .quote::before {
    content: "";
    top: 8px;
    left: 33%;
    height: 37px;
    width: 46px;
    position: absolute;
    display: block;
    background: url(../images/quote.svg) no-repeat;
}

.gallery .container {
    padding-top: 30px;
    border-top: 1px solid #E2E2E2;
}

.gallery .container .blockHead {
    margin-bottom: 20px;
}

.gallery .container .blockHead h2 {
    font-size: 20px;
    font-weight: 600;
}

.gallery .container .owl-carousel {
    margin-bottom: 40px;
    border-bottom: 1px solid #E2E2E2;
}

.gallery .container .owl-carousel .item img {
    height: auto;
    width: 170px;
}

.projectlist {
    margin-bottom: 20px;
}

.projectlist>.container>.row {
    /* margin: 0 -23px; */
}

.projectlist>.container>.row:nth-child(even) {
    flex-direction: row-reverse;
}

.projectlist .col-md-6 {
    margin-bottom: 80px;
    padding: 0 23px;
}

.projectlist .imagepart {
    max-height: 435px;
    max-width: 100%;
    border: 1px solid #e2e2e2;
    padding: 108px 86px 108px 87px;
}

.projectlist .imagepart img {
    max-width: 100%;
    height: 100%;
}

.projectlist .descriptionpart {
    align-self: center;
}

.projectlist .descriptionpart .blockHead {
    margin-bottom: 30px;
}

.projectlist .descriptionpart .description {
    margin-bottom: 30px;
    color: #464646;
    font-family: "Open Sans", arial, sans-serif;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 24px;
}

.introtitle {
    color: #000000;
    font-family: "Open Sans", arial, sans-serif;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 27px;
}

.platforms {
    padding-bottom: 30px;
}

.platforms .container {
    padding-top: 30px;
    border-top: 1px solid #e2e2e2;
}

.platforms .container .introtitle {
    margin-bottom: 20px;
    text-align: center;
}

.platforms .container .sociallist {
    text-align: center;
}

.platforms .container .sociallist a {
    display: inline-block;
}

.platforms .container .sociallist a:not(:last-child) {
    margin-right: 20px;
}

.platforms .container .sociallist img {
    height: 20px;
    width: auto;
    opacity: 0.9;
}

.intrests .highlights {
    padding: 20px;
    background-color: #F3F7FF;
}

.intrests .highlights .layer {
    padding-top: 40px;
    padding-bottom: 40px;
    background: white;
}

.intrests .highlights .layer .introtitle {
    margin-bottom: 21px;
    text-align: center;
}

.intrests .highlights .layer .buttondiv {
    text-align: center;
}

.intrests .highlights .layer .buttondiv .whitebutton {
    display: block;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
}

.intrests .highlights .layer .buttondiv .whitebutton::before {
    background: url(../images/arrow-green.svg) no-repeat;
    top: 18px;
    width: 16px;
    height: 16px;
    right: 45px;
    content: "";
    position: absolute;
}

.reading {
    margin-bottom: 30px;
}

.reading .container .layer {
    padding-top: 30px;
    border-bottom: 1px solid #e2e2e2;
    border-top: 1px solid #e2e2e2;
    padding-bottom: 30px;
}

.reading .introtitle {
    display: flex;
    align-items: center;
    justify-content: center;
}

.reading .introtitle .whitebutton {
    margin-left: 20px;
    width: auto;
    height: auto;
    padding: 10px 40px 10px 40px;
}

.tags .container {
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 120px;
    padding-bottom: 10px;
}

.tags .introtitle {
    margin-bottom: 15px;
}

.tags .whitebutton {
    margin-bottom: 20px;
    display: inline-block;
    width: auto;
    height: auto;
    margin-right: 20px;
    padding: 8px 22px;
    background-color: #EDFFFD;
    border: 0px;
    color: #35AD9C;
    font-family: "Open Sans", arial, sans-serif;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 19px;
    text-align: center;
    font-weight: normal;
}

.whitebutton {
    box-sizing: border-box;
    height: 50px;
    width: 257px;
    border: 1px solid #69C7BA;
    background-color: #FFFFFF;
    color: #69C7BA;
    font-family: "Open Sans", arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 19px;
    padding: 15px 70px 15px 45px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.whitebutton:before {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.whitebutton:hover {
    background-color: #69C7BA;
    color: #fff;
}

.whitebutton:hover::before {
    background: url(../images/arrow.svg) no-repeat !important;
}

.pagination {
    color: #000000;
    font-family: "Open Sans", arial, sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 18px;
    margin-bottom: 120px;
}

.newestep {
    padding: 30px;
    background-color: #FFFFFF;
    margin: 0;
}

.newestep .col-md-3 img {
    width: 100%;
    height: 100%;
}

.newestep .col-md-9 .blockTitle {
    font-size: 25px;
    width: auto;
}

.newestep .col-md-9 .description {
    padding-bottom: 67px;
    max-width: 800px;
    color: #383838;
    font-family: "Open Sans", arial, sans-serif;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 24px;
}

.newestep .col-md-9 .whitebutton {
    position: relative;
    border: 0px;
    background-color: #69C7BA;
    color: white;
}

.newestep .col-md-9 .whitebutton::before {
    content: "";
    height: 12px;
    width: 15px;
    top: 20px;
    left: 45px;
    background: url(../images/arrow.svg) no-repeat;
    position: absolute;
}

.podcastland {
    padding-bottom: 100px;
    background-color: #F9FBFF;
    padding-top: 20px;
}

.podcastland .pagination {
    margin-bottom: 50px;
}

.podcastland .Back {
    margin-bottom: 50px;
}

.podcastland .Back::before {
    top: 2px;
}

.podcastland .Back a {
    padding-left: 20px;
}

.podcastland .newestep {
    padding: 30px;
    background-color: #FFFFFF;
    margin: 0;
}

.podcastland .newestep .col-md-3 img {
    width: 100%;
    height: 100%;
}

.podcastland .newestep .col-md-9 .blockTitle {
    font-size: 25px;
    width: auto;
}

.podcastland .newestep .col-md-9 .description {
    padding-bottom: 67px;
    max-width: 800px;
    color: #383838;
    font-family: "Open Sans", arial, sans-serif;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 24px;
}

.podcastland .newestep .col-md-9 .whitebutton {
    position: relative;
    border: 0px;
    background-color: #69C7BA;
    color: white;
}

.podcastland .newestep .col-md-9 .whitebutton::before {
    content: "";
    height: 12px;
    width: 15px;
    top: 20px;
    left: 45px;
    background: url(../images/arrow.svg) no-repeat;
    position: absolute;
}

.podcastland .episodes {
    padding-top: 50px;
}

.podcastland .episodes .blockTitle {
    color: #1F3467;
    font-family: "Open Sans", arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 27px;
}

.podcastland .episodes .listingpodcasts .podcastitem {
    padding: 20px 8px;
    background-color: white;
    margin: 0 0 20px 0;
}

.podcastland .episodes .listingpodcasts .podcastitem .imgpart img {
    height: auto;
    width: 100%;
}

.podcastland .episodes .listingpodcasts .podcastitem .descriptionpart {
    padding-left: 18px;
}

.podcastland .episodes .listingpodcasts .podcastitem .descriptionpart .blockHead {
    margin: 0px;
}

.podcastland .episodes .listingpodcasts .podcastitem .descriptionpart .blockTitle {
    margin-bottom: 8px;
    max-width: 386px;
    font-size: 18px;
}

.podcastland .episodes .listingpodcasts .podcastitem .descriptionpart .listingDate {
    margin-bottom: 60px;
    color: #727272;
    font-family: "Open Sans", arial, sans-serif;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 18px;
}

.podcastland .episodes .listingpodcasts .podcastitem .descriptionpart .listingDate span {
    font-weight: bold;
}

.recent .blockTitle {
    color: #464646;
}

.recent .recentpodcast {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e2e2e2;
    display: inline-flex;
}

.recent .recentpodcast img {
    max-width: 90px;
}

.recent .recentpodcast .podcasttitle {
    padding-left: 10px;
    color: #464646;
    font-family: "Open Sans", arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 20px;
}

.news {
    padding-top: 20px;
}

.news .pagination {
    margin-bottom: 50px;
}

.news .listingLink {
    margin-bottom: 46px;
}

.news .listingLink a {
    padding-left: 25px;
}

.news .box-item .listingLink a {
    padding-left: 0;
}

.news .col-md-8 .blockHead {
    margin: 0px;
}

.news .col-md-8 .blockHead .blockTitle {
    color: #1F3467;
    font-size: 37px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 51px;
    margin-bottom: 16px;
}

.news .col-md-8 .d-flex {
    margin-bottom: 37px;
    justify-content: space-between;
}

.news .col-md-8 .d-flex .ListingDate {
    align-self: center;
    margin-bottom: 0px;
}

.news .col-md-8 .d-flex .sociallist {
    display: flex;
    align-items: center;
    align-self: center;
    text-transform: uppercase;
    color: #464646;
    font-family: "Open Sans", arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 19px;
}

.news .col-md-8 .d-flex .sociallist a {
    height: 36px;
    width: 36px;
    border-radius: 50%;
    background-color: #F3F7FF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}

.news .col-md-8 .d-flex .sociallist a img {
    height: auto;
    width: auto;
    max-width: 16px;
    max-height: 16px;
}

.news .col-md-8 .project {
    margin-bottom: 50px;
}

.news .col-md-8 .project img {
    margin-bottom: 20px;
    /*width: 100%;*/
    height: auto;
}

.news .col-md-8 .project .projectdescription {
    color: #464646;
    font-family: "Open Sans", arial, sans-serif;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 24px;
}

.news .col-md-8 .project .projectdescription a {
    color: #69C7BA;
    transition: all 0.3s ease-in-out;
}

.news .col-md-8 .project .projectdescription a:hover {
    opacity: 0.5
}

.news .col-md-8 .photogallery .subtitle {
    margin-bottom: 20px;
    color: #000000;
    font-family: "Open Sans", arial, sans-serif;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 27px;
}

.news .col-md-8 .photogallery .item img {
    height: 205px;
    width: 100%;
}

.news .col-md-8 .owl-nav {
    position: absolute;
    top: -33px;
    right: 30px;
}

.news .col-md-8 .owl-next {
    width: 11px;
    height: 15px;
    top: 0px;
    left: 0px;
}

.news .col-md-8 .owl-prev {
    position: absolute;
    width: 12px;
    height: 16px;
    top: 0px;
    right: 0px;
}

.news .reading .layer {
    padding-top: 30px;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 30px;
}

.news .tags {
    margin-bottom: 36px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e2e2e2;
}

.news .relatednews {
    margin-bottom: 120px;
}

.news .relatednews .subtitle {
    margin-bottom: 15px;
    font-size: 20px;
}

.news .relatednews .box-item .listingImage img {
    display: block;
}

.news .relatednews .box-item .listingTitle {
    margin-bottom: 23px;
    max-width: 208px;
    color: #000000;
    font-family: "Open Sans", arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 24px;
}

.news .relatednews .box-item .listingLink {
    margin-bottom: 0px;
}

.news .col-md-3 .filter-item {
    margin-bottom: 40px;
}

.news .col-md-3 .filter-item .subtitle {
    margin-bottom: 13px;
    text-align: center;
}

.news .col-md-3 .filter-item .buttondiv .whitebutton {
    display: block;
    width: 233px;
    height: fit-content;
    padding: 16px 58px 15px 33px;
    position: relative;
}

.news .col-md-3 .filter-item .buttondiv .whitebutton::before {
    background: url(../images/arrow-green.svg) no-repeat;
    top: 20px;
    width: 16px;
    height: 16px;
    right: 33px;
    content: "";
    position: absolute;
}

.news .col-md-3 .recent .blockHead .blockTitle {
    color: #464646;
    font-family: "Open Sans", arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 27px;
}

.news .col-md-3 .campaign .box-item {
    border: none;
}

.news .col-md-3 .campaign .box-item .listingInfos {
    padding: 0px;
    padding-top: 20px;
    border: 0px;
}

.news .col-md-3 .campaign .box-item .listingTitle {
    color: #464646;
    font-family: "Open Sans", arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 20px;
}

.news .col-md-3 .campaign .box-item .listingLink {
    margin: 0px;
}

.filter-item {
    border: 1px solid #E2E2E2;
    border-top: 2px solid #ef7522;
    margin-bottom: 20px;
    background: white;
    padding: 20px;
}

.filter-item .inputEntity {
    margin: 0px;
    margin-bottom: 20px;
}

.filter-item .inputEntity label {
    max-width: 220px;
    position: relative;
    padding-left: 35px;
    margin-left: 0px !important;
    display: block;
}

.filter-item .inputEntity label::before {
    margin: 0px;
    height: 20px;
    width: 20px;
    border: 0.67px solid #CCCCCC;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.filter-item .inputEntity label li {
    margin-bottom: 7px;
}

.filter-item .inputEntity label h4 {
    margin-bottom: 22px;
    color: #000000;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 24px;
}

.eventdetails .news .intrests .buttondiv {
    display: flex;
    justify-content: center;
}

.eventdetails .news .intrests .buttondiv .button {
    margin-right: 20px;
    padding: 16px 45px 15px 70px;
    max-width: 199px;
    display: block;
}

.eventdetails .news .intrests .buttondiv .button::before {
    left: 40px;
}

.eventdetails .news .intrests .buttondiv .whitebutton {
    left: 0;
    transform: none;
}

.eventdetails .news .tags {
    margin-bottom: 120px;
}

.eventdetails .news .col-md-3 .filter-item .subtitle {
    color: #464646;
    font-family: "Open Sans", arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 27px;
    text-align: center;
}

.eventdetails .news .col-md-3 .filter-item.info .buttondiv .button {
    max-width: 100%;
    min-width: 0;
    padding: 14px 62px 15px 87px;
}

.eventdetails .news .col-md-3 .filter-item .buttondiv .button {
    display: block;
    padding: 20px 62px 20px 87px;
    margin-bottom: 10px;
}

.eventdetails .news .col-md-3 .filter-item .buttondiv .button::before {
    left: 62px;
}

.eventdetails .news .col-md-3 .filter-item .buttondiv .whitebutton {
    width: 100%;
    text-align: center;
}

.eventdetails .news .col-md-3 .filter-item .buttondiv .whitebutton::before {
    left: 33px;
}

.eventdetails .news .col-md-3 .Events {
    margin-bottom: 40px;
}

.eventdetails .news .col-md-3 .Events .subtitle {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 27px;
}

.oppdetails .news .col-md-8 {
    max-width: 100%;
}

.oppdetails .news .col-md-8 .tags {
    margin-bottom: 120px;
}

.oppdetails .news .col-md-8 .blockTitle {
    margin-bottom: 28px;
    max-width: 788px;
    color: #1F3467;
    font-size: 37px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 51px;
}

.oppdetails .news .col-md-8 .project .projectdescription {
    margin-bottom: 20px;
}

.oppdetails .news .col-md-8 .project .subtitle {
    color: #464646;
    font-family: "Open Sans", arial, sans-serif;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 10px;
}

.oppdetails .news .col-md-8 .project .proposals li {
    padding-left: 40px;
    margin-bottom: 22px;
    position: relative;
}

.oppdetails .news .col-md-8 .project .proposals li:before {
    content: "";
    top: 8px;
    left: 0;
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: black;
}

.oppdetails .news .col-md-3 .subtitle {
    color: #464646;
    font-family: "Open Sans", arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 27px;
    margin-bottom: 0px;
}

.oppdetails .news .col-md-3 .closing .subtitle {
    text-align: left;
    max-width: 140px;
    position: relative;
    padding-left: 46px;
}

.oppdetails .news .col-md-3 .closing .subtitle::before {
    position: absolute;
    width: 31px;
    height: 31px;
    top: 3px;
    left: 0;
    content: "";
    display: block;
    background: url(../images/Calendar-icon.svg) no-repeat;
}

.oppdetails .news .col-md-3 .closing .subtitle span {
    display: block;
    color: #000000;
    font-family: "Open Sans", arial, sans-serif;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 20px;
}

.oppdetails .news .col-md-3 .moreinfos .subtitle {
    padding-bottom: 20px;
}

.oppdetails .news .col-md-3 .moreinfos .button {
    display: block;
    padding: 16px 29px 16px 87px;
}

.oppdetails .news .col-md-3 .moreinfos .button::before {
    left: 62px;
    top: 20px;
}

.oppdetails .news .col-md-3 .recent {
    margin-bottom: 20px;
}

.oppdetails .news .col-md-3 .recent .recentpodcast {
    padding-bottom: 0px;
    align-items: flex-start;
}

.oppdetails .news .col-md-3 .recent .recentpodcast img {
    max-height: 60px;
}

.oppdetails .news .col-md-3 .recent .recentpodcast .oppdescrip {
    padding-left: 10px;
}

.oppdetails .news .col-md-3 .recent .recentpodcast .oppdescrip .podcasttitle {
    padding-bottom: 10px;
    padding-left: 0px;
}

.newslisting {
    margin-bottom: 120px;
}

.newslisting .Projects .box-item img {
    height: 185px;
    display: block;
    object-fit: cover;
}

.newslisting .Projects .box-item .listingTitle {
    margin-bottom: 20px !important;
}

.newslisting .Projects #result {
    margin-bottom: 0;
}

.newslisting .Projects .col-md-9 .col-md-4:last-child .item.box-item,
.newslisting .Projects .col-md-9 .col-md-4:nth-last-child(2) .item.box-item,
.newslisting .Projects .col-md-9 .col-md-4:nth-last-child(3) .item.box-item {
    margin-bottom: 0;
}

.e-cardlisting .Projects {
    padding-bottom: 100px;
}

.e-cardlisting .Projects .col-md-9 {
    padding-left: 24px;
}

.e-cardlisting .Projects .col-md-9 .personcard {
    margin-bottom: 20px;
    border: 0.67px solid #E8EDF7;
    background-color: #FFFFFF;
    padding: 30px;
}

.e-cardlisting .Projects .col-md-9 .personcard .listingImage {
    display: inline-block;
    height: auto;
    width: 283px;
}

.e-cardlisting .Projects .col-md-9 .personcard .listingImage img {
    width: 100%;
    height: 100%;
}

.e-cardlisting .Projects .col-md-9 .personcard .listingInfos {
    width: calc(100% - 308px);
    display: inline-block;
    margin-left: 20px;
}

.e-cardlisting .Projects .col-md-9 .personcard .listingInfos .listingTitle {
    color: #1F3467;
    font-family: "Open Sans", arial, sans-serif;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 30px;
    width: auto;
    padding-bottom: 10px;
}

.e-cardlisting .Projects .col-md-9 .personcard .listingInfos .subtitle {
    margin-bottom: 10px;
}

.e-cardlisting .Projects .col-md-9 .personcard .listingInfos .listingDescription {
    margin-bottom: 16px;
}

.in-action .Projects .carddesc {
    padding-bottom: 15px;
}

.countrylist {
    margin-bottom: 100px;
}

.countrylist .blockTitle {
    margin-bottom: 30px;
    text-align: center;
}

.countrylist ul {
    justify-content: center;
    display: flex;
}

.countrylist ul .country {
    justify-items: center;
    margin-right: 50px;
    display: grid;
}

.countrylist ul .country img {
    margin-bottom: 10px;
    height: 52px;
    width: 54px;
}

.countrylist ul .country span {
    color: #000000;
    font-family: "Open Sans", arial, sans-serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 20px;
    text-align: center;
}

.project-details .project-desc:nth-child(even) .row {
    flex-direction: row-reverse;
}

.project-details .LandpageBanner .Banner {
    height: 498px;
}

.project-details .LandpageBanner .Banner .pagination {
    margin-bottom: 60px;
}

.project-details .environment-parent {
    position: relative;
    margin-top: -140px;
    z-index: 3;
}

.project-details .environment-parent .environment {
    padding: 50px;
    margin-bottom: 80px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.15);
}

.project-details .environment-parent .environment .col-md-7 .blockTitle {
    max-width: 630px;
    color: #1F3467;
    font-family: "Open Sans", arial, sans-serif;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 43px;
    margin-bottom: 20px;
}

.project-details .environment-parent .environment .col-md-7 .projectlist {
    max-width: 630px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e2e2e2;
}

.project-details .environment-parent .environment .col-md-7 .projectlist:last-child {
    padding: 0px;
    border: 0px;
}

.project-details .environment-parent .environment .col-md-7 .projectlist .title {
    padding-bottom: 4px;
    color: #EF7522;
    font-family: "Open Sans", arial, sans-serif;
    font-size: 15px;
    font-weight: bold;
}

.project-details .environment-parent .environment .col-md-7 .projectlist .infos {
    color: #464646;
    font-family: "Open Sans", arial, sans-serif;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 20px;
}

.project-details .environment-parent .environment .col-md-1 {
    position: relative;
}

.project-details .environment-parent .environment .col-md-1:after {
    height: 100%;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 1px;
    left: 60px;
    background-color: #e2e2e2;
}

.project-details .environment-parent .environment .col-md-4 {
    text-align: center;
}

.project-details .environment-parent .environment .col-md-4 .logo-start img {
    height: auto;
    max-width: 225px;
    margin-bottom: 33px;
}

.project-details .environment-parent .environment .col-md-4 .subtitle {
    margin-bottom: 17px;
    color: #000000;
    font-family: "Open Sans", arial, sans-serif;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 27px;
    text-align: center;
}

.project-details .environment-parent .environment .col-md-4 .buttondiv {
    text-align: center;
}

.project-details .environment-parent .environment .col-md-4 .buttondiv .button {
    display: inline-block;
    margin-bottom: 20px;
    padding: 15px 71px 15px 96px;
}

.project-details .environment-parent .environment .col-md-4 .buttondiv .button::before {
    left: 71px;
    top: 19px;
}

.project-details .environment-parent .environment .col-md-4 .buttondiv .whitebutton {
    position: relative;
    display: inline-block;
    width: 283px;
    padding: 15px 80px 15px 108px;
    margin-bottom: 20px;
}

.project-details .environment-parent .environment .col-md-4 .buttondiv .whitebutton::before {
    content: "";
    position: absolute;
    left: 81px;
    height: 12px;
    width: 15px;
    top: 19px;
    background: url(../images/arrow-green.svg) no-repeat;
    background-size: contain;
}

.project-details .environment-parent .environment .col-md-4 .socialmedia {
    display: flex;
    justify-content: center;
}

.project-details .environment-parent .environment .col-md-4 .socialmedia span {
    color: #000000;
    font-family: "Open Sans", arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 22px;
    text-align: center;
    margin-right: 14.5px;
}

.project-details .environment-parent .environment .col-md-4 .socialmedia img {
    margin-right: 20px;
}

.project-details .brief-action {
    margin-bottom: 80px;
    background-color: #F3F7FF;
    padding: 40px 40px 50px 40px;
}

.project-details .brief-action .blockHead {
    margin: 0px;
    padding-bottom: 20px;
}

.project-details .brief-action ul {
    padding-left: 45px;
    padding-bottom: 25px;
}

.project-details .brief-action ul li {
    padding-bottom: 25px;
    color: #383838;
    font-family: "Open Sans", arial, sans-serif;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 30px;
    position: relative;
}

.project-details .brief-action ul li::before {
    position: absolute;
    width: 5px;
    height: 5px;
    content: "";
    background-color: black;
    border-radius: 50%;
    top: 14px;
    left: -37px;
}

.project-details .brief-action .button {
    padding: 16px 45px 16px 70px;
}

.project-details .communication {
    margin-bottom: 100px;
}

.project-details .communication .project-pres {
    padding-right: 18px;
    padding-left: 18px;
}

.project-details .communication .presentation {
    padding: 30px;
    background-color: #F3F7FF;
}

.project-details .communication .presentation .subtitle {
    padding-bottom: 20px;
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    line-height: 27px;
}

.project-details .communication .presentation .desc {
    padding-bottom: 40px;
    color: #464646;
    font-family: "Open Sans", arial, sans-serif;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 24px;
}

.project-details .communication .presentation .image img {
    height: 100%;
    width: 100%;
}

.project-desc {
    margin-bottom: 80px;
}

.project-desc .row {
    padding: 0px;
    align-items: center;
}

.project-desc .project-image img {
    width: 100%;
    max-width: 100%;
    max-height: 435px;
}

.project-desc .about-project {
    max-width: 582px;
    color: #464646;
    font-family: "Open Sans", arial, sans-serif;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 24px;
}

.project-desc .blockHead {
    margin-bottom: 15px;
}

.tandem {
    padding-top: 20px;
}

.tandem .pagination {
    margin-bottom: 120px;
}

.tandem .blocktitle {
    color: #1F3467;
    font-family: "Open Sans", arial, sans-serif;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 43px;
    margin-bottom: 20px;
}

.tandem .tandem-banner {
    margin-bottom: 80px;
}

.tandem .tandem-award {
    margin-bottom: 100px;
    text-align: center;
}

.tandem .tandem-award .blocktitle {
    color: #1F3467;
    font-family: "Open Sans", arial, sans-serif;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 43px;
    margin-bottom: 20px;
}

.tandem .tandem-award .desc {
    display: block;
    margin: 0 auto;
    margin-bottom: 40px;
    max-width: 788px;
    color: #464646;
    font-family: "Open Sans", arial, sans-serif;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 24px;
}

.tandem .tandem-award .button {
    max-width: 181px;
}

.tandem .project-desc {
    margin-bottom: 148px;
}

.tandem .project-desc img {
    max-height: 435px;
}

.tandem .participate {
    padding-bottom: 100px;
    background-color: #F3F7FF;
    padding-top: 110px;
}

.tandem .participate .blocktitle {
    margin: 0px;
    text-align: center;
    padding-bottom: 60px;
}

.tandem .participate .d-flex {
    justify-content: center;
    padding-bottom: 60px;
}

.tandem .participate .practice-person {
    text-align: center;
    max-width: 227px;
    text-align: center;
    margin-right: 36px;
}

.tandem .participate .practice-person img {
    padding-bottom: 20px;
    max-width: 84px;
    height: auto;
}

.tandem .participate .practice-person .description {
    color: #464646;
    font-family: "Open Sans", arial, sans-serif;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 20px;
    text-align: center;
}

.tandem .participate .individuals {
    background-color: #FFFFFF;
    padding-top: 40px;
}

.tandem .participate .individuals .countrylist {
    margin-bottom: 0px;
    padding-bottom: 50px;
}

.tandem .participate .individuals .countrylist li {
    padding-right: 40px;
    margin-right: 0px;
}

.tandem .participate .individuals .countrylist .blockHead {
    margin: 0px;
    padding-bottom: 30px;
}

.tandem .participate .individuals .countrylist .blockTitle {
    margin: 0px;
    color: #1F3467;
    font-family: "Open Sans", arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 30px;
    text-align: center;
}

.tandem .participate .individuals .countrylist img {
    height: 36px;
    width: 36px;
}

.tandem .constructions {
    padding-top: 100px;
}

.tandem .constructions .blockHead {
    padding-bottom: 60px;
    margin: 0px;
}

.tandem .constructions .blockHead .blocktitle {
    text-align: center;
    margin-bottom: 0px;
}

.tandem .constructions .steps {
    justify-content: space-evenly;
    padding-bottom: 80px;
    display: flex;
}

.tandem .constructions .steps:nth-of-type(even) {
    justify-content: center;
    flex-direction: row-reverse;
}

.tandem .constructions .steps:last-child {
    padding-bottom: 120px;
}

.tandem .constructions .steps .listingImage {
    display: flex;
    height: 250px;
    width: 250px;
    background-color: #448AD8;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}

.tandem .constructions .steps .listingImage:nth-of-type(even) {
    margin-left: 10%;
}

.tandem .constructions .steps .listingImage img {
    max-height: 182.94px;
    max-width: 152.7px;
}

.tandem .constructions .steps .step-desc {
    align-self: center;
    width: 38%;
}

.tandem .constructions .steps .step-desc .subtitle {
    color: #000000;
    font-family: "Open Sans", arial, sans-serif;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 30px;
    padding-bottom: 15px;
}

.tandem .constructions .steps .step-desc .description {
    color: #464646;
    font-family: "Open Sans", arial, sans-serif;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 30px;
    padding-bottom: 30px;
}

.tandem .further-info {
    margin-bottom: 120px;
}

.tandem .further-info .layer {
    background-color: #F3F7FF;
    padding-top: 90px;
    text-align: center;
}

.tandem .further-info .layer .blockHead {
    padding-bottom: 30px;
    margin-bottom: 0px;
}

.tandem .further-info .layer .blockHead a {
    display: block;
    color: #69C7BA;
    font-size: 28px;
    text-decoration: underline;
    padding-bottom: 30px;
}

.tandem .further-info .layer .blockHead .blocktitle {
    margin-bottom: 0px;
}

.tandem .further-info .layer .blockHead span {
    margin-bottom: 30px;
    color: #1F3467;
    font-family: "Open Sans", arial, sans-serif;
    font-size: 20px;
    font-style: italic;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 27px;
    text-align: center;
}

.tandem .further-info .layer .subtitle {
    padding-bottom: 20px;
    color: #1F3467;
    font-family: "Open Sans", arial, sans-serif;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 30px;
    text-align: center;
}

.tandem .further-info .layer .socialIcons {
    padding-bottom: 80px;
}

.tandem .further-info .layer .socialIcons li a {
    width: 45px;
    height: 45px;
}

.tandem .further-info .layer .socialIcons li a img {
    max-width: 25px;
    max-height: 25px;
}

.events-landing .Projects {
    margin-bottom: 150px;
}

.events-landing .Projects .eventListing,
.eventListing.opportunity {
    margin-bottom: 20px;
    padding: 30px;
    border: 0.67px solid #E2E2E2;
    background-color: #FFFFFF;
}

.events-landing .Projects .eventListing .eventDetails .listingTitle,
.eventListing.opportunity .listingTitle {
    padding-bottom: 15px;
    color: #1F3467;
    font-family: "Open Sans", arial, sans-serif;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 38px;
    max-width: 488px;
}

.eventListing.opportunity .dateEvent {
    padding-top: 30px;
    padding-bottom: 30px;
}

.events-landing .Projects .eventListing .eventDetails .listingDescription {
    padding-bottom: 40px;
}

.events-landing .Projects .eventListing .listingImage img {
    height: 178px;
    width: 263px;
}

.contact-form {
    padding-top: 60px;
    padding-bottom: 120px;
}

.contact-form label {
    color: #1F3467;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 19px;
    display: inline-block;
    margin-bottom: 10px;
}

.contact-form input {
    border: 1px solid #E4E4E4;
}

.contact-form .inputEntity {
    margin-bottom: 30px;
}

.contact-form .inputEntity input[type=text],
.contact-form .inputEntity input[type=password],
.contact-form .inputEntity .dk-selected,
.contact-form .inputEntity .fileUpload {
    height: 48px;
    border: 1px solid #E4E4E4;
    border-radius: 0;
    width: calc(100% - 22px);
}

.contact-form .inputEntity textarea {
    height: 300px;
    width: calc(100% - 22px);
}

.contact-form .inputEntity .d-flex {
    margin: 0 -4px;
}

.contact-form .inputEntity .d-flex .col {
    padding: 0 4px;
}

.contact-form .col-md-6 {
    padding: 0 18px;
}

.contact-form .form-actions {
    padding-top: 10px;
    text-align: center;
}

.contact-form .button {
    padding-top: 16px;
    padding-bottom: 16px;
}

.contact-form .button input {
    background: none;
    border: none;
    color: #ffffff !important;
    font-family: "Open Sans", arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
}

.contact-form .customSelect {
    box-sizing: border-box;
}

.contact-form .customSelect .dk-selected {
    color: #000000;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 18px;
    height: 50px;
    width: 100%;
    padding-left: 15px;
    padding-top: 12px;
    border: 1px solid #E2E2E2;
    background-color: #FFFFFF;
}

.contact-form .customSelect .dk-selected::after {
    display: none;
}

.contact-form .customSelect .dk-selected::before {
    width: 15px;
    height: 15px;
    background: url(../images/next.svg) center no-repeat;
    border: 0px;
    transform: translateY(-50%) rotate(90deg);
    margin: 0px;
    top: 50%;
    right: 12px;
}

.contact-form .customSelect .dk-selected::after {
    border: 0px;
}

.contact-form .customSelect .dk-select-options {
    border-color: #e2e2e2;
}

.contact-form .blockTitle {
    color: #1F3467;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 38px;
    margin-bottom: 30px;
    margin-top: 60px;
}

.signup .notice {
    margin-bottom: 20px;
    padding-left: 20px;
    border-left: 4px solid #EF7522;
}

.signup .notice p {
    color: #464646;
    font-family: "Open Sans", arial, sans-serif;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 24px;
}

.signup .form-actions {
    text-align: inherit;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #E2E2E2;
    padding-top: 46px;
    margin-top: 30px;
}

.terms label {
    color: #464646;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 30px !important;
    font-weight: 400;
}

.terms label a {
    color: #69C7BA;
    text-decoration: underline;
}

.terms input[type=checkbox]:not(old)+label:before {
    height: 20px;
    width: 20px;
    border: 1px solid #D8D8D8;
    background-color: #FFFFFF;
}

.terms input[type=checkbox]:not(old):checked+label:before {
    background-color: #69C7BA;
}

.account-header {
    display: flex;
    justify-content: space-between;
    align-self: center;
    padding-top: 77px;
    margin-bottom: 100px;
}

.account-header .accountName {
    color: #1F3467;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 43px;
    margin-bottom: 23px;
}

.account-header .account-mail {
    color: #464646;
    font-size: 17px;
    letter-spacing: 0;
    line-height: 23px;
    padding-left: 28px;
    position: relative;
}

.account-header .account-mail:before {
    content: "";
    position: absolute;
    height: 14px;
    width: 20px;
    top: 6px;
    left: 0;
    background: url(../images/signup.svg) no-repeat;
    background-size: contain;
}

.account-header .whitebutton {
    position: relative;
    text-transform: uppercase;
    line-height: 23px;
}

.account-header .whitebutton::before {
    background: url(../images/arrow-green.svg) no-repeat;
    top: 20px;
    width: 16px;
    height: 16px;
    left: 45px;
    content: "";
    position: absolute;
}

.tabsLinks {
    padding-bottom: 15px;
    position: relative;
}

.tabsLinks a {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 24px;
    opacity: 0.3;
    color: #1F3467;
    padding-right: 50px;
}

.tabsLinks a.active {
    opacity: 1;
    position: relative;
}

.tabsLinks a.active:after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    width: calc(100% - 50px);
    border-bottom: 4px solid #69C7BA;
}

.tabsLinks:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: calc(100% - 60px);
    left: 30px;
    border-bottom: 1px solid #E2E2E2;
}

.tab>.contact-form .blockTitle {
    margin-top: 0px;
}

.dk-select .dk-select-options {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
    border-radius: 0;
    padding: 0;
}

.dk-option {
    color: #464646;
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
    padding: 10px 20px;
    position: relative;
}

.dk-option:not(:last-child):after {
    content: "";
    position: absolute;
    left: 20px;
    bottom: 0;
    width: calc(100% - 40px);
    border-bottom: 1px solid #E4E4E4;
}

.dk-option:hover {
    background-color: #69C7BA;
    color: #fff;
}

.dk-option:hover:after {
    content: none;
}

.subscription {
    padding-top: 30px;
}

.subscription .stackedInput {
    display: flex;
    flex-wrap: wrap;
}

.subscription .stackedInput li {
    flex: 0 0 auto;
    width: 14.66666667%;
    position: relative;
}

.subscription .stackedInput li input[type=radio],
.subscription .stackedInput li input[type=checkbox] {
    position: absolute;
    left: -5px;
    top: 10px;
}

.subscription .stackedInput li+li {
    margin-bottom: 50px;
}

.subscription .stackedInput label {
    color: #464646;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 400;
    margin-left: 0;
}

.subscription .stackedInput input[type=radio]:not(old)+label:before,
.subscription .stackedInput input[type=checkbox]:not(old)+label:before {
    height: 20px;
    width: 20px;
    margin-top: 0;
    border: 1px solid #D8D8D8;
    background-color: #FFFFFF;
}

.subscription .stackedInput input[type=radio]:not(old)+label:before {
    border-radius: 10px;
}

.subscription .stackedInput input[type=radio]:not(old):checked+label:before,
.subscription .stackedInput input[type=checkbox]:not(old):checked+label:before {
    background: #69C7BA;
}

.subscription .form-actions {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #E2E2E2;
    padding-top: 46px;
    margin-top: 30px;
}

.subscription .subscription-alert {
    color: #464646;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 20px;
    padding: 16px 52px;
    background-color: #F9FBFF;
    position: relative;
    margin-bottom: 40px;
}

.subscription .subscription-alert .subscribe-link {
    color: #69C7BA;
    float: right;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 20px;
    text-decoration: underline;
}

.subscription .subscription-alert:before {
    content: "";
    position: absolute;
    left: 20px;
    background: url(../images/notice-icon.svg) no-repeat;
    height: 22px;
    width: 22px;
    background-size: contain;
}

.newsLetterBanner .Banner {
    height: 746px;
}

.newsLetterBanner .pageTitle {
    width: 479px;
    margin-bottom: 50px !important;
}

.newsLetterBanner .newsletterContainer label {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 19px;
    display: block;
    margin-bottom: 10px;
}

.newsLetterBanner .newsletterContainer .newsInput {
    box-sizing: border-box;
    height: 50px;
    width: 479px;
    border: 1px solid #E4E4E4;
    background-color: #FFFFFF;
    margin-bottom: 30px;
    display: block;
}

.newsLetterBanner .button {
    padding-top: 16px;
    padding-bottom: 16px;
}

a.breadcumbs_link {
    text-decoration: none;
    color: inherit;
}

h3.search_title {
    padding-bottom: 20px;
    border-bottom: 3px solid;
}

.wpcf7-form-control.wpcf7-text.wpcf7-email {
    padding: 15px;
    /* width: -webkit-fill-available; */
}

.wpcf7-spinner {
    display: none;
}

@media screen and (max-width: 1300px) {
    .header .rightNav .country {
        width: 167px;
        margin-left: 10px;
    }

    .header .logoHolder {
        width: 220px;
    }

    .header .MainMenu>ul>li>a {
        font-size: 14px;
    }
}

@media screen and (max-width: 1200px) {
    .homeSlider .slideNumber {
        bottom: -283px;
    }
}

.fts-jal-fb-group-display.fts-simple-fb-wrapper.feed_dynamic_classrwqglihhuo_page {
    margin-bottom: 120px;
}

.scrollToTop {
    position: absolute;
    top: 0;
    right: 40px;
    width: 40px;
    height: 40px;
    background-image: url(../images/backtop.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50px;
    display: block;
    transform: translateY(-50%);
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.scrollToTop.fix {
    position: fixed;
    bottom: 40px;
    top: auto;
}

.scrollToTop.show {
    opacity: 1;
    visibility: visible;
}

.pager-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.submenuListing .tab {
    display: none;
    padding-top: 0 !important;
}

.submenuListing .tab .listingLink {
    margin-bottom: 0;
}

.header .megaMenu .submenuListing .tab.ecard .col-3 .listingImage {
    height: auto !important;
}

.header .megaMenu .submenuListing .tab.ecard .col-3 .listingImage a {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding-top: 100%;
}

.header .megaMenu .submenuListing .tab.ecard .col-3 .listingImage a img {
    position: absolute;
    width: 100%;
    top: 0;
}

.submenuListing .tab.showing {
    display: block;
    height: auto;
    overflow: hidden;
}

.firstLevelMenu .submenuListing .tab.showing {
    height: auto
}

.cvf-universal-pagination ul {
    display: flex;
    padding-top: 20px;
    align-items: center;
    justify-content: center;
}

.cvf-universal-pagination ul li {
    padding: 0 5px;
    vertical-align: baseline;
}

.cvf-universal-pagination ul li.previous_arrow,
.cvf-universal-pagination ul li.next_arrow {
    padding-top: 3px;
}

.cvf-universal-pagination ul li.previous_arrow a,
.cvf-universal-pagination ul li.next_arrow a {
    font-weight: bold;
    font-size: 18px;
    color: black;
}

.cvf-universal-pagination ul li a {
    color: #464646;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 19px;
    font-weight: 400;
}

.cvf-universal-pagination ul li a.selected {
    color: black;
    font-weight: bold;
}

.cvf-universal-pagination ul li:first-child a {
    color: black;
    font-weight: bold;
}

.cvf-universal-pagination ul li a:hover {
    color: #69c7ba
}

/* fixing date in events  */

div.eventDate {
    display: flex;
}

.eventInfo .dateEvent span.startDate,
.eventInfo .dateEvent span.endDate {
    font-weight: bold;
    font-size: 14px;
}

.eventInfo .dateEvent {
    margin-right: 20px;
}

.eventInfo .dateEvent,
.eventInfo .eventLocation {
    display: inline-block;
}

.eventInfo .eventLocation {
    color: #464646;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 19px;
}

.eventInfo .organizer_event {
    color: #464646;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 19px;
    display: inline-block;
    padding-left: 20px;
}

.homepage-body .homepage-sidebar .NewsLetter {
    margin-bottom: 15px !important;
}

.events-landing .eventListing .eventInfo {
    display: flex;
    justify-content: start;
    margin-bottom: 20px;
}

.events-landing .eventListing .eventInfo .eventLocation {
    margin-left: 0px;
    color: #464646;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 19px;
}

.fts-jal-fb-header h1 {
    color: #1F3467;
    font-size: 42px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 57px;
    text-align: center;
    margin-bottom: 15px;
}

.fts-jal-fb-group-display {
    display: flex;
    margin-bottom: 120px;
    gap: 30px;
}

.fts-jal-single-fb-post {
    flex: 0 0 33.3333333%;
    max-width: 33.3333333%;
    width: 100%;
    padding: 15px !important;
    border: 1px solid #E2E2E2;
    border-radius: 2px;
    background-color: #FFFFFF;
    overflow: hidden;
}

.fts-jal-single-fb-post {
    flex: 0 0 100%;
    max-width: calc(100% - 30px);
    width: 100%;
    padding: 15px !important;

}

.fts-likes-shares-etc-wrap {
    display: none;
}

.fts-jal-fb-user-name a {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 22px;
}

.fts-jal-fb-message {
    color: #383838;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 22px;
    font-family: "Open Sans", ;
}

.fts-album-photos-wrap a {
    margin: 0;
    border-radius: 5px;
    background-color: #D6D5D5;
    overflow: hidden;
}

.fts-powered-by-text-popup a.fts-powered-by-text {
    display: none !important;
}

.listingInfos .closing_date {
    margin-bottom: 10px;
    font-size: 13px;
}

span.opp_closing_date {
    font-weight: bold;
}

.news .countrylist {
    margin-bottom: 30px;
}

.news .countrylist ul {
    flex-wrap: wrap;
}

.news .countrylist ul li {
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
    .project.publication_inner {
        flex-direction: column;
    }

    .eventListing.opportunity .listingImage {
        margin-bottom: 30px;
    }
}

/* fixing image in country listing */

.eventInfo .eventLocation img,
.eventInfo .dateEvent img {
    width: unset;
    display: unset;
}


/*# sourceMappingURL=eu.css.map */


.contactInfoListing {
    border: 1px solid #e2e2e2;
    border-left: 2px solid #ef7522;
    padding: 30px;
    margin-bottom: 60px;
}

.contactInfoListing .title {
    color: #1f3467;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 43px;
    margin-bottom: 20px;
}


.contactInfoListing ul li {
    display: block;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 20px;
    display: flex;
    align-items: center;

}

.contactInfoListing ul li:last-child {
    margin-bottom: 0px;
    border-bottom: none;
    padding: 0;
}

.contactInfoListing ul li .one {
    flex: 0 0 25%;
    max-width: 25%;
}

.contactInfoListing ul li .one .imageHolder {
    display: block;
    border-radius: 50%;
    overflow: hidden;
    width: 80px;
}

.contactInfoListing ul li .one .imageHolder img {
    display: block;
    width: 100%;
}

.contactInfoListing ul li .two {
    flex: 0 0 25%;
    max-width: 25%;
}

.contactInfoListing ul li .two .name {
    display: block;
    color: black;
}

.contactInfoListing ul li .two .position {
    display: block;
    color: black;
}

.contactInfoListing ul li .two .email {
    display: block;
    color: black;
}

.contactInfoListing ul li .three {
    flex: 0 0 50%;
    max-width: 50%;
    color: black;
}

.header .languageSwicther {
    position: absolute;
    top: 20px;
    right: 40px;

}

.header .languageSwicther .wpml-ls-legacy-dropdown-click {
    width: auto;

}

.header .languageSwicther .wpml-ls-legacy-dropdown-click a {
    border: none;
    color: #1F3467;
    font-family: "Open Sans", arial, sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 18px;
    text-align: right;
}

.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle {
    padding-right: calc(10px + 1.4em);
    padding-left: 20px;
}

.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {
    right: 0px;
    left: auto;
    border: none;
    background-image: url(../images/Languagedropdownarrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 10px;
    height: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
    width: 140px;
    right: 0;
    left: auto;
    background: white;
}

.wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover>a,
.wpml-ls-legacy-dropdown-click a:focus,
.wpml-ls-legacy-dropdown-click a:hover {
    background-color: white !important;
    opacity: 0.6;
}




.wp-block-group .fts-jal-fb-group-display {
    display: inline-block;
    width: calc(33.3333333% - 30px);
    margin-left: 30px;


    border: 1px solid #E2E2E2;
    border-radius: 2px;
    background-color: #FFFFFF;
    overflow: auto;
    max-height: 500px;
}

.wp-block-group .fts-clear,
#fb-root {
    display: none;
}

.wp-block-group .fts-instagram-inline-block-centered::-webkit-scrollbar-track {
    background-color: transparent;
}

.wp-block-group .fts-instagram-inline-block-centered::-webkit-scrollbar {
    background-color: transparent;
}

.wp-block-group .fts-instagram-inline-block-centered::-webkit-scrollbar-thumb {
    background-color: transparent;
}

.wp-block-group .fts-instagram-inline-block-centered {
    display: inline-block;
    width: calc(33.3333333% - 30px);
    margin-left: 30px;
    border: 1px solid #E2E2E2;
    border-radius: 2px;
    background-color: #FFFFFF;
    overflow: hidden;
    overflow: auto;
    max-height: 500px;
}


.wp-block-group .fts-clear,
#fb-root {
    display: none;
}

.wp-block-group .fts-simple-fb-wrapper::-webkit-scrollbar-track,
.wp-block-group .fts-instagram-inline-block-centered::-webkit-scrollbar-track {
    background-color: transparent;
}

.wp-block-group .fts-simple-fb-wrapper::-webkit-scrollbar,
.wp-block-group .fts-instagram-inline-block-centered::-webkit-scrollbar {
    background-color: transparent;
}

.wp-block-group .fts-simple-fb-wrapper::-webkit-scrollbar-thumb,
.wp-block-group .fts-instagram-inline-block-centered::-webkit-scrollbar-thumb {
    background-color: transparent;
}

.fts-jal-single-fb-post {
    border: none;
}

.specialClass .listingImage a img {
    transition: all 0.3s ease-in-out;
    display: block;
    min-height: 168px;
}

.specialClass .listingImage a:hover img {
    transform: scale(1.05);
}

.specialClass .listingInfos a {
    transition: all 0.3s ease-in-out;
}


.homepage-body .Alert .button:hover,
.button:hover {
    background-color: #44998d !important;
    border: 1px solid #44998d;
}


.footer .footerTop .Signup:hover,
.header .rightNav .country:hover {
    background-color: #44998d;
}

.header .rightNav .country,
.listingImage a img,
.videos-slider .venobox .videoImages img,
.header .rightNav .signup,
.header .MainMenu>ul>li>a,
.news-list .listingImage img,
.news .col-md-8 .d-flex .sociallist a,
.homepage-sidebar .listingImage img,
.countries ul a,
.recent .recentpodcast .podcasttitle.About,
.recent .recentpodcast img,
.NewsLetter .listimg img,
.news .listingLink a,
.footer .footerMiddle .footerPages li a,
.footer .footerMiddle .South li:first-child a,
.footer .footerMiddle .Eu li:first-child a,
.footer .footerMiddle .About li:first-child a {
    transition: all 0.3s ease-in-out;
}

.countries ul a:hover,
.podcasttitle:hover,
.news .col-md-8 .d-flex .sociallist a:hover,
header .rightNav .signup:hover,
.header .MainMenu>ul>li>a:hover,
.news .listingLink a:hover,
.footer .footerMiddle .footerPages li a:hover,
.footer .footerMiddle .South li:first-child a:hover,
.footer .footerMiddle .Eu li:first-child a:hover,
.footer .footerMiddle .About li:first-child a:hover {
    opacity: 0.5 !important;
}

.news-list .listingImage img {
    display: block;
}

.news-list .listingImage:hover img,
.listingImage a:hover img,
.videos-slider .venobox:hover .videoImages img,
.homepage-sidebar .listingImage:hover img,
.recent .recentpodcast:hover img,
.NewsLetter .listimg:hover img {
    transform: scale(1.05);
}

.listingImage a,
.news-list .listingImage,
.videos-slider .venobox .videoImages,
.homepage-sidebar .listingImage,
.recent .recentpodcast,
.NewsLetter .listimg {
    overflow: hidden;
}

.videos-section .item h2:hover {
    color: #69c7ba;
}

.wpcf7-not-valid-tip {
    position: absolute;
    top: -30px;
    right: 0;
    font-size: 12px;
}

.homepage-body .mediaCenter .highlighted-item .news-item {
    /* height: auto; */
    padding: 0;
    display: block;
}

.homepage-body .mediaCenter .highlighted-item .news-item::before {
    z-index: 1;
}

.homepage-body .mediaCenter .highlighted-item .news-item img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    position: absolute;
    z-index: 0;
}

.homepage-body .mediaCenter .highlighted-item .news-item .news_info {
    display: block;
    position: absolute;
    z-index: 1;
    bottom: 20px;
    left: 20px;
}

.news-list .listingImage {
    min-height: 206px;
}

.header .megaMenu .col-3 .listingImage img {
    height: 100%;
    width: auto;
    max-width: none;
}

.submenuListing .tab#tab2 img {
    width: 100%;
}


.eventInfo .dateEvent {
    margin-right: 0;
}

.eventInfo .dateEvent,
.eventInfo .eventLocation {
    display: block;
    margin-bottom: 10px;
    font-size: 13px;
}

.eventInfo .eventLocation .location {
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 400;
}

.eventInfo .dateEvent span.startDate,
.eventInfo .dateEvent span.endDate {
    font-size: 13px;
    font-weight: 500;
}

.eventInfo .eventLocation img,
.eventInfo .dateEvent img {
    width: 13px;
}

.news .col-md-8 .blockHead .blockTitle {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 27px;
}

.countrylist ul .country:last-child {
    margin-right: 0;
}

.pubListing .listingImage img {
    max-height: 450px;
}

.oppListing .listingImage img {
    max-height: 256px;
}

.eventInfo .eventLocation img,
.eventInfo .dateEvent img {
    vertical-align: middle;
}

.button {
    padding-top: 15px;
    padding-bottom: 15px;
}

.Projects .cvf-pagination-nav {
    margin-bottom: 30px;
}

.project-details .box-item,
.oppListing .box-item {
    border: none;
}

.action_in_brief p {
    margin-bottom: 15px;
}

.tabsMain {
    padding-top: 50px;
}

/* custom css for keyword filtering */

.keyword-input {
    padding-right: 20px;
    margin-bottom: 0 !important;
}

.keyword-input input {
    height: 45px !important;
    width: 100% !important;
}

.fts-jal-single-fb-post {
    max-width: calc(100% - 15px);
}

.fts-jal-fb-message {}

.fts-jal-fb-user-thumb {
    border-radius: 50%;
    overflow: hidden;
}

.fts-jal-fb-vid-wrap,
.fts-jal-fb-link-wrap {
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #E5E5E5;
}

.fts-jal-fb-link-wrap .fts-jal-fb-picture,
.fts-jal-fb-vid-wrap .fts-jal-fb-vid-picture {
    width: 150px;
    margin-top: 0;
    float: none;
    display: inline-block;
    margin-right: 0;
}

.fts-jal-fb-link-wrap .fts-jal-fb-description-wrap,
.fts-jal-fb-vid-wrap .fts-jal-fb-description-wrap {
    /* border:1px solid #E5E5E5; */
    border-radius: 5px;
    float: none;
    width: calc(100% - 179px);
    display: inline-block;
    padding: 10px 0 10px 20px !important;
}

@font-face {
    font-family: 'Droid';
    src: url('./fonts/DroidArabicKufi-Bold.eot');
    src: url('./fonts/DroidArabicKufi-Bold.eot?#iefix') format('embedded-opentype'),
        url('./fonts/DroidArabicKufi-Bold.woff2') format('woff2'),
        url('./fonts/DroidArabicKufi-Bold.woff') format('woff'),
        url('./fonts/DroidArabicKufi-Bold.ttf') format('truetype'),
        url('./fonts/DroidArabicKufi-Bold.svg#DroidArabicKufi-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Droid';
    src: url('./fonts/DroidArabicKufi.eot');
    src: url('./fonts/DroidArabicKufi.eot?#iefix') format('embedded-opentype'),
        url('./fonts/DroidArabicKufi.woff2') format('woff2'),
        url('./fonts/DroidArabicKufi.woff') format('woff'),
        url('./fonts/DroidArabicKufi.ttf') format('truetype'),
        url('./fonts/DroidArabicKufi.svg#DroidArabicKufi') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


.fts-jal-fb-message {
    font-family: "Open Sans", 'Droid';
}

.tabsMain input {
    color: black;
}

.inputParent.email-validate:before {
    content: "Please enter a valid email address";
    position: absolute;
    bottom: -20px;
    font-size: 13px;
    color: red;
}

.inputParent.email-validate input,
.inputParent.email-exists input {
    border: 1px solid #FF0000 !important;
    background-color: rgb(250, 0, 0, 0.2);
}

.inputParent.email-exists:before {
    content: "email allready exists please use another one";
    position: absolute;
    bottom: -20px;
    font-size: 13px;
    color: red;
}

.inputParent.email-true input {
    border: 1px solid #46C448 !important;
}

.inputParent.email-true:before {
    content: url(https://phpbeta.borninteractive.net/euneighbours/wp-content/uploads/2022/05/Check.svg);
    position: absolute;
    right: 12px;
    bottom: 12px;
    background: #E5FFE5;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    text-align: center;
}

.inputParent.name-validate:before {
    content: "please enter a valide name only letters";
    position: absolute;
    bottom: -20px;
    font-size: 13px;
    color: red;
}

.inputParent.name-validate input {
    border: 1px solid red !important;
}

.inputParent.name-true input {
    border: 1px solid #46C448 !important;
}

.col-12.content-validate {
    position: relative;
}

.col-12.content-validate:before {
    content: "Please choose one or more";
    position: absolute;
    top: 35px;
    left: 15px;
    font-size: 14px;
    color: red;
}

.subscription .col-12.content-validate .stackedInput input[type=checkbox]:not(old)+label:before {
    border: 1px solid red;

}

.terms.check-privacy input[type=checkbox]:not(old)+label:before {
    border: 1px solid red;

}

.terms.check-privacy {
    position: relative;
}

.terms.check-privacy:before {
    content: "this is required to procced";
    position: absolute;
    top: -20px;
    left: 9px;
    font-size: 14px;
    color: red;
}

.unsubscribe {
    background-color: #F3F7FF;
    border: none;
    margin-bottom: 100px;
    padding-bottom: 20px !important;
}

.unsubscribe .rightNav a {
    color: #1F3467;
    font-family: "Open Sans", arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 22px;
    text-align: right;
    transition: all 0.3s ease-in-out;
}

.unsubscribe .rightNav a:hover {
    opacity: 0.5;
}

.unsubscribeSuccess {
    text-align: center;
}

.unsubscribeSuccess .title,
.unsubscribeSection .title {
    color: #1F3467;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 43px;
    margin-bottom: 10px;
}

.unsubscribeSuccess p,
.unsubscribeSection p {
    color: #464646;
    font-size: 17px;
    letter-spacing: 0;
    line-height: 23px;
    margin-bottom: 30px;
}

.unsubscribeSection form .inputEntity {
    margin-bottom: 20px;
}

.unsubscribeSection form .inputEntity input {
    position: absolute;

}

.unsubscribeSection form .inputEntity label {
    color: #464646;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 18px;
    position: relative;
    padding-left: 28px;
    display: block;
    margin-left: 0;
    cursor: pointer;
}

.unsubscribeSection form .inputEntity label::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 20px;
    width: 20px;
    border: 1px solid #D8D8D8;
    border-radius: 50%;
    background-color: #FFFFFF;
    margin: 0;
}

.unsubscribeSection form .formActions {
    text-align: left;
    padding-top: 20px;
}


.unsubscribeSuccess .btn,
.unsubscribeSection form .formActions button {
    max-width: 231px;
    display: inline-block;
    background-color: #69c7ba;
    border: 1px solid #69c7ba;
    position: relative;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 19px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    padding: 0px;
    padding-right: 20px;
    padding-left: 60px;
    padding-top: 0;
    margin-top: 54px;
    height: 50px;
    width: 231px;
    background-color: #69c7ba;
    margin-top: 0;
}

.unsubscribeSuccess .btn::before,
.unsubscribeSection form .formActions button::before {
    content: "";
    height: 12px;
    width: 15px;
    top: 50% !important;
    transform: translateY(-50%);
    left: 45px;
    background: url(../images/arrow.svg) no-repeat;
    position: absolute;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;

}

.unsubscribeSuccess .btn {
    line-height: 48px;
}

.homepage-body .homepage-sidebar .NewsLetter .listimg {
    height: auto;
}

.homepage-body .homepage-sidebar .NewsLetter .listimg img {
    height: auto;
}

.homepage-sidebar .opp-high-slider .listingImage {
    max-height: 200px;
    overflow: hidden;
}

.Projects .filtering .filter-item .inputEntity label::before {
    top: 0;
}

.e-cardlisting .Projects .col-md-9 .personcard .listingImage img {
    height: auto;
}

.Projects .col-md-9 .col-md-4 .box-item .ListingDate {
    margin-bottom: 10px;
}

.Projects .filtering .filter-item .inputEntity label {
    font-weight: 400;
}

.project-details .news-realted-slider .box-item {
    border: 0.67px solid #e2e2e2;
}

.news-realted-slider {
    margin-bottom: 100px;
}

@keyframes loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.Projects .col-md-9 {
    position: relative;
    min-height: 300px;
}

.load_result {
    height: 5rem;
    width: 5rem;
    border-radius: 50%;
    border: 10px solid #1f3467;
    border-top-color: #6c80b2;
    box-sizing: border-box;
    background: transparent;
    animation: loading 1s linear infinite;
    font-size: 0;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.news .col-md-8 .blockHead .blockTitle {
    color: #1F3467;
    font-size: 37px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 51px;
}

.news .tags {
    padding-top: 20px;
    /* border-top: 1px solid #e2e2e2; */
}

.events-landing .Projects .eventListing .eventDetails .listingDescription {
    font-weight: 400;
}

.events-landing .Projects .eventListing .eventDetails .listingDescription h3 {
    font-weight: 400;
    font-size: 16px;
}

.events-landing .eventListing .eventInfo .eventLocation {
    margin-left: 20px;
}

.projectdescription h3 {
    margin-bottom: 10px;
    padding-top: 40px;

}

h3.subscribtion {
    font-size: 17px !important;
}

.project.publication_inner {
    display: flex;
    justify-content: center;
    align-items: center;
}

.project.publication_inner .projectdescription {
    margin-left: 20px;
}

.project.publication_inner img {
    width: auto;
}

/* new comments */

.secondary_menu {
    position: absolute;
    top: 25px;
    right: 120px;
    color: #1f3467;
    font-family: "Open Sans", arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 22px;
}

.secondary_menu ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.secondary_menu ul li a {
    color: #1f3467;
    font-family: "Open Sans", arial, sans-serif;
}

.secondary_menu ul li a:hover {
    color: #69c7ba;
}

.secondary_menu ul li {
    margin-right: 20px;
}

ul.firstLevel {
    display: none;
}

.types {
    color: #1f3467;
    font-family: "Open Sans", arial, sans-serif;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 22px;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.section_related {
    margin-bottom: 70px;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

.section_related .col-md-4 {
    padding-right: 18px;
    padding-left: 18px;
}

.h2_search {
    margin: 30px 0px;
    color: black;
}

.searchquery {
    color: #1f3467;
}

.section_related .item.box-item {
    margin-bottom: 36px;
}

.campaign {
    padding-top: 25px;
    margin-bottom: 120px;
}

.campaign .blockHead h2 {
    margin-bottom: 36px;
}

.campaign .d-flex {
    padding: 20px;
   min-height: 330px;
  max-width : 330px;
    position: relative;
    background-size: contain !important;
}

.campaign .d-flex:after {
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 45%;
    background: linear-gradient(180deg, rgba(31, 52, 103, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    position: absolute;
    z-index: 0;
}

.campaign .d-flex .listingInfos {
    bottom: 20px;
    vertical-align: bottom;
    position: absolute;
    z-index: 1;
}

.campaign .d-flex .listingInfos .listingTitle {
    color: white;
}

.photogallery .subtitle {
    margin-bottom: 20px;
}

.photogallery {
    margin-bottom: 40px;
}

.photogallery .item {
    padding: 20px;
}

.header .megaMenu .tab.ecard .col-3 .listingImage {
    height: 242px;
}

.submenuListing .tab.ecard.showing {
    height: 371px;
}

.listing_tabs ul {
    margin-bottom: 40px;
}

.listing_tabs ul li {
    display: inline-block;
    padding: 10px;
    /* margin-right:10px; */
    border: 1px solid #dddddd;
    border-left: none;
    font-size: 16px;
}

.listing_tabs ul li:first-child {
    border-left: 1px solid #dddddd;
}

.listing_tabs ul li.active {
    background-color: #69c7ba;
    color: #ffffff;
}

.Projects .category_section {
    /* display: none;s */
    border-bottom: 1px solid #dddddd;
    margin-bottom: 30px;
}

.Projects .category_section .section_related {
    margin-bottom: 0;
    padding-bottom: 10px;
}

.rightMenu {
    /* position: absolute;
      top: 20px;
      right: 0; */
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 35px;
}

.rightMenu .secondary_menu {
    position: relative;
    top: auto;
    right: auto;
}

.rightMenu .languageSwicther {
    position: relative;
    top: auto;
    right: auto;
    margin-right: 40px;
}

.header {
    padding: 20px 0 !important;
}

.header .nav {
    align-items: center;
}

.header .nav .nav_left {
    flex: 0 0 17%;
    max-width: 17%;
}

.header .nav .nav_right {
    flex: 0 0 83%;
    max-width: 83%;
}

.header .nav .nav_right .center_nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header .nav .nav_right .center_nav .rightNav {
    padding: 0
}

.header .nav .nav_right .rightMenu .searchDiv a {
    width: 20px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/search.svg);
    display: block;
}

.header .nav .nav_right .rightMenu .searchDiv a:hover {
    opacity: 0.5;
}

.header .nav .nav_right .rightMenu .searchDiv .form_pop_up {
    position: fixed;
    top: 0;
    height: 58%;
    width: 100%;
    left: 0;
    z-index: 5;
    box-sizing: border-box;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-image:url(../images/Close.svg);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: calc(100% - 14vw) 40px; */
    display: none;
}

.header .nav .nav_right .rightMenu .searchDiv .form_pop_up .container {
    height: 100%;
    display: flex;
    align-items: center;
}

.header .nav .nav_right .rightMenu .searchDiv .form_pop_up .container .closeSearch {
    position: absolute;
    top: 40px;
    right: 54px;
    background-image: url(../images/Close.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 20px;
    display: block;
}

.header .nav .nav_right .rightMenu .searchDiv .form_pop_up .container .search-form {
    width: 100%;
}

.header .nav .nav_right .rightMenu .searchDiv .search-form label {
    /* width: 70vw; */
}

.header .nav .nav_right .rightMenu .searchDiv .search-form .search-field {
    width: 100%;
    border: none;
    border-bottom: 1px solid #dddddd;
    padding: 0 0 10px 0;
    display: inline-block;
    width: calc(100% - 30px);
    -webkit-appearance: none;

    color: #1F3467;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 27px;
}

.header .nav .nav_right .rightMenu .searchDiv .search-form .search-field::placeholder {

    color: #1F3467;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 27px;
}

.header .nav .nav_right .rightMenu .searchDiv .search-form .search-submit {
    width: 20px;
    height: 20px;
    font-size: 0;
    border: none;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/search.svg);
    transform: translateY(-5px);
}

.header .nav .nav_right .center_nav .MainMenu {
    /* margin-right: 40px; */
    flex: 2;
}

.header .nav .nav_right .center_nav .MainMenu>ul {
    padding: 0;
    margin: 0;
    justify-content: space-between;
}

.header .nav .nav_right .center_nav .MainMenu>ul>li {
    padding: 0;
    margin: 0;
    margin-right: 25px;
    /* position:relative; */
}


.header .nav .nav_right .center_nav .MainMenu>ul>li>a {
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
}

.header .nav .nav_right .center_nav .MainMenu ul>li:last-child {
    margin-right: 0;
}

.connect_jeel .col-md-12 .d-flex .sociallist {
    display: flex;
    align-items: center;
    align-self: center;
    text-transform: uppercase;
    color: #464646;
    font-family: "Open Sans", arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 19px;
}

.connect_jeel .col-md-12 .d-flex .sociallist a {
    height: 36px;
    width: 36px;
    border-radius: 50%;
    background-color: #F3F7FF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}

.connect_jeel .col-md-12 .d-flex {

    justify-content: flex-end;
    margin-bottom: 20px;

}


.connect_jeel .project img {
    width: 100%;
    height: auto;
}


.connect_jeel .project .wp-post-image {
    margin-bottom: 30px;
}

.connect_jeel .project .projectdescription {
    margin-bottom: 50px;
}

.connect_jeel .project .projectdescription p {
    margin-bottom: 20px;
}

.connect_jeel .project .projectdescription h2 {
    margin-bottom: 20px;
}

.connect_jeel .project .projectdescription h3 {
    padding-top: 0px;
}

.connect_jeel .project .projectdescription p a {
    color: #69c7ba;
}

.connect_jeel .project .projectdescription ul {
    margin-bottom: 30px;
}

.connect_jeel .project .projectdescription ul li a {
    color: #69c7ba;
}

.connect_jeel .project .projectdescription .custom_title {
    margin-bottom: 20px;

}

.connect_jeel .project .projectdescription .cusotm_listing li {
    margin-bottom: 10px;

}

.connect_jeel .project .projectdescription .cusotm_listing li .title_inside {
    font-weight: 700;
    text-decoration: underline;
}

.campaign .d-flex {
    margin-bottom: 40px;
}

.noe {
    position: absolute;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    display: none !important;
}

.publication_inner .projectdescription img {
    float: left;
    margin-bottom: 30px !important;
    margin-right: 30px;
    width: 50% !important;

}

.Projects .specialClass .news_section.category_section .item .listingImage {
    height: 175px;
    overflow: hidden;
}

.Projects .specialClass .news_section.category_section .item .listingImage img {
    height: 100%;
    width: 100%;
    /* max-width:100%;
    max-height:none;
    min-height:0;
    min-width:100%;  */
}

.load_result {
    display: none;
}

.remove_at_done .load_result {
    top: 250px;
    left: 58%;
}

.inputEntity input[type=text],
.inputEntity input[type=password],
.inputEntity textarea,
.dk-selected,
.fileUpload {
    box-sizing: border-box;
}

.page-numbers {
    color: #464646;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 19px;
    font-weight: 400;
    padding: 0 5px;
}

.page-numbers.current {
    color: black;
    font-weight: bold;
}

.page-numbers:hover {
    color: #69c7ba;
}

.custom_pagination {
    text-align: center;
}

.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
    border: 1px solid #69c7ba;

}

.videos-section {
    padding: 52px 0;
    margin-bottom: 52px;
}

#search_data .blockTitle {
    display: flex;
    align-items: baseline;
}

#search_data .blockTitle .view {
    padding-top: 2px;
    opacity: 0.9;
    color: #69c7ba;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 18px;
    padding-left: 20px;
}

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

.Projects .filtering .filter-item .inputEntity {
    padding: 0;
}

.no_view {
    display: none;
}

.Projects .filtering .filter-item .inputEntity:last-child {
    margin-bottom: 0;
}

.Projects .filtering .filter-item .customSelect .dk-select-open-down .dk-selected::before {
    transform: translateY(-50%) rotate(-90deg);
}

.header .MainMenu>ul>li>a[href="#"]:hover {
    /* opacity:1!important;
    cursor:default; */
}

.eventInfo .dateEvent {
    font-weight: bold;
}

.eventInfo .eventLocation img,
.eventInfo .dateEvent img {
    transform: translateY(-2px);
}

.header .megaMenu .navigation ul li a {
    /*text-transform: capitalize;*/
}

.eventListing.opportunity .dateEvent {
    padding-top: 0;
}

.e-cardlisting .Projects,
.newslisting,
.events-landing .Projects {
    margin-bottom: 0;
    padding-bottom: 20px;
}

.oppdetails .news .col-md-3 .closing .subtitle::before {
    top: 50%;
    transform: translateY(-50%);
}

.news .col-md-8 .project .projectdescription {
    margin-left: 0;
    margin-right: 0;
}

.coming_soon {
    position: relative;
}

.coming_soon:hover>.coming_soon_pop_up {
    display: block !important;
    position: absolute;
    left: 0;
    top: 100%;
    white-space: nowrap;
    border-radius: 5px;
    padding: 3px 7px;
    background-color: white;
    box-shadow: 0 0 5px 0px rgb(195 192 192 / 50%);
}

.footer .footerMiddle .footerPages li a:hover,
.footer .footerMiddle li a:hover {
    color: #69c7ba;
    opacity: 1 !important;
}

.footer .footerMiddle .footerPages li a[href=""]:hover,
.footer .footerMiddle li a[href=""]:hover,
.footer .footerMiddle .Eu li a[href=""]:hover {
    color: white;
    opacity: 0.8 !important;
    pointer-events: none;
    cursor: default;
}

.campaignDetails {
    margin-bottom: 50px;
}

.campaignDetails a {
    color: #69c7ba;
    transition: all 0.3s ease-in-out;
}

.campaignDetails a:hover {
    color: #1F3467;
}


.fts-jal-fb-group-display {
    display: block;
    border: 1px solid #E2E2E2;
    padding: 20px;
    background-color: white;
    max-height: 500px;
    overflow: auto;
    margin-bottom: 0;
    box-sizing: border-box;
}

.fts-instagram-inline-block-centered,
.twitterfeed .fts-twitter-div {
    max-height: 500px;
    overflow: auto;
}

.fts-jal-fb-header {
    display: none;
}

.fts-jal-single-fb-post {
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    padding: 0 !important;
    margin-bottom: 30px;

}

.social_media_holder {
    background-color: #F9FBFF;
    padding: 100px 0 120px;
}

.fts-twitter-text,
.fts-jal-fb-message {
    color: #383838;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 22px;
}

.fts-twitter-text a,
.fts-jal-single-fb-post a {
    color: #69c7ba;
}

.tweeter-info .time,
.fts-twitter-full-name,
.fts-twitter-name-wrap,
.fts-twitter-full-name a,
.fts-jal-fb-user-name a {
    color: black;
}

.footer .footerMiddle .About li a {
    font-weight: normal;
}

.footer .footerMiddle .South li.parent_listing a,
.footer .footerMiddle .Eu li.parent_listing a,
.footer .footerMiddle .footerPages li.parent_listing a {
    font-weight: bold;
    opacity: 1 !important;
    pointer-events: none;
}

.footer .footerMiddle .South li.parent_listing:first-of-type a,
.footer .footerMiddle .Eu li.parent_listing:first-of-type a,
.footer .footerMiddle .footerPages li.parent_listing:first-of-type a {
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 20px; */
    display: block;
}

.footer .footerMiddle .footerPages li.parent_listing:first-of-type a {
    border-bottom: none;
    padding-bottom: 0px;
    display: block;
}

.footer .footerMiddle .South li.parent_listing a,
.footer .footerMiddle .Eu li.parent_listing a {
    pointer-events: all;
}

.footer .footerMiddle .South li:first-child a:hover {
    opacity: 0.8 !important;
}

.oppdetails .news .col-md-3 .recent .recentpodcast img {
    width: 90px;
    max-width: none;
    max-height: none;
    display: inline-block;
    margin-right: 10px;
}

.oppdetails .news .col-md-3 .recent .recentpodcast .oppdescrip {
    width: calc(100% - 105px);
    display: inline-block;
    padding: 0;
}

.oppdetails .news .col-md-3 .recent .recentpodcast {
    display: block;
}

.tandem ul , .project-desc ul, .action_in_brief ul {
    margin-bottom: 30px;
}

.tandem ul li , .project-desc ul li , .action_in_brief ul li{
    display: block;
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}


.tandem ul li:last-child, .project-desc ul li:last-child , .action_in_brief ul li:last-child {
    margin-bottom: 0px;
}

.tandem ul li::before, .project-desc ul li::before , .action_in_brief ul li::before {
    content: '';
    display: block;
    position: absolute;
    top: 8px;
    /* transform: translateY(-50%); */
    left: 0;
    width: 6px;
    height: 6px;
    background-color: #69c7ba;
    border-radius: 50%;
}

.news .col-md-3 .filter-item .buttondiv {
    margin-top: 15px;
}

.news .col-md-3 .filter-item .buttondiv a {
    width: 100% !important;
}

.campaigns_link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.newsLetterBanner .Banner {
    height: auto;
    padding-bottom: 40px;
}

.newsLetterBanner .Banner input[type=submit] {
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 19px;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 172px;
    background-color: #69c7ba;
    text-align: center;
    position: relative;
    border: none;
}

.newsLetterBanner .Banner input[type=submit]:after {
    content: "";
    height: 12px;
    width: 15px;
    top: auto;
    transform: none;
    left: auto;
    background: url(../images/arrow.svg) no-repeat;
    position: relative;
    transition: all 0.3s ease-out;
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
}

.LandpageBanner .Banner .container h3.pageTitle {
    color: #FFFFFF;
    /* font-size: 37px; */
    font-weight: bold;
    letter-spacing: 0;
    line-height: 51px;
}

.header .nav .nav_right .center_nav .MainMenu>ul>li {
    margin-right: 0;
}

.filter_button {
    color: #ffffff;
    font-family: "Open Sans", arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 19px;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
    background-color: #69c7ba;
    text-align: center;
    position: relative;
    border: none;
    cursor: pointer;
}

.filter_button:hover {
    background-color: #44998d;
}

.openFilterBtn {
    display: none;
}

.firstLevelMenu .submenuListing .tab.showing {
    padding-top: 40px !important;
}

.projectfloatCont .imgHoldr,
.singleCampaign .tandem-banner {
    width: 50%;
    float: left;
    padding-right: 40px;
}

.projectfloatCont .imgHoldr::after,
.singleCampaign .tandem-banner::after {
    content: '';
    display: block;
    clear: both;
}

.projectfloatCont .imgHoldr img,
.singleCampaign .tandem-banner img {
    display: block;
    width: 100%;
    max-height: 600px;
}

.projectfloatCont .projectdescription,
.singleCampaign .text {
    min-height: 600px;
    margin-bottom: 80px;
}

.newsLetterBanner .wpcf7-form-control.wpcf7-text.wpcf7-email {
    width: 479px;
}

.newsLetterBanner .wpcf7-not-valid-tip {
    display: none;
}

.newsLetterBanner .wpcf7-form label.error {
    font-size: 11px;
    float: none;
    padding-left: 5px;
    transform: translateY(-20px);
    color: red;
}

.newsLetterBanner .wpcf7 form.invalid .wpcf7-response-output,
.newsLetterBanner .wpcf7 form.unaccepted .wpcf7-response-output,
.newsLetterBanner .wpcf7 form.payment-required .wpcf7-response-output {
    border: none;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    color: white;
}

.socialTitle .title {
    color: #1F3467;
    font-size: 42px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 57px;
    text-align: center;
    margin-bottom: 15px;
}

.socialTitle .intro {
    color: #3D5797;
    font-size: 33px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 45px;
    text-align: center;
    margin-bottom: 40px;
}

.instagramfeed,
.twitterfeed,
.facebookfeed {
    padding-top: 100px;
    position: relative;
}

.twitterfeed::before,
.instagramfeed::before,
.facebookfeed::before {
    /* content: ''; */
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 78px;
    height: 78px;
    background-image: url(../images/fbfeed.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.fbIconLink,
.igIconLink,
.twIconLink{
  display: block;
  position: relative;
  /* top: 0; */
  /* left: 50%; */
  /* transform: translateX(-50%); */
  width: 78px;
  height: 78px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images/fbfeed.png);
  margin: 0 auto;
}

.fbIconLink:hover,
.igIconLink:hover,
.twIconLink:hover{
  opacity:0.5
}

.igIconLink{
  background-image: url(../images/igfeed.png);
}

.twIconLink{
  background-image: url(../images/twfeed.png);
}


.twitterfeed::before {
  background-image: url(../images/twfeed.png);
}

.instagramfeed::before {
  background-image: url(../images/igfeed.png);
}

.twitterfeed::before {
    background-image: url(../images/twfeed.png);
}

.instagramfeed::before {
    background-image: url(../images/igfeed.png);
}

/* button in newsletter  */
input.disable {
    cursor: default !important;
    opacity: 0.5;
}

.floatingCont {
    margin-bottom: 30px;
}

.floatingCont::after {
    content: '';
    display: block;
    clear: both;
}

.floatingCont .left {
    float: left;
    width: 50%;
    padding-right: 20px;
    box-sizing: border-box;
}

.floatingCont .right {
    float: right;
    width: 50% !important;
}

.wpcf7 form .wpcf7-response-output {
    border: none;
    padding: 0;
    margin: 0;
    padding-top: 20px;
    color: white;
}

.Projects .specialClass.publication_class .item .listingImage img {
    min-height: 385px;
}

.header .nav .nav_right .center_nav .MainMenu>ul>li>a {
    text-transform: uppercase;
}

.contact-form .wpcf7 form .wpcf7-response-output {
    color: red;
}


.aboutIntro {
    margin-bottom: 100px;
}

.aboutIntro .txt {
    color: #464646;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 24px;
}

.teamListing .teamTilte {
    color: #1F3467;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 43px;
    margin-bottom: 30px;
}

.teamListing .member .image {
    margin-bottom: 15px;
}

.teamListing .member .image img {
    display: block;
    width: 100%;
    height: auto;
}

.teamListing .container {
    padding: 0;
}

.teamListing .member .info {
    margin-bottom: 15px;
}


.teamListing .member .info .name {
    color: #000000;
    font-family: "Open Sans";
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 27px;
    margin-bottom: 5px;
}

.teamListing .member .info .position {
    color: #464646;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 20px;
}

.aboutIntro .container {
    padding: 0;
}

.intrests .highlights .layer .buttondiv .whitebutton {
    left: auto;
    display: inline-block;
    min-width: 257px;
    width: auto;
    transform: none;
}

.intrests .highlights .layer .introtitle:not(:first-child) {
    margin-top: 20px;
}

.header .rightNav .signup::before {
    left: 10px;
}

.cardListing {
    margin-bottom: 120px;
}

.news .col-md-8 .countrylist .blockHead .blockTitle {
    font-size: 20px;
}

.eventListing.opportunity .listingTitle {
    font-size: 22px;
    line-height: 30px;
}

.news .col-md-3 .filter-item .buttondiv .whitebutton {
    background-color: #69c7ba;
    border: 1px solid #69c7ba;
    color: #ffffff;
}

.news .col-md-3 .filter-item .buttondiv .whitebutton:hover {
    background-color: #ffffff;
    border: 1px solid #69c7ba;
    color: #69c7ba;
}

.news .col-md-3 .filter-item .buttondiv .whitebutton::before {
    background: url(../images/arrow.svg) no-repeat;
}

.news .col-md-3 .filter-item .buttondiv .whitebutton:hover::before {
    background: url(../images/arrow-green.svg) no-repeat !important;
}

.contact-form .inputEntity textarea,
.contact-form .inputEntity input[type=text] {
    width: 100%;
}

.contact-form .row .row {
    margin: 0 -15px;
    ;
}

.contact-form .col-md-6,
.contact-form .col-md-12 {
    padding: 0 15px;
}

.wpcf7-form-control.wpcf7-text.wpcf7-email {
    padding: 14px;
}

.LandpageBanner.newsLetterBanner .Banner .container h3.pageTitle {
    width: 100%;
}

.LandpageBanner .Banner {
    background-size: cover !important;
}




.ourwork-section .section-title {
    margin-bottom: 60px;
}

.ourwork-section .item {
    text-align: center;
    margin-bottom: 80px;
}

.ourwork-section .item .work-icon {
    margin-bottom: 20px;
    height: 85px;
    width: auto;
}

.ourwork-section .item .details .workitemtitle {
    color: #3D5797;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 40px;
    text-align: center;
    margin-bottom: 10px;
}

.ourwork-section .item .details p {
    color: #6C6C6C;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 24px;
    text-align: center;
}

.fts-jal-fb-link-wrap .fts-jal-fb-picture,
.fts-jal-fb-vid-wrap .fts-jal-fb-vid-picture {
    width: 100%;
}

.fts-jal-fb-link-wrap .fts-jal-fb-description-wrap,
.fts-jal-fb-vid-wrap .fts-jal-fb-description-wrap {
    width: 100%;
    box-sizing: border-box;
    padding-right: 20px !important;

}


.countryBannerInfo {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 1;
    border-left: 3px solid #EF7522;
    left: 50%;
    padding: 32px;
    max-width: 450px;
}

.countryBannerInfo .title {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 27px;
    margin-bottom: 15px;
}

.countryBannerInfo .info {
    margin-bottom: 15px;
    padding-left: 26px;
    position: relative;
    color: #464646;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 20px;

}

.countryBannerInfo .info a {
    transition: all 0.3s ease-in-out;
}

.countryBannerInfo .info a:hover {
    opacity: 0.5;

}

.countryBannerInfo .info::before {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    width: 18px;
    height: 18px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.countryBannerInfo .info.email::before {
    background-image: url(../images/mailicon.svg);
}

.countryBannerInfo .info.tel::before {
    background-image: url(../images/telicon.svg);
}

.countryBannerInfo .info.location::before {
    background-image: url(../images/locationicon.svg);
}

.countryBannerInfo .info.link::before {
    background-image: url(../images/linkicon.svg);
}

.countryBannerInfo .info.link {
    text-transform: none;
    font-weight: 400;
    text-decoration: underline;
}

.countryBannerInfo .info a {

    color: #464646;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 20px;


}

.countryBannerInfo .info:last-child {
    margin-bottom: 20px;
}

.countryBannerInfo .followCountry .title {
    margin-bottom: 10px;
    color: #464646;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 20px;
}

.countryBannerInfo .followCountry li {
    display: inline-block;
    margin-right: 12px;

}

.countryBannerInfo .followCountry li a {
    display: block;
    width: 28px;
    height: 28px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #69C7BA;
    position: relative;
    transition: all 0.3s ease-in-out;
    border-radius: 50%;
}

.countryBannerInfo .followCountry li a::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 15px;
    height: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.countryBannerInfo .followCountry li a.fb::after {
    background-image: url(../images/Facebook.svg);
}

.countryBannerInfo .followCountry li a.tw::after {
    background-image: url(../images/Twitter.svg);
}

.countryBannerInfo .followCountry li a.yt::after {
    background-image: url(../images/Youtube.svg);
}

.countryBannerInfo .followCountry li a.ln::after {
    background-image: url(../images/LinkedIn.svg);
}

.countryBannerInfo .followCountry li a.ig::after {
    background-image: url(../images/Instagram.svg);
}

.countryBannerInfo .followCountry li a:hover {
    background-color: #1f3467;
}

.LandpageBanner.newsLetterBanner .Banner .container h3.pageTitle {
    width: 100%;
}

.LandpageBanner .Banner {
    background-size: cover !important;
}

.evcf7-verify-btn input {
    pointer-events: none;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 19px;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 172px;
    background-color: #69c7ba;
    text-align: center;
    position: relative;
    border: none;

    cursor: default;
    opacity: 0.5;
}

.evcf7-verify-btn input.disable {
    pointer-events: initial;
    cursor: pointer;
    opacity: 1;
}


.verfication_otp_submit {
    display: none;
}

.otp_verification {
  display: none !important;
}

.otp_verification.showImportantly {
  display: block !important;
}


.project-details .environment-parent .environment .col-md-4 .buttondiv .whitebutton {
    padding: 15px 54px 15px 74px;
}

.project-details .environment-parent .environment .col-md-4 .buttondiv .whitebutton::before {
    left: 48px;
}

/* ------------------------ */

.landingBackgroundSlider {
    position: relative;
    z-index: 0;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
}


.landingBackgroundSlider .sliderDescription {
    display: block;
    width: 100%;
    position: fixed;
    z-index: 4;
    bottom: 35px;
    left: 20px;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 17px;
}

.landingBackgroundSlider .slider img {
    display: block;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
}

.landingBlackOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.landingContent {
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100vh;
    width: 100vw;
}

.landingContent .container {
    height: calc(100% - 145px);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding-top: 30px;
    padding-bottom: 115px;
    position: relative;
    margin: 0;
    width: 100%;
    max-width: 100%;
}

.landingContent .container::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 15px;
    background-color: #FD7C18;
}

.landingContent .container::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 15px;
    background-color: #079347;
}

.landingContent .logo {
    display: block;
    width: 140px;
    height: 118px;
    margin-bottom: 120px;
    margin: 0 auto;
}

.landingContent .logo a {
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(https://eumedbridge.eu/wp-content/uploads/2022/09/logo-drapeau-south-east.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.landingContent .title {
    color: #FFFFFF;
    font-size: 50px;
    letter-spacing: 0;
    line-height: 60px;
    text-align: center;
}

.landingContent .links {}

.landingContent .half {
    display: flex;
    flex-wrap: nowrap;
    width: 50%;
    align-items: flex-start;
}

.landingContent .half .landingCountries {
    display: flex;
    flex-wrap: wrap;
    margin-right: 40px;
}

.landingContent .half .landingCountries.threeby3 {
    max-width: 160px;
    justify-content: space-between;
}

.landingContent .half:last-child .landingCountries {
    margin-left: 60px;
    margin-right: 0px;
}

.landingContent .half .landingCountries li {
    margin-bottom: 20px;
    list-style-type: none;
    flex: 0 0 20%;
}

.landingContent .half .landingCountries li a {
    display: block;
    text-align: center;
    transition: all 0.3s ease-in-out;
}

.landingContent .half .landingCountries li a:hover {
    opacity: 0.5;
}

.landingContent .half .landingCountries li a img {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 auto;
}

.landingContent .half .landingCountries li a span {
    color: #FFFFFF;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 14px;
    text-align: center;
    display: block;
}

.landingContent .links .row {
    display: flex;
}

.landingContent .links .row .half {
    padding-right: 60px;
    border-right: 1px solid rgba(255, 255, 255, 0.4);
}

.landingContent .links .row .half:last-child {
    border-right: none;
    padding-left: 60px;
    padding-right: 0px;
}

.landingContent .half .bigLink a {
    text-decoration: none;
    color: #FFFFFF;
    font-size: 70px;
    font-style: italic;
    letter-spacing: 0;
    line-height: 70px;
    text-align: right;
}

.landingContent .half .bigLink img {
    width: 30px;
    display: block;
    margin-top: 20px;
}

.landingContent .half .bigLink a img {
    transition: all 0.3s ease-in-out;

}

.landingContent .half .bigLink a:hover img {
    transform: translateX(15px);
}

.padSubMenu {
    padding-left: 10px;
}


.smallImageHolder {
    width: 25%;
    margin-bottom: 40px;
}

.smallImageHolder img {
    width: 100%;
    display: block;
}

ul.list li {
    position: relative;
    padding-left: 15px;
}

ul.list li::before {
    content: '';
    display: block;
    position: absolute;
    top: 8px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    left: 0;
    background-color: #69c7ba;
}

.videos-section .videos-slider .owl-stage-outer {
    max-height: 456px;
}

.policy a {
    color: #69c7ba !important;

}

.landingBackgroundSlider .slider .owl-item {
    overflow: hidden;
    height: 100%;
}

.landingBackgroundSlider .slider .owl-item div {
    height: 100%;
}

.listing-section .blockBody .highlighted.item .listingImage img {
    width: 100%;
}

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


.ecard_imported_text .descriptionpart .node__text p a {
    color: #69C7BA;
}

.ecard_imported_text .descriptionpart .node__text p:nth-child(odd) {
    margin-bottom: 20px;
}

.content_section_policy a {
    color: #69c7ba;
}


.storiesListing .stories-slider {
    max-height: 480px;
}

.eventListing .event-slider {
    max-height: 522px;
}

.story.listing-section .story-slider {
    max-height: 410px;
}

.cardListing {
    margin-bottom: 0;
}

.listing-section{
    padding-top:50px;
  }
  .contry_landing_news .news-slider .listingImage img{
  height:auto!important;
  }
  .contry_landing_news .news-slider .owl-stage-outer{
    height: 360px;
  }

  .normalcontent{
    font-size:16px;
    color:#464646;
    line-height:20px;
  }
  
  .normalcontent ul{
    list-style-type: none;
  }
  
  .normalcontent ul li{
    position: relative;
    padding-left: 15px;
    margin-bottom:15px;
  }
  
  .normalcontent ul li:last-child{
    margin-bottom:0px;
  }
  
  .normalcontent ul li::before {
    content: '';
    display: block;
    position: absolute;
    top: 8px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    left: 0;
    background-color: #69c7ba;
  }
  
  .normalcontent a {
    color: #69c7ba;
    transition:all 0.3s ease-in-out;
  }
  
  .normalcontent a:hover{
    opacity:0.5;
  }
  
  .normalcontent img{
    display:block;
    width:100%;
  }

  .contry_landing_news .news-slider .item .listingImage a img{
    height:173px!important;
    max-height:173px!important;
  }
  
  .contry_landing_stories .stories-slider .item .listingImage a img{
    height:240px!important;
    max-height:240px!important;
  }
  
  .contry_landing_opp .opp-slider .item .listingImage a img{
    height:256px!important;
    max-height:256px!important;
  }
  
  .contry_landing_event .event-slider .item .listingImage a img{
    height:215px!important;
    max-height:215px!important;
  }
  
  .contry_landing_pub .pub-slider .item .listingImage a img{
    height:256px!important;
    max-height:256px!important;
  }
  
  .contry_landing_card .card-slider .item .listingImage a img{
    height:256px!important;
    max-height:256px!important;
  }
  .contry_landing_story .story-slider .item .listingImage a img{
    height:239px!important;
    max-height:239px!important;
  }
  
  .contry_landing_videos .vid-slider .item .listingImage a img{
    height:328px!important;
    max-height:328px!important;
  }