@charset "UTF-8";

@media screen and (max-width: 1400px) {
    .header .MainMenu>ul>li>a {
        font-size: 10px;
    }

    .header .rightNav .country {
        width: 145px;
        font-size: 12px;
    }

    .header .rightNav .signup {
        width: 95px;
    }

    .header .rightNav .signup::before {
        left: 10px;
    }

    .header .rightNav .country::after {
        right: 10px;
    }

    .homeSlider .item {
        height: 50vh;
    }

    .box-item .listingInfos h3 {
        font-size: 14px;
    }

    .link {
        font-size: 12px;
    }

    .link::before {
        width: 12px;
        background-size: contain !important;
    }

    .header .rightNav .country {
        width: 160px;
    }

    .header .rightNav .signup {
        width: 110px;
    }
}

@media screen and (max-width: 1310px) {
    .header .MainMenu>ul>li>a {
        font-size: 13px;
    }

    .header .megaMenu .navigation ul li a {
        font-size: 12px;
    }

    .box-item.no_image a {
        font-size: 12px;
    }

    .header .MainMenu>ul>li>a {
        font-size: 11px;
    }

    .header .rightNav .signup {
        width: 140px;
    }
}


@media screen and (max-width: 1200px) {
    .header .nav .nav_left {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .header .nav .nav_right {
        flex: 0 0 80%;
        max-width: 80%;
    }

    .header .MainMenu>ul>li>a {
        font-size: 11px;
    }

    .header .megaMenu .navigation ul li a {
        font-size: 10px;
    }
}

@media screen and (max-width: 1100px) {

    .header .MainMenu>ul>li>a {
        font-size: 12px;
    }
}

@media screen and (max-width: 1024px) {
    .mobileMenuToggler {
        width: 50px;
        height: 50px;
        position: relative;
        cursor: pointer;
    }

    .mobileMenuToggler span {
        position: relative;
        display: block;
        margin: auto;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        position: absolute;
        top: 50%;
        margin-top: -2px;
        left: 50%;
        margin-left: -12px;
    }

    .mobileMenuToggler.active span {
        transition: background 0.3s 0s ease;
        background: transparent;
    }

    .mobileMenuToggler span:after,
    .mobileMenuToggler span:before {
        content: "";
        position: absolute;
        left: 0;
        top: -8px;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        width: 24px;
        height: 4px;
        background-color: #000;
        backface-visibility: hidden;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
    }

    .mobileMenuToggler span,
    .mobileMenuToggler span:after,
    .mobileMenuToggler span:before {
        width: 24px;
        height: 4px;
        background-color: #000000;
        backface-visibility: hidden;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
    }

    .mobileMenuToggler.active span:before,
    .mobileMenuToggler.active span:after {
        top: 0;
        -webkit-transition-delay: 0s, 0.3s;
        transition-delay: 0s, 0.3s;
    }

    .mobileMenuToggler.active span:before {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .mobileMenuToggler.active span:after {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .mobileMenuToggler span:after {
        top: 8px;
    }

    .menusMain {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        z-index: 20000;
        text-align: left;
        -moz-transition: 0.3s all ease;
        -webkit-transition: 0.3s all ease;
        -o-transition: 0.3s all ease;
        transition: 0.3s all ease;
        right: 100%;
    }

    .mainMenu>ul {
        position: fixed;
        top: 0;
        left: 0;
        bottom: -56px;
        width: 240px;
        padding: 145px 0 76px;
        color: #666666;
        background: rgba(255, 255, 255, 0.97);
        font-size: 14px;
        line-height: 20px;
        overflow: auto;
        -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
        -moz-transform: translateX(-240px);
        -ms-transform: translateX(-240px);
        -o-transform: translateX(-240px);
        -webkit-transform: translateX(-240px);
        transform: translateX(-240px);
        -moz-transition: 0.3s ease;
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
        -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
        -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
        -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
        transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    }

    .menusMain.active {
        right: 0;
    }

    .menusMain.active .mainMenu>ul {
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    .menusMain .mainMenu>ul>li {
        float: none;
    }

    .subMenuToggle {
        position: absolute;
        right: 0;
        top: 0;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        cursor: pointer;
    }

    .subMenuToggle::after {
        content: "";
        font-family: "FontAwesome";
    }

    .menusMain .ddSecondLevel {
        display: none;
        position: static;
        max-height: inherit;
        background: #464646;
    }

    .openSubmenu .subMenuToggle::after {
        content: "";
        color: #FFF;
    }

    .desktop li:hover .subMenuToggle::after {
        color: #FFF;
    }

    .mainMenu>ul>li.openSubmenu>a,
    .desktop .mainMenu>ul>li:hover>a {
        background: #69c7ba;
        color: #FFF;
    }

    .listingHolder .listingItem.op1v10 .listingImage,
    .listingHolder .listingItem.op1v10 .listingInfos {
        width: 100%;
        float: none;
    }

    .container .highlight-op1v3 .listingHolder li:first-child {
        height: 200px;
        width: 100%;
    }

    .mobileToggle .burger {
        background-image: url(../images/burgertoggle.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        width: 28px;
        height: 28px;
        display: block;
    }

    .header {
        padding: 20px 0 0 !important;
        border-bottom: none;
    }

    .header .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
        width: calc(100% - 40px);
    }

    .header .logoHolder {
        height: 80px;
        width: 180px;
    }

    .header .nav {
        align-items: flex-start;
    }

    .header a.country {
        display: block;
        width: 100%;
        background-color: #69C7BA;
        color: #FFFFFF;
        font-size: 13px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 18px;
        text-align: center;
        padding: 10px 0;
    }

    .header a.country::after {
        content: "";
        display: inline-block;
        vertical-align: middle;
        width: 28px;
        height: 16px;
        background-image: url(../images/burgertoggle-white.svg);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        margin-left: 10px;
    }

    .homeSlider .subTitle {
        font-size: 12px;
    }

    .homeSlider .title {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 18px;
    }

    .homeSlider .item {
        height: 426px;
        padding-bottom: 20px;
        height: 150px;
        background-size: contain;

    }

    .blockHead h2,
    .Events h2,
    .videos-section .section-title,
    .section-title {
        font-size: 26px;
        line-height: 36px;
    }

    .homepage-body .homepage-sidebar .NewsLetter h3 {
        color: #FFFFFF;
        font-size: 20px;
        line-height: 27px;
    }

    .homepage-body {
        background: none;
    }

    .homepage-body::before {
        display: none;
    }

    .homepage-body .col-md-9,
    .homepage-body .col-md-3 {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }

    .homeSlider .owl-nav {
        bottom: 69px;
        font-size: 15px;
        text-align: right;
        position: absolute;
        right: 35px;
        transform: none;
        z-index: 10;
        padding-right: 0;
        bottom: 52px;
        left: auto;
    }

    .homeSlider .slideNumber {
        bottom: 20px;
        padding-right: 102px;
    }

    .homepage-body:after {
        display: none;
    }

    .homepage-body {
        padding-top: 20px;
    }

    .homepage-body .highlighted-item .news-item {
        height: 320px;
    }

    .homepage-body .container {
        padding: 0;
    }

    .homepage-body .container .row {
        margin: 0;
        padding: 0px;
    }

    .homepage-body .news-list .row {
        padding: 0;
        flex-wrap: nowrap;
        overflow-x: auto;
    }

    .homepage-body .news-list .row .col-md-4 {
        padding: 0;
        margin-right: 20px;
        width: 70vw;
    }

    .homepage-body .news-list .row .col-md-4:last-child {
        margin-right: 0;
    }

    .homepage-body .Alert {
        padding: 20px;
        margin-bottom: 40px;
    }

    .homepage-body .Alert .row {
        padding: 0;
    }

    .homepage-body .Alert .row .col-md-8 {
        padding: 0;
    }

    .homepage-body .Alert .button {
        width: 100%;
        max-width: 100%;
    }

    .homepage-body .homepage-sidebar .NewsLetter {
        max-width: 100%;
        margin-bottom: 40px;
    }

    .videos-section {
        padding: 10px 0;
    }

    .videos-section .owl-dots {
        margin-top: 30px;
        margin-bottom: 80px;
    }

    .videos-section .item {
        max-width: 100%;
        width: 100%;
    }

    .videos-section .item h2 {
        color: #1F3467;
        font-size: 17px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 24px;
        text-align: center;
    }

    .videos-section .container {
        padding: 0;
        margin: 0;
    }

    .videos-section .section-title {
        margin-bottom: 20px;
    }

    .videos-section .videos-slider {
        padding: 0 20px;
    }

    .videos-section .videos-slider .owl-nav {
        display: none;
    }

    .impact-section {
        padding-top: 0;
    }

    .impact-section .container {
        padding: 0;
        margin: 0;
        width: 100%;
    }

    .impact-section .container .section-title {
        margin-bottom: 20px;
    }

    .impact-section .container .offset-1 {
        margin-left: 0;
    }

    .impact-section .container .impactHolder .impact-title {
        font-size: 50px;
        line-height: 68px;
        text-align: left;
        padding-left: 20px;
    }

    .impact-section .container .impactHolder .impact-icon {
        position: absolute;
        top: 0;
        right: 20px;
        width: 115px;
    }

    .impact-section .container .impactHolder .details {
        max-width: 70%;
        width: 70%;
        position: absolute;
        left: 50%;
        top: 40px;
        transform: translateX(-50%);
        right: auto;
    }

    .impact-section .container .impactHolder .details .number {
        font-size: 14px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 19px;
    }

    .impact-section .container .impactHolder .details .number span {
        font-size: 60px;
        line-height: 60px;
    }

    .impact-section .container .impactHolder .details p {
        font-size: 14px;
        letter-spacing: 0;
        line-height: 22px;
    }

    .impact-section .learnMore {
        margin: 0 0px 40px;
    }

    .footer .footerTop {
        padding-top: 20px;
    }

    .footer .footerTop .container {
        padding: 0;
        display: block;
    }

    .footer .footerTop .container .row {
        padding: 0 0px;
        margin: 0;
    }

    .footer .footerTop .first {
        flex-direction: column;
        padding: 20px;
    }

    .footer .footerTop .second {
        padding: 20px;
        flex-direction: column;
        background-color: #2A448A;
    }

    .footer .footerTop::before,
    .footer .footerTop::after {
        display: none;
    }

    .footer .container {
        padding: 0;
    }

    .footer .footerMiddle {
        padding: 20px;
    }

    .footer .footerBottom {
        flex-direction: column;
        padding: 20px;
    }

    .footer .footerBottom .copyright {
        display: block;
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .footer .footerBottom .socialIcons {
        margin-bottom: 20px;
    }

    .footer .footerBottom .socialIcons ul {
        margin: 0;
    }

    .footer .footerBottom .Disclaimer {
        max-width: 100%;
        text-align: left;
    }

    .hiddenMenu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: white;
        z-index: 2;
        display: none;
    }

    .hiddenMenu .MainMenu {
        padding-top: 120px;
    }

    .hiddenMenu .MainMenu ul {
        flex-direction: column;
        align-items: flex-start;
        padding: 0 20px;
    }

    .hiddenMenu .MainMenu ul li {
        display: block;
        width: 100%;
        padding: 20px 0;
        border-bottom: 1px solid #E7E7E7;
    }

    .hiddenMenu .MainMenu ul li:first-child {
        padding-top: 0;
    }

    .hiddenMenu .MainMenu ul li:first-child .megaMenu .container .navigation ul li a::after,
    .hiddenMenu .MainMenu ul li:nth-child(3) .megaMenu .container .navigation ul li:first-child a::after,
    .hiddenMenu .MainMenu ul li:nth-child(3) .megaMenu .container .submenuListing .tab .listingItem a::after,
    .hiddenMenu .MainMenu ul li:nth-child(5) .megaMenu .container .navigation ul li a::after {
        display: none;
    }

    .hiddenMenu .MainMenu ul li:nth-child(3) .megaMenu .container .submenuListing .tab .listingItem {
        margin-bottom: 0 !important;
    }

    .hiddenMenu .MainMenu ul li a {
        display: block;
        padding: 0;
    }

    .hiddenMenu .MainMenu ul li .megaMenu {
        display: none;
    }

    .hiddenMenu .MainMenu ul li.hasSubMenu a::after {
        content: "";
        display: inline-block;
        vertical-align: middle;
        width: 12px;
        height: 12px;
        background-image: url(../images/language-dropdown-arrow.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 10px;
    }

    .hiddenMenu .MainMenu ul li.firstLevelMenu .megaMenu,
    .hiddenMenu .MainMenu ul li.hasSubMenu .megaMenu {
        opacity: 1;
        visibility: visible;
        display: none;
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        box-shadow: none;
        padding: 0;
        transition: none;
    }

    .hiddenMenu .MainMenu ul li.firstLevelMenu .megaMenu .col-md-2,
    .hiddenMenu .MainMenu ul li.hasSubMenu .megaMenu .col-md-2 {
        width: 100%;
        padding: 0;
    }

    .hiddenMenu .MainMenu ul li.firstLevelMenu .megaMenu .col-md-2 .navigation {
        padding: 15px 10px;
    }

    .hiddenMenu .MainMenu ul li.firstLevelMenu .megaMenu .col-md-2 .navigation ul,
    .hiddenMenu .MainMenu ul li.firstLevelMenu .megaMenu .col-md-2 {
        padding: 0;
    }

    .hiddenMenu .MainMenu ul li.firstLevelMenu .megaMenu .submenuListing {

        display: none;

    }

    .hiddenMenu .MainMenu ul li.firstLevelMenu .megaMenu a::after {
        background-image: url(../images/arrow-link-grey.svg) !important;
    }

    .hiddenMenu .MainMenu ul li.hasSubMenu .megaMenu .container {
        width: 100%;
        padding: 0;
        margin: 0;
        padding: 15px 30px;
    }

    .hiddenMenu .MainMenu ul li.hasSubMenu .megaMenu .container .navigation ul li a::after {
        background-image: url(../images/arrow-link-blue.svg);
        right: 0;
    }

    .hiddenMenu .MainMenu ul li.firstLevelMenu a::after {
        content: "";
        display: inline-block;
        vertical-align: middle;
        width: 12px;
        height: 12px;
        background-image: url(../images/language-dropdown-arrow.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 10px;
    }

    .hiddenMenu .MainMenu ul li.hasSubMenu .megaMenu .container .navigation ul li a {
        display: block !important;
    }


    .hiddenMenu .MainMenu ul li.hasSubMenu .megaMenu .container .navigation ul {
        padding: 0;
    }

    .hiddenMenu .MainMenu ul li.hasSubMenu .megaMenu .container .navigation ul li {
        padding: 0;
        margin: 0;
        border: none;
        margin-bottom: 20px;
        width: auto;
    }

    .hiddenMenu .MainMenu ul li.hasSubMenu .megaMenu .container .navigation ul li,
    .header .megaMenu .navigation ul li {
        width: 100%;

    }

    .hiddenMenu .MainMenu ul li .megaMenu li {
        padding-bottom: 0;
    }

    .hiddenMenu .MainMenu ul li.hasSubMenu .megaMenu .container .navigation ul li a {
        display: inline-block;
        width: auto;
    }

    .hiddenMenu .MainMenu ul li.hasSubMenu .megaMenu .container .navigation ul li a::after {
        background-image: url(../images/arrow-link-grey.svg);
    }

    .hiddenMenu .MainMenu ul li.hasSubMenu .megaMenu .container .navigation ul li:last-child {
        margin: 0;
    }

    .hiddenMenu .MainMenu ul li.hasSubMenu .megaMenu .submenuListing {
        display: none;
    }

    .hiddenMenu .rightNav {
        padding: 0 20px;
        margin: 0;
        width: calc(100% - 40px);
        position: absolute;
        bottom: 20px;
    }

    .hiddenMenu .rightNav a.signup {
        display: block;
        width: 100%;
        padding-left: 0;
    }

    .hiddenMenu .rightNav a.signup::before {
        content: "";
        background-image: url(../images/Signup.svg);
        background-position: center;
        position: relative;
        height: 14px;
        width: 20px;
        top: auto;
        left: auto;
        vertical-align: middle;
        display: inline-block;
        margin-right: 10px;
    }

    .hiddenMenu .languageSwicther {
        position: absolute;
        bottom: 90px;
        top: auto;
        left: 20px;
    }

    .hiddenMenu .close {
        position: absolute;
        top: 52px;
        right: 20px;
        height: 16px;
        width: 16px;
        background-image: url(../images/Close.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .LandpageBanner .Banner {
        height: 400px;
    }

    .LandpageBanner .Banner .container {
        padding: 0 20px;
    }

    .container,
    .container-fluid {
        padding: 0;
        margin: 0 auto;
        max-width: 960px;
    }

    .Navigation .container {
        padding: 0 20px;
    }

    .newsListing {
        padding-top: 20px;
    }

    .newsListing .blockHead,
    .newsListing .blockBody {
        padding: 0 20px;
    }

    .newsListing .blockHead .highlighted.item .listingInfos,
    .newsListing .blockBody .highlighted.item .listingInfos {
        margin-bottom: 20px;
    }

    .listing-section .blockBody .highlighted.item .listingImage img {
        width: 100%;
        height: auto;
    }

    .listing-section {
        padding-top: 20px;
    }

    .storiesListing,
    .oppListing,
    .eventListing,
    .pubListing,
    .podListing,
    .cardListing,
    .story,
    .videos {
        padding: 20px;
        margin-bottom: 0px;
    }

    .listing-section .blockBody .highlighted.item .listingInfos {
        margin-bottom: 20px;
    }

    .Projects,
    .podcasts,
    .eventdetails,
    .podcastland,
    .ecard,
    .gallery,
    .projectlist,
    .platforms,
    .intrests,
    .reading {
        padding: 20px 20px;
        margin-bottom: 20px;
    }

    .Projects .AllFilters,
    .Projects .filtering,
    .podcasts .AllFilters,
    .podcasts .filtering,
    .eventdetails .AllFilters,
    .eventdetails .filtering,
    .podcastland .AllFilters,
    .podcastland .filtering,
    .ecard .AllFilters,
    .ecard .filtering,
    .gallery .AllFilters,
    .gallery .filtering,
    .projectlist .AllFilters,
    .projectlist .filtering,
    .platforms .AllFilters,
    .platforms .filtering,
    .intrests .AllFilters,
    .intrests .filtering,
    .reading .AllFilters,
    .reading .filtering {
        /* display: none; */
        margin-bottom: 20px;
    }

    .Projects .newestep,
    .podcasts .newestep,
    .eventdetails .newestep,
    .podcastland .newestep,
    .ecard .newestep,
    .gallery .newestep,
    .projectlist .newestep,
    .platforms .newestep,
    .intrests .newestep,
    .reading .newestep {
        padding: 0;
    }

    .events-landing .Projects {
        margin-bottom: 20px;
    }

    h3.search_title {
        margin-bottom: 20px;
    }

    .e-cardlisting .Projects .col-md-9 .personcard {
        padding: 20px;
    }

    .e-cardlisting .Projects .col-md-9 .personcard .d-flex {
        flex-direction: column;
    }

    .e-cardlisting .Projects .col-md-9 .personcard .listingImage,
    .e-cardlisting .Projects .col-md-9 .personcard .listingInfos {
        display: block;
    }

    .e-cardlisting .Projects .col-md-9 .personcard .listingInfos {
        width: 100%;
        margin: 0;
    }

    .e-cardlisting .Projects .col-md-9 .personcard .listingImage {
        display: block;
        margin-bottom: 20px;
        width: 100%;
    }

    .LandpageBanner .Banner {
        padding: 20px;
    }

    .LandpageBanner .Banner .container {
        margin: 0;
        padding: 0;
    }

    .LandpageBanner .Banner .container h3.pageTitle {
        line-height: 40px;
    }

    .eventInfo .dateEvent,
    .eventInfo .eventLocation,
    .eventInfo .dateEvent,
    .eventInfo .eventLocation {
        display: block;
        margin-bottom: 10px;
    }

    .eventInfo .organizer_event {
        padding: 0;
    }

    .NewsLetter {
        max-width: 100%;
    }

    .hiddenMenu .rightNav {
        padding: 0 20px;
        margin: 0;
        width: calc(100% - 40px);
        position: relative;
        bottom: auto;
        display: block;
        margin-bottom: 20px;

    }

    .hiddenMenu .languageSwicther {
        position: relative;
        bottom: auto;
        top: auto;
        left: auto;
        right: auto;
        padding-left: 20px;
        padding-top: 10px;
        margin-bottom: 20px;
    }

    .project-image {
        margin-bottom: 20px;
    }

    .hiddenMenu {
        z-index: 4;
    }

    .events-landing .eventListing .eventInfo {
        margin-bottom: 20px;
    }

    .Projects .col-md-9 .col-md-4 {
        padding: 0 12px;
        padding-top: 10px;
    }

    .events-landing .eventListing .eventInfo {
        display: block;

    }

    .events-landing .Projects .eventListing {
        padding: 10px;
    }

    .news-list .listingImage {
        min-height: 175px;
    }

    .news .countrylist ul {
        justify-content: center;
    }

    .news .countrylist ul li {
        margin-right: 0;
        padding: 0 10px;
    }

    .relatednews .col-md-4 {
        margin-bottom: 15px;
    }

    .ecard .quote {
        padding: 0;
        padding-top: 40px;
    }

    .ecard .quote::before {
        top: 0;
        left: 0;
        height: 30px;
        width: 30px;
        position: absolute;
        display: block;
        background: url(../images/quote.svg) no-repeat;
        background-size: contain;
    }

    .projectlist .imagepart {
        max-height: 250px;
        max-width: 100%;
        border: 1px solid #e2e2e2;
        padding: 20px;
    }

    .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle {
        padding-right: 60px;
    }

    .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {
        right: 20px;
    }

    .rightMenu {
        margin: 0;
        margin-right: 20px;
    }

    .header .nav .nav_left,
    .header .nav .nav_right {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .mobileToggle {
        padding-top: 16px;
    }

    .header .nav {
        padding-right: 25px;
    }

    .header .nav .nav_right {
        padding-top: 20px;
    }

    .hiddenMenu .MainMenu ul li .megaMenu li {
        border: none;
        padding: 0;
        margin-bottom: 12px !important;
    }

    .hiddenMenu {
        box-sizing: border-box;
        height: 100vh;
        overflow: auto;
        padding-bottom: 40px;
    }

    .hiddenMenu .MainMenu ul li a {
        font-size: 16px;
    }

    .hiddenMenu .MainMenu ul li .megaMenu li a {
        font-size: 12px;
        text-transform: capitalize;
    }

    .header .megaMenu .navigation ul li a:before {
        display: none;
    }

    .hiddenMenu .MainMenu {
        padding-top: 80px;
    }

    .hiddenMenu .close {
        top: 40px;
    }

    .header .languageSwicther .wpml-ls-legacy-dropdown-click a {
        text-align: left;
        padding-left: 0;
    }

    .hiddenMenu .MainMenu ul li.hasSubMenu .megaMenu .container {
        padding: 15px 0;
        width: 100%;
        max-width: 100%;
    }

    .hiddenMenu .MainMenu ul li.hasSubMenu .megaMenu .container .row {
        margin: 0;
    }

    .hiddenMenu .MainMenu ul li.firstLevelMenu .megaMenu .container {
        padding: 15px 0;
        margin: 0;
        width: 100%;
        max-width: 100%;
    }

    .hiddenMenu .MainMenu ul li.firstLevelMenu .megaMenu .container .row {
        margin: 0;
    }

    .hiddenMenu .MainMenu ul li.firstLevelMenu .megaMenu .col-md-2 .navigation {
        padding: 0;
    }

    .hiddenMenu .MainMenu ul li.hasSubMenu a,
    .hiddenMenu .MainMenu ul li.firstLevelMenu a {
        position: relative;
    }

    .hiddenMenu .MainMenu ul li.hasSubMenu a::after,
    .hiddenMenu .MainMenu ul li.firstLevelMenu a::after {
        display: block;
        position: absolute;
        top: 5px;
        right: 0;
    }

    .header .megaMenu .navigation ul li:not(.no_arrow) a::after {
        right: 0;
    }

    header {
        display: none;
    }

    .homepage-body .mediaCenter .highlighted-item .news-item::before {
        height: 100%;
        background: none;
        background-color: rgba(0, 0, 0, 0.4);
    }

    .videos-section {
        padding: 30px 0;
        padding-bottom: 0;
        margin-bottom: 30px;
    }

    .videos-section .section-title {
        margin-bottom: 30px;
    }

    .videos-section .owl-dots {
        margin-top: 10px;
        margin-bottom: 0;
    }

    .impact-section .container {
        margin: 0 auto;
    }

    .footer .footerTop .first {
        padding-bottom: 40px;
    }

    .footer .footerTop .second {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .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: 36px;
    }

    .news .col-md-8 .project {
        margin-bottom: 30px;
    }

    .news .reading .layer {
        padding-top: 0;
    }

    .tags .whitebutton {
        padding: 8px;
        margin-right: 8px;
        margin-bottom: 8px;
    }

    .events-landing .eventListing .eventInfo .eventLocation {
        margin-left: 0;
    }

    .intrests .highlights .layer {
        padding: 10px;
    }

    .intrests .highlights .layer {
        padding: 10px;
    }

    .eventdetails .news .tags {
        margin-bottom: 30px;
    }

    .publication_inner .projectdescription img {
        float: none;
        display: block;
        margin-bottom: 20px;
        width: 100% !important;
    }

    .reading .introtitle {
        padding: 0 20px;
    }

    .connect_jeel .col-md-12 .d-flex {
        justify-content: flex-start;
    }

    .LandpageBanner .Banner {
        height: 300px !important;
    }

    .tandem .tandem-banner img {
        width: 100%;
    }

    .project-details .brief-action ul li {
        padding-bottom: 0;
    }

    .podcasts {
        padding-left: 0;
        padding-right: 0;
    }

    .news .listingLink {
        margin-bottom: 30px;
    }

    .projectdescription a {
        color: #69c7ba;
    }

    .coming_soon:hover>.coming_soon_pop_up {
        right: 0;
        transform: translateY(-50%);
        top: 50%;
        left: auto;
    }

    .Projects {
        background-color: #ffffff;
    }

    .remove_at_done .load_result,
    .load_result {
        display: block;
        position: fixed;
        top: 50%;
        left: 40%;
        transform: translate(-50%, -50%);
    }

    #search_data .blockTitle {
        justify-content: space-between;
    }

    .filter_holder {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
        padding: 20px;
        padding-top: 50px;
        overflow: auto;
        background-color: white;
        box-sizing: border-box;
        display: none;
    }

    .filter_holder .close {
        position: absolute;
        top: 20px;
        right: 20px;
        width: 15px;
        height: 15px;
        display: block;
        z-index: 1;
        /* padding: 20px; */
        /* padding-top:50px; */
        /* overflow: auto; */
        /* background-color: white; */
        /* box-sizing:border-box; */
        background-image: url(../images/Close.svg);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .openFilterBtn {
        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;
        display: block;
        margin-bottom: 30px;
    }

    .firstLevelMenu .submenuListing .tab.showing {
        padding-top: 0 !important;
    }

    .socialTitle .title {
        font-size: 26px;
        line-height: 36px;
    }

    .socialTitle .intro {
        color: #1F3467;
        font-size: 17px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 24px;
        text-align: center;
    }

    .LandpageBanner .Banner {
        height: auto !important;
    }

    .ecardbanner .LandpageBanner .Banner {
        height: 350px !important;
    }


    .projectfloatCont .imgHoldr,
    .singleCampaign .tandem-banner {
        width: 100%;
        float: none;
    }

    .countryBannerInfo {
        position: relative;
        top: auto;
        transform: none;
        max-width: 100%;
        left: auto;
        padding: 20px;
    }

    /* //....................... */
    .landingContent {
        overflow: auto;
        padding: 0 20px;

    }

    .landingContent .logo {
        margin-bottom: 40px;
    }

    .landingContent .container {
        height: auto;
    }

    .landingContent .title {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 40px;
    }

    .landingContent .half .bigLink a {
        font-size: 50px;
        line-height: 50px;
    }

    .landingContent .links .row .half {
        flex-direction: column;
        width: 100%;
        border: none;
        padding: 0;


    }

    .landingContent .links .row .half .bigLink {
        width: 100%;
        margin-bottom: 20px;
    }

    .landingContent .links .row .half .bigLink img {
        display: inline-block;
    }

    .landingContent .links .row .half:first-child {
        flex-direction: column-reverse;
        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    .landingContent .links .row {
        flex-direction: column;
    }

    .landingContent .half .landingCountries {
        margin: 0;
    }

    .landingContent .container::after {
        right: -20px;
        width: calc(50% + 20px);
    }

    .landingContent .container::before {
        left: -20px;
        width: calc(50% + 20px);
    }

    .sliderDescription {
        display: none;
    }
}

@media screen and (max-width: 768px) {

    .container,
    .container-fluid {
        max-width: calc(100% - 40px);
        width: 100%;
        padding: 0 20px;
    }

    .footer .footerTop .container {
        padding: 0;
        margin: 0;
        max-width: 100%;
    }

    .footer .footerTop .first,
    .footer .footerTop .second {
        width: 100%;
    }

    .footer .footerMiddle {
        padding: 20px 0;
    }

    .footer .footerBottom {
        padding: 20px 0;
    }

    .homeSlider .container {
        width: calc(100% - 40px);
    }

    .LandpageBanner .Banner .pagination {
        display: none;
    }

    .LandpageBanner .Banner .container h3.pageTitle {
        font-size: 45px;
        line-height: 61px;
        margin-bottom: 10px;
    }

    .LandpageBanner .Banner .container .page-subtitle {
        font-size: 15px;
        letter-spacing: 0;
        line-height: 24px;
    }

    .Navigation .selectedPage {
        color: #000000;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 0;
        line-height: 18px;
        border: 1px solid #DFDFDF;
        background-color: #FFFFFF;
        padding: 20px;
    }

    .Navigation .pagesListing {
        display: none;
    }

    .project-details .LandpageBanner .Banner {
        height: 400px;
    }

    .project-details .environment-parent .environment {
        padding: 20px;
    }

    .project-details .environment-parent .environment .col-md-7 .blockTitle {
        font-size: 22px;
        font-weight: 600;
        letter-spacing: 0;
        line-height: 30px;
    }

    .project-details .environment-parent .environment .col-md-7 .projectlist {
        max-width: 100%;
        padding: 0;
        padding-bottom: 15px;
    }

    .project-details .environment-parent .environment .col-md-4 .logo-start {
        text-align: left;
    }

    .project-details .environment-parent .environment .col-md-4 .subtitle {
        color: #000000;
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 0;
        line-height: 22px;
    }

    .project-details .environment-parent .environment .col-md-4 .buttondiv .whitebutton {
        display: block;
        width: 100%;
    }

    .project-details .brief-action {
        margin: 0 -20px 79px;
        padding: 20px;
    }

    .project-details .brief-action .blockHead {
        padding-bottom: 0;
    }

    .project-details .brief-action ul.instructions {
        padding-bottom: 0;
    }

    .project-details .brief-action ul.instructions li:last-child {
        padding-bottom: 0;
    }

    .project-details .communication .presentation {
        padding: 20px;
    }

    .countrylist {
        margin-bottom: 40px;
    }

    .blockHead h2 {
        color: #1F3467;
        font-size: 22px;
        font-weight: 600;
        letter-spacing: 0;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .reading {
        padding: 0;
    }

    .reading .introtitle {
        display: block;
    }

    .reading .introtitle span {
        display: block;
        margin-bottom: 10px;
    }

    .reading .introtitle a,
    .reading .introtitle .whitebutton {
        display: inline-block;
        margin-left: 0;
        margin-right: 20px;
    }

    .reading .introtitle a:last-child,
    .reading .introtitle .whitebutton:last-child {
        margin-right: 0;
    }

    .reading .introtitle a,
    .reading .introtitle .whitebutton {
        display: block !important;
        width: 100% !important;
        margin-bottom: 10px;
        text-align: center;
    }

    .newsListing .blockHead,
    .newsListing .blockBody {
        padding: 0;
    }

    .storiesListing,
    .oppListing,
    .eventListing,
    .pubListing,
    .podListing,
    .cardListing,
    .story,
    .videos,
    .Projects {
        padding: 20px 0;
    }

    .homeSlider .container {
        width: calc(100% - 40px);
        margin: 0;
    }

    .Projects h6 {
        display: none;
    }

    .news .pagination {
        display: none;
    }

    .specialClass {
        padding: 0;
        margin: 0;
        max-width: 100%;
    }

    .oppdetails .news .col-md-8 .blockTitle {
        color: #1F3467;
        font-size: 22px;
        font-weight: 600;
        letter-spacing: 0;
        line-height: 30px;
    }

    .news .col-md-8 .d-flex {
        flex-direction: column;
    }

    .news .col-md-8 .d-flex .ListingDate {
        align-self: flex-start;
        margin-bottom: 10px;
    }

    .news .col-md-8 .d-flex .sociallist {
        align-self: flex-start;
    }

    .intrests {
        padding: 0;
    }

    .countrylist ul {
        overflow: auto;
        width: 100%;
        justify-content: flex-start;
    }

    .eventdetails .news .container {
        padding: 0;
        max-width: calc(100% - 0px);
    }

    .homepage-body .highlighted-item .news-item {
        height: 200px;
    }

    .news .col-md-8 .blockHead .blockTitle {
        font-size: 28px;
        line-height: 32px;
    }

    .events-landing .Projects .eventListing .eventDetails .listingTitle,
    .eventListing.opportunity .listingTitle {
        font-size: 20px;
        line-height: 25px;
        max-width: 100%;
    }

    .e-cardlisting .Projects .col-md-9 .personcard,
    .events-landing .Projects .eventListing,
    .eventListing.opportunity {
        padding: 10px;
    }

    .Projects .col-md-9 .col-md-4 {
        padding-top: 0;
    }

    .load_result {
        left: calc(50% - 40px);
    }

    .news-slider .listingImage img {
        max-height: 200px;
    }

    .owl-dots {
        text-align: center;
    }

    .owl-dots .owl-dot {
        border: 1px solid #69c7ba !important;
    }

    .owl-dots .owl-dot.active {
        background-color: #69c7ba;
    }

    .e-cardlisting .Projects .col-md-9 {
        padding-left: 15px;
    }

    .e-cardlisting .Projects {
        padding-bottom: 0;
    }

    .ecard .container {
        margin: 0 !important;
        padding: 0;
    }

    .projectlist .imagepart img {
        max-height: 200px;

    }

    .intrests .highlights .layer {
        padding: 40px;
    }

    .projectlist .col-md-6 {
        padding: 0 0px;
    }

    .tabsLinks:after {
        display: none;
    }

    .subscription .stackedInput {
        flex-direction: column;
    }

    .subscription .stackedInput li {
        width: 100%;
        margin: 0;
    }

    .subscription .stackedInput li+li {
        margin-bottom: 0;
    }

    .subscription .form-actions {
        flex-direction: column;
        padding: 0;
        margin: 0;
    }

    input[type=checkbox]:not(old)+label,
    input[type=radio]:not(old)+label {
        margin-left: 0;
    }

    .contact-form .button {
        width: 100%;
        max-width: 100%;
        padding: 16px 0;
    }

    .hiddenMenu .MainMenu ul li:last-child {
        border-bottom: none;
    }

    .secondary_menu {
        position: relative;
        top: auto;
        right: auto;
        border-top: 1px solid #dddddd;
        padding-top: 15px;
    }

    .secondary_menu ul {
        display: block;
        padding: 0 20px;
    }

    .secondary_menu ul li {
        margin: 0;
        margin-bottom: 10px;
    }

    .header .megaMenu {
        opacity: 1;
        visibility: visible;
        padding-top: 35px;
        padding-bottom: 50px;
        background-color: #ffffff;
        box-shadow: none;
        position: relative;
        left: 0;
        right: 0;
        width: 100%;
        top: auto;
        z-index: 100;
        transition: all 0.3s;
        /* transition-delay: 0.0s; */
    }

    .firstLevelMenu a {
        /* pointer-events: none; */
    }

    #search_data {
        padding: 0 20px;
    }

    .intrests .highlights .layer {
        padding: 10px;
    }

    .teamListing .container,
    .aboutIntro .container {
        padding: 0;
        margin: 0;
        max-width: 100%;
    }

    .aboutIntro .img {
        margin-bottom: 20px;
    }

    .aboutIntro {
        margin-bottom: 0px;
    }

    .projectfloatCont .projectdescription {
        min-height: 0;
    }

    .project-details .environment-parent {
        margin-top: 0;
    }

    .landingContent .container {
        height: calc(100% - 145px);
    }


    .landingContent .links .row .half:last-child {
        padding-left: 0;
    }

    .landingContent .half:last-child .landingCountries {
        margin: 0 auto;
    }

    .landingBackgroundSlider .landingContent {
        height: auto;
        padding: 0 0;
        box-sizing: border-box;
        width: 100%;
        left: 50%;
        min-height: 100vh;
        max-height: 100vh;
        overflow: auto;
    }

    .landingBackgroundSlider .landingContent .container {
        min-height: 100vh;
        padding: 0;
        overflow: auto;
        max-height: 100%;
        min-height: 100vh;
        justify-content: flex-start;
        box-sizing: border-box;
        padding: 50px 20px;
        display: block;
    }

    .landingContent .logo {
        width: 80px;
        height: 70px;
    }

    .landingContent .half .bigLink a {
        font-size: 30px;
        line-height: 40px;
    }

    .landingContent .title {
        font-size: 28px;
        line-height: 32px;
    }

    .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
        visibility: visible;
        position: relative;
        width: calc(100% - 20px);
        margin-top: 10px;
        border: none;
        border-top: 1px solid #69c7ba;
    }

    body.fix {
        overflow: hidden;
    }

    .news-list .listingImage {
        min-height: 170px;
    }

    .homepage-body .homepage-sidebar .link {
        margin-bottom: 50px;
    }

    .homepage-body .homepage-sidebar .NewsLetter {
        margin-bottom: 30px !important;
    }

    .homepage-body {
        margin-bottom: 20px;
    }

    .videos-section .videos-slider .owl-stage-outer {
        max-height: 270px;
    }

    .padSubMenu {
        padding: 0 !important;
    }

    .footer .footerMiddle .South .About,
    .footer .footerMiddle .South .Eu,
    .footer .footerMiddle .South,
    .footer .footerMiddle .footerPages {
        margin-bottom: 30px;
    }

    .footer .footerMiddle .South .About li,
    .footer .footerMiddle .South .Eu li,
    .footer .footerMiddle .South li,
    .footer .footerMiddle .footerPages li {
        margin-bottom: 10px;
    }

    .footer .footerMiddle .About li {
        margin-bottom: 10px;
    }

    .twitterfeed::before,
    .instagramfeed::before,
    .facebookfeed::before {
        top: 30px;
    }

    .eventListing .item .row {
        flex-direction: column-reverse;
    }

    .events-landing .Projects .eventListing .listingImage img {
        width: 100%;
    }

    .events-landing .Projects .eventListing .eventDetails .listingDescription {
        padding-bottom: 10px;
    }

    .whitebutton {
        padding: 15px 70px 15px 35px;
    }

    .gallery .container .owl-carousel .item img {
        width: 100%;
    }

    .oppdetails .news .col-md-3 .closing .subtitle {
        max-width: 100%;
    }

    .tandem .pagination {
        margin-bottom: 10px;
    }

    .LandpageBanner .Banner {
        min-height: 200px;
    }

    .intrests .highlights .layer {
        background-color: transparent;
    }

    .contact-form .form-actions .button::before {
        right: 110px;
    }

    .specialClass {
        padding: 0 20px;
        box-sizing: border-box;
    }

    .Projects .category_section {
        background-color: transparent;
    }

    .campaign .d-flex {
        min-height: 300px;
    }
    
    .homepage-body .highlighted-item .news-item{
        height:320px;
    }
}